2022-05-18T03:57:55.3242254Z Requested labels: linux.4xlarge.nvidia.gpu 2022-05-18T03:57:55.3242346Z Job defined at: pytorch/pytorch/.github/workflows/_linux-test.yml@refs/heads/master 2022-05-18T03:57:55.3242375Z Waiting for a runner to pick up this job... 2022-05-18T03:57:58.3872675Z Job is about to start running on the runner: i-0b8843e59a1c0cff4 (repository) 2022-05-18T03:58:04.7561269Z Current runner version: '2.291.1' 2022-05-18T03:58:04.7569463Z Runner name: 'i-0b8843e59a1c0cff4' 2022-05-18T03:58:04.7570160Z Runner group name: 'Default' 2022-05-18T03:58:04.7571059Z Machine name: 'ip-10-0-4-246' 2022-05-18T03:58:04.7573950Z ##[group]GITHUB_TOKEN Permissions 2022-05-18T03:58:04.7574926Z Actions: write 2022-05-18T03:58:04.7575371Z Checks: write 2022-05-18T03:58:04.7575800Z Contents: write 2022-05-18T03:58:04.7576256Z Deployments: write 2022-05-18T03:58:04.7576715Z Discussions: write 2022-05-18T03:58:04.7577150Z Issues: write 2022-05-18T03:58:04.7577520Z Metadata: read 2022-05-18T03:58:04.7577950Z Packages: write 2022-05-18T03:58:04.7578874Z Pages: write 2022-05-18T03:58:04.7579271Z PullRequests: write 2022-05-18T03:58:04.7579759Z RepositoryProjects: write 2022-05-18T03:58:04.7580234Z SecurityEvents: write 2022-05-18T03:58:04.7580635Z Statuses: write 2022-05-18T03:58:04.7581112Z ##[endgroup] 2022-05-18T03:58:04.7585813Z Secret source: Actions 2022-05-18T03:58:04.7586613Z Prepare workflow directory 2022-05-18T03:58:04.8920154Z Prepare all required actions 2022-05-18T03:58:04.9150706Z Getting action download info 2022-05-18T03:58:05.1030604Z Download action repository 'pytorch/pytorch@master' (SHA:7b8cf1f7366bff95e9954037a58a8bb0edaaebd3) 2022-05-18T03:58:08.1274573Z Download action repository 'nick-fields/retry@71062288b76e2b6214ebde0e673ce0de1755740a' (SHA:71062288b76e2b6214ebde0e673ce0de1755740a) 2022-05-18T03:58:08.2321903Z Download action repository 'seemethere/upload-artifact-s3@v4' (SHA:c1c31f57581a11fe6d4d052da6276adb2df71f1e) 2022-05-18T03:58:08.5133559Z Getting action download info 2022-05-18T03:58:08.6609328Z Download action repository 'malfet/checkout@silent-checkout' (SHA:f63e9e15406be6060f159846cd2e098f759c5246) 2022-05-18T03:58:08.8511558Z Getting action download info 2022-05-18T03:58:09.1077853Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@master 2022-05-18T03:58:09.1078274Z with: 2022-05-18T03:58:09.1078514Z submodules: recursive 2022-05-18T03:58:09.1078780Z fetch-depth: 0 2022-05-18T03:58:09.1079052Z env: 2022-05-18T03:58:09.1079256Z IN_CI: 1 2022-05-18T03:58:09.1079484Z IS_GHA: 1 2022-05-18T03:58:09.1079736Z GIT_DEFAULT_BRANCH: master 2022-05-18T03:58:09.1080001Z ##[endgroup] 2022-05-18T03:58:09.1393747Z ##[group]Run echo "${GITHUB_WORKSPACE}" 2022-05-18T03:58:09.1394247Z echo "${GITHUB_WORKSPACE}" 2022-05-18T03:58:09.1394622Z if [ -z "${NO_SUDO}" ]; then 2022-05-18T03:58:09.1394997Z  sudo rm -rf "${GITHUB_WORKSPACE}" 2022-05-18T03:58:09.1395291Z else 2022-05-18T03:58:09.1395633Z  rm -rf "${GITHUB_WORKSPACE}" 2022-05-18T03:58:09.1396002Z fi 2022-05-18T03:58:09.1396288Z mkdir "${GITHUB_WORKSPACE}" 2022-05-18T03:58:09.1414639Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-05-18T03:58:09.1415107Z env: 2022-05-18T03:58:09.1415418Z IN_CI: 1 2022-05-18T03:58:09.1415664Z IS_GHA: 1 2022-05-18T03:58:09.1415959Z GIT_DEFAULT_BRANCH: master 2022-05-18T03:58:09.1462155Z NO_SUDO: 2022-05-18T03:58:09.1462443Z ##[endgroup] 2022-05-18T03:58:09.1687778Z /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-05-18T03:58:09.2462518Z ##[group]Run malfet/checkout@silent-checkout 2022-05-18T03:58:09.2462830Z with: 2022-05-18T03:58:09.2463086Z ref: 3b2375291aab7b48442f2e6fb1ef66cebc761e24 2022-05-18T03:58:09.2463372Z fetch-depth: 0 2022-05-18T03:58:09.2463633Z submodules: recursive 2022-05-18T03:58:09.2463877Z quiet-checkout: true 2022-05-18T03:58:09.2464152Z repository: pytorch/pytorch 2022-05-18T03:58:09.2464600Z token: *** 2022-05-18T03:58:09.2465001Z ssh-strict: true 2022-05-18T03:58:09.2465262Z persist-credentials: true 2022-05-18T03:58:09.2465527Z clean: true 2022-05-18T03:58:09.2465751Z lfs: false 2022-05-18T03:58:09.2465998Z set-safe-directory: true 2022-05-18T03:58:09.2466246Z env: 2022-05-18T03:58:09.2466458Z IN_CI: 1 2022-05-18T03:58:09.2466663Z IS_GHA: 1 2022-05-18T03:58:09.2466909Z GIT_DEFAULT_BRANCH: master 2022-05-18T03:58:09.2467167Z ##[endgroup] 2022-05-18T03:58:09.4010182Z Syncing repository: pytorch/pytorch 2022-05-18T03:58:09.4013044Z ##[group]Getting Git version info 2022-05-18T03:58:09.4013663Z Working directory is '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-05-18T03:58:09.4014356Z [command]/usr/bin/git version 2022-05-18T03:58:09.4014657Z git version 2.32.0 2022-05-18T03:58:09.4015966Z ##[endgroup] 2022-05-18T03:58:09.4035954Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/85bcf4ae-399c-4b13-809f-07b34fdfd75b' before making global git config changes 2022-05-18T03:58:09.4036807Z Adding repository directory to the temporary git global config as a safe directory 2022-05-18T03:58:09.4044474Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-05-18T03:58:09.4087169Z Deleting the contents of '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-05-18T03:58:09.4092561Z ##[group]Initializing the repository 2022-05-18T03:58:09.4099338Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-05-18T03:58:09.4130894Z hint: Using 'master' as the name for the initial branch. This default branch name 2022-05-18T03:58:09.4131900Z hint: is subject to change. To configure the initial branch name to use in all 2022-05-18T03:58:09.4132762Z hint: of your new repositories, which will suppress this warning, call: 2022-05-18T03:58:09.4133135Z hint: 2022-05-18T03:58:09.4133563Z hint: git config --global init.defaultBranch 2022-05-18T03:58:09.4133885Z hint: 2022-05-18T03:58:09.4134520Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2022-05-18T03:58:09.4135687Z hint: 'development'. The just-created branch can be renamed via this command: 2022-05-18T03:58:09.4136323Z hint: 2022-05-18T03:58:09.4136819Z hint: git branch -m 2022-05-18T03:58:09.4137413Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/ 2022-05-18T03:58:09.4147735Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2022-05-18T03:58:09.4181594Z ##[endgroup] 2022-05-18T03:58:09.4182536Z ##[group]Disabling automatic garbage collection 2022-05-18T03:58:09.4187717Z [command]/usr/bin/git config --local gc.auto 0 2022-05-18T03:58:09.4219171Z ##[endgroup] 2022-05-18T03:58:09.4220241Z ##[group]Setting up auth 2022-05-18T03:58:09.4230366Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-05-18T03:58:09.4266562Z [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:09.4601256Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-05-18T03:58:09.4634818Z [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:09.4937772Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-05-18T03:58:09.4991581Z ##[endgroup] 2022-05-18T03:58:09.4992365Z ##[group]Fetching the repository 2022-05-18T03:58:09.5000648Z [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.8067725Z [command]/usr/bin/git rev-parse --verify --quiet 3b2375291aab7b48442f2e6fb1ef66cebc761e24^{object} 2022-05-18T03:58:53.8094902Z 3b2375291aab7b48442f2e6fb1ef66cebc761e24 2022-05-18T03:58:53.8102569Z ##[endgroup] 2022-05-18T03:58:53.8103513Z ##[group]Determining the checkout info 2022-05-18T03:58:53.8104950Z ##[endgroup] 2022-05-18T03:58:53.8105869Z ##[group]Checking out the ref 2022-05-18T03:58:53.8112192Z [command]/usr/bin/git checkout --quiet --force 3b2375291aab7b48442f2e6fb1ef66cebc761e24 2022-05-18T03:58:55.3793730Z ##[endgroup] 2022-05-18T03:58:55.3795011Z ##[group]Setting up auth for fetching submodules 2022-05-18T03:58:55.3803711Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-05-18T03:58:55.3862997Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2022-05-18T03:58:55.3899205Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2022-05-18T03:58:55.3933331Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2022-05-18T03:58:55.3965529Z ##[endgroup] 2022-05-18T03:58:55.3966463Z ##[group]Fetching submodules 2022-05-18T03:58:55.3973764Z [command]/usr/bin/git submodule sync --recursive 2022-05-18T03:58:55.4305124Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --recursive 2022-05-18T03:58:55.4621659Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2022-05-18T03:58:55.4622981Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2022-05-18T03:58:55.4625829Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2022-05-18T03:58:55.4628828Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2022-05-18T03:58:55.4632072Z Submodule 'third_party/QNNPACK' (https://github.com/pytorch/QNNPACK) registered for path 'third_party/QNNPACK' 2022-05-18T03:58:55.4635423Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2022-05-18T03:58:55.4639227Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2022-05-18T03:58:55.4642800Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2022-05-18T03:58:55.4646513Z Submodule 'third_party/cub' (https://github.com/NVlabs/cub.git) registered for path 'third_party/cub' 2022-05-18T03:58:55.4650663Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2022-05-18T03:58:55.4654559Z Submodule 'third_party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'third_party/eigen' 2022-05-18T03:58:55.4659058Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2022-05-18T03:58:55.4664265Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2022-05-18T03:58:55.4668277Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2022-05-18T03:58:55.4672729Z Submodule 'third_party/foxi' (https://github.com/houseroad/foxi.git) registered for path 'third_party/foxi' 2022-05-18T03:58:55.4677484Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2022-05-18T03:58:55.4682273Z Submodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo' 2022-05-18T03:58:55.4687242Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2022-05-18T03:58:55.4692376Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2022-05-18T03:58:55.4697759Z Submodule 'third_party/ios-cmake' (https://github.com/Yangqing/ios-cmake.git) registered for path 'third_party/ios-cmake' 2022-05-18T03:58:55.4703797Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2022-05-18T03:58:55.4709165Z Submodule 'third_party/nccl/nccl' (https://github.com/NVIDIA/nccl) registered for path 'third_party/nccl/nccl' 2022-05-18T03:58:55.4714817Z Submodule 'third_party/neon2sse' (https://github.com/intel/ARM_NEON_2_x86_SSE.git) registered for path 'third_party/neon2sse' 2022-05-18T03:58:55.4720637Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2022-05-18T03:58:55.4726522Z Submodule 'third_party/onnx-tensorrt' (https://github.com/onnx/onnx-tensorrt) registered for path 'third_party/onnx-tensorrt' 2022-05-18T03:58:55.4732555Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2022-05-18T03:58:55.4739067Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2022-05-18T03:58:55.4745589Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2022-05-18T03:58:55.4752034Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2022-05-18T03:58:55.4758565Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2022-05-18T03:58:55.4765303Z Submodule 'third_party/python-enum' (https://github.com/PeachPy/enum34.git) registered for path 'third_party/python-enum' 2022-05-18T03:58:55.4772094Z Submodule 'third_party/python-peachpy' (https://github.com/Maratyszcza/PeachPy.git) registered for path 'third_party/python-peachpy' 2022-05-18T03:58:55.4779910Z Submodule 'third_party/python-six' (https://github.com/benjaminp/six.git) registered for path 'third_party/python-six' 2022-05-18T03:58:55.4786909Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2022-05-18T03:58:55.4794243Z Submodule 'third_party/tbb' (https://github.com/01org/tbb) registered for path 'third_party/tbb' 2022-05-18T03:58:55.4801511Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2022-05-18T03:58:55.4809251Z Submodule 'third_party/zstd' (https://github.com/facebook/zstd.git) registered for path 'third_party/zstd' 2022-05-18T03:58:55.4874741Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/libs/fbjni'... 2022-05-18T03:58:55.7221533Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FP16'... 2022-05-18T03:58:55.9002196Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FXdiv'... 2022-05-18T03:58:56.0794986Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/NNPACK'... 2022-05-18T03:58:56.3291133Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/QNNPACK'... 2022-05-18T03:58:56.5720723Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/XNNPACK'... 2022-05-18T03:59:01.0550467Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/benchmark'... 2022-05-18T03:59:01.4937485Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cpuinfo'... 2022-05-18T03:59:02.0136268Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cub'... 2022-05-18T03:59:03.4679758Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cudnn_frontend'... 2022-05-18T03:59:04.9628496Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/eigen'... 2022-05-18T03:59:10.4003391Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm'... 2022-05-18T03:59:10.9565537Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/flatbuffers'... 2022-05-18T03:59:12.0508546Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fmt'... 2022-05-18T03:59:13.1564687Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/foxi'... 2022-05-18T03:59:13.3435475Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2022-05-18T03:59:13.7962275Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gloo'... 2022-05-18T03:59:14.0781703Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/googletest'... 2022-05-18T03:59:14.9785661Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep'... 2022-05-18T03:59:15.3178882Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ios-cmake'... 2022-05-18T03:59:15.4847123Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto'... 2022-05-18T03:59:17.0280023Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nccl/nccl'... 2022-05-18T03:59:17.4683712Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/neon2sse'... 2022-05-18T03:59:17.8165951Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx'... 2022-05-18T03:59:19.1732786Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt'... 2022-05-18T03:59:19.5372648Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pocketfft'... 2022-05-18T03:59:19.7499698Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf'... 2022-05-18T03:59:24.7490528Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/psimd'... 2022-05-18T03:59:24.9243447Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pthreadpool'... 2022-05-18T03:59:25.1285140Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pybind11'... 2022-05-18T03:59:25.8332912Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-enum'... 2022-05-18T03:59:26.0222918Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-peachpy'... 2022-05-18T03:59:26.2772541Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-six'... 2022-05-18T03:59:26.5305260Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/sleef'... 2022-05-18T03:59:27.0484917Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tbb'... 2022-05-18T03:59:28.9922182Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe'... 2022-05-18T03:59:30.0528449Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/zstd'... 2022-05-18T03:59:31.9523434Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2022-05-18T03:59:31.9897665Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2022-05-18T03:59:32.0246474Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2022-05-18T03:59:32.0778898Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2022-05-18T03:59:32.1301590Z Submodule path 'third_party/QNNPACK': checked out '7d2a4e9931a82adc3814275b6219a03e24e36b4c' 2022-05-18T03:59:32.8937695Z Submodule path 'third_party/XNNPACK': checked out 'ae108ef49aa5623b896fc93d4298c49d1750d9ba' 2022-05-18T03:59:32.9454995Z Submodule path 'third_party/benchmark': checked out 'e991355c02b93fe17713efe04cbc2e278e00fdbd' 2022-05-18T03:59:33.0925971Z Submodule path 'third_party/cpuinfo': checked out '5916273f79a21551890fd3d56fc5375a78d1598d' 2022-05-18T03:59:33.1603053Z Submodule path 'third_party/cub': checked out 'd106ddb991a56c3df1b6d51b2409e36ba8181ce4' 2022-05-18T03:59:33.5433501Z Submodule path 'third_party/cudnn_frontend': checked out '43709ab96c47e26eebcdac72f93f946d44ceffa8' 2022-05-18T03:59:33.8626631Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2022-05-18T03:59:33.9431652Z Submodule path 'third_party/fbgemm': checked out '2e9be65810107a9595da717f95d21924b73be833' 2022-05-18T03:59:33.9481802Z Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/third_party/asmjit' 2022-05-18T03:59:33.9484782Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/third_party/cpuinfo' 2022-05-18T03:59:33.9487950Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/third_party/googletest' 2022-05-18T03:59:33.9531859Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit'... 2022-05-18T03:59:34.6512892Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cpuinfo'... 2022-05-18T03:59:35.1266814Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/googletest'... 2022-05-18T03:59:36.0981961Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out '8b35b4cffb62ecb58a903bf91cb7537d7a672211' 2022-05-18T03:59:36.2486346Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2022-05-18T03:59:36.3437941Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2022-05-18T03:59:36.4749913Z Submodule path 'third_party/flatbuffers': checked out 'd0cede9c90c5257537c293517a21376408b549fa' 2022-05-18T03:59:36.5415336Z Submodule path 'third_party/fmt': checked out 'cd4af11efc9c622896a3e4cb599fa28668ca3d05' 2022-05-18T03:59:36.5770038Z Submodule path 'third_party/foxi': checked out 'c278588e34e535f0bb8f00df3880d26928038cad' 2022-05-18T03:59:36.6493810Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2022-05-18T03:59:36.7035238Z Submodule path 'third_party/gloo': checked out 'c22a5cfba94edf8ea4f53a174d38aa0c629d070f' 2022-05-18T03:59:36.7841297Z Submodule path 'third_party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2022-05-18T03:59:36.8217035Z Submodule path 'third_party/ideep': checked out '02b17c5748c9349dcc586c359af800c684d9b1ab' 2022-05-18T03:59:36.8267246Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2022-05-18T03:59:36.8310142Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2022-05-18T03:59:42.8991962Z Submodule path 'third_party/ideep/mkl-dnn': checked out '888a87a954e4fddb4d81fd10858eb834f2441b46' 2022-05-18T03:59:42.9054963Z 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:42.9104507Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn/third_party/oneDNN'... 2022-05-18T03:59:48.7293504Z Submodule path 'third_party/ideep/mkl-dnn/third_party/oneDNN': checked out '52b5f107dd9cf10910aaa19cb47f3abf9b349815' 2022-05-18T03:59:48.7698605Z Submodule path 'third_party/ios-cmake': checked out '8abaed637d56f1337d6e1d2c4026e25c1eade724' 2022-05-18T03:59:48.9091756Z Submodule path 'third_party/kineto': checked out 'b2b48c00c6e5bd8e807e2231adb229db6a1d1c22' 2022-05-18T03:59:48.9145611Z 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:48.9148521Z 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:48.9195562Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2022-05-18T03:59:49.9672911Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2022-05-18T03:59:50.9598763Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '2591ab91c3898c9f6544fff04660276537d32ffd' 2022-05-18T03:59:51.0485292Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2022-05-18T03:59:51.0985769Z Submodule path 'third_party/nccl/nccl': checked out '7e515921295adaab72adf56ea71a0fafb0ecb5f3' 2022-05-18T03:59:51.1403073Z Submodule path 'third_party/neon2sse': checked out '97a126f08ce318023be604d03f88bf0820a9464a' 2022-05-18T03:59:51.4630370Z Submodule path 'third_party/onnx': checked out '96046b8ccfb8e6fa82f6b2b34b3d56add2e8849c' 2022-05-18T03:59:51.4695607Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx/third_party/benchmark' 2022-05-18T03:59:51.4698818Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2022-05-18T03:59:51.4757594Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/benchmark'... 2022-05-18T03:59:51.8394348Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2022-05-18T03:59:52.5870444Z Submodule path 'third_party/onnx/third_party/benchmark': checked out 'e776aa0275e293707b6a0901e0e8d8a8a3679508' 2022-05-18T03:59:52.6502763Z Submodule path 'third_party/onnx/third_party/pybind11': checked out '59a2ac2745d8a57ac94c6accced73620d59fb844' 2022-05-18T03:59:52.6940391Z Submodule path 'third_party/onnx-tensorrt': checked out 'c153211418a7c57ce071d9ce2a41f8d1c85a878f' 2022-05-18T03:59:52.6990247Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx' 2022-05-18T03:59:52.7033830Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx'... 2022-05-18T03:59:54.1761970Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx': checked out '765f5ee823a67a866f4bd28a9860e81f3c811ce8' 2022-05-18T03:59:54.1829349Z 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:54.1832240Z 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:54.1883683Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark'... 2022-05-18T03:59:54.5510779Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11'... 2022-05-18T03:59:55.3031179Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark': checked out 'e776aa0275e293707b6a0901e0e8d8a8a3679508' 2022-05-18T03:59:55.4045051Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11': checked out 'a1041190c8b8ff0cd9e2f0752248ad5e3789ea0c' 2022-05-18T03:59:55.4103282Z 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:55.4147913Z 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:55.6344827Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-05-18T03:59:55.6722952Z Submodule path 'third_party/pocketfft': checked out 'ea778e37710c07723435b1be58235996d1d43a5a' 2022-05-18T03:59:56.0088816Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2022-05-18T03:59:56.0137636Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2022-05-18T03:59:56.0140584Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2022-05-18T03:59:56.0192050Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2022-05-18T03:59:56.3727990Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2022-05-18T03:59:57.3109118Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2022-05-18T03:59:57.4176952Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2022-05-18T03:59:57.4541902Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2022-05-18T03:59:57.4920460Z Submodule path 'third_party/pthreadpool': checked out 'a134dd5d4cee80cce15db81a72e7f929d71dd413' 2022-05-18T03:59:57.5534388Z Submodule path 'third_party/pybind11': checked out '8de7772cc72daca8e947b79b83fea46214931604' 2022-05-18T03:59:57.5885258Z Submodule path 'third_party/python-enum': checked out '4cfedc426c4e2fc52e3f5c2b4297e15ed8d6b8c7' 2022-05-18T03:59:57.6480478Z Submodule path 'third_party/python-peachpy': checked out '07d8fde8ac45d7705129475c0f94ed8925b93473' 2022-05-18T03:59:57.6840564Z Submodule path 'third_party/python-six': checked out '15e31431af97e5e64b80af0a3f598d382bcdd49a' 2022-05-18T03:59:57.7622399Z Submodule path 'third_party/sleef': checked out 'e0a003ee838b75d11763aa9c3ef17bf71a725bff' 2022-05-18T03:59:57.9227822Z Submodule path 'third_party/tbb': checked out 'a51a90bc609bb73db8ea13841b5cf7aa4344d4a9' 2022-05-18T03:59:57.9811271Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2022-05-18T03:59:57.9862750Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2022-05-18T03:59:57.9865518Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2022-05-18T03:59:57.9868630Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2022-05-18T03:59:57.9871834Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2022-05-18T03:59:57.9916626Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2022-05-18T03:59:58.9161932Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2022-05-18T03:59:59.1737732Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2022-05-18T04:00:00.2372320Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2022-05-18T04:00:01.0622275Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2022-05-18T04:00:01.1056141Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2022-05-18T04:00:01.2113761Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2022-05-18T04:00:01.2701426Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2022-05-18T04:00:01.2758756Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-05-18T04:00:01.2802377Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2022-05-18T04:00:01.6914231Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-05-18T04:00:01.8774758Z Submodule path 'third_party/zstd': checked out 'aec56a52fbab207fc639a1937d1e708a282edca8' 2022-05-18T04:00:01.8867663Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2022-05-18T04:00:01.9187883Z Entering 'android/libs/fbjni' 2022-05-18T04:00:01.9230312Z Entering 'third_party/FP16' 2022-05-18T04:00:01.9273446Z Entering 'third_party/FXdiv' 2022-05-18T04:00:01.9314363Z Entering 'third_party/NNPACK' 2022-05-18T04:00:01.9355711Z Entering 'third_party/QNNPACK' 2022-05-18T04:00:01.9398022Z Entering 'third_party/XNNPACK' 2022-05-18T04:00:01.9451139Z Entering 'third_party/benchmark' 2022-05-18T04:00:01.9492710Z Entering 'third_party/cpuinfo' 2022-05-18T04:00:01.9534861Z Entering 'third_party/cub' 2022-05-18T04:00:01.9576613Z Entering 'third_party/cudnn_frontend' 2022-05-18T04:00:01.9625786Z Entering 'third_party/eigen' 2022-05-18T04:00:01.9669900Z Entering 'third_party/fbgemm' 2022-05-18T04:00:01.9712508Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-05-18T04:00:01.9754029Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-05-18T04:00:01.9795136Z Entering 'third_party/fbgemm/third_party/googletest' 2022-05-18T04:00:01.9837665Z Entering 'third_party/flatbuffers' 2022-05-18T04:00:01.9881051Z Entering 'third_party/fmt' 2022-05-18T04:00:01.9923303Z Entering 'third_party/foxi' 2022-05-18T04:00:01.9965846Z Entering 'third_party/gemmlowp/gemmlowp' 2022-05-18T04:00:02.0008432Z Entering 'third_party/gloo' 2022-05-18T04:00:02.0050166Z Entering 'third_party/googletest' 2022-05-18T04:00:02.0092530Z Entering 'third_party/ideep' 2022-05-18T04:00:02.0133449Z Entering 'third_party/ideep/mkl-dnn' 2022-05-18T04:00:02.0176808Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-05-18T04:00:02.0226586Z Entering 'third_party/ios-cmake' 2022-05-18T04:00:02.0269067Z Entering 'third_party/kineto' 2022-05-18T04:00:02.0310685Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-05-18T04:00:02.0352105Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-05-18T04:00:02.0393831Z Entering 'third_party/nccl/nccl' 2022-05-18T04:00:02.0435876Z Entering 'third_party/neon2sse' 2022-05-18T04:00:02.0479391Z Entering 'third_party/onnx' 2022-05-18T04:00:02.0533267Z Entering 'third_party/onnx/third_party/benchmark' 2022-05-18T04:00:02.0575037Z Entering 'third_party/onnx/third_party/pybind11' 2022-05-18T04:00:02.0617876Z Entering 'third_party/onnx-tensorrt' 2022-05-18T04:00:02.0658730Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-05-18T04:00:02.0705659Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-05-18T04:00:02.0747338Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-05-18T04:00:02.0788659Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-05-18T04:00:02.0834579Z Entering 'third_party/pocketfft' 2022-05-18T04:00:02.0876632Z Entering 'third_party/protobuf' 2022-05-18T04:00:02.0922295Z Entering 'third_party/protobuf/third_party/benchmark' 2022-05-18T04:00:02.0963819Z Entering 'third_party/protobuf/third_party/googletest' 2022-05-18T04:00:02.1007723Z Entering 'third_party/psimd' 2022-05-18T04:00:02.1049491Z Entering 'third_party/pthreadpool' 2022-05-18T04:00:02.1091354Z Entering 'third_party/pybind11' 2022-05-18T04:00:02.1133686Z Entering 'third_party/python-enum' 2022-05-18T04:00:02.1174427Z Entering 'third_party/python-peachpy' 2022-05-18T04:00:02.1216452Z Entering 'third_party/python-six' 2022-05-18T04:00:02.1258652Z Entering 'third_party/sleef' 2022-05-18T04:00:02.1302434Z Entering 'third_party/tbb' 2022-05-18T04:00:02.1347533Z Entering 'third_party/tensorpipe' 2022-05-18T04:00:02.1391339Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-05-18T04:00:02.1432819Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-05-18T04:00:02.1474211Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-05-18T04:00:02.1516120Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-05-18T04:00:02.1557924Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-05-18T04:00:02.1602509Z Entering 'third_party/zstd' 2022-05-18T04:00:02.1655919Z ##[endgroup] 2022-05-18T04:00:02.1656410Z ##[group]Persisting credentials for submodules 2022-05-18T04:00:02.1666047Z [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-18T04:00:02.1983835Z Entering 'android/libs/fbjni' 2022-05-18T04:00:02.2024298Z Entering 'third_party/FP16' 2022-05-18T04:00:02.2065770Z Entering 'third_party/FXdiv' 2022-05-18T04:00:02.2106977Z Entering 'third_party/NNPACK' 2022-05-18T04:00:02.2148782Z Entering 'third_party/QNNPACK' 2022-05-18T04:00:02.2189434Z Entering 'third_party/XNNPACK' 2022-05-18T04:00:02.2241330Z Entering 'third_party/benchmark' 2022-05-18T04:00:02.2282527Z Entering 'third_party/cpuinfo' 2022-05-18T04:00:02.2323326Z Entering 'third_party/cub' 2022-05-18T04:00:02.2364872Z Entering 'third_party/cudnn_frontend' 2022-05-18T04:00:02.2411916Z Entering 'third_party/eigen' 2022-05-18T04:00:02.2455618Z Entering 'third_party/fbgemm' 2022-05-18T04:00:02.2496551Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-05-18T04:00:02.2537383Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-05-18T04:00:02.2578115Z Entering 'third_party/fbgemm/third_party/googletest' 2022-05-18T04:00:02.2620931Z Entering 'third_party/flatbuffers' 2022-05-18T04:00:02.2664678Z Entering 'third_party/fmt' 2022-05-18T04:00:02.2706854Z Entering 'third_party/foxi' 2022-05-18T04:00:02.2746327Z Entering 'third_party/gemmlowp/gemmlowp' 2022-05-18T04:00:02.2787020Z Entering 'third_party/gloo' 2022-05-18T04:00:02.2827046Z Entering 'third_party/googletest' 2022-05-18T04:00:02.2868447Z Entering 'third_party/ideep' 2022-05-18T04:00:02.2908653Z Entering 'third_party/ideep/mkl-dnn' 2022-05-18T04:00:02.2950695Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-05-18T04:00:02.2998936Z Entering 'third_party/ios-cmake' 2022-05-18T04:00:02.3039742Z Entering 'third_party/kineto' 2022-05-18T04:00:02.3080217Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-05-18T04:00:02.3120373Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-05-18T04:00:02.3162594Z Entering 'third_party/nccl/nccl' 2022-05-18T04:00:02.3204850Z Entering 'third_party/neon2sse' 2022-05-18T04:00:02.3245518Z Entering 'third_party/onnx' 2022-05-18T04:00:02.3299306Z Entering 'third_party/onnx/third_party/benchmark' 2022-05-18T04:00:02.3340526Z Entering 'third_party/onnx/third_party/pybind11' 2022-05-18T04:00:02.3383354Z Entering 'third_party/onnx-tensorrt' 2022-05-18T04:00:02.3423839Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-05-18T04:00:02.3469700Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-05-18T04:00:02.3510167Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-05-18T04:00:02.3550147Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-05-18T04:00:02.3595949Z Entering 'third_party/pocketfft' 2022-05-18T04:00:02.3636769Z Entering 'third_party/protobuf' 2022-05-18T04:00:02.3681512Z Entering 'third_party/protobuf/third_party/benchmark' 2022-05-18T04:00:02.3722515Z Entering 'third_party/protobuf/third_party/googletest' 2022-05-18T04:00:02.3765018Z Entering 'third_party/psimd' 2022-05-18T04:00:02.3806030Z Entering 'third_party/pthreadpool' 2022-05-18T04:00:02.3848155Z Entering 'third_party/pybind11' 2022-05-18T04:00:02.3889404Z Entering 'third_party/python-enum' 2022-05-18T04:00:02.3930120Z Entering 'third_party/python-peachpy' 2022-05-18T04:00:02.3970872Z Entering 'third_party/python-six' 2022-05-18T04:00:02.4011401Z Entering 'third_party/sleef' 2022-05-18T04:00:02.4051415Z Entering 'third_party/tbb' 2022-05-18T04:00:02.4094188Z Entering 'third_party/tensorpipe' 2022-05-18T04:00:02.4134237Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-05-18T04:00:02.4174731Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-05-18T04:00:02.4214632Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-05-18T04:00:02.4255508Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-05-18T04:00:02.4295759Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-05-18T04:00:02.4340784Z Entering 'third_party/zstd' 2022-05-18T04:00:02.4397074Z [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-18T04:00:02.4719503Z Entering 'android/libs/fbjni' 2022-05-18T04:00:02.4757740Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2022-05-18T04:00:02.4774796Z Entering 'third_party/FP16' 2022-05-18T04:00:02.4813210Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2022-05-18T04:00:02.4830088Z Entering 'third_party/FXdiv' 2022-05-18T04:00:02.4868968Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2022-05-18T04:00:02.4885163Z Entering 'third_party/NNPACK' 2022-05-18T04:00:02.4924096Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2022-05-18T04:00:02.4942079Z Entering 'third_party/QNNPACK' 2022-05-18T04:00:02.4980782Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/QNNPACK/config remote.origin.url 2022-05-18T04:00:02.4997213Z Entering 'third_party/XNNPACK' 2022-05-18T04:00:02.5036172Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2022-05-18T04:00:02.5065522Z Entering 'third_party/benchmark' 2022-05-18T04:00:02.5103888Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2022-05-18T04:00:02.5121145Z Entering 'third_party/cpuinfo' 2022-05-18T04:00:02.5159080Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2022-05-18T04:00:02.5175656Z Entering 'third_party/cub' 2022-05-18T04:00:02.5215669Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cub/config remote.origin.url 2022-05-18T04:00:02.5233368Z Entering 'third_party/cudnn_frontend' 2022-05-18T04:00:02.5270838Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2022-05-18T04:00:02.5293690Z Entering 'third_party/eigen' 2022-05-18T04:00:02.5332349Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/config remote.origin.url 2022-05-18T04:00:02.5351853Z Entering 'third_party/fbgemm' 2022-05-18T04:00:02.5390180Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2022-05-18T04:00:02.5407100Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-05-18T04:00:02.5444968Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/asmjit/config remote.origin.url 2022-05-18T04:00:02.5462198Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-05-18T04:00:02.5500183Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/config remote.origin.url 2022-05-18T04:00:02.5517763Z Entering 'third_party/fbgemm/third_party/googletest' 2022-05-18T04:00:02.5556697Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/googletest/config remote.origin.url 2022-05-18T04:00:02.5574784Z Entering 'third_party/flatbuffers' 2022-05-18T04:00:02.5613045Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2022-05-18T04:00:02.5632395Z Entering 'third_party/fmt' 2022-05-18T04:00:02.5670277Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2022-05-18T04:00:02.5687201Z Entering 'third_party/foxi' 2022-05-18T04:00:02.5724890Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/foxi/config remote.origin.url 2022-05-18T04:00:02.5742367Z Entering 'third_party/gemmlowp/gemmlowp' 2022-05-18T04:00:02.5780124Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2022-05-18T04:00:02.5797066Z Entering 'third_party/gloo' 2022-05-18T04:00:02.5835962Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2022-05-18T04:00:02.5853237Z Entering 'third_party/googletest' 2022-05-18T04:00:02.5891452Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2022-05-18T04:00:02.5910109Z Entering 'third_party/ideep' 2022-05-18T04:00:02.5947742Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2022-05-18T04:00:02.5963678Z Entering 'third_party/ideep/mkl-dnn' 2022-05-18T04:00:02.6002464Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2022-05-18T04:00:02.6021997Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-05-18T04:00:02.6060555Z 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-18T04:00:02.6084421Z Entering 'third_party/ios-cmake' 2022-05-18T04:00:02.6122547Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ios-cmake/config remote.origin.url 2022-05-18T04:00:02.6139692Z Entering 'third_party/kineto' 2022-05-18T04:00:02.6179424Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2022-05-18T04:00:02.6197874Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-05-18T04:00:02.6235785Z 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-18T04:00:02.6253143Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-05-18T04:00:02.6291128Z 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-18T04:00:02.6309994Z Entering 'third_party/nccl/nccl' 2022-05-18T04:00:02.6349475Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nccl/nccl/config remote.origin.url 2022-05-18T04:00:02.6366494Z Entering 'third_party/neon2sse' 2022-05-18T04:00:02.6403857Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/neon2sse/config remote.origin.url 2022-05-18T04:00:02.6421139Z Entering 'third_party/onnx' 2022-05-18T04:00:02.6458813Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2022-05-18T04:00:02.6487635Z Entering 'third_party/onnx/third_party/benchmark' 2022-05-18T04:00:02.6525870Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2022-05-18T04:00:02.6542954Z Entering 'third_party/onnx/third_party/pybind11' 2022-05-18T04:00:02.6580241Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2022-05-18T04:00:02.6599717Z Entering 'third_party/onnx-tensorrt' 2022-05-18T04:00:02.6638891Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/config remote.origin.url 2022-05-18T04:00:02.6655343Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-05-18T04:00:02.6692840Z 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-18T04:00:02.6714863Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-05-18T04:00:02.6752605Z 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-18T04:00:02.6769593Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-05-18T04:00:02.6808285Z 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-18T04:00:02.6825039Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-05-18T04:00:02.6863583Z 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-18T04:00:02.6884572Z Entering 'third_party/pocketfft' 2022-05-18T04:00:02.6923114Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2022-05-18T04:00:02.6939637Z Entering 'third_party/protobuf' 2022-05-18T04:00:02.6979149Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2022-05-18T04:00:02.6999039Z Entering 'third_party/protobuf/third_party/benchmark' 2022-05-18T04:00:02.7036939Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2022-05-18T04:00:02.7053677Z Entering 'third_party/protobuf/third_party/googletest' 2022-05-18T04:00:02.7090737Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2022-05-18T04:00:02.7110428Z Entering 'third_party/psimd' 2022-05-18T04:00:02.7148819Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2022-05-18T04:00:02.7165084Z Entering 'third_party/pthreadpool' 2022-05-18T04:00:02.7203004Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2022-05-18T04:00:02.7219387Z Entering 'third_party/pybind11' 2022-05-18T04:00:02.7257544Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2022-05-18T04:00:02.7274862Z Entering 'third_party/python-enum' 2022-05-18T04:00:02.7312410Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-enum/config remote.origin.url 2022-05-18T04:00:02.7329708Z Entering 'third_party/python-peachpy' 2022-05-18T04:00:02.7367322Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2022-05-18T04:00:02.7384839Z Entering 'third_party/python-six' 2022-05-18T04:00:02.7422536Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-six/config remote.origin.url 2022-05-18T04:00:02.7438957Z Entering 'third_party/sleef' 2022-05-18T04:00:02.7477063Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2022-05-18T04:00:02.7493965Z Entering 'third_party/tbb' 2022-05-18T04:00:02.7531611Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tbb/config remote.origin.url 2022-05-18T04:00:02.7551199Z Entering 'third_party/tensorpipe' 2022-05-18T04:00:02.7588817Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2022-05-18T04:00:02.7605538Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-05-18T04:00:02.7642591Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2022-05-18T04:00:02.7660890Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-05-18T04:00:02.7697102Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2022-05-18T04:00:02.7714536Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-05-18T04:00:02.7751228Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2022-05-18T04:00:02.7768581Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-05-18T04:00:02.7805992Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2022-05-18T04:00:02.7822669Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-05-18T04:00:02.7860427Z 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-18T04:00:02.7880210Z Entering 'third_party/zstd' 2022-05-18T04:00:02.7917784Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/zstd/config remote.origin.url 2022-05-18T04:00:02.8663176Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2022-05-18T04:00:02.8975660Z Entering 'android/libs/fbjni' 2022-05-18T04:00:02.9017241Z Entering 'third_party/FP16' 2022-05-18T04:00:02.9059216Z Entering 'third_party/FXdiv' 2022-05-18T04:00:02.9101169Z Entering 'third_party/NNPACK' 2022-05-18T04:00:02.9143538Z Entering 'third_party/QNNPACK' 2022-05-18T04:00:02.9185791Z Entering 'third_party/XNNPACK' 2022-05-18T04:00:02.9239054Z Entering 'third_party/benchmark' 2022-05-18T04:00:02.9280970Z Entering 'third_party/cpuinfo' 2022-05-18T04:00:02.9323066Z Entering 'third_party/cub' 2022-05-18T04:00:02.9365408Z Entering 'third_party/cudnn_frontend' 2022-05-18T04:00:02.9412967Z Entering 'third_party/eigen' 2022-05-18T04:00:02.9456777Z Entering 'third_party/fbgemm' 2022-05-18T04:00:02.9497744Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-05-18T04:00:02.9539767Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-05-18T04:00:02.9580843Z Entering 'third_party/fbgemm/third_party/googletest' 2022-05-18T04:00:02.9623683Z Entering 'third_party/flatbuffers' 2022-05-18T04:00:02.9667810Z Entering 'third_party/fmt' 2022-05-18T04:00:02.9709011Z Entering 'third_party/foxi' 2022-05-18T04:00:02.9750580Z Entering 'third_party/gemmlowp/gemmlowp' 2022-05-18T04:00:02.9792191Z Entering 'third_party/gloo' 2022-05-18T04:00:02.9833512Z Entering 'third_party/googletest' 2022-05-18T04:00:02.9875200Z Entering 'third_party/ideep' 2022-05-18T04:00:02.9916075Z Entering 'third_party/ideep/mkl-dnn' 2022-05-18T04:00:02.9958771Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-05-18T04:00:03.0006414Z Entering 'third_party/ios-cmake' 2022-05-18T04:00:03.0048559Z Entering 'third_party/kineto' 2022-05-18T04:00:03.0089194Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-05-18T04:00:03.0130275Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-05-18T04:00:03.0172999Z Entering 'third_party/nccl/nccl' 2022-05-18T04:00:03.0217031Z Entering 'third_party/neon2sse' 2022-05-18T04:00:03.0258075Z Entering 'third_party/onnx' 2022-05-18T04:00:03.0310244Z Entering 'third_party/onnx/third_party/benchmark' 2022-05-18T04:00:03.0352099Z Entering 'third_party/onnx/third_party/pybind11' 2022-05-18T04:00:03.0395407Z Entering 'third_party/onnx-tensorrt' 2022-05-18T04:00:03.0436363Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-05-18T04:00:03.0482198Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-05-18T04:00:03.0523766Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-05-18T04:00:03.0566226Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-05-18T04:00:03.0613257Z Entering 'third_party/pocketfft' 2022-05-18T04:00:03.0655116Z Entering 'third_party/protobuf' 2022-05-18T04:00:03.0700174Z Entering 'third_party/protobuf/third_party/benchmark' 2022-05-18T04:00:03.0742090Z Entering 'third_party/protobuf/third_party/googletest' 2022-05-18T04:00:03.0785377Z Entering 'third_party/psimd' 2022-05-18T04:00:03.0826567Z Entering 'third_party/pthreadpool' 2022-05-18T04:00:03.0867681Z Entering 'third_party/pybind11' 2022-05-18T04:00:03.0909334Z Entering 'third_party/python-enum' 2022-05-18T04:00:03.0951645Z Entering 'third_party/python-peachpy' 2022-05-18T04:00:03.0992627Z Entering 'third_party/python-six' 2022-05-18T04:00:03.1034228Z Entering 'third_party/sleef' 2022-05-18T04:00:03.1075725Z Entering 'third_party/tbb' 2022-05-18T04:00:03.1119720Z Entering 'third_party/tensorpipe' 2022-05-18T04:00:03.1161016Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-05-18T04:00:03.1203235Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-05-18T04:00:03.1244536Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-05-18T04:00:03.1285990Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-05-18T04:00:03.1326866Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-05-18T04:00:03.1371171Z Entering 'third_party/zstd' 2022-05-18T04:00:03.1425845Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2022-05-18T04:00:03.1734956Z Entering 'android/libs/fbjni' 2022-05-18T04:00:03.1776044Z Entering 'third_party/FP16' 2022-05-18T04:00:03.1817564Z Entering 'third_party/FXdiv' 2022-05-18T04:00:03.1859331Z Entering 'third_party/NNPACK' 2022-05-18T04:00:03.1900188Z Entering 'third_party/QNNPACK' 2022-05-18T04:00:03.1941598Z Entering 'third_party/XNNPACK' 2022-05-18T04:00:03.1994355Z Entering 'third_party/benchmark' 2022-05-18T04:00:03.2036096Z Entering 'third_party/cpuinfo' 2022-05-18T04:00:03.2077719Z Entering 'third_party/cub' 2022-05-18T04:00:03.2119099Z Entering 'third_party/cudnn_frontend' 2022-05-18T04:00:03.2166122Z Entering 'third_party/eigen' 2022-05-18T04:00:03.2212420Z Entering 'third_party/fbgemm' 2022-05-18T04:00:03.2254352Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-05-18T04:00:03.2295118Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-05-18T04:00:03.2336609Z Entering 'third_party/fbgemm/third_party/googletest' 2022-05-18T04:00:03.2379417Z Entering 'third_party/flatbuffers' 2022-05-18T04:00:03.2422253Z Entering 'third_party/fmt' 2022-05-18T04:00:03.2462916Z Entering 'third_party/foxi' 2022-05-18T04:00:03.2503643Z Entering 'third_party/gemmlowp/gemmlowp' 2022-05-18T04:00:03.2544801Z Entering 'third_party/gloo' 2022-05-18T04:00:03.2586326Z Entering 'third_party/googletest' 2022-05-18T04:00:03.2628002Z Entering 'third_party/ideep' 2022-05-18T04:00:03.2668124Z Entering 'third_party/ideep/mkl-dnn' 2022-05-18T04:00:03.2711457Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-05-18T04:00:03.2759258Z Entering 'third_party/ios-cmake' 2022-05-18T04:00:03.2800618Z Entering 'third_party/kineto' 2022-05-18T04:00:03.2842196Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-05-18T04:00:03.2883208Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-05-18T04:00:03.2926216Z Entering 'third_party/nccl/nccl' 2022-05-18T04:00:03.2967587Z Entering 'third_party/neon2sse' 2022-05-18T04:00:03.3008211Z Entering 'third_party/onnx' 2022-05-18T04:00:03.3061790Z Entering 'third_party/onnx/third_party/benchmark' 2022-05-18T04:00:03.3103436Z Entering 'third_party/onnx/third_party/pybind11' 2022-05-18T04:00:03.3147903Z Entering 'third_party/onnx-tensorrt' 2022-05-18T04:00:03.3188482Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-05-18T04:00:03.3234565Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-05-18T04:00:03.3276367Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-05-18T04:00:03.3318291Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-05-18T04:00:03.3364713Z Entering 'third_party/pocketfft' 2022-05-18T04:00:03.3407333Z Entering 'third_party/protobuf' 2022-05-18T04:00:03.3452675Z Entering 'third_party/protobuf/third_party/benchmark' 2022-05-18T04:00:03.3493520Z Entering 'third_party/protobuf/third_party/googletest' 2022-05-18T04:00:03.3536526Z Entering 'third_party/psimd' 2022-05-18T04:00:03.3578293Z Entering 'third_party/pthreadpool' 2022-05-18T04:00:03.3619219Z Entering 'third_party/pybind11' 2022-05-18T04:00:03.3660248Z Entering 'third_party/python-enum' 2022-05-18T04:00:03.3701563Z Entering 'third_party/python-peachpy' 2022-05-18T04:00:03.3742617Z Entering 'third_party/python-six' 2022-05-18T04:00:03.3784343Z Entering 'third_party/sleef' 2022-05-18T04:00:03.3826684Z Entering 'third_party/tbb' 2022-05-18T04:00:03.3870304Z Entering 'third_party/tensorpipe' 2022-05-18T04:00:03.3912161Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-05-18T04:00:03.3952903Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-05-18T04:00:03.3993701Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-05-18T04:00:03.4034487Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-05-18T04:00:03.4074871Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-05-18T04:00:03.4119884Z Entering 'third_party/zstd' 2022-05-18T04:00:03.4172050Z ##[endgroup] 2022-05-18T04:00:03.4217434Z [command]/usr/bin/git log -1 --format='%H' 2022-05-18T04:00:03.4245726Z '3b2375291aab7b48442f2e6fb1ef66cebc761e24' 2022-05-18T04:00:03.4394924Z Prepare all required actions 2022-05-18T04:00:03.4425755Z ##[group]Run ./.github/actions/setup-linux 2022-05-18T04:00:03.4426039Z env: 2022-05-18T04:00:03.4426259Z IN_CI: 1 2022-05-18T04:00:03.4426469Z IS_GHA: 1 2022-05-18T04:00:03.4426721Z GIT_DEFAULT_BRANCH: master 2022-05-18T04:00:03.4426981Z ##[endgroup] 2022-05-18T04:00:03.4443946Z ##[group]Run set -euo pipefail 2022-05-18T04:00:03.4444258Z set -euo pipefail 2022-05-18T04:00:03.4444542Z function get_ec2_metadata() { 2022-05-18T04:00:03.4444861Z  # Pulled from instance metadata endpoint for EC2 2022-05-18T04:00:03.4445338Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2022-05-18T04:00:03.4445755Z  category=$1 2022-05-18T04:00:03.4446084Z  curl -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2022-05-18T04:00:03.4446373Z } 2022-05-18T04:00:03.4446690Z echo "ami-id: $(get_ec2_metadata ami-id)" 2022-05-18T04:00:03.4447045Z echo "instance-id: $(get_ec2_metadata instance-id)" 2022-05-18T04:00:03.4447402Z echo "instance-type: $(get_ec2_metadata instance-type)" 2022-05-18T04:00:03.4447740Z echo "system info $(uname -a)" 2022-05-18T04:00:03.4460770Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-05-18T04:00:03.4461051Z env: 2022-05-18T04:00:03.4461265Z IN_CI: 1 2022-05-18T04:00:03.4461485Z IS_GHA: 1 2022-05-18T04:00:03.4461716Z GIT_DEFAULT_BRANCH: master 2022-05-18T04:00:03.4461973Z ##[endgroup] 2022-05-18T04:00:03.4564069Z ami-id: ami-096198a0bccc6bad4 2022-05-18T04:00:03.4627507Z instance-id: i-0b8843e59a1c0cff4 2022-05-18T04:00:03.4688544Z instance-type: g3.4xlarge 2022-05-18T04:00:03.4696475Z system info Linux ip-10-0-4-246.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-18T04:00:03.4714573Z ##[group]Run if systemctl is-active --quiet docker; then 2022-05-18T04:00:03.4714978Z if systemctl is-active --quiet docker; then 2022-05-18T04:00:03.4715314Z  echo "Docker daemon is running..."; 2022-05-18T04:00:03.4715572Z else 2022-05-18T04:00:03.4715892Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2022-05-18T04:00:03.4716200Z fi 2022-05-18T04:00:03.4727371Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-05-18T04:00:03.4727668Z env: 2022-05-18T04:00:03.4727882Z IN_CI: 1 2022-05-18T04:00:03.4728086Z IS_GHA: 1 2022-05-18T04:00:03.4728339Z GIT_DEFAULT_BRANCH: master 2022-05-18T04:00:03.4728596Z ##[endgroup] 2022-05-18T04:00:03.4778671Z Docker daemon is running... 2022-05-18T04:00:03.4797147Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2022-05-18T04:00:03.4797628Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2022-05-18T04:00:03.4798040Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-05-18T04:00:03.4798914Z retry aws ecr get-login*** "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2022-05-18T04:00:03.4799388Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2022-05-18T04:00:03.4810964Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-05-18T04:00:03.4811263Z env: 2022-05-18T04:00:03.4811467Z IN_CI: 1 2022-05-18T04:00:03.4811694Z IS_GHA: 1 2022-05-18T04:00:03.4811946Z GIT_DEFAULT_BRANCH: master 2022-05-18T04:00:03.4812205Z AWS_RETRY_MODE: standard 2022-05-18T04:00:03.4812473Z AWS_MAX_ATTEMPTS: 5 2022-05-18T04:00:03.4812751Z AWS_DEFAULT_REGION: us-east-1 2022-05-18T04:00:03.4813007Z ##[endgroup] 2022-05-18T04:00:04.4247969Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2022-05-18T04:00:04.4248438Z Configure a credential helper to remove this warning. See 2022-05-18T04:00:04.4251077Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2022-05-18T04:00:04.4251638Z 2022-05-18T04:00:04.4252296Z Login Succeeded 2022-05-18T04:00:04.4335166Z ##[group]Run env | grep '^GITHUB' > "/tmp/github_env_${GITHUB_RUN_ID}" 2022-05-18T04:00:04.4335567Z env | grep '^GITHUB' > "/tmp/github_env_${GITHUB_RUN_ID}" 2022-05-18T04:00:04.4348782Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-05-18T04:00:04.4349088Z env: 2022-05-18T04:00:04.4349311Z IN_CI: 1 2022-05-18T04:00:04.4349516Z IS_GHA: 1 2022-05-18T04:00:04.4349770Z GIT_DEFAULT_BRANCH: master 2022-05-18T04:00:04.4350037Z ##[endgroup] 2022-05-18T04:00:04.4410484Z Prepare all required actions 2022-05-18T04:00:04.4410834Z Getting action download info 2022-05-18T04:00:04.6025740Z Download action repository 'seemethere/add-github-ssh-key@v1' (SHA:1ecffedb1e192a50aa67dba2f0e048e5d3bfa144) 2022-05-18T04:00:04.7320242Z ##[group]Run ./.github/actions/setup-ssh 2022-05-18T04:00:04.7320539Z with: 2022-05-18T04:00:04.7321127Z github-secret: *** 2022-05-18T04:00:04.7321450Z env: 2022-05-18T04:00:04.7321682Z IN_CI: 1 2022-05-18T04:00:04.7321974Z IS_GHA: 1 2022-05-18T04:00:04.7322302Z GIT_DEFAULT_BRANCH: master 2022-05-18T04:00:04.7322613Z ##[endgroup] 2022-05-18T04:00:04.7383592Z ##[group]Run seemethere/add-github-ssh-key@v1 2022-05-18T04:00:04.7383863Z with: 2022-05-18T04:00:04.7384256Z GITHUB_TOKEN: *** 2022-05-18T04:00:04.7384532Z activate-with-label: false 2022-05-18T04:00:04.7384783Z label: with-ssh 2022-05-18T04:00:04.7385051Z remove-existing-keys: true 2022-05-18T04:00:04.7385306Z env: 2022-05-18T04:00:04.7385504Z IN_CI: 1 2022-05-18T04:00:04.7385758Z IS_GHA: 1 2022-05-18T04:00:04.7386011Z GIT_DEFAULT_BRANCH: master 2022-05-18T04:00:04.7386282Z ##[endgroup] 2022-05-18T04:00:04.8093925Z Not on pull request and ciflow reference could not be extracted, skipping adding ssh keys 2022-05-18T04:00:04.8147655Z Prepare all required actions 2022-05-18T04:00:04.8168370Z ##[group]Run ./.github/actions/pull-docker-image 2022-05-18T04:00:04.8168672Z with: 2022-05-18T04:00:04.8169155Z 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:04.8169634Z env: 2022-05-18T04:00:04.8169857Z IN_CI: 1 2022-05-18T04:00:04.8170067Z IS_GHA: 1 2022-05-18T04:00:04.8170318Z GIT_DEFAULT_BRANCH: master 2022-05-18T04:00:04.8170581Z ##[endgroup] 2022-05-18T04:00:04.8186547Z ##[group]Run retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-05-18T04:00:04.8186929Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-05-18T04:00:04.8187247Z retry docker pull "${DOCKER_IMAGE}" 2022-05-18T04:00:04.8200124Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-05-18T04:00:04.8200430Z env: 2022-05-18T04:00:04.8200631Z IN_CI: 1 2022-05-18T04:00:04.8200895Z IS_GHA: 1 2022-05-18T04:00:04.8201133Z GIT_DEFAULT_BRANCH: master 2022-05-18T04:00:04.8201660Z 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:04.8202152Z ##[endgroup] 2022-05-18T04:00:05.1099793Z 6deab82db6a72ca54cd3e3322ee4f13864536734: Pulling from pytorch/pytorch-linux-bionic-cuda10.2-cudnn7-py3.9-gcc7 2022-05-18T04:00:05.1100483Z 11323ed2c653: Pulling fs layer 2022-05-18T04:00:05.1101037Z 9b0c32b3202c: Pulling fs layer 2022-05-18T04:00:05.1101524Z 55d4aa3df964: Pulling fs layer 2022-05-18T04:00:05.1102040Z ced0e45f533f: Pulling fs layer 2022-05-18T04:00:05.1102574Z a6d5f855f26c: Pulling fs layer 2022-05-18T04:00:05.1103130Z 532188ad0a5d: Pulling fs layer 2022-05-18T04:00:05.1103597Z 53b0132b34a2: Pulling fs layer 2022-05-18T04:00:05.1104103Z d63f711e9949: Pulling fs layer 2022-05-18T04:00:05.1104500Z 776e7a7e28b2: Pulling fs layer 2022-05-18T04:00:05.1104767Z 69004237646f: Pulling fs layer 2022-05-18T04:00:05.1105191Z a0a6f96a62d8: Pulling fs layer 2022-05-18T04:00:05.1105595Z 7918ac79e586: Pulling fs layer 2022-05-18T04:00:05.1105849Z 517f3f32e512: Pulling fs layer 2022-05-18T04:00:05.1106236Z 7c88fb71bf11: Pulling fs layer 2022-05-18T04:00:05.1106774Z 7b920d7a1988: Pulling fs layer 2022-05-18T04:00:05.1107321Z 0ba8a6800faf: Pulling fs layer 2022-05-18T04:00:05.1107765Z 6d58a87851d7: Pulling fs layer 2022-05-18T04:00:05.1108046Z b06b299e7454: Pulling fs layer 2022-05-18T04:00:05.1108299Z b046a45d4ca8: Pulling fs layer 2022-05-18T04:00:05.1108592Z acf3886a01ad: Pulling fs layer 2022-05-18T04:00:05.1108863Z 166228572fc8: Pulling fs layer 2022-05-18T04:00:05.1109112Z 6d680b004bdb: Pulling fs layer 2022-05-18T04:00:05.1109365Z 69004237646f: Waiting 2022-05-18T04:00:05.1109628Z 4d9d54d04be5: Pulling fs layer 2022-05-18T04:00:05.1109889Z 55e19101ee96: Pulling fs layer 2022-05-18T04:00:05.1110148Z d63f711e9949: Waiting 2022-05-18T04:00:05.1110399Z a0a6f96a62d8: Waiting 2022-05-18T04:00:05.1110639Z d57378452c6c: Pulling fs layer 2022-05-18T04:00:05.1110895Z 776e7a7e28b2: Waiting 2022-05-18T04:00:05.1111135Z 7918ac79e586: Waiting 2022-05-18T04:00:05.1111384Z 4097195e70a4: Pulling fs layer 2022-05-18T04:00:05.1111632Z e90775d597ae: Pulling fs layer 2022-05-18T04:00:05.1111889Z ced0e45f533f: Waiting 2022-05-18T04:00:05.1112153Z 342cb5b8793f: Pulling fs layer 2022-05-18T04:00:05.1112390Z a6d5f855f26c: Waiting 2022-05-18T04:00:05.1112650Z ec9f4694245d: Pulling fs layer 2022-05-18T04:00:05.1112902Z 7b920d7a1988: Waiting 2022-05-18T04:00:05.1113143Z 5ff41a564c23: Pulling fs layer 2022-05-18T04:00:05.1113400Z 0ba8a6800faf: Waiting 2022-05-18T04:00:05.1113670Z 4d9d54d04be5: Waiting 2022-05-18T04:00:05.1113892Z 6d58a87851d7: Waiting 2022-05-18T04:00:05.1114153Z 5e9e1c5c2b02: Pulling fs layer 2022-05-18T04:00:05.1114430Z 85cae8860e8b: Pulling fs layer 2022-05-18T04:00:05.1114675Z 342cb5b8793f: Waiting 2022-05-18T04:00:05.1114920Z acf3886a01ad: Waiting 2022-05-18T04:00:05.1115344Z 532188ad0a5d: Waiting 2022-05-18T04:00:05.1115607Z 7bd074c80c3f: Pulling fs layer 2022-05-18T04:00:05.1115867Z ec9f4694245d: Waiting 2022-05-18T04:00:05.1116126Z 7ebce38575d6: Pulling fs layer 2022-05-18T04:00:05.1116361Z 166228572fc8: Waiting 2022-05-18T04:00:05.1116602Z b06b299e7454: Waiting 2022-05-18T04:00:05.1116841Z 53b0132b34a2: Waiting 2022-05-18T04:00:05.1117098Z 3dcf0fc78ba8: Pulling fs layer 2022-05-18T04:00:05.1117335Z d57378452c6c: Waiting 2022-05-18T04:00:05.1117590Z de93ffc12e40: Pulling fs layer 2022-05-18T04:00:05.1117850Z 5ff41a564c23: Waiting 2022-05-18T04:00:05.1118072Z 7bd074c80c3f: Waiting 2022-05-18T04:00:05.1118328Z 5e9e1c5c2b02: Waiting 2022-05-18T04:00:05.1118567Z 7ebce38575d6: Waiting 2022-05-18T04:00:05.1118791Z 3dcf0fc78ba8: Waiting 2022-05-18T04:00:05.1119031Z 4097195e70a4: Waiting 2022-05-18T04:00:05.1119267Z 85cae8860e8b: Waiting 2022-05-18T04:00:05.1119607Z fd0f553736b3: Pulling fs layer 2022-05-18T04:00:05.1119864Z b046a45d4ca8: Waiting 2022-05-18T04:00:05.1120126Z 6b52bc4fc524: Pulling fs layer 2022-05-18T04:00:05.1120383Z f709baccd3f5: Pulling fs layer 2022-05-18T04:00:05.1120644Z fd0f553736b3: Waiting 2022-05-18T04:00:05.1120904Z 25dff8b9a054: Pulling fs layer 2022-05-18T04:00:05.1121146Z f709baccd3f5: Waiting 2022-05-18T04:00:05.1121386Z 55e19101ee96: Waiting 2022-05-18T04:00:05.1121641Z bcd88fe424d2: Pulling fs layer 2022-05-18T04:00:05.1121893Z 8710652e57c7: Pulling fs layer 2022-05-18T04:00:05.1122158Z 050758b5b900: Pulling fs layer 2022-05-18T04:00:05.1122415Z bcd88fe424d2: Waiting 2022-05-18T04:00:05.1122658Z e104e8ddd08b: Pulling fs layer 2022-05-18T04:00:05.1122919Z 25dff8b9a054: Waiting 2022-05-18T04:00:05.1123180Z b0c972c96382: Pulling fs layer 2022-05-18T04:00:05.1123429Z 053d59c76970: Pulling fs layer 2022-05-18T04:00:05.1123679Z 8710652e57c7: Waiting 2022-05-18T04:00:05.1123938Z 30dcacd2ffe2: Pulling fs layer 2022-05-18T04:00:05.1124184Z b0c972c96382: Waiting 2022-05-18T04:00:05.1124443Z 1c1fd12e267d: Pulling fs layer 2022-05-18T04:00:05.1124706Z e104e8ddd08b: Waiting 2022-05-18T04:00:05.1124936Z 30dcacd2ffe2: Waiting 2022-05-18T04:00:05.1125177Z 053d59c76970: Waiting 2022-05-18T04:00:05.2614506Z 9b0c32b3202c: Download complete 2022-05-18T04:00:05.2882355Z 55d4aa3df964: Verifying Checksum 2022-05-18T04:00:05.2882991Z 55d4aa3df964: Download complete 2022-05-18T04:00:05.3507474Z ced0e45f533f: Verifying Checksum 2022-05-18T04:00:05.3508030Z ced0e45f533f: Download complete 2022-05-18T04:00:05.3757247Z a6d5f855f26c: Verifying Checksum 2022-05-18T04:00:05.3757829Z a6d5f855f26c: Download complete 2022-05-18T04:00:05.4357652Z 11323ed2c653: Verifying Checksum 2022-05-18T04:00:05.4357954Z 11323ed2c653: Download complete 2022-05-18T04:00:05.4683666Z 53b0132b34a2: Verifying Checksum 2022-05-18T04:00:05.4684030Z 53b0132b34a2: Download complete 2022-05-18T04:00:05.5418868Z 776e7a7e28b2: Download complete 2022-05-18T04:00:08.3952400Z 11323ed2c653: Pull complete 2022-05-18T04:00:08.7142396Z 9b0c32b3202c: Pull complete 2022-05-18T04:00:09.0444069Z 55d4aa3df964: Pull complete 2022-05-18T04:00:09.1660664Z ced0e45f533f: Pull complete 2022-05-18T04:00:09.2686664Z a6d5f855f26c: Pull complete 2022-05-18T04:00:11.2311127Z 69004237646f: Verifying Checksum 2022-05-18T04:00:11.2311481Z 69004237646f: Download complete 2022-05-18T04:00:11.3105248Z a0a6f96a62d8: Verifying Checksum 2022-05-18T04:00:11.3105616Z a0a6f96a62d8: Download complete 2022-05-18T04:00:13.0069366Z 532188ad0a5d: Verifying Checksum 2022-05-18T04:00:13.0069749Z 532188ad0a5d: Download complete 2022-05-18T04:00:13.0882927Z 517f3f32e512: Verifying Checksum 2022-05-18T04:00:13.0883361Z 517f3f32e512: Download complete 2022-05-18T04:00:13.1565989Z 7c88fb71bf11: Verifying Checksum 2022-05-18T04:00:13.1566684Z 7c88fb71bf11: Download complete 2022-05-18T04:00:13.1732723Z 7918ac79e586: Verifying Checksum 2022-05-18T04:00:13.1733283Z 7918ac79e586: Download complete 2022-05-18T04:00:13.2469344Z 7b920d7a1988: Verifying Checksum 2022-05-18T04:00:13.2469735Z 7b920d7a1988: Download complete 2022-05-18T04:00:13.2583981Z 0ba8a6800faf: Verifying Checksum 2022-05-18T04:00:13.2584358Z 0ba8a6800faf: Download complete 2022-05-18T04:00:13.3211877Z 6d58a87851d7: Download complete 2022-05-18T04:00:13.3478598Z b06b299e7454: Download complete 2022-05-18T04:00:13.4221866Z acf3886a01ad: Verifying Checksum 2022-05-18T04:00:13.4222235Z acf3886a01ad: Download complete 2022-05-18T04:00:13.5038934Z 166228572fc8: Verifying Checksum 2022-05-18T04:00:13.5039563Z 166228572fc8: Download complete 2022-05-18T04:00:13.6001270Z 6d680b004bdb: Verifying Checksum 2022-05-18T04:00:13.6001973Z 6d680b004bdb: Download complete 2022-05-18T04:00:13.6813117Z 4d9d54d04be5: Verifying Checksum 2022-05-18T04:00:13.6813535Z 4d9d54d04be5: Download complete 2022-05-18T04:00:13.7550759Z 55e19101ee96: Verifying Checksum 2022-05-18T04:00:13.7551139Z 55e19101ee96: Download complete 2022-05-18T04:00:13.8339246Z d57378452c6c: Verifying Checksum 2022-05-18T04:00:13.8340127Z d57378452c6c: Download complete 2022-05-18T04:00:14.4402143Z d63f711e9949: Verifying Checksum 2022-05-18T04:00:14.4402789Z d63f711e9949: Download complete 2022-05-18T04:00:14.5140013Z e90775d597ae: Verifying Checksum 2022-05-18T04:00:14.5140643Z e90775d597ae: Download complete 2022-05-18T04:00:14.6001946Z 342cb5b8793f: Download complete 2022-05-18T04:00:14.6827767Z ec9f4694245d: Verifying Checksum 2022-05-18T04:00:14.6828126Z ec9f4694245d: Download complete 2022-05-18T04:00:14.7603990Z 5ff41a564c23: Verifying Checksum 2022-05-18T04:00:14.7604580Z 5ff41a564c23: Download complete 2022-05-18T04:00:14.7788560Z 4097195e70a4: Verifying Checksum 2022-05-18T04:00:14.8366753Z 5e9e1c5c2b02: Verifying Checksum 2022-05-18T04:00:14.8367120Z 5e9e1c5c2b02: Download complete 2022-05-18T04:00:14.9198211Z 7bd074c80c3f: Verifying Checksum 2022-05-18T04:00:14.9198761Z 7bd074c80c3f: Download complete 2022-05-18T04:00:14.9912689Z 7ebce38575d6: Verifying Checksum 2022-05-18T04:00:14.9913273Z 7ebce38575d6: Download complete 2022-05-18T04:00:15.2501857Z 3dcf0fc78ba8: Verifying Checksum 2022-05-18T04:00:15.2502231Z 3dcf0fc78ba8: Download complete 2022-05-18T04:00:15.3295645Z de93ffc12e40: Verifying Checksum 2022-05-18T04:00:15.3295992Z de93ffc12e40: Download complete 2022-05-18T04:00:15.4099209Z fd0f553736b3: Download complete 2022-05-18T04:00:15.4947624Z 6b52bc4fc524: Verifying Checksum 2022-05-18T04:00:15.4948210Z 6b52bc4fc524: Download complete 2022-05-18T04:00:16.8416744Z 85cae8860e8b: Verifying Checksum 2022-05-18T04:00:16.8417357Z 85cae8860e8b: Download complete 2022-05-18T04:00:16.9272811Z 25dff8b9a054: Download complete 2022-05-18T04:00:17.0016949Z bcd88fe424d2: Download complete 2022-05-18T04:00:17.0904309Z 8710652e57c7: Download complete 2022-05-18T04:00:17.1647936Z 050758b5b900: Verifying Checksum 2022-05-18T04:00:17.1648568Z 050758b5b900: Download complete 2022-05-18T04:00:17.3777860Z e104e8ddd08b: Verifying Checksum 2022-05-18T04:00:17.3778634Z e104e8ddd08b: Download complete 2022-05-18T04:00:17.4484869Z b0c972c96382: Verifying Checksum 2022-05-18T04:00:17.4485642Z b0c972c96382: Download complete 2022-05-18T04:00:18.0699227Z 053d59c76970: Download complete 2022-05-18T04:00:18.1631735Z 30dcacd2ffe2: Verifying Checksum 2022-05-18T04:00:18.1632097Z 30dcacd2ffe2: Download complete 2022-05-18T04:00:18.2629228Z 1c1fd12e267d: Verifying Checksum 2022-05-18T04:00:18.2629577Z 1c1fd12e267d: Download complete 2022-05-18T04:00:18.9536564Z f709baccd3f5: Verifying Checksum 2022-05-18T04:00:18.9537036Z f709baccd3f5: Download complete 2022-05-18T04:00:22.6681910Z 532188ad0a5d: Pull complete 2022-05-18T04:00:22.7838576Z 53b0132b34a2: Pull complete 2022-05-18T04:00:34.3523403Z b046a45d4ca8: Verifying Checksum 2022-05-18T04:00:34.3523762Z b046a45d4ca8: Download complete 2022-05-18T04:00:35.9127820Z d63f711e9949: Pull complete 2022-05-18T04:00:36.0073845Z 776e7a7e28b2: Pull complete 2022-05-18T04:00:44.5100115Z 69004237646f: Pull complete 2022-05-18T04:00:46.3851811Z a0a6f96a62d8: Pull complete 2022-05-18T04:00:53.6083711Z 7918ac79e586: Pull complete 2022-05-18T04:00:55.4540502Z 517f3f32e512: Pull complete 2022-05-18T04:00:57.0983986Z 7c88fb71bf11: Pull complete 2022-05-18T04:00:58.9718444Z 7b920d7a1988: Pull complete 2022-05-18T04:01:01.3203489Z 0ba8a6800faf: Pull complete 2022-05-18T04:01:03.1974578Z 6d58a87851d7: Pull complete 2022-05-18T04:01:05.6896707Z b06b299e7454: Pull complete 2022-05-18T04:01:42.2708810Z b046a45d4ca8: Pull complete 2022-05-18T04:01:42.3838598Z acf3886a01ad: Pull complete 2022-05-18T04:01:42.5125320Z 166228572fc8: Pull complete 2022-05-18T04:01:42.6078214Z 6d680b004bdb: Pull complete 2022-05-18T04:01:42.7181171Z 4d9d54d04be5: Pull complete 2022-05-18T04:01:42.8476055Z 55e19101ee96: Pull complete 2022-05-18T04:01:42.9741537Z d57378452c6c: Pull complete 2022-05-18T04:01:46.6924423Z 4097195e70a4: Pull complete 2022-05-18T04:01:48.2972932Z e90775d597ae: Pull complete 2022-05-18T04:01:49.7517358Z 342cb5b8793f: Pull complete 2022-05-18T04:01:52.2278118Z ec9f4694245d: Pull complete 2022-05-18T04:01:54.3771425Z 5ff41a564c23: Pull complete 2022-05-18T04:01:55.6528440Z 5e9e1c5c2b02: Pull complete 2022-05-18T04:02:04.9585968Z 85cae8860e8b: Pull complete 2022-05-18T04:02:07.2740753Z 7bd074c80c3f: Pull complete 2022-05-18T04:02:09.1889553Z 7ebce38575d6: Pull complete 2022-05-18T04:02:11.8396538Z 3dcf0fc78ba8: Pull complete 2022-05-18T04:02:14.1810236Z de93ffc12e40: Pull complete 2022-05-18T04:02:17.1621760Z fd0f553736b3: Pull complete 2022-05-18T04:02:18.7163128Z 6b52bc4fc524: Pull complete 2022-05-18T04:02:24.4532300Z f709baccd3f5: Pull complete 2022-05-18T04:02:24.5671741Z 25dff8b9a054: Pull complete 2022-05-18T04:02:24.6871085Z bcd88fe424d2: Pull complete 2022-05-18T04:02:24.7908637Z 8710652e57c7: Pull complete 2022-05-18T04:02:24.9080480Z 050758b5b900: Pull complete 2022-05-18T04:02:25.8144572Z e104e8ddd08b: Pull complete 2022-05-18T04:02:25.9153600Z b0c972c96382: Pull complete 2022-05-18T04:02:29.9634794Z 053d59c76970: Pull complete 2022-05-18T04:02:32.8919159Z 30dcacd2ffe2: Pull complete 2022-05-18T04:02:34.6036112Z 1c1fd12e267d: Pull complete 2022-05-18T04:02:34.6247485Z Digest: sha256:9737b662edb86afcd12a9367db6178a57889543632c0b710c5058abe14dc048f 2022-05-18T04:02:34.6333956Z 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:34.6386489Z 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda10.2-cudnn7-py3.9-gcc7:6deab82db6a72ca54cd3e3322ee4f13864536734 2022-05-18T04:02:34.6471384Z ##[group]Run nick-fields/retry@71062288b76e2b6214ebde0e673ce0de1755740a 2022-05-18T04:02:34.6471715Z with: 2022-05-18T04:02:34.6471954Z timeout_minutes: 10 2022-05-18T04:02:34.6472207Z max_attempts: 3 2022-05-18T04:02:34.6472580Z command: set -ex bash .github/scripts/install_nvidia_utils_linux.sh echo "GPU_FLAG=--gpus all" >> "${GITHUB_ENV}" 2022-05-18T04:02:34.6472970Z retry_wait_seconds: 10 2022-05-18T04:02:34.6473252Z polling_interval_seconds: 1 2022-05-18T04:02:34.6473517Z warning_on_retry: true 2022-05-18T04:02:34.6473784Z continue_on_error: false 2022-05-18T04:02:34.6474029Z env: 2022-05-18T04:02:34.6474227Z IN_CI: 1 2022-05-18T04:02:34.6474454Z IS_GHA: 1 2022-05-18T04:02:34.6474708Z GIT_DEFAULT_BRANCH: master 2022-05-18T04:02:34.6474952Z ##[endgroup] 2022-05-18T04:02:34.6915203Z 2022-05-18T04:02:34.6990729Z == Installing nvidia container toolkit for amzn2 == 2022-05-18T04:02:34.6993654Z + bash .github/scripts/install_nvidia_utils_linux.sh 2022-05-18T04:02:34.6995714Z + sudo yum install -y yum-utils 2022-05-18T04:02:35.1724351Z Loaded plugins: extras_suggestions, langpacks, priorities, update-motd 2022-05-18T04:02:35.5049534Z Package yum-utils-1.1.31-46.amzn2.0.1.noarch already installed and latest version 2022-05-18T04:02:35.5049933Z Nothing to do 2022-05-18T04:02:35.5241395Z + sudo yum-config-manager --add-repo https://nvidia.github.io/nvidia-docker/amzn2/nvidia-docker.repo 2022-05-18T04:02:35.9784886Z Loaded plugins: extras_suggestions, langpacks, priorities, update-motd 2022-05-18T04:02:36.0056200Z adding repo from: https://nvidia.github.io/nvidia-docker/amzn2/nvidia-docker.repo 2022-05-18T04:02:36.0057642Z grabbing file https://nvidia.github.io/nvidia-docker/amzn2/nvidia-docker.repo to /etc/yum.repos.d/nvidia-docker.repo 2022-05-18T04:02:36.0059418Z repo saved to /etc/yum.repos.d/nvidia-docker.repo 2022-05-18T04:02:36.0206447Z + sudo yum install -y nvidia-docker2 2022-05-18T04:02:36.4706421Z Loaded plugins: extras_suggestions, langpacks, priorities, update-motd 2022-05-18T04:02:36.5114164Z Retrieving key from https://nvidia.github.io/libnvidia-container/gpgkey 2022-05-18T04:02:36.5267723Z Importing GPG key 0xF796ECB0: 2022-05-18T04:02:36.5268355Z Userid : "NVIDIA CORPORATION (Open Source Projects) " 2022-05-18T04:02:36.5268956Z Fingerprint: c95b 321b 61e8 8c18 09c4 f759 ddca e044 f796 ecb0 2022-05-18T04:02:36.5269816Z From : https://nvidia.github.io/libnvidia-container/gpgkey 2022-05-18T04:02:36.9244692Z Retrieving key from https://nvidia.github.io/nvidia-container-runtime/gpgkey 2022-05-18T04:02:36.9322709Z Importing GPG key 0xF796ECB0: 2022-05-18T04:02:36.9323439Z Userid : "NVIDIA CORPORATION (Open Source Projects) " 2022-05-18T04:02:36.9324144Z Fingerprint: c95b 321b 61e8 8c18 09c4 f759 ddca e044 f796 ecb0 2022-05-18T04:02:36.9325092Z From : https://nvidia.github.io/nvidia-container-runtime/gpgkey 2022-05-18T04:02:37.1535981Z Retrieving key from https://nvidia.github.io/nvidia-docker/gpgkey 2022-05-18T04:02:37.1626238Z Importing GPG key 0xF796ECB0: 2022-05-18T04:02:37.1626890Z Userid : "NVIDIA CORPORATION (Open Source Projects) " 2022-05-18T04:02:37.1627568Z Fingerprint: c95b 321b 61e8 8c18 09c4 f759 ddca e044 f796 ecb0 2022-05-18T04:02:37.1628412Z From : https://nvidia.github.io/nvidia-docker/gpgkey 2022-05-18T04:02:38.8743614Z Resolving Dependencies 2022-05-18T04:02:38.8751448Z --> Running transaction check 2022-05-18T04:02:38.8752345Z ---> Package nvidia-docker2.noarch 0:2.10.0-1 will be installed 2022-05-18T04:02:38.8779695Z --> Processing Dependency: nvidia-container-toolkit >= 1.9.0-1 for package: nvidia-docker2-2.10.0-1.noarch 2022-05-18T04:02:38.9114884Z --> Running transaction check 2022-05-18T04:02:38.9115873Z ---> Package nvidia-container-toolkit.x86_64 0:1.9.0-1 will be installed 2022-05-18T04:02:38.9127045Z --> Processing Dependency: libnvidia-container-tools < 2.0.0 for package: nvidia-container-toolkit-1.9.0-1.x86_64 2022-05-18T04:02:38.9249183Z --> Processing Dependency: libnvidia-container-tools >= 1.9.0-1 for package: nvidia-container-toolkit-1.9.0-1.x86_64 2022-05-18T04:02:38.9250267Z --> Running transaction check 2022-05-18T04:02:38.9251174Z ---> Package libnvidia-container-tools.x86_64 0:1.9.0-1 will be installed 2022-05-18T04:02:38.9281554Z --> 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:38.9313575Z --> 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:38.9315077Z --> Processing Dependency: libnvidia-container.so.1()(64bit) for package: libnvidia-container-tools-1.9.0-1.x86_64 2022-05-18T04:02:38.9316086Z --> Running transaction check 2022-05-18T04:02:38.9316955Z ---> Package libnvidia-container1.x86_64 0:1.9.0-1 will be installed 2022-05-18T04:02:39.2193000Z --> Finished Dependency Resolution 2022-05-18T04:02:39.2832061Z 2022-05-18T04:02:39.2832615Z Dependencies Resolved 2022-05-18T04:02:39.2844446Z 2022-05-18T04:02:39.2844748Z ================================================================================ 2022-05-18T04:02:39.2845125Z Package Arch Version Repository Size 2022-05-18T04:02:39.2845490Z ================================================================================ 2022-05-18T04:02:39.2845748Z Installing: 2022-05-18T04:02:39.2846290Z nvidia-docker2 noarch 2.10.0-1 libnvidia-container 8.7 k 2022-05-18T04:02:39.2846655Z Installing for dependencies: 2022-05-18T04:02:39.2847122Z libnvidia-container-tools x86_64 1.9.0-1 libnvidia-container 48 k 2022-05-18T04:02:39.2848010Z libnvidia-container1 x86_64 1.9.0-1 libnvidia-container 1.0 M 2022-05-18T04:02:39.2848523Z nvidia-container-toolkit x86_64 1.9.0-1 libnvidia-container 1.5 M 2022-05-18T04:02:39.2848780Z 2022-05-18T04:02:39.2848899Z Transaction Summary 2022-05-18T04:02:39.2849189Z ================================================================================ 2022-05-18T04:02:39.2849507Z Install 1 Package (+3 Dependent packages) 2022-05-18T04:02:39.2849704Z 2022-05-18T04:02:39.2849830Z Total download size: 2.5 M 2022-05-18T04:02:39.2853814Z Installed size: 7.4 M 2022-05-18T04:02:39.2854190Z Downloading packages: 2022-05-18T04:02:39.4027916Z -------------------------------------------------------------------------------- 2022-05-18T04:02:39.4028380Z Total 22 MB/s | 2.5 MB 00:00 2022-05-18T04:02:39.4072427Z Running transaction check 2022-05-18T04:02:39.4135142Z Running transaction test 2022-05-18T04:02:39.4284580Z Transaction test succeeded 2022-05-18T04:02:39.4287746Z Running transaction 2022-05-18T04:02:39.6299990Z Installing : libnvidia-container1-1.9.0-1.x86_64 1/4 2022-05-18T04:02:39.8246752Z Installing : libnvidia-container-tools-1.9.0-1.x86_64 2/4 2022-05-18T04:02:39.8419990Z Installing : nvidia-container-toolkit-1.9.0-1.x86_64 3/4 2022-05-18T04:02:39.8787227Z Installing : nvidia-docker2-2.10.0-1.noarch 4/4 2022-05-18T04:02:39.8889085Z Verifying : libnvidia-container-tools-1.9.0-1.x86_64 1/4 2022-05-18T04:02:39.8982821Z Verifying : nvidia-container-toolkit-1.9.0-1.x86_64 2/4 2022-05-18T04:02:39.9096002Z Verifying : nvidia-docker2-2.10.0-1.noarch 3/4 2022-05-18T04:02:39.9912051Z Verifying : libnvidia-container1-1.9.0-1.x86_64 4/4 2022-05-18T04:02:39.9912341Z 2022-05-18T04:02:39.9912452Z Installed: 2022-05-18T04:02:39.9913109Z nvidia-docker2.noarch 0:2.10.0-1 2022-05-18T04:02:39.9913445Z 2022-05-18T04:02:39.9913578Z Dependency Installed: 2022-05-18T04:02:39.9914012Z libnvidia-container-tools.x86_64 0:1.9.0-1 2022-05-18T04:02:39.9914661Z libnvidia-container1.x86_64 0:1.9.0-1 2022-05-18T04:02:39.9915205Z nvidia-container-toolkit.x86_64 0:1.9.0-1 2022-05-18T04:02:39.9915431Z 2022-05-18T04:02:39.9915536Z Complete! 2022-05-18T04:02:40.0844317Z + sudo systemctl restart docker 2022-05-18T04:02:49.6841744Z == Installing nvidia driver NVIDIA-Linux-x86_64-510.60.02.run == 2022-05-18T04:02:49.6844077Z + sudo yum groupinstall -y 'Development Tools' 2022-05-18T04:02:50.1547157Z Loaded plugins: extras_suggestions, langpacks, priorities, update-motd 2022-05-18T04:02:51.1751453Z Resolving Dependencies 2022-05-18T04:02:51.1755776Z --> Running transaction check 2022-05-18T04:02:51.1758871Z ---> Package autoconf.noarch 0:2.69-11.amzn2 will be installed 2022-05-18T04:02:51.1993437Z --> Processing Dependency: m4 >= 1.4.14 for package: autoconf-2.69-11.amzn2.noarch 2022-05-18T04:02:51.2331802Z --> Processing Dependency: perl(Data::Dumper) for package: autoconf-2.69-11.amzn2.noarch 2022-05-18T04:02:51.2332861Z ---> Package automake.noarch 0:1.13.4-3.1.amzn2 will be installed 2022-05-18T04:02:51.2396014Z --> Processing Dependency: perl(Thread::Queue) for package: automake-1.13.4-3.1.amzn2.noarch 2022-05-18T04:02:51.2403797Z --> Processing Dependency: perl(TAP::Parser) for package: automake-1.13.4-3.1.amzn2.noarch 2022-05-18T04:02:51.2415281Z ---> Package bison.x86_64 0:3.0.4-6.amzn2.0.2 will be installed 2022-05-18T04:02:51.2519772Z ---> Package byacc.x86_64 0:1.9.20130304-3.amzn2.0.2 will be installed 2022-05-18T04:02:51.2529625Z ---> Package cscope.x86_64 0:15.8-10.amzn2.0.2 will be installed 2022-05-18T04:02:51.2583281Z ---> Package ctags.x86_64 0:5.8-13.amzn2.0.2 will be installed 2022-05-18T04:02:51.2595680Z ---> Package diffstat.x86_64 0:1.57-4.amzn2.0.2 will be installed 2022-05-18T04:02:51.2606799Z ---> Package doxygen.x86_64 1:1.8.5-4.amzn2 will be installed 2022-05-18T04:02:51.2704384Z ---> Package elfutils.x86_64 0:0.176-2.amzn2 will be installed 2022-05-18T04:02:51.2867458Z ---> Package flex.x86_64 0:2.5.37-3.amzn2.0.3 will be installed 2022-05-18T04:02:51.2897873Z ---> Package gcc.x86_64 0:7.3.1-14.amzn2 will be installed 2022-05-18T04:02:51.3059057Z --> Processing Dependency: cpp = 7.3.1-14.amzn2 for package: gcc-7.3.1-14.amzn2.x86_64 2022-05-18T04:02:51.3075755Z --> Processing Dependency: libsanitizer >= 7.3.1-14.amzn2 for package: gcc-7.3.1-14.amzn2.x86_64 2022-05-18T04:02:51.3124070Z --> Processing Dependency: libquadmath >= 7.3.1-14.amzn2 for package: gcc-7.3.1-14.amzn2.x86_64 2022-05-18T04:02:51.3179652Z --> Processing Dependency: libmpx >= 7.3.1-14.amzn2 for package: gcc-7.3.1-14.amzn2.x86_64 2022-05-18T04:02:51.3229407Z --> Processing Dependency: libitm >= 7.3.1-14.amzn2 for package: gcc-7.3.1-14.amzn2.x86_64 2022-05-18T04:02:51.3274809Z --> Processing Dependency: libcilkrts >= 7.3.1-14.amzn2 for package: gcc-7.3.1-14.amzn2.x86_64 2022-05-18T04:02:51.3323033Z --> Processing Dependency: libatomic >= 7.3.1-14.amzn2 for package: gcc-7.3.1-14.amzn2.x86_64 2022-05-18T04:02:51.3370466Z --> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc-7.3.1-14.amzn2.x86_64 2022-05-18T04:02:51.3512524Z --> Processing Dependency: libmpfr.so.4()(64bit) for package: gcc-7.3.1-14.amzn2.x86_64 2022-05-18T04:02:51.3535415Z --> Processing Dependency: libmpc.so.3()(64bit) for package: gcc-7.3.1-14.amzn2.x86_64 2022-05-18T04:02:51.3560146Z ---> Package gcc-c++.x86_64 0:7.3.1-14.amzn2 will be installed 2022-05-18T04:02:51.3598363Z ---> Package gcc-gfortran.x86_64 0:7.3.1-14.amzn2 will be installed 2022-05-18T04:02:51.3642527Z --> Processing Dependency: libgfortran.so.4()(64bit) for package: gcc-gfortran-7.3.1-14.amzn2.x86_64 2022-05-18T04:02:51.3700616Z ---> Package indent.x86_64 0:2.2.11-13.amzn2.0.2 will be installed 2022-05-18T04:02:51.3723476Z ---> Package intltool.noarch 0:0.50.2-7.amzn2 will be installed 2022-05-18T04:02:51.3778188Z --> Processing Dependency: perl(XML::Parser) for package: intltool-0.50.2-7.amzn2.noarch 2022-05-18T04:02:51.3795798Z --> Processing Dependency: gettext-devel for package: intltool-0.50.2-7.amzn2.noarch 2022-05-18T04:02:51.3815809Z ---> Package libtool.x86_64 0:2.4.2-22.2.amzn2.0.2 will be installed 2022-05-18T04:02:51.3852836Z ---> Package patch.x86_64 0:2.7.1-12.amzn2.0.2 will be installed 2022-05-18T04:02:51.3894869Z ---> Package patchutils.x86_64 0:0.3.3-4.amzn2.0.1 will be installed 2022-05-18T04:02:51.3926204Z ---> Package rcs.x86_64 0:5.9.0-5.amzn2.0.2 will be installed 2022-05-18T04:02:51.3969125Z ---> Package rpm-build.x86_64 0:4.11.3-48.amzn2.0.2 will be installed 2022-05-18T04:02:51.4204607Z --> Processing Dependency: /usr/bin/gdb-add-index for package: rpm-build-4.11.3-48.amzn2.0.2.x86_64 2022-05-18T04:02:51.4225809Z ---> Package rpm-sign.x86_64 0:4.11.3-48.amzn2.0.2 will be installed 2022-05-18T04:02:51.4261440Z ---> Package subversion.x86_64 0:1.7.14-16.amzn2.0.1 will be installed 2022-05-18T04:02:51.4424399Z --> 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:51.4444919Z --> Processing Dependency: libsvn_wc-1.so.0()(64bit) for package: subversion-1.7.14-16.amzn2.0.1.x86_64 2022-05-18T04:02:51.4446308Z --> Processing Dependency: libsvn_subr-1.so.0()(64bit) for package: subversion-1.7.14-16.amzn2.0.1.x86_64 2022-05-18T04:02:51.4446992Z --> Processing Dependency: libsvn_repos-1.so.0()(64bit) for package: subversion-1.7.14-16.amzn2.0.1.x86_64 2022-05-18T04:02:51.4447613Z --> 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:51.4448253Z --> 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:51.4448885Z --> 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:51.4449509Z --> Processing Dependency: libsvn_ra-1.so.0()(64bit) for package: subversion-1.7.14-16.amzn2.0.1.x86_64 2022-05-18T04:02:51.4450119Z --> 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:51.4450740Z --> 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:51.4451360Z --> 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:51.4451968Z --> Processing Dependency: libsvn_fs-1.so.0()(64bit) for package: subversion-1.7.14-16.amzn2.0.1.x86_64 2022-05-18T04:02:51.4452570Z --> Processing Dependency: libsvn_diff-1.so.0()(64bit) for package: subversion-1.7.14-16.amzn2.0.1.x86_64 2022-05-18T04:02:51.4453421Z --> Processing Dependency: libsvn_delta-1.so.0()(64bit) for package: subversion-1.7.14-16.amzn2.0.1.x86_64 2022-05-18T04:02:51.4454045Z --> Processing Dependency: libsvn_client-1.so.0()(64bit) for package: subversion-1.7.14-16.amzn2.0.1.x86_64 2022-05-18T04:02:51.4454654Z --> Processing Dependency: libneon.so.27()(64bit) for package: subversion-1.7.14-16.amzn2.0.1.x86_64 2022-05-18T04:02:51.4474287Z --> Processing Dependency: libaprutil-1.so.0()(64bit) for package: subversion-1.7.14-16.amzn2.0.1.x86_64 2022-05-18T04:02:51.4496846Z --> Processing Dependency: libapr-1.so.0()(64bit) for package: subversion-1.7.14-16.amzn2.0.1.x86_64 2022-05-18T04:02:51.4523081Z ---> Package swig.x86_64 0:3.0.12-11.amzn2.0.3 will be installed 2022-05-18T04:02:51.4550496Z ---> Package system-rpm-config.noarch 0:9.1.0-76.amzn2.0.13 will be installed 2022-05-18T04:02:51.4605046Z --> Processing Dependency: dwz >= 0.4 for package: system-rpm-config-9.1.0-76.amzn2.0.13.noarch 2022-05-18T04:02:51.4623870Z --> Processing Dependency: perl-srpm-macros for package: system-rpm-config-9.1.0-76.amzn2.0.13.noarch 2022-05-18T04:02:51.4637858Z --> Processing Dependency: go-srpm-macros for package: system-rpm-config-9.1.0-76.amzn2.0.13.noarch 2022-05-18T04:02:51.4803361Z ---> Package systemtap.x86_64 0:4.4-1.amzn2.0.2 will be installed 2022-05-18T04:02:51.4820199Z --> 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:51.4832210Z --> 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:51.4843232Z --> Running transaction check 2022-05-18T04:02:51.4846553Z ---> Package apr.x86_64 0:1.7.0-9.amzn2 will be installed 2022-05-18T04:02:51.4930673Z ---> Package apr-util.x86_64 0:1.6.1-5.amzn2.0.2 will be installed 2022-05-18T04:02:51.4978475Z --> 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:51.4995091Z ---> Package cpp.x86_64 0:7.3.1-14.amzn2 will be installed 2022-05-18T04:02:51.5080080Z ---> Package dwz.x86_64 0:0.11-3.amzn2.0.3 will be installed 2022-05-18T04:02:51.5095659Z ---> Package gdb.x86_64 0:8.0.1-36.amzn2.0.1 will be installed 2022-05-18T04:02:51.5177343Z ---> Package gettext-devel.x86_64 0:0.19.8.1-3.amzn2 will be installed 2022-05-18T04:02:51.5242804Z --> 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:51.5251762Z ---> Package glibc-devel.x86_64 0:2.26-58.amzn2 will be installed 2022-05-18T04:02:51.5369571Z --> Processing Dependency: glibc-headers = 2.26-58.amzn2 for package: glibc-devel-2.26-58.amzn2.x86_64 2022-05-18T04:02:51.5394261Z --> Processing Dependency: glibc-headers for package: glibc-devel-2.26-58.amzn2.x86_64 2022-05-18T04:02:51.5394901Z ---> Package go-srpm-macros.noarch 0:3.0.15-23.amzn2.0.1 will be installed 2022-05-18T04:02:51.5400803Z ---> Package libatomic.x86_64 0:7.3.1-14.amzn2 will be installed 2022-05-18T04:02:51.5423655Z ---> Package libcilkrts.x86_64 0:7.3.1-14.amzn2 will be installed 2022-05-18T04:02:51.5463094Z ---> Package libgfortran.x86_64 0:7.3.1-14.amzn2 will be installed 2022-05-18T04:02:51.5510149Z ---> Package libitm.x86_64 0:7.3.1-14.amzn2 will be installed 2022-05-18T04:02:51.5535469Z ---> Package libmpc.x86_64 0:1.0.1-3.amzn2.0.2 will be installed 2022-05-18T04:02:51.5555597Z ---> Package libmpx.x86_64 0:7.3.1-14.amzn2 will be installed 2022-05-18T04:02:51.5579884Z ---> Package libquadmath.x86_64 0:7.3.1-14.amzn2 will be installed 2022-05-18T04:02:51.5615855Z ---> Package libsanitizer.x86_64 0:7.3.1-14.amzn2 will be installed 2022-05-18T04:02:51.5676870Z ---> Package m4.x86_64 0:1.4.16-10.amzn2.0.2 will be installed 2022-05-18T04:02:51.5701458Z ---> Package mpfr.x86_64 0:3.1.1-4.amzn2.0.2 will be installed 2022-05-18T04:02:51.5731928Z ---> Package neon.x86_64 0:0.30.0-3.amzn2.0.2 will be installed 2022-05-18T04:02:51.5817277Z --> 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:51.5856017Z --> 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:51.5857075Z --> Processing Dependency: libproxy.so.1()(64bit) for package: neon-0.30.0-3.amzn2.0.2.x86_64 2022-05-18T04:02:51.5878591Z --> Processing Dependency: libpakchois.so.0()(64bit) for package: neon-0.30.0-3.amzn2.0.2.x86_64 2022-05-18T04:02:51.5897898Z --> Processing Dependency: libgnutls.so.28()(64bit) for package: neon-0.30.0-3.amzn2.0.2.x86_64 2022-05-18T04:02:51.5905728Z ---> Package perl-Data-Dumper.x86_64 0:2.145-3.amzn2.0.2 will be installed 2022-05-18T04:02:51.5962738Z ---> Package perl-Test-Harness.noarch 0:3.28-3.amzn2 will be installed 2022-05-18T04:02:51.6102005Z ---> Package perl-Thread-Queue.noarch 0:3.02-2.amzn2 will be installed 2022-05-18T04:02:51.6116855Z ---> Package perl-XML-Parser.x86_64 0:2.41-10.amzn2.0.2 will be installed 2022-05-18T04:02:51.6139325Z ---> Package perl-srpm-macros.noarch 0:1-8.amzn2.0.1 will be installed 2022-05-18T04:02:51.6140832Z ---> Package subversion-libs.x86_64 0:1.7.14-16.amzn2.0.1 will be installed 2022-05-18T04:02:51.6189089Z ---> Package systemtap-client.x86_64 0:4.4-1.amzn2.0.2 will be installed 2022-05-18T04:02:51.6439584Z --> Processing Dependency: mokutil for package: systemtap-client-4.4-1.amzn2.0.2.x86_64 2022-05-18T04:02:51.6455620Z --> Processing Dependency: libavahi-common.so.3()(64bit) for package: systemtap-client-4.4-1.amzn2.0.2.x86_64 2022-05-18T04:02:51.6482641Z --> Processing Dependency: libavahi-client.so.3()(64bit) for package: systemtap-client-4.4-1.amzn2.0.2.x86_64 2022-05-18T04:02:51.6483205Z ---> Package systemtap-devel.x86_64 0:4.4-1.amzn2.0.2 will be installed 2022-05-18T04:02:51.6606954Z --> Processing Dependency: kernel-devel-uname-r for package: systemtap-devel-4.4-1.amzn2.0.2.x86_64 2022-05-18T04:02:51.7524495Z --> Running transaction check 2022-05-18T04:02:51.7525473Z ---> Package apr-util-bdb.x86_64 0:1.6.1-5.amzn2.0.2 will be installed 2022-05-18T04:02:51.7539149Z ---> Package avahi-libs.x86_64 0:0.6.31-20.amzn2 will be installed 2022-05-18T04:02:51.7573723Z ---> Package gettext-common-devel.noarch 0:0.19.8.1-3.amzn2 will be installed 2022-05-18T04:02:51.7574867Z ---> Package glibc-headers.x86_64 0:2.26-58.amzn2 will be installed 2022-05-18T04:02:51.7618583Z --> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers-2.26-58.amzn2.x86_64 2022-05-18T04:02:51.8576849Z --> Processing Dependency: kernel-headers for package: glibc-headers-2.26-58.amzn2.x86_64 2022-05-18T04:02:51.8577390Z ---> Package gnutls.x86_64 0:3.3.29-9.amzn2.0.1 will be installed 2022-05-18T04:02:51.8660461Z --> Processing Dependency: trousers >= 0.3.11.2 for package: gnutls-3.3.29-9.amzn2.0.1.x86_64 2022-05-18T04:02:51.8689383Z ---> Package kernel-devel.x86_64 0:4.14.276-211.499.amzn2 will be installed 2022-05-18T04:02:51.8720135Z --> Processing Dependency: elfutils-libelf-devel for package: kernel-devel-4.14.276-211.499.amzn2.x86_64 2022-05-18T04:02:51.8741548Z ---> Package libproxy.x86_64 0:0.4.11-10.amzn2.0.3 will be installed 2022-05-18T04:02:51.8782160Z --> Processing Dependency: libmodman.so.1()(64bit) for package: libproxy-0.4.11-10.amzn2.0.3.x86_64 2022-05-18T04:02:51.8801989Z ---> Package mokutil.x86_64 1:0.3.0-10.amzn2.0.1 will be installed 2022-05-18T04:02:51.8851115Z --> 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:51.8873840Z --> 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:51.8874932Z --> Processing Dependency: libefivar.so.1()(64bit) for package: 1:mokutil-0.3.0-10.amzn2.0.1.x86_64 2022-05-18T04:02:51.8875450Z ---> Package pakchois.x86_64 0:0.4-10.amzn2.0.2 will be installed 2022-05-18T04:02:51.8895466Z --> Running transaction check 2022-05-18T04:02:51.8896532Z ---> Package efivar-libs.x86_64 0:31-4.amzn2.0.4 will be installed 2022-05-18T04:02:51.8923061Z ---> Package elfutils-libelf-devel.x86_64 0:0.176-2.amzn2 will be installed 2022-05-18T04:02:51.8936289Z --> Processing Dependency: pkgconfig(zlib) for package: elfutils-libelf-devel-0.176-2.amzn2.x86_64 2022-05-18T04:02:51.8961941Z ---> Package kernel-headers.x86_64 0:4.14.276-211.499.amzn2 will be installed 2022-05-18T04:02:51.8962995Z ---> Package libmodman.x86_64 0:2.0.1-8.amzn2.0.2 will be installed 2022-05-18T04:02:51.8991231Z ---> Package trousers.x86_64 0:0.3.14-2.amzn2.0.2 will be installed 2022-05-18T04:02:51.9056915Z --> Running transaction check 2022-05-18T04:02:51.9057566Z ---> Package zlib-devel.x86_64 0:1.2.7-19.amzn2.0.1 will be installed 2022-05-18T04:02:52.1650564Z --> Finished Dependency Resolution 2022-05-18T04:02:52.2777351Z 2022-05-18T04:02:52.2777786Z Dependencies Resolved 2022-05-18T04:02:52.2887552Z 2022-05-18T04:02:52.2888001Z ================================================================================ 2022-05-18T04:02:52.2888375Z Package Arch Version Repository Size 2022-05-18T04:02:52.2889078Z ================================================================================ 2022-05-18T04:02:52.2889798Z Installing for group install "Development Tools": 2022-05-18T04:02:52.2890507Z autoconf noarch 2.69-11.amzn2 amzn2-core 701 k 2022-05-18T04:02:52.2890961Z automake noarch 1.13.4-3.1.amzn2 amzn2-core 679 k 2022-05-18T04:02:52.2891614Z bison x86_64 3.0.4-6.amzn2.0.2 amzn2-core 674 k 2022-05-18T04:02:52.2892076Z byacc x86_64 1.9.20130304-3.amzn2.0.2 amzn2-core 66 k 2022-05-18T04:02:52.2892487Z cscope x86_64 15.8-10.amzn2.0.2 amzn2-core 204 k 2022-05-18T04:02:52.2892937Z ctags x86_64 5.8-13.amzn2.0.2 amzn2-core 157 k 2022-05-18T04:02:52.2893730Z diffstat x86_64 1.57-4.amzn2.0.2 amzn2-core 35 k 2022-05-18T04:02:52.2894618Z doxygen x86_64 1:1.8.5-4.amzn2 amzn2-core 3.5 M 2022-05-18T04:02:52.2895492Z elfutils x86_64 0.176-2.amzn2 amzn2-core 307 k 2022-05-18T04:02:52.2896011Z flex x86_64 2.5.37-3.amzn2.0.3 amzn2-core 291 k 2022-05-18T04:02:52.2896491Z gcc x86_64 7.3.1-14.amzn2 amzn2-core 22 M 2022-05-18T04:02:52.2896930Z gcc-c++ x86_64 7.3.1-14.amzn2 amzn2-core 13 M 2022-05-18T04:02:52.2897356Z gcc-gfortran x86_64 7.3.1-14.amzn2 amzn2-core 11 M 2022-05-18T04:02:52.2897801Z indent x86_64 2.2.11-13.amzn2.0.2 amzn2-core 150 k 2022-05-18T04:02:52.2898499Z intltool noarch 0.50.2-7.amzn2 amzn2-core 59 k 2022-05-18T04:02:52.2898962Z libtool x86_64 2.4.2-22.2.amzn2.0.2 amzn2-core 588 k 2022-05-18T04:02:52.2899381Z patch x86_64 2.7.1-12.amzn2.0.2 amzn2-core 110 k 2022-05-18T04:02:52.2899824Z patchutils x86_64 0.3.3-4.amzn2.0.1 amzn2-core 104 k 2022-05-18T04:02:52.2900253Z rcs x86_64 5.9.0-5.amzn2.0.2 amzn2-core 231 k 2022-05-18T04:02:52.2900669Z rpm-build x86_64 4.11.3-48.amzn2.0.2 amzn2-core 150 k 2022-05-18T04:02:52.2901110Z rpm-sign x86_64 4.11.3-48.amzn2.0.2 amzn2-core 50 k 2022-05-18T04:02:52.2901554Z subversion x86_64 1.7.14-16.amzn2.0.1 amzn2-core 1.0 M 2022-05-18T04:02:52.2901980Z swig x86_64 3.0.12-11.amzn2.0.3 amzn2-core 1.4 M 2022-05-18T04:02:52.2902448Z system-rpm-config noarch 9.1.0-76.amzn2.0.13 amzn2-core 89 k 2022-05-18T04:02:52.2902914Z systemtap x86_64 4.4-1.amzn2.0.2 amzn2-core 12 k 2022-05-18T04:02:52.2903237Z Installing for dependencies: 2022-05-18T04:02:52.2903783Z apr x86_64 1.7.0-9.amzn2 amzn2-core 122 k 2022-05-18T04:02:52.2904218Z apr-util x86_64 1.6.1-5.amzn2.0.2 amzn2-core 99 k 2022-05-18T04:02:52.2904667Z apr-util-bdb x86_64 1.6.1-5.amzn2.0.2 amzn2-core 19 k 2022-05-18T04:02:52.2905100Z avahi-libs x86_64 0.6.31-20.amzn2 amzn2-core 61 k 2022-05-18T04:02:52.2905544Z cpp x86_64 7.3.1-14.amzn2 amzn2-core 9.2 M 2022-05-18T04:02:52.2905967Z dwz x86_64 0.11-3.amzn2.0.3 amzn2-core 98 k 2022-05-18T04:02:52.2906398Z efivar-libs x86_64 31-4.amzn2.0.4 amzn2-core 68 k 2022-05-18T04:02:52.2906843Z elfutils-libelf-devel x86_64 0.176-2.amzn2 amzn2-core 40 k 2022-05-18T04:02:52.2907292Z gdb x86_64 8.0.1-36.amzn2.0.1 amzn2-core 3.1 M 2022-05-18T04:02:52.2907742Z gettext-common-devel noarch 0.19.8.1-3.amzn2 amzn2-core 410 k 2022-05-18T04:02:52.2908195Z gettext-devel x86_64 0.19.8.1-3.amzn2 amzn2-core 320 k 2022-05-18T04:02:52.2908643Z glibc-devel x86_64 2.26-58.amzn2 amzn2-core 994 k 2022-05-18T04:02:52.2909086Z glibc-headers x86_64 2.26-58.amzn2 amzn2-core 514 k 2022-05-18T04:02:52.2909526Z gnutls x86_64 3.3.29-9.amzn2.0.1 amzn2-core 661 k 2022-05-18T04:02:52.2910035Z go-srpm-macros noarch 3.0.15-23.amzn2.0.1 amzn2-core 23 k 2022-05-18T04:02:52.2910512Z kernel-devel x86_64 4.14.276-211.499.amzn2 amzn2-core 13 M 2022-05-18T04:02:52.2910970Z kernel-headers x86_64 4.14.276-211.499.amzn2 amzn2-core 1.2 M 2022-05-18T04:02:52.2911398Z libatomic x86_64 7.3.1-14.amzn2 amzn2-core 46 k 2022-05-18T04:02:52.2911838Z libcilkrts x86_64 7.3.1-14.amzn2 amzn2-core 85 k 2022-05-18T04:02:52.2912284Z libgfortran x86_64 7.3.1-14.amzn2 amzn2-core 536 k 2022-05-18T04:02:52.2912712Z libitm x86_64 7.3.1-14.amzn2 amzn2-core 84 k 2022-05-18T04:02:52.2913122Z libmodman x86_64 2.0.1-8.amzn2.0.2 amzn2-core 29 k 2022-05-18T04:02:52.2913563Z libmpc x86_64 1.0.1-3.amzn2.0.2 amzn2-core 52 k 2022-05-18T04:02:52.2913994Z libmpx x86_64 7.3.1-14.amzn2 amzn2-core 51 k 2022-05-18T04:02:52.2914411Z libproxy x86_64 0.4.11-10.amzn2.0.3 amzn2-core 61 k 2022-05-18T04:02:52.2914845Z libquadmath x86_64 7.3.1-14.amzn2 amzn2-core 189 k 2022-05-18T04:02:52.2915282Z libsanitizer x86_64 7.3.1-14.amzn2 amzn2-core 641 k 2022-05-18T04:02:52.2915715Z m4 x86_64 1.4.16-10.amzn2.0.2 amzn2-core 256 k 2022-05-18T04:02:52.2916126Z mokutil x86_64 1:0.3.0-10.amzn2.0.1 amzn2-core 39 k 2022-05-18T04:02:52.2916560Z mpfr x86_64 3.1.1-4.amzn2.0.2 amzn2-core 208 k 2022-05-18T04:02:52.2916984Z neon x86_64 0.30.0-3.amzn2.0.2 amzn2-core 166 k 2022-05-18T04:02:52.2917390Z pakchois x86_64 0.4-10.amzn2.0.2 amzn2-core 14 k 2022-05-18T04:02:52.2917838Z perl-Data-Dumper x86_64 2.145-3.amzn2.0.2 amzn2-core 48 k 2022-05-18T04:02:52.2918311Z perl-Test-Harness noarch 3.28-3.amzn2 amzn2-core 302 k 2022-05-18T04:02:52.2918785Z perl-Thread-Queue noarch 3.02-2.amzn2 amzn2-core 17 k 2022-05-18T04:02:52.2919249Z perl-XML-Parser x86_64 2.41-10.amzn2.0.2 amzn2-core 223 k 2022-05-18T04:02:52.2919720Z perl-srpm-macros noarch 1-8.amzn2.0.1 amzn2-core 4.7 k 2022-05-18T04:02:52.2920185Z subversion-libs x86_64 1.7.14-16.amzn2.0.1 amzn2-core 912 k 2022-05-18T04:02:52.2920696Z systemtap-client x86_64 4.4-1.amzn2.0.2 amzn2-core 3.7 M 2022-05-18T04:02:52.2921154Z systemtap-devel x86_64 4.4-1.amzn2.0.2 amzn2-core 2.3 M 2022-05-18T04:02:52.2921600Z trousers x86_64 0.3.14-2.amzn2.0.2 amzn2-core 294 k 2022-05-18T04:02:52.2922037Z zlib-devel x86_64 1.2.7-19.amzn2.0.1 amzn2-core 50 k 2022-05-18T04:02:52.2922230Z 2022-05-18T04:02:52.2922355Z Transaction Summary 2022-05-18T04:02:52.2922643Z ================================================================================ 2022-05-18T04:02:52.2922958Z Install 25 Packages (+42 Dependent packages) 2022-05-18T04:02:52.2923158Z 2022-05-18T04:02:52.2923274Z Total download size: 96 M 2022-05-18T04:02:52.2923542Z Installed size: 303 M 2022-05-18T04:02:52.2923808Z Downloading packages: 2022-05-18T04:02:52.2946474Z Delta RPMs disabled because /usr/bin/applydeltarpm not installed. 2022-05-18T04:02:53.8013007Z -------------------------------------------------------------------------------- 2022-05-18T04:02:53.8013492Z Total 64 MB/s | 96 MB 00:01 2022-05-18T04:02:53.9069559Z Running transaction check 2022-05-18T04:02:53.9864839Z Running transaction test 2022-05-18T04:02:54.4223165Z Transaction test succeeded 2022-05-18T04:02:54.4225645Z Running transaction 2022-05-18T04:02:54.9776490Z Installing : mpfr-3.1.1-4.amzn2.0.2.x86_64 1/67 2022-05-18T04:02:55.0342138Z Installing : libmpc-1.0.1-3.amzn2.0.2.x86_64 2/67 2022-05-18T04:02:55.0756556Z Installing : m4-1.4.16-10.amzn2.0.2.x86_64 3/67 2022-05-18T04:02:55.1111724Z Installing : apr-1.7.0-9.amzn2.x86_64 4/67 2022-05-18T04:02:55.1456299Z Installing : apr-util-bdb-1.6.1-5.amzn2.0.2.x86_64 5/67 2022-05-18T04:02:55.1790313Z Installing : apr-util-1.6.1-5.amzn2.0.2.x86_64 6/67 2022-05-18T04:02:55.2228391Z Installing : avahi-libs-0.6.31-20.amzn2.x86_64 7/67 2022-05-18T04:02:55.2761551Z Installing : libquadmath-7.3.1-14.amzn2.x86_64 8/67 2022-05-18T04:02:55.3066671Z Installing : patch-2.7.1-12.amzn2.0.2.x86_64 9/67 2022-05-18T04:02:55.3977420Z Installing : perl-Thread-Queue-3.02-2.amzn2.noarch 10/67 2022-05-18T04:02:56.4788239Z Installing : libgfortran-7.3.1-14.amzn2.x86_64 11/67 2022-05-18T04:02:56.5451075Z Installing : cpp-7.3.1-14.amzn2.x86_64 12/67 2022-05-18T04:02:56.6024636Z Installing : perl-XML-Parser-2.41-10.amzn2.0.2.x86_64 13/67 2022-05-18T04:02:56.6356127Z Installing : elfutils-0.176-2.amzn2.x86_64 14/67 2022-05-18T04:02:56.6623088Z Installing : dwz-0.11-3.amzn2.0.3.x86_64 15/67 2022-05-18T04:02:56.6939278Z Installing : efivar-libs-31-4.amzn2.0.4.x86_64 16/67 2022-05-18T04:02:57.4044081Z Installing : 1:mokutil-0.3.0-10.amzn2.0.1.x86_64 17/67 2022-05-18T04:02:57.5287535Z Installing : systemtap-client-4.4-1.amzn2.0.2.x86_64 18/67 2022-05-18T04:02:57.6967375Z Installing : trousers-0.3.14-2.amzn2.0.2.x86_64 19/67 2022-05-18T04:02:57.7328489Z Installing : gnutls-3.3.29-9.amzn2.0.1.x86_64 20/67 2022-05-18T04:02:57.7547351Z Installing : zlib-devel-1.2.7-19.amzn2.0.1.x86_64 21/67 2022-05-18T04:02:57.7775534Z Installing : elfutils-libelf-devel-0.176-2.amzn2.x86_64 22/67 2022-05-18T04:02:58.1718811Z Installing : libcilkrts-7.3.1-14.amzn2.x86_64 23/67 2022-05-18T04:02:58.2024509Z Installing : gdb-8.0.1-36.amzn2.0.1.x86_64 24/67 2022-05-18T04:02:58.5049244Z Installing : libitm-7.3.1-14.amzn2.x86_64 25/67 2022-05-18T04:02:58.6964514Z Installing : kernel-headers-4.14.276-211.499.amzn2.x86_64 26/67 2022-05-18T04:02:58.8526279Z Installing : glibc-headers-2.26-58.amzn2.x86_64 27/67 2022-05-18T04:02:58.8901398Z Installing : glibc-devel-2.26-58.amzn2.x86_64 28/67 2022-05-18T04:02:58.9273015Z Installing : libmpx-7.3.1-14.amzn2.x86_64 29/67 2022-05-18T04:02:58.9655226Z Installing : perl-srpm-macros-1-8.amzn2.0.1.noarch 30/67 2022-05-18T04:02:58.9989964Z Installing : system-rpm-config-9.1.0-76.amzn2.0.13.noarch 31/67 2022-05-18T04:02:59.0349480Z Installing : go-srpm-macros-3.0.15-23.amzn2.0.1.noarch 32/67 2022-05-18T04:02:59.1324069Z Installing : perl-Data-Dumper-2.145-3.amzn2.0.2.x86_64 33/67 2022-05-18T04:02:59.1787402Z Installing : autoconf-2.69-11.amzn2.noarch 34/67 2022-05-18T04:02:59.2551166Z Installing : gettext-common-devel-0.19.8.1-3.amzn2.noarch 35/67 2022-05-18T04:02:59.3426620Z Installing : gettext-devel-0.19.8.1-3.amzn2.x86_64 36/67 2022-05-18T04:02:59.4479222Z Installing : perl-Test-Harness-3.28-3.amzn2.noarch 37/67 2022-05-18T04:02:59.4939674Z Installing : automake-1.13.4-3.1.amzn2.noarch 38/67 2022-05-18T04:02:59.5410114Z Installing : libmodman-2.0.1-8.amzn2.0.2.x86_64 39/67 2022-05-18T04:02:59.6659530Z Installing : libproxy-0.4.11-10.amzn2.0.3.x86_64 40/67 2022-05-18T04:02:59.7091452Z Installing : libsanitizer-7.3.1-14.amzn2.x86_64 41/67 2022-05-18T04:02:59.7723613Z Installing : pakchois-0.4-10.amzn2.0.2.x86_64 42/67 2022-05-18T04:02:59.9246631Z Installing : neon-0.30.0-3.amzn2.0.2.x86_64 43/67 2022-05-18T04:02:59.9691106Z Installing : subversion-libs-1.7.14-16.amzn2.0.1.x86_64 44/67 2022-05-18T04:03:02.0555121Z Installing : libatomic-7.3.1-14.amzn2.x86_64 45/67 2022-05-18T04:03:05.9870853Z Installing : gcc-7.3.1-14.amzn2.x86_64 46/67 2022-05-18T04:03:16.9086207Z Installing : kernel-devel-4.14.276-211.499.amzn2.x86_64 47/67 2022-05-18T04:03:16.9487999Z Installing : systemtap-devel-4.4-1.amzn2.0.2.x86_64 48/67 2022-05-18T04:03:18.1731909Z Installing : systemtap-4.4-1.amzn2.0.2.x86_64 49/67 2022-05-18T04:03:18.2784486Z Installing : gcc-gfortran-7.3.1-14.amzn2.x86_64 50/67 2022-05-18T04:03:19.8867889Z Installing : libtool-2.4.2-22.2.amzn2.0.2.x86_64 51/67 2022-05-18T04:03:20.0769265Z Installing : gcc-c++-7.3.1-14.amzn2.x86_64 52/67 2022-05-18T04:03:20.1769807Z Installing : subversion-1.7.14-16.amzn2.0.1.x86_64 53/67 2022-05-18T04:03:20.2155378Z Installing : intltool-0.50.2-7.amzn2.noarch 54/67 2022-05-18T04:03:20.2721414Z Installing : rpm-build-4.11.3-48.amzn2.0.2.x86_64 55/67 2022-05-18T04:03:20.3769470Z Installing : flex-2.5.37-3.amzn2.0.3.x86_64 56/67 2022-05-18T04:03:20.4419517Z Installing : bison-3.0.4-6.amzn2.0.2.x86_64 57/67 2022-05-18T04:03:20.4876287Z Installing : rcs-5.9.0-5.amzn2.0.2.x86_64 58/67 2022-05-18T04:03:20.5404732Z Installing : indent-2.2.11-13.amzn2.0.2.x86_64 59/67 2022-05-18T04:03:21.2245241Z Installing : patchutils-0.3.3-4.amzn2.0.1.x86_64 60/67 2022-05-18T04:03:21.2709790Z Installing : 1:doxygen-1.8.5-4.amzn2.x86_64 61/67 2022-05-18T04:03:21.3228826Z Installing : diffstat-1.57-4.amzn2.0.2.x86_64 62/67 2022-05-18T04:03:21.3585894Z Installing : cscope-15.8-10.amzn2.0.2.x86_64 63/67 2022-05-18T04:03:21.6748903Z Installing : byacc-1.9.20130304-3.amzn2.0.2.x86_64 64/67 2022-05-18T04:03:21.7301250Z Installing : swig-3.0.12-11.amzn2.0.3.x86_64 65/67 2022-05-18T04:03:21.7511939Z Installing : ctags-5.8-13.amzn2.0.2.x86_64 66/67 2022-05-18T04:03:21.8179821Z Installing : rpm-sign-4.11.3-48.amzn2.0.2.x86_64 67/67 2022-05-18T04:03:21.8286435Z Verifying : systemtap-4.4-1.amzn2.0.2.x86_64 1/67 2022-05-18T04:03:21.8406736Z Verifying : perl-Thread-Queue-3.02-2.amzn2.noarch 2/67 2022-05-18T04:03:21.8508842Z Verifying : gettext-devel-0.19.8.1-3.amzn2.x86_64 3/67 2022-05-18T04:03:21.8629711Z Verifying : glibc-headers-2.26-58.amzn2.x86_64 4/67 2022-05-18T04:03:21.8767699Z Verifying : patch-2.7.1-12.amzn2.0.2.x86_64 5/67 2022-05-18T04:03:21.8893405Z Verifying : flex-2.5.37-3.amzn2.0.3.x86_64 6/67 2022-05-18T04:03:21.9001967Z Verifying : systemtap-client-4.4-1.amzn2.0.2.x86_64 7/67 2022-05-18T04:03:21.9096011Z Verifying : libmpc-1.0.1-3.amzn2.0.2.x86_64 8/67 2022-05-18T04:03:21.9189184Z Verifying : rpm-sign-4.11.3-48.amzn2.0.2.x86_64 9/67 2022-05-18T04:03:21.9283015Z Verifying : ctags-5.8-13.amzn2.0.2.x86_64 10/67 2022-05-18T04:03:21.9503759Z Verifying : swig-3.0.12-11.amzn2.0.3.x86_64 11/67 2022-05-18T04:03:21.9601468Z Verifying : byacc-1.9.20130304-3.amzn2.0.2.x86_64 12/67 2022-05-18T04:03:21.9688421Z Verifying : libatomic-7.3.1-14.amzn2.x86_64 13/67 2022-05-18T04:03:21.9780532Z Verifying : pakchois-0.4-10.amzn2.0.2.x86_64 14/67 2022-05-18T04:03:21.9878261Z Verifying : libgfortran-7.3.1-14.amzn2.x86_64 15/67 2022-05-18T04:03:21.9961563Z Verifying : go-srpm-macros-3.0.15-23.amzn2.0.1.noarch 16/67 2022-05-18T04:03:22.0088424Z Verifying : libproxy-0.4.11-10.amzn2.0.3.x86_64 17/67 2022-05-18T04:03:22.0250223Z Verifying : cscope-15.8-10.amzn2.0.2.x86_64 18/67 2022-05-18T04:03:22.0393195Z Verifying : diffstat-1.57-4.amzn2.0.2.x86_64 19/67 2022-05-18T04:03:22.0546498Z Verifying : 1:doxygen-1.8.5-4.amzn2.x86_64 20/67 2022-05-18T04:03:22.0674494Z Verifying : 1:mokutil-0.3.0-10.amzn2.0.1.x86_64 21/67 2022-05-18T04:03:22.0778683Z Verifying : libsanitizer-7.3.1-14.amzn2.x86_64 22/67 2022-05-18T04:03:22.0911871Z Verifying : gnutls-3.3.29-9.amzn2.0.1.x86_64 23/67 2022-05-18T04:03:22.1035056Z Verifying : libmodman-2.0.1-8.amzn2.0.2.x86_64 24/67 2022-05-18T04:03:22.1157507Z Verifying : cpp-7.3.1-14.amzn2.x86_64 25/67 2022-05-18T04:03:22.1315259Z Verifying : perl-Test-Harness-3.28-3.amzn2.noarch 26/67 2022-05-18T04:03:22.1416791Z Verifying : autoconf-2.69-11.amzn2.noarch 27/67 2022-05-18T04:03:22.1540803Z Verifying : intltool-0.50.2-7.amzn2.noarch 28/67 2022-05-18T04:03:22.1691615Z Verifying : kernel-devel-4.14.276-211.499.amzn2.x86_64 29/67 2022-05-18T04:03:22.1807007Z Verifying : apr-util-1.6.1-5.amzn2.0.2.x86_64 30/67 2022-05-18T04:03:22.1932516Z Verifying : libquadmath-7.3.1-14.amzn2.x86_64 31/67 2022-05-18T04:03:22.2064134Z Verifying : rpm-build-4.11.3-48.amzn2.0.2.x86_64 32/67 2022-05-18T04:03:22.2188168Z Verifying : gettext-common-devel-0.19.8.1-3.amzn2.noarch 33/67 2022-05-18T04:03:22.2307212Z Verifying : perl-Data-Dumper-2.145-3.amzn2.0.2.x86_64 34/67 2022-05-18T04:03:22.2429384Z Verifying : elfutils-libelf-devel-0.176-2.amzn2.x86_64 35/67 2022-05-18T04:03:22.2569923Z Verifying : perl-srpm-macros-1-8.amzn2.0.1.noarch 36/67 2022-05-18T04:03:22.2690367Z Verifying : libmpx-7.3.1-14.amzn2.x86_64 37/67 2022-05-18T04:03:22.2779081Z Verifying : subversion-libs-1.7.14-16.amzn2.0.1.x86_64 38/67 2022-05-18T04:03:22.2905210Z Verifying : automake-1.13.4-3.1.amzn2.noarch 39/67 2022-05-18T04:03:22.3030567Z Verifying : apr-util-bdb-1.6.1-5.amzn2.0.2.x86_64 40/67 2022-05-18T04:03:22.3151519Z Verifying : glibc-devel-2.26-58.amzn2.x86_64 41/67 2022-05-18T04:03:22.3290910Z Verifying : avahi-libs-0.6.31-20.amzn2.x86_64 42/67 2022-05-18T04:03:22.3439675Z Verifying : kernel-headers-4.14.276-211.499.amzn2.x86_64 43/67 2022-05-18T04:03:22.3564280Z Verifying : bison-3.0.4-6.amzn2.0.2.x86_64 44/67 2022-05-18T04:03:22.3722839Z Verifying : libitm-7.3.1-14.amzn2.x86_64 45/67 2022-05-18T04:03:22.3879389Z Verifying : gdb-8.0.1-36.amzn2.0.1.x86_64 46/67 2022-05-18T04:03:22.4011046Z Verifying : gcc-7.3.1-14.amzn2.x86_64 47/67 2022-05-18T04:03:22.4132834Z Verifying : patchutils-0.3.3-4.amzn2.0.1.x86_64 48/67 2022-05-18T04:03:22.4250404Z Verifying : gcc-gfortran-7.3.1-14.amzn2.x86_64 49/67 2022-05-18T04:03:22.4347592Z Verifying : libtool-2.4.2-22.2.amzn2.0.2.x86_64 50/67 2022-05-18T04:03:22.4451858Z Verifying : indent-2.2.11-13.amzn2.0.2.x86_64 51/67 2022-05-18T04:03:22.4544342Z Verifying : subversion-1.7.14-16.amzn2.0.1.x86_64 52/67 2022-05-18T04:03:22.4673025Z Verifying : libcilkrts-7.3.1-14.amzn2.x86_64 53/67 2022-05-18T04:03:22.4764530Z Verifying : apr-1.7.0-9.amzn2.x86_64 54/67 2022-05-18T04:03:22.4859308Z Verifying : system-rpm-config-9.1.0-76.amzn2.0.13.noarch 55/67 2022-05-18T04:03:22.4969553Z Verifying : gcc-c++-7.3.1-14.amzn2.x86_64 56/67 2022-05-18T04:03:22.5065187Z Verifying : zlib-devel-1.2.7-19.amzn2.0.1.x86_64 57/67 2022-05-18T04:03:22.5160922Z Verifying : mpfr-3.1.1-4.amzn2.0.2.x86_64 58/67 2022-05-18T04:03:22.5246374Z Verifying : trousers-0.3.14-2.amzn2.0.2.x86_64 59/67 2022-05-18T04:03:22.5356537Z Verifying : neon-0.30.0-3.amzn2.0.2.x86_64 60/67 2022-05-18T04:03:22.5437017Z Verifying : efivar-libs-31-4.amzn2.0.4.x86_64 61/67 2022-05-18T04:03:22.5516585Z Verifying : dwz-0.11-3.amzn2.0.3.x86_64 62/67 2022-05-18T04:03:22.5604235Z Verifying : rcs-5.9.0-5.amzn2.0.2.x86_64 63/67 2022-05-18T04:03:22.5695248Z Verifying : systemtap-devel-4.4-1.amzn2.0.2.x86_64 64/67 2022-05-18T04:03:22.5782336Z Verifying : elfutils-0.176-2.amzn2.x86_64 65/67 2022-05-18T04:03:22.5888741Z Verifying : m4-1.4.16-10.amzn2.0.2.x86_64 66/67 2022-05-18T04:03:22.6670688Z Verifying : perl-XML-Parser-2.41-10.amzn2.0.2.x86_64 67/67 2022-05-18T04:03:22.6673865Z 2022-05-18T04:03:22.6674403Z Installed: 2022-05-18T04:03:22.6674908Z autoconf.noarch 0:2.69-11.amzn2 2022-05-18T04:03:22.6678070Z automake.noarch 0:1.13.4-3.1.amzn2 2022-05-18T04:03:22.6678520Z bison.x86_64 0:3.0.4-6.amzn2.0.2 2022-05-18T04:03:22.6679247Z byacc.x86_64 0:1.9.20130304-3.amzn2.0.2 2022-05-18T04:03:22.6679681Z cscope.x86_64 0:15.8-10.amzn2.0.2 2022-05-18T04:03:22.6680100Z ctags.x86_64 0:5.8-13.amzn2.0.2 2022-05-18T04:03:22.6680536Z diffstat.x86_64 0:1.57-4.amzn2.0.2 2022-05-18T04:03:22.6682897Z doxygen.x86_64 1:1.8.5-4.amzn2 2022-05-18T04:03:22.6683599Z elfutils.x86_64 0:0.176-2.amzn2 2022-05-18T04:03:22.6684043Z flex.x86_64 0:2.5.37-3.amzn2.0.3 2022-05-18T04:03:22.6684467Z gcc.x86_64 0:7.3.1-14.amzn2 2022-05-18T04:03:22.6684989Z gcc-c++.x86_64 0:7.3.1-14.amzn2 2022-05-18T04:03:22.6685792Z gcc-gfortran.x86_64 0:7.3.1-14.amzn2 2022-05-18T04:03:22.6686613Z indent.x86_64 0:2.2.11-13.amzn2.0.2 2022-05-18T04:03:22.6687421Z intltool.noarch 0:0.50.2-7.amzn2 2022-05-18T04:03:22.6688562Z libtool.x86_64 0:2.4.2-22.2.amzn2.0.2 2022-05-18T04:03:22.6689080Z patch.x86_64 0:2.7.1-12.amzn2.0.2 2022-05-18T04:03:22.6689507Z patchutils.x86_64 0:0.3.3-4.amzn2.0.1 2022-05-18T04:03:22.6689931Z rcs.x86_64 0:5.9.0-5.amzn2.0.2 2022-05-18T04:03:22.6690340Z rpm-build.x86_64 0:4.11.3-48.amzn2.0.2 2022-05-18T04:03:22.6690777Z rpm-sign.x86_64 0:4.11.3-48.amzn2.0.2 2022-05-18T04:03:22.6691211Z subversion.x86_64 0:1.7.14-16.amzn2.0.1 2022-05-18T04:03:22.6691608Z swig.x86_64 0:3.0.12-11.amzn2.0.3 2022-05-18T04:03:22.6692061Z system-rpm-config.noarch 0:9.1.0-76.amzn2.0.13 2022-05-18T04:03:22.6692518Z systemtap.x86_64 0:4.4-1.amzn2.0.2 2022-05-18T04:03:22.6692728Z 2022-05-18T04:03:22.6692854Z Dependency Installed: 2022-05-18T04:03:22.6693238Z apr.x86_64 0:1.7.0-9.amzn2 2022-05-18T04:03:22.6693668Z apr-util.x86_64 0:1.6.1-5.amzn2.0.2 2022-05-18T04:03:22.6694104Z apr-util-bdb.x86_64 0:1.6.1-5.amzn2.0.2 2022-05-18T04:03:22.6694519Z avahi-libs.x86_64 0:0.6.31-20.amzn2 2022-05-18T04:03:22.6694951Z cpp.x86_64 0:7.3.1-14.amzn2 2022-05-18T04:03:22.6695366Z dwz.x86_64 0:0.11-3.amzn2.0.3 2022-05-18T04:03:22.6695789Z efivar-libs.x86_64 0:31-4.amzn2.0.4 2022-05-18T04:03:22.6696221Z elfutils-libelf-devel.x86_64 0:0.176-2.amzn2 2022-05-18T04:03:22.6696667Z gdb.x86_64 0:8.0.1-36.amzn2.0.1 2022-05-18T04:03:22.6697120Z gettext-common-devel.noarch 0:0.19.8.1-3.amzn2 2022-05-18T04:03:22.6697566Z gettext-devel.x86_64 0:0.19.8.1-3.amzn2 2022-05-18T04:03:22.6698007Z glibc-devel.x86_64 0:2.26-58.amzn2 2022-05-18T04:03:22.6698984Z glibc-headers.x86_64 0:2.26-58.amzn2 2022-05-18T04:03:22.6699562Z gnutls.x86_64 0:3.3.29-9.amzn2.0.1 2022-05-18T04:03:22.6699986Z go-srpm-macros.noarch 0:3.0.15-23.amzn2.0.1 2022-05-18T04:03:22.6700441Z kernel-devel.x86_64 0:4.14.276-211.499.amzn2 2022-05-18T04:03:22.6700884Z kernel-headers.x86_64 0:4.14.276-211.499.amzn2 2022-05-18T04:03:22.6701306Z libatomic.x86_64 0:7.3.1-14.amzn2 2022-05-18T04:03:22.6701737Z libcilkrts.x86_64 0:7.3.1-14.amzn2 2022-05-18T04:03:22.6702167Z libgfortran.x86_64 0:7.3.1-14.amzn2 2022-05-18T04:03:22.6702592Z libitm.x86_64 0:7.3.1-14.amzn2 2022-05-18T04:03:22.6702992Z libmodman.x86_64 0:2.0.1-8.amzn2.0.2 2022-05-18T04:03:22.6703422Z libmpc.x86_64 0:1.0.1-3.amzn2.0.2 2022-05-18T04:03:22.6703879Z libmpx.x86_64 0:7.3.1-14.amzn2 2022-05-18T04:03:22.6704282Z libproxy.x86_64 0:0.4.11-10.amzn2.0.3 2022-05-18T04:03:22.6704705Z libquadmath.x86_64 0:7.3.1-14.amzn2 2022-05-18T04:03:22.6705213Z libsanitizer.x86_64 0:7.3.1-14.amzn2 2022-05-18T04:03:22.6705645Z m4.x86_64 0:1.4.16-10.amzn2.0.2 2022-05-18T04:03:22.6706036Z mokutil.x86_64 1:0.3.0-10.amzn2.0.1 2022-05-18T04:03:22.6706455Z mpfr.x86_64 0:3.1.1-4.amzn2.0.2 2022-05-18T04:03:22.6706863Z neon.x86_64 0:0.30.0-3.amzn2.0.2 2022-05-18T04:03:22.6707262Z pakchois.x86_64 0:0.4-10.amzn2.0.2 2022-05-18T04:03:22.6707710Z perl-Data-Dumper.x86_64 0:2.145-3.amzn2.0.2 2022-05-18T04:03:22.6708177Z perl-Test-Harness.noarch 0:3.28-3.amzn2 2022-05-18T04:03:22.6708649Z perl-Thread-Queue.noarch 0:3.02-2.amzn2 2022-05-18T04:03:22.6709109Z perl-XML-Parser.x86_64 0:2.41-10.amzn2.0.2 2022-05-18T04:03:22.6709577Z perl-srpm-macros.noarch 0:1-8.amzn2.0.1 2022-05-18T04:03:22.6710038Z subversion-libs.x86_64 0:1.7.14-16.amzn2.0.1 2022-05-18T04:03:22.6710468Z systemtap-client.x86_64 0:4.4-1.amzn2.0.2 2022-05-18T04:03:22.6710919Z systemtap-devel.x86_64 0:4.4-1.amzn2.0.2 2022-05-18T04:03:22.6711360Z trousers.x86_64 0:0.3.14-2.amzn2.0.2 2022-05-18T04:03:22.6711795Z zlib-devel.x86_64 0:1.2.7-19.amzn2.0.1 2022-05-18T04:03:22.6711981Z 2022-05-18T04:03:22.6712089Z Complete! 2022-05-18T04:03:22.7027309Z ++ uname -r 2022-05-18T04:03:22.7033810Z + sudo yum install -y 'kernel-devel-uname-r == 4.14.252-195.483.amzn2.x86_64' 2022-05-18T04:03:23.2095441Z Loaded plugins: extras_suggestions, langpacks, priorities, update-motd 2022-05-18T04:03:24.4603059Z Resolving Dependencies 2022-05-18T04:03:24.4610006Z --> Running transaction check 2022-05-18T04:03:24.4611752Z ---> Package kernel-devel.x86_64 0:4.14.252-195.483.amzn2 will be installed 2022-05-18T04:03:24.8029851Z --> Finished Dependency Resolution 2022-05-18T04:03:24.9180032Z 2022-05-18T04:03:24.9180625Z Dependencies Resolved 2022-05-18T04:03:24.9186065Z 2022-05-18T04:03:24.9186445Z ================================================================================ 2022-05-18T04:03:24.9186819Z Package Arch Version Repository Size 2022-05-18T04:03:24.9187637Z ================================================================================ 2022-05-18T04:03:24.9187921Z Installing: 2022-05-18T04:03:24.9188434Z kernel-devel x86_64 4.14.252-195.483.amzn2 amzn2-core 13 M 2022-05-18T04:03:24.9188674Z 2022-05-18T04:03:24.9188791Z Transaction Summary 2022-05-18T04:03:24.9189081Z ================================================================================ 2022-05-18T04:03:24.9189387Z Install 1 Package 2022-05-18T04:03:24.9189534Z 2022-05-18T04:03:24.9189662Z Total download size: 13 M 2022-05-18T04:03:24.9190264Z Installed size: 60 M 2022-05-18T04:03:24.9190796Z Downloading packages: 2022-05-18T04:03:24.9199392Z Delta RPMs disabled because /usr/bin/applydeltarpm not installed. 2022-05-18T04:03:25.3956052Z Running transaction check 2022-05-18T04:03:25.4155045Z Running transaction test 2022-05-18T04:03:25.8370732Z Transaction test succeeded 2022-05-18T04:03:25.8373852Z Running transaction 2022-05-18T04:03:40.9775998Z Installing : kernel-devel-4.14.252-195.483.amzn2.x86_64 1/1 2022-05-18T04:03:41.0613667Z Verifying : kernel-devel-4.14.252-195.483.amzn2.x86_64 1/1 2022-05-18T04:03:41.0613974Z 2022-05-18T04:03:41.0614085Z Installed: 2022-05-18T04:03:41.0614493Z kernel-devel.x86_64 0:4.14.252-195.483.amzn2 2022-05-18T04:03:41.0614707Z 2022-05-18T04:03:41.0614800Z Complete! 2022-05-18T04:03:41.0952223Z + 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:44.4092565Z + sudo /bin/bash /tmp/nvidia_driver -s --no-drm 2022-05-18T04:03:45.6501723Z Verifying archive integrity... OK 2022-05-18T04:04:11.4546997Z Uncompressing NVIDIA Accelerated Graphics Driver for Linux-x86_64 510.60.02.......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... 2022-05-18T04:04:11.5925462Z 2022-05-18T04:04:11.5926473Z 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:11.5927647Z 2022-05-18T04:04:36.9900638Z 2022-05-18T04:04:36.9903839Z 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:36.9904511Z 2022-05-18T04:04:44.5374970Z + sudo rm -fv /tmp/nvidia_driver 2022-05-18T04:04:44.5879561Z removed ‘/tmp/nvidia_driver’ 2022-05-18T04:04:44.5894179Z + nvidia-smi 2022-05-18T04:04:46.9212307Z Wed May 18 04:04:46 2022 2022-05-18T04:04:46.9212917Z +-----------------------------------------------------------------------------+ 2022-05-18T04:04:46.9213477Z | NVIDIA-SMI 510.60.02 Driver Version: 510.60.02 CUDA Version: 11.6 | 2022-05-18T04:04:46.9214348Z |-------------------------------+----------------------+----------------------+ 2022-05-18T04:04:46.9214887Z | GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC | 2022-05-18T04:04:46.9215394Z | Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. | 2022-05-18T04:04:46.9216018Z | | | MIG M. | 2022-05-18T04:04:46.9217954Z |===============================+======================+======================| 2022-05-18T04:04:46.9258885Z | 0 Tesla M60 Off | 00000000:00:1E.0 Off | 0 | 2022-05-18T04:04:46.9259285Z | N/A 28C P0 37W / 150W | 0MiB / 7680MiB | 98% Default | 2022-05-18T04:04:46.9259620Z | | | N/A | 2022-05-18T04:04:46.9260130Z +-------------------------------+----------------------+----------------------+ 2022-05-18T04:04:46.9260499Z 2022-05-18T04:04:46.9260945Z +-----------------------------------------------------------------------------+ 2022-05-18T04:04:46.9261333Z | Processes: | 2022-05-18T04:04:46.9261685Z | GPU GI CI PID Type Process name GPU Memory | 2022-05-18T04:04:46.9262020Z | ID ID Usage | 2022-05-18T04:04:46.9262330Z |=============================================================================| 2022-05-18T04:04:46.9262652Z | No running processes found | 2022-05-18T04:04:46.9263103Z +-----------------------------------------------------------------------------+ 2022-05-18T04:04:47.1937321Z + echo 'GPU_FLAG=--gpus all' 2022-05-18T04:04:47.8235571Z Command completed after 1 attempt(s). 2022-05-18T04:04:47.8235818Z 2022-05-18T04:04:47.8306921Z Prepare all required actions 2022-05-18T04:04:47.8307507Z Getting action download info 2022-05-18T04:04:48.0534726Z Download action repository 'seemethere/download-artifact-s3@v3' (SHA:64048a097659c8ca71ceacbb3c01cee9ed6f1b05) 2022-05-18T04:04:48.2960857Z Download action repository 'actions/download-artifact@v2' (SHA:f023be2c48cc18debc3bacd34cb396e0295e2869) 2022-05-18T04:04:48.4205022Z ##[group]Run ./.github/actions/download-build-artifacts 2022-05-18T04:04:48.4205329Z with: 2022-05-18T04:04:48.4205606Z name: linux-bionic-cuda10.2-py3.9-gcc7 2022-05-18T04:04:48.4205887Z env: 2022-05-18T04:04:48.4206100Z IN_CI: 1 2022-05-18T04:04:48.4206308Z IS_GHA: 1 2022-05-18T04:04:48.4206558Z GIT_DEFAULT_BRANCH: master 2022-05-18T04:04:48.4206825Z GPU_FLAG: --gpus all 2022-05-18T04:04:48.4207061Z ##[endgroup] 2022-05-18T04:04:48.4235051Z ##[group]Run seemethere/download-artifact-s3@v3 2022-05-18T04:04:48.4235341Z with: 2022-05-18T04:04:48.4235651Z name: linux-bionic-cuda10.2-py3.9-gcc7 2022-05-18T04:04:48.4235941Z s3-bucket: gha-artifacts 2022-05-18T04:04:48.4236203Z region: us-east-1 2022-05-18T04:04:48.4236429Z env: 2022-05-18T04:04:48.4236622Z IN_CI: 1 2022-05-18T04:04:48.4236841Z IS_GHA: 1 2022-05-18T04:04:48.4237086Z GIT_DEFAULT_BRANCH: master 2022-05-18T04:04:48.4237334Z GPU_FLAG: --gpus all 2022-05-18T04:04:48.4237581Z ##[endgroup] 2022-05-18T04:04:48.9351529Z Found 1 objects with prefix pytorch/pytorch/2342799949/1/linux-bionic-cuda10.2-py3.9-gcc7/ 2022-05-18T04:04:48.9352143Z Starting download (1/1): /home/ec2-user/actions-runner/_work/pytorch/pytorch/artifacts.zip 2022-05-18T04:04:54.4141310Z Finished download (1/1): /home/ec2-user/actions-runner/_work/pytorch/pytorch/artifacts.zip 2022-05-18T04:04:54.4141816Z 2022-05-18T04:04:54.4144086Z Artifact download has finished successfully 2022-05-18T04:04:54.4278011Z ##[group]Run unzip -o artifacts.zip 2022-05-18T04:04:54.4278342Z unzip -o artifacts.zip 2022-05-18T04:04:54.4292138Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-05-18T04:04:54.4292436Z env: 2022-05-18T04:04:54.4292661Z IN_CI: 1 2022-05-18T04:04:54.4292895Z IS_GHA: 1 2022-05-18T04:04:54.4293136Z GIT_DEFAULT_BRANCH: master 2022-05-18T04:04:54.4293415Z GPU_FLAG: --gpus all 2022-05-18T04:04:54.4293674Z ##[endgroup] 2022-05-18T04:04:54.4369024Z Archive: artifacts.zip 2022-05-18T04:04:54.4370802Z creating: dist/ 2022-05-18T04:04:56.2247931Z inflating: dist/torch-1.12.0a0+git3b23752-cp39-cp39-linux_x86_64.whl 2022-05-18T04:04:56.2248353Z creating: build/custom_test_artifacts/ 2022-05-18T04:04:56.2249063Z creating: build/custom_test_artifacts/custom-op-build/ 2022-05-18T04:04:56.2249563Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/ 2022-05-18T04:04:56.2255817Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeOutput.log 2022-05-18T04:04:56.2256373Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/ 2022-05-18T04:04:56.2256937Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeSystem.cmake 2022-05-18T04:04:56.2257500Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/ 2022-05-18T04:04:56.2258042Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ 2022-05-18T04:04:56.2260374Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c 2022-05-18T04:04:56.2261530Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/a.out 2022-05-18T04:04:56.2262103Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/ 2022-05-18T04:04:56.2262671Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ 2022-05-18T04:04:56.2265678Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp 2022-05-18T04:04:56.2266693Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out 2022-05-18T04:04:56.2268622Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin 2022-05-18T04:04:56.2269669Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake 2022-05-18T04:04:56.2270888Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin 2022-05-18T04:04:56.2271984Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake 2022-05-18T04:04:56.2272578Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/ 2022-05-18T04:04:56.2273147Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/ 2022-05-18T04:04:56.2318733Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cpp1.ii 2022-05-18T04:04:56.2319486Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.c 2022-05-18T04:04:56.2320341Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.gpu 2022-05-18T04:04:56.2321182Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.stub.c 2022-05-18T04:04:56.2321888Z extracting: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.module_id 2022-05-18T04:04:56.2322596Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.ptx 2022-05-18T04:04:56.2323290Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.sm_30.cubin 2022-05-18T04:04:56.2323984Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.fatbin 2022-05-18T04:04:56.2324681Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.fatbin.c 2022-05-18T04:04:56.2362282Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cpp4.ii 2022-05-18T04:04:56.2397153Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.cpp 2022-05-18T04:04:56.2398273Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.o 2022-05-18T04:04:56.2399103Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.sm_30.cubin 2022-05-18T04:04:56.2399716Z extracting: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.reg.c 2022-05-18T04:04:56.2400350Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.fatbin 2022-05-18T04:04:56.2401552Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.fatbin.c 2022-05-18T04:04:56.2402558Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.o 2022-05-18T04:04:56.2404856Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/CMakeCUDACompilerId.cu 2022-05-18T04:04:56.2464653Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/a.out 2022-05-18T04:04:56.2523676Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CUDA.bin 2022-05-18T04:04:56.2524323Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeCUDACompiler.cmake 2022-05-18T04:04:56.2524876Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeTmp/ 2022-05-18T04:04:56.2525717Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeError.log 2022-05-18T04:04:56.2526296Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/cmake.check_cache 2022-05-18T04:04:56.2526836Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/ 2022-05-18T04:04:56.2527420Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/compiler_depend.ts 2022-05-18T04:04:56.2528019Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/compiler_depend.make 2022-05-18T04:04:56.2528617Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/depend.make 2022-05-18T04:04:56.2529191Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/link.txt 2022-05-18T04:04:56.2530155Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/cmake_clean.cmake 2022-05-18T04:04:56.2531122Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/build.make 2022-05-18T04:04:56.2531893Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/DependInfo.cmake 2022-05-18T04:04:56.2532567Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/flags.make 2022-05-18T04:04:56.2533154Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/progress.make 2022-05-18T04:04:56.2553015Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/op.cpp.o.d 2022-05-18T04:04:56.2662263Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/op.cpp.o 2022-05-18T04:04:56.2662852Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/ 2022-05-18T04:04:56.2663447Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/compiler_depend.ts 2022-05-18T04:04:56.2664085Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/compiler_depend.make 2022-05-18T04:04:56.2664686Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/depend.make 2022-05-18T04:04:56.2665275Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/link.txt 2022-05-18T04:04:56.2665883Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/cmake_clean.cmake 2022-05-18T04:04:56.2667015Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/build.make 2022-05-18T04:04:56.2667803Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/DependInfo.cmake 2022-05-18T04:04:56.2668462Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/flags.make 2022-05-18T04:04:56.2669115Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/progress.make 2022-05-18T04:04:56.2688766Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o.d 2022-05-18T04:04:56.2769194Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o 2022-05-18T04:04:56.2770158Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeDirectoryInformation.cmake 2022-05-18T04:04:56.2770772Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/TargetDirectories.txt 2022-05-18T04:04:56.2771337Z extracting: build/custom_test_artifacts/custom-op-build/CMakeFiles/progress.marks 2022-05-18T04:04:56.2772462Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/Makefile2 2022-05-18T04:04:56.2773860Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/Makefile.cmake 2022-05-18T04:04:56.2774399Z inflating: build/custom_test_artifacts/custom-op-build/detect_cuda_version.cc 2022-05-18T04:04:56.2777529Z inflating: build/custom_test_artifacts/custom-op-build/CMakeCache.txt 2022-05-18T04:04:56.2778473Z inflating: build/custom_test_artifacts/custom-op-build/Makefile 2022-05-18T04:04:56.2779249Z inflating: build/custom_test_artifacts/custom-op-build/cmake_install.cmake 2022-05-18T04:04:56.2868575Z inflating: build/custom_test_artifacts/custom-op-build/libcustom_ops.so 2022-05-18T04:04:56.2929485Z inflating: build/custom_test_artifacts/custom-op-build/test_custom_ops 2022-05-18T04:04:56.2930248Z creating: build/custom_test_artifacts/jit-hook-build/ 2022-05-18T04:04:56.2930720Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/ 2022-05-18T04:04:56.2936970Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeOutput.log 2022-05-18T04:04:56.2937902Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/ 2022-05-18T04:04:56.2938740Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeSystem.cmake 2022-05-18T04:04:56.2939285Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/ 2022-05-18T04:04:56.2939841Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ 2022-05-18T04:04:56.2941052Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c 2022-05-18T04:04:56.2942884Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/a.out 2022-05-18T04:04:56.2943450Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/ 2022-05-18T04:04:56.2944025Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ 2022-05-18T04:04:56.2946073Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp 2022-05-18T04:04:56.2947184Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out 2022-05-18T04:04:56.2949046Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin 2022-05-18T04:04:56.2949667Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake 2022-05-18T04:04:56.2950952Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin 2022-05-18T04:04:56.2952090Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake 2022-05-18T04:04:56.2952673Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/ 2022-05-18T04:04:56.2953417Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/ 2022-05-18T04:04:56.2998327Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cpp1.ii 2022-05-18T04:04:56.2999042Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.c 2022-05-18T04:04:56.2999767Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.gpu 2022-05-18T04:04:56.3000483Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.stub.c 2022-05-18T04:04:56.3001197Z extracting: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.module_id 2022-05-18T04:04:56.3001886Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.ptx 2022-05-18T04:04:56.3002577Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.sm_30.cubin 2022-05-18T04:04:56.3003264Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.fatbin 2022-05-18T04:04:56.3004059Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.fatbin.c 2022-05-18T04:04:56.3041702Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cpp4.ii 2022-05-18T04:04:56.3076384Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.cpp 2022-05-18T04:04:56.3077386Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.o 2022-05-18T04:04:56.3078221Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.sm_30.cubin 2022-05-18T04:04:56.3078873Z extracting: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.reg.c 2022-05-18T04:04:56.3079483Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.fatbin 2022-05-18T04:04:56.3080377Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.fatbin.c 2022-05-18T04:04:56.3081326Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.o 2022-05-18T04:04:56.3083361Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/CMakeCUDACompilerId.cu 2022-05-18T04:04:56.3142924Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/a.out 2022-05-18T04:04:56.3202227Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CUDA.bin 2022-05-18T04:04:56.3202870Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeCUDACompiler.cmake 2022-05-18T04:04:56.3203416Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeTmp/ 2022-05-18T04:04:56.3204092Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeError.log 2022-05-18T04:04:56.3204650Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/cmake.check_cache 2022-05-18T04:04:56.3205197Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/ 2022-05-18T04:04:56.3205783Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/compiler_depend.ts 2022-05-18T04:04:56.3206386Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/compiler_depend.make 2022-05-18T04:04:56.3206989Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/depend.make 2022-05-18T04:04:56.3207729Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/link.txt 2022-05-18T04:04:56.3208547Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/cmake_clean.cmake 2022-05-18T04:04:56.3209552Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/build.make 2022-05-18T04:04:56.3210329Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/DependInfo.cmake 2022-05-18T04:04:56.3210965Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/flags.make 2022-05-18T04:04:56.3211560Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/progress.make 2022-05-18T04:04:56.3231187Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o.d 2022-05-18T04:04:56.3293951Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o 2022-05-18T04:04:56.3294578Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeDirectoryInformation.cmake 2022-05-18T04:04:56.3295180Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/TargetDirectories.txt 2022-05-18T04:04:56.3295739Z extracting: build/custom_test_artifacts/jit-hook-build/CMakeFiles/progress.marks 2022-05-18T04:04:56.3296550Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/Makefile2 2022-05-18T04:04:56.3297598Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/Makefile.cmake 2022-05-18T04:04:56.3298159Z inflating: build/custom_test_artifacts/jit-hook-build/detect_cuda_version.cc 2022-05-18T04:04:56.3301317Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeCache.txt 2022-05-18T04:04:56.3302002Z inflating: build/custom_test_artifacts/jit-hook-build/Makefile 2022-05-18T04:04:56.3302775Z inflating: build/custom_test_artifacts/jit-hook-build/cmake_install.cmake 2022-05-18T04:04:56.3351266Z inflating: build/custom_test_artifacts/jit-hook-build/test_jit_hooks 2022-05-18T04:04:56.3351760Z creating: build/custom_test_artifacts/custom-backend-build/ 2022-05-18T04:04:56.3352235Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/ 2022-05-18T04:04:56.3358671Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeOutput.log 2022-05-18T04:04:56.3359242Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/ 2022-05-18T04:04:56.3359813Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeSystem.cmake 2022-05-18T04:04:56.3360383Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/ 2022-05-18T04:04:56.3360962Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ 2022-05-18T04:04:56.3363031Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c 2022-05-18T04:04:56.3364136Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/a.out 2022-05-18T04:04:56.3364713Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/ 2022-05-18T04:04:56.3365294Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ 2022-05-18T04:04:56.3367908Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp 2022-05-18T04:04:56.3368978Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out 2022-05-18T04:04:56.3370628Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin 2022-05-18T04:04:56.3371414Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake 2022-05-18T04:04:56.3373382Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin 2022-05-18T04:04:56.3374168Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake 2022-05-18T04:04:56.3374777Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/ 2022-05-18T04:04:56.3375354Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/ 2022-05-18T04:04:56.3420708Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cpp1.ii 2022-05-18T04:04:56.3421457Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.c 2022-05-18T04:04:56.3422204Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.gpu 2022-05-18T04:04:56.3422943Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.stub.c 2022-05-18T04:04:56.3423695Z extracting: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.module_id 2022-05-18T04:04:56.3424411Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.ptx 2022-05-18T04:04:56.3425259Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.sm_30.cubin 2022-05-18T04:04:56.3425996Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.fatbin 2022-05-18T04:04:56.3426697Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.fatbin.c 2022-05-18T04:04:56.3463774Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cpp4.ii 2022-05-18T04:04:56.3498539Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.cpp 2022-05-18T04:04:56.3499756Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.o 2022-05-18T04:04:56.3500425Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.sm_30.cubin 2022-05-18T04:04:56.3501090Z extracting: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.reg.c 2022-05-18T04:04:56.3501743Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.fatbin 2022-05-18T04:04:56.3502591Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.fatbin.c 2022-05-18T04:04:56.3503544Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.o 2022-05-18T04:04:56.3505606Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/CMakeCUDACompilerId.cu 2022-05-18T04:04:56.3565155Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/a.out 2022-05-18T04:04:56.3624814Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CUDA.bin 2022-05-18T04:04:56.3625479Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeCUDACompiler.cmake 2022-05-18T04:04:56.3626048Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeTmp/ 2022-05-18T04:04:56.3626827Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeError.log 2022-05-18T04:04:56.3627403Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/cmake.check_cache 2022-05-18T04:04:56.3627971Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/ 2022-05-18T04:04:56.3628711Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/compiler_depend.ts 2022-05-18T04:04:56.3629369Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/compiler_depend.make 2022-05-18T04:04:56.3630003Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/depend.make 2022-05-18T04:04:56.3630622Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/link.txt 2022-05-18T04:04:56.3631247Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/cmake_clean.cmake 2022-05-18T04:04:56.3632042Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/build.make 2022-05-18T04:04:56.3632681Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/DependInfo.cmake 2022-05-18T04:04:56.3633461Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/flags.make 2022-05-18T04:04:56.3634120Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/progress.make 2022-05-18T04:04:56.3638498Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/custom_backend.cpp.o.d 2022-05-18T04:04:56.3783514Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/custom_backend.cpp.o 2022-05-18T04:04:56.3784143Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/ 2022-05-18T04:04:56.3784784Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/compiler_depend.ts 2022-05-18T04:04:56.3785448Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/compiler_depend.make 2022-05-18T04:04:56.3786094Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/depend.make 2022-05-18T04:04:56.3786719Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/link.txt 2022-05-18T04:04:56.3787360Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/cmake_clean.cmake 2022-05-18T04:04:56.3788326Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/build.make 2022-05-18T04:04:56.3788999Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/DependInfo.cmake 2022-05-18T04:04:56.3789625Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/flags.make 2022-05-18T04:04:56.3790261Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/progress.make 2022-05-18T04:04:56.3809482Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o.d 2022-05-18T04:04:56.3867326Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o 2022-05-18T04:04:56.3867996Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeDirectoryInformation.cmake 2022-05-18T04:04:56.3868622Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/TargetDirectories.txt 2022-05-18T04:04:56.3869216Z extracting: build/custom_test_artifacts/custom-backend-build/CMakeFiles/progress.marks 2022-05-18T04:04:56.3869779Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/Makefile2 2022-05-18T04:04:56.3870875Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/Makefile.cmake 2022-05-18T04:04:56.3871437Z inflating: build/custom_test_artifacts/custom-backend-build/detect_cuda_version.cc 2022-05-18T04:04:56.3874540Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeCache.txt 2022-05-18T04:04:56.3875196Z inflating: build/custom_test_artifacts/custom-backend-build/Makefile 2022-05-18T04:04:56.3875913Z inflating: build/custom_test_artifacts/custom-backend-build/cmake_install.cmake 2022-05-18T04:04:56.3993142Z inflating: build/custom_test_artifacts/custom-backend-build/libcustom_backend.so 2022-05-18T04:04:56.4037729Z inflating: build/custom_test_artifacts/custom-backend-build/test_custom_backend 2022-05-18T04:04:56.4038110Z creating: build/lib/ 2022-05-18T04:04:56.4038748Z inflating: build/lib/libclog.a 2022-05-18T04:04:56.4105082Z inflating: build/lib/libgtest.a 2022-05-18T04:04:56.4115304Z inflating: build/lib/libpthreadpool.a 2022-05-18T04:04:56.4205126Z inflating: build/lib/libbenchmark.a 2022-05-18T04:04:56.4311249Z inflating: build/lib/libprotobuf-lite.a 2022-05-18T04:04:56.4343217Z inflating: build/lib/libtensorpipe_uv.a 2022-05-18T04:04:56.4398905Z inflating: build/lib/libasmjit.a 2022-05-18T04:04:56.4531476Z inflating: build/lib/libgloo.a 2022-05-18T04:04:56.5065047Z inflating: build/lib/libprotobuf.a 2022-05-18T04:04:56.5084380Z inflating: build/lib/libfmt.a 2022-05-18T04:04:56.5086400Z inflating: build/lib/libcaffe2_nvrtc.so 2022-05-18T04:04:56.5087127Z inflating: build/lib/libfoxi_loader.a 2022-05-18T04:04:56.5153721Z inflating: build/lib/libc10.so 2022-05-18T04:04:56.5154746Z inflating: build/lib/libtorch_global_deps.so 2022-05-18T04:04:56.5164816Z inflating: build/lib/libcpuinfo.a 2022-05-18T04:04:56.5173713Z inflating: build/lib/libcpuinfo_internals.a 2022-05-18T04:04:56.5189807Z inflating: build/lib/libqnnpack.a 2022-05-18T04:04:56.5759851Z inflating: build/lib/libprotoc.a 2022-05-18T04:04:56.5762391Z inflating: build/lib/libnnpack_reference_layers.a 2022-05-18T04:04:56.5786335Z inflating: build/lib/libpytorch_qnnpack.a 2022-05-18T04:04:56.5805163Z inflating: build/lib/libgmock.a 2022-05-18T04:04:56.5805689Z inflating: build/lib/libgtest_main.a 2022-05-18T04:04:56.5806731Z inflating: build/lib/libbenchmark_main.a 2022-05-18T04:04:56.5829415Z inflating: build/lib/libnnpack.a 2022-05-18T04:04:57.3945802Z inflating: build/lib/libdnnl.a 2022-05-18T04:04:57.4600717Z inflating: build/lib/libtensorpipe.a 2022-05-18T04:04:57.4644124Z inflating: build/lib/libc10_cuda.so 2022-05-18T04:04:57.6161666Z inflating: build/lib/libfbgemm.a 2022-05-18T04:04:57.6162339Z inflating: build/lib/libgmock_main.a 2022-05-18T04:04:57.7292271Z inflating: build/lib/libdnnl_graph.a 2022-05-18T04:04:57.7719575Z inflating: build/lib/libkineto.a 2022-05-18T04:04:57.8009546Z inflating: build/lib/libtensorpipe_cuda.a 2022-05-18T04:04:57.8054985Z inflating: build/lib/libcaffe2_protos.a 2022-05-18T04:04:57.8102984Z inflating: build/lib/libonnx_proto.a 2022-05-18T04:04:57.8245062Z inflating: build/lib/libXNNPACK.a 2022-05-18T04:04:57.8908222Z inflating: build/lib/libonnx.a 2022-05-18T04:04:57.9337262Z inflating: build/lib/libgloo_cuda.a 2022-05-18T04:05:00.0311640Z inflating: build/lib/libtorch_cpu.so 2022-05-18T04:05:02.0190894Z inflating: build/lib/libtorch_cuda.so 2022-05-18T04:05:02.0191706Z inflating: build/lib/libtorch.so 2022-05-18T04:05:02.0195560Z inflating: build/lib/libc10d_cuda_test.so 2022-05-18T04:05:02.6345299Z inflating: build/lib/libtorch_cuda_linalg.so 2022-05-18T04:05:02.6368182Z inflating: build/lib/libjitbackend_test.so 2022-05-18T04:05:02.6399094Z inflating: build/lib/libbackend_with_compiler.so 2022-05-18T04:05:02.6452179Z inflating: build/lib/libtorchbind_test.so 2022-05-18T04:05:02.6456942Z inflating: build/lib/libshm.so 2022-05-18T04:05:02.8036929Z inflating: build/lib/libtorch_python.so 2022-05-18T04:05:02.8074945Z inflating: build/lib/libnnapi_backend.so 2022-05-18T04:05:02.8075263Z creating: build/bin/ 2022-05-18T04:05:02.8127948Z inflating: build/bin/c10_CompileTimeFunctionPointer_test 2022-05-18T04:05:02.8183222Z inflating: build/bin/c10_DeviceGuard_test 2022-05-18T04:05:02.8237020Z inflating: build/bin/c10_Device_test 2022-05-18T04:05:02.8298668Z inflating: build/bin/c10_DispatchKeySet_test 2022-05-18T04:05:02.8350042Z inflating: build/bin/c10_StreamGuard_test 2022-05-18T04:05:02.8409477Z inflating: build/bin/c10_InlineDeviceGuard_test 2022-05-18T04:05:02.8469444Z inflating: build/bin/c10_InlineStreamGuard_test 2022-05-18T04:05:02.8530216Z inflating: build/bin/c10_SizesAndStrides_test 2022-05-18T04:05:02.8593269Z inflating: build/bin/c10_Array_test 2022-05-18T04:05:02.8649948Z inflating: build/bin/c10_Bitset_test 2022-05-18T04:05:02.8704710Z inflating: build/bin/c10_C++17_test 2022-05-18T04:05:02.8779075Z inflating: build/bin/c10_ConstexprCrc_test 2022-05-18T04:05:02.8831505Z inflating: build/bin/c10_DeadlockDetection_test 2022-05-18T04:05:02.8884324Z inflating: build/bin/c10_Half_test 2022-05-18T04:05:02.8944868Z inflating: build/bin/c10_LeftRight_test 2022-05-18T04:05:02.9011881Z inflating: build/bin/c10_Metaprogramming_test 2022-05-18T04:05:02.9167918Z inflating: build/bin/c10_SmallVectorTest 2022-05-18T04:05:02.9221596Z inflating: build/bin/c10_Synchronized_test 2022-05-18T04:05:02.9282613Z inflating: build/bin/c10_ThreadLocal_test 2022-05-18T04:05:02.9338662Z inflating: build/bin/c10_TypeIndex_test 2022-05-18T04:05:02.9392568Z inflating: build/bin/c10_TypeList_test 2022-05-18T04:05:02.9444613Z inflating: build/bin/c10_TypeTraits_test 2022-05-18T04:05:02.9499549Z inflating: build/bin/c10_accumulate_test 2022-05-18T04:05:02.9559042Z inflating: build/bin/c10_bfloat16_test 2022-05-18T04:05:02.9616637Z inflating: build/bin/c10_complex_math_test 2022-05-18T04:05:02.9676316Z inflating: build/bin/c10_complex_test 2022-05-18T04:05:02.9793974Z inflating: build/bin/c10_either_test 2022-05-18T04:05:02.9849708Z inflating: build/bin/c10_exception_test 2022-05-18T04:05:02.9903105Z inflating: build/bin/c10_flags_test 2022-05-18T04:05:03.0085034Z inflating: build/bin/c10_intrusive_ptr_test 2022-05-18T04:05:03.0138867Z inflating: build/bin/c10_irange_test 2022-05-18T04:05:03.0200538Z inflating: build/bin/c10_logging_test 2022-05-18T04:05:03.0266956Z inflating: build/bin/c10_ordered_preserving_dict_test 2022-05-18T04:05:03.0346984Z inflating: build/bin/c10_optional_test 2022-05-18T04:05:03.0405861Z inflating: build/bin/c10_registry_test 2022-05-18T04:05:03.0470292Z inflating: build/bin/c10_string_view_test 2022-05-18T04:05:03.0524979Z inflating: build/bin/c10_tempfile_test 2022-05-18T04:05:03.0585607Z inflating: build/bin/c10_typeid_test 2022-05-18T04:05:03.0644592Z inflating: build/bin/c10_intrusive_ptr_benchmark 2022-05-18T04:05:03.1166835Z inflating: build/bin/protoc-3.13.0.0 2022-05-18T04:05:03.1688421Z inflating: build/bin/protoc 2022-05-18T04:05:03.1740336Z inflating: build/bin/c10_cuda_CUDATest 2022-05-18T04:05:03.2057540Z inflating: build/bin/vec_test_all_types_DEFAULT 2022-05-18T04:05:03.2411679Z inflating: build/bin/vec_test_all_types_AVX2 2022-05-18T04:05:03.2469077Z inflating: build/bin/HashStoreTest 2022-05-18T04:05:03.2526279Z inflating: build/bin/FileStoreTest 2022-05-18T04:05:03.2591525Z inflating: build/bin/TCPStoreTest 2022-05-18T04:05:03.2607032Z inflating: build/bin/ProcessGroupMPITest 2022-05-18T04:05:03.2610151Z inflating: build/bin/example_allreduce 2022-05-18T04:05:03.2666331Z inflating: build/bin/Dimname_test 2022-05-18T04:05:03.2727713Z inflating: build/bin/scalar_test 2022-05-18T04:05:03.2791745Z inflating: build/bin/apply_utils_test 2022-05-18T04:05:03.2855351Z inflating: build/bin/basic 2022-05-18T04:05:03.2918335Z inflating: build/bin/atest 2022-05-18T04:05:03.2980249Z inflating: build/bin/NamedTensor_test 2022-05-18T04:05:03.3037640Z inflating: build/bin/broadcast_test 2022-05-18T04:05:03.3091940Z inflating: build/bin/wrapdim_test 2022-05-18T04:05:03.3170318Z inflating: build/bin/Dict_test 2022-05-18T04:05:03.3223470Z inflating: build/bin/dlconvertor_test 2022-05-18T04:05:03.3283264Z inflating: build/bin/half_test 2022-05-18T04:05:03.3343119Z inflating: build/bin/native_test 2022-05-18T04:05:03.3344679Z inflating: build/bin/verify_api_visibility 2022-05-18T04:05:03.3400203Z inflating: build/bin/undefined_tensor_test 2022-05-18T04:05:03.3402799Z inflating: build/bin/thread_init_test 2022-05-18T04:05:03.3463191Z inflating: build/bin/scalar_tensor_test 2022-05-18T04:05:03.3523143Z inflating: build/bin/test_parallel 2022-05-18T04:05:03.3577473Z inflating: build/bin/weakref_test 2022-05-18T04:05:03.3629945Z inflating: build/bin/lazy_tensor_test 2022-05-18T04:05:03.3690914Z inflating: build/bin/quantized_test 2022-05-18T04:05:03.3744691Z inflating: build/bin/operators_test 2022-05-18T04:05:03.3804786Z inflating: build/bin/extension_backend_test 2022-05-18T04:05:03.3861276Z inflating: build/bin/math_kernel_test 2022-05-18T04:05:03.3916199Z inflating: build/bin/memory_overlapping_test 2022-05-18T04:05:03.3968913Z inflating: build/bin/variant_test 2022-05-18T04:05:03.4052477Z inflating: build/bin/tensor_iterator_test 2022-05-18T04:05:03.4108201Z inflating: build/bin/cpu_profiling_allocator_test 2022-05-18T04:05:03.4171178Z inflating: build/bin/cpu_generator_test 2022-05-18T04:05:03.4225525Z inflating: build/bin/reportMemoryUsage_test 2022-05-18T04:05:03.4278090Z inflating: build/bin/reduce_ops_test 2022-05-18T04:05:03.4333987Z inflating: build/bin/memory_format_test 2022-05-18T04:05:03.4403315Z inflating: build/bin/pow_test 2022-05-18T04:05:03.4458933Z inflating: build/bin/mobile_memory_cleanup 2022-05-18T04:05:03.4512087Z inflating: build/bin/dispatch_key_set_test 2022-05-18T04:05:03.4575922Z inflating: build/bin/IListRef_test 2022-05-18T04:05:03.4694794Z inflating: build/bin/List_test 2022-05-18T04:05:03.4750576Z inflating: build/bin/stride_properties_test 2022-05-18T04:05:03.4823641Z inflating: build/bin/vmap_test 2022-05-18T04:05:03.4951393Z inflating: build/bin/kernel_function_legacy_test 2022-05-18T04:05:03.5054111Z inflating: build/bin/kernel_function_test 2022-05-18T04:05:03.5189092Z inflating: build/bin/kernel_lambda_legacy_test 2022-05-18T04:05:03.5299718Z inflating: build/bin/kernel_lambda_test 2022-05-18T04:05:03.5363635Z inflating: build/bin/kernel_stackbased_test 2022-05-18T04:05:03.5466639Z inflating: build/bin/make_boxed_from_unboxed_functor_test 2022-05-18T04:05:03.5520665Z inflating: build/bin/CppSignature_test 2022-05-18T04:05:03.5571795Z inflating: build/bin/op_allowlist_test 2022-05-18T04:05:03.5877480Z inflating: build/bin/op_registration_test 2022-05-18T04:05:03.5972111Z inflating: build/bin/cpu_rng_test 2022-05-18T04:05:03.6028697Z inflating: build/bin/inline_container_test 2022-05-18T04:05:03.6097279Z inflating: build/bin/KernelFunction_test 2022-05-18T04:05:03.6161887Z inflating: build/bin/type_test 2022-05-18T04:05:03.6224592Z inflating: build/bin/cuda_atomic_ops_test 2022-05-18T04:05:03.6325217Z inflating: build/bin/ivalue_test 2022-05-18T04:05:03.6399020Z inflating: build/bin/cuda_complex_math_test 2022-05-18T04:05:03.6462736Z inflating: build/bin/cuda_complex_test 2022-05-18T04:05:03.6518360Z inflating: build/bin/cuda_apply_test 2022-05-18T04:05:03.6573011Z inflating: build/bin/cuda_integer_divider_test 2022-05-18T04:05:03.6638579Z inflating: build/bin/cuda_stream_test 2022-05-18T04:05:03.6698754Z inflating: build/bin/backend_fallback_test 2022-05-18T04:05:03.6756314Z inflating: build/bin/cuda_caching_host_allocator_test 2022-05-18T04:05:03.6812320Z inflating: build/bin/cuda_reportMemoryUsage_test 2022-05-18T04:05:03.6865962Z inflating: build/bin/cuda_dlconvertor_test 2022-05-18T04:05:03.6918882Z inflating: build/bin/cuda_half_test 2022-05-18T04:05:03.6974370Z inflating: build/bin/cuda_packedtensoraccessor_test 2022-05-18T04:05:03.7059621Z inflating: build/bin/cuda_cub_test 2022-05-18T04:05:03.7111567Z inflating: build/bin/cuda_optional_test 2022-05-18T04:05:03.7174437Z inflating: build/bin/cuda_distributions_test 2022-05-18T04:05:03.7231660Z inflating: build/bin/cuda_vectorized_test 2022-05-18T04:05:03.7283565Z inflating: build/bin/cuda_cudnn_test 2022-05-18T04:05:03.7346509Z inflating: build/bin/cuda_generator_test 2022-05-18T04:05:03.7415734Z inflating: build/bin/ProcessGroupGlooTest 2022-05-18T04:05:03.7478534Z inflating: build/bin/ProcessGroupGlooAsyncTest 2022-05-18T04:05:03.7544292Z inflating: build/bin/ProcessGroupNCCLTest 2022-05-18T04:05:03.7561828Z inflating: build/bin/tutorial_tensorexpr 2022-05-18T04:05:03.7624924Z inflating: build/bin/ProcessGroupNCCLErrorsTest 2022-05-18T04:05:03.7682156Z inflating: build/bin/test_dist_autograd 2022-05-18T04:05:03.7756577Z inflating: build/bin/test_cpp_rpc 2022-05-18T04:05:03.7830377Z inflating: build/bin/test_mobile_nnc 2022-05-18T04:05:03.7833328Z inflating: build/bin/parallel_benchmark 2022-05-18T04:05:03.7844388Z inflating: build/bin/aot_model_compiler_test 2022-05-18T04:05:03.8750941Z inflating: build/bin/test_tensorexpr 2022-05-18T04:05:03.9131763Z inflating: build/bin/test_lazy 2022-05-18T04:05:03.9137394Z inflating: build/bin/torch_shm_manager 2022-05-18T04:05:03.9269831Z inflating: build/bin/nvfuser_bench 2022-05-18T04:05:04.0562843Z inflating: build/bin/test_api 2022-05-18T04:05:04.1516600Z inflating: build/bin/test_jit 2022-05-18T04:05:04.1517728Z inflating: .pytorch-test-times.json 2022-05-18T04:05:04.1546930Z ##[group]Run df -H 2022-05-18T04:05:04.1547190Z df -H 2022-05-18T04:05:04.1560161Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-05-18T04:05:04.1560461Z env: 2022-05-18T04:05:04.1560681Z IN_CI: 1 2022-05-18T04:05:04.1560887Z IS_GHA: 1 2022-05-18T04:05:04.1561135Z GIT_DEFAULT_BRANCH: master 2022-05-18T04:05:04.1561405Z GPU_FLAG: --gpus all 2022-05-18T04:05:04.1561651Z ##[endgroup] 2022-05-18T04:05:04.1599806Z Filesystem Size Used Avail Use% Mounted on 2022-05-18T04:05:04.1600152Z devtmpfs 65G 0 65G 0% /dev 2022-05-18T04:05:04.1600434Z tmpfs 65G 0 65G 0% /dev/shm 2022-05-18T04:05:04.1600852Z tmpfs 65G 517k 65G 1% /run 2022-05-18T04:05:04.1601516Z tmpfs 65G 0 65G 0% /sys/fs/cgroup 2022-05-18T04:05:04.1601837Z /dev/xvda1 162G 22G 140G 14% / 2022-05-18T04:05:04.1602118Z tmpfs 13G 0 13G 0% /run/user/0 2022-05-18T04:05:04.1623351Z ##[group]Run .github/scripts/parse_ref.py 2022-05-18T04:05:04.1623722Z .github/scripts/parse_ref.py 2022-05-18T04:05:04.1635293Z shell: /usr/bin/bash -e {0} 2022-05-18T04:05:04.1635531Z env: 2022-05-18T04:05:04.1635751Z IN_CI: 1 2022-05-18T04:05:04.1635975Z IS_GHA: 1 2022-05-18T04:05:04.1636210Z GIT_DEFAULT_BRANCH: master 2022-05-18T04:05:04.1636482Z GPU_FLAG: --gpus all 2022-05-18T04:05:04.1636732Z ##[endgroup] 2022-05-18T04:05:04.2604866Z ##[group]Run set -x 2022-05-18T04:05:04.2605258Z set -x 2022-05-18T04:05:04.2605491Z  2022-05-18T04:05:04.2605764Z if [[ $TEST_CONFIG == 'multigpu' ]]; then 2022-05-18T04:05:04.2606102Z  TEST_COMMAND=.jenkins/pytorch/multigpu-test.sh 2022-05-18T04:05:04.2606457Z elif [[ $BUILD_ENVIRONMENT == *onnx* ]]; then 2022-05-18T04:05:04.2606786Z  TEST_COMMAND=.jenkins/caffe2/test.sh 2022-05-18T04:05:04.2607046Z else 2022-05-18T04:05:04.2607329Z  TEST_COMMAND=.jenkins/pytorch/test.sh 2022-05-18T04:05:04.2607607Z fi 2022-05-18T04:05:04.2607828Z  2022-05-18T04:05:04.2608186Z COMMIT_MESSAGES=$(git cherry -v "origin/${GIT_DEFAULT_BRANCH:-master}") 2022-05-18T04:05:04.2608540Z export COMMIT_MESSAGES 2022-05-18T04:05:04.2608797Z  2022-05-18T04:05:04.2609092Z # detached container should get cleaned up by teardown_ec2_linux 2022-05-18T04:05:04.2609655Z # TODO: Stop building test binaries as part of the build phase 2022-05-18T04:05:04.2610039Z # Used for GPU_FLAG since that doesn't play nice 2022-05-18T04:05:04.2610355Z # shellcheck disable=SC2086,SC2090 2022-05-18T04:05:04.2610662Z container_name=$(docker run \ 2022-05-18T04:05:04.2610940Z  ${GPU_FLAG:-} \ 2022-05-18T04:05:04.2611199Z  -e BUILD_ENVIRONMENT \ 2022-05-18T04:05:04.2611478Z  -e PR_NUMBER \ 2022-05-18T04:05:04.2611774Z  -e CUSTOM_TEST_ARTIFACT_BUILD_DIR \ 2022-05-18T04:05:04.2612053Z  -e GITHUB_ACTIONS \ 2022-05-18T04:05:04.2612309Z  -e IN_CI \ 2022-05-18T04:05:04.2612557Z  -e IS_GHA \ 2022-05-18T04:05:04.2612788Z  -e BRANCH \ 2022-05-18T04:05:04.2613035Z  -e SHA1 \ 2022-05-18T04:05:04.2613300Z  -e AWS_DEFAULT_REGION \ 2022-05-18T04:05:04.2613577Z  -e IN_WHEEL_TEST \ 2022-05-18T04:05:04.2613831Z  -e SHARD_NUMBER \ 2022-05-18T04:05:04.2614100Z  -e JOB_BASE_NAME \ 2022-05-18T04:05:04.2614363Z  -e TEST_CONFIG \ 2022-05-18T04:05:04.2614615Z  -e NUM_TEST_SHARDS \ 2022-05-18T04:05:04.2614881Z  -e PR_BODY \ 2022-05-18T04:05:04.2615147Z  -e COMMIT_MESSAGES \ 2022-05-18T04:05:04.2615425Z  -e PYTORCH_RETRY_TEST_CASES \ 2022-05-18T04:05:04.2615709Z  -e PR_LABELS \ 2022-05-18T04:05:04.2616003Z  -e MAX_JOBS="$(nproc --ignore=2)" \ 2022-05-18T04:05:04.2616280Z  -e SCCACHE_BUCKET \ 2022-05-18T04:05:04.2616540Z  -e XLA_CUDA \ 2022-05-18T04:05:04.2616826Z  -e XLA_CLANG_CACHE_S3_BUCKET_NAME \ 2022-05-18T04:05:04.2617156Z  --env-file="/tmp/github_env_${GITHUB_RUN_ID}" \ 2022-05-18T04:05:04.2617483Z  --ulimit stack=10485760:83886080 \ 2022-05-18T04:05:04.2617801Z  --security-opt seccomp=unconfined \ 2022-05-18T04:05:04.2618113Z  --cap-add=SYS_PTRACE \ 2022-05-18T04:05:04.2618618Z  --ipc=host \ 2022-05-18T04:05:04.2618894Z  --shm-size="${SHM_SIZE}" \ 2022-05-18T04:05:04.2619159Z  --tty \ 2022-05-18T04:05:04.2619386Z  --detach \ 2022-05-18T04:05:04.2619659Z  --name="${container_name}" \ 2022-05-18T04:05:04.2619940Z  --user jenkins \ 2022-05-18T04:05:04.2620248Z  -v "${GITHUB_WORKSPACE}:/var/lib/jenkins/workspace" \ 2022-05-18T04:05:04.2620594Z  -w /var/lib/jenkins/workspace \ 2022-05-18T04:05:04.2620883Z  "${DOCKER_IMAGE}" 2022-05-18T04:05:04.2621108Z ) 2022-05-18T04:05:04.2621450Z docker exec -t "${container_name}" sh -c "pip install dist/*.whl && ${TEST_COMMAND}" 2022-05-18T04:05:04.2633589Z shell: /usr/bin/bash -e {0} 2022-05-18T04:05:04.2633825Z env: 2022-05-18T04:05:04.2634042Z IN_CI: 1 2022-05-18T04:05:04.2634267Z IS_GHA: 1 2022-05-18T04:05:04.2634501Z GIT_DEFAULT_BRANCH: master 2022-05-18T04:05:04.2634872Z GPU_FLAG: --gpus all 2022-05-18T04:05:04.2635220Z BUILD_ENVIRONMENT: linux-bionic-cuda10.2-py3.9-gcc7 2022-05-18T04:05:04.2635536Z PR_NUMBER: 2022-05-18T04:05:04.2635757Z BRANCH: master 2022-05-18T04:05:04.2636065Z CUSTOM_TEST_ARTIFACT_BUILD_DIR: build/custom_test_artifacts 2022-05-18T04:05:04.2636413Z SHA1: 3b2375291aab7b48442f2e6fb1ef66cebc761e24 2022-05-18T04:05:04.2636693Z PYTORCH_RETRY_TEST_CASES: 1 2022-05-18T04:05:04.2637028Z JOB_BASE_NAME: linux-bionic-cuda10.2-py3.9-gcc7-test 2022-05-18T04:05:04.2637349Z TEST_CONFIG: default 2022-05-18T04:05:04.2637581Z SHARD_NUMBER: 2 2022-05-18T04:05:04.2637819Z NUM_TEST_SHARDS: 2 2022-05-18T04:05:04.2638057Z PR_BODY: 2022-05-18T04:05:04.2638347Z SCCACHE_BUCKET: ossci-compiler-cache-circleci-v2 2022-05-18T04:05:04.2638653Z SHM_SIZE: 2g 2022-05-18T04:05:04.2639153Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda10.2-cudnn7-py3.9-gcc7:6deab82db6a72ca54cd3e3322ee4f13864536734 2022-05-18T04:05:04.2639720Z XLA_CUDA: 2022-05-18T04:05:04.2640059Z XLA_CLANG_CACHE_S3_BUCKET_NAME: ossci-compiler-clang-cache-circleci-xla 2022-05-18T04:05:04.2640413Z ##[endgroup] 2022-05-18T04:05:04.2668496Z + [[ default == \m\u\l\t\i\g\p\u ]] 2022-05-18T04:05:04.2669411Z + [[ linux-bionic-cuda10.2-py3.9-gcc7 == *onnx* ]] 2022-05-18T04:05:04.2670051Z + TEST_COMMAND=.jenkins/pytorch/test.sh 2022-05-18T04:05:04.2672426Z ++ git cherry -v origin/master 2022-05-18T04:05:04.2705341Z + COMMIT_MESSAGES= 2022-05-18T04:05:04.2705871Z + export COMMIT_MESSAGES 2022-05-18T04:05:04.2714306Z +++ nproc --ignore=2 2022-05-18T04:05:04.2740718Z ++ 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:26.3951091Z + container_name=3040d33a253e1e60896a3d9c91e39fbb877423790ef1b21cb6a273f8b0304248 2022-05-18T04:05:26.3952003Z + docker exec -t 3040d33a253e1e60896a3d9c91e39fbb877423790ef1b21cb6a273f8b0304248 sh -c 'pip install dist/*.whl && .jenkins/pytorch/test.sh' 2022-05-18T04:05:26.9202586Z Processing ./dist/torch-1.12.0a0+git3b23752-cp39-cp39-linux_x86_64.whl 2022-05-18T04:05:27.0249616Z 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:27.5858737Z Installing collected packages: torch 2022-05-18T04:05:37.0313552Z Successfully installed torch-1.12.0a0+git3b23752 2022-05-18T04:05:37.0864887Z + COMPACT_JOB_NAME=linux-bionic-cuda10.2-py3.9-gcc7 2022-05-18T04:05:37.0867295Z ++ python -c 'import site; print(site.getsitepackages()[0])' 2022-05-18T04:05:37.1150707Z + TORCH_INSTALL_DIR=/opt/conda/lib/python3.9/site-packages/torch 2022-05-18T04:05:37.1151222Z + TORCH_BIN_DIR=/opt/conda/lib/python3.9/site-packages/torch/bin 2022-05-18T04:05:37.1151695Z + TORCH_LIB_DIR=/opt/conda/lib/python3.9/site-packages/torch/lib 2022-05-18T04:05:37.1152146Z + TORCH_TEST_DIR=/opt/conda/lib/python3.9/site-packages/torch/test 2022-05-18T04:05:37.1152461Z + BUILD_DIR=build 2022-05-18T04:05:37.1152726Z + BUILD_RENAMED_DIR=build_renamed 2022-05-18T04:05:37.1155076Z + BUILD_BIN_DIR=build/bin 2022-05-18T04:05:37.1155472Z + [[ -n default ]] 2022-05-18T04:05:37.1155905Z + BUILD_ENVIRONMENT=linux-bionic-cuda10.2-py3.9-gcc7-default 2022-05-18T04:05:37.1156615Z + [[ linux-bionic-cuda10.2-py3.9-gcc7-default != *bazel* ]] 2022-05-18T04:05:37.1157004Z ++ realpath build/custom_test_artifacts 2022-05-18T04:05:37.1163817Z + CUSTOM_TEST_ARTIFACT_BUILD_DIR=/var/lib/jenkins/workspace/build/custom_test_artifacts 2022-05-18T04:05:37.1167411Z ++ dirname .jenkins/pytorch/test.sh 2022-05-18T04:05:37.1174179Z + source .jenkins/pytorch/common.sh 2022-05-18T04:05:37.1179394Z +++ dirname .jenkins/pytorch/common.sh 2022-05-18T04:05:37.1189640Z ++ source .jenkins/pytorch/common_utils.sh 2022-05-18T04:05:37.1194139Z +++ TORCHVISION_COMMIT=8a2dc6f22ac4389ccba8859aa1e1cb14f1ee53db 2022-05-18T04:05:37.1194551Z ++ set -ex 2022-05-18T04:05:37.1200809Z ++++ dirname .jenkins/pytorch/common.sh 2022-05-18T04:05:37.1211098Z +++ cd .jenkins/pytorch 2022-05-18T04:05:37.1211910Z +++ pwd -P 2022-05-18T04:05:37.1214833Z ++ SCRIPT_DIR=/var/lib/jenkins/workspace/.jenkins/pytorch 2022-05-18T04:05:37.1215388Z ++ [[ linux-bionic-cuda10.2-py3.9-gcc7-default == *linux* ]] 2022-05-18T04:05:37.1219028Z +++ find /etc/apt/ -type f -name '*.list' 2022-05-18T04:05:37.1237601Z ++ 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:37.1303654Z ++ [[ linux-bionic-cuda10.2-py3.9-gcc7-default == *rocm* ]] 2022-05-18T04:05:37.1304254Z ++ echo ENTERED_USER_LAND 2022-05-18T04:05:37.1304577Z ENTERED_USER_LAND 2022-05-18T04:05:37.1304827Z ++ export IN_CI=1 2022-05-18T04:05:37.1305043Z ++ IN_CI=1 2022-05-18T04:05:37.1305681Z ++ declare -f -t trap_add 2022-05-18T04:05:37.1305962Z ++ trap_add cleanup EXIT 2022-05-18T04:05:37.1306230Z ++ trap_add_cmd=cleanup 2022-05-18T04:05:37.1306457Z ++ shift 2022-05-18T04:05:37.1306699Z ++ for trap_add_name in "$@" 2022-05-18T04:05:37.1314585Z ++++ trap -p EXIT 2022-05-18T04:05:37.1317744Z +++ eval 'extract_trap_cmd ' 2022-05-18T04:05:37.1318025Z ++++ extract_trap_cmd 2022-05-18T04:05:37.1318310Z ++++ printf '%s\n' '' 2022-05-18T04:05:37.1318606Z +++ printf '%s\n' cleanup 2022-05-18T04:05:37.1321403Z ++ trap -- ' 2022-05-18T04:05:37.1321672Z cleanup' EXIT 2022-05-18T04:05:37.1324358Z ++ [[ linux-bionic-cuda10.2-py3.9-gcc7-default != *win-* ]] 2022-05-18T04:05:37.1324697Z ++ which sccache 2022-05-18T04:05:37.1335112Z ++ sccache --stop-server 2022-05-18T04:05:37.1361771Z ++ true 2022-05-18T04:05:37.1368834Z ++ rm -f /var/lib/jenkins/sccache_error.log 2022-05-18T04:05:37.1370364Z ++ [[ -n '' ]] 2022-05-18T04:05:37.1371098Z ++ [[ linux-bionic-cuda10.2-py3.9-gcc7-default == *rocm* ]] 2022-05-18T04:05:37.1371868Z ++ SCCACHE_ERROR_LOG=/var/lib/jenkins/sccache_error.log 2022-05-18T04:05:37.1372449Z ++ SCCACHE_IDLE_TIMEOUT=1200 2022-05-18T04:05:37.1372898Z ++ RUST_LOG=sccache::server=error 2022-05-18T04:05:37.1373240Z ++ sccache --start-server 2022-05-18T04:05:37.1393767Z sccache: Starting the server... 2022-05-18T04:05:37.1563530Z ++ sccache --zero-stats 2022-05-18T04:05:37.1586374Z Compile requests 0 2022-05-18T04:05:37.1587005Z Compile requests executed 0 2022-05-18T04:05:37.1587513Z Cache hits 0 2022-05-18T04:05:37.1588003Z Cache misses 0 2022-05-18T04:05:37.1588504Z Cache timeouts 0 2022-05-18T04:05:37.1589009Z Cache read errors 0 2022-05-18T04:05:37.1589479Z Forced recaches 0 2022-05-18T04:05:37.1589761Z Cache write errors 0 2022-05-18T04:05:37.1590037Z Compilation failures 0 2022-05-18T04:05:37.1590314Z Cache errors 0 2022-05-18T04:05:37.1590693Z Non-cacheable compilations 0 2022-05-18T04:05:37.1591026Z Non-cacheable calls 0 2022-05-18T04:05:37.1591368Z Non-compilation calls 0 2022-05-18T04:05:37.1591667Z Unsupported compiler calls 0 2022-05-18T04:05:37.1591951Z Average cache write 0.000 s 2022-05-18T04:05:37.1592263Z Average cache read miss 0.000 s 2022-05-18T04:05:37.1592715Z Average cache read hit 0.000 s 2022-05-18T04:05:37.1593050Z Failed distributed compilations 0 2022-05-18T04:05:37.1593779Z 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:37.1594447Z ++ [[ linux-bionic-cuda10.2-py3.9-gcc7-test == *-build ]] 2022-05-18T04:05:37.1594761Z ++ which ccache 2022-05-18T04:05:37.1602094Z ++ '[' -z linux-bionic-cuda10.2-py3.9-gcc7 ']' 2022-05-18T04:05:37.1602719Z ++ [[ linux-bionic-cuda10.2-py3.9-gcc7-default == *linux-trusty-py3.6-gcc7* ]] 2022-05-18T04:05:37.1603102Z ++ BUILD_TEST_LIBTORCH=0 2022-05-18T04:05:37.1603362Z ++ [[ default == *xla* ]] 2022-05-18T04:05:37.1603759Z ++ [[ linux-bionic-cuda10.2-py3.9-gcc7-default == *centos* ]] 2022-05-18T04:05:37.1604263Z ++ [[ linux-bionic-cuda10.2-py3.9-gcc7-default == *linux-bionic* ]] 2022-05-18T04:05:37.1604597Z ++ which conda 2022-05-18T04:05:37.1611392Z /opt/conda/bin/conda 2022-05-18T04:05:37.1612600Z ++ conda install -q -y cmake 2022-05-18T04:05:41.1199858Z Collecting package metadata (current_repodata.json): ...working... done 2022-05-18T04:05:41.6029272Z Solving environment: ...working... done 2022-05-18T04:05:41.6853513Z 2022-05-18T04:05:41.6854049Z ## Package Plan ## 2022-05-18T04:05:41.6854351Z 2022-05-18T04:05:41.6854612Z environment location: /opt/conda 2022-05-18T04:05:41.6855054Z 2022-05-18T04:05:41.6855306Z added / updated specs: 2022-05-18T04:05:41.6855997Z - cmake 2022-05-18T04:05:41.6856268Z 2022-05-18T04:05:41.6856297Z 2022-05-18T04:05:41.6856572Z The following packages will be downloaded: 2022-05-18T04:05:41.6856833Z 2022-05-18T04:05:41.6856978Z package | build 2022-05-18T04:05:41.6857368Z ---------------------------|----------------- 2022-05-18T04:05:41.6857791Z bzip2-1.0.8 | h7b6447c_0 78 KB 2022-05-18T04:05:41.6858181Z c-ares-1.18.1 | h7f8727e_0 114 KB 2022-05-18T04:05:41.6858971Z cmake-3.22.1 | h1fce559_0 7.3 MB 2022-05-18T04:05:41.6859407Z expat-2.4.4 | h295c915_0 169 KB 2022-05-18T04:05:41.6859833Z krb5-1.19.2 | hac12032_0 1.2 MB 2022-05-18T04:05:41.6860545Z libcurl-7.82.0 | h0b77cf5_0 342 KB 2022-05-18T04:05:41.6861091Z libedit-3.1.20210910 | h7f8727e_0 166 KB 2022-05-18T04:05:41.6861481Z libev-4.33 | h7f8727e_1 111 KB 2022-05-18T04:05:41.6862186Z libnghttp2-1.46.0 | hce63b2e_0 680 KB 2022-05-18T04:05:41.6863036Z libssh2-1.10.0 | h8f2d780_0 274 KB 2022-05-18T04:05:41.6863746Z libuv-1.40.0 | h7b6447c_0 736 KB 2022-05-18T04:05:41.6864125Z lz4-c-1.9.3 | h295c915_1 185 KB 2022-05-18T04:05:41.6864511Z rhash-1.4.1 | h3c74f83_1 203 KB 2022-05-18T04:05:41.6864907Z zstd-1.5.2 | ha4553b6_0 488 KB 2022-05-18T04:05:41.6865316Z ------------------------------------------------------------ 2022-05-18T04:05:41.6865636Z Total: 12.0 MB 2022-05-18T04:05:41.6865815Z 2022-05-18T04:05:41.6865976Z The following NEW packages will be INSTALLED: 2022-05-18T04:05:41.6866180Z 2022-05-18T04:05:41.6866537Z bzip2 pkgs/main/linux-64::bzip2-1.0.8-h7b6447c_0 2022-05-18T04:05:41.6867025Z c-ares pkgs/main/linux-64::c-ares-1.18.1-h7f8727e_0 2022-05-18T04:05:41.6867487Z cmake pkgs/main/linux-64::cmake-3.22.1-h1fce559_0 2022-05-18T04:05:41.6867956Z expat pkgs/main/linux-64::expat-2.4.4-h295c915_0 2022-05-18T04:05:41.6868443Z krb5 pkgs/main/linux-64::krb5-1.19.2-hac12032_0 2022-05-18T04:05:41.6868902Z libcurl pkgs/main/linux-64::libcurl-7.82.0-h0b77cf5_0 2022-05-18T04:05:41.6869621Z libedit pkgs/main/linux-64::libedit-3.1.20210910-h7f8727e_0 2022-05-18T04:05:41.6870143Z libev pkgs/main/linux-64::libev-4.33-h7f8727e_1 2022-05-18T04:05:41.6870642Z libnghttp2 pkgs/main/linux-64::libnghttp2-1.46.0-hce63b2e_0 2022-05-18T04:05:41.6871128Z libssh2 pkgs/main/linux-64::libssh2-1.10.0-h8f2d780_0 2022-05-18T04:05:41.6871605Z libuv pkgs/main/linux-64::libuv-1.40.0-h7b6447c_0 2022-05-18T04:05:41.6872074Z lz4-c pkgs/main/linux-64::lz4-c-1.9.3-h295c915_1 2022-05-18T04:05:41.6872539Z rhash pkgs/main/linux-64::rhash-1.4.1-h3c74f83_1 2022-05-18T04:05:41.6872986Z zstd pkgs/main/linux-64::zstd-1.5.2-ha4553b6_0 2022-05-18T04:05:41.6873194Z 2022-05-18T04:05:41.6873481Z The following packages will be SUPERSEDED by a higher-priority channel: 2022-05-18T04:05:41.6873730Z 2022-05-18T04:05:41.6874133Z certifi conda-forge::certifi-2021.10.8-py39hf~ --> pkgs/main::certifi-2021.10.8-py39h06a4308_2 2022-05-18T04:05:41.6874781Z conda conda-forge::conda-4.12.0-py39hf3d152~ --> pkgs/main::conda-4.12.0-py39h06a4308_0 2022-05-18T04:05:41.6875142Z 2022-05-18T04:05:41.6875178Z 2022-05-18T04:05:42.7326940Z Preparing transaction: ...working... done 2022-05-18T04:05:43.2637760Z Verifying transaction: ...working... done 2022-05-18T04:05:45.3283171Z Executing transaction: ...working... done 2022-05-18T04:05:45.8300948Z ++ [[ linux-bionic-cuda10.2-py3.9-gcc7-default == *centos* ]] 2022-05-18T04:05:45.8301672Z + echo 'Testing pytorch' 2022-05-18T04:05:45.8301957Z Testing pytorch 2022-05-18T04:05:45.8302243Z + export LANG=C.UTF-8 2022-05-18T04:05:45.8302495Z + LANG=C.UTF-8 2022-05-18T04:05:45.8304393Z + PR_NUMBER= 2022-05-18T04:05:45.8305019Z + [[ default == \d\e\f\a\u\l\t ]] 2022-05-18T04:05:45.8305653Z + export CUDA_VISIBLE_DEVICES=0 2022-05-18T04:05:45.8306190Z + CUDA_VISIBLE_DEVICES=0 2022-05-18T04:05:45.8306784Z + export HIP_VISIBLE_DEVICES=0 2022-05-18T04:05:45.8307306Z + HIP_VISIBLE_DEVICES=0 2022-05-18T04:05:45.8307839Z + [[ default == \d\i\s\t\r\i\b\u\t\e\d ]] 2022-05-18T04:05:45.8308804Z + [[ linux-bionic-cuda10.2-py3.9-gcc7-default == *-slow-* ]] 2022-05-18T04:05:45.8309420Z + [[ default == \s\l\o\w ]] 2022-05-18T04:05:45.8309875Z + [[ linux-bionic-cuda10.2-py3.9-gcc7-default == *slow-gradcheck* ]] 2022-05-18T04:05:45.8310416Z + [[ linux-bionic-cuda10.2-py3.9-gcc7-default == *cuda* ]] 2022-05-18T04:05:45.8310772Z + export PYTORCH_TESTING_DEVICE_ONLY_FOR=cuda 2022-05-18T04:05:45.8311097Z + PYTORCH_TESTING_DEVICE_ONLY_FOR=cuda 2022-05-18T04:05:45.8311539Z + [[ linux-bionic-cuda10.2-py3.9-gcc7-default == *cuda11* ]] 2022-05-18T04:05:45.8312007Z + [[ linux-bionic-cuda10.2-py3.9-gcc7-default == *crossref* ]] 2022-05-18T04:05:45.8312360Z + [[ -n '' ]] 2022-05-18T04:05:45.8312657Z + export PYTORCH_TEST_SKIP_CUDA_MEM_LEAK_CHECK=0 2022-05-18T04:05:45.8312969Z + PYTORCH_TEST_SKIP_CUDA_MEM_LEAK_CHECK=0 2022-05-18T04:05:45.8313418Z + [[ linux-bionic-cuda10.2-py3.9-gcc7-default == *rocm* ]] 2022-05-18T04:05:45.8313910Z + [[ linux-bionic-cuda10.2-py3.9-gcc7-default != *ppc64le* ]] 2022-05-18T04:05:45.8314403Z + [[ linux-bionic-cuda10.2-py3.9-gcc7-default != *-bazel-* ]] 2022-05-18T04:05:45.8314769Z + pip_install --user ninja 2022-05-18T04:05:45.8315137Z + pip install --progress-bar off --user ninja 2022-05-18T04:05:46.3530609Z Collecting ninja 2022-05-18T04:05:46.3921044Z Downloading ninja-1.10.2.3-py2.py3-none-manylinux_2_5_x86_64.manylinux1_x86_64.whl (108 kB) 2022-05-18T04:05:46.4004857Z [?25l 2022-05-18T04:05:46.8844945Z [?25hInstalling collected packages: ninja 2022-05-18T04:05:46.8959256Z  WARNING: The script ninja is installed in '/var/lib/jenkins/.local/bin' which is not on PATH. 2022-05-18T04:05:46.8960358Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2022-05-18T04:05:46.9021437Z Successfully installed ninja-1.10.2.3 2022-05-18T04:05:46.9600052Z + 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:46.9600794Z + 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:46.9601785Z + [[ linux-bionic-cuda10.2-py3.9-gcc7-default == *asan* ]] 2022-05-18T04:05:46.9602334Z + [[ linux-bionic-cuda10.2-py3.9-gcc7-default == *-NO_AVX-* ]] 2022-05-18T04:05:46.9602710Z + [[ default == \n\o\g\p\u\_\N\O\_\A\V\X ]] 2022-05-18T04:05:46.9603161Z + [[ linux-bionic-cuda10.2-py3.9-gcc7-default == *-NO_AVX2-* ]] 2022-05-18T04:05:46.9603511Z + [[ default == \n\o\g\p\u\_\N\O\_\A\V\X\2 ]] 2022-05-18T04:05:46.9603964Z + [[ linux-bionic-cuda10.2-py3.9-gcc7-default == *-NO_AVX512-* ]] 2022-05-18T04:05:46.9604341Z + [[ default == \n\o\g\p\u\_\N\O\_\A\V\X\5\1\2 ]] 2022-05-18T04:05:46.9605794Z + [[ linux-bionic-cuda10.2-py3.9-gcc7-default == *tbb* ]] 2022-05-18T04:05:46.9619833Z + [[ linux-bionic-cuda10.2-py3.9-gcc7-default == *libtorch* ]] 2022-05-18T04:05:46.9620589Z + [[ linux-bionic-cuda10.2-py3.9-gcc7-default == *-bazel-* ]] 2022-05-18T04:05:46.9624229Z + cd test 2022-05-18T04:05:46.9624622Z + python -c 'import torch; print(torch.__config__.show())' 2022-05-18T04:05:49.6207080Z PyTorch built with: 2022-05-18T04:05:49.6207805Z - GCC 7.5 2022-05-18T04:05:49.6208135Z - C++ Version: 201402 2022-05-18T04:05:49.6208680Z - Intel(R) oneAPI Math Kernel Library Version 2022.0-Product Build 20211112 for Intel(R) 64 architecture applications 2022-05-18T04:05:49.6209243Z - Intel(R) MKL-DNN v2.6.0 (Git Hash 52b5f107dd9cf10910aaa19cb47f3abf9b349815) 2022-05-18T04:05:49.6209661Z - OpenMP 201511 (a.k.a. OpenMP 4.5) 2022-05-18T04:05:49.6210041Z - LAPACK is enabled (usually provided by MKL) 2022-05-18T04:05:49.6210398Z - NNPACK is enabled 2022-05-18T04:05:49.6210718Z - CPU capability usage: AVX2 2022-05-18T04:05:49.6211027Z - CUDA Runtime 10.2 2022-05-18T04:05:49.6211423Z - NVCC architecture flags: -gencode;arch=compute_52,code=sm_52 2022-05-18T04:05:49.6211784Z - CuDNN 7.6.5 2022-05-18T04:05:49.6212070Z - Magma 2.5.2 2022-05-18T04:05:49.6215024Z - 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:49.6217136Z 2022-05-18T04:05:49.9628723Z + cd test 2022-05-18T04:05:49.9629294Z + python -c 'import torch; print(torch.__config__.parallel_info())' 2022-05-18T04:05:50.7507200Z ATen/Parallel: 2022-05-18T04:05:50.7507882Z at::get_num_threads() : 8 2022-05-18T04:05:50.7508539Z at::get_num_interop_threads() : 8 2022-05-18T04:05:50.7509151Z OpenMP 201511 (a.k.a. OpenMP 4.5) 2022-05-18T04:05:50.7509750Z omp_get_max_threads() : 8 2022-05-18T04:05:50.7511128Z Intel(R) oneAPI Math Kernel Library Version 2022.0-Product Build 20211112 for Intel(R) 64 architecture applications 2022-05-18T04:05:50.7511951Z mkl_get_max_threads() : 8 2022-05-18T04:05:50.7513379Z Intel(R) MKL-DNN v2.6.0 (Git Hash 52b5f107dd9cf10910aaa19cb47f3abf9b349815) 2022-05-18T04:05:50.7514195Z std::thread::hardware_concurrency() : 16 2022-05-18T04:05:50.7514822Z Environment variables: 2022-05-18T04:05:50.7515374Z OMP_NUM_THREADS : [not set] 2022-05-18T04:05:50.7515936Z MKL_NUM_THREADS : [not set] 2022-05-18T04:05:50.7516527Z ATen parallel backend: OpenMP 2022-05-18T04:05:50.7516888Z 2022-05-18T04:05:50.8554689Z + [[ linux-bionic-cuda10.2-py3.9-gcc7-default == *deploy* ]] 2022-05-18T04:05:50.8555397Z + [[ linux-bionic-cuda10.2-py3.9-gcc7-default == *backward* ]] 2022-05-18T04:05:50.8555769Z + [[ default == *xla* ]] 2022-05-18T04:05:50.8556211Z + [[ linux-bionic-cuda10.2-py3.9-gcc7-default == *jit_legacy-test ]] 2022-05-18T04:05:50.8556705Z + [[ linux-bionic-cuda10.2-py3.9-gcc7-test == *jit_legacy-test ]] 2022-05-18T04:05:50.8557065Z + [[ default == \j\i\t\_\l\e\g\a\c\y ]] 2022-05-18T04:05:50.8557498Z + [[ linux-bionic-cuda10.2-py3.9-gcc7-default == *libtorch* ]] 2022-05-18T04:05:50.8558329Z + [[ linux-bionic-cuda10.2-py3.9-gcc7-default == *distributed* ]] 2022-05-18T04:05:50.8558853Z + [[ linux-bionic-cuda10.2-py3.9-gcc7-test == *distributed* ]] 2022-05-18T04:05:50.8559181Z + [[ 2 == 1 ]] 2022-05-18T04:05:50.8559396Z + [[ 2 == 2 ]] 2022-05-18T04:05:50.8559672Z + [[ 2 -gt 1 ]] 2022-05-18T04:05:50.8559929Z + install_torchvision 2022-05-18T04:05:50.8560485Z + pip_install --user git+https://github.com/pytorch/vision.git@8a2dc6f22ac4389ccba8859aa1e1cb14f1ee53db 2022-05-18T04:05:50.8561224Z + pip install --progress-bar off --user git+https://github.com/pytorch/vision.git@8a2dc6f22ac4389ccba8859aa1e1cb14f1ee53db 2022-05-18T04:05:51.2645730Z Collecting git+https://github.com/pytorch/vision.git@8a2dc6f22ac4389ccba8859aa1e1cb14f1ee53db 2022-05-18T04:05:51.2651375Z Cloning https://github.com/pytorch/vision.git (to revision 8a2dc6f22ac4389ccba8859aa1e1cb14f1ee53db) to /tmp/pip-req-build-jxqu235f 2022-05-18T04:05:51.2652072Z Running command git clone -q https://github.com/pytorch/vision.git /tmp/pip-req-build-jxqu235f 2022-05-18T04:06:07.5439864Z Running command git rev-parse -q --verify 'sha^8a2dc6f22ac4389ccba8859aa1e1cb14f1ee53db' 2022-05-18T04:06:07.5470153Z Running command git fetch -q https://github.com/pytorch/vision.git 8a2dc6f22ac4389ccba8859aa1e1cb14f1ee53db 2022-05-18T04:06:07.7039417Z Running command git checkout -q 8a2dc6f22ac4389ccba8859aa1e1cb14f1ee53db 2022-05-18T04:06:10.3761126Z Resolved https://github.com/pytorch/vision.git to commit 8a2dc6f22ac4389ccba8859aa1e1cb14f1ee53db 2022-05-18T04:06:15.3421271Z 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:15.3428456Z 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:15.3437365Z 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:15.3626205Z 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:15.3642776Z Building wheels for collected packages: torchvision 2022-05-18T04:07:26.8988431Z Building wheel for torchvision (setup.py) ... [?25l- \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - done 2022-05-18T04:07:26.9069334Z [?25h Created wheel for torchvision: filename=torchvision-0.9.0a0+8a2dc6f-cp39-cp39-linux_x86_64.whl size=1140087 sha256=0e54d563256d2faa7593e6042acf3795e3021d9eabf0bf37e6721099b079d39b 2022-05-18T04:07:26.9070127Z Stored in directory: /var/lib/jenkins/.cache/pip/wheels/d6/93/03/db9e7446798c007b7910d7542ee7c890fb4c8b5c9174464046 2022-05-18T04:07:26.9079602Z Successfully built torchvision 2022-05-18T04:07:27.3800842Z Installing collected packages: torchvision 2022-05-18T04:07:27.6303994Z Successfully installed torchvision-0.9.0a0+8a2dc6f 2022-05-18T04:07:27.7732988Z + test_python_shard 2 2022-05-18T04:07:27.7733459Z + [[ -z 2 ]] 2022-05-18T04:07:27.7733981Z + python test/run_test.py --exclude-jit-executor --exclude-distributed-tests --shard 2 2 --verbose 2022-05-18T04:07:32.3201167Z Ignoring disabled issues: [] 2022-05-18T04:07:32.3326834Z /var/lib/jenkins/workspace/test/run_test.py:894: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. 2022-05-18T04:07:32.3327414Z if torch.version.cuda is not None and LooseVersion(torch.version.cuda) == "11.6": 2022-05-18T04:07:32.3416391Z Found stats for current commit: 3b2375291aab7b48442f2e6fb1ef66cebc761e24 and job: linux-bionic-cuda10.2-py3.9-gcc7. Proceeding with those values. 2022-05-18T04:07:32.3418800Z Selected tests: 2022-05-18T04:07:32.3419161Z test_ops_gradients 2022-05-18T04:07:32.3419566Z test_ops 2022-05-18T04:07:32.3419804Z test_decomp 2022-05-18T04:07:32.3423388Z test_jit_fuser_te 2022-05-18T04:07:32.3423937Z test_dataloader 2022-05-18T04:07:32.3424931Z test_unary_ufuncs 2022-05-18T04:07:32.3425282Z test_cuda 2022-05-18T04:07:32.3425491Z test_meta 2022-05-18T04:07:32.3425774Z test_binary_ufuncs 2022-05-18T04:07:32.3426229Z test_optim 2022-05-18T04:07:32.3426673Z test_jit_llga_fuser 2022-05-18T04:07:32.3427182Z distributions/test_distributions 2022-05-18T04:07:32.3427559Z test_mkldnn 2022-05-18T04:07:32.3428009Z test_multiprocessing 2022-05-18T04:07:32.3429951Z test_dispatch 2022-05-18T04:07:32.3430387Z test_modules 2022-05-18T04:07:32.3430926Z test_fx_experimental 2022-05-18T04:07:32.3431527Z test_functional_autograd_benchmark 2022-05-18T04:07:32.3431871Z test_type_hints 2022-05-18T04:07:32.3432116Z test_sparse 2022-05-18T04:07:32.3432358Z test_sparse_csr 2022-05-18T04:07:32.3432583Z test_jiterator 2022-05-18T04:07:32.3432822Z test_package 2022-05-18T04:07:32.3433073Z test_spectral_ops 2022-05-18T04:07:32.3433501Z test_sort_and_select 2022-05-18T04:07:32.3433907Z test_multiprocessing_spawn 2022-05-18T04:07:32.3434203Z test_overrides 2022-05-18T04:07:32.3434424Z test_stateless 2022-05-18T04:07:32.3434667Z test_bundled_inputs 2022-05-18T04:07:32.3434935Z test_namedtuple_return_api 2022-05-18T04:07:32.3435193Z test_public_bindings 2022-05-18T04:07:32.3435440Z test_model_dump 2022-05-18T04:07:32.3435677Z test_futures 2022-05-18T04:07:32.3435890Z test_monitor 2022-05-18T04:07:32.3439564Z test_shape_ops 2022-05-18T04:07:32.3440101Z test_subclass 2022-05-18T04:07:32.3440567Z test_autocast 2022-05-18T04:07:32.3441089Z test_native_functions 2022-05-18T04:07:32.3441587Z test_indexing 2022-05-18T04:07:32.3442075Z test_set_default_mobile_cpu_allocator 2022-05-18T04:07:32.3442541Z test_show_pickle 2022-05-18T04:07:32.3442947Z test_type_info 2022-05-18T04:07:32.3443452Z test_namedtensor 2022-05-18T04:07:32.3444018Z test_tensorexpr_pybind 2022-05-18T04:07:32.3444360Z test_native_mha 2022-05-18T04:07:32.3444636Z test_cpp_extensions_aot_no_ninja 2022-05-18T04:07:32.3444917Z test_numpy_interop 2022-05-18T04:07:32.3445174Z test_numba_integration 2022-05-18T04:07:32.3445431Z lazy/test_bindings 2022-05-18T04:07:32.3445673Z test_deploy 2022-05-18T04:07:32.3445886Z test_hub 2022-05-18T04:07:32.3446116Z test_pruning_op 2022-05-18T04:07:32.3498864Z Prioritized test from test file changes. 2022-05-18T04:07:32.3499527Z reordering tests for PR: 2022-05-18T04:07:32.3500302Z prioritized: ['test_meta'] 2022-05-18T04:07:32.3502777Z the rest: ['test_ops_gradients', 'test_ops', 'test_decomp', 'test_jit_fuser_te', 'test_dataloader', 'test_unary_ufuncs', 'test_cuda', 'test_binary_ufuncs', 'test_optim', 'test_jit_llga_fuser', 'distributions/test_distributions', 'test_mkldnn', 'test_multiprocessing', 'test_dispatch', 'test_modules', 'test_fx_experimental', 'test_functional_autograd_benchmark', 'test_type_hints', 'test_sparse', 'test_sparse_csr', 'test_jiterator', 'test_package', 'test_spectral_ops', 'test_sort_and_select', 'test_multiprocessing_spawn', 'test_overrides', 'test_stateless', 'test_bundled_inputs', 'test_namedtuple_return_api', 'test_public_bindings', 'test_model_dump', 'test_futures', 'test_monitor', 'test_shape_ops', 'test_subclass', 'test_autocast', 'test_native_functions', 'test_indexing', 'test_set_default_mobile_cpu_allocator', 'test_show_pickle', 'test_type_info', 'test_namedtensor', 'test_tensorexpr_pybind', 'test_native_mha', 'test_cpp_extensions_aot_no_ninja', 'test_numpy_interop', 'test_numba_integration', 'lazy/test_bindings', 'test_deploy', 'test_hub', 'test_pruning_op'] 2022-05-18T04:07:32.3504386Z 2022-05-18T04:07:32.3979810Z Running test_meta ... [2022-05-18 04:07:32.397387] 2022-05-18T04:07:32.3980722Z Executing ['/opt/conda/bin/python', 'test_meta.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 04:07:32.397475] 2022-05-18T04:07:35.7734798Z Test results will be stored in test-reports/python-unittest/test_meta 2022-05-18T04:07:35.9585561Z 2022-05-18T04:07:35.9586137Z Running tests... 2022-05-18T04:07:35.9586787Z ---------------------------------------------------------------------- 2022-05-18T04:07:35.9649709Z test_meta_H_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:07:35.9689856Z test_meta_H_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:07:35.9725678Z test_meta_H_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:07:35.9766176Z test_meta_H_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:07:35.9800835Z test_meta_H_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:07:35.9841929Z test_meta_H_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:07:35.9883107Z test_meta_H_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:07:35.9925135Z test_meta_H_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:07:35.9967228Z test_meta_H_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:07:36.0006344Z test_meta_H_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:07:36.0045991Z test_meta_H_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:07:36.0086016Z test_meta_H_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:07:36.0125529Z test_meta_H_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:07:36.0167993Z test_meta_T_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:07:36.0210877Z test_meta_T_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:07:36.0245981Z test_meta_T_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:07:36.0285815Z test_meta_T_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:07:36.0319169Z test_meta_T_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:07:36.0359625Z test_meta_T_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:07:36.0399502Z test_meta_T_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:07:36.0440151Z test_meta_T_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:07:36.0478576Z test_meta_T_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:07:36.0520535Z test_meta_T_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:07:36.0559100Z test_meta_T_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:07:36.0596456Z test_meta_T_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:07:36.0633972Z test_meta_T_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:07:36.0935986Z test_meta___getitem___cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-05-18T04:07:36.1019878Z test_meta___getitem___cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:07:36.1110016Z test_meta___getitem___cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:07:36.1201992Z test_meta___getitem___cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:07:36.1290684Z test_meta___getitem___cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:07:36.1374506Z test_meta___getitem___cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:07:36.1455187Z test_meta___getitem___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:07:36.1536662Z test_meta___getitem___cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:07:36.1619195Z test_meta___getitem___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:07:36.1699890Z test_meta___getitem___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:07:36.1780539Z test_meta___getitem___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:07:36.1863916Z test_meta___getitem___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:07:36.1943402Z test_meta___getitem___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:07:36.1998134Z test_meta___radd___cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:07:36.2036684Z test_meta___radd___cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:07:36.2109665Z test_meta___radd___cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:07:36.2180909Z test_meta___radd___cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:07:36.2234874Z test_meta___radd___cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:07:36.2288413Z test_meta___radd___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:07:36.2348204Z test_meta___radd___cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:07:36.2388391Z test_meta___radd___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:07:36.2429357Z test_meta___radd___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:07:36.2469119Z test_meta___radd___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:07:36.2508555Z test_meta___radd___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:07:36.2548299Z test_meta___radd___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:07:36.2659776Z test_meta___rand___cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:07:36.2773272Z test_meta___rand___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:07:36.2891302Z test_meta___rand___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:07:36.3005161Z test_meta___rand___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:07:36.3119636Z test_meta___rand___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:07:36.3233887Z test_meta___rand___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:07:36.3387073Z test_meta___rdiv___cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-05-18T04:07:36.3522493Z test_meta___rdiv___cuda_bool (__main__.TestMetaCUDA) ... ok (0.013s) 2022-05-18T04:07:36.3632616Z test_meta___rdiv___cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:07:36.3746471Z test_meta___rdiv___cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:07:36.3897687Z test_meta___rdiv___cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-05-18T04:07:36.4048205Z test_meta___rdiv___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-05-18T04:07:36.4201312Z test_meta___rdiv___cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-05-18T04:07:36.4337418Z test_meta___rdiv___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-05-18T04:07:36.4474565Z test_meta___rdiv___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-05-18T04:07:36.4612068Z test_meta___rdiv___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-05-18T04:07:36.4756612Z test_meta___rdiv___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-05-18T04:07:36.4893243Z test_meta___rdiv___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-05-18T04:07:36.6663805Z test_meta___rmatmul___cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.177s) 2022-05-18T04:07:36.6755565Z test_meta___rmatmul___cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:07:36.6882549Z test_meta___rmatmul___cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:07:36.7007744Z test_meta___rmatmul___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:07:36.7134229Z test_meta___rmatmul___cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:07:36.7274560Z test_meta___rmod___cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-05-18T04:07:36.7405266Z test_meta___rmod___cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-05-18T04:07:36.7535723Z test_meta___rmod___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-05-18T04:07:36.7667019Z test_meta___rmod___cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-05-18T04:07:36.7783419Z test_meta___rmod___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:07:36.7899158Z test_meta___rmod___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:07:36.8014764Z test_meta___rmod___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:07:36.8136670Z test_meta___rmod___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:07:36.8254060Z test_meta___rmod___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:07:36.8308966Z test_meta___rmul___cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:07:36.8348050Z test_meta___rmul___cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:07:36.8421145Z test_meta___rmul___cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:07:36.8491957Z test_meta___rmul___cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:07:36.8547630Z test_meta___rmul___cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:07:36.8606206Z test_meta___rmul___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:07:36.8661211Z test_meta___rmul___cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:07:36.8701284Z test_meta___rmul___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:07:36.8740917Z test_meta___rmul___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:07:36.8780062Z test_meta___rmul___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:07:36.8819292Z test_meta___rmul___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:07:36.8858640Z test_meta___rmul___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:07:36.8970242Z test_meta___ror___cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:07:36.9087298Z test_meta___ror___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:07:36.9200478Z test_meta___ror___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:07:36.9313881Z test_meta___ror___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:07:36.9426083Z test_meta___ror___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:07:36.9538749Z test_meta___ror___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:07:36.9678742Z test_meta___rpow___cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-05-18T04:07:36.9773722Z test_meta___rpow___cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:07:36.9871541Z test_meta___rpow___cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:07:37.0011653Z test_meta___rpow___cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-05-18T04:07:37.0151886Z test_meta___rpow___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-05-18T04:07:37.0294703Z test_meta___rpow___cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-05-18T04:07:37.0417683Z test_meta___rpow___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:07:37.0540765Z test_meta___rpow___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:07:37.0664509Z test_meta___rpow___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:07:37.0788240Z test_meta___rpow___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:07:37.0916868Z test_meta___rpow___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-05-18T04:07:37.0994049Z test_meta___rsub___cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:07:37.1069005Z test_meta___rsub___cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:07:37.1142747Z test_meta___rsub___cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:07:37.1220993Z test_meta___rsub___cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:07:37.1296851Z test_meta___rsub___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:07:37.1372666Z test_meta___rsub___cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:07:37.1447197Z test_meta___rsub___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:07:37.1527867Z test_meta___rsub___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:07:37.1601460Z test_meta___rsub___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:07:37.1675544Z test_meta___rsub___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:07:37.1749356Z test_meta___rsub___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:07:37.1860116Z test_meta___rxor___cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:07:37.1971817Z test_meta___rxor___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:07:37.2085318Z test_meta___rxor___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:07:37.2198793Z test_meta___rxor___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:07:37.2316029Z test_meta___rxor___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:07:37.2429908Z test_meta___rxor___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:07:37.6772373Z test_meta__masked_amax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.434s) 2022-05-18T04:07:38.1112120Z test_meta__masked_amax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.434s) 2022-05-18T04:07:38.5410503Z test_meta__masked_amax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.430s) 2022-05-18T04:07:38.9694931Z test_meta__masked_amax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.428s) 2022-05-18T04:07:39.3472838Z test_meta__masked_amax_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.378s) 2022-05-18T04:07:39.7228875Z test_meta__masked_amax_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.375s) 2022-05-18T04:07:40.1018693Z test_meta__masked_amax_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.379s) 2022-05-18T04:07:40.4798780Z test_meta__masked_amax_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.378s) 2022-05-18T04:07:40.8561396Z test_meta__masked_amax_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.376s) 2022-05-18T04:07:41.2849342Z test_meta__masked_amin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.429s) 2022-05-18T04:07:41.7163253Z test_meta__masked_amin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.431s) 2022-05-18T04:07:42.1471478Z test_meta__masked_amin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.431s) 2022-05-18T04:07:42.5790178Z test_meta__masked_amin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.432s) 2022-05-18T04:07:42.9531928Z test_meta__masked_amin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.374s) 2022-05-18T04:07:43.3293231Z test_meta__masked_amin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.376s) 2022-05-18T04:07:43.7078764Z test_meta__masked_amin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.378s) 2022-05-18T04:07:44.0813489Z test_meta__masked_amin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.373s) 2022-05-18T04:07:44.4567783Z test_meta__masked_amin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.375s) 2022-05-18T04:07:44.6916898Z test_meta__masked_argmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.235s) 2022-05-18T04:07:44.9337632Z test_meta__masked_argmax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.242s) 2022-05-18T04:07:45.1683616Z test_meta__masked_argmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.234s) 2022-05-18T04:07:45.4041655Z test_meta__masked_argmax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.236s) 2022-05-18T04:07:45.6115649Z test_meta__masked_argmax_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.207s) 2022-05-18T04:07:45.8257657Z test_meta__masked_argmax_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.214s) 2022-05-18T04:07:46.0320064Z test_meta__masked_argmax_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.206s) 2022-05-18T04:07:46.2410960Z test_meta__masked_argmax_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.209s) 2022-05-18T04:07:46.4502988Z test_meta__masked_argmax_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.209s) 2022-05-18T04:07:46.6848083Z test_meta__masked_argmin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.234s) 2022-05-18T04:07:46.9200322Z test_meta__masked_argmin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.235s) 2022-05-18T04:07:47.1543905Z test_meta__masked_argmin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.234s) 2022-05-18T04:07:47.3892161Z test_meta__masked_argmin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.235s) 2022-05-18T04:07:47.5955980Z test_meta__masked_argmin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.206s) 2022-05-18T04:07:47.8025327Z test_meta__masked_argmin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.207s) 2022-05-18T04:07:48.0073829Z test_meta__masked_argmin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.205s) 2022-05-18T04:07:48.2139214Z test_meta__masked_argmin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.206s) 2022-05-18T04:07:48.4203572Z test_meta__masked_argmin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.206s) 2022-05-18T04:07:48.4913935Z test_meta__masked_log_softmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.071s) 2022-05-18T04:07:48.5625334Z test_meta__masked_log_softmax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.071s) 2022-05-18T04:07:48.6335272Z test_meta__masked_log_softmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.071s) 2022-05-18T04:07:48.7045080Z test_meta__masked_log_softmax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.071s) 2022-05-18T04:07:49.4975439Z test_meta__masked_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.793s) 2022-05-18T04:07:50.1443083Z test_meta__masked_mean_cuda_bool (__main__.TestMetaCUDA) ... ok (0.647s) 2022-05-18T04:07:50.6138992Z test_meta__masked_mean_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.469s) 2022-05-18T04:07:51.0702097Z test_meta__masked_mean_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.456s) 2022-05-18T04:07:51.8670465Z test_meta__masked_mean_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.797s) 2022-05-18T04:07:52.6662719Z test_meta__masked_mean_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.799s) 2022-05-18T04:07:53.4661496Z test_meta__masked_mean_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.800s) 2022-05-18T04:07:54.1213681Z test_meta__masked_mean_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.655s) 2022-05-18T04:07:54.7780153Z test_meta__masked_mean_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.656s) 2022-05-18T04:07:55.4267986Z test_meta__masked_mean_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.649s) 2022-05-18T04:07:56.0774379Z test_meta__masked_mean_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.650s) 2022-05-18T04:07:56.7304321Z test_meta__masked_mean_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.653s) 2022-05-18T04:07:58.4847922Z test_meta__masked_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (1.754s) 2022-05-18T04:08:00.2465946Z test_meta__masked_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (1.762s) 2022-05-18T04:08:01.9984420Z test_meta__masked_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.752s) 2022-05-18T04:08:03.7645196Z test_meta__masked_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (1.766s) 2022-05-18T04:08:03.8666057Z test_meta__masked_normalize_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.102s) 2022-05-18T04:08:03.9686789Z test_meta__masked_normalize_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.102s) 2022-05-18T04:08:04.0711168Z test_meta__masked_normalize_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.102s) 2022-05-18T04:08:04.1736566Z test_meta__masked_normalize_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.102s) 2022-05-18T04:08:07.2868682Z test_meta__masked_prod_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (3.113s) 2022-05-18T04:08:10.3083149Z test_meta__masked_prod_cuda_bool (__main__.TestMetaCUDA) ... ok (3.021s) 2022-05-18T04:08:33.9488783Z test_meta__masked_prod_cuda_complex128 (__main__.TestMetaCUDA) ... ok (23.640s) 2022-05-18T04:08:45.9954304Z test_meta__masked_prod_cuda_complex64 (__main__.TestMetaCUDA) ... ok (12.046s) 2022-05-18T04:08:49.0442900Z test_meta__masked_prod_cuda_float16 (__main__.TestMetaCUDA) ... ok (3.049s) 2022-05-18T04:08:51.8900788Z test_meta__masked_prod_cuda_float32 (__main__.TestMetaCUDA) ... ok (2.846s) 2022-05-18T04:08:54.7545306Z test_meta__masked_prod_cuda_float64 (__main__.TestMetaCUDA) ... ok (2.864s) 2022-05-18T04:08:55.0567555Z test_meta__masked_prod_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.302s) 2022-05-18T04:08:55.3574424Z test_meta__masked_prod_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.301s) 2022-05-18T04:08:55.6521012Z test_meta__masked_prod_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.294s) 2022-05-18T04:08:55.9487396Z test_meta__masked_prod_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.296s) 2022-05-18T04:08:56.2447168Z test_meta__masked_prod_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.296s) 2022-05-18T04:08:56.3154399Z test_meta__masked_softmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.071s) 2022-05-18T04:08:56.3862455Z test_meta__masked_softmax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.071s) 2022-05-18T04:08:56.4571153Z test_meta__masked_softmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.071s) 2022-05-18T04:08:56.5284465Z test_meta__masked_softmax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.071s) 2022-05-18T04:08:56.5998109Z test_meta__masked_softmin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.071s) 2022-05-18T04:08:56.6712902Z test_meta__masked_softmin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.071s) 2022-05-18T04:08:56.7428938Z test_meta__masked_softmin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.071s) 2022-05-18T04:08:56.8143687Z test_meta__masked_softmin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.071s) 2022-05-18T04:08:59.8873018Z test_meta__masked_std_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (3.073s) 2022-05-18T04:09:01.8106650Z test_meta__masked_std_cuda_complex128 (__main__.TestMetaCUDA) ... ok (1.923s) 2022-05-18T04:09:03.7460613Z test_meta__masked_std_cuda_complex64 (__main__.TestMetaCUDA) ... ok (1.935s) 2022-05-18T04:09:06.8380804Z test_meta__masked_std_cuda_float16 (__main__.TestMetaCUDA) ... ok (3.092s) 2022-05-18T04:09:09.9271695Z test_meta__masked_std_cuda_float32 (__main__.TestMetaCUDA) ... ok (3.089s) 2022-05-18T04:09:13.0182514Z test_meta__masked_std_cuda_float64 (__main__.TestMetaCUDA) ... ok (3.091s) 2022-05-18T04:09:15.5500454Z test_meta__masked_std_cuda_int16 (__main__.TestMetaCUDA) ... ok (2.532s) 2022-05-18T04:09:18.0965609Z test_meta__masked_std_cuda_int32 (__main__.TestMetaCUDA) ... ok (2.546s) 2022-05-18T04:09:20.6242688Z test_meta__masked_std_cuda_int64 (__main__.TestMetaCUDA) ... ok (2.528s) 2022-05-18T04:09:23.1670232Z test_meta__masked_std_cuda_int8 (__main__.TestMetaCUDA) ... ok (2.542s) 2022-05-18T04:09:25.7034793Z test_meta__masked_std_cuda_uint8 (__main__.TestMetaCUDA) ... ok (2.536s) 2022-05-18T04:09:26.1072080Z test_meta__masked_sum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.404s) 2022-05-18T04:09:26.4514698Z test_meta__masked_sum_cuda_bool (__main__.TestMetaCUDA) ... ok (0.344s) 2022-05-18T04:09:26.5895612Z test_meta__masked_sum_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.138s) 2022-05-18T04:09:26.7276197Z test_meta__masked_sum_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.138s) 2022-05-18T04:09:27.1248407Z test_meta__masked_sum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.397s) 2022-05-18T04:09:27.5223267Z test_meta__masked_sum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.397s) 2022-05-18T04:09:27.9196421Z test_meta__masked_sum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.397s) 2022-05-18T04:09:28.2535740Z test_meta__masked_sum_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.334s) 2022-05-18T04:09:28.5856529Z test_meta__masked_sum_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.332s) 2022-05-18T04:09:28.9155656Z test_meta__masked_sum_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.330s) 2022-05-18T04:09:29.2475460Z test_meta__masked_sum_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.332s) 2022-05-18T04:09:29.5828964Z test_meta__masked_sum_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.335s) 2022-05-18T04:09:32.5615757Z test_meta__masked_var_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (2.978s) 2022-05-18T04:09:33.9749659Z test_meta__masked_var_cuda_complex128 (__main__.TestMetaCUDA) ... ok (1.413s) 2022-05-18T04:09:35.3880731Z test_meta__masked_var_cuda_complex64 (__main__.TestMetaCUDA) ... ok (1.413s) 2022-05-18T04:09:38.3687506Z test_meta__masked_var_cuda_float16 (__main__.TestMetaCUDA) ... ok (2.980s) 2022-05-18T04:09:41.3518635Z test_meta__masked_var_cuda_float32 (__main__.TestMetaCUDA) ... ok (2.983s) 2022-05-18T04:09:44.3428476Z test_meta__masked_var_cuda_float64 (__main__.TestMetaCUDA) ... ok (2.991s) 2022-05-18T04:09:46.7798087Z test_meta__masked_var_cuda_int16 (__main__.TestMetaCUDA) ... ok (2.437s) 2022-05-18T04:09:49.2327930Z test_meta__masked_var_cuda_int32 (__main__.TestMetaCUDA) ... ok (2.453s) 2022-05-18T04:09:51.6732626Z test_meta__masked_var_cuda_int64 (__main__.TestMetaCUDA) ... ok (2.440s) 2022-05-18T04:09:54.1183790Z test_meta__masked_var_cuda_int8 (__main__.TestMetaCUDA) ... ok (2.445s) 2022-05-18T04:09:56.5963308Z test_meta__masked_var_cuda_uint8 (__main__.TestMetaCUDA) ... ok (2.478s) 2022-05-18T04:09:56.6004173Z test_meta_abs_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:09:56.6042109Z test_meta_abs_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:09:56.8025430Z test_meta_abs_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.198s) 2022-05-18T04:09:57.0072710Z test_meta_abs_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.205s) 2022-05-18T04:09:57.2042964Z test_meta_abs_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.197s) 2022-05-18T04:09:57.2084485Z test_meta_abs_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:09:57.2124471Z test_meta_abs_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:09:57.2169390Z test_meta_abs_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:09:57.2207397Z test_meta_abs_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:09:57.2245346Z test_meta_abs_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:09:57.2283347Z test_meta_abs_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:09:57.2321419Z test_meta_abs_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:09:57.2360013Z test_meta_abs_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:09:57.2430107Z test_meta_acos_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:09:57.2496337Z test_meta_acos_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:09:57.2541083Z test_meta_acos_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:09:57.2580446Z test_meta_acos_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:09:57.2649446Z test_meta_acos_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:09:57.2718847Z test_meta_acos_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:09:57.2788345Z test_meta_acos_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:09:57.2855741Z test_meta_acos_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:09:57.2922888Z test_meta_acos_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:09:57.2990295Z test_meta_acos_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:09:57.3062550Z test_meta_acos_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:09:57.3129164Z test_meta_acos_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:09:57.3198626Z test_meta_acosh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:09:57.3265013Z test_meta_acosh_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:09:57.3304917Z test_meta_acosh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:09:57.3344755Z test_meta_acosh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:09:57.3414181Z test_meta_acosh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:09:57.3483951Z test_meta_acosh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:09:57.3558840Z test_meta_acosh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:09:57.3625805Z test_meta_acosh_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:09:57.3692222Z test_meta_acosh_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:09:57.3759727Z test_meta_acosh_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:09:57.3826464Z test_meta_acosh_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:09:57.3893198Z test_meta_acosh_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:09:57.4157641Z test_meta_add_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-05-18T04:09:57.4399959Z test_meta_add_cuda_bool (__main__.TestMetaCUDA) ... ok (0.024s) 2022-05-18T04:09:57.4531876Z test_meta_add_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-05-18T04:09:57.4733887Z test_meta_add_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:09:57.4858800Z test_meta_add_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:09:57.5120341Z test_meta_add_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-05-18T04:09:57.5385490Z test_meta_add_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-05-18T04:09:57.5647214Z test_meta_add_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-05-18T04:09:57.5891165Z test_meta_add_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-05-18T04:09:57.6134656Z test_meta_add_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-05-18T04:09:57.6386123Z test_meta_add_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-05-18T04:09:57.6629016Z test_meta_add_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-05-18T04:09:57.6873392Z test_meta_add_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-05-18T04:09:57.7010745Z test_meta_addbmm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-05-18T04:09:57.7145857Z test_meta_addbmm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-05-18T04:09:57.7231319Z test_meta_addbmm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:09:57.7314704Z test_meta_addbmm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:09:57.7398335Z test_meta_addbmm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:09:57.7801462Z test_meta_addcdiv_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-05-18T04:09:59.6325754Z test_meta_addcdiv_cuda_complex128 (__main__.TestMetaCUDA) ... ok (1.852s) 2022-05-18T04:10:01.2967051Z test_meta_addcdiv_cuda_complex64 (__main__.TestMetaCUDA) ... ok (1.664s) 2022-05-18T04:10:01.3364334Z test_meta_addcdiv_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-05-18T04:10:01.3757931Z test_meta_addcdiv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-05-18T04:10:01.4155618Z test_meta_addcdiv_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-05-18T04:10:01.4556684Z test_meta_addcmul_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-05-18T04:10:03.0219417Z test_meta_addcmul_cuda_complex128 (__main__.TestMetaCUDA) ... ok (1.566s) 2022-05-18T04:10:04.4260519Z test_meta_addcmul_cuda_complex64 (__main__.TestMetaCUDA) ... ok (1.404s) 2022-05-18T04:10:04.4657360Z test_meta_addcmul_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-05-18T04:10:04.5051417Z test_meta_addcmul_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-05-18T04:10:04.5444885Z test_meta_addcmul_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-05-18T04:10:04.5808464Z test_meta_addcmul_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-05-18T04:10:04.6176172Z test_meta_addcmul_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-05-18T04:10:04.6541801Z test_meta_addcmul_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-05-18T04:10:04.6914810Z test_meta_addcmul_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-05-18T04:10:04.7281964Z test_meta_addcmul_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-05-18T04:10:04.7370166Z test_meta_addmm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:10:04.7455795Z test_meta_addmm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:10:04.7560500Z test_meta_addmm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:04.7665410Z test_meta_addmm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:04.7769534Z test_meta_addmm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:04.7855161Z test_meta_addmm_decomposed_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:10:04.7946229Z test_meta_addmm_decomposed_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:10:04.8050154Z test_meta_addmm_decomposed_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:04.8154453Z test_meta_addmm_decomposed_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:04.8258199Z test_meta_addmm_decomposed_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:04.8361689Z test_meta_addmv_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:04.8463492Z test_meta_addmv_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:04.8655547Z test_meta_addmv_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-05-18T04:10:04.8845958Z test_meta_addmv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-05-18T04:10:04.9043051Z test_meta_addmv_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:10:04.9175782Z test_meta_addr_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-05-18T04:10:04.9269346Z test_meta_addr_cuda_bool (__main__.TestMetaCUDA) ... expected failure (0.009s) 2022-05-18T04:10:04.9341024Z test_meta_addr_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:04.9412323Z test_meta_addr_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:04.9545067Z test_meta_addr_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-05-18T04:10:04.9676979Z test_meta_addr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-05-18T04:10:04.9809568Z test_meta_addr_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-05-18T04:10:04.9947327Z test_meta_addr_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-05-18T04:10:05.0069467Z test_meta_addr_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:10:05.0191003Z test_meta_addr_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:10:05.0312246Z test_meta_addr_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:10:05.0433588Z test_meta_addr_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:10:05.0651945Z test_meta_all_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-05-18T04:10:05.0866350Z test_meta_all_cuda_bool (__main__.TestMetaCUDA) ... ok (0.021s) 2022-05-18T04:10:05.0976574Z test_meta_all_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:10:05.1092466Z test_meta_all_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:10:05.1308664Z test_meta_all_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-05-18T04:10:05.1524858Z test_meta_all_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-05-18T04:10:05.1746547Z test_meta_all_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-05-18T04:10:05.1961143Z test_meta_all_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-05-18T04:10:05.2175156Z test_meta_all_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-05-18T04:10:05.2389917Z test_meta_all_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-05-18T04:10:05.2604901Z test_meta_all_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-05-18T04:10:05.2825303Z test_meta_all_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-05-18T04:10:05.2974407Z test_meta_allclose_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-05-18T04:10:05.3148049Z test_meta_allclose_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-05-18T04:10:05.3319611Z test_meta_allclose_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-05-18T04:10:05.3466491Z test_meta_allclose_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-05-18T04:10:05.3612287Z test_meta_allclose_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-05-18T04:10:05.3758768Z test_meta_allclose_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-05-18T04:10:05.4080787Z test_meta_amax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-05-18T04:10:05.4401330Z test_meta_amax_cuda_bool (__main__.TestMetaCUDA) ... ok (0.032s) 2022-05-18T04:10:05.4722209Z test_meta_amax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-05-18T04:10:05.5042744Z test_meta_amax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-05-18T04:10:05.5364152Z test_meta_amax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-05-18T04:10:05.5680760Z test_meta_amax_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-05-18T04:10:05.5996028Z test_meta_amax_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-05-18T04:10:05.6315421Z test_meta_amax_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-05-18T04:10:05.6633724Z test_meta_amax_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-05-18T04:10:05.6957824Z test_meta_amax_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-05-18T04:10:05.7279914Z test_meta_amin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-05-18T04:10:05.7595881Z test_meta_amin_cuda_bool (__main__.TestMetaCUDA) ... ok (0.031s) 2022-05-18T04:10:05.7917758Z test_meta_amin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-05-18T04:10:05.8238829Z test_meta_amin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-05-18T04:10:05.8558633Z test_meta_amin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-05-18T04:10:05.8879195Z test_meta_amin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-05-18T04:10:05.9197111Z test_meta_amin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-05-18T04:10:05.9523711Z test_meta_amin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-05-18T04:10:05.9842881Z test_meta_amin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-05-18T04:10:06.0159463Z test_meta_amin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-05-18T04:10:06.0237232Z test_meta_aminmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:10:06.0308432Z test_meta_aminmax_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:06.0385810Z test_meta_aminmax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:10:06.0462516Z test_meta_aminmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:10:06.0539410Z test_meta_aminmax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:10:06.0615955Z test_meta_aminmax_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:10:06.0687502Z test_meta_aminmax_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:06.0759067Z test_meta_aminmax_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:06.0830368Z test_meta_aminmax_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:06.0901858Z test_meta_aminmax_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:06.0975912Z test_meta_angle_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:06.3386452Z test_meta_angle_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.241s) 2022-05-18T04:10:06.5767831Z test_meta_angle_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.238s) 2022-05-18T04:10:06.8091070Z test_meta_angle_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.232s) 2022-05-18T04:10:06.8169028Z test_meta_angle_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:10:06.8243382Z test_meta_angle_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:06.8316555Z test_meta_angle_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:06.8390040Z test_meta_angle_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:06.8462950Z test_meta_angle_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:06.8536202Z test_meta_angle_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:06.8609850Z test_meta_angle_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:06.8837440Z test_meta_any_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-05-18T04:10:06.9049888Z test_meta_any_cuda_bool (__main__.TestMetaCUDA) ... ok (0.021s) 2022-05-18T04:10:06.9160352Z test_meta_any_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:10:06.9270925Z test_meta_any_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:10:06.9490362Z test_meta_any_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-05-18T04:10:06.9707605Z test_meta_any_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-05-18T04:10:06.9927390Z test_meta_any_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-05-18T04:10:07.0143840Z test_meta_any_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-05-18T04:10:07.0364983Z test_meta_any_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-05-18T04:10:07.0580570Z test_meta_any_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-05-18T04:10:07.0794333Z test_meta_any_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-05-18T04:10:07.1009001Z test_meta_any_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-05-18T04:10:07.1225557Z test_meta_argmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-05-18T04:10:07.1440421Z test_meta_argmax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-05-18T04:10:07.1657377Z test_meta_argmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-05-18T04:10:07.1875080Z test_meta_argmax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-05-18T04:10:07.2094741Z test_meta_argmax_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-05-18T04:10:07.2308656Z test_meta_argmax_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-05-18T04:10:07.2520564Z test_meta_argmax_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-05-18T04:10:07.2733533Z test_meta_argmax_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-05-18T04:10:07.2947718Z test_meta_argmax_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-05-18T04:10:07.3167276Z test_meta_argmin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-05-18T04:10:07.3386318Z test_meta_argmin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-05-18T04:10:07.3605218Z test_meta_argmin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-05-18T04:10:07.3828975Z test_meta_argmin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-05-18T04:10:07.4042952Z test_meta_argmin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-05-18T04:10:07.4256606Z test_meta_argmin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-05-18T04:10:07.4471182Z test_meta_argmin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-05-18T04:10:07.4685065Z test_meta_argmin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-05-18T04:10:07.4898198Z test_meta_argmin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-05-18T04:10:07.5142186Z test_meta_argsort_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-05-18T04:10:07.5391350Z test_meta_argsort_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-05-18T04:10:07.5634065Z test_meta_argsort_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-05-18T04:10:07.5875595Z test_meta_argsort_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-05-18T04:10:07.6117657Z test_meta_argsort_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-05-18T04:10:07.6358510Z test_meta_argsort_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-05-18T04:10:07.6594945Z test_meta_argsort_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-05-18T04:10:07.6836420Z test_meta_argsort_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-05-18T04:10:07.7077308Z test_meta_argsort_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-05-18T04:10:07.7171062Z test_meta_argwhere_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:10:07.7257953Z test_meta_argwhere_cuda_bool (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:10:07.7304696Z test_meta_argwhere_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:10:07.7348967Z test_meta_argwhere_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:07.7434475Z test_meta_argwhere_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:10:07.7519628Z test_meta_argwhere_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:10:07.7605241Z test_meta_argwhere_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:10:07.7690802Z test_meta_argwhere_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:10:07.7781956Z test_meta_argwhere_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:10:07.7866893Z test_meta_argwhere_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:10:07.7952158Z test_meta_argwhere_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:10:07.8037942Z test_meta_argwhere_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:10:07.8098934Z test_meta_as_strided_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:07.8154604Z test_meta_as_strided_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:10:07.8197666Z test_meta_as_strided_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:07.8254853Z test_meta_as_strided_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:07.8303293Z test_meta_as_strided_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:10:07.8363252Z test_meta_as_strided_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:07.8422548Z test_meta_as_strided_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:07.8482668Z test_meta_as_strided_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:07.8537859Z test_meta_as_strided_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:10:07.8593840Z test_meta_as_strided_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:10:07.8649361Z test_meta_as_strided_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:10:07.8705904Z test_meta_as_strided_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:10:07.8766432Z test_meta_as_strided_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:07.8805319Z test_meta_asin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:07.8844107Z test_meta_asin_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:07.8873592Z test_meta_asin_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:10:07.8902725Z test_meta_asin_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:10:07.8941598Z test_meta_asin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:07.8980388Z test_meta_asin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:07.9019537Z test_meta_asin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:07.9063049Z test_meta_asin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:07.9100449Z test_meta_asin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:07.9137822Z test_meta_asin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:07.9175804Z test_meta_asin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:07.9213869Z test_meta_asin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:07.9253293Z test_meta_asinh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:07.9291156Z test_meta_asinh_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:07.9320801Z test_meta_asinh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:10:07.9355686Z test_meta_asinh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:10:07.9394731Z test_meta_asinh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:07.9433513Z test_meta_asinh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:07.9472510Z test_meta_asinh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:07.9510426Z test_meta_asinh_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:07.9548619Z test_meta_asinh_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:07.9586513Z test_meta_asinh_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:07.9624708Z test_meta_asinh_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:07.9667987Z test_meta_asinh_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:07.9886821Z test_meta_atan2_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-05-18T04:10:08.0087087Z test_meta_atan2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:10:08.0304691Z test_meta_atan2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-05-18T04:10:08.0521836Z test_meta_atan2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-05-18T04:10:08.0739559Z test_meta_atan2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-05-18T04:10:08.0941771Z test_meta_atan2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:10:08.1143964Z test_meta_atan2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:10:08.1354388Z test_meta_atan2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-05-18T04:10:08.1555901Z test_meta_atan2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:10:08.1757759Z test_meta_atan2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:10:08.1797083Z test_meta_atan_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:08.1834868Z test_meta_atan_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:08.1864287Z test_meta_atan_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:10:08.1893456Z test_meta_atan_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:10:08.1932729Z test_meta_atan_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:08.1976679Z test_meta_atan_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:08.2015290Z test_meta_atan_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:08.2052809Z test_meta_atan_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:08.2090724Z test_meta_atan_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:08.2128342Z test_meta_atan_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:08.2165853Z test_meta_atan_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:08.2203858Z test_meta_atan_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:08.2243030Z test_meta_atanh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:08.2286521Z test_meta_atanh_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:08.2315349Z test_meta_atanh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:10:08.2344625Z test_meta_atanh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:10:08.2383440Z test_meta_atanh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:08.2421927Z test_meta_atanh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:08.2460216Z test_meta_atanh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:08.2498033Z test_meta_atanh_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:08.2535939Z test_meta_atanh_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:08.2578586Z test_meta_atanh_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:08.2616362Z test_meta_atanh_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:08.2653946Z test_meta_atanh_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:08.2739014Z test_meta_atleast_1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:10:08.2813437Z test_meta_atleast_1d_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:08.2868984Z test_meta_atleast_1d_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:10:08.2948593Z test_meta_atleast_1d_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:10:08.3003358Z test_meta_atleast_1d_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:10:08.3093060Z test_meta_atleast_1d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:10:08.3177100Z test_meta_atleast_1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:10:08.3261015Z test_meta_atleast_1d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:10:08.3336479Z test_meta_atleast_1d_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:08.3412644Z test_meta_atleast_1d_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:10:08.3488669Z test_meta_atleast_1d_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:08.3564699Z test_meta_atleast_1d_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:08.3645427Z test_meta_atleast_1d_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:10:08.3730102Z test_meta_atleast_2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:10:08.3805389Z test_meta_atleast_2d_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:08.3860737Z test_meta_atleast_2d_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:10:08.3940354Z test_meta_atleast_2d_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:10:08.3995521Z test_meta_atleast_2d_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:10:08.4080163Z test_meta_atleast_2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:10:08.4164921Z test_meta_atleast_2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:10:08.4254286Z test_meta_atleast_2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:10:08.4330749Z test_meta_atleast_2d_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:10:08.4406852Z test_meta_atleast_2d_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:10:08.4482785Z test_meta_atleast_2d_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:10:08.4559062Z test_meta_atleast_2d_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:10:08.4635418Z test_meta_atleast_2d_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:10:08.4721414Z test_meta_atleast_3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:10:08.4797258Z test_meta_atleast_3d_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:10:08.4859718Z test_meta_atleast_3d_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:08.4939923Z test_meta_atleast_3d_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:10:08.4995257Z test_meta_atleast_3d_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:10:08.5080310Z test_meta_atleast_3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:10:08.5165428Z test_meta_atleast_3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:10:08.5250616Z test_meta_atleast_3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:10:08.5327312Z test_meta_atleast_3d_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:10:08.5404180Z test_meta_atleast_3d_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:10:08.5486124Z test_meta_atleast_3d_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:10:08.5562571Z test_meta_atleast_3d_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:10:08.5639050Z test_meta_atleast_3d_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:10:08.5790302Z test_meta_baddbmm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-05-18T04:10:08.5940391Z test_meta_baddbmm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-05-18T04:10:08.6126209Z test_meta_baddbmm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-05-18T04:10:08.6311602Z test_meta_baddbmm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-05-18T04:10:08.6497239Z test_meta_baddbmm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-05-18T04:10:08.6547005Z test_meta_bernoulli_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:10:08.6590173Z test_meta_bernoulli_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:08.6631404Z test_meta_bernoulli_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:08.6673448Z test_meta_bernoulli_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:08.6735331Z test_meta_bfloat16_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:08.6792942Z test_meta_bfloat16_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:08.6839479Z test_meta_bfloat16_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:10:08.6899511Z test_meta_bfloat16_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:08.6949741Z test_meta_bfloat16_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:10:08.7012490Z test_meta_bfloat16_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:08.7075693Z test_meta_bfloat16_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:08.7138097Z test_meta_bfloat16_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:08.7196343Z test_meta_bfloat16_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:08.7253867Z test_meta_bfloat16_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:08.7311771Z test_meta_bfloat16_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:08.7369662Z test_meta_bfloat16_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:08.7432774Z test_meta_bfloat16_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:08.7504821Z test_meta_bincount_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:08.7573864Z test_meta_bincount_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:08.7643279Z test_meta_bincount_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:08.7712642Z test_meta_bincount_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:08.7781206Z test_meta_bincount_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:08.7981727Z test_meta_bitwise_and_cuda_bool (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:10:08.8184185Z test_meta_bitwise_and_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:10:08.8392586Z test_meta_bitwise_and_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-05-18T04:10:08.8593814Z test_meta_bitwise_and_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:10:08.8796179Z test_meta_bitwise_and_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:10:08.8997590Z test_meta_bitwise_and_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:10:08.9199968Z test_meta_bitwise_left_shift_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:10:08.9400887Z test_meta_bitwise_left_shift_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:10:08.9603481Z test_meta_bitwise_left_shift_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:10:08.9807391Z test_meta_bitwise_left_shift_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:10:09.0014184Z test_meta_bitwise_left_shift_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-05-18T04:10:09.0080742Z test_meta_bitwise_not_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:09.0147302Z test_meta_bitwise_not_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:09.0213960Z test_meta_bitwise_not_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:09.0280285Z test_meta_bitwise_not_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:09.0347345Z test_meta_bitwise_not_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:09.0413938Z test_meta_bitwise_not_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:09.0613862Z test_meta_bitwise_or_cuda_bool (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:10:09.0820048Z test_meta_bitwise_or_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-05-18T04:10:09.1022922Z test_meta_bitwise_or_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:10:09.1224124Z test_meta_bitwise_or_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:10:09.1424405Z test_meta_bitwise_or_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:10:09.1626007Z test_meta_bitwise_or_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:10:09.1828843Z test_meta_bitwise_right_shift_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:10:09.2031552Z test_meta_bitwise_right_shift_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:10:09.2233826Z test_meta_bitwise_right_shift_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:10:09.2441194Z test_meta_bitwise_right_shift_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-05-18T04:10:09.2642371Z test_meta_bitwise_right_shift_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:10:09.2841295Z test_meta_bitwise_xor_cuda_bool (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:10:09.3043033Z test_meta_bitwise_xor_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:10:09.3244502Z test_meta_bitwise_xor_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:10:09.3446690Z test_meta_bitwise_xor_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:10:09.3649298Z test_meta_bitwise_xor_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:10:09.3851550Z test_meta_bitwise_xor_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:10:09.3897124Z test_meta_block_diag_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:09.3932784Z test_meta_block_diag_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:10:09.3966450Z test_meta_block_diag_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:10:09.4003945Z test_meta_block_diag_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:09.4037247Z test_meta_block_diag_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:10:09.4075840Z test_meta_block_diag_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:09.4114877Z test_meta_block_diag_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:09.4154297Z test_meta_block_diag_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:09.4195415Z test_meta_block_diag_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:09.4231417Z test_meta_block_diag_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:09.4267453Z test_meta_block_diag_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:10:09.4303303Z test_meta_block_diag_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:10:09.4338979Z test_meta_block_diag_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:10:09.4371571Z test_meta_bmm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:10:09.4403998Z test_meta_bmm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:10:09.4453705Z test_meta_bmm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:10:09.4497555Z test_meta_bmm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:09.4542069Z test_meta_bmm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:09.4604878Z test_meta_bool_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:09.4659929Z test_meta_bool_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:10:09.4705375Z test_meta_bool_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:09.4765739Z test_meta_bool_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:09.4810293Z test_meta_bool_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:09.4879276Z test_meta_bool_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:09.4942300Z test_meta_bool_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:09.5004965Z test_meta_bool_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:09.5062690Z test_meta_bool_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:09.5120367Z test_meta_bool_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:09.5178300Z test_meta_bool_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:09.5235974Z test_meta_bool_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:09.5294017Z test_meta_bool_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:09.5344865Z test_meta_broadcast_tensors_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:10:09.5386154Z test_meta_broadcast_tensors_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:09.5421606Z test_meta_broadcast_tensors_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:10:09.5456641Z test_meta_broadcast_tensors_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:10:09.5502035Z test_meta_broadcast_tensors_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:09.5547070Z test_meta_broadcast_tensors_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:09.5592126Z test_meta_broadcast_tensors_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:09.5633679Z test_meta_broadcast_tensors_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:09.5680890Z test_meta_broadcast_tensors_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:10:09.5722154Z test_meta_broadcast_tensors_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:09.5763561Z test_meta_broadcast_tensors_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:09.5804935Z test_meta_broadcast_tensors_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:09.5877046Z test_meta_broadcast_to_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:09.5943015Z test_meta_broadcast_to_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:09.5991443Z test_meta_broadcast_to_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:10:09.6040089Z test_meta_broadcast_to_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:10:09.6118756Z test_meta_broadcast_to_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:10:09.6191692Z test_meta_broadcast_to_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:09.6263966Z test_meta_broadcast_to_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:09.6330196Z test_meta_broadcast_to_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:09.6396711Z test_meta_broadcast_to_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:09.6463092Z test_meta_broadcast_to_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:09.6529512Z test_meta_broadcast_to_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:09.6596577Z test_meta_broadcast_to_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:09.6748842Z test_meta_bucketize_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-05-18T04:10:09.6892257Z test_meta_bucketize_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-05-18T04:10:09.7036783Z test_meta_bucketize_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-05-18T04:10:09.7143448Z test_meta_bucketize_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:10:09.7250273Z test_meta_bucketize_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:10:09.7356501Z test_meta_bucketize_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:10:09.7462946Z test_meta_bucketize_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:10:09.7569351Z test_meta_bucketize_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:10:09.7639743Z test_meta_byte_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:09.7696532Z test_meta_byte_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:09.7741508Z test_meta_byte_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:09.7786606Z test_meta_byte_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:09.7849418Z test_meta_byte_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:09.7912497Z test_meta_byte_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:09.7974697Z test_meta_byte_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:09.8032608Z test_meta_byte_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:09.8095135Z test_meta_byte_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:09.8152958Z test_meta_byte_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:09.8210455Z test_meta_byte_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:09.8266119Z test_meta_byte_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:10:09.8318183Z test_meta_cartesian_prod_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:10:09.8369672Z test_meta_cartesian_prod_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:10:09.8401952Z test_meta_cartesian_prod_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:10:09.8434124Z test_meta_cartesian_prod_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:10:09.8491160Z test_meta_cartesian_prod_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:09.8542549Z test_meta_cartesian_prod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:10:09.8593956Z test_meta_cartesian_prod_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:10:09.8645225Z test_meta_cartesian_prod_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:10:09.8696210Z test_meta_cartesian_prod_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:10:09.8748063Z test_meta_cartesian_prod_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:10:09.8799531Z test_meta_cartesian_prod_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:10:09.8851115Z test_meta_cartesian_prod_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:10:09.9031367Z test_meta_cat_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-05-18T04:10:09.9193174Z test_meta_cat_cuda_bool (__main__.TestMetaCUDA) ... ok (0.016s) 2022-05-18T04:10:09.9279877Z test_meta_cat_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:10:09.9415602Z test_meta_cat_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-05-18T04:10:09.9503087Z test_meta_cat_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:10:09.9677320Z test_meta_cat_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-05-18T04:10:09.9852634Z test_meta_cat_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-05-18T04:10:10.0028943Z test_meta_cat_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-05-18T04:10:10.0197686Z test_meta_cat_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-05-18T04:10:10.0360497Z test_meta_cat_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-05-18T04:10:10.0523096Z test_meta_cat_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-05-18T04:10:10.0685603Z test_meta_cat_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-05-18T04:10:10.0848709Z test_meta_cat_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-05-18T04:10:10.1446567Z test_meta_cdist_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.060s) 2022-05-18T04:10:10.2040422Z test_meta_cdist_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.059s) 2022-05-18T04:10:10.2079577Z test_meta_ceil_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:10.2118640Z test_meta_ceil_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:10.2157702Z test_meta_ceil_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:10.2197065Z test_meta_ceil_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:10.2260369Z test_meta_chalf_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:10.2318110Z test_meta_chalf_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:10.2364209Z test_meta_chalf_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:10.2428379Z test_meta_chalf_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:10.2473034Z test_meta_chalf_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:10.2535649Z test_meta_chalf_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:10.2598436Z test_meta_chalf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:10.2661712Z test_meta_chalf_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:10.2719562Z test_meta_chalf_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:10.2777398Z test_meta_chalf_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:10.2835393Z test_meta_chalf_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:10.2898975Z test_meta_chalf_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:10.2956691Z test_meta_chalf_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:10.3019663Z test_meta_char_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:10.3077015Z test_meta_char_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:10.3122453Z test_meta_char_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:10.3182714Z test_meta_char_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:10.3227650Z test_meta_char_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:10.3290589Z test_meta_char_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:10.3358844Z test_meta_char_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:10.3421846Z test_meta_char_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:10.3479389Z test_meta_char_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:10.3537371Z test_meta_char_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:10.3595296Z test_meta_char_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:10.3650613Z test_meta_char_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:10:10.3708568Z test_meta_char_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:10.8887922Z test_meta_cholesky_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.518s) 2022-05-18T04:10:10.8984463Z test_meta_cholesky_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:10.9069600Z test_meta_cholesky_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:10:10.9153021Z test_meta_cholesky_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:10:10.9429150Z test_meta_cholesky_inverse_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-05-18T04:10:10.9603444Z test_meta_cholesky_inverse_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-05-18T04:10:10.9698877Z test_meta_cholesky_inverse_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:10:10.9813547Z test_meta_cholesky_inverse_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:10:11.0107186Z test_meta_cholesky_solve_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-05-18T04:10:11.0306263Z test_meta_cholesky_solve_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:10:11.0417259Z test_meta_cholesky_solve_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:10:11.0547267Z test_meta_cholesky_solve_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-05-18T04:10:11.0605692Z test_meta_chunk_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:11.0659396Z test_meta_chunk_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:10:11.0695461Z test_meta_chunk_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:11.0752329Z test_meta_chunk_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:11.0788524Z test_meta_chunk_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:11.0853037Z test_meta_chunk_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:11.0911015Z test_meta_chunk_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:11.0968405Z test_meta_chunk_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:11.1022970Z test_meta_chunk_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:10:11.1077403Z test_meta_chunk_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:10:11.1131486Z test_meta_chunk_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:10:11.1186294Z test_meta_chunk_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:10:11.1240065Z test_meta_chunk_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:10:11.1266388Z test_meta_clamp_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: permanently excluded (0.003s) 2022-05-18T04:10:11.1286775Z test_meta_clamp_cuda_float16 (__main__.TestMetaCUDA) ... skip: permanently excluded (0.002s) 2022-05-18T04:10:11.1307515Z test_meta_clamp_cuda_float32 (__main__.TestMetaCUDA) ... skip: permanently excluded (0.002s) 2022-05-18T04:10:11.1327959Z test_meta_clamp_cuda_float64 (__main__.TestMetaCUDA) ... skip: permanently excluded (0.002s) 2022-05-18T04:10:11.1348836Z test_meta_clamp_cuda_int16 (__main__.TestMetaCUDA) ... skip: permanently excluded (0.002s) 2022-05-18T04:10:11.1369248Z test_meta_clamp_cuda_int32 (__main__.TestMetaCUDA) ... skip: permanently excluded (0.002s) 2022-05-18T04:10:11.1390368Z test_meta_clamp_cuda_int64 (__main__.TestMetaCUDA) ... skip: permanently excluded (0.002s) 2022-05-18T04:10:11.1410641Z test_meta_clamp_cuda_int8 (__main__.TestMetaCUDA) ... skip: permanently excluded (0.002s) 2022-05-18T04:10:11.1431524Z test_meta_clamp_cuda_uint8 (__main__.TestMetaCUDA) ... skip: permanently excluded (0.002s) 2022-05-18T04:10:11.1452372Z test_meta_clamp_scalar_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: permanently excluded (0.002s) 2022-05-18T04:10:11.1473084Z test_meta_clamp_scalar_cuda_bool (__main__.TestMetaCUDA) ... skip: permanently excluded (0.002s) 2022-05-18T04:10:11.1493664Z test_meta_clamp_scalar_cuda_float16 (__main__.TestMetaCUDA) ... skip: permanently excluded (0.002s) 2022-05-18T04:10:11.1519986Z test_meta_clamp_scalar_cuda_float32 (__main__.TestMetaCUDA) ... skip: permanently excluded (0.003s) 2022-05-18T04:10:11.1540662Z test_meta_clamp_scalar_cuda_float64 (__main__.TestMetaCUDA) ... skip: permanently excluded (0.002s) 2022-05-18T04:10:11.1561362Z test_meta_clamp_scalar_cuda_int16 (__main__.TestMetaCUDA) ... skip: permanently excluded (0.002s) 2022-05-18T04:10:11.1582063Z test_meta_clamp_scalar_cuda_int32 (__main__.TestMetaCUDA) ... skip: permanently excluded (0.002s) 2022-05-18T04:10:11.1602574Z test_meta_clamp_scalar_cuda_int64 (__main__.TestMetaCUDA) ... skip: permanently excluded (0.002s) 2022-05-18T04:10:11.1623334Z test_meta_clamp_scalar_cuda_int8 (__main__.TestMetaCUDA) ... skip: permanently excluded (0.002s) 2022-05-18T04:10:11.1644165Z test_meta_clamp_scalar_cuda_uint8 (__main__.TestMetaCUDA) ... skip: permanently excluded (0.002s) 2022-05-18T04:10:11.1682568Z test_meta_clone_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:11.1718968Z test_meta_clone_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:11.1750887Z test_meta_clone_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:10:11.1794022Z test_meta_clone_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:11.1825678Z test_meta_clone_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:10:11.1864076Z test_meta_clone_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:11.1902526Z test_meta_clone_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:11.1940830Z test_meta_clone_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:11.1977027Z test_meta_clone_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:11.2013585Z test_meta_clone_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:11.2050139Z test_meta_clone_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:11.2091666Z test_meta_clone_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:11.2128137Z test_meta_clone_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:11.2214558Z test_meta_column_stack_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:10:11.2294729Z test_meta_column_stack_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:10:11.2344960Z test_meta_column_stack_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:10:11.2415108Z test_meta_column_stack_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:11.2464890Z test_meta_column_stack_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:10:11.2551857Z test_meta_column_stack_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:10:11.2643287Z test_meta_column_stack_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:10:11.2729174Z test_meta_column_stack_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:10:11.2810386Z test_meta_column_stack_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:10:11.2891883Z test_meta_column_stack_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:10:11.2973385Z test_meta_column_stack_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:10:11.3054458Z test_meta_column_stack_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:10:11.3136006Z test_meta_column_stack_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:10:11.3236085Z test_meta_combinations_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:11.3339012Z test_meta_combinations_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:11.3426481Z test_meta_combinations_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:10:11.3513428Z test_meta_combinations_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:10:11.3610625Z test_meta_combinations_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:11.3707634Z test_meta_combinations_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:11.3804745Z test_meta_combinations_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:11.3902010Z test_meta_combinations_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:11.3998767Z test_meta_combinations_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:11.4101846Z test_meta_combinations_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:11.4198625Z test_meta_combinations_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:11.4295239Z test_meta_combinations_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:11.4390084Z test_meta_complex_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:10:11.4484343Z test_meta_complex_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:10:11.4578686Z test_meta_complex_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:10:11.4623344Z test_meta_conj_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:11.4664509Z test_meta_conj_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:11.4704132Z test_meta_conj_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:11.4746245Z test_meta_conj_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:11.4779534Z test_meta_conj_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:10:11.4823552Z test_meta_conj_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:11.4867277Z test_meta_conj_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:11.4911008Z test_meta_conj_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:11.4952606Z test_meta_conj_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:11.4994629Z test_meta_conj_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:11.5041070Z test_meta_conj_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:10:11.5081948Z test_meta_conj_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:11.5123383Z test_meta_conj_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:11.5215428Z test_meta_conj_physical_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:10:11.5305523Z test_meta_conj_physical_cuda_bool (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:10:11.5331986Z test_meta_conj_physical_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:10:11.7220605Z test_meta_conj_physical_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.189s) 2022-05-18T04:10:11.7249004Z test_meta_conj_physical_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:10:11.7348056Z test_meta_conj_physical_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:11.7438925Z test_meta_conj_physical_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:10:11.7529874Z test_meta_conj_physical_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:10:11.7621250Z test_meta_conj_physical_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:10:11.7711297Z test_meta_conj_physical_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:10:11.7801142Z test_meta_conj_physical_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:10:11.7890725Z test_meta_conj_physical_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:10:11.7987369Z test_meta_conj_physical_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:11.8016403Z test_meta_contiguous_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:10:11.8045143Z test_meta_contiguous_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:10:11.8071918Z test_meta_contiguous_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:10:11.8101440Z test_meta_contiguous_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:10:11.8127854Z test_meta_contiguous_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:10:11.8157608Z test_meta_contiguous_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:10:11.8188256Z test_meta_contiguous_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:10:11.8226310Z test_meta_contiguous_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:11.8255060Z test_meta_contiguous_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:10:11.8285335Z test_meta_contiguous_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:10:11.8314390Z test_meta_contiguous_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:10:11.8343400Z test_meta_contiguous_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:10:11.8371811Z test_meta_contiguous_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:10:11.8585086Z test_meta_copysign_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-05-18T04:10:11.8780627Z test_meta_copysign_cuda_bool (__main__.TestMetaCUDA) ... ok (0.019s) 2022-05-18T04:10:11.9001437Z test_meta_copysign_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-05-18T04:10:11.9216024Z test_meta_copysign_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-05-18T04:10:11.9432946Z test_meta_copysign_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-05-18T04:10:11.9633183Z test_meta_copysign_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:10:11.9833492Z test_meta_copysign_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:10:12.0033483Z test_meta_copysign_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:10:12.0234185Z test_meta_copysign_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:10:12.0435763Z test_meta_copysign_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:10:12.0489596Z test_meta_corrcoef_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:10:12.0533859Z test_meta_corrcoef_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:12.0657776Z test_meta_corrcoef_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:10:12.0779992Z test_meta_corrcoef_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:10:12.0902368Z test_meta_corrcoef_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:10:12.1022396Z test_meta_corrcoef_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:10:12.1141665Z test_meta_corrcoef_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:10:12.1261613Z test_meta_corrcoef_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:10:12.1387145Z test_meta_corrcoef_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:10:12.1505467Z test_meta_corrcoef_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:10:12.1575090Z test_meta_cos_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:12.1640739Z test_meta_cos_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:12.1680737Z test_meta_cos_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:12.1720226Z test_meta_cos_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:12.1789533Z test_meta_cos_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:12.1858576Z test_meta_cos_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:12.1933154Z test_meta_cos_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:12.1998604Z test_meta_cos_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:12.2064539Z test_meta_cos_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:12.2130562Z test_meta_cos_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:12.2196758Z test_meta_cos_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:12.2263047Z test_meta_cos_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:12.2332306Z test_meta_cosh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:12.2398167Z test_meta_cosh_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:12.2445234Z test_meta_cosh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:10:12.2484544Z test_meta_cosh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:12.2553204Z test_meta_cosh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:12.2621859Z test_meta_cosh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:12.2690343Z test_meta_cosh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:12.2756764Z test_meta_cosh_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:12.2823670Z test_meta_cosh_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:12.2890178Z test_meta_cosh_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:12.2961464Z test_meta_cosh_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:12.3027502Z test_meta_cosh_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:12.3124643Z test_meta_count_nonzero_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:12.3217072Z test_meta_count_nonzero_cuda_bool (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:10:12.3274675Z test_meta_count_nonzero_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:12.3332760Z test_meta_count_nonzero_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:12.3427688Z test_meta_count_nonzero_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:10:12.3522322Z test_meta_count_nonzero_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:10:12.3623560Z test_meta_count_nonzero_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:12.3714844Z test_meta_count_nonzero_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:10:12.3805819Z test_meta_count_nonzero_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:10:12.3897401Z test_meta_count_nonzero_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:10:12.3988885Z test_meta_count_nonzero_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:10:12.4080318Z test_meta_count_nonzero_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:10:12.4263074Z test_meta_cov_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-05-18T04:10:12.4442705Z test_meta_cov_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-05-18T04:10:12.4573350Z test_meta_cov_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-05-18T04:10:12.4695341Z test_meta_cov_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:10:12.4817684Z test_meta_cov_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:10:12.4937085Z test_meta_cov_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:10:12.5056108Z test_meta_cov_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:10:12.5175135Z test_meta_cov_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:10:12.5294863Z test_meta_cov_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:10:12.5421128Z test_meta_cov_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-05-18T04:10:12.5471407Z test_meta_cross_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:10:12.5521298Z test_meta_cross_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:10:12.5607336Z test_meta_cross_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:10:12.5692412Z test_meta_cross_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:10:12.5778243Z test_meta_cross_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:10:12.5859677Z test_meta_cross_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:10:12.5941312Z test_meta_cross_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:10:12.6027971Z test_meta_cross_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:10:12.6109263Z test_meta_cross_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:10:12.6190264Z test_meta_cross_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:10:12.6293772Z test_meta_cummax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:12.6392722Z test_meta_cummax_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:12.6494332Z test_meta_cummax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:12.6596256Z test_meta_cummax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:12.6698508Z test_meta_cummax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:12.6804503Z test_meta_cummax_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:12.6903522Z test_meta_cummax_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:12.7002330Z test_meta_cummax_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:12.7101534Z test_meta_cummax_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:12.7200914Z test_meta_cummax_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:12.7302920Z test_meta_cummin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:12.7400891Z test_meta_cummin_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:12.7502028Z test_meta_cummin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:12.7612486Z test_meta_cummin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:10:12.7713643Z test_meta_cummin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:12.7811512Z test_meta_cummin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:12.7909876Z test_meta_cummin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:12.8008040Z test_meta_cummin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:12.8106559Z test_meta_cummin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:12.8205249Z test_meta_cummin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:12.8392210Z test_meta_cumprod_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-05-18T04:10:12.8486236Z test_meta_cumprod_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:10:12.8573118Z test_meta_cumprod_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:10:12.8757012Z test_meta_cumprod_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-05-18T04:10:12.8940752Z test_meta_cumprod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-05-18T04:10:12.9124585Z test_meta_cumprod_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-05-18T04:10:12.9303631Z test_meta_cumprod_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-05-18T04:10:12.9483676Z test_meta_cumprod_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-05-18T04:10:12.9659040Z test_meta_cumprod_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-05-18T04:10:12.9843656Z test_meta_cumprod_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-05-18T04:10:13.0021845Z test_meta_cumprod_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-05-18T04:10:13.0107366Z test_meta_cumsum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:10:13.0156393Z test_meta_cumsum_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:10:13.0202728Z test_meta_cumsum_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:10:13.0287313Z test_meta_cumsum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:10:13.0372400Z test_meta_cumsum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:10:13.0456524Z test_meta_cumsum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:10:13.0545393Z test_meta_cumsum_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:10:13.0627454Z test_meta_cumsum_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:10:13.0708543Z test_meta_cumsum_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:10:13.0791559Z test_meta_cumsum_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:10:13.0874020Z test_meta_cumsum_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:10:13.0992234Z test_meta_cumulative_trapezoid_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:10:13.1071748Z test_meta_cumulative_trapezoid_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:10:13.1148698Z test_meta_cumulative_trapezoid_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:10:13.1270904Z test_meta_cumulative_trapezoid_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:10:13.1387058Z test_meta_cumulative_trapezoid_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:10:13.1503662Z test_meta_cumulative_trapezoid_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:10:13.1609332Z test_meta_cumulative_trapezoid_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:13.1715398Z test_meta_cumulative_trapezoid_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:13.1821534Z test_meta_cumulative_trapezoid_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:10:13.1927485Z test_meta_cumulative_trapezoid_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:13.2034221Z test_meta_cumulative_trapezoid_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:10:13.2110137Z test_meta_deg2rad_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:13.2176646Z test_meta_deg2rad_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:13.2246184Z test_meta_deg2rad_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:13.2315648Z test_meta_deg2rad_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:13.2384760Z test_meta_deg2rad_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:13.2451397Z test_meta_deg2rad_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:13.2517977Z test_meta_deg2rad_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:13.2585213Z test_meta_deg2rad_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:13.2657811Z test_meta_deg2rad_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:13.2725179Z test_meta_deg2rad_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:13.2819960Z test_meta_diag_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:10:13.2910093Z test_meta_diag_cuda_bool (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:10:13.2960068Z test_meta_diag_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:10:13.3009851Z test_meta_diag_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:10:13.3103334Z test_meta_diag_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:10:13.3196778Z test_meta_diag_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:10:13.3295062Z test_meta_diag_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:13.3384934Z test_meta_diag_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:10:13.3474702Z test_meta_diag_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:10:13.3564082Z test_meta_diag_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:10:13.3653268Z test_meta_diag_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:10:13.3743341Z test_meta_diag_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:10:13.3889479Z test_meta_diag_embed_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-05-18T04:10:13.4018652Z test_meta_diag_embed_cuda_bool (__main__.TestMetaCUDA) ... ok (0.013s) 2022-05-18T04:10:13.4114642Z test_meta_diag_embed_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:10:13.4252138Z test_meta_diag_embed_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-05-18T04:10:13.4342189Z test_meta_diag_embed_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:10:13.4487871Z test_meta_diag_embed_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-05-18T04:10:13.4633355Z test_meta_diag_embed_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-05-18T04:10:13.4778985Z test_meta_diag_embed_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-05-18T04:10:13.4909465Z test_meta_diag_embed_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-05-18T04:10:13.5045654Z test_meta_diag_embed_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-05-18T04:10:13.5175393Z test_meta_diag_embed_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-05-18T04:10:13.5305989Z test_meta_diag_embed_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-05-18T04:10:13.5436499Z test_meta_diag_embed_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-05-18T04:10:13.5541760Z test_meta_diagflat_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:13.5641577Z test_meta_diagflat_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:13.5679299Z test_meta_diagflat_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:13.5717214Z test_meta_diagflat_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:13.5827238Z test_meta_diagflat_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:10:13.5931331Z test_meta_diagflat_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:13.6035751Z test_meta_diagflat_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:13.6135988Z test_meta_diagflat_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:13.6238546Z test_meta_diagflat_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:13.6338096Z test_meta_diagflat_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:13.6438560Z test_meta_diagflat_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:13.6538867Z test_meta_diagflat_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:13.6682198Z test_meta_diagonal_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-05-18T04:10:13.6801659Z test_meta_diagonal_cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:10:13.6886697Z test_meta_diagonal_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:10:13.7016649Z test_meta_diagonal_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-05-18T04:10:13.7100557Z test_meta_diagonal_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:10:13.7237931Z test_meta_diagonal_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-05-18T04:10:13.7375961Z test_meta_diagonal_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-05-18T04:10:13.7514258Z test_meta_diagonal_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-05-18T04:10:13.7642538Z test_meta_diagonal_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-05-18T04:10:13.7764514Z test_meta_diagonal_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:10:13.7886098Z test_meta_diagonal_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:10:13.8008125Z test_meta_diagonal_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:10:13.8129866Z test_meta_diagonal_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:10:13.8328407Z test_meta_diagonal_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:10:13.8496616Z test_meta_diagonal_scatter_cuda_bool (__main__.TestMetaCUDA) ... ok (0.017s) 2022-05-18T04:10:13.8703305Z test_meta_diagonal_scatter_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-05-18T04:10:13.8906780Z test_meta_diagonal_scatter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:10:13.9106355Z test_meta_diagonal_scatter_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:10:13.9277554Z test_meta_diagonal_scatter_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-05-18T04:10:13.9449895Z test_meta_diagonal_scatter_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-05-18T04:10:13.9621652Z test_meta_diagonal_scatter_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-05-18T04:10:13.9793630Z test_meta_diagonal_scatter_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-05-18T04:10:13.9965294Z test_meta_diagonal_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-05-18T04:10:13.9986170Z test_meta_diff_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: permanently excluded (0.002s) 2022-05-18T04:10:14.0006508Z test_meta_diff_cuda_bool (__main__.TestMetaCUDA) ... skip: permanently excluded (0.002s) 2022-05-18T04:10:14.0033338Z test_meta_diff_cuda_complex128 (__main__.TestMetaCUDA) ... skip: permanently excluded (0.003s) 2022-05-18T04:10:14.0053492Z test_meta_diff_cuda_complex64 (__main__.TestMetaCUDA) ... skip: permanently excluded (0.002s) 2022-05-18T04:10:14.0073839Z test_meta_diff_cuda_float16 (__main__.TestMetaCUDA) ... skip: permanently excluded (0.002s) 2022-05-18T04:10:14.0094396Z test_meta_diff_cuda_float32 (__main__.TestMetaCUDA) ... skip: permanently excluded (0.002s) 2022-05-18T04:10:14.0114477Z test_meta_diff_cuda_float64 (__main__.TestMetaCUDA) ... skip: permanently excluded (0.002s) 2022-05-18T04:10:14.0134774Z test_meta_diff_cuda_int16 (__main__.TestMetaCUDA) ... skip: permanently excluded (0.002s) 2022-05-18T04:10:14.0155536Z test_meta_diff_cuda_int32 (__main__.TestMetaCUDA) ... skip: permanently excluded (0.002s) 2022-05-18T04:10:14.0175710Z test_meta_diff_cuda_int64 (__main__.TestMetaCUDA) ... skip: permanently excluded (0.002s) 2022-05-18T04:10:14.0196454Z test_meta_diff_cuda_int8 (__main__.TestMetaCUDA) ... skip: permanently excluded (0.002s) 2022-05-18T04:10:14.0216647Z test_meta_diff_cuda_uint8 (__main__.TestMetaCUDA) ... skip: permanently excluded (0.002s) 2022-05-18T04:10:14.4041195Z test_meta_digamma_cuda_bool (__main__.TestMetaCUDA) ... ok (0.382s) 2022-05-18T04:10:14.7740660Z test_meta_digamma_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.370s) 2022-05-18T04:10:15.1404457Z test_meta_digamma_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.366s) 2022-05-18T04:10:15.5403275Z test_meta_digamma_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.400s) 2022-05-18T04:10:15.5471725Z test_meta_digamma_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:15.5537633Z test_meta_digamma_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:15.5604033Z test_meta_digamma_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:15.5670619Z test_meta_digamma_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:15.5736618Z test_meta_digamma_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:15.6341905Z test_meta_dist_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.060s) 2022-05-18T04:10:15.6720072Z test_meta_dist_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-05-18T04:10:15.7096252Z test_meta_dist_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-05-18T04:10:15.7691267Z test_meta_dist_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.059s) 2022-05-18T04:10:15.8287684Z test_meta_dist_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.060s) 2022-05-18T04:10:15.8885448Z test_meta_dist_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.060s) 2022-05-18T04:10:15.9118149Z test_meta_div_floor_rounding_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-05-18T04:10:15.9349941Z test_meta_div_floor_rounding_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-05-18T04:10:15.9587535Z test_meta_div_floor_rounding_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-05-18T04:10:15.9818397Z test_meta_div_floor_rounding_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-05-18T04:10:16.0034423Z test_meta_div_floor_rounding_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-05-18T04:10:16.0251083Z test_meta_div_floor_rounding_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-05-18T04:10:16.0467668Z test_meta_div_floor_rounding_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-05-18T04:10:16.0684007Z test_meta_div_floor_rounding_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-05-18T04:10:16.0902005Z test_meta_div_floor_rounding_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-05-18T04:10:16.1132077Z test_meta_div_no_rounding_mode_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-05-18T04:10:16.1352506Z test_meta_div_no_rounding_mode_cuda_bool (__main__.TestMetaCUDA) ... ok (0.022s) 2022-05-18T04:10:16.1473844Z test_meta_div_no_rounding_mode_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:10:16.1594757Z test_meta_div_no_rounding_mode_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:10:16.1821784Z test_meta_div_no_rounding_mode_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-05-18T04:10:16.2050718Z test_meta_div_no_rounding_mode_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-05-18T04:10:16.2280112Z test_meta_div_no_rounding_mode_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-05-18T04:10:16.2500299Z test_meta_div_no_rounding_mode_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-05-18T04:10:16.2715357Z test_meta_div_no_rounding_mode_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-05-18T04:10:16.2936188Z test_meta_div_no_rounding_mode_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-05-18T04:10:16.3150910Z test_meta_div_no_rounding_mode_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-05-18T04:10:16.3365428Z test_meta_div_no_rounding_mode_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-05-18T04:10:16.3596020Z test_meta_div_trunc_rounding_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-05-18T04:10:16.3828915Z test_meta_div_trunc_rounding_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-05-18T04:10:16.4061320Z test_meta_div_trunc_rounding_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-05-18T04:10:16.4293307Z test_meta_div_trunc_rounding_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-05-18T04:10:16.4511242Z test_meta_div_trunc_rounding_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-05-18T04:10:16.4733326Z test_meta_div_trunc_rounding_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-05-18T04:10:16.4951024Z test_meta_div_trunc_rounding_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-05-18T04:10:16.5167703Z test_meta_div_trunc_rounding_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-05-18T04:10:16.5384963Z test_meta_div_trunc_rounding_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-05-18T04:10:16.5420429Z test_meta_dot_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:10:16.5455866Z test_meta_dot_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:10:16.5539393Z test_meta_dot_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:10:16.5621445Z test_meta_dot_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:10:16.5708842Z test_meta_dot_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:10:16.5770573Z test_meta_double_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:16.5827363Z test_meta_double_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:16.5871678Z test_meta_double_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:16.5930864Z test_meta_double_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:16.5974746Z test_meta_double_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:16.6037096Z test_meta_double_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:16.6104888Z test_meta_double_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:16.6165153Z test_meta_double_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:16.6222350Z test_meta_double_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:16.6279059Z test_meta_double_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:16.6336184Z test_meta_double_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:16.6393561Z test_meta_double_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:16.6451011Z test_meta_double_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:16.6493722Z test_meta_dsplit_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:16.6540129Z test_meta_dsplit_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:10:16.6570649Z test_meta_dsplit_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:10:16.6612039Z test_meta_dsplit_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:16.6642897Z test_meta_dsplit_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:10:16.6685098Z test_meta_dsplit_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:16.6727850Z test_meta_dsplit_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:16.6770079Z test_meta_dsplit_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:16.6810772Z test_meta_dsplit_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:16.6858160Z test_meta_dsplit_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:10:16.6898584Z test_meta_dsplit_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:16.6939166Z test_meta_dsplit_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:16.6979572Z test_meta_dsplit_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:16.7029529Z test_meta_dstack_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:10:16.7076489Z test_meta_dstack_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:10:16.7111784Z test_meta_dstack_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:10:16.7154541Z test_meta_dstack_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:16.7195471Z test_meta_dstack_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:16.7245102Z test_meta_dstack_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:10:16.7294643Z test_meta_dstack_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:10:16.7344617Z test_meta_dstack_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:10:16.7391649Z test_meta_dstack_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:10:16.7438529Z test_meta_dstack_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:10:16.7485279Z test_meta_dstack_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:10:16.7532412Z test_meta_dstack_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:10:16.7584766Z test_meta_dstack_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:10:16.7666354Z test_meta_eig_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:10:16.7740645Z test_meta_eig_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:16.7906879Z test_meta_eig_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-05-18T04:10:16.8069125Z test_meta_eig_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-05-18T04:10:16.8126893Z test_meta_einsum_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:16.8183794Z test_meta_einsum_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:16.8232527Z test_meta_einsum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:10:16.8287780Z test_meta_einsum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:10:16.8335733Z test_meta_einsum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:10:16.8412653Z test_meta_empty_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:10:16.8486895Z test_meta_empty_like_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:16.8539086Z test_meta_empty_like_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:10:16.8615312Z test_meta_empty_like_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:16.8667315Z test_meta_empty_like_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:10:16.8748776Z test_meta_empty_like_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:10:16.8836269Z test_meta_empty_like_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:10:16.8917943Z test_meta_empty_like_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:10:16.8992552Z test_meta_empty_like_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:16.9067677Z test_meta_empty_like_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:16.9143038Z test_meta_empty_like_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:16.9213561Z test_meta_empty_like_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:16.9284187Z test_meta_empty_like_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:16.9519235Z test_meta_eq_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-05-18T04:10:16.9739796Z test_meta_eq_cuda_bool (__main__.TestMetaCUDA) ... ok (0.022s) 2022-05-18T04:10:16.9871581Z test_meta_eq_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-05-18T04:10:17.0003307Z test_meta_eq_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-05-18T04:10:17.0239792Z test_meta_eq_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-05-18T04:10:17.0474303Z test_meta_eq_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-05-18T04:10:17.0709738Z test_meta_eq_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-05-18T04:10:17.0927966Z test_meta_eq_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-05-18T04:10:17.1148281Z test_meta_eq_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-05-18T04:10:17.1370516Z test_meta_eq_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-05-18T04:10:17.1588914Z test_meta_eq_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-05-18T04:10:17.1806679Z test_meta_eq_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-05-18T04:10:17.1845120Z test_meta_erf_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:17.1881946Z test_meta_erf_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:17.1920068Z test_meta_erf_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:17.1958038Z test_meta_erf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:17.1996358Z test_meta_erf_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:17.2038857Z test_meta_erf_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:17.2075691Z test_meta_erf_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:17.2112619Z test_meta_erf_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:17.2149715Z test_meta_erf_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:17.2186849Z test_meta_erf_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:17.4284335Z test_meta_erfc_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.209s) 2022-05-18T04:10:17.6889121Z test_meta_erfc_cuda_bool (__main__.TestMetaCUDA) ... ok (0.260s) 2022-05-18T04:10:17.8882631Z test_meta_erfc_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.199s) 2022-05-18T04:10:18.0831748Z test_meta_erfc_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.195s) 2022-05-18T04:10:18.3167315Z test_meta_erfc_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.233s) 2022-05-18T04:10:18.3237022Z test_meta_erfc_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:18.3306726Z test_meta_erfc_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:18.3375971Z test_meta_erfc_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:18.3445468Z test_meta_erfc_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:18.3512811Z test_meta_erfc_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:18.6243777Z test_meta_erfinv_cuda_bool (__main__.TestMetaCUDA) ... ok (0.273s) 2022-05-18T04:10:18.8214756Z test_meta_erfinv_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.197s) 2022-05-18T04:10:19.0157979Z test_meta_erfinv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.194s) 2022-05-18T04:10:19.2790898Z test_meta_erfinv_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.263s) 2022-05-18T04:10:19.2828620Z test_meta_erfinv_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:19.2866413Z test_meta_erfinv_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:19.2903680Z test_meta_erfinv_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:19.2940847Z test_meta_erfinv_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:19.2978217Z test_meta_erfinv_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:19.4849413Z test_meta_exp2_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.187s) 2022-05-18T04:10:19.7377498Z test_meta_exp2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.253s) 2022-05-18T04:10:19.9128959Z test_meta_exp2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.175s) 2022-05-18T04:10:20.0876960Z test_meta_exp2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.175s) 2022-05-18T04:10:20.2879201Z test_meta_exp2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.200s) 2022-05-18T04:10:20.2949721Z test_meta_exp2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:20.3019244Z test_meta_exp2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:20.3089058Z test_meta_exp2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:20.3161271Z test_meta_exp2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:20.3226821Z test_meta_exp2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:20.3294336Z test_meta_exp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:20.3359456Z test_meta_exp_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:20.7463410Z test_meta_exp_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.410s) 2022-05-18T04:10:21.1555562Z test_meta_exp_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.409s) 2022-05-18T04:10:21.5705161Z test_meta_exp_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.415s) 2022-05-18T04:10:21.5784192Z test_meta_exp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:10:21.5851467Z test_meta_exp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:21.5919426Z test_meta_exp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:21.5985100Z test_meta_exp_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:21.6050120Z test_meta_exp_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:21.6114937Z test_meta_exp_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:21.6180332Z test_meta_exp_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:21.6245412Z test_meta_exp_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:21.6306149Z test_meta_expand_as_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:21.6354717Z test_meta_expand_as_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:10:21.6396929Z test_meta_expand_as_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:21.6438853Z test_meta_expand_as_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:21.6493219Z test_meta_expand_as_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:10:21.6548083Z test_meta_expand_as_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:10:21.6602679Z test_meta_expand_as_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:10:21.6653758Z test_meta_expand_as_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:10:21.6708691Z test_meta_expand_as_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:10:21.6758447Z test_meta_expand_as_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:10:21.6807071Z test_meta_expand_as_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:10:21.6856247Z test_meta_expand_as_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:10:21.6947866Z test_meta_expand_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:10:21.7028681Z test_meta_expand_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:10:21.7088666Z test_meta_expand_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:21.7148923Z test_meta_expand_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:21.7250562Z test_meta_expand_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:21.7346212Z test_meta_expand_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:10:21.7441457Z test_meta_expand_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:10:21.7527207Z test_meta_expand_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:10:21.7608766Z test_meta_expand_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:10:21.7690886Z test_meta_expand_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:10:21.7772975Z test_meta_expand_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:10:21.7855450Z test_meta_expand_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:10:21.7899608Z test_meta_expm1_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:21.7935961Z test_meta_expm1_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:21.7973629Z test_meta_expm1_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:21.8010881Z test_meta_expm1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:21.8048628Z test_meta_expm1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:21.8085500Z test_meta_expm1_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:21.8122478Z test_meta_expm1_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:21.8159490Z test_meta_expm1_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:21.8201652Z test_meta_expm1_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:21.8238149Z test_meta_expm1_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:21.9689958Z test_meta_fft_fft2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.145s) 2022-05-18T04:10:21.9754063Z test_meta_fft_fft2_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:21.9816028Z test_meta_fft_fft2_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:21.9926645Z test_meta_fft_fft2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:10:22.0036116Z test_meta_fft_fft2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:10:22.0140494Z test_meta_fft_fft2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:22.0250495Z test_meta_fft_fft2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:10:22.0354206Z test_meta_fft_fft2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:22.0457615Z test_meta_fft_fft2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:22.0557479Z test_meta_fft_fft2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:22.0653195Z test_meta_fft_fft_cuda_bool (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:10:22.0715040Z test_meta_fft_fft_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:22.0775946Z test_meta_fft_fft_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:22.0879092Z test_meta_fft_fft_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:22.0984754Z test_meta_fft_fft_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:22.1077596Z test_meta_fft_fft_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:10:22.1170493Z test_meta_fft_fft_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:10:22.1263388Z test_meta_fft_fft_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:10:22.1356169Z test_meta_fft_fft_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:10:22.1449149Z test_meta_fft_fft_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:10:22.1545133Z test_meta_fft_fftn_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:22.1603538Z test_meta_fft_fftn_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:22.1668112Z test_meta_fft_fftn_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:22.1773692Z test_meta_fft_fftn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:22.1876881Z test_meta_fft_fftn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:22.1973448Z test_meta_fft_fftn_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:22.2069736Z test_meta_fft_fftn_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:22.2166083Z test_meta_fft_fftn_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:22.2266460Z test_meta_fft_fftn_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:22.2367295Z test_meta_fft_fftn_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:22.2459684Z test_meta_fft_fftshift_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:10:22.2544817Z test_meta_fft_fftshift_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:10:22.2583238Z test_meta_fft_fftshift_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:22.2621389Z test_meta_fft_fftshift_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:22.2707450Z test_meta_fft_fftshift_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:10:22.2793922Z test_meta_fft_fftshift_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:10:22.2880181Z test_meta_fft_fftshift_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:10:22.2965831Z test_meta_fft_fftshift_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:10:22.3056960Z test_meta_fft_fftshift_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:10:22.3142403Z test_meta_fft_fftshift_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:10:22.3227489Z test_meta_fft_fftshift_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:10:22.3312376Z test_meta_fft_fftshift_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:10:22.3412104Z test_meta_fft_hfft2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:22.3481613Z test_meta_fft_hfft2_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:22.3549756Z test_meta_fft_hfft2_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:22.3654812Z test_meta_fft_hfft2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:22.3761467Z test_meta_fft_hfft2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:10:22.3857530Z test_meta_fft_hfft2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:10:22.3953812Z test_meta_fft_hfft2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:22.4049724Z test_meta_fft_hfft2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:10:22.4146123Z test_meta_fft_hfft2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:22.4242165Z test_meta_fft_hfft2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:10:22.4339659Z test_meta_fft_hfft_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:22.4413095Z test_meta_fft_hfft_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:22.4475881Z test_meta_fft_hfft_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:22.4581638Z test_meta_fft_hfft_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:22.4687448Z test_meta_fft_hfft_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:22.4787036Z test_meta_fft_hfft_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:22.4885911Z test_meta_fft_hfft_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:22.4983502Z test_meta_fft_hfft_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:22.5078570Z test_meta_fft_hfft_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:10:22.5184772Z test_meta_fft_hfft_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:10:22.5277624Z test_meta_fft_hfftn_cuda_bool (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:10:22.5343032Z test_meta_fft_hfftn_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:22.5407342Z test_meta_fft_hfftn_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:22.5506695Z test_meta_fft_hfftn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:22.5606032Z test_meta_fft_hfftn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:22.5698888Z test_meta_fft_hfftn_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:10:22.5791757Z test_meta_fft_hfftn_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:10:22.5890293Z test_meta_fft_hfftn_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:22.5983274Z test_meta_fft_hfftn_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:10:22.6075929Z test_meta_fft_hfftn_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:10:22.6175374Z test_meta_fft_ifft2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:22.6226272Z test_meta_fft_ifft2_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:10:22.6276422Z test_meta_fft_ifft2_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:10:22.6382168Z test_meta_fft_ifft2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:22.6487122Z test_meta_fft_ifft2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:22.6593500Z test_meta_fft_ifft2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:22.6692520Z test_meta_fft_ifft2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:22.6791979Z test_meta_fft_ifft2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:22.6891134Z test_meta_fft_ifft2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:22.6990519Z test_meta_fft_ifft2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:22.7083104Z test_meta_fft_ifft_cuda_bool (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:10:22.7135113Z test_meta_fft_ifft_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:10:22.7187173Z test_meta_fft_ifft_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:10:22.7291864Z test_meta_fft_ifft_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:22.7390135Z test_meta_fft_ifft_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:22.7482697Z test_meta_fft_ifft_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:10:22.7575904Z test_meta_fft_ifft_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:10:22.7668722Z test_meta_fft_ifft_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:10:22.7765412Z test_meta_fft_ifft_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:22.7862551Z test_meta_fft_ifft_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:22.7961740Z test_meta_fft_ifftn_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:22.8028782Z test_meta_fft_ifftn_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:22.8089336Z test_meta_fft_ifftn_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:22.8196111Z test_meta_fft_ifftn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:10:22.8298540Z test_meta_fft_ifftn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:22.8395201Z test_meta_fft_ifftn_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:22.8491351Z test_meta_fft_ifftn_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:22.8587319Z test_meta_fft_ifftn_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:22.8683599Z test_meta_fft_ifftn_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:22.8785769Z test_meta_fft_ifftn_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:22.8871742Z test_meta_fft_ifftshift_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:10:22.8956771Z test_meta_fft_ifftshift_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:10:22.8995105Z test_meta_fft_ifftshift_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:22.9033449Z test_meta_fft_ifftshift_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:22.9119638Z test_meta_fft_ifftshift_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:10:22.9205808Z test_meta_fft_ifftshift_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:10:22.9291611Z test_meta_fft_ifftshift_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:10:22.9382626Z test_meta_fft_ifftshift_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:10:22.9467515Z test_meta_fft_ifftshift_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:10:22.9552545Z test_meta_fft_ifftshift_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:10:22.9641573Z test_meta_fft_ifftshift_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:10:22.9729417Z test_meta_fft_ifftshift_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:10:22.9828499Z test_meta_fft_ihfft2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:22.9930276Z test_meta_fft_ihfft2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:23.0036859Z test_meta_fft_ihfft2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:10:23.0141546Z test_meta_fft_ihfft2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:23.0239106Z test_meta_fft_ihfft2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:23.0337543Z test_meta_fft_ihfft2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:23.0435950Z test_meta_fft_ihfft2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:23.0535574Z test_meta_fft_ihfft2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:23.0632747Z test_meta_fft_ihfft_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:23.0736156Z test_meta_fft_ihfft_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:23.0841245Z test_meta_fft_ihfft_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:23.0940085Z test_meta_fft_ihfft_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:23.1034495Z test_meta_fft_ihfft_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:10:23.1127184Z test_meta_fft_ihfft_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:10:23.1220462Z test_meta_fft_ihfft_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:10:23.1313128Z test_meta_fft_ihfft_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:10:23.1407041Z test_meta_fft_ihfftn_cuda_bool (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:10:23.1507577Z test_meta_fft_ihfftn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:23.1608727Z test_meta_fft_ihfftn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:23.1708547Z test_meta_fft_ihfftn_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:23.1802164Z test_meta_fft_ihfftn_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:10:23.1895817Z test_meta_fft_ihfftn_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:10:23.1989543Z test_meta_fft_ihfftn_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:10:23.2083107Z test_meta_fft_ihfftn_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:10:23.2187006Z test_meta_fft_irfft2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:23.2250460Z test_meta_fft_irfft2_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:23.2314111Z test_meta_fft_irfft2_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:23.2426384Z test_meta_fft_irfft2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:10:23.2531657Z test_meta_fft_irfft2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:23.2632047Z test_meta_fft_irfft2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:23.2732636Z test_meta_fft_irfft2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:23.2833684Z test_meta_fft_irfft2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:23.2934412Z test_meta_fft_irfft2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:23.3035631Z test_meta_fft_irfft2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:23.3132174Z test_meta_fft_irfft_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:23.3195746Z test_meta_fft_irfft_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:23.3251113Z test_meta_fft_irfft_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:10:23.3353424Z test_meta_fft_irfft_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:23.3456096Z test_meta_fft_irfft_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:23.3553174Z test_meta_fft_irfft_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:23.3649746Z test_meta_fft_irfft_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:23.3746684Z test_meta_fft_irfft_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:23.3843562Z test_meta_fft_irfft_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:23.3946156Z test_meta_fft_irfft_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:23.4042889Z test_meta_fft_irfftn_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:23.4103651Z test_meta_fft_irfftn_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:23.4164008Z test_meta_fft_irfftn_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:23.4267770Z test_meta_fft_irfftn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:23.4371700Z test_meta_fft_irfftn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:23.4469158Z test_meta_fft_irfftn_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:23.4572865Z test_meta_fft_irfftn_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:23.4669724Z test_meta_fft_irfftn_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:23.4766764Z test_meta_fft_irfftn_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:23.4864117Z test_meta_fft_irfftn_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:23.4965636Z test_meta_fft_rfft2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:23.5068136Z test_meta_fft_rfft2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:23.5174668Z test_meta_fft_rfft2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:23.5273108Z test_meta_fft_rfft2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:23.5376491Z test_meta_fft_rfft2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:23.5473192Z test_meta_fft_rfft2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:23.5569641Z test_meta_fft_rfft2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:23.5666168Z test_meta_fft_rfft2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:23.5759100Z test_meta_fft_rfft_cuda_bool (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:10:23.5858012Z test_meta_fft_rfft_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:23.5956623Z test_meta_fft_rfft_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:23.6051191Z test_meta_fft_rfft_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:10:23.6150775Z test_meta_fft_rfft_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:23.6243416Z test_meta_fft_rfft_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:10:23.6336030Z test_meta_fft_rfft_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:10:23.6428742Z test_meta_fft_rfft_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:10:23.6521999Z test_meta_fft_rfftn_cuda_bool (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:10:23.6623500Z test_meta_fft_rfftn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:23.6723612Z test_meta_fft_rfftn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:23.6817410Z test_meta_fft_rfftn_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:10:23.6918563Z test_meta_fft_rfftn_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:23.7015793Z test_meta_fft_rfftn_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:23.7113229Z test_meta_fft_rfftn_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:23.7210811Z test_meta_fft_rfftn_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:23.7266240Z test_meta_fill__cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:10:23.7316136Z test_meta_fill__cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:10:23.7359118Z test_meta_fill__cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:23.7411473Z test_meta_fill__cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:10:23.7459778Z test_meta_fill__cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:10:23.7513990Z test_meta_fill__cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:10:23.7567894Z test_meta_fill__cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:10:23.7621862Z test_meta_fill__cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:10:23.7671846Z test_meta_fill__cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:10:23.7721860Z test_meta_fill__cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:10:23.7771920Z test_meta_fill__cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:10:23.7822623Z test_meta_fill__cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:10:23.7878259Z test_meta_fill__cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:10:23.7945987Z test_meta_flatten_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:23.8006309Z test_meta_flatten_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:23.8052250Z test_meta_flatten_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:23.8114010Z test_meta_flatten_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:23.8156983Z test_meta_flatten_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:23.8223552Z test_meta_flatten_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:23.8290188Z test_meta_flatten_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:23.8363243Z test_meta_flatten_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:23.8424801Z test_meta_flatten_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:23.8486137Z test_meta_flatten_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:23.8548202Z test_meta_flatten_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:23.8609409Z test_meta_flatten_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:23.8671563Z test_meta_flatten_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:23.8797251Z test_meta_flip_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:10:23.8912884Z test_meta_flip_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:10:23.8979932Z test_meta_flip_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:23.9042747Z test_meta_flip_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:23.9167256Z test_meta_flip_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:10:23.9291053Z test_meta_flip_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:10:23.9409682Z test_meta_flip_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:10:23.9520844Z test_meta_flip_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:10:23.9632550Z test_meta_flip_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:10:23.9744101Z test_meta_flip_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:10:23.9863509Z test_meta_flip_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:10:23.9974120Z test_meta_flip_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:10:24.0014942Z test_meta_fliplr_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:24.0053860Z test_meta_fliplr_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:24.0082912Z test_meta_fliplr_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:10:24.0112013Z test_meta_fliplr_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:10:24.0152988Z test_meta_fliplr_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:24.0193772Z test_meta_fliplr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:24.0241493Z test_meta_fliplr_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:10:24.0280309Z test_meta_fliplr_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:24.0319462Z test_meta_fliplr_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:24.0358690Z test_meta_fliplr_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:24.0397717Z test_meta_fliplr_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:24.0436522Z test_meta_fliplr_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:24.0477421Z test_meta_flipud_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:24.0516445Z test_meta_flipud_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:24.0552594Z test_meta_flipud_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:24.0581179Z test_meta_flipud_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:10:24.0621988Z test_meta_flipud_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:24.0661872Z test_meta_flipud_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:24.0702342Z test_meta_flipud_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:24.0741568Z test_meta_flipud_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:24.0780424Z test_meta_flipud_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:24.0819258Z test_meta_flipud_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:24.0865707Z test_meta_flipud_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:10:24.0904447Z test_meta_flipud_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:24.0965955Z test_meta_float_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:24.1022036Z test_meta_float_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:24.1066307Z test_meta_float_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:24.1124973Z test_meta_float_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:24.1168330Z test_meta_float_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:24.1229840Z test_meta_float_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:24.1297791Z test_meta_float_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:24.1361073Z test_meta_float_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:24.1417549Z test_meta_float_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:24.1474017Z test_meta_float_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:24.1530253Z test_meta_float_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:24.1586976Z test_meta_float_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:24.1643655Z test_meta_float_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:24.1877091Z test_meta_float_power_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-05-18T04:10:24.2096747Z test_meta_float_power_cuda_bool (__main__.TestMetaCUDA) ... ok (0.022s) 2022-05-18T04:10:24.2208524Z test_meta_float_power_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:10:24.2324593Z test_meta_float_power_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:10:24.2558307Z test_meta_float_power_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-05-18T04:10:24.2790777Z test_meta_float_power_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-05-18T04:10:24.3006426Z test_meta_float_power_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-05-18T04:10:24.3215311Z test_meta_float_power_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-05-18T04:10:24.3435975Z test_meta_float_power_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-05-18T04:10:24.3652613Z test_meta_float_power_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-05-18T04:10:24.3869254Z test_meta_float_power_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-05-18T04:10:24.4086344Z test_meta_float_power_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-05-18T04:10:24.4127541Z test_meta_floor_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:24.4167632Z test_meta_floor_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:24.4208490Z test_meta_floor_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:24.4246462Z test_meta_floor_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:24.4324430Z test_meta_floor_divide_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:10:24.4393932Z test_meta_floor_divide_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:24.4463177Z test_meta_floor_divide_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:24.4532827Z test_meta_floor_divide_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:24.4600596Z test_meta_floor_divide_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:24.4668626Z test_meta_floor_divide_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:24.4737084Z test_meta_floor_divide_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:24.4804668Z test_meta_floor_divide_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:24.4878527Z test_meta_floor_divide_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:24.5091105Z test_meta_fmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-05-18T04:10:24.5290861Z test_meta_fmax_cuda_bool (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:10:24.5504402Z test_meta_fmax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-05-18T04:10:24.5719213Z test_meta_fmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-05-18T04:10:24.5933573Z test_meta_fmax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-05-18T04:10:24.6132374Z test_meta_fmax_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:10:24.6331675Z test_meta_fmax_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:10:24.6536536Z test_meta_fmax_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:10:24.6732912Z test_meta_fmax_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:10:24.6930204Z test_meta_fmax_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:10:24.7144290Z test_meta_fmin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-05-18T04:10:24.7339585Z test_meta_fmin_cuda_bool (__main__.TestMetaCUDA) ... ok (0.019s) 2022-05-18T04:10:24.7552913Z test_meta_fmin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-05-18T04:10:24.7767106Z test_meta_fmin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-05-18T04:10:24.7982339Z test_meta_fmin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-05-18T04:10:24.8187560Z test_meta_fmin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:10:24.8386111Z test_meta_fmin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:10:24.8583664Z test_meta_fmin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:10:24.8781894Z test_meta_fmin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:10:24.8980195Z test_meta_fmin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:10:24.9223067Z test_meta_fmod_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-05-18T04:10:24.9463099Z test_meta_fmod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-05-18T04:10:24.9694153Z test_meta_fmod_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-05-18T04:10:24.9915011Z test_meta_fmod_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-05-18T04:10:25.0127210Z test_meta_fmod_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-05-18T04:10:25.0340885Z test_meta_fmod_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-05-18T04:10:25.0556798Z test_meta_fmod_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-05-18T04:10:25.0773879Z test_meta_fmod_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-05-18T04:10:25.0842696Z test_meta_frac_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:25.0915152Z test_meta_frac_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:25.0985846Z test_meta_frac_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:25.1059839Z test_meta_frac_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:25.1148001Z test_meta_frexp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:10:25.1234369Z test_meta_frexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:10:25.1320465Z test_meta_frexp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:10:25.1405505Z test_meta_full_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:10:25.1480766Z test_meta_full_like_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:25.1538311Z test_meta_full_like_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:25.1596637Z test_meta_full_like_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:25.1689022Z test_meta_full_like_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:10:25.1774347Z test_meta_full_like_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:10:25.1858063Z test_meta_full_like_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:10:25.1936729Z test_meta_full_like_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:10:25.2013149Z test_meta_full_like_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:10:25.2089712Z test_meta_full_like_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:10:25.2166363Z test_meta_full_like_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:10:25.2243475Z test_meta_full_like_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:10:25.2387609Z test_meta_gather_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-05-18T04:10:25.2516159Z test_meta_gather_cuda_bool (__main__.TestMetaCUDA) ... ok (0.013s) 2022-05-18T04:10:25.2606913Z test_meta_gather_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:10:25.2697055Z test_meta_gather_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:10:25.2831866Z test_meta_gather_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-05-18T04:10:25.2967319Z test_meta_gather_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-05-18T04:10:25.3102775Z test_meta_gather_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-05-18T04:10:25.3233615Z test_meta_gather_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-05-18T04:10:25.3370340Z test_meta_gather_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-05-18T04:10:25.3500522Z test_meta_gather_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-05-18T04:10:25.3631470Z test_meta_gather_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-05-18T04:10:25.3762902Z test_meta_gather_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-05-18T04:10:26.2431638Z test_meta_gcd_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.867s) 2022-05-18T04:10:27.0994809Z test_meta_gcd_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.856s) 2022-05-18T04:10:28.0170162Z test_meta_gcd_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.917s) 2022-05-18T04:10:28.8821062Z test_meta_gcd_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.865s) 2022-05-18T04:10:29.7426499Z test_meta_gcd_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.860s) 2022-05-18T04:10:29.7642102Z test_meta_ge_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-05-18T04:10:29.7838882Z test_meta_ge_cuda_bool (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:10:29.8053743Z test_meta_ge_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-05-18T04:10:29.8280659Z test_meta_ge_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-05-18T04:10:29.8496256Z test_meta_ge_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-05-18T04:10:29.8696386Z test_meta_ge_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:10:29.8897042Z test_meta_ge_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:10:29.9103626Z test_meta_ge_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-05-18T04:10:29.9302614Z test_meta_ge_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:10:29.9504615Z test_meta_ge_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:10:30.0093814Z test_meta_geqrf_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.059s) 2022-05-18T04:10:30.0384818Z test_meta_geqrf_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-05-18T04:10:30.0472499Z test_meta_geqrf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:10:30.0573268Z test_meta_geqrf_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:30.0722903Z test_meta_gradient_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-05-18T04:10:30.4276896Z test_meta_gradient_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.355s) 2022-05-18T04:10:30.7832978Z test_meta_gradient_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.355s) 2022-05-18T04:10:30.7980196Z test_meta_gradient_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-05-18T04:10:30.8129440Z test_meta_gradient_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-05-18T04:10:30.8279598Z test_meta_gradient_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-05-18T04:10:30.8423630Z test_meta_gradient_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-05-18T04:10:30.8567836Z test_meta_gradient_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-05-18T04:10:30.8719491Z test_meta_gradient_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-05-18T04:10:30.8862466Z test_meta_gradient_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-05-18T04:10:30.9078443Z test_meta_gt_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-05-18T04:10:30.9274672Z test_meta_gt_cuda_bool (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:10:30.9488186Z test_meta_gt_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-05-18T04:10:30.9701961Z test_meta_gt_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-05-18T04:10:30.9916914Z test_meta_gt_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-05-18T04:10:31.0116127Z test_meta_gt_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:10:31.0321336Z test_meta_gt_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:10:31.0518742Z test_meta_gt_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:10:31.0717586Z test_meta_gt_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:10:31.0915882Z test_meta_gt_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:10:31.0977703Z test_meta_half_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:31.1034110Z test_meta_half_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:31.1078332Z test_meta_half_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:31.1122839Z test_meta_half_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:31.1189155Z test_meta_half_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:31.1250644Z test_meta_half_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:31.1315817Z test_meta_half_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:31.1375411Z test_meta_half_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:31.1435677Z test_meta_half_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:31.1495694Z test_meta_half_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:31.1552816Z test_meta_half_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:31.1609771Z test_meta_half_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:31.1829585Z test_meta_heaviside_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-05-18T04:10:31.2024858Z test_meta_heaviside_cuda_bool (__main__.TestMetaCUDA) ... ok (0.019s) 2022-05-18T04:10:31.2240142Z test_meta_heaviside_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-05-18T04:10:31.2454817Z test_meta_heaviside_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-05-18T04:10:31.2670542Z test_meta_heaviside_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-05-18T04:10:31.2869917Z test_meta_heaviside_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:10:31.3081921Z test_meta_heaviside_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-05-18T04:10:31.3293879Z test_meta_heaviside_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-05-18T04:10:31.3500595Z test_meta_heaviside_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-05-18T04:10:31.3700304Z test_meta_heaviside_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:10:31.3871432Z test_meta_histc_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-05-18T04:10:31.4041473Z test_meta_histc_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-05-18T04:10:31.4142791Z test_meta_histc_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:31.4246084Z test_meta_histc_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:31.4348298Z test_meta_histc_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:31.4456008Z test_meta_histc_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:10:31.4498508Z test_meta_hsplit_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:31.4538430Z test_meta_hsplit_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:31.4568751Z test_meta_hsplit_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:10:31.4609950Z test_meta_hsplit_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:31.4640097Z test_meta_hsplit_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:10:31.4685198Z test_meta_hsplit_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:31.4730138Z test_meta_hsplit_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:31.4778621Z test_meta_hsplit_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:10:31.4818477Z test_meta_hsplit_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:31.4858552Z test_meta_hsplit_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:31.4898306Z test_meta_hsplit_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:31.4938242Z test_meta_hsplit_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:31.4978444Z test_meta_hsplit_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:31.5027828Z test_meta_hstack_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:10:31.5073890Z test_meta_hstack_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:10:31.5116286Z test_meta_hstack_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:31.5157945Z test_meta_hstack_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:31.5192627Z test_meta_hstack_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:10:31.5240698Z test_meta_hstack_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:10:31.5289139Z test_meta_hstack_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:10:31.5337634Z test_meta_hstack_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:10:31.5384347Z test_meta_hstack_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:10:31.5430935Z test_meta_hstack_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:10:31.5485721Z test_meta_hstack_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:10:31.5534705Z test_meta_hstack_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:10:31.5584299Z test_meta_hstack_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:10:31.5809249Z test_meta_hypot_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-05-18T04:10:31.6035289Z test_meta_hypot_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-05-18T04:10:31.6252287Z test_meta_hypot_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-05-18T04:10:31.6466786Z test_meta_hypot_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-05-18T04:10:31.9361507Z test_meta_i0_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.289s) 2022-05-18T04:10:32.2531274Z test_meta_i0_cuda_bool (__main__.TestMetaCUDA) ... ok (0.317s) 2022-05-18T04:10:32.5413320Z test_meta_i0_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.288s) 2022-05-18T04:10:32.8153127Z test_meta_i0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.274s) 2022-05-18T04:10:33.1306270Z test_meta_i0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.315s) 2022-05-18T04:10:33.1358215Z test_meta_i0_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:10:33.1409564Z test_meta_i0_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:10:33.1461346Z test_meta_i0_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:10:33.1512867Z test_meta_i0_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:10:33.1570903Z test_meta_i0_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:33.1784665Z test_meta_igamma_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-05-18T04:10:33.1998648Z test_meta_igamma_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-05-18T04:10:33.2212173Z test_meta_igammac_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-05-18T04:10:33.2427041Z test_meta_igammac_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-05-18T04:10:33.2460532Z test_meta_imag_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:10:33.2564651Z test_meta_imag_cuda_complex32 (__main__.TestMetaCUDA) ... expected failure (0.010s) 2022-05-18T04:10:33.2598554Z test_meta_imag_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:10:33.2709194Z test_meta_index_add_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:10:33.2812380Z test_meta_index_add_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:33.2901014Z test_meta_index_add_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:10:33.2989711Z test_meta_index_add_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:10:33.3092423Z test_meta_index_add_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:33.3196209Z test_meta_index_add_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:33.3299765Z test_meta_index_add_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:33.3401851Z test_meta_index_add_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:33.3509978Z test_meta_index_add_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:10:33.3611226Z test_meta_index_add_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:33.3713107Z test_meta_index_add_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:33.3814624Z test_meta_index_add_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:33.3918299Z test_meta_index_copy_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:33.4015718Z test_meta_index_copy_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:33.4085496Z test_meta_index_copy_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:33.4157608Z test_meta_index_copy_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:33.4272528Z test_meta_index_copy_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:10:33.4375058Z test_meta_index_copy_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:33.4477882Z test_meta_index_copy_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:33.4575558Z test_meta_index_copy_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:33.4673401Z test_meta_index_copy_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:33.4771141Z test_meta_index_copy_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:33.4869071Z test_meta_index_copy_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:33.4967735Z test_meta_index_copy_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:33.5034320Z test_meta_index_fill_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:33.5087935Z test_meta_index_fill_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:10:33.5140150Z test_meta_index_fill_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:10:33.5193557Z test_meta_index_fill_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:10:33.5253773Z test_meta_index_fill_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:33.5313854Z test_meta_index_fill_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:33.5374113Z test_meta_index_fill_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:33.5428549Z test_meta_index_fill_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:10:33.5488594Z test_meta_index_fill_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:33.5543028Z test_meta_index_fill_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:10:33.5596958Z test_meta_index_fill_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:10:33.5650901Z test_meta_index_fill_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:10:33.5734489Z test_meta_index_put_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:10:33.5808716Z test_meta_index_put_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:33.5874104Z test_meta_index_put_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:33.5939236Z test_meta_index_put_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:33.6026598Z test_meta_index_put_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:10:33.6107831Z test_meta_index_put_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:10:33.6189326Z test_meta_index_put_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:10:33.6263571Z test_meta_index_put_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:33.6338281Z test_meta_index_put_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:33.6413615Z test_meta_index_put_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:33.6488550Z test_meta_index_put_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:33.6563116Z test_meta_index_put_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:33.6672720Z test_meta_index_reduce_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:10:33.6774640Z test_meta_index_reduce_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:33.6876366Z test_meta_index_reduce_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:33.6978009Z test_meta_index_reduce_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:33.7063951Z test_meta_index_select_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:10:33.7146229Z test_meta_index_select_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:10:33.7203930Z test_meta_index_select_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:33.7261798Z test_meta_index_select_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:33.7353780Z test_meta_index_select_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:10:33.7439406Z test_meta_index_select_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:10:33.7525420Z test_meta_index_select_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:10:33.7607668Z test_meta_index_select_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:10:33.7690465Z test_meta_index_select_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:10:33.7772764Z test_meta_index_select_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:10:33.7856897Z test_meta_index_select_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:10:33.7939628Z test_meta_index_select_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:10:33.7982431Z test_meta_inner_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:33.8016462Z test_meta_inner_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:10:33.8116102Z test_meta_inner_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:33.8214915Z test_meta_inner_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:33.8314092Z test_meta_inner_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:10:33.8375834Z test_meta_int_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:33.8432765Z test_meta_int_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:33.8479702Z test_meta_int_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:10:33.8529316Z test_meta_int_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:10:33.8592536Z test_meta_int_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:33.8655558Z test_meta_int_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:33.8717238Z test_meta_int_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:33.8773740Z test_meta_int_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:33.8828654Z test_meta_int_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:10:33.8885245Z test_meta_int_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:33.8945394Z test_meta_int_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:33.9010600Z test_meta_int_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:10:33.9302010Z test_meta_inverse_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-05-18T04:10:33.9424828Z test_meta_inverse_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:10:33.9566160Z test_meta_inverse_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-05-18T04:10:33.9722212Z test_meta_inverse_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-05-18T04:10:34.0022662Z test_meta_isclose_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-05-18T04:10:34.0254702Z test_meta_isclose_cuda_bool (__main__.TestMetaCUDA) ... ok (0.023s) 2022-05-18T04:10:34.0439726Z test_meta_isclose_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-05-18T04:10:34.0610784Z test_meta_isclose_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-05-18T04:10:34.0896425Z test_meta_isclose_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-05-18T04:10:34.1182499Z test_meta_isclose_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-05-18T04:10:34.1467560Z test_meta_isclose_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-05-18T04:10:34.1691158Z test_meta_isclose_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-05-18T04:10:34.1915176Z test_meta_isclose_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-05-18T04:10:34.2139188Z test_meta_isclose_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-05-18T04:10:34.2368615Z test_meta_isclose_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-05-18T04:10:34.2593811Z test_meta_isclose_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-05-18T04:10:34.2640301Z test_meta_isfinite_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:10:34.2682068Z test_meta_isfinite_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:34.2718818Z test_meta_isfinite_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:34.2836374Z test_meta_isfinite_cuda_complex32 (__main__.TestMetaCUDA) ... expected failure (0.012s) 2022-05-18T04:10:34.2873226Z test_meta_isfinite_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:34.2922694Z test_meta_isfinite_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:10:34.2977978Z test_meta_isfinite_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:10:34.3027405Z test_meta_isfinite_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:10:34.3072259Z test_meta_isfinite_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:34.3116692Z test_meta_isfinite_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:34.3161067Z test_meta_isfinite_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:34.3206068Z test_meta_isfinite_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:34.3250372Z test_meta_isfinite_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:34.3328288Z test_meta_isin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:10:34.3407996Z test_meta_isin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:10:34.3483311Z test_meta_isin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:34.3552659Z test_meta_isin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:34.3626550Z test_meta_isin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:34.3698651Z test_meta_isin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:34.3767651Z test_meta_isin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:34.3836461Z test_meta_isin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:10:34.3867241Z test_meta_isinf_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:10:34.3901745Z test_meta_isinf_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:10:34.3928636Z test_meta_isinf_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:10:34.4029149Z test_meta_isinf_cuda_complex32 (__main__.TestMetaCUDA) ... expected failure (0.010s) 2022-05-18T04:10:34.4055792Z test_meta_isinf_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:10:34.4086165Z test_meta_isinf_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:10:34.4116678Z test_meta_isinf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:10:34.4147349Z test_meta_isinf_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:10:34.4176028Z test_meta_isinf_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:10:34.4211135Z test_meta_isinf_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:10:34.4240132Z test_meta_isinf_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:10:34.4269107Z test_meta_isinf_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:10:34.4299890Z test_meta_isinf_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:10:34.4337369Z test_meta_isnan_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:34.4371866Z test_meta_isnan_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:10:34.4400596Z test_meta_isnan_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:10:34.4429085Z test_meta_isnan_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:10:34.4471933Z test_meta_isnan_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:34.4508836Z test_meta_isnan_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:34.4545571Z test_meta_isnan_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:34.4578654Z test_meta_isnan_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:10:34.4614668Z test_meta_isnan_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:10:34.4650722Z test_meta_isnan_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:10:34.4686655Z test_meta_isnan_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:34.4723239Z test_meta_isnan_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:34.4769892Z test_meta_isneginf_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:10:34.4809041Z test_meta_isneginf_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:34.4846906Z test_meta_isneginf_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:34.4885201Z test_meta_isneginf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:34.4922824Z test_meta_isneginf_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:34.4959677Z test_meta_isneginf_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:34.4996605Z test_meta_isneginf_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:34.5033697Z test_meta_isneginf_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:34.5076439Z test_meta_isneginf_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:34.5113827Z test_meta_isneginf_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:34.5154342Z test_meta_isposinf_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:34.5193683Z test_meta_isposinf_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:34.5233568Z test_meta_isposinf_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:34.5274293Z test_meta_isposinf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:34.5314388Z test_meta_isposinf_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:34.5353171Z test_meta_isposinf_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:34.5397500Z test_meta_isposinf_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:34.5434183Z test_meta_isposinf_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:34.5470829Z test_meta_isposinf_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:34.5507805Z test_meta_isposinf_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:34.5552524Z test_meta_isreal_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:34.5594893Z test_meta_isreal_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:34.5628999Z test_meta_isreal_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:10:34.5744889Z test_meta_isreal_cuda_complex32 (__main__.TestMetaCUDA) ... expected failure (0.011s) 2022-05-18T04:10:34.5785146Z test_meta_isreal_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:34.5829468Z test_meta_isreal_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:34.5874034Z test_meta_isreal_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:34.5918552Z test_meta_isreal_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:34.5960321Z test_meta_isreal_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:34.6002280Z test_meta_isreal_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:34.6044351Z test_meta_isreal_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:34.6086495Z test_meta_isreal_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:10:34.6134249Z test_meta_isreal_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:10:34.8059159Z test_meta_istft_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.192s) 2022-05-18T04:10:34.9982016Z test_meta_istft_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.192s) 2022-05-18T04:10:35.0095109Z test_meta_istft_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:10:35.0205991Z test_meta_istft_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:10:36.0793076Z test_meta_jiterator_4inputs_with_extra_args_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (1.058s) 2022-05-18T04:10:37.1262599Z test_meta_jiterator_4inputs_with_extra_args_cuda_bool (__main__.TestMetaCUDA) ... ok (1.047s) 2022-05-18T04:10:38.7470995Z test_meta_jiterator_4inputs_with_extra_args_cuda_complex128 (__main__.TestMetaCUDA) ... ok (1.621s) 2022-05-18T04:10:40.2255294Z test_meta_jiterator_4inputs_with_extra_args_cuda_complex64 (__main__.TestMetaCUDA) ... ok (1.478s) 2022-05-18T04:10:41.2673182Z test_meta_jiterator_4inputs_with_extra_args_cuda_float16 (__main__.TestMetaCUDA) ... ok (1.042s) 2022-05-18T04:10:42.3042465Z test_meta_jiterator_4inputs_with_extra_args_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.037s) 2022-05-18T04:10:43.3396404Z test_meta_jiterator_4inputs_with_extra_args_cuda_float64 (__main__.TestMetaCUDA) ... ok (1.035s) 2022-05-18T04:10:44.3765429Z test_meta_jiterator_4inputs_with_extra_args_cuda_int16 (__main__.TestMetaCUDA) ... ok (1.037s) 2022-05-18T04:10:45.4133529Z test_meta_jiterator_4inputs_with_extra_args_cuda_int32 (__main__.TestMetaCUDA) ... ok (1.037s) 2022-05-18T04:10:46.4695648Z test_meta_jiterator_4inputs_with_extra_args_cuda_int64 (__main__.TestMetaCUDA) ... ok (1.056s) 2022-05-18T04:10:47.5106864Z test_meta_jiterator_4inputs_with_extra_args_cuda_int8 (__main__.TestMetaCUDA) ... ok (1.041s) 2022-05-18T04:10:48.5584599Z test_meta_jiterator_4inputs_with_extra_args_cuda_uint8 (__main__.TestMetaCUDA) ... ok (1.048s) 2022-05-18T04:10:49.3866930Z test_meta_jiterator_binary_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.828s) 2022-05-18T04:10:50.1946383Z test_meta_jiterator_binary_cuda_bool (__main__.TestMetaCUDA) ... ok (0.808s) 2022-05-18T04:10:51.3398891Z test_meta_jiterator_binary_cuda_complex128 (__main__.TestMetaCUDA) ... ok (1.145s) 2022-05-18T04:10:52.3099634Z test_meta_jiterator_binary_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.970s) 2022-05-18T04:10:53.1427642Z test_meta_jiterator_binary_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.833s) 2022-05-18T04:10:53.9546052Z test_meta_jiterator_binary_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.812s) 2022-05-18T04:10:54.7787070Z test_meta_jiterator_binary_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.824s) 2022-05-18T04:10:55.5997920Z test_meta_jiterator_binary_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.821s) 2022-05-18T04:10:56.4184466Z test_meta_jiterator_binary_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.819s) 2022-05-18T04:10:57.2326846Z test_meta_jiterator_binary_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.814s) 2022-05-18T04:10:58.0431182Z test_meta_jiterator_binary_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.810s) 2022-05-18T04:10:58.8542075Z test_meta_jiterator_binary_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.811s) 2022-05-18T04:10:59.0339470Z test_meta_jiterator_unary_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.180s) 2022-05-18T04:10:59.2047650Z test_meta_jiterator_unary_cuda_bool (__main__.TestMetaCUDA) ... ok (0.171s) 2022-05-18T04:10:59.5286882Z test_meta_jiterator_unary_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.324s) 2022-05-18T04:10:59.7895050Z test_meta_jiterator_unary_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.261s) 2022-05-18T04:10:59.9713835Z test_meta_jiterator_unary_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.182s) 2022-05-18T04:11:00.1423835Z test_meta_jiterator_unary_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.171s) 2022-05-18T04:11:00.3167414Z test_meta_jiterator_unary_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.174s) 2022-05-18T04:11:00.4884020Z test_meta_jiterator_unary_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.172s) 2022-05-18T04:11:00.6589653Z test_meta_jiterator_unary_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.170s) 2022-05-18T04:11:00.8321519Z test_meta_jiterator_unary_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.173s) 2022-05-18T04:11:01.0021882Z test_meta_jiterator_unary_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.170s) 2022-05-18T04:11:01.1715013Z test_meta_jiterator_unary_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.169s) 2022-05-18T04:11:01.1762049Z test_meta_kron_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:11:01.1803974Z test_meta_kron_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:01.1836149Z test_meta_kron_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:11:01.1868345Z test_meta_kron_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:11:01.1912781Z test_meta_kron_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:01.1957117Z test_meta_kron_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:01.2001727Z test_meta_kron_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:01.2049807Z test_meta_kron_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:11:01.2091601Z test_meta_kron_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:01.2133379Z test_meta_kron_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:01.2175623Z test_meta_kron_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:01.2217883Z test_meta_kron_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:01.2315302Z test_meta_kthvalue_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:11:01.2411023Z test_meta_kthvalue_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:11:01.2507640Z test_meta_kthvalue_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:11:01.2601225Z test_meta_kthvalue_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:11:01.2688853Z test_meta_kthvalue_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:11:01.2776286Z test_meta_kthvalue_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:11:01.2864251Z test_meta_kthvalue_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:11:01.2951289Z test_meta_kthvalue_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:11:02.2013929Z test_meta_lcm_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.906s) 2022-05-18T04:11:03.0943597Z test_meta_lcm_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.893s) 2022-05-18T04:11:04.0693470Z test_meta_lcm_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.975s) 2022-05-18T04:11:04.9751929Z test_meta_lcm_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.906s) 2022-05-18T04:11:05.8821172Z test_meta_lcm_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.907s) 2022-05-18T04:11:05.9046231Z test_meta_ldexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-05-18T04:11:05.9252061Z test_meta_ldexp_cuda_bool (__main__.TestMetaCUDA) ... ok (0.021s) 2022-05-18T04:11:05.9363537Z test_meta_ldexp_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:11:05.9474097Z test_meta_ldexp_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:11:05.9698196Z test_meta_ldexp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-05-18T04:11:05.9921313Z test_meta_ldexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-05-18T04:11:06.0149158Z test_meta_ldexp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-05-18T04:11:06.0354335Z test_meta_ldexp_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:11:06.0560181Z test_meta_ldexp_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:11:06.0765660Z test_meta_ldexp_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:11:06.0971954Z test_meta_ldexp_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-05-18T04:11:06.1179167Z test_meta_ldexp_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-05-18T04:11:06.1394516Z test_meta_le_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-05-18T04:11:06.1599813Z test_meta_le_cuda_bool (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:11:06.1813640Z test_meta_le_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-05-18T04:11:06.2027516Z test_meta_le_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-05-18T04:11:06.2242267Z test_meta_le_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-05-18T04:11:06.2440868Z test_meta_le_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:11:06.2638789Z test_meta_le_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:11:06.2837488Z test_meta_le_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:11:06.3037415Z test_meta_le_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:11:06.3241828Z test_meta_le_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:11:06.3589212Z test_meta_lerp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-05-18T04:11:06.3818115Z test_meta_lerp_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-05-18T04:11:06.4045692Z test_meta_lerp_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-05-18T04:11:06.4392767Z test_meta_lerp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-05-18T04:11:06.4739066Z test_meta_lerp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-05-18T04:11:06.5087028Z test_meta_lerp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-05-18T04:11:06.8393962Z test_meta_lgamma_cuda_bool (__main__.TestMetaCUDA) ... ok (0.330s) 2022-05-18T04:11:07.1535270Z test_meta_lgamma_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.314s) 2022-05-18T04:11:07.4625561Z test_meta_lgamma_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.309s) 2022-05-18T04:11:07.7767316Z test_meta_lgamma_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.314s) 2022-05-18T04:11:07.7835187Z test_meta_lgamma_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:07.7900436Z test_meta_lgamma_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:07.7966516Z test_meta_lgamma_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:07.8032358Z test_meta_lgamma_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:07.8098077Z test_meta_lgamma_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:07.8279892Z test_meta_linalg_cholesky_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-05-18T04:11:07.8449364Z test_meta_linalg_cholesky_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-05-18T04:11:07.8546798Z test_meta_linalg_cholesky_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:11:07.8643572Z test_meta_linalg_cholesky_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:11:07.8744813Z test_meta_linalg_cholesky_ex_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:11:07.8844753Z test_meta_linalg_cholesky_ex_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:11:07.8928999Z test_meta_linalg_cholesky_ex_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:07.9012683Z test_meta_linalg_cholesky_ex_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:07.9393141Z test_meta_linalg_cond_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-05-18T04:11:07.9505770Z test_meta_linalg_cond_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:11:07.9620779Z test_meta_linalg_cond_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:11:07.9787280Z test_meta_linalg_cond_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-05-18T04:11:07.9837795Z test_meta_linalg_cross_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:11:07.9886914Z test_meta_linalg_cross_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:11:07.9972557Z test_meta_linalg_cross_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:08.0057800Z test_meta_linalg_cross_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:08.0149060Z test_meta_linalg_cross_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:11:08.0229617Z test_meta_linalg_cross_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:08.0309981Z test_meta_linalg_cross_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:08.0389732Z test_meta_linalg_cross_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:08.0469667Z test_meta_linalg_cross_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:08.0549826Z test_meta_linalg_cross_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:08.1065895Z test_meta_linalg_det_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.051s) 2022-05-18T04:11:08.1287310Z test_meta_linalg_det_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-05-18T04:11:08.1449151Z test_meta_linalg_det_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-05-18T04:11:08.1664665Z test_meta_linalg_det_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-05-18T04:11:08.7739539Z test_meta_linalg_det_singular_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.607s) 2022-05-18T04:11:08.8043844Z test_meta_linalg_det_singular_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-05-18T04:11:08.8310333Z test_meta_linalg_eig_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-05-18T04:11:08.8424611Z test_meta_linalg_eig_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:11:08.8516054Z test_meta_linalg_eig_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:11:08.8618061Z test_meta_linalg_eig_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:11:08.8881267Z test_meta_linalg_eigh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-05-18T04:11:08.8987463Z test_meta_linalg_eigh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:11:08.9032551Z test_meta_linalg_eigh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:08.9089368Z test_meta_linalg_eigh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:08.9337101Z test_meta_linalg_eigvals_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-05-18T04:11:08.9442883Z test_meta_linalg_eigvals_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:11:08.9589704Z test_meta_linalg_eigvals_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-05-18T04:11:08.9748646Z test_meta_linalg_eigvals_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-05-18T04:11:09.0022310Z test_meta_linalg_eigvalsh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-05-18T04:11:09.0140547Z test_meta_linalg_eigvalsh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:11:09.0241863Z test_meta_linalg_eigvalsh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:11:09.0353928Z test_meta_linalg_eigvalsh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:11:09.0427183Z test_meta_linalg_householder_product_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:09.0496880Z test_meta_linalg_householder_product_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:09.0593680Z test_meta_linalg_householder_product_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:11:09.0690610Z test_meta_linalg_householder_product_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:11:09.0952955Z test_meta_linalg_inv_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-05-18T04:11:09.1068993Z test_meta_linalg_inv_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:11:09.1189485Z test_meta_linalg_inv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:11:09.1321218Z test_meta_linalg_inv_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-05-18T04:11:09.1560444Z test_meta_linalg_inv_ex_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-05-18T04:11:09.1665041Z test_meta_linalg_inv_ex_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:11:09.1799262Z test_meta_linalg_inv_ex_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-05-18T04:11:09.1959543Z test_meta_linalg_inv_ex_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-05-18T04:11:09.2005248Z test_meta_linalg_ldl_factor_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:09.2021412Z test_meta_linalg_ldl_factor_cuda_complex64 (__main__.TestMetaCUDA) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/77024 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:11:09.2129931Z test_meta_linalg_ldl_factor_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:11:09.2239543Z test_meta_linalg_ldl_factor_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:11:09.2254707Z test_meta_linalg_ldl_factor_ex_cuda_complex128 (__main__.TestMetaCUDA) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/77025 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:11:09.2269766Z test_meta_linalg_ldl_factor_ex_cuda_complex64 (__main__.TestMetaCUDA) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/77026 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:11:09.2336728Z test_meta_linalg_ldl_factor_ex_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:09.2405709Z test_meta_linalg_ldl_factor_ex_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:09.2425746Z test_meta_linalg_ldl_solve_cuda_complex128 (__main__.TestMetaCUDA) ... skip: not available before CUDA 11.3.1 (0.002s) 2022-05-18T04:11:09.2445560Z test_meta_linalg_ldl_solve_cuda_complex64 (__main__.TestMetaCUDA) ... skip: not available before CUDA 11.3.1 (0.002s) 2022-05-18T04:11:09.2465753Z test_meta_linalg_ldl_solve_cuda_float32 (__main__.TestMetaCUDA) ... skip: not available before CUDA 11.3.1 (0.002s) 2022-05-18T04:11:09.2485749Z test_meta_linalg_ldl_solve_cuda_float64 (__main__.TestMetaCUDA) ... skip: not available before CUDA 11.3.1 (0.002s) 2022-05-18T04:11:09.3428596Z test_meta_linalg_lstsq_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.094s) 2022-05-18T04:11:09.3743519Z test_meta_linalg_lstsq_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-05-18T04:11:09.4013811Z test_meta_linalg_lstsq_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-05-18T04:11:09.4390551Z test_meta_linalg_lstsq_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-05-18T04:11:09.5246359Z test_meta_linalg_lstsq_grad_oriented_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.085s) 2022-05-18T04:11:09.5533705Z test_meta_linalg_lstsq_grad_oriented_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-05-18T04:11:09.5739946Z test_meta_linalg_lstsq_grad_oriented_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-05-18T04:11:09.6046942Z test_meta_linalg_lstsq_grad_oriented_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-05-18T04:11:09.6514381Z test_meta_linalg_lu_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.047s) 2022-05-18T04:11:09.6966055Z test_meta_linalg_lu_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-05-18T04:11:09.7421663Z test_meta_linalg_lu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-05-18T04:11:09.7871930Z test_meta_linalg_lu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-05-18T04:11:10.2112717Z test_meta_linalg_lu_factor_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.424s) 2022-05-18T04:11:10.3356568Z test_meta_linalg_lu_factor_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.124s) 2022-05-18T04:11:10.3473303Z test_meta_linalg_lu_factor_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:11:10.3594520Z test_meta_linalg_lu_factor_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:11:10.4001274Z test_meta_linalg_lu_factor_ex_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-05-18T04:11:10.4398700Z test_meta_linalg_lu_factor_ex_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-05-18T04:11:10.4818269Z test_meta_linalg_lu_factor_ex_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-05-18T04:11:10.5239274Z test_meta_linalg_lu_factor_ex_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-05-18T04:11:10.6378402Z test_meta_linalg_matrix_norm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.114s) 2022-05-18T04:11:10.7202418Z test_meta_linalg_matrix_norm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.082s) 2022-05-18T04:11:10.8496415Z test_meta_linalg_matrix_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.129s) 2022-05-18T04:11:10.9861804Z test_meta_linalg_matrix_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.136s) 2022-05-18T04:11:11.0018991Z test_meta_linalg_matrix_power_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-05-18T04:11:11.0171765Z test_meta_linalg_matrix_power_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-05-18T04:11:11.0297107Z test_meta_linalg_matrix_power_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:11:11.0418804Z test_meta_linalg_matrix_power_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:11:11.0441196Z test_meta_linalg_matrix_rank_cuda_complex128 (__main__.TestMetaCUDA) ... skip: permanently excluded (0.002s) 2022-05-18T04:11:11.0463528Z test_meta_linalg_matrix_rank_cuda_complex64 (__main__.TestMetaCUDA) ... skip: permanently excluded (0.002s) 2022-05-18T04:11:11.0485337Z test_meta_linalg_matrix_rank_cuda_float32 (__main__.TestMetaCUDA) ... skip: permanently excluded (0.002s) 2022-05-18T04:11:11.0505784Z test_meta_linalg_matrix_rank_cuda_float64 (__main__.TestMetaCUDA) ... skip: permanently excluded (0.002s) 2022-05-18T04:11:11.0526163Z test_meta_linalg_matrix_rank_hermitian_cuda_complex128 (__main__.TestMetaCUDA) ... skip: permanently excluded (0.002s) 2022-05-18T04:11:11.0552069Z test_meta_linalg_matrix_rank_hermitian_cuda_complex64 (__main__.TestMetaCUDA) ... skip: permanently excluded (0.002s) 2022-05-18T04:11:11.0571667Z test_meta_linalg_matrix_rank_hermitian_cuda_float32 (__main__.TestMetaCUDA) ... skip: permanently excluded (0.002s) 2022-05-18T04:11:11.0591658Z test_meta_linalg_matrix_rank_hermitian_cuda_float64 (__main__.TestMetaCUDA) ... skip: permanently excluded (0.002s) 2022-05-18T04:11:11.0688667Z test_meta_linalg_multi_dot_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:11:11.0784954Z test_meta_linalg_multi_dot_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:11:11.0982442Z test_meta_linalg_multi_dot_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:11:11.1179103Z test_meta_linalg_multi_dot_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:11:11.1377604Z test_meta_linalg_multi_dot_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:11:11.1500620Z test_meta_linalg_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:11:11.1625487Z test_meta_linalg_norm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:11:11.1743244Z test_meta_linalg_norm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:11:11.1865234Z test_meta_linalg_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:11:11.1986400Z test_meta_linalg_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:11:11.2109161Z test_meta_linalg_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:11:11.2207090Z test_meta_linalg_norm_subgradients_at_zero_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:11:11.2273440Z test_meta_linalg_norm_subgradients_at_zero_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:11.2339672Z test_meta_linalg_norm_subgradients_at_zero_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:11.2441849Z test_meta_linalg_norm_subgradients_at_zero_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:11:11.2538573Z test_meta_linalg_norm_subgradients_at_zero_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:11:11.2635810Z test_meta_linalg_norm_subgradients_at_zero_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:11:11.2655737Z test_meta_linalg_pinv_cuda_complex128 (__main__.TestMetaCUDA) ... skip: permanently excluded (0.002s) 2022-05-18T04:11:11.2677980Z test_meta_linalg_pinv_cuda_complex64 (__main__.TestMetaCUDA) ... skip: permanently excluded (0.002s) 2022-05-18T04:11:11.2699098Z test_meta_linalg_pinv_cuda_float32 (__main__.TestMetaCUDA) ... skip: permanently excluded (0.002s) 2022-05-18T04:11:11.2720884Z test_meta_linalg_pinv_cuda_float64 (__main__.TestMetaCUDA) ... skip: permanently excluded (0.002s) 2022-05-18T04:11:11.2742261Z test_meta_linalg_pinv_hermitian_cuda_complex128 (__main__.TestMetaCUDA) ... skip: permanently excluded (0.002s) 2022-05-18T04:11:11.2763565Z test_meta_linalg_pinv_hermitian_cuda_complex64 (__main__.TestMetaCUDA) ... skip: permanently excluded (0.002s) 2022-05-18T04:11:11.2783948Z test_meta_linalg_pinv_hermitian_cuda_float32 (__main__.TestMetaCUDA) ... skip: permanently excluded (0.002s) 2022-05-18T04:11:11.2809078Z test_meta_linalg_pinv_hermitian_cuda_float64 (__main__.TestMetaCUDA) ... skip: permanently excluded (0.002s) 2022-05-18T04:11:11.2829132Z test_meta_linalg_pinv_singular_cuda_complex128 (__main__.TestMetaCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:11:11.2849120Z test_meta_linalg_pinv_singular_cuda_complex64 (__main__.TestMetaCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:11:11.2869074Z test_meta_linalg_pinv_singular_cuda_float32 (__main__.TestMetaCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:11:11.2888520Z test_meta_linalg_pinv_singular_cuda_float64 (__main__.TestMetaCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:11:11.3292767Z test_meta_linalg_qr_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-05-18T04:11:11.3552592Z test_meta_linalg_qr_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-05-18T04:11:11.3649372Z test_meta_linalg_qr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:11:11.3753301Z test_meta_linalg_qr_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:11:11.9925779Z test_meta_linalg_slogdet_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.617s) 2022-05-18T04:11:13.1761943Z test_meta_linalg_slogdet_cuda_complex64 (__main__.TestMetaCUDA) ... ok (1.183s) 2022-05-18T04:11:13.1847795Z test_meta_linalg_slogdet_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:11:13.1938492Z test_meta_linalg_slogdet_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:11:13.2483770Z test_meta_linalg_solve_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-05-18T04:11:13.2885327Z test_meta_linalg_solve_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-05-18T04:11:13.2982502Z test_meta_linalg_solve_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:11:13.3086549Z test_meta_linalg_solve_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:11:13.3835720Z test_meta_linalg_solve_triangular_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.075s) 2022-05-18T04:11:13.4604915Z test_meta_linalg_solve_triangular_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.077s) 2022-05-18T04:11:13.4684809Z test_meta_linalg_solve_triangular_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:13.4763897Z test_meta_linalg_solve_triangular_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:14.2666857Z test_meta_linalg_svd_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.790s) 2022-05-18T04:11:14.4909314Z test_meta_linalg_svd_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.224s) 2022-05-18T04:11:14.5032893Z test_meta_linalg_svd_cuda_float32 (__main__.TestMetaCUDA) ... expected failure (0.012s) 2022-05-18T04:11:14.5153458Z test_meta_linalg_svd_cuda_float64 (__main__.TestMetaCUDA) ... expected failure (0.012s) 2022-05-18T04:11:14.5830162Z test_meta_linalg_svdvals_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.068s) 2022-05-18T04:11:14.6231544Z test_meta_linalg_svdvals_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-05-18T04:11:14.6883281Z test_meta_linalg_svdvals_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.065s) 2022-05-18T04:11:14.7594243Z test_meta_linalg_svdvals_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.071s) 2022-05-18T04:11:14.7760205Z test_meta_linalg_tensorinv_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-05-18T04:11:14.7827067Z test_meta_linalg_tensorinv_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:14.7957428Z test_meta_linalg_tensorinv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-05-18T04:11:14.8110452Z test_meta_linalg_tensorinv_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-05-18T04:11:14.8219742Z test_meta_linalg_tensorsolve_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:11:14.8331491Z test_meta_linalg_tensorsolve_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:11:14.8433473Z test_meta_linalg_tensorsolve_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:11:14.8535181Z test_meta_linalg_tensorsolve_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:11:14.8606845Z test_meta_linalg_vander_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:14.8678087Z test_meta_linalg_vander_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:14.8787385Z test_meta_linalg_vander_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:11:14.8896790Z test_meta_linalg_vander_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:11:14.8997281Z test_meta_linalg_vander_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:11:14.9102120Z test_meta_linalg_vander_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:11:14.9201596Z test_meta_linalg_vander_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:11:14.9300895Z test_meta_linalg_vander_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:11:14.9400396Z test_meta_linalg_vander_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:11:14.9474424Z test_meta_linalg_vector_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:14.9872699Z test_meta_linalg_vector_norm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-05-18T04:11:15.0267455Z test_meta_linalg_vector_norm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-05-18T04:11:15.0340709Z test_meta_linalg_vector_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:15.0422335Z test_meta_linalg_vector_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:15.0495910Z test_meta_linalg_vector_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:15.0564618Z test_meta_log10_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:15.0629524Z test_meta_log10_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:15.3943737Z test_meta_log10_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.331s) 2022-05-18T04:11:15.6844320Z test_meta_log10_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.290s) 2022-05-18T04:11:15.6914056Z test_meta_log10_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:15.6982343Z test_meta_log10_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:15.7056913Z test_meta_log10_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:15.7122668Z test_meta_log10_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:15.7188349Z test_meta_log10_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:15.7253556Z test_meta_log10_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:15.7319057Z test_meta_log10_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:15.7385081Z test_meta_log10_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:15.7422957Z test_meta_log1p_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:15.7459918Z test_meta_log1p_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:15.7503514Z test_meta_log1p_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:15.7541187Z test_meta_log1p_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:15.7578829Z test_meta_log1p_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:15.7615258Z test_meta_log1p_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:15.7652231Z test_meta_log1p_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:15.7688536Z test_meta_log1p_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:15.7725217Z test_meta_log1p_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:15.7762348Z test_meta_log1p_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:15.7836798Z test_meta_log2_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:15.7902216Z test_meta_log2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:16.1184585Z test_meta_log2_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.328s) 2022-05-18T04:11:16.4100687Z test_meta_log2_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.291s) 2022-05-18T04:11:16.4170446Z test_meta_log2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:16.4239219Z test_meta_log2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:16.4308037Z test_meta_log2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:16.4374159Z test_meta_log2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:16.4446754Z test_meta_log2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:16.4512303Z test_meta_log2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:16.4577919Z test_meta_log2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:16.4643636Z test_meta_log2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:16.4712597Z test_meta_log_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:16.4777558Z test_meta_log_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:16.7960662Z test_meta_log_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.318s) 2022-05-18T04:11:17.0763666Z test_meta_log_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.280s) 2022-05-18T04:11:17.3484807Z test_meta_log_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.272s) 2022-05-18T04:11:17.3558763Z test_meta_log_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:17.3632372Z test_meta_log_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:17.3705357Z test_meta_log_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:17.3775996Z test_meta_log_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:17.3845863Z test_meta_log_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:17.3912313Z test_meta_log_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:17.3978754Z test_meta_log_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:17.4051548Z test_meta_log_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:17.4165926Z test_meta_log_softmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:11:17.4280690Z test_meta_log_softmax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:11:17.4395367Z test_meta_log_softmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:11:17.4515907Z test_meta_log_softmax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:11:17.4642252Z test_meta_log_softmax_dtype_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-05-18T04:11:17.4762732Z test_meta_log_softmax_dtype_cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:11:17.4847123Z test_meta_log_softmax_dtype_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:17.4923399Z test_meta_log_softmax_dtype_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:17.5049092Z test_meta_log_softmax_dtype_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:11:17.5174309Z test_meta_log_softmax_dtype_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:11:17.5296773Z test_meta_log_softmax_dtype_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:11:17.5411219Z test_meta_log_softmax_dtype_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:11:17.5525868Z test_meta_log_softmax_dtype_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:11:17.5640444Z test_meta_log_softmax_dtype_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:11:17.5762475Z test_meta_log_softmax_dtype_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:11:17.5876427Z test_meta_log_softmax_dtype_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:11:17.5920885Z test_meta_logaddexp2_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:17.5964570Z test_meta_logaddexp2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:17.6008201Z test_meta_logaddexp2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:17.6051952Z test_meta_logaddexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:17.6095099Z test_meta_logaddexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:17.6139045Z test_meta_logaddexp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:17.6240374Z test_meta_logcumsumexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:11:17.6332042Z test_meta_logcumsumexp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:11:17.6424314Z test_meta_logcumsumexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:11:17.6519885Z test_meta_logcumsumexp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:11:17.6646825Z test_meta_logdet_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-05-18T04:11:17.6778212Z test_meta_logdet_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-05-18T04:11:17.7508446Z test_meta_logical_and_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.073s) 2022-05-18T04:11:17.7973559Z test_meta_logical_and_cuda_bool (__main__.TestMetaCUDA) ... ok (0.046s) 2022-05-18T04:11:17.7986911Z test_meta_logical_and_cuda_complex128 (__main__.TestMetaCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-05-18T04:11:17.8000641Z test_meta_logical_and_cuda_complex64 (__main__.TestMetaCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-05-18T04:11:17.8724907Z test_meta_logical_and_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.072s) 2022-05-18T04:11:17.9441576Z test_meta_logical_and_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.072s) 2022-05-18T04:11:18.0163305Z test_meta_logical_and_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.072s) 2022-05-18T04:11:18.0865266Z test_meta_logical_and_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.070s) 2022-05-18T04:11:18.1569676Z test_meta_logical_and_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.070s) 2022-05-18T04:11:18.2274067Z test_meta_logical_and_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.070s) 2022-05-18T04:11:18.3014090Z test_meta_logical_and_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.074s) 2022-05-18T04:11:18.3715451Z test_meta_logical_and_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.070s) 2022-05-18T04:11:18.3802751Z test_meta_logical_not_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:11:18.3887505Z test_meta_logical_not_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:18.3920161Z test_meta_logical_not_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:11:18.3952798Z test_meta_logical_not_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:11:18.4039607Z test_meta_logical_not_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:11:18.4125277Z test_meta_logical_not_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:18.4217082Z test_meta_logical_not_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:11:18.4301701Z test_meta_logical_not_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:18.4385920Z test_meta_logical_not_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:18.4473776Z test_meta_logical_not_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:11:18.4561740Z test_meta_logical_not_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:11:18.4650544Z test_meta_logical_not_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:11:18.5387558Z test_meta_logical_or_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.074s) 2022-05-18T04:11:18.5851830Z test_meta_logical_or_cuda_bool (__main__.TestMetaCUDA) ... ok (0.046s) 2022-05-18T04:11:18.5975371Z test_meta_logical_or_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:11:18.6099055Z test_meta_logical_or_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:11:18.6822979Z test_meta_logical_or_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.072s) 2022-05-18T04:11:18.7545526Z test_meta_logical_or_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.072s) 2022-05-18T04:11:18.8270167Z test_meta_logical_or_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.072s) 2022-05-18T04:11:18.8969775Z test_meta_logical_or_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.070s) 2022-05-18T04:11:18.9676653Z test_meta_logical_or_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.070s) 2022-05-18T04:11:19.0377928Z test_meta_logical_or_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.070s) 2022-05-18T04:11:19.1083804Z test_meta_logical_or_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.070s) 2022-05-18T04:11:19.1823468Z test_meta_logical_or_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.074s) 2022-05-18T04:11:19.1919419Z test_meta_logical_xor_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:11:19.2012339Z test_meta_logical_xor_cuda_bool (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:11:19.2087567Z test_meta_logical_xor_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:19.2161852Z test_meta_logical_xor_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:19.2256773Z test_meta_logical_xor_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:11:19.2351561Z test_meta_logical_xor_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:11:19.2452114Z test_meta_logical_xor_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:11:19.2545331Z test_meta_logical_xor_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:11:19.2637484Z test_meta_logical_xor_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:11:19.2730173Z test_meta_logical_xor_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:11:19.2822825Z test_meta_logical_xor_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:11:19.2915064Z test_meta_logical_xor_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:11:19.2992960Z test_meta_logit_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:19.3066535Z test_meta_logit_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:19.3149091Z test_meta_logit_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:19.3226481Z test_meta_logit_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:19.3303428Z test_meta_logit_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:19.3377176Z test_meta_logit_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:19.3451084Z test_meta_logit_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:19.3524825Z test_meta_logit_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:19.3598689Z test_meta_logit_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:19.3672339Z test_meta_logit_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:19.3777036Z test_meta_logsumexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:11:19.3872560Z test_meta_logsumexp_cuda_bool (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:11:19.3970075Z test_meta_logsumexp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:11:19.4216304Z test_meta_logsumexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-05-18T04:11:19.4463025Z test_meta_logsumexp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-05-18T04:11:19.4558816Z test_meta_logsumexp_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:11:19.4654834Z test_meta_logsumexp_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:11:19.4751851Z test_meta_logsumexp_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:11:19.4854610Z test_meta_logsumexp_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:11:19.4950992Z test_meta_logsumexp_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:11:19.5013070Z test_meta_long_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:19.5069863Z test_meta_long_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:19.5114327Z test_meta_long_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:19.5158461Z test_meta_long_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:19.5220084Z test_meta_long_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:19.5282818Z test_meta_long_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:19.5350800Z test_meta_long_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:19.5407444Z test_meta_long_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:19.5464691Z test_meta_long_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:19.5519086Z test_meta_long_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:11:19.5576186Z test_meta_long_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:19.5633153Z test_meta_long_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:19.5849814Z test_meta_lt_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-05-18T04:11:19.6047446Z test_meta_lt_cuda_bool (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:11:19.6268353Z test_meta_lt_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-05-18T04:11:19.6482400Z test_meta_lt_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-05-18T04:11:19.6699192Z test_meta_lt_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-05-18T04:11:19.6898435Z test_meta_lt_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:11:19.7098092Z test_meta_lt_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:11:19.7297134Z test_meta_lt_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:11:19.7496953Z test_meta_lt_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:11:19.7696070Z test_meta_lt_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:11:20.1592803Z test_meta_lu_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.389s) 2022-05-18T04:11:20.2696208Z test_meta_lu_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.110s) 2022-05-18T04:11:20.3684311Z test_meta_lu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.099s) 2022-05-18T04:11:20.5260481Z test_meta_lu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.157s) 2022-05-18T04:11:20.6105779Z test_meta_lu_solve_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.084s) 2022-05-18T04:11:20.6698231Z test_meta_lu_solve_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.059s) 2022-05-18T04:11:20.6794407Z test_meta_lu_solve_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:11:20.6895801Z test_meta_lu_solve_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:11:20.7256272Z test_meta_lu_unpack_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-05-18T04:11:20.7606027Z test_meta_lu_unpack_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-05-18T04:11:20.8133341Z test_meta_lu_unpack_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.053s) 2022-05-18T04:11:20.8663668Z test_meta_lu_unpack_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.053s) 2022-05-18T04:11:20.8730023Z test_meta_mH_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:20.8789996Z test_meta_mH_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:20.8836997Z test_meta_mH_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:11:20.8902165Z test_meta_mH_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:20.8955470Z test_meta_mH_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:11:20.9021713Z test_meta_mH_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:20.9087787Z test_meta_mH_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:20.9154100Z test_meta_mH_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:20.9214514Z test_meta_mH_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:20.9275105Z test_meta_mH_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:20.9335199Z test_meta_mH_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:20.9395991Z test_meta_mH_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:20.9462214Z test_meta_mH_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:20.9528575Z test_meta_mT_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:20.9588284Z test_meta_mT_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:20.9634278Z test_meta_mT_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:20.9697744Z test_meta_mT_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:20.9743488Z test_meta_mT_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:20.9809619Z test_meta_mT_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:20.9876498Z test_meta_mT_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:20.9948637Z test_meta_mT_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:21.0008323Z test_meta_mT_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:21.0068423Z test_meta_mT_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:21.0128413Z test_meta_mT_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:21.0190431Z test_meta_mT_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:21.0254117Z test_meta_mT_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:21.0376825Z test_meta_masked_fill_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:11:21.0486714Z test_meta_masked_fill_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:11:21.0587145Z test_meta_masked_fill_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:11:21.0683089Z test_meta_masked_fill_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:11:21.0809189Z test_meta_masked_fill_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-05-18T04:11:21.0935355Z test_meta_masked_fill_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-05-18T04:11:21.1061901Z test_meta_masked_fill_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-05-18T04:11:21.1179565Z test_meta_masked_fill_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:11:21.1296417Z test_meta_masked_fill_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:11:21.1414229Z test_meta_masked_fill_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:11:21.1530407Z test_meta_masked_fill_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:11:21.1640902Z test_meta_masked_fill_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:11:21.1723743Z test_meta_masked_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:21.1797132Z test_meta_masked_scatter_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:21.1862768Z test_meta_masked_scatter_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:21.1930786Z test_meta_masked_scatter_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:21.2012193Z test_meta_masked_scatter_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:21.2099840Z test_meta_masked_scatter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:11:21.2181551Z test_meta_masked_scatter_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:21.2256121Z test_meta_masked_scatter_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:21.2330752Z test_meta_masked_scatter_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:21.2405760Z test_meta_masked_scatter_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:21.2480493Z test_meta_masked_scatter_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:21.2558407Z test_meta_masked_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:21.2652272Z test_meta_masked_select_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:11:21.2744315Z test_meta_masked_select_cuda_bool (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:11:21.2804722Z test_meta_masked_select_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:21.2865486Z test_meta_masked_select_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:21.2957271Z test_meta_masked_select_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:11:21.3048902Z test_meta_masked_select_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:11:21.3140391Z test_meta_masked_select_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:11:21.3226458Z test_meta_masked_select_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:21.3312295Z test_meta_masked_select_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:11:21.3407740Z test_meta_masked_select_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:11:21.3493289Z test_meta_masked_select_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:21.3578834Z test_meta_masked_select_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:21.3678638Z test_meta_matmul_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:11:21.3776528Z test_meta_matmul_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:11:21.3901018Z test_meta_matmul_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:11:21.4025192Z test_meta_matmul_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:11:21.4148968Z test_meta_matmul_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:11:21.4205836Z test_meta_matrix_exp_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:21.4249617Z test_meta_matrix_exp_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:21.4344200Z test_meta_matrix_exp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:11:21.4437679Z test_meta_matrix_exp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:11:21.4531021Z test_meta_matrix_exp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:11:21.4746157Z test_meta_max_binary_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-05-18T04:11:21.4944173Z test_meta_max_binary_cuda_bool (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:11:21.5158134Z test_meta_max_binary_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-05-18T04:11:21.5379087Z test_meta_max_binary_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-05-18T04:11:21.5592492Z test_meta_max_binary_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-05-18T04:11:21.5791217Z test_meta_max_binary_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:11:21.5990782Z test_meta_max_binary_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:11:21.6191382Z test_meta_max_binary_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:11:21.6389903Z test_meta_max_binary_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:11:21.6589183Z test_meta_max_binary_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:11:21.6627170Z test_meta_max_reduction_no_dim_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:21.6670890Z test_meta_max_reduction_no_dim_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:21.6710719Z test_meta_max_reduction_no_dim_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:21.6750468Z test_meta_max_reduction_no_dim_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:21.6790262Z test_meta_max_reduction_no_dim_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:21.6828088Z test_meta_max_reduction_no_dim_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:21.6866116Z test_meta_max_reduction_no_dim_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:21.6904238Z test_meta_max_reduction_no_dim_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:21.6942281Z test_meta_max_reduction_no_dim_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:21.6985618Z test_meta_max_reduction_no_dim_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:21.7048251Z test_meta_max_reduction_with_dim_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:21.7106629Z test_meta_max_reduction_with_dim_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:21.7168605Z test_meta_max_reduction_with_dim_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:21.7231057Z test_meta_max_reduction_with_dim_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:21.7292760Z test_meta_max_reduction_with_dim_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:21.7351608Z test_meta_max_reduction_with_dim_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:21.7410629Z test_meta_max_reduction_with_dim_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:21.7475021Z test_meta_max_reduction_with_dim_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:21.7533548Z test_meta_max_reduction_with_dim_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:21.7592321Z test_meta_max_reduction_with_dim_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:21.7818728Z test_meta_maximum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-05-18T04:11:21.8015428Z test_meta_maximum_cuda_bool (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:11:21.8229827Z test_meta_maximum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-05-18T04:11:21.8443334Z test_meta_maximum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-05-18T04:11:21.8658104Z test_meta_maximum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-05-18T04:11:21.8863553Z test_meta_maximum_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:11:21.9062072Z test_meta_maximum_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:11:21.9260324Z test_meta_maximum_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:11:21.9459769Z test_meta_maximum_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:11:21.9658306Z test_meta_maximum_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:11:21.9814598Z test_meta_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-05-18T04:11:21.9884543Z test_meta_mean_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:21.9954843Z test_meta_mean_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:22.0115522Z test_meta_mean_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-05-18T04:11:22.0268781Z test_meta_mean_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-05-18T04:11:22.0423543Z test_meta_mean_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-05-18T04:11:22.0507010Z test_meta_median_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:22.0588818Z test_meta_median_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:22.0670929Z test_meta_median_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:22.0749452Z test_meta_median_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:22.0827697Z test_meta_median_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:22.0911829Z test_meta_median_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:22.0989754Z test_meta_median_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:22.1067662Z test_meta_median_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:22.1221769Z test_meta_meshgrid_list_of_tensors_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-05-18T04:11:22.1354665Z test_meta_meshgrid_list_of_tensors_cuda_bool (__main__.TestMetaCUDA) ... ok (0.013s) 2022-05-18T04:11:22.1444651Z test_meta_meshgrid_list_of_tensors_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:11:22.1538932Z test_meta_meshgrid_list_of_tensors_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:11:22.1700140Z test_meta_meshgrid_list_of_tensors_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-05-18T04:11:22.1851790Z test_meta_meshgrid_list_of_tensors_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-05-18T04:11:22.2003007Z test_meta_meshgrid_list_of_tensors_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-05-18T04:11:22.2136917Z test_meta_meshgrid_list_of_tensors_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-05-18T04:11:22.2271764Z test_meta_meshgrid_list_of_tensors_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-05-18T04:11:22.2406481Z test_meta_meshgrid_list_of_tensors_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-05-18T04:11:22.2540985Z test_meta_meshgrid_list_of_tensors_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-05-18T04:11:22.2683726Z test_meta_meshgrid_list_of_tensors_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-05-18T04:11:22.2850225Z test_meta_meshgrid_variadic_tensors_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-05-18T04:11:22.2983959Z test_meta_meshgrid_variadic_tensors_cuda_bool (__main__.TestMetaCUDA) ... ok (0.013s) 2022-05-18T04:11:22.3074370Z test_meta_meshgrid_variadic_tensors_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:11:22.3163629Z test_meta_meshgrid_variadic_tensors_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:11:22.3315878Z test_meta_meshgrid_variadic_tensors_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-05-18T04:11:22.3467677Z test_meta_meshgrid_variadic_tensors_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-05-18T04:11:22.3620109Z test_meta_meshgrid_variadic_tensors_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-05-18T04:11:22.3755059Z test_meta_meshgrid_variadic_tensors_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-05-18T04:11:22.3895879Z test_meta_meshgrid_variadic_tensors_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-05-18T04:11:22.4031439Z test_meta_meshgrid_variadic_tensors_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-05-18T04:11:22.4166619Z test_meta_meshgrid_variadic_tensors_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-05-18T04:11:22.4300751Z test_meta_meshgrid_variadic_tensors_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-05-18T04:11:22.4517401Z test_meta_min_binary_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-05-18T04:11:22.4715218Z test_meta_min_binary_cuda_bool (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:11:22.4932210Z test_meta_min_binary_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-05-18T04:11:22.5147525Z test_meta_min_binary_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-05-18T04:11:22.5370459Z test_meta_min_binary_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-05-18T04:11:22.5569354Z test_meta_min_binary_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:11:22.5780358Z test_meta_min_binary_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-05-18T04:11:22.5990743Z test_meta_min_binary_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-05-18T04:11:22.6202636Z test_meta_min_binary_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-05-18T04:11:22.6403600Z test_meta_min_binary_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:11:22.6441017Z test_meta_min_reduction_no_dim_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:22.6476361Z test_meta_min_reduction_no_dim_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:11:22.6521757Z test_meta_min_reduction_no_dim_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:22.6561467Z test_meta_min_reduction_no_dim_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:22.6600988Z test_meta_min_reduction_no_dim_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:22.6638725Z test_meta_min_reduction_no_dim_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:22.6676400Z test_meta_min_reduction_no_dim_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:22.6714132Z test_meta_min_reduction_no_dim_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:22.6751842Z test_meta_min_reduction_no_dim_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:22.6789755Z test_meta_min_reduction_no_dim_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:22.6858069Z test_meta_min_reduction_with_dim_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:22.6916736Z test_meta_min_reduction_with_dim_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:22.6979064Z test_meta_min_reduction_with_dim_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:22.7041478Z test_meta_min_reduction_with_dim_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:22.7103667Z test_meta_min_reduction_with_dim_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:22.7158750Z test_meta_min_reduction_with_dim_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:11:22.7214554Z test_meta_min_reduction_with_dim_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:11:22.7270241Z test_meta_min_reduction_with_dim_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:11:22.7331912Z test_meta_min_reduction_with_dim_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:22.7387215Z test_meta_min_reduction_with_dim_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:11:22.7601175Z test_meta_minimum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-05-18T04:11:22.7795900Z test_meta_minimum_cuda_bool (__main__.TestMetaCUDA) ... ok (0.019s) 2022-05-18T04:11:22.8008295Z test_meta_minimum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-05-18T04:11:22.8222207Z test_meta_minimum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-05-18T04:11:22.8437498Z test_meta_minimum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-05-18T04:11:22.8637963Z test_meta_minimum_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:11:22.8844940Z test_meta_minimum_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-05-18T04:11:22.9045077Z test_meta_minimum_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:11:22.9242209Z test_meta_minimum_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:11:22.9441258Z test_meta_minimum_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:11:22.9487261Z test_meta_mm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:11:22.9532001Z test_meta_mm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:22.9579015Z test_meta_mm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:11:22.9626360Z test_meta_mm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:11:22.9679391Z test_meta_mm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:11:22.9762073Z test_meta_mode_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:22.9834727Z test_meta_mode_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:22.9912875Z test_meta_mode_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:22.9991300Z test_meta_mode_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:23.0069493Z test_meta_mode_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:23.0143224Z test_meta_mode_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:23.0221706Z test_meta_mode_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:23.0305344Z test_meta_mode_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:23.0383548Z test_meta_mode_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:23.0456071Z test_meta_mode_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:23.0494496Z test_meta_movedim_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:23.0530722Z test_meta_movedim_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:11:23.0560964Z test_meta_movedim_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:11:23.0598144Z test_meta_movedim_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:23.0629397Z test_meta_movedim_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:11:23.0672586Z test_meta_movedim_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:23.0709954Z test_meta_movedim_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:23.0747531Z test_meta_movedim_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:23.0783379Z test_meta_movedim_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:11:23.0818787Z test_meta_movedim_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:11:23.0854176Z test_meta_movedim_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:11:23.0890236Z test_meta_movedim_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:11:23.0926111Z test_meta_movedim_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:11:23.0989340Z test_meta_msort_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:23.1045695Z test_meta_msort_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:23.1102524Z test_meta_msort_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:23.1160003Z test_meta_msort_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:23.1218476Z test_meta_msort_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:23.1277492Z test_meta_msort_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:23.1337709Z test_meta_msort_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:23.1394088Z test_meta_msort_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:23.1455191Z test_meta_msort_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:23.1670442Z test_meta_mul_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-05-18T04:11:23.1867937Z test_meta_mul_cuda_bool (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:11:23.1972433Z test_meta_mul_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:11:24.2075772Z test_meta_mul_cuda_complex32 (__main__.TestMetaCUDA) ... ok (1.010s) 2022-05-18T04:11:24.2180051Z test_meta_mul_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:11:24.2395274Z test_meta_mul_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-05-18T04:11:24.2616657Z test_meta_mul_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-05-18T04:11:24.2832164Z test_meta_mul_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-05-18T04:11:24.3032092Z test_meta_mul_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:11:24.3231854Z test_meta_mul_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:11:24.3431440Z test_meta_mul_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:11:24.3631480Z test_meta_mul_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:11:24.3831410Z test_meta_mul_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:11:24.3912986Z test_meta_multinomial_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:24.3998367Z test_meta_multinomial_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:24.4077268Z test_meta_multinomial_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:24.4108749Z test_meta_mv_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:11:24.4140093Z test_meta_mv_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:11:24.4183799Z test_meta_mv_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:24.4227253Z test_meta_mv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:24.4270725Z test_meta_mv_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:24.4377575Z test_meta_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:11:24.4490652Z test_meta_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:11:24.4621916Z test_meta_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:11:24.4698932Z test_meta_mvlgamma_mvlgamma_p_1_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:11:24.4802017Z test_meta_mvlgamma_mvlgamma_p_1_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:11:24.4905437Z test_meta_mvlgamma_mvlgamma_p_1_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:11:24.5012490Z test_meta_mvlgamma_mvlgamma_p_1_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:11:24.5119482Z test_meta_mvlgamma_mvlgamma_p_1_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:11:24.5228340Z test_meta_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:11:24.5340723Z test_meta_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:11:24.5444950Z test_meta_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:11:24.5548432Z test_meta_mvlgamma_mvlgamma_p_3_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:11:24.5651759Z test_meta_mvlgamma_mvlgamma_p_3_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:11:24.5755064Z test_meta_mvlgamma_mvlgamma_p_3_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:11:24.5858308Z test_meta_mvlgamma_mvlgamma_p_3_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:11:24.5961789Z test_meta_mvlgamma_mvlgamma_p_3_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:11:24.6066373Z test_meta_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:11:24.6176818Z test_meta_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:11:24.6281316Z test_meta_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:11:24.6384887Z test_meta_mvlgamma_mvlgamma_p_5_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:11:24.6487711Z test_meta_mvlgamma_mvlgamma_p_5_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:11:24.6590671Z test_meta_mvlgamma_mvlgamma_p_5_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:11:24.6693741Z test_meta_mvlgamma_mvlgamma_p_5_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:11:24.6796733Z test_meta_mvlgamma_mvlgamma_p_5_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:11:24.6883149Z test_meta_nan_to_num_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:11:24.6973898Z test_meta_nan_to_num_cuda_bool (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:11:24.7059794Z test_meta_nan_to_num_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:24.7145632Z test_meta_nan_to_num_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:11:24.7231056Z test_meta_nan_to_num_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:24.7315587Z test_meta_nan_to_num_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:24.7400096Z test_meta_nan_to_num_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:24.7484974Z test_meta_nan_to_num_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:24.7570259Z test_meta_nan_to_num_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:24.7665147Z test_meta_nan_to_num_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:11:24.7768668Z test_meta_nanmean_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:11:24.7871198Z test_meta_nanmean_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:11:24.7973771Z test_meta_nanmean_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:11:24.8076458Z test_meta_nanmean_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:11:24.8163494Z test_meta_nanmedian_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:11:24.8250172Z test_meta_nanmedian_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:11:24.8336796Z test_meta_nanmedian_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:11:24.8426023Z test_meta_nanmedian_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:11:24.8506719Z test_meta_nanmedian_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:24.8585101Z test_meta_nanmedian_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:24.8663740Z test_meta_nanmedian_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:24.8742829Z test_meta_nanmedian_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:24.8871524Z test_meta_nanquantile_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-05-18T04:11:24.8999004Z test_meta_nanquantile_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-05-18T04:11:24.9081347Z test_meta_nansum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:24.9170753Z test_meta_nansum_cuda_bool (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:11:24.9256719Z test_meta_nansum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:24.9342765Z test_meta_nansum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:24.9429389Z test_meta_nansum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:11:24.9512274Z test_meta_nansum_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:24.9594824Z test_meta_nansum_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:24.9677204Z test_meta_nansum_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:24.9760464Z test_meta_nansum_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:24.9847778Z test_meta_nansum_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:11:24.9909424Z test_meta_narrow_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:24.9964378Z test_meta_narrow_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:11:25.0008707Z test_meta_narrow_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:25.0070794Z test_meta_narrow_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:25.0117160Z test_meta_narrow_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:11:25.0180116Z test_meta_narrow_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:25.0241750Z test_meta_narrow_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:25.0309226Z test_meta_narrow_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:25.0364599Z test_meta_narrow_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:11:25.0420470Z test_meta_narrow_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:11:25.0477537Z test_meta_narrow_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:25.0534654Z test_meta_narrow_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:25.0590678Z test_meta_narrow_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:11:25.0804745Z test_meta_ne_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-05-18T04:11:25.1002294Z test_meta_ne_cuda_bool (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:11:25.1131894Z test_meta_ne_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-05-18T04:11:25.1253723Z test_meta_ne_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:11:25.1468696Z test_meta_ne_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-05-18T04:11:25.1681705Z test_meta_ne_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-05-18T04:11:25.1896447Z test_meta_ne_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-05-18T04:11:25.2096029Z test_meta_ne_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:11:25.2295470Z test_meta_ne_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:11:25.2501412Z test_meta_ne_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-05-18T04:11:25.2700011Z test_meta_ne_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:11:25.2899363Z test_meta_ne_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:11:25.2940452Z test_meta_neg_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:25.2971438Z test_meta_neg_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:11:25.4853427Z test_meta_neg_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.188s) 2022-05-18T04:11:25.4883588Z test_meta_neg_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:11:25.4922577Z test_meta_neg_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:25.4967937Z test_meta_neg_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:25.5006025Z test_meta_neg_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:25.5042892Z test_meta_neg_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:25.5079772Z test_meta_neg_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:25.5116572Z test_meta_neg_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:25.5153522Z test_meta_neg_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:25.5190362Z test_meta_neg_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:25.5269203Z test_meta_new_empty_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:25.5348367Z test_meta_new_empty_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:25.5398737Z test_meta_new_empty_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:11:25.5449170Z test_meta_new_empty_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:11:25.5527651Z test_meta_new_empty_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:25.5606250Z test_meta_new_empty_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:25.5689637Z test_meta_new_empty_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:25.5766559Z test_meta_new_empty_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:25.5839171Z test_meta_new_empty_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:25.5917607Z test_meta_new_empty_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:25.5990632Z test_meta_new_empty_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:25.6063382Z test_meta_new_empty_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:25.6149915Z test_meta_new_full_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:11:25.6227852Z test_meta_new_full_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:25.6291280Z test_meta_new_full_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:25.6352252Z test_meta_new_full_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:25.6439354Z test_meta_new_full_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:11:25.6531920Z test_meta_new_full_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:11:25.6623347Z test_meta_new_full_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:11:25.6713967Z test_meta_new_full_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:11:25.6792299Z test_meta_new_full_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:25.6871174Z test_meta_new_full_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:25.6949351Z test_meta_new_full_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:25.7027731Z test_meta_new_full_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:25.7108989Z test_meta_new_ones_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:25.7189196Z test_meta_new_ones_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:25.7241146Z test_meta_new_ones_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:11:25.7293069Z test_meta_new_ones_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:11:25.7374510Z test_meta_new_ones_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:25.7455661Z test_meta_new_ones_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:25.7537023Z test_meta_new_ones_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:25.7612231Z test_meta_new_ones_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:25.7687631Z test_meta_new_ones_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:25.7768023Z test_meta_new_ones_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:25.7842676Z test_meta_new_ones_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:25.7917336Z test_meta_new_ones_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:25.7998709Z test_meta_new_zeros_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:25.8073024Z test_meta_new_zeros_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:25.8124555Z test_meta_new_zeros_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:11:25.8176337Z test_meta_new_zeros_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:11:25.8257517Z test_meta_new_zeros_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:25.8348605Z test_meta_new_zeros_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:11:25.8432868Z test_meta_new_zeros_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:25.8507564Z test_meta_new_zeros_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:25.8582035Z test_meta_new_zeros_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:25.8656505Z test_meta_new_zeros_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:25.8734473Z test_meta_new_zeros_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:25.8809431Z test_meta_new_zeros_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:25.9023863Z test_meta_nextafter_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-05-18T04:11:25.9243682Z test_meta_nextafter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-05-18T04:11:25.9458313Z test_meta_nextafter_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-05-18T04:11:25.9558743Z test_meta_nn_functional_adaptive_avg_pool1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:11:25.9657549Z test_meta_nn_functional_adaptive_avg_pool1d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:11:25.9756464Z test_meta_nn_functional_adaptive_avg_pool1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:11:25.9855263Z test_meta_nn_functional_adaptive_avg_pool1d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:11:25.9938605Z test_meta_nn_functional_adaptive_avg_pool2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:26.0021688Z test_meta_nn_functional_adaptive_avg_pool2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:26.0109947Z test_meta_nn_functional_adaptive_avg_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:11:26.0192358Z test_meta_nn_functional_adaptive_avg_pool2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:26.0273741Z test_meta_nn_functional_adaptive_avg_pool3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:26.0354788Z test_meta_nn_functional_adaptive_avg_pool3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:26.0435690Z test_meta_nn_functional_adaptive_avg_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:26.0517056Z test_meta_nn_functional_adaptive_avg_pool3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:26.0576521Z test_meta_nn_functional_adaptive_max_pool1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:26.0636220Z test_meta_nn_functional_adaptive_max_pool1d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:26.0701356Z test_meta_nn_functional_adaptive_max_pool1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:26.0760379Z test_meta_nn_functional_adaptive_max_pool1d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:26.0892991Z test_meta_nn_functional_adaptive_max_pool2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-05-18T04:11:26.1025467Z test_meta_nn_functional_adaptive_max_pool2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-05-18T04:11:26.1157686Z test_meta_nn_functional_adaptive_max_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-05-18T04:11:26.1289907Z test_meta_nn_functional_adaptive_max_pool2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-05-18T04:11:26.1407322Z test_meta_nn_functional_adaptive_max_pool3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:11:26.1529382Z test_meta_nn_functional_adaptive_max_pool3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:11:26.1644541Z test_meta_nn_functional_adaptive_max_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:11:26.1759910Z test_meta_nn_functional_adaptive_max_pool3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:11:26.1856589Z test_meta_nn_functional_avg_pool1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:11:26.1953207Z test_meta_nn_functional_avg_pool1d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:11:26.2050226Z test_meta_nn_functional_avg_pool1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:11:26.2146418Z test_meta_nn_functional_avg_pool1d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:11:26.2285502Z test_meta_nn_functional_avg_pool2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-05-18T04:11:26.2430873Z test_meta_nn_functional_avg_pool2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-05-18T04:11:26.2569477Z test_meta_nn_functional_avg_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-05-18T04:11:26.2708516Z test_meta_nn_functional_avg_pool2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-05-18T04:11:26.2868732Z test_meta_nn_functional_avg_pool3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-05-18T04:11:26.3026536Z test_meta_nn_functional_avg_pool3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-05-18T04:11:26.3184257Z test_meta_nn_functional_avg_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-05-18T04:11:26.3342172Z test_meta_nn_functional_avg_pool3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-05-18T04:11:26.3454183Z test_meta_nn_functional_batch_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:11:26.3571011Z test_meta_nn_functional_batch_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:11:26.8963255Z test_meta_nn_functional_batch_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.539s) 2022-05-18T04:11:26.9074424Z test_meta_nn_functional_batch_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:11:26.9188198Z test_meta_nn_functional_batch_norm_without_cudnn_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:11:26.9297835Z test_meta_nn_functional_batch_norm_without_cudnn_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:11:26.9408016Z test_meta_nn_functional_batch_norm_without_cudnn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:11:26.9518180Z test_meta_nn_functional_batch_norm_without_cudnn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:11:26.9844731Z test_meta_nn_functional_bilinear_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-05-18T04:11:27.0159780Z test_meta_nn_functional_bilinear_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-05-18T04:11:27.0466109Z test_meta_nn_functional_bilinear_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-05-18T04:11:27.0544507Z test_meta_nn_functional_binary_cross_entropy_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:27.0621590Z test_meta_nn_functional_binary_cross_entropy_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:27.0698501Z test_meta_nn_functional_binary_cross_entropy_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:27.0775776Z test_meta_nn_functional_binary_cross_entropy_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:27.1219107Z test_meta_nn_functional_binary_cross_entropy_with_logits_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-05-18T04:11:27.1670591Z test_meta_nn_functional_binary_cross_entropy_with_logits_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-05-18T04:11:27.2113043Z test_meta_nn_functional_binary_cross_entropy_with_logits_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-05-18T04:11:27.2555250Z test_meta_nn_functional_binary_cross_entropy_with_logits_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-05-18T04:11:27.2601968Z test_meta_nn_functional_celu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:11:27.2648169Z test_meta_nn_functional_celu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:11:27.2694272Z test_meta_nn_functional_celu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:11:27.2740848Z test_meta_nn_functional_celu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:11:27.2816477Z test_meta_nn_functional_conv1d_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:27.2894595Z test_meta_nn_functional_conv1d_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:27.3014433Z test_meta_nn_functional_conv1d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:11:27.3133418Z test_meta_nn_functional_conv1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:11:27.3252765Z test_meta_nn_functional_conv1d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:11:27.3428183Z test_meta_nn_functional_conv2d_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-05-18T04:11:27.3602126Z test_meta_nn_functional_conv2d_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-05-18T04:11:27.3725741Z test_meta_nn_functional_conv2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:11:27.3849456Z test_meta_nn_functional_conv2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:11:27.3979412Z test_meta_nn_functional_conv2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-05-18T04:11:27.4101039Z test_meta_nn_functional_conv_transpose1d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:11:27.4219732Z test_meta_nn_functional_conv_transpose1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:11:27.4338854Z test_meta_nn_functional_conv_transpose1d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:11:27.4458381Z test_meta_nn_functional_conv_transpose2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:11:27.4577836Z test_meta_nn_functional_conv_transpose2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:11:27.4696974Z test_meta_nn_functional_conv_transpose2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:11:27.4816756Z test_meta_nn_functional_conv_transpose3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:11:27.4942502Z test_meta_nn_functional_conv_transpose3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:11:27.5061692Z test_meta_nn_functional_conv_transpose3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:11:27.5321094Z test_meta_nn_functional_cosine_embedding_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-05-18T04:11:27.5568489Z test_meta_nn_functional_cosine_embedding_loss_cuda_bool (__main__.TestMetaCUDA) ... ok (0.025s) 2022-05-18T04:11:27.5824683Z test_meta_nn_functional_cosine_embedding_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-05-18T04:11:27.6080052Z test_meta_nn_functional_cosine_embedding_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-05-18T04:11:27.6336252Z test_meta_nn_functional_cosine_embedding_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-05-18T04:11:27.6585615Z test_meta_nn_functional_cosine_embedding_loss_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-05-18T04:11:27.6840601Z test_meta_nn_functional_cosine_embedding_loss_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-05-18T04:11:27.7086902Z test_meta_nn_functional_cosine_embedding_loss_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-05-18T04:11:27.7337754Z test_meta_nn_functional_cosine_embedding_loss_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-05-18T04:11:27.7588351Z test_meta_nn_functional_cosine_embedding_loss_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-05-18T04:11:27.7730706Z test_meta_nn_functional_cosine_similarity_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-05-18T04:11:27.7872294Z test_meta_nn_functional_cosine_similarity_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-05-18T04:11:27.8013489Z test_meta_nn_functional_cosine_similarity_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-05-18T04:11:27.8155379Z test_meta_nn_functional_cosine_similarity_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-05-18T04:11:27.8337100Z test_meta_nn_functional_cross_entropy_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-05-18T04:11:27.8509389Z test_meta_nn_functional_cross_entropy_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-05-18T04:11:27.8681751Z test_meta_nn_functional_cross_entropy_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-05-18T04:11:27.8854373Z test_meta_nn_functional_cross_entropy_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-05-18T04:11:27.8980243Z test_meta_nn_functional_ctc_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:11:27.9104911Z test_meta_nn_functional_ctc_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:11:27.9257330Z test_meta_nn_functional_dropout2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-05-18T04:11:27.9408775Z test_meta_nn_functional_dropout2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-05-18T04:11:27.9566882Z test_meta_nn_functional_dropout2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-05-18T04:11:27.9718618Z test_meta_nn_functional_dropout2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-05-18T04:11:27.9922499Z test_meta_nn_functional_dropout_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:11:28.0126557Z test_meta_nn_functional_dropout_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:11:28.0330549Z test_meta_nn_functional_dropout_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:11:28.0534482Z test_meta_nn_functional_dropout_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:11:28.0581478Z test_meta_nn_functional_elu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:11:28.0628565Z test_meta_nn_functional_elu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:11:28.0681184Z test_meta_nn_functional_elu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:11:28.0727215Z test_meta_nn_functional_elu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:28.0980424Z test_meta_nn_functional_embedding_bag_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-05-18T04:11:28.1233280Z test_meta_nn_functional_embedding_bag_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-05-18T04:11:28.1483577Z test_meta_nn_functional_embedding_bag_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-05-18T04:11:28.1735474Z test_meta_nn_functional_embedding_bag_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-05-18T04:11:28.1881362Z test_meta_nn_functional_embedding_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-05-18T04:11:28.2026579Z test_meta_nn_functional_embedding_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-05-18T04:11:28.2177687Z test_meta_nn_functional_embedding_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-05-18T04:11:28.2321190Z test_meta_nn_functional_embedding_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-05-18T04:11:28.2414985Z test_meta_nn_functional_feature_alpha_dropout_with_train_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:11:28.2508399Z test_meta_nn_functional_feature_alpha_dropout_with_train_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:11:28.2601870Z test_meta_nn_functional_feature_alpha_dropout_with_train_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:11:28.2694784Z test_meta_nn_functional_feature_alpha_dropout_with_train_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:11:28.2810160Z test_meta_nn_functional_feature_alpha_dropout_without_train_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:11:28.2914842Z test_meta_nn_functional_feature_alpha_dropout_without_train_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:11:28.3000321Z test_meta_nn_functional_feature_alpha_dropout_without_train_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:28.3079405Z test_meta_nn_functional_feature_alpha_dropout_without_train_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:28.3193438Z test_meta_nn_functional_feature_alpha_dropout_without_train_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:11:28.3307622Z test_meta_nn_functional_feature_alpha_dropout_without_train_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:11:28.3428001Z test_meta_nn_functional_feature_alpha_dropout_without_train_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:11:28.3537669Z test_meta_nn_functional_feature_alpha_dropout_without_train_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:11:28.3644657Z test_meta_nn_functional_feature_alpha_dropout_without_train_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:11:28.3749987Z test_meta_nn_functional_feature_alpha_dropout_without_train_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:11:28.3860063Z test_meta_nn_functional_feature_alpha_dropout_without_train_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:11:28.3964087Z test_meta_nn_functional_feature_alpha_dropout_without_train_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:11:28.4365473Z test_meta_nn_functional_fractional_max_pool2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-05-18T04:11:28.4766149Z test_meta_nn_functional_fractional_max_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-05-18T04:11:28.5167298Z test_meta_nn_functional_fractional_max_pool2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-05-18T04:11:28.5693841Z test_meta_nn_functional_fractional_max_pool3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.053s) 2022-05-18T04:11:28.6219110Z test_meta_nn_functional_fractional_max_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.052s) 2022-05-18T04:11:28.6761860Z test_meta_nn_functional_fractional_max_pool3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-05-18T04:11:28.6866877Z test_meta_nn_functional_gaussian_nll_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:11:28.6967679Z test_meta_nn_functional_gaussian_nll_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:11:28.7068330Z test_meta_nn_functional_gaussian_nll_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:11:28.7169091Z test_meta_nn_functional_gaussian_nll_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:11:28.7314316Z test_meta_nn_functional_gelu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-05-18T04:11:28.7458961Z test_meta_nn_functional_gelu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-05-18T04:11:28.7603505Z test_meta_nn_functional_gelu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-05-18T04:11:28.7754519Z test_meta_nn_functional_gelu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-05-18T04:11:28.8136002Z test_meta_nn_functional_glu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-05-18T04:11:28.8517833Z test_meta_nn_functional_glu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-05-18T04:11:28.8897403Z test_meta_nn_functional_glu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-05-18T04:11:28.9277615Z test_meta_nn_functional_glu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-05-18T04:11:28.9429927Z test_meta_nn_functional_grid_sample_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-05-18T04:11:28.9581595Z test_meta_nn_functional_grid_sample_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-05-18T04:11:28.9733783Z test_meta_nn_functional_grid_sample_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-05-18T04:11:28.9842985Z test_meta_nn_functional_group_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:11:28.9945630Z test_meta_nn_functional_group_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:11:29.0047752Z test_meta_nn_functional_group_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:11:29.0149914Z test_meta_nn_functional_group_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:11:29.0308789Z test_meta_nn_functional_hardshrink_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-05-18T04:11:29.0466429Z test_meta_nn_functional_hardshrink_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-05-18T04:11:29.0624938Z test_meta_nn_functional_hardshrink_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-05-18T04:11:29.0783226Z test_meta_nn_functional_hardshrink_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-05-18T04:11:29.0835342Z test_meta_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:11:29.0880784Z test_meta_nn_functional_hardsigmoid_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:29.0926078Z test_meta_nn_functional_hardsigmoid_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:29.0971638Z test_meta_nn_functional_hardsigmoid_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:29.1044248Z test_meta_nn_functional_hardswish_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:29.1116366Z test_meta_nn_functional_hardswish_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:29.1189158Z test_meta_nn_functional_hardswish_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:29.1261193Z test_meta_nn_functional_hardswish_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:29.1344971Z test_meta_nn_functional_hardtanh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:29.1422263Z test_meta_nn_functional_hardtanh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:29.1499290Z test_meta_nn_functional_hardtanh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:29.1576229Z test_meta_nn_functional_hardtanh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:29.1646532Z test_meta_nn_functional_hardtanh_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:29.1717013Z test_meta_nn_functional_hardtanh_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:29.1787274Z test_meta_nn_functional_hardtanh_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:29.1857243Z test_meta_nn_functional_hardtanh_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:29.2222064Z test_meta_nn_functional_hinge_embedding_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-05-18T04:11:29.2576440Z test_meta_nn_functional_hinge_embedding_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-05-18T04:11:29.2934100Z test_meta_nn_functional_hinge_embedding_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-05-18T04:11:29.3289781Z test_meta_nn_functional_hinge_embedding_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-05-18T04:11:29.3545369Z test_meta_nn_functional_huber_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-05-18T04:11:29.3802807Z test_meta_nn_functional_huber_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-05-18T04:11:29.4056381Z test_meta_nn_functional_huber_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-05-18T04:11:29.4312955Z test_meta_nn_functional_huber_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-05-18T04:11:29.4440046Z test_meta_nn_functional_instance_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-05-18T04:11:29.4564651Z test_meta_nn_functional_instance_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:11:29.4689265Z test_meta_nn_functional_instance_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:11:29.4813826Z test_meta_nn_functional_instance_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:11:29.4835070Z test_meta_nn_functional_interpolate_area_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: permanently excluded (0.002s) 2022-05-18T04:11:29.4856459Z test_meta_nn_functional_interpolate_area_cuda_float16 (__main__.TestMetaCUDA) ... skip: permanently excluded (0.002s) 2022-05-18T04:11:29.4883832Z test_meta_nn_functional_interpolate_area_cuda_float32 (__main__.TestMetaCUDA) ... skip: permanently excluded (0.003s) 2022-05-18T04:11:29.4904171Z test_meta_nn_functional_interpolate_area_cuda_float64 (__main__.TestMetaCUDA) ... skip: permanently excluded (0.002s) 2022-05-18T04:11:29.4924474Z test_meta_nn_functional_interpolate_bicubic_cuda_float16 (__main__.TestMetaCUDA) ... skip: permanently excluded (0.002s) 2022-05-18T04:11:29.4945143Z test_meta_nn_functional_interpolate_bicubic_cuda_float32 (__main__.TestMetaCUDA) ... skip: permanently excluded (0.002s) 2022-05-18T04:11:29.4964968Z test_meta_nn_functional_interpolate_bicubic_cuda_float64 (__main__.TestMetaCUDA) ... skip: permanently excluded (0.002s) 2022-05-18T04:11:29.4985543Z test_meta_nn_functional_interpolate_bilinear_cuda_float16 (__main__.TestMetaCUDA) ... skip: permanently excluded (0.002s) 2022-05-18T04:11:29.5005508Z test_meta_nn_functional_interpolate_bilinear_cuda_float32 (__main__.TestMetaCUDA) ... skip: permanently excluded (0.002s) 2022-05-18T04:11:29.5025860Z test_meta_nn_functional_interpolate_bilinear_cuda_float64 (__main__.TestMetaCUDA) ... skip: permanently excluded (0.002s) 2022-05-18T04:11:29.5045900Z test_meta_nn_functional_interpolate_linear_cuda_float16 (__main__.TestMetaCUDA) ... skip: permanently excluded (0.002s) 2022-05-18T04:11:29.5066104Z test_meta_nn_functional_interpolate_linear_cuda_float32 (__main__.TestMetaCUDA) ... skip: permanently excluded (0.002s) 2022-05-18T04:11:29.5087781Z test_meta_nn_functional_interpolate_linear_cuda_float64 (__main__.TestMetaCUDA) ... skip: permanently excluded (0.002s) 2022-05-18T04:11:29.5110223Z test_meta_nn_functional_interpolate_nearest_cuda_float16 (__main__.TestMetaCUDA) ... skip: permanently excluded (0.002s) 2022-05-18T04:11:29.5135811Z test_meta_nn_functional_interpolate_nearest_cuda_float32 (__main__.TestMetaCUDA) ... skip: permanently excluded (0.002s) 2022-05-18T04:11:29.5156259Z test_meta_nn_functional_interpolate_nearest_cuda_float64 (__main__.TestMetaCUDA) ... skip: permanently excluded (0.002s) 2022-05-18T04:11:29.5176302Z test_meta_nn_functional_interpolate_nearest_cuda_uint8 (__main__.TestMetaCUDA) ... skip: permanently excluded (0.002s) 2022-05-18T04:11:29.5196520Z test_meta_nn_functional_interpolate_trilinear_cuda_float16 (__main__.TestMetaCUDA) ... skip: permanently excluded (0.002s) 2022-05-18T04:11:29.5216583Z test_meta_nn_functional_interpolate_trilinear_cuda_float32 (__main__.TestMetaCUDA) ... skip: permanently excluded (0.002s) 2022-05-18T04:11:29.5237056Z test_meta_nn_functional_interpolate_trilinear_cuda_float64 (__main__.TestMetaCUDA) ... skip: permanently excluded (0.002s) 2022-05-18T04:11:29.5473778Z test_meta_nn_functional_kl_div_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-05-18T04:11:29.5710610Z test_meta_nn_functional_kl_div_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-05-18T04:11:29.5946314Z test_meta_nn_functional_kl_div_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-05-18T04:11:29.6188308Z test_meta_nn_functional_kl_div_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-05-18T04:11:29.6404291Z test_meta_nn_functional_kl_div_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-05-18T04:11:29.6628950Z test_meta_nn_functional_kl_div_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-05-18T04:11:29.6844928Z test_meta_nn_functional_kl_div_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-05-18T04:11:29.7061153Z test_meta_nn_functional_kl_div_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-05-18T04:11:29.7160601Z test_meta_nn_functional_l1_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:11:29.7250093Z test_meta_nn_functional_l1_loss_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:11:29.7339554Z test_meta_nn_functional_l1_loss_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:11:29.7444568Z test_meta_nn_functional_l1_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:11:29.7542870Z test_meta_nn_functional_l1_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:11:29.7641322Z test_meta_nn_functional_l1_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:11:29.7746213Z test_meta_nn_functional_layer_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:11:29.7848702Z test_meta_nn_functional_layer_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:11:29.7951718Z test_meta_nn_functional_layer_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:11:29.8054689Z test_meta_nn_functional_layer_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:11:29.8146330Z test_meta_nn_functional_leaky_relu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:11:29.8244646Z test_meta_nn_functional_leaky_relu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:11:29.8335153Z test_meta_nn_functional_leaky_relu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:11:29.8425780Z test_meta_nn_functional_leaky_relu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:11:29.8608729Z test_meta_nn_functional_linear_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-05-18T04:11:29.8791822Z test_meta_nn_functional_linear_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-05-18T04:11:29.9195045Z test_meta_nn_functional_linear_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-05-18T04:11:29.9597033Z test_meta_nn_functional_linear_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-05-18T04:11:29.9998883Z test_meta_nn_functional_linear_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-05-18T04:11:30.0145514Z test_meta_nn_functional_local_response_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-05-18T04:11:30.0283386Z test_meta_nn_functional_local_response_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-05-18T04:11:30.0421735Z test_meta_nn_functional_local_response_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-05-18T04:11:30.0559853Z test_meta_nn_functional_local_response_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-05-18T04:11:30.0646581Z test_meta_nn_functional_logsigmoid_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:11:30.0732517Z test_meta_nn_functional_logsigmoid_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:30.0818422Z test_meta_nn_functional_logsigmoid_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:30.0970038Z test_meta_nn_functional_margin_ranking_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-05-18T04:11:30.1126390Z test_meta_nn_functional_margin_ranking_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-05-18T04:11:30.1277570Z test_meta_nn_functional_margin_ranking_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-05-18T04:11:30.1428255Z test_meta_nn_functional_margin_ranking_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-05-18T04:11:30.1558601Z test_meta_nn_functional_margin_ranking_loss_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-05-18T04:11:30.1688818Z test_meta_nn_functional_margin_ranking_loss_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-05-18T04:11:30.1819929Z test_meta_nn_functional_margin_ranking_loss_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-05-18T04:11:30.1949818Z test_meta_nn_functional_margin_ranking_loss_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-05-18T04:11:30.2080607Z test_meta_nn_functional_margin_ranking_loss_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-05-18T04:11:30.2093537Z test_meta_nn_functional_max_pool1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: Works on some configs (0.001s) 2022-05-18T04:11:31.0642274Z test_meta_nn_functional_max_pool1d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.855s) 2022-05-18T04:11:31.9145569Z test_meta_nn_functional_max_pool1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.850s) 2022-05-18T04:11:32.7619774Z test_meta_nn_functional_max_pool1d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.847s) 2022-05-18T04:11:34.1596771Z test_meta_nn_functional_max_pool2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (1.398s) 2022-05-18T04:11:35.5614432Z test_meta_nn_functional_max_pool2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (1.402s) 2022-05-18T04:11:36.9769279Z test_meta_nn_functional_max_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.415s) 2022-05-18T04:11:38.3795773Z test_meta_nn_functional_max_pool2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (1.403s) 2022-05-18T04:11:38.3869936Z test_meta_nn_functional_max_pool3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:38.3947992Z test_meta_nn_functional_max_pool3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:38.4019040Z test_meta_nn_functional_max_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:38.4090066Z test_meta_nn_functional_max_pool3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:38.4166538Z test_meta_nn_functional_max_unpool1d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:38.4246755Z test_meta_nn_functional_max_unpool1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:38.4326245Z test_meta_nn_functional_max_unpool1d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:38.4408112Z test_meta_nn_functional_max_unpool1d_grad_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:38.4496834Z test_meta_nn_functional_max_unpool1d_grad_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:11:38.4578495Z test_meta_nn_functional_max_unpool1d_grad_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:38.4654343Z test_meta_nn_functional_max_unpool2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:38.4730705Z test_meta_nn_functional_max_unpool2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:38.4806189Z test_meta_nn_functional_max_unpool2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:38.4882207Z test_meta_nn_functional_max_unpool2d_grad_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:38.4958342Z test_meta_nn_functional_max_unpool2d_grad_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:38.5053396Z test_meta_nn_functional_max_unpool2d_grad_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:11:38.5134781Z test_meta_nn_functional_max_unpool3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:38.5209439Z test_meta_nn_functional_max_unpool3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:38.5288790Z test_meta_nn_functional_max_unpool3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:38.5408695Z test_meta_nn_functional_max_unpool3d_grad_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:11:38.5528523Z test_meta_nn_functional_max_unpool3d_grad_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:11:38.5635969Z test_meta_nn_functional_max_unpool3d_grad_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:11:38.5684257Z test_meta_nn_functional_mish_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:11:38.5730025Z test_meta_nn_functional_mish_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:38.5781669Z test_meta_nn_functional_mish_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:11:38.5827197Z test_meta_nn_functional_mish_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:38.5922804Z test_meta_nn_functional_mse_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:11:38.6017115Z test_meta_nn_functional_mse_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:11:38.6112209Z test_meta_nn_functional_mse_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:11:38.6207593Z test_meta_nn_functional_mse_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:11:38.6282458Z test_meta_nn_functional_multi_margin_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:38.6356492Z test_meta_nn_functional_multi_margin_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:38.6436489Z test_meta_nn_functional_multi_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:38.6510299Z test_meta_nn_functional_multi_margin_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:38.6595714Z test_meta_nn_functional_multilabel_margin_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:38.6681023Z test_meta_nn_functional_multilabel_margin_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:38.6766444Z test_meta_nn_functional_multilabel_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:38.6852076Z test_meta_nn_functional_multilabel_margin_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:38.6940093Z test_meta_nn_functional_multilabel_soft_margin_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:11:38.7027831Z test_meta_nn_functional_multilabel_soft_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:11:38.7124309Z test_meta_nn_functional_multilabel_soft_margin_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:11:38.7414921Z test_meta_nn_functional_nll_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-05-18T04:11:38.7706213Z test_meta_nn_functional_nll_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-05-18T04:11:38.7998880Z test_meta_nn_functional_nll_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-05-18T04:11:38.8291927Z test_meta_nn_functional_nll_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-05-18T04:11:38.8476330Z test_meta_nn_functional_normalize_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-05-18T04:11:38.8571409Z test_meta_nn_functional_normalize_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:11:38.8666283Z test_meta_nn_functional_normalize_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:11:38.8854224Z test_meta_nn_functional_normalize_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-05-18T04:11:38.9036293Z test_meta_nn_functional_normalize_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-05-18T04:11:38.9213863Z test_meta_nn_functional_normalize_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-05-18T04:11:38.9315096Z test_meta_nn_functional_one_hot_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:11:38.9335226Z test_meta_nn_functional_pad_circular_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: permanently excluded (0.002s) 2022-05-18T04:11:38.9355442Z test_meta_nn_functional_pad_circular_cuda_bool (__main__.TestMetaCUDA) ... skip: permanently excluded (0.002s) 2022-05-18T04:11:38.9375367Z test_meta_nn_functional_pad_circular_cuda_complex128 (__main__.TestMetaCUDA) ... skip: permanently excluded (0.002s) 2022-05-18T04:11:38.9395580Z test_meta_nn_functional_pad_circular_cuda_complex64 (__main__.TestMetaCUDA) ... skip: permanently excluded (0.002s) 2022-05-18T04:11:38.9415637Z test_meta_nn_functional_pad_circular_cuda_float16 (__main__.TestMetaCUDA) ... skip: permanently excluded (0.002s) 2022-05-18T04:11:38.9436212Z test_meta_nn_functional_pad_circular_cuda_float32 (__main__.TestMetaCUDA) ... skip: permanently excluded (0.002s) 2022-05-18T04:11:38.9462420Z test_meta_nn_functional_pad_circular_cuda_float64 (__main__.TestMetaCUDA) ... skip: permanently excluded (0.002s) 2022-05-18T04:11:38.9481928Z test_meta_nn_functional_pad_circular_cuda_int16 (__main__.TestMetaCUDA) ... skip: permanently excluded (0.002s) 2022-05-18T04:11:38.9502166Z test_meta_nn_functional_pad_circular_cuda_int32 (__main__.TestMetaCUDA) ... skip: permanently excluded (0.002s) 2022-05-18T04:11:38.9522079Z test_meta_nn_functional_pad_circular_cuda_int64 (__main__.TestMetaCUDA) ... skip: permanently excluded (0.002s) 2022-05-18T04:11:38.9542400Z test_meta_nn_functional_pad_circular_cuda_int8 (__main__.TestMetaCUDA) ... skip: permanently excluded (0.002s) 2022-05-18T04:11:38.9563796Z test_meta_nn_functional_pad_circular_cuda_uint8 (__main__.TestMetaCUDA) ... skip: permanently excluded (0.002s) 2022-05-18T04:11:38.9585611Z test_meta_nn_functional_pad_constant_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: permanently excluded (0.002s) 2022-05-18T04:11:38.9607186Z test_meta_nn_functional_pad_constant_cuda_bool (__main__.TestMetaCUDA) ... skip: permanently excluded (0.002s) 2022-05-18T04:11:38.9628910Z test_meta_nn_functional_pad_constant_cuda_complex128 (__main__.TestMetaCUDA) ... skip: permanently excluded (0.002s) 2022-05-18T04:11:38.9650494Z test_meta_nn_functional_pad_constant_cuda_complex64 (__main__.TestMetaCUDA) ... skip: permanently excluded (0.002s) 2022-05-18T04:11:38.9672341Z test_meta_nn_functional_pad_constant_cuda_float16 (__main__.TestMetaCUDA) ... skip: permanently excluded (0.002s) 2022-05-18T04:11:38.9692373Z test_meta_nn_functional_pad_constant_cuda_float32 (__main__.TestMetaCUDA) ... skip: permanently excluded (0.002s) 2022-05-18T04:11:38.9719972Z test_meta_nn_functional_pad_constant_cuda_float64 (__main__.TestMetaCUDA) ... skip: permanently excluded (0.003s) 2022-05-18T04:11:38.9740163Z test_meta_nn_functional_pad_constant_cuda_int16 (__main__.TestMetaCUDA) ... skip: permanently excluded (0.002s) 2022-05-18T04:11:38.9759954Z test_meta_nn_functional_pad_constant_cuda_int32 (__main__.TestMetaCUDA) ... skip: permanently excluded (0.002s) 2022-05-18T04:11:38.9779604Z test_meta_nn_functional_pad_constant_cuda_int64 (__main__.TestMetaCUDA) ... skip: permanently excluded (0.002s) 2022-05-18T04:11:38.9799550Z test_meta_nn_functional_pad_constant_cuda_int8 (__main__.TestMetaCUDA) ... skip: permanently excluded (0.002s) 2022-05-18T04:11:38.9819403Z test_meta_nn_functional_pad_constant_cuda_uint8 (__main__.TestMetaCUDA) ... skip: permanently excluded (0.002s) 2022-05-18T04:11:38.9839422Z test_meta_nn_functional_pad_reflect_cuda_complex128 (__main__.TestMetaCUDA) ... skip: permanently excluded (0.002s) 2022-05-18T04:11:38.9861264Z test_meta_nn_functional_pad_reflect_cuda_complex64 (__main__.TestMetaCUDA) ... skip: permanently excluded (0.002s) 2022-05-18T04:11:38.9882723Z test_meta_nn_functional_pad_reflect_cuda_float16 (__main__.TestMetaCUDA) ... skip: permanently excluded (0.002s) 2022-05-18T04:11:38.9904447Z test_meta_nn_functional_pad_reflect_cuda_float32 (__main__.TestMetaCUDA) ... skip: permanently excluded (0.002s) 2022-05-18T04:11:38.9924301Z test_meta_nn_functional_pad_reflect_cuda_float64 (__main__.TestMetaCUDA) ... skip: permanently excluded (0.002s) 2022-05-18T04:11:38.9944558Z test_meta_nn_functional_pad_replicate_cuda_complex128 (__main__.TestMetaCUDA) ... skip: permanently excluded (0.002s) 2022-05-18T04:11:38.9969979Z test_meta_nn_functional_pad_replicate_cuda_complex64 (__main__.TestMetaCUDA) ... skip: permanently excluded (0.002s) 2022-05-18T04:11:38.9989658Z test_meta_nn_functional_pad_replicate_cuda_float16 (__main__.TestMetaCUDA) ... skip: permanently excluded (0.002s) 2022-05-18T04:11:39.0011205Z test_meta_nn_functional_pad_replicate_cuda_float32 (__main__.TestMetaCUDA) ... skip: permanently excluded (0.002s) 2022-05-18T04:11:39.0032905Z test_meta_nn_functional_pad_replicate_cuda_float64 (__main__.TestMetaCUDA) ... skip: permanently excluded (0.002s) 2022-05-18T04:11:39.0139278Z test_meta_nn_functional_pairwise_distance_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:11:39.0212777Z test_meta_nn_functional_pairwise_distance_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:39.0285195Z test_meta_nn_functional_pairwise_distance_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:39.0390373Z test_meta_nn_functional_pairwise_distance_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:11:39.0496293Z test_meta_nn_functional_pairwise_distance_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:11:39.0601759Z test_meta_nn_functional_pairwise_distance_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:11:39.0690898Z test_meta_nn_functional_pairwise_distance_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:11:39.0779313Z test_meta_nn_functional_pairwise_distance_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:11:39.0868038Z test_meta_nn_functional_pairwise_distance_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:11:39.0956064Z test_meta_nn_functional_pairwise_distance_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:11:39.1045325Z test_meta_nn_functional_pairwise_distance_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:11:39.1132194Z test_meta_nn_functional_pdist_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:11:39.1217664Z test_meta_nn_functional_pdist_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:39.1261774Z test_meta_nn_functional_pixel_shuffle_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:39.1296637Z test_meta_nn_functional_pixel_shuffle_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:11:39.1327286Z test_meta_nn_functional_pixel_shuffle_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:11:39.1357779Z test_meta_nn_functional_pixel_shuffle_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:11:39.1395166Z test_meta_nn_functional_pixel_shuffle_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:39.1435025Z test_meta_nn_functional_pixel_shuffle_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:39.1475231Z test_meta_nn_functional_pixel_shuffle_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:39.1513313Z test_meta_nn_functional_pixel_shuffle_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:39.1554725Z test_meta_nn_functional_pixel_shuffle_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:39.1590160Z test_meta_nn_functional_pixel_shuffle_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:11:39.1625513Z test_meta_nn_functional_pixel_shuffle_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:11:39.1660971Z test_meta_nn_functional_pixel_shuffle_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:11:39.1698135Z test_meta_nn_functional_pixel_unshuffle_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:39.1733464Z test_meta_nn_functional_pixel_unshuffle_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:11:39.1766162Z test_meta_nn_functional_pixel_unshuffle_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:11:39.1798890Z test_meta_nn_functional_pixel_unshuffle_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:11:39.1844511Z test_meta_nn_functional_pixel_unshuffle_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:39.1884040Z test_meta_nn_functional_pixel_unshuffle_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:39.1923813Z test_meta_nn_functional_pixel_unshuffle_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:39.1962088Z test_meta_nn_functional_pixel_unshuffle_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:39.1999629Z test_meta_nn_functional_pixel_unshuffle_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:39.2037883Z test_meta_nn_functional_pixel_unshuffle_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:39.2075782Z test_meta_nn_functional_pixel_unshuffle_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:39.2114001Z test_meta_nn_functional_pixel_unshuffle_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:39.3144246Z test_meta_nn_functional_poisson_nll_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.103s) 2022-05-18T04:11:39.4151307Z test_meta_nn_functional_poisson_nll_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.101s) 2022-05-18T04:11:39.5128223Z test_meta_nn_functional_poisson_nll_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.097s) 2022-05-18T04:11:39.6103841Z test_meta_nn_functional_poisson_nll_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.097s) 2022-05-18T04:11:39.6967205Z test_meta_nn_functional_poisson_nll_loss_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.086s) 2022-05-18T04:11:39.7828572Z test_meta_nn_functional_poisson_nll_loss_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.086s) 2022-05-18T04:11:39.8688256Z test_meta_nn_functional_poisson_nll_loss_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.086s) 2022-05-18T04:11:39.9550249Z test_meta_nn_functional_poisson_nll_loss_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.086s) 2022-05-18T04:11:40.0413721Z test_meta_nn_functional_poisson_nll_loss_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.086s) 2022-05-18T04:11:40.0492326Z test_meta_nn_functional_prelu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:40.0568719Z test_meta_nn_functional_prelu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:40.0644774Z test_meta_nn_functional_prelu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:40.0735352Z test_meta_nn_functional_relu6_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:11:40.0825702Z test_meta_nn_functional_relu6_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:11:40.0916873Z test_meta_nn_functional_relu6_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:11:40.1016922Z test_meta_nn_functional_relu6_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:11:40.1104213Z test_meta_nn_functional_relu6_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:11:40.1190233Z test_meta_nn_functional_relu6_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:40.1273882Z test_meta_nn_functional_relu6_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:40.1357379Z test_meta_nn_functional_relu6_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:40.1440395Z test_meta_nn_functional_relu6_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:40.1511386Z test_meta_nn_functional_relu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:40.1581020Z test_meta_nn_functional_relu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:40.1657416Z test_meta_nn_functional_relu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:40.1726773Z test_meta_nn_functional_relu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:40.1795417Z test_meta_nn_functional_relu_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:40.1864113Z test_meta_nn_functional_relu_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:40.1932654Z test_meta_nn_functional_relu_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:40.2001528Z test_meta_nn_functional_relu_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:40.2070513Z test_meta_nn_functional_relu_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:40.2104990Z test_meta_nn_functional_rrelu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:11:40.2144918Z test_meta_nn_functional_rrelu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:40.2178019Z test_meta_nn_functional_rrelu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:11:40.2210733Z test_meta_nn_functional_rrelu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:11:40.2256786Z test_meta_nn_functional_selu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:11:40.2303321Z test_meta_nn_functional_selu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:11:40.2348664Z test_meta_nn_functional_selu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:40.2394511Z test_meta_nn_functional_selu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:40.2440701Z test_meta_nn_functional_silu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:11:40.2492592Z test_meta_nn_functional_silu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:11:40.2537949Z test_meta_nn_functional_silu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:40.2584624Z test_meta_nn_functional_silu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:11:40.2705156Z test_meta_nn_functional_smooth_l1_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:11:40.2825877Z test_meta_nn_functional_smooth_l1_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:11:40.2945736Z test_meta_nn_functional_smooth_l1_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:11:40.3045364Z test_meta_nn_functional_soft_margin_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:11:40.3144105Z test_meta_nn_functional_soft_margin_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:11:40.3250590Z test_meta_nn_functional_soft_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:11:40.3348963Z test_meta_nn_functional_soft_margin_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:11:40.3418654Z test_meta_nn_functional_softmin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:40.3489221Z test_meta_nn_functional_softmin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:40.3559493Z test_meta_nn_functional_softmin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:40.3629955Z test_meta_nn_functional_softmin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:40.3702402Z test_meta_nn_functional_softmin_with_dtype_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:40.3752387Z test_meta_nn_functional_softmin_with_dtype_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:11:40.3807536Z test_meta_nn_functional_softmin_with_dtype_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:11:40.3879400Z test_meta_nn_functional_softmin_with_dtype_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:40.3951396Z test_meta_nn_functional_softmin_with_dtype_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:40.4021390Z test_meta_nn_functional_softmin_with_dtype_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:40.4088375Z test_meta_nn_functional_softmin_with_dtype_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:40.4155059Z test_meta_nn_functional_softmin_with_dtype_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:40.4221778Z test_meta_nn_functional_softmin_with_dtype_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:40.4288422Z test_meta_nn_functional_softmin_with_dtype_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:40.4361130Z test_meta_nn_functional_softmin_with_dtype_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:40.4430089Z test_meta_nn_functional_softplus_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:40.4498409Z test_meta_nn_functional_softplus_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:40.4567056Z test_meta_nn_functional_softplus_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:40.4635259Z test_meta_nn_functional_softplus_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:40.4793121Z test_meta_nn_functional_softshrink_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-05-18T04:11:40.4950938Z test_meta_nn_functional_softshrink_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-05-18T04:11:40.5109026Z test_meta_nn_functional_softshrink_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-05-18T04:11:40.5271589Z test_meta_nn_functional_softshrink_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-05-18T04:11:40.5318685Z test_meta_nn_functional_softsign_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:11:40.5363208Z test_meta_nn_functional_softsign_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:40.5399183Z test_meta_nn_functional_softsign_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:40.5435485Z test_meta_nn_functional_softsign_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:40.5482545Z test_meta_nn_functional_softsign_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:11:40.5529976Z test_meta_nn_functional_softsign_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:11:40.5577690Z test_meta_nn_functional_softsign_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:11:40.5628888Z test_meta_nn_functional_softsign_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:11:40.5673710Z test_meta_nn_functional_softsign_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:40.5718451Z test_meta_nn_functional_softsign_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:40.5763453Z test_meta_nn_functional_softsign_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:40.5808079Z test_meta_nn_functional_softsign_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:40.5853837Z test_meta_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:40.5888767Z test_meta_nn_functional_tanhshrink_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:11:40.5923183Z test_meta_nn_functional_tanhshrink_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:11:40.5974430Z test_meta_nn_functional_tanhshrink_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:11:40.6019922Z test_meta_nn_functional_tanhshrink_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:40.6065917Z test_meta_nn_functional_tanhshrink_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:40.6109320Z test_meta_nn_functional_tanhshrink_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:40.6152776Z test_meta_nn_functional_tanhshrink_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:40.6196733Z test_meta_nn_functional_tanhshrink_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:40.6239832Z test_meta_nn_functional_tanhshrink_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:40.6283252Z test_meta_nn_functional_tanhshrink_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:40.6354378Z test_meta_nn_functional_threshold_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:40.6417913Z test_meta_nn_functional_threshold_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:40.6485196Z test_meta_nn_functional_threshold_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:40.6549759Z test_meta_nn_functional_threshold_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:40.6604353Z test_meta_nn_functional_threshold_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:11:40.6659259Z test_meta_nn_functional_threshold_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:11:40.6714968Z test_meta_nn_functional_threshold_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:11:40.6768928Z test_meta_nn_functional_threshold_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:11:40.6829191Z test_meta_nn_functional_threshold_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:40.6970484Z test_meta_nn_functional_triplet_margin_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-05-18T04:11:40.7073502Z test_meta_nn_functional_triplet_margin_loss_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:11:40.7180494Z test_meta_nn_functional_triplet_margin_loss_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:11:40.7325573Z test_meta_nn_functional_triplet_margin_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-05-18T04:11:40.7465828Z test_meta_nn_functional_triplet_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-05-18T04:11:40.7605849Z test_meta_nn_functional_triplet_margin_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-05-18T04:11:40.7735455Z test_meta_nn_functional_triplet_margin_loss_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-05-18T04:11:40.7858459Z test_meta_nn_functional_triplet_margin_loss_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:11:40.7981839Z test_meta_nn_functional_triplet_margin_loss_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:11:40.8104484Z test_meta_nn_functional_triplet_margin_loss_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:11:40.8227870Z test_meta_nn_functional_triplet_margin_loss_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:11:40.8378479Z test_meta_nn_functional_triplet_margin_with_distance_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-05-18T04:11:40.8487813Z test_meta_nn_functional_triplet_margin_with_distance_loss_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:11:40.8596067Z test_meta_nn_functional_triplet_margin_with_distance_loss_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:11:40.8751660Z test_meta_nn_functional_triplet_margin_with_distance_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-05-18T04:11:40.8899103Z test_meta_nn_functional_triplet_margin_with_distance_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-05-18T04:11:40.9047661Z test_meta_nn_functional_triplet_margin_with_distance_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-05-18T04:11:40.9177622Z test_meta_nn_functional_triplet_margin_with_distance_loss_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-05-18T04:11:40.9308748Z test_meta_nn_functional_triplet_margin_with_distance_loss_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-05-18T04:11:40.9439426Z test_meta_nn_functional_triplet_margin_with_distance_loss_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-05-18T04:11:40.9569583Z test_meta_nn_functional_triplet_margin_with_distance_loss_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-05-18T04:11:40.9700772Z test_meta_nn_functional_triplet_margin_with_distance_loss_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-05-18T04:11:41.0494157Z test_meta_nn_functional_unfold_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.079s) 2022-05-18T04:11:41.1273317Z test_meta_nn_functional_unfold_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.078s) 2022-05-18T04:11:41.1343433Z test_meta_nn_functional_unfold_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:41.1412299Z test_meta_nn_functional_unfold_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:41.1481264Z test_meta_nn_functional_unfold_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:41.1537278Z test_meta_nn_functional_upsample_bilinear_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:11:41.1593815Z test_meta_nn_functional_upsample_bilinear_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:41.1649354Z test_meta_nn_functional_upsample_bilinear_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:11:41.1675846Z test_meta_nn_functional_upsample_nearest_cuda_float16 (__main__.TestMetaCUDA) ... skip: permanently excluded (0.003s) 2022-05-18T04:11:41.1695846Z test_meta_nn_functional_upsample_nearest_cuda_float32 (__main__.TestMetaCUDA) ... skip: permanently excluded (0.002s) 2022-05-18T04:11:41.1715966Z test_meta_nn_functional_upsample_nearest_cuda_float64 (__main__.TestMetaCUDA) ... skip: permanently excluded (0.002s) 2022-05-18T04:11:41.1735838Z test_meta_nn_functional_upsample_nearest_cuda_uint8 (__main__.TestMetaCUDA) ... skip: permanently excluded (0.002s) 2022-05-18T04:11:41.1822719Z test_meta_nonzero_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:11:41.1902416Z test_meta_nonzero_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:41.1987507Z test_meta_nonzero_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:41.2072094Z test_meta_nonzero_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:41.2158000Z test_meta_nonzero_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:41.2251739Z test_meta_nonzero_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:11:41.2337274Z test_meta_nonzero_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:41.2417763Z test_meta_nonzero_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:41.2498496Z test_meta_nonzero_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:41.2579352Z test_meta_nonzero_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:41.2659819Z test_meta_nonzero_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:41.2740499Z test_meta_nonzero_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:41.3544247Z test_meta_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.080s) 2022-05-18T04:11:41.3995594Z test_meta_norm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-05-18T04:11:41.4439794Z test_meta_norm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-05-18T04:11:41.5231876Z test_meta_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.079s) 2022-05-18T04:11:41.6023346Z test_meta_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.079s) 2022-05-18T04:11:41.6818318Z test_meta_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.079s) 2022-05-18T04:11:41.6897757Z test_meta_norm_fro_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:41.6954016Z test_meta_norm_fro_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:41.7009079Z test_meta_norm_fro_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:11:41.7093576Z test_meta_norm_fro_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:41.7171675Z test_meta_norm_fro_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:41.7249827Z test_meta_norm_fro_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:41.7341671Z test_meta_norm_inf_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:11:41.7401612Z test_meta_norm_inf_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:41.7462000Z test_meta_norm_inf_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:41.7554573Z test_meta_norm_inf_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:11:41.7649124Z test_meta_norm_inf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:11:41.7751106Z test_meta_norm_inf_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:11:41.7914977Z test_meta_norm_nuc_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-05-18T04:11:41.7984345Z test_meta_norm_nuc_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:41.8065345Z test_meta_norm_nuc_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:41.8164929Z test_meta_norm_nuc_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:11:41.8227485Z test_meta_normal_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:41.8287274Z test_meta_normal_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:41.8347415Z test_meta_normal_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:41.8412826Z test_meta_normal_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:41.8443375Z test_meta_normal_number_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:11:41.8473395Z test_meta_normal_number_mean_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:11:41.8503737Z test_meta_normal_number_mean_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:11:41.8533625Z test_meta_normal_number_mean_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:11:41.8613080Z test_meta_ones_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:41.8686221Z test_meta_ones_like_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:41.8736648Z test_meta_ones_like_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:11:41.8793243Z test_meta_ones_like_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:41.8872209Z test_meta_ones_like_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:41.8951470Z test_meta_ones_like_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:41.9031137Z test_meta_ones_like_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:41.9106328Z test_meta_ones_like_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:41.9179417Z test_meta_ones_like_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:41.9252975Z test_meta_ones_like_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:41.9326401Z test_meta_ones_like_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:41.9405390Z test_meta_ones_like_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:42.0196903Z test_meta_ormqr_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.079s) 2022-05-18T04:11:42.0987447Z test_meta_ormqr_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.079s) 2022-05-18T04:11:42.1365143Z test_meta_ormqr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-05-18T04:11:42.1737840Z test_meta_ormqr_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-05-18T04:11:42.1782921Z test_meta_outer_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:42.1824825Z test_meta_outer_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:42.1856398Z test_meta_outer_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:11:42.1890069Z test_meta_outer_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:11:42.1934115Z test_meta_outer_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:42.1978272Z test_meta_outer_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:42.2022555Z test_meta_outer_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:42.2070144Z test_meta_outer_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:11:42.2112342Z test_meta_outer_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:42.2154767Z test_meta_outer_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:42.2197079Z test_meta_outer_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:42.2239113Z test_meta_outer_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:42.2987192Z test_meta_pca_lowrank_cuda_float32 (__main__.TestMetaCUDA) ... expected failure (0.075s) 2022-05-18T04:11:42.3698624Z test_meta_pca_lowrank_cuda_float64 (__main__.TestMetaCUDA) ... expected failure (0.071s) 2022-05-18T04:11:42.3752642Z test_meta_permute_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:11:42.3810152Z test_meta_permute_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:42.3849688Z test_meta_permute_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:42.3889445Z test_meta_permute_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:42.3942590Z test_meta_permute_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:11:42.3998033Z test_meta_permute_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:11:42.4054408Z test_meta_permute_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:42.4106992Z test_meta_permute_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:11:42.4158807Z test_meta_permute_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:11:42.4216598Z test_meta_permute_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:42.4268391Z test_meta_permute_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:11:42.4320779Z test_meta_permute_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:11:42.4599298Z test_meta_pinverse_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-05-18T04:11:42.4717157Z test_meta_pinverse_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:11:42.4886539Z test_meta_pinverse_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-05-18T04:11:42.5087463Z test_meta_pinverse_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:11:42.5183215Z test_meta_polar_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:11:42.5283720Z test_meta_polar_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:11:43.6653680Z test_meta_polygamma_polygamma_n_0_cuda_bool (__main__.TestMetaCUDA) ... ok (1.137s) 2022-05-18T04:11:45.2389680Z test_meta_polygamma_polygamma_n_0_cuda_float16 (__main__.TestMetaCUDA) ... ok (1.573s) 2022-05-18T04:11:46.8059859Z test_meta_polygamma_polygamma_n_0_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.567s) 2022-05-18T04:11:48.5219545Z test_meta_polygamma_polygamma_n_0_cuda_float64 (__main__.TestMetaCUDA) ... ok (1.716s) 2022-05-18T04:11:48.5391970Z test_meta_polygamma_polygamma_n_0_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-05-18T04:11:48.5564867Z test_meta_polygamma_polygamma_n_0_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-05-18T04:11:48.5735875Z test_meta_polygamma_polygamma_n_0_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-05-18T04:11:48.5913720Z test_meta_polygamma_polygamma_n_0_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-05-18T04:11:48.6083341Z test_meta_polygamma_polygamma_n_0_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-05-18T04:11:48.6252666Z test_meta_polygamma_polygamma_n_1_cuda_bool (__main__.TestMetaCUDA) ... ok (0.017s) 2022-05-18T04:11:48.6433389Z test_meta_polygamma_polygamma_n_1_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-05-18T04:11:48.6613802Z test_meta_polygamma_polygamma_n_1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-05-18T04:11:48.6794449Z test_meta_polygamma_polygamma_n_1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-05-18T04:11:48.6964212Z test_meta_polygamma_polygamma_n_1_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-05-18T04:11:48.7134910Z test_meta_polygamma_polygamma_n_1_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-05-18T04:11:48.7311286Z test_meta_polygamma_polygamma_n_1_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-05-18T04:11:48.7481333Z test_meta_polygamma_polygamma_n_1_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-05-18T04:11:48.7651537Z test_meta_polygamma_polygamma_n_1_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-05-18T04:11:48.7819911Z test_meta_polygamma_polygamma_n_2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.017s) 2022-05-18T04:11:48.7999685Z test_meta_polygamma_polygamma_n_2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-05-18T04:11:48.8188619Z test_meta_polygamma_polygamma_n_2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-05-18T04:11:48.8378282Z test_meta_polygamma_polygamma_n_2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-05-18T04:11:48.8557055Z test_meta_polygamma_polygamma_n_2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-05-18T04:11:48.8742122Z test_meta_polygamma_polygamma_n_2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-05-18T04:11:48.8922317Z test_meta_polygamma_polygamma_n_2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-05-18T04:11:48.9102433Z test_meta_polygamma_polygamma_n_2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-05-18T04:11:48.9282668Z test_meta_polygamma_polygamma_n_2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-05-18T04:11:48.9462714Z test_meta_polygamma_polygamma_n_3_cuda_bool (__main__.TestMetaCUDA) ... ok (0.018s) 2022-05-18T04:11:48.9642927Z test_meta_polygamma_polygamma_n_3_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-05-18T04:11:48.9825024Z test_meta_polygamma_polygamma_n_3_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-05-18T04:11:49.0013923Z test_meta_polygamma_polygamma_n_3_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-05-18T04:11:49.0195765Z test_meta_polygamma_polygamma_n_3_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-05-18T04:11:49.0366637Z test_meta_polygamma_polygamma_n_3_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-05-18T04:11:49.0539102Z test_meta_polygamma_polygamma_n_3_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-05-18T04:11:49.0720055Z test_meta_polygamma_polygamma_n_3_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-05-18T04:11:49.0901778Z test_meta_polygamma_polygamma_n_3_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-05-18T04:11:49.1079196Z test_meta_polygamma_polygamma_n_4_cuda_bool (__main__.TestMetaCUDA) ... ok (0.018s) 2022-05-18T04:11:49.1265038Z test_meta_polygamma_polygamma_n_4_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-05-18T04:11:49.1444659Z test_meta_polygamma_polygamma_n_4_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-05-18T04:11:49.1631428Z test_meta_polygamma_polygamma_n_4_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-05-18T04:11:49.1802859Z test_meta_polygamma_polygamma_n_4_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-05-18T04:11:49.1973686Z test_meta_polygamma_polygamma_n_4_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-05-18T04:11:49.2146336Z test_meta_polygamma_polygamma_n_4_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-05-18T04:11:49.2316006Z test_meta_polygamma_polygamma_n_4_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-05-18T04:11:49.2487161Z test_meta_polygamma_polygamma_n_4_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-05-18T04:11:49.2531320Z test_meta_positive_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:49.2565282Z test_meta_positive_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:11:49.2604724Z test_meta_positive_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:49.2647776Z test_meta_positive_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:49.2692029Z test_meta_positive_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:49.2734764Z test_meta_positive_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:49.2775500Z test_meta_positive_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:49.2815946Z test_meta_positive_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:49.2856736Z test_meta_positive_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:49.2897658Z test_meta_positive_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:49.2944682Z test_meta_positive_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:11:49.3159503Z test_meta_pow_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-05-18T04:11:49.3264476Z test_meta_pow_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:11:49.3368628Z test_meta_pow_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:11:49.3582489Z test_meta_pow_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-05-18T04:11:49.3796990Z test_meta_pow_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-05-18T04:11:49.4011916Z test_meta_pow_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-05-18T04:11:49.4222399Z test_meta_pow_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-05-18T04:11:49.4428122Z test_meta_pow_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:11:49.4627369Z test_meta_pow_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:11:49.4824786Z test_meta_pow_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:11:49.5028991Z test_meta_pow_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:11:49.5105407Z test_meta_prod_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:49.5178577Z test_meta_prod_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:49.5297501Z test_meta_prod_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:11:51.7677393Z test_meta_prod_cuda_complex32 (__main__.TestMetaCUDA) ... ok (2.238s) 2022-05-18T04:11:51.7805451Z test_meta_prod_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-05-18T04:11:51.7880457Z test_meta_prod_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:51.7955157Z test_meta_prod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:51.8029811Z test_meta_prod_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:51.8103325Z test_meta_prod_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:51.8176896Z test_meta_prod_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:51.8250498Z test_meta_prod_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:51.8324233Z test_meta_prod_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:51.8405494Z test_meta_prod_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:51.8697456Z test_meta_put_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-05-18T04:11:51.8991671Z test_meta_put_cuda_bool (__main__.TestMetaCUDA) ... ok (0.029s) 2022-05-18T04:11:51.9174718Z test_meta_put_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-05-18T04:11:51.9357445Z test_meta_put_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-05-18T04:11:51.9663451Z test_meta_put_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-05-18T04:11:51.9970445Z test_meta_put_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-05-18T04:11:52.0285649Z test_meta_put_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-05-18T04:11:52.0576985Z test_meta_put_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-05-18T04:11:52.0855179Z test_meta_put_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-05-18T04:11:52.1134957Z test_meta_put_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-05-18T04:11:52.1416225Z test_meta_put_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-05-18T04:11:52.1695475Z test_meta_put_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-05-18T04:11:52.2100050Z test_meta_qr_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-05-18T04:11:52.2360661Z test_meta_qr_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-05-18T04:11:52.2476575Z test_meta_qr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:11:52.2591505Z test_meta_qr_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:11:52.4646905Z test_meta_quantile_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.205s) 2022-05-18T04:11:52.6795956Z test_meta_quantile_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.215s) 2022-05-18T04:11:52.6871600Z test_meta_rad2deg_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:52.6942163Z test_meta_rad2deg_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:52.7015340Z test_meta_rad2deg_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:52.7089434Z test_meta_rad2deg_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:52.7163172Z test_meta_rad2deg_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:52.7234352Z test_meta_rad2deg_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:52.7306125Z test_meta_rad2deg_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:52.7383234Z test_meta_rad2deg_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:52.7453439Z test_meta_rad2deg_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:52.7524433Z test_meta_rad2deg_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:52.7573939Z test_meta_rand_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:11:52.7630638Z test_meta_rand_like_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:52.7686692Z test_meta_rand_like_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:11:52.7735212Z test_meta_rand_like_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:11:52.7784527Z test_meta_rand_like_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:11:52.7839109Z test_meta_rand_like_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:11:52.8000800Z test_meta_randint_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-05-18T04:11:52.8161872Z test_meta_randint_like_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-05-18T04:11:52.8322741Z test_meta_randint_like_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-05-18T04:11:52.8481698Z test_meta_randint_like_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-05-18T04:11:52.8628710Z test_meta_randint_like_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-05-18T04:11:52.8776063Z test_meta_randint_like_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-05-18T04:11:52.8923519Z test_meta_randint_like_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-05-18T04:11:52.9076828Z test_meta_randint_like_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-05-18T04:11:52.9222831Z test_meta_randint_like_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-05-18T04:11:52.9271744Z test_meta_randn_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:11:52.9328025Z test_meta_randn_like_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:52.9382290Z test_meta_randn_like_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:11:52.9427976Z test_meta_randn_like_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:52.9473900Z test_meta_randn_like_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:52.9519587Z test_meta_randn_like_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:52.9562422Z test_meta_ravel_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:52.9596718Z test_meta_ravel_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:11:52.9626436Z test_meta_ravel_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:11:52.9655821Z test_meta_ravel_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:11:52.9692223Z test_meta_ravel_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:52.9728460Z test_meta_ravel_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:52.9767129Z test_meta_ravel_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:52.9804073Z test_meta_ravel_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:52.9845959Z test_meta_ravel_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:52.9880722Z test_meta_ravel_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:11:52.9917043Z test_meta_ravel_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:52.9953917Z test_meta_ravel_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:53.0000254Z test_meta_real_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:11:53.0043063Z test_meta_real_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:53.0078799Z test_meta_real_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:11:53.0185242Z test_meta_real_cuda_complex32 (__main__.TestMetaCUDA) ... expected failure (0.011s) 2022-05-18T04:11:53.0224747Z test_meta_real_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:53.0268248Z test_meta_real_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:53.0311727Z test_meta_real_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:53.0357233Z test_meta_real_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:53.0398046Z test_meta_real_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:53.0438942Z test_meta_real_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:53.0480164Z test_meta_real_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:53.0520992Z test_meta_real_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:53.0567627Z test_meta_real_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:11:53.0635996Z test_meta_reciprocal_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:53.0704890Z test_meta_reciprocal_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:53.0746826Z test_meta_reciprocal_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:53.0788986Z test_meta_reciprocal_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:53.0861234Z test_meta_reciprocal_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:53.0933093Z test_meta_reciprocal_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:53.1005618Z test_meta_reciprocal_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:53.1080317Z test_meta_reciprocal_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:53.1146092Z test_meta_reciprocal_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:53.1211844Z test_meta_reciprocal_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:53.1277781Z test_meta_reciprocal_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:53.1343450Z test_meta_reciprocal_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:53.1363586Z test_meta_remainder_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: permanently excluded (0.002s) 2022-05-18T04:11:53.1383750Z test_meta_remainder_cuda_float16 (__main__.TestMetaCUDA) ... skip: permanently excluded (0.002s) 2022-05-18T04:11:53.1403690Z test_meta_remainder_cuda_float32 (__main__.TestMetaCUDA) ... skip: permanently excluded (0.002s) 2022-05-18T04:11:53.1423782Z test_meta_remainder_cuda_float64 (__main__.TestMetaCUDA) ... skip: permanently excluded (0.002s) 2022-05-18T04:11:53.1443786Z test_meta_remainder_cuda_int16 (__main__.TestMetaCUDA) ... skip: permanently excluded (0.002s) 2022-05-18T04:11:53.1469924Z test_meta_remainder_cuda_int32 (__main__.TestMetaCUDA) ... skip: permanently excluded (0.003s) 2022-05-18T04:11:53.1489692Z test_meta_remainder_cuda_int64 (__main__.TestMetaCUDA) ... skip: permanently excluded (0.002s) 2022-05-18T04:11:53.1509698Z test_meta_remainder_cuda_int8 (__main__.TestMetaCUDA) ... skip: permanently excluded (0.002s) 2022-05-18T04:11:53.1531439Z test_meta_remainder_cuda_uint8 (__main__.TestMetaCUDA) ... skip: permanently excluded (0.002s) 2022-05-18T04:11:53.1623990Z test_meta_renorm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:11:53.1675521Z test_meta_renorm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:11:53.1726529Z test_meta_renorm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:11:53.1817023Z test_meta_renorm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:11:53.1907872Z test_meta_renorm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:11:53.2003694Z test_meta_renorm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:11:53.2306171Z test_meta_repeat_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-05-18T04:11:53.2579509Z test_meta_repeat_cuda_bool (__main__.TestMetaCUDA) ... ok (0.027s) 2022-05-18T04:11:53.2729098Z test_meta_repeat_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-05-18T04:11:53.2879742Z test_meta_repeat_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-05-18T04:11:53.3181506Z test_meta_repeat_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-05-18T04:11:53.3482448Z test_meta_repeat_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-05-18T04:11:53.3792520Z test_meta_repeat_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-05-18T04:11:53.4070313Z test_meta_repeat_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-05-18T04:11:53.4347393Z test_meta_repeat_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-05-18T04:11:53.4632923Z test_meta_repeat_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-05-18T04:11:53.4917716Z test_meta_repeat_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-05-18T04:11:53.5194309Z test_meta_repeat_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-05-18T04:11:53.5283630Z test_meta_repeat_interleave_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:11:53.5366749Z test_meta_repeat_interleave_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:53.5413246Z test_meta_repeat_interleave_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:11:53.5454033Z test_meta_repeat_interleave_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:53.5542549Z test_meta_repeat_interleave_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:11:53.5630590Z test_meta_repeat_interleave_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:11:53.5717213Z test_meta_repeat_interleave_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:11:53.5800408Z test_meta_repeat_interleave_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:53.5883601Z test_meta_repeat_interleave_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:53.5966857Z test_meta_repeat_interleave_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:53.6055799Z test_meta_repeat_interleave_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:11:53.6138559Z test_meta_repeat_interleave_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:53.6205722Z test_meta_reshape_as_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:53.6264426Z test_meta_reshape_as_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:53.6312530Z test_meta_reshape_as_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:11:53.6360505Z test_meta_reshape_as_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:11:53.6426585Z test_meta_reshape_as_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:53.6492496Z test_meta_reshape_as_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:53.6564906Z test_meta_reshape_as_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:53.6624562Z test_meta_reshape_as_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:53.6683837Z test_meta_reshape_as_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:53.6743291Z test_meta_reshape_as_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:53.6802635Z test_meta_reshape_as_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:53.6862255Z test_meta_reshape_as_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:53.6970483Z test_meta_reshape_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:11:53.7066366Z test_meta_reshape_cuda_bool (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:11:53.7142570Z test_meta_reshape_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:53.7212027Z test_meta_reshape_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:53.7319859Z test_meta_reshape_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:11:53.7428488Z test_meta_reshape_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:11:53.7536395Z test_meta_reshape_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:11:53.7636041Z test_meta_reshape_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:11:53.7734195Z test_meta_reshape_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:11:53.7832073Z test_meta_reshape_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:11:53.7934643Z test_meta_reshape_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:11:53.8031676Z test_meta_reshape_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:11:53.8080553Z test_meta_resize__cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:11:53.8124076Z test_meta_resize__cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:53.8160998Z test_meta_resize__cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:53.8198186Z test_meta_resize__cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:53.8245327Z test_meta_resize__cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:11:53.8292503Z test_meta_resize__cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:11:53.8345400Z test_meta_resize__cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:11:53.8389623Z test_meta_resize__cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:53.8434256Z test_meta_resize__cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:53.8478318Z test_meta_resize__cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:53.8522425Z test_meta_resize__cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:53.8566561Z test_meta_resize__cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:53.8623427Z test_meta_resize_as__cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:53.8674298Z test_meta_resize_as__cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:11:53.8724054Z test_meta_resize_as__cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:11:53.8768308Z test_meta_resize_as__cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:53.8825431Z test_meta_resize_as__cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:53.8882647Z test_meta_resize_as__cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:53.8942896Z test_meta_resize_as__cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:53.8997000Z test_meta_resize_as__cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:11:53.9048513Z test_meta_resize_as__cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:11:53.9099947Z test_meta_resize_as__cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:11:53.9157297Z test_meta_resize_as__cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:53.9208826Z test_meta_resize_as__cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:11:53.9244892Z test_meta_resolve_conj_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:53.9279246Z test_meta_resolve_conj_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:11:53.9309126Z test_meta_resolve_conj_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:11:53.9338360Z test_meta_resolve_conj_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:11:53.9374445Z test_meta_resolve_conj_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:53.9410906Z test_meta_resolve_conj_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:53.9454584Z test_meta_resolve_conj_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:53.9488651Z test_meta_resolve_conj_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:11:53.9523053Z test_meta_resolve_conj_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:11:53.9559842Z test_meta_resolve_conj_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:53.9596668Z test_meta_resolve_conj_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:53.9633148Z test_meta_resolve_conj_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:53.9671916Z test_meta_resolve_neg_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:53.9708097Z test_meta_resolve_neg_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:54.0705114Z test_meta_resolve_neg_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.099s) 2022-05-18T04:11:54.0739858Z test_meta_resolve_neg_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:11:54.0770213Z test_meta_resolve_neg_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:11:54.0806823Z test_meta_resolve_neg_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:54.0842895Z test_meta_resolve_neg_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:54.0880294Z test_meta_resolve_neg_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:54.0914292Z test_meta_resolve_neg_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:11:54.0948401Z test_meta_resolve_neg_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:11:54.0982314Z test_meta_resolve_neg_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:11:54.1015986Z test_meta_resolve_neg_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:11:54.1055167Z test_meta_resolve_neg_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:54.1130416Z test_meta_roll_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:54.1203401Z test_meta_roll_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:54.1251286Z test_meta_roll_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:11:54.1298789Z test_meta_roll_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:11:54.1372718Z test_meta_roll_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:54.1450068Z test_meta_roll_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:54.1524114Z test_meta_roll_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:54.1597237Z test_meta_roll_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:54.1670738Z test_meta_roll_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:54.1743273Z test_meta_roll_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:54.1816170Z test_meta_roll_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:54.1889030Z test_meta_roll_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:54.1953106Z test_meta_rot90_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:54.2015791Z test_meta_rot90_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:54.2055788Z test_meta_rot90_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:54.2095808Z test_meta_rot90_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:54.2158884Z test_meta_rot90_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:54.2222541Z test_meta_rot90_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:54.2285098Z test_meta_rot90_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:54.2343939Z test_meta_rot90_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:54.2407516Z test_meta_rot90_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:54.2466745Z test_meta_rot90_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:54.2525617Z test_meta_rot90_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:54.2584825Z test_meta_rot90_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:54.2623368Z test_meta_round_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:54.2661386Z test_meta_round_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:54.2699031Z test_meta_round_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:54.2737414Z test_meta_round_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:54.2811123Z test_meta_round_decimals_0_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:54.2880186Z test_meta_round_decimals_0_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:54.2949366Z test_meta_round_decimals_0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:54.3018799Z test_meta_round_decimals_0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:54.3087828Z test_meta_round_decimals_3_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:54.3156804Z test_meta_round_decimals_3_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:54.3226381Z test_meta_round_decimals_3_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:54.3300658Z test_meta_round_decimals_3_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:54.3370623Z test_meta_round_decimals_neg_3_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:54.3440091Z test_meta_round_decimals_neg_3_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:54.3509592Z test_meta_round_decimals_neg_3_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:54.3579034Z test_meta_round_decimals_neg_3_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:54.3647867Z test_meta_rsqrt_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:54.3713676Z test_meta_rsqrt_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:55.1823262Z test_meta_rsqrt_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.811s) 2022-05-18T04:11:55.9038257Z test_meta_rsqrt_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.721s) 2022-05-18T04:11:55.9108439Z test_meta_rsqrt_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:55.9176035Z test_meta_rsqrt_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:55.9244954Z test_meta_rsqrt_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:55.9310514Z test_meta_rsqrt_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:55.9376481Z test_meta_rsqrt_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:55.9442273Z test_meta_rsqrt_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:55.9513720Z test_meta_rsqrt_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:55.9578686Z test_meta_rsqrt_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:55.9657489Z test_meta_rsub_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:55.9737528Z test_meta_rsub_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:55.9816968Z test_meta_rsub_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:55.9894274Z test_meta_rsub_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:55.9972314Z test_meta_rsub_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:56.0049881Z test_meta_rsub_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:56.0130857Z test_meta_rsub_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:56.0206597Z test_meta_rsub_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:56.0281825Z test_meta_rsub_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:56.0357149Z test_meta_rsub_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:56.0432854Z test_meta_rsub_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:56.0670247Z test_meta_scatter_add_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-05-18T04:11:56.0891658Z test_meta_scatter_add_cuda_bool (__main__.TestMetaCUDA) ... ok (0.022s) 2022-05-18T04:11:56.1053225Z test_meta_scatter_add_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-05-18T04:11:56.1208695Z test_meta_scatter_add_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-05-18T04:11:56.1441731Z test_meta_scatter_add_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-05-18T04:11:56.1676731Z test_meta_scatter_add_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-05-18T04:11:56.1911692Z test_meta_scatter_add_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-05-18T04:11:56.2145667Z test_meta_scatter_add_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-05-18T04:11:56.2384700Z test_meta_scatter_add_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-05-18T04:11:56.2617339Z test_meta_scatter_add_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-05-18T04:11:56.2851964Z test_meta_scatter_add_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-05-18T04:11:56.3085725Z test_meta_scatter_add_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-05-18T04:11:56.3747574Z test_meta_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.066s) 2022-05-18T04:11:56.4168394Z test_meta_scatter_cuda_bool (__main__.TestMetaCUDA) ... ok (0.042s) 2022-05-18T04:11:56.4414332Z test_meta_scatter_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-05-18T04:11:56.4662185Z test_meta_scatter_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-05-18T04:11:56.5282033Z test_meta_scatter_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.062s) 2022-05-18T04:11:56.5903081Z test_meta_scatter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.062s) 2022-05-18T04:11:56.6533688Z test_meta_scatter_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.063s) 2022-05-18T04:11:56.6980614Z test_meta_scatter_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-05-18T04:11:56.7415504Z test_meta_scatter_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-05-18T04:11:56.7842726Z test_meta_scatter_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-05-18T04:11:56.8271182Z test_meta_scatter_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-05-18T04:11:56.8695067Z test_meta_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-05-18T04:11:56.9121691Z test_meta_scatter_reduce_amax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-05-18T04:11:56.9548957Z test_meta_scatter_reduce_amax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-05-18T04:11:56.9976987Z test_meta_scatter_reduce_amax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-05-18T04:11:57.0406164Z test_meta_scatter_reduce_amax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-05-18T04:11:57.0839908Z test_meta_scatter_reduce_amin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-05-18T04:11:57.1271323Z test_meta_scatter_reduce_amin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-05-18T04:11:57.1703225Z test_meta_scatter_reduce_amin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-05-18T04:11:57.2132512Z test_meta_scatter_reduce_amin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-05-18T04:11:57.2587623Z test_meta_scatter_reduce_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-05-18T04:11:57.3037283Z test_meta_scatter_reduce_mean_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-05-18T04:11:57.3494930Z test_meta_scatter_reduce_mean_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-05-18T04:11:57.3948490Z test_meta_scatter_reduce_mean_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-05-18T04:11:57.4384371Z test_meta_scatter_reduce_prod_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-05-18T04:11:57.4811456Z test_meta_scatter_reduce_prod_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-05-18T04:11:57.5241382Z test_meta_scatter_reduce_prod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-05-18T04:11:57.5669949Z test_meta_scatter_reduce_prod_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-05-18T04:11:57.6097627Z test_meta_scatter_reduce_sum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-05-18T04:11:57.6496903Z test_meta_scatter_reduce_sum_cuda_bool (__main__.TestMetaCUDA) ... ok (0.040s) 2022-05-18T04:11:57.6926093Z test_meta_scatter_reduce_sum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-05-18T04:11:57.7357633Z test_meta_scatter_reduce_sum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-05-18T04:11:57.7796196Z test_meta_scatter_reduce_sum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-05-18T04:11:57.8198822Z test_meta_scatter_reduce_sum_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-05-18T04:11:57.8600547Z test_meta_scatter_reduce_sum_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-05-18T04:11:57.9002827Z test_meta_scatter_reduce_sum_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-05-18T04:11:57.9405948Z test_meta_scatter_reduce_sum_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-05-18T04:11:57.9807239Z test_meta_scatter_reduce_sum_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-05-18T04:11:58.0061482Z test_meta_searchsorted_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-05-18T04:11:58.0304835Z test_meta_searchsorted_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-05-18T04:11:58.0551611Z test_meta_searchsorted_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-05-18T04:11:58.0732031Z test_meta_searchsorted_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-05-18T04:11:58.0924473Z test_meta_searchsorted_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-05-18T04:11:58.1113006Z test_meta_searchsorted_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-05-18T04:11:58.1295678Z test_meta_searchsorted_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-05-18T04:11:58.1476402Z test_meta_searchsorted_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-05-18T04:11:58.1537574Z test_meta_select_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:58.1592378Z test_meta_select_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:11:58.1636376Z test_meta_select_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:58.1679955Z test_meta_select_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:58.1740156Z test_meta_select_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:58.1800851Z test_meta_select_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:58.1866800Z test_meta_select_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:58.1921615Z test_meta_select_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:11:58.1979935Z test_meta_select_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:58.2038477Z test_meta_select_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:58.2096505Z test_meta_select_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:58.2154894Z test_meta_select_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:58.2240780Z test_meta_select_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:58.2314793Z test_meta_select_scatter_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:58.2401851Z test_meta_select_scatter_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:11:58.2481980Z test_meta_select_scatter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:58.2562342Z test_meta_select_scatter_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:11:58.2634079Z test_meta_select_scatter_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:58.2705724Z test_meta_select_scatter_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:58.2777600Z test_meta_select_scatter_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:58.2849262Z test_meta_select_scatter_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:58.2921281Z test_meta_select_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:58.2965369Z test_meta_sgn_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:58.3001980Z test_meta_sgn_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:58.5339231Z test_meta_sgn_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.233s) 2022-05-18T04:11:58.7648063Z test_meta_sgn_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.231s) 2022-05-18T04:11:58.9900855Z test_meta_sgn_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.225s) 2022-05-18T04:11:58.9940905Z test_meta_sgn_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:58.9979241Z test_meta_sgn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:59.0017640Z test_meta_sgn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:59.0061129Z test_meta_sgn_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:59.0097314Z test_meta_sgn_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:59.0134164Z test_meta_sgn_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:59.0170792Z test_meta_sgn_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:59.0207963Z test_meta_sgn_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:59.0269967Z test_meta_short_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:59.0326012Z test_meta_short_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:59.0370145Z test_meta_short_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:11:59.0419841Z test_meta_short_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:11:59.0480837Z test_meta_short_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:59.0542708Z test_meta_short_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:59.0604385Z test_meta_short_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:59.0658706Z test_meta_short_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:11:59.0715411Z test_meta_short_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:59.0771892Z test_meta_short_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:59.0829041Z test_meta_short_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:59.0890484Z test_meta_short_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:59.0958829Z test_meta_sigmoid_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:11:59.1024151Z test_meta_sigmoid_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:11:59.8324817Z test_meta_sigmoid_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.730s) 2022-05-18T04:12:00.4996853Z test_meta_sigmoid_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.667s) 2022-05-18T04:12:01.1409971Z test_meta_sigmoid_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.641s) 2022-05-18T04:12:01.1479477Z test_meta_sigmoid_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:12:01.1547974Z test_meta_sigmoid_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:12:01.1622863Z test_meta_sigmoid_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:12:01.1687632Z test_meta_sigmoid_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:12:01.1753037Z test_meta_sigmoid_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:12:01.1818098Z test_meta_sigmoid_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:12:01.1883963Z test_meta_sigmoid_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:12:01.1949485Z test_meta_sigmoid_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:12:01.1987758Z test_meta_sign_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:12:01.2024674Z test_meta_sign_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:12:01.2068349Z test_meta_sign_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:12:01.2106059Z test_meta_sign_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:12:01.2143722Z test_meta_sign_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:12:01.2180042Z test_meta_sign_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:12:01.2216681Z test_meta_sign_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:12:01.2253460Z test_meta_sign_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:12:01.2290257Z test_meta_sign_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:12:01.2327339Z test_meta_sign_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:12:01.2371158Z test_meta_signbit_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:12:01.2407663Z test_meta_signbit_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:12:01.2445140Z test_meta_signbit_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:12:01.2483019Z test_meta_signbit_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:12:01.2520590Z test_meta_signbit_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:12:01.2557476Z test_meta_signbit_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:12:01.2594244Z test_meta_signbit_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:12:01.2631152Z test_meta_signbit_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:12:01.2673357Z test_meta_signbit_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:12:01.2710522Z test_meta_signbit_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:12:01.2748342Z test_meta_sin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:12:01.2784834Z test_meta_sin_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:12:01.2812912Z test_meta_sin_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:12:01.2841610Z test_meta_sin_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:12:01.2879611Z test_meta_sin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:12:01.2923274Z test_meta_sin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:12:01.2960835Z test_meta_sin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:12:01.2997518Z test_meta_sin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:12:01.3034056Z test_meta_sin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:12:01.3070828Z test_meta_sin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:12:01.3107689Z test_meta_sin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:12:01.3144524Z test_meta_sin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:12:01.6322989Z test_meta_sinc_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.318s) 2022-05-18T04:12:01.9758789Z test_meta_sinc_cuda_bool (__main__.TestMetaCUDA) ... ok (0.343s) 2022-05-18T04:12:02.9644477Z test_meta_sinc_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.988s) 2022-05-18T04:12:03.7784015Z test_meta_sinc_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.814s) 2022-05-18T04:12:04.0915273Z test_meta_sinc_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.313s) 2022-05-18T04:12:04.3989026Z test_meta_sinc_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.307s) 2022-05-18T04:12:04.6597368Z test_meta_sinc_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.261s) 2022-05-18T04:12:04.6664059Z test_meta_sinc_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:12:04.6729748Z test_meta_sinc_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:12:04.6801786Z test_meta_sinc_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:12:04.6866939Z test_meta_sinc_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:12:04.6932295Z test_meta_sinc_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:12:04.6970633Z test_meta_sinh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:12:04.7007238Z test_meta_sinh_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:12:04.7035885Z test_meta_sinh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:12:04.7064338Z test_meta_sinh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:12:04.7102446Z test_meta_sinh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:12:04.7148110Z test_meta_sinh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:12:04.7185858Z test_meta_sinh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:12:04.7222764Z test_meta_sinh_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:12:04.7259282Z test_meta_sinh_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:12:04.7296160Z test_meta_sinh_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:12:04.7333305Z test_meta_sinh_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:12:04.7369953Z test_meta_sinh_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:12:04.7499594Z test_meta_slice_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-05-18T04:12:04.7615506Z test_meta_slice_scatter_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:12:04.7743987Z test_meta_slice_scatter_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-05-18T04:12:04.7872947Z test_meta_slice_scatter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-05-18T04:12:04.8002017Z test_meta_slice_scatter_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-05-18T04:12:04.8113386Z test_meta_slice_scatter_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:12:04.8225282Z test_meta_slice_scatter_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:12:04.8337587Z test_meta_slice_scatter_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:12:04.8449230Z test_meta_slice_scatter_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:12:04.8567257Z test_meta_slice_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:12:04.8681621Z test_meta_softmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:12:04.8796608Z test_meta_softmax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:12:04.8910851Z test_meta_softmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:12:04.9025129Z test_meta_softmax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:12:04.9145214Z test_meta_softmax_with_dtype_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:12:04.9258165Z test_meta_softmax_with_dtype_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:12:04.9330988Z test_meta_softmax_with_dtype_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:12:04.9413648Z test_meta_softmax_with_dtype_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:12:04.9532089Z test_meta_softmax_with_dtype_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:12:04.9651286Z test_meta_softmax_with_dtype_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:12:04.9766166Z test_meta_softmax_with_dtype_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:12:04.9879193Z test_meta_softmax_with_dtype_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:12:04.9997266Z test_meta_softmax_with_dtype_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:12:05.0111745Z test_meta_softmax_with_dtype_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:12:05.0225542Z test_meta_softmax_with_dtype_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:12:05.0346675Z test_meta_softmax_with_dtype_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:12:05.0649787Z test_meta_sort_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-05-18T04:12:05.0951767Z test_meta_sort_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-05-18T04:12:05.1254652Z test_meta_sort_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-05-18T04:12:05.1557553Z test_meta_sort_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-05-18T04:12:05.1859669Z test_meta_sort_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-05-18T04:12:05.2160664Z test_meta_sort_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-05-18T04:12:05.2465548Z test_meta_sort_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-05-18T04:12:05.2765317Z test_meta_sort_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-05-18T04:12:05.3077236Z test_meta_sort_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-05-18T04:12:05.3097480Z test_meta_sparse_sampled_addmm_cuda_complex128 (__main__.TestMetaCUDA) ... skip: cusparseSDDMM was added in 11.2.1 (0.002s) 2022-05-18T04:12:05.3117885Z test_meta_sparse_sampled_addmm_cuda_complex64 (__main__.TestMetaCUDA) ... skip: cusparseSDDMM was added in 11.2.1 (0.002s) 2022-05-18T04:12:05.3137902Z test_meta_sparse_sampled_addmm_cuda_float32 (__main__.TestMetaCUDA) ... skip: cusparseSDDMM was added in 11.2.1 (0.002s) 2022-05-18T04:12:05.3158328Z test_meta_sparse_sampled_addmm_cuda_float64 (__main__.TestMetaCUDA) ... skip: cusparseSDDMM was added in 11.2.1 (0.002s) 2022-05-18T04:12:05.5209083Z test_meta_special_entr_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.205s) 2022-05-18T04:12:05.7846819Z test_meta_special_entr_cuda_bool (__main__.TestMetaCUDA) ... ok (0.264s) 2022-05-18T04:12:05.9819818Z test_meta_special_entr_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.197s) 2022-05-18T04:12:06.1774590Z test_meta_special_entr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.195s) 2022-05-18T04:12:06.4011969Z test_meta_special_entr_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.224s) 2022-05-18T04:12:06.4064266Z test_meta_special_entr_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:12:06.4114895Z test_meta_special_entr_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:12:06.4166177Z test_meta_special_entr_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:12:06.4216860Z test_meta_special_entr_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:12:06.4268287Z test_meta_special_entr_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:12:07.6572180Z test_meta_special_erfcx_cuda_bool (__main__.TestMetaCUDA) ... ok (1.230s) 2022-05-18T04:12:10.0600233Z test_meta_special_erfcx_cuda_float32 (__main__.TestMetaCUDA) ... ok (2.403s) 2022-05-18T04:12:12.2742604Z test_meta_special_erfcx_cuda_float64 (__main__.TestMetaCUDA) ... ok (2.214s) 2022-05-18T04:12:12.2808472Z test_meta_special_erfcx_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:12:12.2874171Z test_meta_special_erfcx_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:12:12.2939246Z test_meta_special_erfcx_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:12:12.3008964Z test_meta_special_erfcx_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:12:12.3078390Z test_meta_special_erfcx_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:12:12.5852802Z test_meta_special_i0e_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.277s) 2022-05-18T04:12:12.9004017Z test_meta_special_i0e_cuda_bool (__main__.TestMetaCUDA) ... ok (0.315s) 2022-05-18T04:12:13.1687311Z test_meta_special_i0e_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.268s) 2022-05-18T04:12:13.4299777Z test_meta_special_i0e_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.261s) 2022-05-18T04:12:13.7076726Z test_meta_special_i0e_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.278s) 2022-05-18T04:12:13.7129455Z test_meta_special_i0e_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:12:13.7180809Z test_meta_special_i0e_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:12:13.7232522Z test_meta_special_i0e_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:12:13.7289986Z test_meta_special_i0e_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:12:13.7340527Z test_meta_special_i0e_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:12:14.0474488Z test_meta_special_i1_cuda_bool (__main__.TestMetaCUDA) ... ok (0.313s) 2022-05-18T04:12:14.3184273Z test_meta_special_i1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.271s) 2022-05-18T04:12:14.6350747Z test_meta_special_i1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.316s) 2022-05-18T04:12:14.6406127Z test_meta_special_i1_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:12:14.6460395Z test_meta_special_i1_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:12:14.6515439Z test_meta_special_i1_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:12:14.6574855Z test_meta_special_i1_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:12:14.6625628Z test_meta_special_i1_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:12:14.9613562Z test_meta_special_i1e_cuda_bool (__main__.TestMetaCUDA) ... ok (0.299s) 2022-05-18T04:12:15.1992142Z test_meta_special_i1e_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.238s) 2022-05-18T04:12:15.4830788Z test_meta_special_i1e_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.284s) 2022-05-18T04:12:15.4883182Z test_meta_special_i1e_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:12:15.4934054Z test_meta_special_i1e_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:12:15.4985710Z test_meta_special_i1e_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:12:15.5042899Z test_meta_special_i1e_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:12:15.5092984Z test_meta_special_i1e_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:12:15.8222023Z test_meta_special_log_ndtr_cuda_bool (__main__.TestMetaCUDA) ... ok (0.313s) 2022-05-18T04:12:16.1089567Z test_meta_special_log_ndtr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.287s) 2022-05-18T04:12:16.5779393Z test_meta_special_log_ndtr_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.469s) 2022-05-18T04:12:16.5846116Z test_meta_special_log_ndtr_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:12:16.5912294Z test_meta_special_log_ndtr_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:12:16.5978226Z test_meta_special_log_ndtr_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:12:16.6051648Z test_meta_special_log_ndtr_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:12:16.6117002Z test_meta_special_log_ndtr_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:12:16.6190638Z test_meta_special_ndtr_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:12:16.6259954Z test_meta_special_ndtr_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:12:16.6332038Z test_meta_special_ndtr_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:12:16.6405099Z test_meta_special_ndtr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:12:16.6477835Z test_meta_special_ndtr_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:12:16.6547877Z test_meta_special_ndtr_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:12:16.6623276Z test_meta_special_ndtr_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:12:16.6693141Z test_meta_special_ndtr_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:12:16.6763250Z test_meta_special_ndtr_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:12:16.6832808Z test_meta_special_ndtr_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:12:17.0286493Z test_meta_special_ndtri_cuda_bool (__main__.TestMetaCUDA) ... ok (0.345s) 2022-05-18T04:12:17.3502864Z test_meta_special_ndtri_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.322s) 2022-05-18T04:12:17.7504870Z test_meta_special_ndtri_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.400s) 2022-05-18T04:12:17.7571306Z test_meta_special_ndtri_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:12:17.7644405Z test_meta_special_ndtri_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:12:17.7709770Z test_meta_special_ndtri_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:12:17.7775060Z test_meta_special_ndtri_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:12:17.7840666Z test_meta_special_ndtri_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:12:17.8017832Z test_meta_special_polygamma_special_polygamma_n_0_cuda_bool (__main__.TestMetaCUDA) ... ok (0.018s) 2022-05-18T04:12:17.8198763Z test_meta_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-05-18T04:12:17.8379274Z test_meta_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-05-18T04:12:17.8560689Z test_meta_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-05-18T04:12:17.8747483Z test_meta_special_polygamma_special_polygamma_n_0_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-05-18T04:12:17.8926852Z test_meta_special_polygamma_special_polygamma_n_0_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-05-18T04:12:17.9106263Z test_meta_special_polygamma_special_polygamma_n_0_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-05-18T04:12:17.9286604Z test_meta_special_polygamma_special_polygamma_n_0_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-05-18T04:12:17.9467734Z test_meta_special_polygamma_special_polygamma_n_0_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-05-18T04:12:17.9691035Z test_meta_special_xlog1py_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-05-18T04:12:17.9888028Z test_meta_special_xlog1py_cuda_bool (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:12:18.0102459Z test_meta_special_xlog1py_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-05-18T04:12:18.0321957Z test_meta_special_xlog1py_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-05-18T04:12:18.0542145Z test_meta_special_xlog1py_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-05-18T04:12:18.0740607Z test_meta_special_xlog1py_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:12:18.0940328Z test_meta_special_xlog1py_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:12:18.1141490Z test_meta_special_xlog1py_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:12:18.1340536Z test_meta_special_xlog1py_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:12:18.1539167Z test_meta_special_xlog1py_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:12:18.1553260Z test_meta_special_zeta_cuda_bool (__main__.TestMetaCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-05-18T04:12:20.1148496Z test_meta_special_zeta_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.959s) 2022-05-18T04:12:22.3882430Z test_meta_special_zeta_cuda_float64 (__main__.TestMetaCUDA) ... ok (2.273s) 2022-05-18T04:12:24.7183756Z test_meta_special_zeta_cuda_int16 (__main__.TestMetaCUDA) ... ok (2.330s) 2022-05-18T04:12:24.7381957Z test_meta_special_zeta_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:12:24.7579751Z test_meta_special_zeta_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:12:24.7778076Z test_meta_special_zeta_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:12:24.7975619Z test_meta_special_zeta_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:12:24.8017809Z test_meta_split_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:12:24.8056851Z test_meta_split_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:12:24.8094901Z test_meta_split_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:12:24.8126292Z test_meta_split_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:12:24.8169948Z test_meta_split_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:12:24.8213685Z test_meta_split_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:12:24.8257595Z test_meta_split_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:12:24.8299255Z test_meta_split_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:12:24.8341041Z test_meta_split_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:12:24.8389118Z test_meta_split_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:12:24.8430566Z test_meta_split_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:12:24.8472056Z test_meta_split_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:12:24.8530552Z test_meta_split_list_args_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:12:24.8611479Z test_meta_split_list_args_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:12:24.8625017Z test_meta_split_list_args_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:12:24.8664068Z test_meta_split_list_args_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:12:24.8722255Z test_meta_split_list_args_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:12:24.8787042Z test_meta_split_list_args_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:12:24.8845478Z test_meta_split_list_args_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:12:24.8900554Z test_meta_split_list_args_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:12:24.8955664Z test_meta_split_list_args_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:12:24.9010550Z test_meta_split_list_args_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:12:24.9066041Z test_meta_split_list_args_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:12:24.9121374Z test_meta_split_list_args_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:12:24.9190247Z test_meta_split_with_sizes_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:12:24.9259867Z test_meta_split_with_sizes_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:12:24.9302317Z test_meta_split_with_sizes_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:12:24.9344851Z test_meta_split_with_sizes_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:12:24.9413164Z test_meta_split_with_sizes_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:12:24.9481772Z test_meta_split_with_sizes_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:12:24.9549699Z test_meta_split_with_sizes_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:12:24.9613401Z test_meta_split_with_sizes_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:12:24.9677329Z test_meta_split_with_sizes_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:12:24.9747707Z test_meta_split_with_sizes_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:12:24.9811054Z test_meta_split_with_sizes_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:12:24.9874694Z test_meta_split_with_sizes_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:12:24.9915598Z test_meta_sqrt_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:12:24.9955131Z test_meta_sqrt_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:12:24.9986021Z test_meta_sqrt_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:12:25.0015926Z test_meta_sqrt_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:12:25.0056454Z test_meta_sqrt_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:12:25.0103439Z test_meta_sqrt_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:12:25.0141199Z test_meta_sqrt_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:12:25.0177800Z test_meta_sqrt_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:12:25.0214638Z test_meta_sqrt_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:12:25.0251400Z test_meta_sqrt_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:12:25.0288424Z test_meta_sqrt_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:12:25.0325264Z test_meta_sqrt_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:12:25.0418817Z test_meta_square_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:12:25.0519401Z test_meta_square_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:12:25.0554176Z test_meta_square_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:12:25.0588976Z test_meta_square_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:12:25.0683121Z test_meta_square_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:12:25.0774520Z test_meta_square_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:12:25.0865906Z test_meta_square_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:12:25.0956459Z test_meta_square_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:12:25.1047248Z test_meta_square_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:12:25.1143889Z test_meta_square_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:12:25.1234849Z test_meta_square_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:12:25.1325300Z test_meta_square_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:12:25.1400527Z test_meta_squeeze_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:12:25.1467577Z test_meta_squeeze_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:12:25.1518985Z test_meta_squeeze_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:12:25.1569696Z test_meta_squeeze_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:12:25.1644995Z test_meta_squeeze_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:12:25.1728224Z test_meta_squeeze_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:12:25.1807358Z test_meta_squeeze_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:12:25.1878765Z test_meta_squeeze_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:12:25.1948221Z test_meta_squeeze_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:12:25.2015675Z test_meta_squeeze_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:12:25.2083267Z test_meta_squeeze_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:12:25.2150883Z test_meta_squeeze_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:12:25.2360000Z test_meta_stack_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-05-18T04:12:25.2567533Z test_meta_stack_cuda_bool (__main__.TestMetaCUDA) ... ok (0.021s) 2022-05-18T04:12:25.2646373Z test_meta_stack_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:12:25.2792413Z test_meta_stack_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-05-18T04:12:25.2872373Z test_meta_stack_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:12:25.3079971Z test_meta_stack_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-05-18T04:12:25.3289895Z test_meta_stack_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-05-18T04:12:25.3497940Z test_meta_stack_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-05-18T04:12:25.3702300Z test_meta_stack_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:12:25.3912097Z test_meta_stack_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-05-18T04:12:25.4115629Z test_meta_stack_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:12:25.4319124Z test_meta_stack_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:12:25.4522501Z test_meta_stack_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:12:25.4620167Z test_meta_std_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:12:25.4670149Z test_meta_std_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:12:25.4719327Z test_meta_std_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:12:25.4817926Z test_meta_std_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:12:25.4921944Z test_meta_std_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:12:25.5019951Z test_meta_std_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:12:25.5118584Z test_meta_std_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:12:25.5174108Z test_meta_std_mean_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:12:25.5230107Z test_meta_std_mean_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:12:25.5327491Z test_meta_std_mean_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:12:25.5425444Z test_meta_std_mean_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:12:25.5521172Z test_meta_std_mean_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:12:25.5597307Z test_meta_stft_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:12:25.5667199Z test_meta_stft_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:12:25.5768298Z test_meta_stft_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:12:25.5867186Z test_meta_stft_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:12:25.6125489Z test_meta_sub_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-05-18T04:12:25.6255984Z test_meta_sub_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-05-18T04:12:25.6465910Z test_meta_sub_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-05-18T04:12:25.6602961Z test_meta_sub_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-05-18T04:12:25.6872659Z test_meta_sub_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-05-18T04:12:25.7142820Z test_meta_sub_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-05-18T04:12:25.7413980Z test_meta_sub_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-05-18T04:12:25.7665721Z test_meta_sub_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-05-18T04:12:25.7913972Z test_meta_sub_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-05-18T04:12:25.8153253Z test_meta_sub_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-05-18T04:12:25.8392033Z test_meta_sub_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-05-18T04:12:25.8637096Z test_meta_sub_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-05-18T04:12:25.8793405Z test_meta_sum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-05-18T04:12:25.8949355Z test_meta_sum_cuda_bool (__main__.TestMetaCUDA) ... ok (0.015s) 2022-05-18T04:12:25.9019883Z test_meta_sum_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:12:28.4443138Z test_meta_sum_cuda_complex32 (__main__.TestMetaCUDA) ... ok (2.542s) 2022-05-18T04:12:28.4514276Z test_meta_sum_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:12:28.4670297Z test_meta_sum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-05-18T04:12:28.4825264Z test_meta_sum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-05-18T04:12:28.4985986Z test_meta_sum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-05-18T04:12:28.5142382Z test_meta_sum_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-05-18T04:12:28.5297562Z test_meta_sum_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-05-18T04:12:28.5448193Z test_meta_sum_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-05-18T04:12:28.5604319Z test_meta_sum_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-05-18T04:12:28.5760257Z test_meta_sum_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-05-18T04:12:28.5827428Z test_meta_sum_to_size_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:12:28.5889314Z test_meta_sum_to_size_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:12:28.5941142Z test_meta_sum_to_size_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:12:28.5986458Z test_meta_sum_to_size_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:12:28.6052559Z test_meta_sum_to_size_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:12:28.6118776Z test_meta_sum_to_size_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:12:28.6185289Z test_meta_sum_to_size_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:12:28.6247330Z test_meta_sum_to_size_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:12:28.6309709Z test_meta_sum_to_size_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:12:28.6373992Z test_meta_sum_to_size_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:12:28.6446228Z test_meta_sum_to_size_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:12:28.6511526Z test_meta_sum_to_size_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:12:29.5312603Z test_meta_svd_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.880s) 2022-05-18T04:12:29.7710305Z test_meta_svd_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.240s) 2022-05-18T04:12:29.7832878Z test_meta_svd_cuda_float32 (__main__.TestMetaCUDA) ... expected failure (0.012s) 2022-05-18T04:12:29.7960400Z test_meta_svd_cuda_float64 (__main__.TestMetaCUDA) ... expected failure (0.013s) 2022-05-18T04:12:29.8779877Z test_meta_svd_lowrank_cuda_float32 (__main__.TestMetaCUDA) ... expected failure (0.082s) 2022-05-18T04:12:29.9568168Z test_meta_svd_lowrank_cuda_float64 (__main__.TestMetaCUDA) ... expected failure (0.079s) 2022-05-18T04:12:29.9827298Z test_meta_symeig_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-05-18T04:12:29.9995499Z test_meta_symeig_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-05-18T04:12:30.0110669Z test_meta_symeig_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:12:30.0232605Z test_meta_symeig_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:12:30.0275853Z test_meta_t_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:12:30.0315912Z test_meta_t_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:12:30.0348921Z test_meta_t_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:12:30.0381630Z test_meta_t_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:12:30.0424507Z test_meta_t_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:12:30.0472998Z test_meta_t_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:12:30.0516496Z test_meta_t_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:12:30.0556649Z test_meta_t_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:12:30.0596724Z test_meta_t_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:12:30.0636947Z test_meta_t_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:12:30.0677158Z test_meta_t_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:12:30.0717432Z test_meta_t_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:12:30.0860495Z test_meta_take_along_dim_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-05-18T04:12:30.1003963Z test_meta_take_along_dim_cuda_bool (__main__.TestMetaCUDA) ... ok (0.014s) 2022-05-18T04:12:30.1101266Z test_meta_take_along_dim_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:12:30.1198504Z test_meta_take_along_dim_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:12:30.1340480Z test_meta_take_along_dim_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-05-18T04:12:30.1482892Z test_meta_take_along_dim_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-05-18T04:12:30.1625074Z test_meta_take_along_dim_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-05-18T04:12:30.1762106Z test_meta_take_along_dim_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-05-18T04:12:30.1900485Z test_meta_take_along_dim_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-05-18T04:12:30.2045356Z test_meta_take_along_dim_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-05-18T04:12:30.2187537Z test_meta_take_along_dim_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-05-18T04:12:30.2326100Z test_meta_take_along_dim_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-05-18T04:12:30.2406645Z test_meta_take_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:12:30.2483713Z test_meta_take_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:12:30.2541472Z test_meta_take_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:12:30.2599290Z test_meta_take_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:12:30.2677737Z test_meta_take_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:12:30.2761990Z test_meta_take_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:12:30.2840037Z test_meta_take_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:12:30.2917494Z test_meta_take_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:12:30.2995100Z test_meta_take_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:12:30.3072321Z test_meta_take_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:12:30.3149798Z test_meta_take_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:12:30.3227977Z test_meta_take_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:12:30.3267010Z test_meta_tan_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:12:30.3310542Z test_meta_tan_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:12:30.3339226Z test_meta_tan_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:12:30.3368282Z test_meta_tan_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:12:30.3406669Z test_meta_tan_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:12:30.3444997Z test_meta_tan_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:12:30.3483790Z test_meta_tan_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:12:30.3521573Z test_meta_tan_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:12:30.3559333Z test_meta_tan_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:12:30.3603142Z test_meta_tan_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:12:30.3640825Z test_meta_tan_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:12:30.3678870Z test_meta_tan_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:12:30.3717479Z test_meta_tanh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:12:30.3755216Z test_meta_tanh_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:12:30.3784149Z test_meta_tanh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:12:30.3813078Z test_meta_tanh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:12:30.3851652Z test_meta_tanh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:12:30.3895870Z test_meta_tanh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:12:30.3934935Z test_meta_tanh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:12:30.3972666Z test_meta_tanh_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:12:30.4010424Z test_meta_tanh_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:12:30.4048155Z test_meta_tanh_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:12:30.4085742Z test_meta_tanh_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:12:30.4123446Z test_meta_tanh_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:12:30.4187310Z test_meta_tensor_split_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:12:30.4254657Z test_meta_tensor_split_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:12:30.4310123Z test_meta_tensor_split_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:12:30.4364545Z test_meta_tensor_split_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:12:30.4426795Z test_meta_tensor_split_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:12:30.4489191Z test_meta_tensor_split_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:12:30.4551672Z test_meta_tensor_split_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:12:30.4613201Z test_meta_tensor_split_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:12:30.4674812Z test_meta_tensor_split_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:12:30.4742348Z test_meta_tensor_split_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:12:30.4803347Z test_meta_tensor_split_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:12:30.4864692Z test_meta_tensor_split_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:12:30.4902532Z test_meta_tensordot_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:12:30.4939173Z test_meta_tensordot_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:12:30.5028369Z test_meta_tensordot_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:12:30.5117068Z test_meta_tensordot_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:12:30.5206391Z test_meta_tensordot_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:12:30.5606883Z test_meta_tile_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-05-18T04:12:30.5967178Z test_meta_tile_cuda_bool (__main__.TestMetaCUDA) ... ok (0.036s) 2022-05-18T04:12:30.6156441Z test_meta_tile_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-05-18T04:12:30.6346140Z test_meta_tile_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-05-18T04:12:30.6739967Z test_meta_tile_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-05-18T04:12:30.7140150Z test_meta_tile_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-05-18T04:12:30.7536252Z test_meta_tile_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-05-18T04:12:30.7908469Z test_meta_tile_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-05-18T04:12:30.8275268Z test_meta_tile_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-05-18T04:12:30.8638591Z test_meta_tile_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-05-18T04:12:30.9014630Z test_meta_tile_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-05-18T04:12:30.9380940Z test_meta_tile_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-05-18T04:12:30.9416097Z test_meta_to_sparse_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:12:30.9447482Z test_meta_to_sparse_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:12:30.9483396Z test_meta_to_sparse_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:12:30.9525601Z test_meta_to_sparse_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:12:30.9557821Z test_meta_to_sparse_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:12:30.9589982Z test_meta_to_sparse_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:12:30.9621553Z test_meta_to_sparse_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:12:30.9653609Z test_meta_to_sparse_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:12:30.9685985Z test_meta_to_sparse_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:12:30.9718133Z test_meta_to_sparse_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:12:30.9750559Z test_meta_to_sparse_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:12:30.9788912Z test_meta_to_sparse_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:12:30.9935076Z test_meta_topk_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-05-18T04:12:31.0077755Z test_meta_topk_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-05-18T04:12:31.0222577Z test_meta_topk_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-05-18T04:12:31.0366946Z test_meta_topk_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-05-18T04:12:31.0500321Z test_meta_topk_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-05-18T04:12:31.0633937Z test_meta_topk_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-05-18T04:12:31.0767106Z test_meta_topk_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-05-18T04:12:31.0904794Z test_meta_topk_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-05-18T04:12:31.1037607Z test_meta_topk_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-05-18T04:12:31.1113056Z test_meta_trace_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:12:31.1186788Z test_meta_trace_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:12:31.1212738Z test_meta_trace_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:12:31.1238360Z test_meta_trace_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-05-18T04:12:31.1312865Z test_meta_trace_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:12:31.1386425Z test_meta_trace_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:12:31.1466731Z test_meta_trace_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:12:31.1539406Z test_meta_trace_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:12:31.1612590Z test_meta_trace_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:12:31.1687423Z test_meta_trace_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:12:31.1765289Z test_meta_trace_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:12:31.1838656Z test_meta_trace_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:12:31.1922286Z test_meta_transpose_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:12:31.1997531Z test_meta_transpose_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:12:31.2058954Z test_meta_transpose_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:12:31.2114271Z test_meta_transpose_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:12:31.2198496Z test_meta_transpose_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:12:31.2281380Z test_meta_transpose_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:12:31.2366583Z test_meta_transpose_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:12:31.2440531Z test_meta_transpose_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:12:31.2515564Z test_meta_transpose_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:12:31.2589944Z test_meta_transpose_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:12:31.2674423Z test_meta_transpose_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:12:31.2753103Z test_meta_transpose_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:12:31.2876078Z test_meta_trapezoid_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:12:31.2958477Z test_meta_trapezoid_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:12:31.3040949Z test_meta_trapezoid_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:12:31.3163944Z test_meta_trapezoid_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:12:31.3284168Z test_meta_trapezoid_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:12:31.3401574Z test_meta_trapezoid_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:12:31.3515713Z test_meta_trapezoid_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:12:31.3622932Z test_meta_trapezoid_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:12:31.3728772Z test_meta_trapezoid_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:12:31.3836265Z test_meta_trapezoid_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:12:31.3944316Z test_meta_trapezoid_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:12:31.4061845Z test_meta_trapz_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:12:31.4140635Z test_meta_trapz_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:12:31.4220050Z test_meta_trapz_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:12:31.4345417Z test_meta_trapz_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:12:31.4462300Z test_meta_trapz_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:12:31.4579703Z test_meta_trapz_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:12:31.4687905Z test_meta_trapz_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:12:31.4794550Z test_meta_trapz_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:12:31.4900120Z test_meta_trapz_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:12:31.5007297Z test_meta_trapz_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:12:31.5114458Z test_meta_trapz_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:12:31.5380814Z test_meta_triangular_solve_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-05-18T04:12:31.5528503Z test_meta_triangular_solve_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-05-18T04:12:31.5745005Z test_meta_triangular_solve_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-05-18T04:12:31.5974680Z test_meta_triangular_solve_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-05-18T04:12:31.6070752Z test_meta_tril_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:12:31.6124024Z test_meta_tril_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:12:31.6177794Z test_meta_tril_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:12:31.6282704Z test_meta_tril_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:12:31.6390404Z test_meta_tril_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-05-18T04:12:31.6490875Z test_meta_tril_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:12:31.6586548Z test_meta_tril_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:12:31.6682335Z test_meta_tril_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:12:31.6779411Z test_meta_tril_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:12:31.6874766Z test_meta_tril_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:12:31.6970892Z test_meta_tril_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:12:31.7067603Z test_meta_triu_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:12:31.7127820Z test_meta_triu_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:12:31.7180196Z test_meta_triu_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:12:31.7282423Z test_meta_triu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:12:31.7383386Z test_meta_triu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:12:31.7484007Z test_meta_triu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:12:31.7579924Z test_meta_triu_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:12:31.7676602Z test_meta_triu_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:12:31.7772826Z test_meta_triu_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:12:31.7874628Z test_meta_triu_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:12:31.7969329Z test_meta_triu_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:12:31.8201664Z test_meta_true_divide_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-05-18T04:12:31.8414591Z test_meta_true_divide_cuda_bool (__main__.TestMetaCUDA) ... ok (0.021s) 2022-05-18T04:12:31.8536355Z test_meta_true_divide_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:12:31.8657527Z test_meta_true_divide_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-05-18T04:12:31.8888674Z test_meta_true_divide_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-05-18T04:12:31.9118883Z test_meta_true_divide_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-05-18T04:12:31.9362050Z test_meta_true_divide_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-05-18T04:12:31.9583313Z test_meta_true_divide_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-05-18T04:12:31.9798875Z test_meta_true_divide_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-05-18T04:12:32.0013002Z test_meta_true_divide_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-05-18T04:12:32.0227588Z test_meta_true_divide_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-05-18T04:12:32.0441378Z test_meta_true_divide_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-05-18T04:12:32.0482721Z test_meta_trunc_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:12:32.0530048Z test_meta_trunc_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:12:32.0567935Z test_meta_trunc_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:12:32.0605613Z test_meta_trunc_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:12:32.0778809Z test_meta_unfold_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-05-18T04:12:32.0932896Z test_meta_unfold_cuda_bool (__main__.TestMetaCUDA) ... ok (0.015s) 2022-05-18T04:12:32.1031737Z test_meta_unfold_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:12:32.1129844Z test_meta_unfold_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:12:32.1303748Z test_meta_unfold_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-05-18T04:12:32.1483126Z test_meta_unfold_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-05-18T04:12:32.1654772Z test_meta_unfold_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-05-18T04:12:32.1810010Z test_meta_unfold_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-05-18T04:12:32.1965276Z test_meta_unfold_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-05-18T04:12:32.2122710Z test_meta_unfold_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-05-18T04:12:32.2280766Z test_meta_unfold_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-05-18T04:12:32.2444885Z test_meta_unfold_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-05-18T04:12:32.2654677Z test_meta_unique_consecutive_cuda_bool (__main__.TestMetaCUDA) ... ok (0.021s) 2022-05-18T04:12:32.3071624Z test_meta_unique_consecutive_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-05-18T04:12:32.3485311Z test_meta_unique_consecutive_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-05-18T04:12:32.3900884Z test_meta_unique_consecutive_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-05-18T04:12:32.4156181Z test_meta_unique_consecutive_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-05-18T04:12:32.4407555Z test_meta_unique_consecutive_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-05-18T04:12:32.4657717Z test_meta_unique_consecutive_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-05-18T04:12:32.4905136Z test_meta_unique_consecutive_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-05-18T04:12:32.5154058Z test_meta_unique_consecutive_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-05-18T04:12:32.5350400Z test_meta_unique_cuda_bool (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:12:32.5755082Z test_meta_unique_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-05-18T04:12:32.6163924Z test_meta_unique_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-05-18T04:12:32.6573816Z test_meta_unique_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-05-18T04:12:32.6822714Z test_meta_unique_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-05-18T04:12:32.7083998Z test_meta_unique_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-05-18T04:12:32.7331860Z test_meta_unique_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-05-18T04:12:32.7582094Z test_meta_unique_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-05-18T04:12:32.7829167Z test_meta_unique_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-05-18T04:12:32.7913009Z test_meta_unsqueeze_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:12:32.7988540Z test_meta_unsqueeze_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:12:32.8045555Z test_meta_unsqueeze_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:12:32.8102191Z test_meta_unsqueeze_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:12:32.8190897Z test_meta_unsqueeze_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:12:32.8278823Z test_meta_unsqueeze_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:12:32.8367366Z test_meta_unsqueeze_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:12:32.8453952Z test_meta_unsqueeze_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:12:32.8534549Z test_meta_unsqueeze_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:12:32.8615005Z test_meta_unsqueeze_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:12:32.8695290Z test_meta_unsqueeze_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:12:32.8775943Z test_meta_unsqueeze_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:12:32.8875004Z test_meta_var_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:12:32.8923569Z test_meta_var_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:12:32.8971804Z test_meta_var_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:12:32.9075241Z test_meta_var_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:12:32.9172565Z test_meta_var_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:12:32.9269875Z test_meta_var_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:12:32.9367536Z test_meta_var_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:12:32.9421953Z test_meta_var_mean_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:12:32.9476710Z test_meta_var_mean_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:12:32.9571532Z test_meta_var_mean_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:12:32.9664689Z test_meta_var_mean_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:12:32.9763695Z test_meta_var_mean_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-05-18T04:12:32.9799026Z test_meta_vdot_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:12:32.9834092Z test_meta_vdot_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:12:32.9910559Z test_meta_vdot_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:12:32.9986801Z test_meta_vdot_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:12:33.0063293Z test_meta_vdot_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:12:33.0151825Z test_meta_view_as_complex_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:12:33.0241262Z test_meta_view_as_complex_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:12:33.0336235Z test_meta_view_as_complex_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-05-18T04:12:33.0391419Z test_meta_view_as_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:12:33.0440148Z test_meta_view_as_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:12:33.0482388Z test_meta_view_as_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:12:33.0534548Z test_meta_view_as_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:12:33.0576772Z test_meta_view_as_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:12:33.0631761Z test_meta_view_as_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:12:33.0690189Z test_meta_view_as_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:12:33.0754549Z test_meta_view_as_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:12:33.0807193Z test_meta_view_as_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:12:33.0859704Z test_meta_view_as_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:12:33.0912706Z test_meta_view_as_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:12:33.0965720Z test_meta_view_as_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:12:33.1018561Z test_meta_view_as_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:12:33.1048570Z test_meta_view_as_real_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:12:33.1076375Z test_meta_view_as_real_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:12:33.1158327Z test_meta_view_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:12:33.1227463Z test_meta_view_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:12:33.1278971Z test_meta_view_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:12:33.1351509Z test_meta_view_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:12:33.1403238Z test_meta_view_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:12:33.1478946Z test_meta_view_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:12:33.1555116Z test_meta_view_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:12:33.1630982Z test_meta_view_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:12:33.1706252Z test_meta_view_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:12:33.1773873Z test_meta_view_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:12:33.1843334Z test_meta_view_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:12:33.1912076Z test_meta_view_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:12:33.1980455Z test_meta_view_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:12:33.2024235Z test_meta_vsplit_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:12:33.2064582Z test_meta_vsplit_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:12:33.2094440Z test_meta_vsplit_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:12:33.2141788Z test_meta_vsplit_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:12:33.2171471Z test_meta_vsplit_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:12:33.2214497Z test_meta_vsplit_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:12:33.2256472Z test_meta_vsplit_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:12:33.2298925Z test_meta_vsplit_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:12:33.2339118Z test_meta_vsplit_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:12:33.2379131Z test_meta_vsplit_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:12:33.2419420Z test_meta_vsplit_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:12:33.2465781Z test_meta_vsplit_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:12:33.2506082Z test_meta_vsplit_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:12:33.2555499Z test_meta_vstack_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:12:33.2602126Z test_meta_vstack_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:12:33.2636676Z test_meta_vstack_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:12:33.2678528Z test_meta_vstack_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:12:33.2713540Z test_meta_vstack_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-05-18T04:12:33.2762882Z test_meta_vstack_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:12:33.2819582Z test_meta_vstack_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-05-18T04:12:33.2868928Z test_meta_vstack_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:12:33.2915505Z test_meta_vstack_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:12:33.2962726Z test_meta_vstack_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:12:33.3009039Z test_meta_vstack_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:12:33.3055386Z test_meta_vstack_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:12:33.3101830Z test_meta_vstack_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:12:33.3264486Z test_meta_where_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-05-18T04:12:33.3408612Z test_meta_where_cuda_bool (__main__.TestMetaCUDA) ... ok (0.014s) 2022-05-18T04:12:33.3484902Z test_meta_where_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:12:33.3560731Z test_meta_where_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:12:33.3715355Z test_meta_where_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-05-18T04:12:33.3874528Z test_meta_where_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-05-18T04:12:33.4029600Z test_meta_where_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-05-18T04:12:33.4175362Z test_meta_where_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-05-18T04:12:33.4323806Z test_meta_where_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-05-18T04:12:33.4469649Z test_meta_where_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-05-18T04:12:33.4615352Z test_meta_where_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-05-18T04:12:33.4768966Z test_meta_where_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-05-18T04:12:33.4997156Z test_meta_xlogy_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-05-18T04:12:33.5197219Z test_meta_xlogy_cuda_bool (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:12:33.5412532Z test_meta_xlogy_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-05-18T04:12:33.5627983Z test_meta_xlogy_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-05-18T04:12:33.5845838Z test_meta_xlogy_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-05-18T04:12:33.6045920Z test_meta_xlogy_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:12:33.6250370Z test_meta_xlogy_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:12:33.6467268Z test_meta_xlogy_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-05-18T04:12:33.6678353Z test_meta_xlogy_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-05-18T04:12:33.6883181Z test_meta_xlogy_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-05-18T04:12:33.6930702Z test_meta_zero__cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:12:33.6974505Z test_meta_zero__cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:12:33.7012177Z test_meta_zero__cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:12:33.7048956Z test_meta_zero__cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:12:33.7096337Z test_meta_zero__cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:12:33.7149833Z test_meta_zero__cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:12:33.7198020Z test_meta_zero__cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:12:33.7242572Z test_meta_zero__cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:12:33.7286826Z test_meta_zero__cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:12:33.7330793Z test_meta_zero__cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:12:33.7378050Z test_meta_zero__cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:12:33.7423705Z test_meta_zero__cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-05-18T04:12:33.7503572Z test_meta_zeros_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:12:33.7582201Z test_meta_zeros_like_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:12:33.7632607Z test_meta_zeros_like_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:12:33.7683523Z test_meta_zeros_like_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-05-18T04:12:33.7762751Z test_meta_zeros_like_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:12:33.7841718Z test_meta_zeros_like_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:12:33.7921290Z test_meta_zeros_like_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:12:33.7994227Z test_meta_zeros_like_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:12:33.8067926Z test_meta_zeros_like_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:12:33.8147000Z test_meta_zeros_like_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-05-18T04:12:33.8220918Z test_meta_zeros_like_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:12:33.8294003Z test_meta_zeros_like_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-05-18T04:12:33.8295792Z 2022-05-18T04:12:33.8296349Z ---------------------------------------------------------------------- 2022-05-18T04:12:33.8296679Z Ran 4565 tests in 297.871s 2022-05-18T04:12:33.8298621Z 2022-05-18T04:12:33.8298896Z OK (skipped=133, expected failures=14) 2022-05-18T04:12:33.8299095Z 2022-05-18T04:12:33.8299231Z Generating XML reports... 2022-05-18T04:12:34.3400409Z Generated XML report: test-reports/python-unittest/test_meta/TEST-TestMetaCUDA-20220518040735.xml 2022-05-18T04:12:34.9042509Z Running test_ops_gradients ... [2022-05-18 04:12:34.903688] 2022-05-18T04:12:34.9043205Z Executing ['/opt/conda/bin/python', 'test_ops_gradients.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 04:12:34.903796] 2022-05-18T04:12:38.3116516Z Test results will be stored in test-reports/python-unittest/test_ops_gradients 2022-05-18T04:12:38.5392427Z 2022-05-18T04:12:38.5393210Z Running tests... 2022-05-18T04:12:38.5393813Z ---------------------------------------------------------------------- 2022-05-18T04:12:38.5424704Z test_fn_fail_gradgrad_H_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.003s) 2022-05-18T04:12:38.5439125Z test_fn_fail_gradgrad_H_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.5454293Z test_fn_fail_gradgrad_T_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.5468663Z test_fn_fail_gradgrad_T_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.5482910Z test_fn_fail_gradgrad___getitem___cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.5497241Z test_fn_fail_gradgrad___getitem___cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.5512009Z test_fn_fail_gradgrad___radd___cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.5527608Z test_fn_fail_gradgrad___radd___cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.5542050Z test_fn_fail_gradgrad___rdiv___cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.5556200Z test_fn_fail_gradgrad___rdiv___cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.5570626Z test_fn_fail_gradgrad___rmatmul___cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.5585027Z test_fn_fail_gradgrad___rmatmul___cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.5599392Z test_fn_fail_gradgrad___rmod___cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.5613887Z test_fn_fail_gradgrad___rmul___cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.5628766Z test_fn_fail_gradgrad___rmul___cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.5635733Z test_fn_fail_gradgrad___rpow___cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:12:38.5643429Z test_fn_fail_gradgrad___rpow___cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:12:38.5659872Z test_fn_fail_gradgrad___rsub___cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.5674173Z test_fn_fail_gradgrad___rsub___cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.5688356Z test_fn_fail_gradgrad__masked_amax_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.5702875Z test_fn_fail_gradgrad__masked_amin_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.5717181Z test_fn_fail_gradgrad__masked_argmax_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:12:38.5731136Z test_fn_fail_gradgrad__masked_argmin_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:12:38.5745687Z test_fn_fail_gradgrad__masked_log_softmax_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.5760014Z test_fn_fail_gradgrad__masked_mean_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.5774963Z test_fn_fail_gradgrad__masked_mean_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.5792213Z test_fn_fail_gradgrad__masked_norm_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.002s) 2022-05-18T04:12:38.5806039Z test_fn_fail_gradgrad__masked_normalize_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.5820276Z test_fn_fail_gradgrad__masked_prod_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.5834456Z test_fn_fail_gradgrad__masked_prod_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.5848817Z test_fn_fail_gradgrad__masked_softmax_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.5863382Z test_fn_fail_gradgrad__masked_softmin_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.5878345Z test_fn_fail_gradgrad__masked_std_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.5891774Z test_fn_fail_gradgrad__masked_std_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.5906382Z test_fn_fail_gradgrad__masked_sum_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.5920671Z test_fn_fail_gradgrad__masked_sum_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.5935339Z test_fn_fail_gradgrad__masked_var_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.5950159Z test_fn_fail_gradgrad__masked_var_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.5967919Z test_fn_fail_gradgrad_abs_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.002s) 2022-05-18T04:12:38.5982542Z test_fn_fail_gradgrad_abs_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.5996624Z test_fn_fail_gradgrad_acos_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.6010440Z test_fn_fail_gradgrad_acos_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.6024910Z test_fn_fail_gradgrad_acosh_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.6039111Z test_fn_fail_gradgrad_acosh_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.6053189Z test_fn_fail_gradgrad_add_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.6067572Z test_fn_fail_gradgrad_add_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.6081687Z test_fn_fail_gradgrad_addbmm_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.6095672Z test_fn_fail_gradgrad_addbmm_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.6110165Z test_fn_fail_gradgrad_addcdiv_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.6124481Z test_fn_fail_gradgrad_addcdiv_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.6142836Z test_fn_fail_gradgrad_addcmul_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.002s) 2022-05-18T04:12:38.6156814Z test_fn_fail_gradgrad_addcmul_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.6172289Z test_fn_fail_gradgrad_addmm_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.6186978Z test_fn_fail_gradgrad_addmm_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.6201811Z test_fn_fail_gradgrad_addmm_decomposed_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.6215524Z test_fn_fail_gradgrad_addmm_decomposed_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.6229403Z test_fn_fail_gradgrad_addmv_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.6243284Z test_fn_fail_gradgrad_addmv_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.6256984Z test_fn_fail_gradgrad_addr_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.6270984Z test_fn_fail_gradgrad_addr_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.6284685Z test_fn_fail_gradgrad_all_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:12:38.6298993Z test_fn_fail_gradgrad_all_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:12:38.6316752Z test_fn_fail_gradgrad_allclose_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:12:38.6330185Z test_fn_fail_gradgrad_allclose_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:12:38.6344232Z test_fn_fail_gradgrad_amax_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.6357946Z test_fn_fail_gradgrad_amin_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.6371711Z test_fn_fail_gradgrad_aminmax_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:12:38.6386212Z test_fn_fail_gradgrad_angle_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.6399839Z test_fn_fail_gradgrad_angle_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.6413535Z test_fn_fail_gradgrad_any_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:12:38.6427573Z test_fn_fail_gradgrad_any_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:12:38.6441112Z test_fn_fail_gradgrad_argmax_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:12:38.6455140Z test_fn_fail_gradgrad_argmin_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:12:38.6468970Z test_fn_fail_gradgrad_argsort_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:12:38.6489777Z test_fn_fail_gradgrad_argwhere_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:12:38.6503462Z test_fn_fail_gradgrad_argwhere_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:12:38.6517052Z test_fn_fail_gradgrad_as_strided_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.6530833Z test_fn_fail_gradgrad_as_strided_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.6544702Z test_fn_fail_gradgrad_asin_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.6558198Z test_fn_fail_gradgrad_asin_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.6572040Z test_fn_fail_gradgrad_asinh_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.6586105Z test_fn_fail_gradgrad_asinh_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.6600443Z test_fn_fail_gradgrad_atan2_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.6614471Z test_fn_fail_gradgrad_atan_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.6628227Z test_fn_fail_gradgrad_atan_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.6645599Z test_fn_fail_gradgrad_atanh_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.002s) 2022-05-18T04:12:38.6659169Z test_fn_fail_gradgrad_atanh_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.6673113Z test_fn_fail_gradgrad_atleast_1d_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.6686941Z test_fn_fail_gradgrad_atleast_1d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.6700663Z test_fn_fail_gradgrad_atleast_2d_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.6714416Z test_fn_fail_gradgrad_atleast_2d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.6728013Z test_fn_fail_gradgrad_atleast_3d_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.6742414Z test_fn_fail_gradgrad_atleast_3d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.6755839Z test_fn_fail_gradgrad_baddbmm_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.6769726Z test_fn_fail_gradgrad_baddbmm_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.6783946Z test_fn_fail_gradgrad_bernoulli_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.6798042Z test_fn_fail_gradgrad_bfloat16_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.6816390Z test_fn_fail_gradgrad_bfloat16_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.002s) 2022-05-18T04:12:38.6830356Z test_fn_fail_gradgrad_block_diag_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.6844168Z test_fn_fail_gradgrad_block_diag_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.6857810Z test_fn_fail_gradgrad_bmm_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.6871767Z test_fn_fail_gradgrad_bmm_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.6885463Z test_fn_fail_gradgrad_bool_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:12:38.6898992Z test_fn_fail_gradgrad_bool_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:12:38.6913223Z test_fn_fail_gradgrad_broadcast_tensors_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.6926791Z test_fn_fail_gradgrad_broadcast_tensors_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.6940404Z test_fn_fail_gradgrad_broadcast_to_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.6954466Z test_fn_fail_gradgrad_broadcast_to_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.6968219Z test_fn_fail_gradgrad_bucketize_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:12:38.6986728Z test_fn_fail_gradgrad_byte_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:12:38.7000118Z test_fn_fail_gradgrad_byte_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:12:38.7013513Z test_fn_fail_gradgrad_cartesian_prod_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.7028182Z test_fn_fail_gradgrad_cartesian_prod_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.7042139Z test_fn_fail_gradgrad_cat_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.7055859Z test_fn_fail_gradgrad_cat_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.7933376Z test_fn_fail_gradgrad_cdist_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.087s) 2022-05-18T04:12:38.7948127Z test_fn_fail_gradgrad_ceil_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.002s) 2022-05-18T04:12:38.7961823Z test_fn_fail_gradgrad_chalf_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.7975625Z test_fn_fail_gradgrad_chalf_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.7990187Z test_fn_fail_gradgrad_char_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:12:38.8004111Z test_fn_fail_gradgrad_char_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:12:38.8017232Z test_fn_fail_gradgrad_cholesky_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.8030949Z test_fn_fail_gradgrad_cholesky_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.8044583Z test_fn_fail_gradgrad_cholesky_inverse_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.8058089Z test_fn_fail_gradgrad_cholesky_inverse_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.8072029Z test_fn_fail_gradgrad_cholesky_solve_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.8085704Z test_fn_fail_gradgrad_cholesky_solve_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.8104278Z test_fn_fail_gradgrad_chunk_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.002s) 2022-05-18T04:12:38.8118011Z test_fn_fail_gradgrad_chunk_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.8132315Z test_fn_fail_gradgrad_clamp_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.8146449Z test_fn_fail_gradgrad_clamp_scalar_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.8160171Z test_fn_fail_gradgrad_clone_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.8173768Z test_fn_fail_gradgrad_clone_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.8187872Z test_fn_fail_gradgrad_column_stack_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.8201472Z test_fn_fail_gradgrad_column_stack_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.8216270Z test_fn_fail_gradgrad_combinations_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.8230315Z test_fn_fail_gradgrad_combinations_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.8244033Z test_fn_fail_gradgrad_complex_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.8258571Z test_fn_fail_gradgrad_conj_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.8277077Z test_fn_fail_gradgrad_conj_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.002s) 2022-05-18T04:12:38.8291133Z test_fn_fail_gradgrad_conj_physical_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.8305167Z test_fn_fail_gradgrad_conj_physical_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.8318903Z test_fn_fail_gradgrad_contiguous_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.8332699Z test_fn_fail_gradgrad_contiguous_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.8346772Z test_fn_fail_gradgrad_copysign_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.8360874Z test_fn_fail_gradgrad_corrcoef_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.8374942Z test_fn_fail_gradgrad_corrcoef_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.8388840Z test_fn_fail_gradgrad_cos_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.8402645Z test_fn_fail_gradgrad_cos_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.8416660Z test_fn_fail_gradgrad_cosh_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.8430875Z test_fn_fail_gradgrad_cosh_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.8449592Z test_fn_fail_gradgrad_count_nonzero_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:12:38.8463286Z test_fn_fail_gradgrad_count_nonzero_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:12:38.8476653Z test_fn_fail_gradgrad_cov_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.8490612Z test_fn_fail_gradgrad_cov_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.8504674Z test_fn_fail_gradgrad_cross_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.8518383Z test_fn_fail_gradgrad_cross_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.8532168Z test_fn_fail_gradgrad_cummax_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.8546211Z test_fn_fail_gradgrad_cummin_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.8559920Z test_fn_fail_gradgrad_cumprod_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.8574010Z test_fn_fail_gradgrad_cumprod_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.8588217Z test_fn_fail_gradgrad_cumsum_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.8607054Z test_fn_fail_gradgrad_cumsum_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.002s) 2022-05-18T04:12:38.8621664Z test_fn_fail_gradgrad_cumulative_trapezoid_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.8636236Z test_fn_fail_gradgrad_cumulative_trapezoid_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.8651050Z test_fn_fail_gradgrad_deg2rad_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.8665547Z test_fn_fail_gradgrad_diag_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.8679347Z test_fn_fail_gradgrad_diag_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.8693508Z test_fn_fail_gradgrad_diag_embed_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.8707863Z test_fn_fail_gradgrad_diag_embed_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.8721870Z test_fn_fail_gradgrad_diagflat_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.8735619Z test_fn_fail_gradgrad_diagflat_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.8750437Z test_fn_fail_gradgrad_diagonal_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.8764256Z test_fn_fail_gradgrad_diagonal_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.8783415Z test_fn_fail_gradgrad_diagonal_scatter_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.002s) 2022-05-18T04:12:38.8797117Z test_fn_fail_gradgrad_diff_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.8810640Z test_fn_fail_gradgrad_diff_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.8825157Z test_fn_fail_gradgrad_digamma_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.8839378Z test_fn_fail_gradgrad_dist_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.8853163Z test_fn_fail_gradgrad_dist_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.8867116Z test_fn_fail_gradgrad_div_floor_rounding_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.8880691Z test_fn_fail_gradgrad_div_no_rounding_mode_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.8894318Z test_fn_fail_gradgrad_div_no_rounding_mode_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.8908433Z test_fn_fail_gradgrad_div_trunc_rounding_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.8922062Z test_fn_fail_gradgrad_dot_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.8935835Z test_fn_fail_gradgrad_dot_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.8954824Z test_fn_fail_gradgrad_double_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.002s) 2022-05-18T04:12:38.8968315Z test_fn_fail_gradgrad_double_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.8982482Z test_fn_fail_gradgrad_dsplit_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.8996000Z test_fn_fail_gradgrad_dsplit_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.9009890Z test_fn_fail_gradgrad_dstack_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.9023876Z test_fn_fail_gradgrad_dstack_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.9037144Z test_fn_fail_gradgrad_eig_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.9050456Z test_fn_fail_gradgrad_eig_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.9064752Z test_fn_fail_gradgrad_einsum_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.9078530Z test_fn_fail_gradgrad_einsum_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.9092376Z test_fn_fail_gradgrad_empty_like_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:12:38.9106473Z test_fn_fail_gradgrad_empty_like_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:12:38.9126359Z test_fn_fail_gradgrad_eq_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:12:38.9140286Z test_fn_fail_gradgrad_eq_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:12:38.9153806Z test_fn_fail_gradgrad_erf_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.9168115Z test_fn_fail_gradgrad_erfc_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.9182996Z test_fn_fail_gradgrad_erfinv_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.9196757Z test_fn_fail_gradgrad_exp2_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.9210347Z test_fn_fail_gradgrad_exp_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.9224529Z test_fn_fail_gradgrad_exp_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.9238066Z test_fn_fail_gradgrad_expand_as_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.9251901Z test_fn_fail_gradgrad_expand_as_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.9265996Z test_fn_fail_gradgrad_expand_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.9280056Z test_fn_fail_gradgrad_expand_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.9298877Z test_fn_fail_gradgrad_expm1_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.002s) 2022-05-18T04:12:38.9312853Z test_fn_fail_gradgrad_fft_fft2_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.9326494Z test_fn_fail_gradgrad_fft_fft2_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.9341235Z test_fn_fail_gradgrad_fft_fft_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.9355491Z test_fn_fail_gradgrad_fft_fft_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.9369842Z test_fn_fail_gradgrad_fft_fftn_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.9383684Z test_fn_fail_gradgrad_fft_fftn_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.9397493Z test_fn_fail_gradgrad_fft_fftshift_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.9411904Z test_fn_fail_gradgrad_fft_fftshift_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.9426213Z test_fn_fail_gradgrad_fft_hfft2_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.9440789Z test_fn_fail_gradgrad_fft_hfft2_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.9454482Z test_fn_fail_gradgrad_fft_hfft_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.9473499Z test_fn_fail_gradgrad_fft_hfft_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.002s) 2022-05-18T04:12:38.9486993Z test_fn_fail_gradgrad_fft_hfftn_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.9500699Z test_fn_fail_gradgrad_fft_hfftn_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.9514747Z test_fn_fail_gradgrad_fft_ifft2_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.9529069Z test_fn_fail_gradgrad_fft_ifft2_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.9543749Z test_fn_fail_gradgrad_fft_ifft_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.9558216Z test_fn_fail_gradgrad_fft_ifft_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.9572720Z test_fn_fail_gradgrad_fft_ifftn_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.9587244Z test_fn_fail_gradgrad_fft_ifftn_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.9601224Z test_fn_fail_gradgrad_fft_ifftshift_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.9615412Z test_fn_fail_gradgrad_fft_ifftshift_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.9629652Z test_fn_fail_gradgrad_fft_ihfft2_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.9648640Z test_fn_fail_gradgrad_fft_ihfft_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.002s) 2022-05-18T04:12:38.9662671Z test_fn_fail_gradgrad_fft_ihfftn_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.9676268Z test_fn_fail_gradgrad_fft_irfft2_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.9689863Z test_fn_fail_gradgrad_fft_irfft2_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.9704081Z test_fn_fail_gradgrad_fft_irfft_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.9718173Z test_fn_fail_gradgrad_fft_irfft_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.9731899Z test_fn_fail_gradgrad_fft_irfftn_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.9746120Z test_fn_fail_gradgrad_fft_irfftn_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.9759986Z test_fn_fail_gradgrad_fft_rfft2_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.9773707Z test_fn_fail_gradgrad_fft_rfft_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.9787641Z test_fn_fail_gradgrad_fft_rfftn_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.9806272Z test_fn_fail_gradgrad_fill__cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.002s) 2022-05-18T04:12:38.9820045Z test_fn_fail_gradgrad_fill__cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.9834693Z test_fn_fail_gradgrad_flatten_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.9849061Z test_fn_fail_gradgrad_flatten_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.9863691Z test_fn_fail_gradgrad_flip_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.9877477Z test_fn_fail_gradgrad_flip_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.9891266Z test_fn_fail_gradgrad_fliplr_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.9905166Z test_fn_fail_gradgrad_fliplr_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.9919147Z test_fn_fail_gradgrad_flipud_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.9933020Z test_fn_fail_gradgrad_flipud_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.9946988Z test_fn_fail_gradgrad_float_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.9961392Z test_fn_fail_gradgrad_float_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:38.9980328Z test_fn_fail_gradgrad_float_power_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.002s) 2022-05-18T04:12:38.9994419Z test_fn_fail_gradgrad_float_power_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.0007973Z test_fn_fail_gradgrad_floor_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.0022137Z test_fn_fail_gradgrad_floor_divide_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:12:39.0035815Z test_fn_fail_gradgrad_fmax_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.0049702Z test_fn_fail_gradgrad_fmin_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.0063600Z test_fn_fail_gradgrad_fmod_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.0077390Z test_fn_fail_gradgrad_frac_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.0090963Z test_fn_fail_gradgrad_frexp_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.0105259Z test_fn_fail_gradgrad_full_like_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:12:39.0118866Z test_fn_fail_gradgrad_full_like_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:12:39.0132687Z test_fn_fail_gradgrad_gather_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.0151649Z test_fn_fail_gradgrad_gather_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.002s) 2022-05-18T04:12:39.0165468Z test_fn_fail_gradgrad_ge_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:12:39.0179476Z test_fn_fail_gradgrad_geqrf_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:12:39.0193996Z test_fn_fail_gradgrad_geqrf_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:12:39.0208114Z test_fn_fail_gradgrad_gradient_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.0222017Z test_fn_fail_gradgrad_gradient_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.0235791Z test_fn_fail_gradgrad_gt_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:12:39.0249308Z test_fn_fail_gradgrad_half_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.0263381Z test_fn_fail_gradgrad_half_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.0277337Z test_fn_fail_gradgrad_heaviside_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:12:39.0290908Z test_fn_fail_gradgrad_histc_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:12:39.0304879Z test_fn_fail_gradgrad_hsplit_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.0323547Z test_fn_fail_gradgrad_hsplit_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.002s) 2022-05-18T04:12:39.0338053Z test_fn_fail_gradgrad_hstack_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.0352224Z test_fn_fail_gradgrad_hstack_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.0365943Z test_fn_fail_gradgrad_hypot_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.0380083Z test_fn_fail_gradgrad_i0_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.0394110Z test_fn_fail_gradgrad_igamma_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:12:39.0407562Z test_fn_fail_gradgrad_igammac_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:12:39.0421307Z test_fn_fail_gradgrad_imag_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.0435226Z test_fn_fail_gradgrad_index_add_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.0449009Z test_fn_fail_gradgrad_index_add_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.0463130Z test_fn_fail_gradgrad_index_copy_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.0477903Z test_fn_fail_gradgrad_index_copy_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.0496807Z test_fn_fail_gradgrad_index_fill_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.002s) 2022-05-18T04:12:39.0510712Z test_fn_fail_gradgrad_index_fill_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.0524636Z test_fn_fail_gradgrad_index_put_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.0538471Z test_fn_fail_gradgrad_index_put_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.0552740Z test_fn_fail_gradgrad_index_reduce_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.0566810Z test_fn_fail_gradgrad_index_select_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.0580690Z test_fn_fail_gradgrad_index_select_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.0594827Z test_fn_fail_gradgrad_inner_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.0608550Z test_fn_fail_gradgrad_inner_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.0622722Z test_fn_fail_gradgrad_int_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:12:39.0636987Z test_fn_fail_gradgrad_int_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:12:39.0650657Z test_fn_fail_gradgrad_inverse_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.0670052Z test_fn_fail_gradgrad_inverse_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.002s) 2022-05-18T04:12:39.0683645Z test_fn_fail_gradgrad_isclose_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:12:39.0697044Z test_fn_fail_gradgrad_isclose_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:12:39.0711701Z test_fn_fail_gradgrad_isfinite_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:12:39.0725952Z test_fn_fail_gradgrad_isfinite_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:12:39.0740698Z test_fn_fail_gradgrad_isin_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:12:39.0754945Z test_fn_fail_gradgrad_isinf_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:12:39.0769332Z test_fn_fail_gradgrad_isinf_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:12:39.0783912Z test_fn_fail_gradgrad_isnan_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:12:39.0798227Z test_fn_fail_gradgrad_isnan_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:12:39.0812519Z test_fn_fail_gradgrad_isneginf_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:12:39.0827149Z test_fn_fail_gradgrad_isposinf_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:12:39.0845985Z test_fn_fail_gradgrad_isreal_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:12:39.0859481Z test_fn_fail_gradgrad_isreal_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:12:39.0873265Z test_fn_fail_gradgrad_istft_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.0887747Z test_fn_fail_gradgrad_istft_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.0902692Z test_fn_fail_gradgrad_jiterator_4inputs_with_extra_args_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:12:39.0916843Z test_fn_fail_gradgrad_jiterator_4inputs_with_extra_args_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:12:39.0931228Z test_fn_fail_gradgrad_jiterator_binary_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:12:39.0945372Z test_fn_fail_gradgrad_jiterator_binary_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:12:39.0959032Z test_fn_fail_gradgrad_jiterator_unary_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:12:39.0972580Z test_fn_fail_gradgrad_jiterator_unary_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:12:39.0986529Z test_fn_fail_gradgrad_kron_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.1005154Z test_fn_fail_gradgrad_kron_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.002s) 2022-05-18T04:12:39.1018705Z test_fn_fail_gradgrad_kthvalue_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.1032760Z test_fn_fail_gradgrad_ldexp_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.1046245Z test_fn_fail_gradgrad_ldexp_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.1059987Z test_fn_fail_gradgrad_le_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:12:39.1073673Z test_fn_fail_gradgrad_lerp_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.1087188Z test_fn_fail_gradgrad_lerp_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.1100913Z test_fn_fail_gradgrad_lgamma_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.1115533Z test_fn_fail_gradgrad_linalg_cholesky_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.1129842Z test_fn_fail_gradgrad_linalg_cholesky_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.1144722Z test_fn_fail_gradgrad_linalg_cholesky_ex_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.1159808Z test_fn_fail_gradgrad_linalg_cholesky_ex_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.1182597Z test_fn_fail_gradgrad_linalg_cond_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.002s) 2022-05-18T04:12:39.1197583Z test_fn_fail_gradgrad_linalg_cond_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.1210913Z test_fn_fail_gradgrad_linalg_cross_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.1224957Z test_fn_fail_gradgrad_linalg_cross_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.1238043Z test_fn_fail_gradgrad_linalg_det_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.1251082Z test_fn_fail_gradgrad_linalg_det_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.1265540Z test_fn_fail_gradgrad_linalg_det_singular_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.1278517Z test_fn_fail_gradgrad_linalg_det_singular_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.1291914Z test_fn_fail_gradgrad_linalg_eig_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.1305710Z test_fn_fail_gradgrad_linalg_eig_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.1319211Z test_fn_fail_gradgrad_linalg_eigh_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.1332786Z test_fn_fail_gradgrad_linalg_eigh_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.1351326Z test_fn_fail_gradgrad_linalg_eigvals_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.002s) 2022-05-18T04:12:39.1364289Z test_fn_fail_gradgrad_linalg_eigvals_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.1377335Z test_fn_fail_gradgrad_linalg_eigvalsh_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.1390726Z test_fn_fail_gradgrad_linalg_eigvalsh_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.1404521Z test_fn_fail_gradgrad_linalg_householder_product_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.1417996Z test_fn_fail_gradgrad_linalg_householder_product_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.1431746Z test_fn_fail_gradgrad_linalg_inv_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.1445247Z test_fn_fail_gradgrad_linalg_inv_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.1458879Z test_fn_fail_gradgrad_linalg_inv_ex_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.1473028Z test_fn_fail_gradgrad_linalg_inv_ex_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.1487698Z test_fn_fail_gradgrad_linalg_ldl_factor_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:12:39.1502056Z test_fn_fail_gradgrad_linalg_ldl_factor_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:12:39.1521767Z test_fn_fail_gradgrad_linalg_ldl_factor_ex_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:12:39.1536104Z test_fn_fail_gradgrad_linalg_ldl_factor_ex_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:12:39.1550513Z test_fn_fail_gradgrad_linalg_ldl_solve_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: not available before CUDA 11.3.1 (0.001s) 2022-05-18T04:12:39.1564671Z test_fn_fail_gradgrad_linalg_ldl_solve_cuda_float64 (__main__.TestGradientsCUDA) ... skip: not available before CUDA 11.3.1 (0.001s) 2022-05-18T04:12:39.1571783Z test_fn_fail_gradgrad_linalg_lstsq_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:12:39.1579777Z test_fn_fail_gradgrad_linalg_lstsq_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:12:39.1594231Z test_fn_fail_gradgrad_linalg_lstsq_grad_oriented_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.1608116Z test_fn_fail_gradgrad_linalg_lstsq_grad_oriented_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.1622777Z test_fn_fail_gradgrad_linalg_lu_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.1637268Z test_fn_fail_gradgrad_linalg_lu_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.1651703Z test_fn_fail_gradgrad_linalg_lu_factor_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.1666377Z test_fn_fail_gradgrad_linalg_lu_factor_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.1680846Z test_fn_fail_gradgrad_linalg_lu_factor_ex_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.1695349Z test_fn_fail_gradgrad_linalg_lu_factor_ex_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.1715476Z test_fn_fail_gradgrad_linalg_matrix_norm_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.002s) 2022-05-18T04:12:39.1730260Z test_fn_fail_gradgrad_linalg_matrix_norm_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.1745380Z test_fn_fail_gradgrad_linalg_matrix_power_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.1760382Z test_fn_fail_gradgrad_linalg_matrix_power_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.1774545Z test_fn_fail_gradgrad_linalg_matrix_rank_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:12:39.1789260Z test_fn_fail_gradgrad_linalg_matrix_rank_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:12:39.1803359Z test_fn_fail_gradgrad_linalg_matrix_rank_hermitian_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:12:39.1817793Z test_fn_fail_gradgrad_linalg_matrix_rank_hermitian_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:12:39.1831789Z test_fn_fail_gradgrad_linalg_multi_dot_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.1845527Z test_fn_fail_gradgrad_linalg_multi_dot_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.1859179Z test_fn_fail_gradgrad_linalg_norm_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.1873120Z test_fn_fail_gradgrad_linalg_norm_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.1892259Z test_fn_fail_gradgrad_linalg_norm_subgradients_at_zero_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.002s) 2022-05-18T04:12:39.1905897Z test_fn_fail_gradgrad_linalg_norm_subgradients_at_zero_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.1919346Z test_fn_fail_gradgrad_linalg_pinv_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.1933003Z test_fn_fail_gradgrad_linalg_pinv_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.1946428Z test_fn_fail_gradgrad_linalg_pinv_hermitian_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.1959506Z test_fn_fail_gradgrad_linalg_pinv_hermitian_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.1972945Z test_fn_fail_gradgrad_linalg_pinv_singular_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-05-18T04:12:39.1986675Z test_fn_fail_gradgrad_linalg_pinv_singular_cuda_float64 (__main__.TestGradientsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-05-18T04:12:39.2000159Z test_fn_fail_gradgrad_linalg_qr_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.2013850Z test_fn_fail_gradgrad_linalg_qr_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.2027541Z test_fn_fail_gradgrad_linalg_slogdet_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.2041615Z test_fn_fail_gradgrad_linalg_slogdet_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.2059938Z test_fn_fail_gradgrad_linalg_solve_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.002s) 2022-05-18T04:12:39.2073443Z test_fn_fail_gradgrad_linalg_solve_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.2087034Z test_fn_fail_gradgrad_linalg_solve_triangular_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.2100467Z test_fn_fail_gradgrad_linalg_solve_triangular_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.2114470Z test_fn_fail_gradgrad_linalg_svd_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.2128435Z test_fn_fail_gradgrad_linalg_svd_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.2142980Z test_fn_fail_gradgrad_linalg_svdvals_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.2156951Z test_fn_fail_gradgrad_linalg_svdvals_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.2170747Z test_fn_fail_gradgrad_linalg_tensorinv_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.2185637Z test_fn_fail_gradgrad_linalg_tensorinv_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.2200241Z test_fn_fail_gradgrad_linalg_tensorsolve_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.2219090Z test_fn_fail_gradgrad_linalg_tensorsolve_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.002s) 2022-05-18T04:12:39.2233049Z test_fn_fail_gradgrad_linalg_vander_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.2246449Z test_fn_fail_gradgrad_linalg_vander_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.2259712Z test_fn_fail_gradgrad_linalg_vector_norm_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.2273288Z test_fn_fail_gradgrad_linalg_vector_norm_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.2286859Z test_fn_fail_gradgrad_log10_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.2300387Z test_fn_fail_gradgrad_log10_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.2314126Z test_fn_fail_gradgrad_log1p_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.2327976Z test_fn_fail_gradgrad_log2_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.2341815Z test_fn_fail_gradgrad_log2_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.2356262Z test_fn_fail_gradgrad_log_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.2369998Z test_fn_fail_gradgrad_log_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.2389520Z test_fn_fail_gradgrad_log_softmax_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.002s) 2022-05-18T04:12:39.2402825Z test_fn_fail_gradgrad_log_softmax_dtype_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.2416268Z test_fn_fail_gradgrad_log_softmax_dtype_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.2430195Z test_fn_fail_gradgrad_logaddexp2_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.2443858Z test_fn_fail_gradgrad_logaddexp_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.2457402Z test_fn_fail_gradgrad_logcumsumexp_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.2470940Z test_fn_fail_gradgrad_logdet_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.2484627Z test_fn_fail_gradgrad_logical_and_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:12:39.2498340Z test_fn_fail_gradgrad_logical_and_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:12:39.2511630Z test_fn_fail_gradgrad_logical_not_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:12:39.2525148Z test_fn_fail_gradgrad_logical_not_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:12:39.2538931Z test_fn_fail_gradgrad_logical_or_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:12:39.2558140Z test_fn_fail_gradgrad_logical_or_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:12:39.2571692Z test_fn_fail_gradgrad_logical_xor_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:12:39.2585432Z test_fn_fail_gradgrad_logical_xor_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:12:39.2599658Z test_fn_fail_gradgrad_logit_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.2614121Z test_fn_fail_gradgrad_logsumexp_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.2628663Z test_fn_fail_gradgrad_long_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:12:39.2643127Z test_fn_fail_gradgrad_long_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:12:39.2657398Z test_fn_fail_gradgrad_lt_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:12:39.2671901Z test_fn_fail_gradgrad_lu_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.2686277Z test_fn_fail_gradgrad_lu_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.2700555Z test_fn_fail_gradgrad_lu_solve_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.2715319Z test_fn_fail_gradgrad_lu_solve_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.2734570Z test_fn_fail_gradgrad_lu_unpack_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.002s) 2022-05-18T04:12:39.2748256Z test_fn_fail_gradgrad_lu_unpack_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.2761776Z test_fn_fail_gradgrad_mH_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.2775443Z test_fn_fail_gradgrad_mH_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.2789245Z test_fn_fail_gradgrad_mT_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.2802857Z test_fn_fail_gradgrad_mT_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.2817218Z test_fn_fail_gradgrad_masked_fill_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.2831798Z test_fn_fail_gradgrad_masked_fill_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.2846202Z test_fn_fail_gradgrad_masked_scatter_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.2860662Z test_fn_fail_gradgrad_masked_scatter_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.2874565Z test_fn_fail_gradgrad_masked_select_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.2888367Z test_fn_fail_gradgrad_masked_select_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.2907606Z test_fn_fail_gradgrad_matmul_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.002s) 2022-05-18T04:12:39.2921315Z test_fn_fail_gradgrad_matmul_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.2934871Z test_fn_fail_gradgrad_matrix_exp_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.2948824Z test_fn_fail_gradgrad_matrix_exp_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.2962567Z test_fn_fail_gradgrad_max_binary_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.2976874Z test_fn_fail_gradgrad_max_reduction_no_dim_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.2991472Z test_fn_fail_gradgrad_max_reduction_with_dim_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.3005689Z test_fn_fail_gradgrad_maximum_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.3020235Z test_fn_fail_gradgrad_mean_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.3034107Z test_fn_fail_gradgrad_mean_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.3047745Z test_fn_fail_gradgrad_median_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.3062006Z test_fn_fail_gradgrad_meshgrid_list_of_tensors_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.3080991Z test_fn_fail_gradgrad_meshgrid_list_of_tensors_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.002s) 2022-05-18T04:12:39.3094934Z test_fn_fail_gradgrad_meshgrid_variadic_tensors_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.3109660Z test_fn_fail_gradgrad_meshgrid_variadic_tensors_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.3123937Z test_fn_fail_gradgrad_min_binary_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.3138225Z test_fn_fail_gradgrad_min_reduction_no_dim_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.3152185Z test_fn_fail_gradgrad_min_reduction_with_dim_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.3165816Z test_fn_fail_gradgrad_minimum_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.3179291Z test_fn_fail_gradgrad_mm_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.3193690Z test_fn_fail_gradgrad_mm_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.3207615Z test_fn_fail_gradgrad_mode_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.3221499Z test_fn_fail_gradgrad_movedim_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.3235252Z test_fn_fail_gradgrad_movedim_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.3255793Z test_fn_fail_gradgrad_msort_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.002s) 2022-05-18T04:12:39.3269635Z test_fn_fail_gradgrad_mul_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.3283284Z test_fn_fail_gradgrad_mul_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.3296875Z test_fn_fail_gradgrad_multinomial_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:12:39.3310350Z test_fn_fail_gradgrad_mv_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.3323946Z test_fn_fail_gradgrad_mv_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.3337660Z test_fn_fail_gradgrad_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.3344634Z test_fn_fail_gradgrad_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:12:39.3351306Z test_fn_fail_gradgrad_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:12:39.3365508Z test_fn_fail_gradgrad_nan_to_num_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.3379052Z test_fn_fail_gradgrad_nanmean_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.3392833Z test_fn_fail_gradgrad_nanmedian_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.3406263Z test_fn_fail_gradgrad_nanquantile_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.3425575Z test_fn_fail_gradgrad_nansum_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.002s) 2022-05-18T04:12:39.3438994Z test_fn_fail_gradgrad_narrow_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.3453176Z test_fn_fail_gradgrad_narrow_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.3467518Z test_fn_fail_gradgrad_ne_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:12:39.3480976Z test_fn_fail_gradgrad_ne_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:12:39.3494605Z test_fn_fail_gradgrad_neg_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.3508142Z test_fn_fail_gradgrad_neg_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.3521866Z test_fn_fail_gradgrad_new_empty_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:12:39.3535352Z test_fn_fail_gradgrad_new_empty_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:12:39.3549836Z test_fn_fail_gradgrad_new_full_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:12:39.3563304Z test_fn_fail_gradgrad_new_full_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:12:39.3576728Z test_fn_fail_gradgrad_new_ones_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:12:39.3595783Z test_fn_fail_gradgrad_new_ones_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:12:39.3609264Z test_fn_fail_gradgrad_new_zeros_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:12:39.3622949Z test_fn_fail_gradgrad_new_zeros_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:12:39.3636208Z test_fn_fail_gradgrad_nextafter_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:12:39.3649792Z test_fn_fail_gradgrad_nn_functional_adaptive_avg_pool1d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.3663386Z test_fn_fail_gradgrad_nn_functional_adaptive_avg_pool2d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.3676932Z test_fn_fail_gradgrad_nn_functional_adaptive_avg_pool3d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.3690478Z test_fn_fail_gradgrad_nn_functional_adaptive_max_pool1d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.3704532Z test_fn_fail_gradgrad_nn_functional_adaptive_max_pool2d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.3717702Z test_fn_fail_gradgrad_nn_functional_adaptive_max_pool3d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.3731465Z test_fn_fail_gradgrad_nn_functional_avg_pool1d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.3745479Z test_fn_fail_gradgrad_nn_functional_avg_pool2d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.3764384Z test_fn_fail_gradgrad_nn_functional_avg_pool3d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.002s) 2022-05-18T04:12:39.3777819Z test_fn_fail_gradgrad_nn_functional_batch_norm_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.3791819Z test_fn_fail_gradgrad_nn_functional_batch_norm_without_cudnn_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.3805436Z test_fn_fail_gradgrad_nn_functional_bilinear_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.3819013Z test_fn_fail_gradgrad_nn_functional_binary_cross_entropy_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.3832945Z test_fn_fail_gradgrad_nn_functional_binary_cross_entropy_with_logits_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.3846292Z test_fn_fail_gradgrad_nn_functional_celu_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.3859919Z test_fn_fail_gradgrad_nn_functional_conv1d_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.3873997Z test_fn_fail_gradgrad_nn_functional_conv1d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.3888212Z test_fn_fail_gradgrad_nn_functional_conv2d_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.3902106Z test_fn_fail_gradgrad_nn_functional_conv2d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.3915752Z test_fn_fail_gradgrad_nn_functional_conv_transpose1d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.3934599Z test_fn_fail_gradgrad_nn_functional_conv_transpose2d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.002s) 2022-05-18T04:12:39.3948498Z test_fn_fail_gradgrad_nn_functional_conv_transpose3d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.3962036Z test_fn_fail_gradgrad_nn_functional_cosine_embedding_loss_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.3975270Z test_fn_fail_gradgrad_nn_functional_cosine_similarity_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.3989070Z test_fn_fail_gradgrad_nn_functional_cross_entropy_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.4002728Z test_fn_fail_gradgrad_nn_functional_ctc_loss_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.4016413Z test_fn_fail_gradgrad_nn_functional_dropout2d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.4030160Z test_fn_fail_gradgrad_nn_functional_dropout_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.4043697Z test_fn_fail_gradgrad_nn_functional_elu_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.4134851Z test_fn_fail_gradgrad_nn_functional_embedding_bag_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.009s) 2022-05-18T04:12:39.4149404Z test_fn_fail_gradgrad_nn_functional_embedding_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.4169321Z test_fn_fail_gradgrad_nn_functional_feature_alpha_dropout_with_train_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.002s) 2022-05-18T04:12:39.4183789Z test_fn_fail_gradgrad_nn_functional_feature_alpha_dropout_without_train_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.4199014Z test_fn_fail_gradgrad_nn_functional_feature_alpha_dropout_without_train_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.4212785Z test_fn_fail_gradgrad_nn_functional_fractional_max_pool2d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.4226623Z test_fn_fail_gradgrad_nn_functional_fractional_max_pool3d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.4240005Z test_fn_fail_gradgrad_nn_functional_gaussian_nll_loss_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.4253622Z test_fn_fail_gradgrad_nn_functional_gelu_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.4267470Z test_fn_fail_gradgrad_nn_functional_glu_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.4402915Z test_fn_fail_gradgrad_nn_functional_grid_sample_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.013s) 2022-05-18T04:12:39.4416712Z test_fn_fail_gradgrad_nn_functional_group_norm_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.4430902Z test_fn_fail_gradgrad_nn_functional_hardshrink_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.4483102Z test_fn_fail_gradgrad_nn_functional_hardsigmoid_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.005s) 2022-05-18T04:12:39.4534783Z test_fn_fail_gradgrad_nn_functional_hardswish_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.005s) 2022-05-18T04:12:39.4549657Z test_fn_fail_gradgrad_nn_functional_hardtanh_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.4564085Z test_fn_fail_gradgrad_nn_functional_hinge_embedding_loss_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.4577632Z test_fn_fail_gradgrad_nn_functional_huber_loss_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.4591599Z test_fn_fail_gradgrad_nn_functional_instance_norm_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.4605316Z test_fn_fail_gradgrad_nn_functional_interpolate_area_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.4618801Z test_fn_fail_gradgrad_nn_functional_interpolate_bicubic_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.4632799Z test_fn_fail_gradgrad_nn_functional_interpolate_bilinear_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.4646546Z test_fn_fail_gradgrad_nn_functional_interpolate_linear_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.4660222Z test_fn_fail_gradgrad_nn_functional_interpolate_nearest_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.4679452Z test_fn_fail_gradgrad_nn_functional_interpolate_trilinear_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.002s) 2022-05-18T04:12:39.4692958Z test_fn_fail_gradgrad_nn_functional_kl_div_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.4707041Z test_fn_fail_gradgrad_nn_functional_l1_loss_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:12:39.4720338Z test_fn_fail_gradgrad_nn_functional_l1_loss_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.4733993Z test_fn_fail_gradgrad_nn_functional_layer_norm_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.4747905Z test_fn_fail_gradgrad_nn_functional_leaky_relu_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.4761631Z test_fn_fail_gradgrad_nn_functional_linear_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.4775307Z test_fn_fail_gradgrad_nn_functional_linear_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.4789442Z test_fn_fail_gradgrad_nn_functional_local_response_norm_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.4802821Z test_fn_fail_gradgrad_nn_functional_logsigmoid_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.4816717Z test_fn_fail_gradgrad_nn_functional_margin_ranking_loss_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.4830555Z test_fn_fail_gradgrad_nn_functional_max_pool1d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.4849896Z test_fn_fail_gradgrad_nn_functional_max_pool2d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.002s) 2022-05-18T04:12:39.4863500Z test_fn_fail_gradgrad_nn_functional_max_pool3d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.4876887Z test_fn_fail_gradgrad_nn_functional_max_unpool1d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.4890676Z test_fn_fail_gradgrad_nn_functional_max_unpool1d_grad_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.4904425Z test_fn_fail_gradgrad_nn_functional_max_unpool2d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.4918057Z test_fn_fail_gradgrad_nn_functional_max_unpool2d_grad_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.4931937Z test_fn_fail_gradgrad_nn_functional_max_unpool3d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.4945845Z test_fn_fail_gradgrad_nn_functional_max_unpool3d_grad_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.4959492Z test_fn_fail_gradgrad_nn_functional_mish_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.4973059Z test_fn_fail_gradgrad_nn_functional_mse_loss_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.5020486Z test_fn_fail_gradgrad_nn_functional_multi_margin_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.005s) 2022-05-18T04:12:39.5074972Z test_fn_fail_gradgrad_nn_functional_multilabel_margin_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.005s) 2022-05-18T04:12:39.5089301Z test_fn_fail_gradgrad_nn_functional_multilabel_soft_margin_loss_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.5104000Z test_fn_fail_gradgrad_nn_functional_nll_loss_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.5118459Z test_fn_fail_gradgrad_nn_functional_normalize_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.5132494Z test_fn_fail_gradgrad_nn_functional_normalize_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.5146243Z test_fn_fail_gradgrad_nn_functional_pad_circular_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.5159744Z test_fn_fail_gradgrad_nn_functional_pad_circular_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.5173174Z test_fn_fail_gradgrad_nn_functional_pad_constant_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.5187295Z test_fn_fail_gradgrad_nn_functional_pad_constant_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.5201531Z test_fn_fail_gradgrad_nn_functional_pad_reflect_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.5215481Z test_fn_fail_gradgrad_nn_functional_pad_reflect_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.5235062Z test_fn_fail_gradgrad_nn_functional_pad_replicate_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.002s) 2022-05-18T04:12:39.5248735Z test_fn_fail_gradgrad_nn_functional_pad_replicate_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.5262534Z test_fn_fail_gradgrad_nn_functional_pairwise_distance_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.5276734Z test_fn_fail_gradgrad_nn_functional_pairwise_distance_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.5363987Z test_fn_fail_gradgrad_nn_functional_pdist_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.009s) 2022-05-18T04:12:39.5377401Z test_fn_fail_gradgrad_nn_functional_pixel_shuffle_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.5391380Z test_fn_fail_gradgrad_nn_functional_pixel_shuffle_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.5405054Z test_fn_fail_gradgrad_nn_functional_pixel_unshuffle_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.5418584Z test_fn_fail_gradgrad_nn_functional_pixel_unshuffle_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.5432526Z test_fn_fail_gradgrad_nn_functional_poisson_nll_loss_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.5446069Z test_fn_fail_gradgrad_nn_functional_prelu_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.5459969Z test_fn_fail_gradgrad_nn_functional_relu6_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.5479052Z test_fn_fail_gradgrad_nn_functional_relu_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.002s) 2022-05-18T04:12:39.5492600Z test_fn_fail_gradgrad_nn_functional_rrelu_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.5506448Z test_fn_fail_gradgrad_nn_functional_selu_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.5520195Z test_fn_fail_gradgrad_nn_functional_silu_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.5534701Z test_fn_fail_gradgrad_nn_functional_smooth_l1_loss_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.5549449Z test_fn_fail_gradgrad_nn_functional_soft_margin_loss_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.5563778Z test_fn_fail_gradgrad_nn_functional_softmin_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.5578328Z test_fn_fail_gradgrad_nn_functional_softmin_with_dtype_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.5592910Z test_fn_fail_gradgrad_nn_functional_softmin_with_dtype_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.5606674Z test_fn_fail_gradgrad_nn_functional_softplus_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.5620311Z test_fn_fail_gradgrad_nn_functional_softshrink_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.5634454Z test_fn_fail_gradgrad_nn_functional_softsign_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.5655190Z test_fn_fail_gradgrad_nn_functional_softsign_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.002s) 2022-05-18T04:12:39.5669055Z test_fn_fail_gradgrad_nn_functional_tanhshrink_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.5682472Z test_fn_fail_gradgrad_nn_functional_tanhshrink_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.5695971Z test_fn_fail_gradgrad_nn_functional_threshold_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.5710427Z test_fn_fail_gradgrad_nn_functional_triplet_margin_loss_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.5724786Z test_fn_fail_gradgrad_nn_functional_triplet_margin_loss_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.5739112Z test_fn_fail_gradgrad_nn_functional_triplet_margin_with_distance_loss_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.5753817Z test_fn_fail_gradgrad_nn_functional_triplet_margin_with_distance_loss_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.5768048Z test_fn_fail_gradgrad_nn_functional_unfold_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.5782872Z test_fn_fail_gradgrad_nn_functional_unfold_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.5797245Z test_fn_fail_gradgrad_nn_functional_upsample_bilinear_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.5817139Z test_fn_fail_gradgrad_nn_functional_upsample_nearest_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.002s) 2022-05-18T04:12:39.5831883Z test_fn_fail_gradgrad_nonzero_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:12:39.5845970Z test_fn_fail_gradgrad_nonzero_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:12:39.5860147Z test_fn_fail_gradgrad_norm_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.5874706Z test_fn_fail_gradgrad_norm_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.5889074Z test_fn_fail_gradgrad_norm_fro_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.5903846Z test_fn_fail_gradgrad_norm_fro_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.5917452Z test_fn_fail_gradgrad_norm_inf_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.5931057Z test_fn_fail_gradgrad_norm_inf_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.5945087Z test_fn_fail_gradgrad_norm_nuc_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.5958858Z test_fn_fail_gradgrad_norm_nuc_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.5965785Z test_fn_fail_gradgrad_normal_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Gradients are incorrect! (0.001s) 2022-05-18T04:12:39.5972854Z test_fn_fail_gradgrad_normal_number_mean_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Gradients are incorrect! (0.001s) 2022-05-18T04:12:39.5986719Z test_fn_fail_gradgrad_ones_like_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:12:39.6006453Z test_fn_fail_gradgrad_ones_like_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:12:39.6020717Z test_fn_fail_gradgrad_ormqr_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:12:39.6035303Z test_fn_fail_gradgrad_ormqr_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:12:39.6049458Z test_fn_fail_gradgrad_outer_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.6064247Z test_fn_fail_gradgrad_outer_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.6079060Z test_fn_fail_gradgrad_pca_lowrank_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.6094278Z test_fn_fail_gradgrad_permute_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.6109189Z test_fn_fail_gradgrad_permute_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.6124822Z test_fn_fail_gradgrad_pinverse_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.6140109Z test_fn_fail_gradgrad_pinverse_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.6153990Z test_fn_fail_gradgrad_polar_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.6168506Z test_fn_fail_gradgrad_polygamma_polygamma_n_0_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.6175208Z test_fn_fail_gradgrad_polygamma_polygamma_n_1_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:12:39.6182953Z test_fn_fail_gradgrad_polygamma_polygamma_n_2_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:12:39.6191417Z test_fn_fail_gradgrad_polygamma_polygamma_n_3_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:12:39.6198896Z test_fn_fail_gradgrad_polygamma_polygamma_n_4_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:12:39.6218346Z test_fn_fail_gradgrad_positive_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.002s) 2022-05-18T04:12:39.6232054Z test_fn_fail_gradgrad_positive_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.6245623Z test_fn_fail_gradgrad_pow_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.6259263Z test_fn_fail_gradgrad_pow_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.6272927Z test_fn_fail_gradgrad_prod_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.6286405Z test_fn_fail_gradgrad_prod_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.6300200Z test_fn_fail_gradgrad_put_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.6314034Z test_fn_fail_gradgrad_put_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.6327475Z test_fn_fail_gradgrad_qr_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.6341557Z test_fn_fail_gradgrad_qr_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.6355153Z test_fn_fail_gradgrad_quantile_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.6368918Z test_fn_fail_gradgrad_rad2deg_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.6388452Z test_fn_fail_gradgrad_rand_like_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:12:39.6401701Z test_fn_fail_gradgrad_rand_like_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:12:39.6415284Z test_fn_fail_gradgrad_randint_like_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:12:39.6429161Z test_fn_fail_gradgrad_randn_like_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:12:39.6442582Z test_fn_fail_gradgrad_randn_like_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:12:39.6455919Z test_fn_fail_gradgrad_ravel_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.6469854Z test_fn_fail_gradgrad_ravel_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.6483365Z test_fn_fail_gradgrad_real_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.6496967Z test_fn_fail_gradgrad_real_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.6510929Z test_fn_fail_gradgrad_reciprocal_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.6524497Z test_fn_fail_gradgrad_reciprocal_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.6538338Z test_fn_fail_gradgrad_remainder_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.6557806Z test_fn_fail_gradgrad_renorm_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.002s) 2022-05-18T04:12:39.6571285Z test_fn_fail_gradgrad_renorm_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.6585086Z test_fn_fail_gradgrad_repeat_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.6598673Z test_fn_fail_gradgrad_repeat_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.6612161Z test_fn_fail_gradgrad_repeat_interleave_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.6626000Z test_fn_fail_gradgrad_repeat_interleave_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.6639634Z test_fn_fail_gradgrad_reshape_as_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.6653131Z test_fn_fail_gradgrad_reshape_as_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.6666872Z test_fn_fail_gradgrad_reshape_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.6680547Z test_fn_fail_gradgrad_reshape_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.6695515Z test_fn_fail_gradgrad_resize__cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:12:39.6708119Z test_fn_fail_gradgrad_resize__cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:12:39.6727114Z test_fn_fail_gradgrad_resize_as__cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:12:39.6740597Z test_fn_fail_gradgrad_resize_as__cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:12:39.6754148Z test_fn_fail_gradgrad_resolve_conj_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.6767665Z test_fn_fail_gradgrad_resolve_conj_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.6781457Z test_fn_fail_gradgrad_resolve_neg_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.6794931Z test_fn_fail_gradgrad_resolve_neg_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.6808398Z test_fn_fail_gradgrad_roll_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.6822620Z test_fn_fail_gradgrad_roll_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.6836160Z test_fn_fail_gradgrad_rot90_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.6850344Z test_fn_fail_gradgrad_rot90_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.6864587Z test_fn_fail_gradgrad_round_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.6883821Z test_fn_fail_gradgrad_round_decimals_0_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.002s) 2022-05-18T04:12:39.6890725Z test_fn_fail_gradgrad_round_decimals_3_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:12:39.6898823Z test_fn_fail_gradgrad_round_decimals_neg_3_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:12:39.6911312Z test_fn_fail_gradgrad_rsqrt_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.6924908Z test_fn_fail_gradgrad_rsqrt_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.6938453Z test_fn_fail_gradgrad_rsub_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.6952428Z test_fn_fail_gradgrad_rsub_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.6966486Z test_fn_fail_gradgrad_scatter_add_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.6979839Z test_fn_fail_gradgrad_scatter_add_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.6993899Z test_fn_fail_gradgrad_scatter_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.7007309Z test_fn_fail_gradgrad_scatter_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.7020864Z test_fn_fail_gradgrad_scatter_reduce_amax_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.7035636Z test_fn_fail_gradgrad_scatter_reduce_amin_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.7049209Z test_fn_fail_gradgrad_scatter_reduce_mean_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.7068960Z test_fn_fail_gradgrad_scatter_reduce_prod_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.002s) 2022-05-18T04:12:39.7083105Z test_fn_fail_gradgrad_scatter_reduce_sum_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.7097462Z test_fn_fail_gradgrad_searchsorted_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:12:39.7111168Z test_fn_fail_gradgrad_select_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.7124667Z test_fn_fail_gradgrad_select_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.7138281Z test_fn_fail_gradgrad_select_scatter_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.7152256Z test_fn_fail_gradgrad_sgn_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.7165780Z test_fn_fail_gradgrad_sgn_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.7179397Z test_fn_fail_gradgrad_short_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:12:39.7193486Z test_fn_fail_gradgrad_short_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:12:39.7206694Z test_fn_fail_gradgrad_sigmoid_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.7220972Z test_fn_fail_gradgrad_sigmoid_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.7240494Z test_fn_fail_gradgrad_sign_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.002s) 2022-05-18T04:12:39.7254131Z test_fn_fail_gradgrad_signbit_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:12:39.7267752Z test_fn_fail_gradgrad_sin_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.7281320Z test_fn_fail_gradgrad_sin_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.7294851Z test_fn_fail_gradgrad_sinc_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.7308548Z test_fn_fail_gradgrad_sinc_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.7322068Z test_fn_fail_gradgrad_sinh_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.7335937Z test_fn_fail_gradgrad_sinh_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.7349547Z test_fn_fail_gradgrad_slice_scatter_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.7363063Z test_fn_fail_gradgrad_softmax_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.7376942Z test_fn_fail_gradgrad_softmax_with_dtype_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.7390922Z test_fn_fail_gradgrad_softmax_with_dtype_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.7410299Z test_fn_fail_gradgrad_sort_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.002s) 2022-05-18T04:12:39.7424147Z test_fn_fail_gradgrad_sparse_sampled_addmm_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: cusparseSDDMM was added in 11.2.1 (0.001s) 2022-05-18T04:12:39.7437428Z test_fn_fail_gradgrad_sparse_sampled_addmm_cuda_float64 (__main__.TestGradientsCUDA) ... skip: cusparseSDDMM was added in 11.2.1 (0.001s) 2022-05-18T04:12:39.7451042Z test_fn_fail_gradgrad_special_entr_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.7465055Z test_fn_fail_gradgrad_special_erfcx_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.7479232Z test_fn_fail_gradgrad_special_i0e_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.7492930Z test_fn_fail_gradgrad_special_i1_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.7506828Z test_fn_fail_gradgrad_special_i1e_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.7521228Z test_fn_fail_gradgrad_special_log_ndtr_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.7534859Z test_fn_fail_gradgrad_special_ndtr_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.7548675Z test_fn_fail_gradgrad_special_ndtri_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.7562585Z test_fn_fail_gradgrad_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.7569202Z test_fn_fail_gradgrad_special_xlog1py_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:12:39.7589075Z test_fn_fail_gradgrad_special_zeta_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:12:39.7602323Z test_fn_fail_gradgrad_split_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.7615758Z test_fn_fail_gradgrad_split_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.7629562Z test_fn_fail_gradgrad_split_list_args_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.7642997Z test_fn_fail_gradgrad_split_list_args_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.7656730Z test_fn_fail_gradgrad_split_with_sizes_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.7670671Z test_fn_fail_gradgrad_split_with_sizes_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.7684198Z test_fn_fail_gradgrad_sqrt_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.7697658Z test_fn_fail_gradgrad_sqrt_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.7711596Z test_fn_fail_gradgrad_square_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.7725167Z test_fn_fail_gradgrad_square_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.7739423Z test_fn_fail_gradgrad_squeeze_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.7760183Z test_fn_fail_gradgrad_squeeze_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.002s) 2022-05-18T04:12:39.7773972Z test_fn_fail_gradgrad_stack_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.7788457Z test_fn_fail_gradgrad_stack_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.7802596Z test_fn_fail_gradgrad_std_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.7817051Z test_fn_fail_gradgrad_std_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.7831173Z test_fn_fail_gradgrad_std_mean_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:12:39.7844734Z test_fn_fail_gradgrad_std_mean_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.7858344Z test_fn_fail_gradgrad_stft_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.7871628Z test_fn_fail_gradgrad_stft_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.7885788Z test_fn_fail_gradgrad_sub_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.7899629Z test_fn_fail_gradgrad_sub_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.7913452Z test_fn_fail_gradgrad_sum_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.7932567Z test_fn_fail_gradgrad_sum_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.002s) 2022-05-18T04:12:39.7946144Z test_fn_fail_gradgrad_sum_to_size_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.7959579Z test_fn_fail_gradgrad_sum_to_size_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.7973622Z test_fn_fail_gradgrad_svd_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.7988020Z test_fn_fail_gradgrad_svd_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.8002345Z test_fn_fail_gradgrad_svd_lowrank_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.8015623Z test_fn_fail_gradgrad_symeig_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.8029225Z test_fn_fail_gradgrad_symeig_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.8042974Z test_fn_fail_gradgrad_t_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.8056624Z test_fn_fail_gradgrad_t_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.8070514Z test_fn_fail_gradgrad_take_along_dim_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.8089368Z test_fn_fail_gradgrad_take_along_dim_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.002s) 2022-05-18T04:12:39.8103094Z test_fn_fail_gradgrad_take_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.8116680Z test_fn_fail_gradgrad_take_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.8130253Z test_fn_fail_gradgrad_tan_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.8144196Z test_fn_fail_gradgrad_tan_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.8157617Z test_fn_fail_gradgrad_tanh_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.8171303Z test_fn_fail_gradgrad_tanh_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.8185058Z test_fn_fail_gradgrad_tensor_split_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.8198404Z test_fn_fail_gradgrad_tensor_split_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.8211880Z test_fn_fail_gradgrad_tensordot_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.8225694Z test_fn_fail_gradgrad_tensordot_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.8239320Z test_fn_fail_gradgrad_tile_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.8258470Z test_fn_fail_gradgrad_tile_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.002s) 2022-05-18T04:12:39.8272499Z test_fn_fail_gradgrad_to_sparse_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:12:39.8285871Z test_fn_fail_gradgrad_to_sparse_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.8299290Z test_fn_fail_gradgrad_topk_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.8313143Z test_fn_fail_gradgrad_trace_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.8326800Z test_fn_fail_gradgrad_trace_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.8340454Z test_fn_fail_gradgrad_transpose_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.8354769Z test_fn_fail_gradgrad_transpose_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.8368582Z test_fn_fail_gradgrad_trapezoid_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.8382671Z test_fn_fail_gradgrad_trapezoid_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.8396385Z test_fn_fail_gradgrad_trapz_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.8409949Z test_fn_fail_gradgrad_trapz_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.8429350Z test_fn_fail_gradgrad_triangular_solve_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.002s) 2022-05-18T04:12:39.8442185Z test_fn_fail_gradgrad_triangular_solve_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.8455568Z test_fn_fail_gradgrad_tril_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.8469448Z test_fn_fail_gradgrad_tril_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.8482974Z test_fn_fail_gradgrad_triu_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.8496541Z test_fn_fail_gradgrad_triu_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.8510437Z test_fn_fail_gradgrad_true_divide_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.8523954Z test_fn_fail_gradgrad_true_divide_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.8537619Z test_fn_fail_gradgrad_trunc_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.8551345Z test_fn_fail_gradgrad_unfold_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.8565109Z test_fn_fail_gradgrad_unfold_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.8578934Z test_fn_fail_gradgrad_unique_consecutive_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:12:39.8598118Z test_fn_fail_gradgrad_unique_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:12:39.8611486Z test_fn_fail_gradgrad_unsqueeze_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.8625439Z test_fn_fail_gradgrad_unsqueeze_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.8639065Z test_fn_fail_gradgrad_var_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.8652727Z test_fn_fail_gradgrad_var_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.8666606Z test_fn_fail_gradgrad_var_mean_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:12:39.8679849Z test_fn_fail_gradgrad_var_mean_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.8693367Z test_fn_fail_gradgrad_vdot_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.8707175Z test_fn_fail_gradgrad_vdot_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.8720727Z test_fn_fail_gradgrad_view_as_complex_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.8734595Z test_fn_fail_gradgrad_view_as_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.8748295Z test_fn_fail_gradgrad_view_as_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.8767399Z test_fn_fail_gradgrad_view_as_real_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.002s) 2022-05-18T04:12:39.8780903Z test_fn_fail_gradgrad_view_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.8794537Z test_fn_fail_gradgrad_view_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.8808227Z test_fn_fail_gradgrad_vsplit_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.8822028Z test_fn_fail_gradgrad_vsplit_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.8836351Z test_fn_fail_gradgrad_vstack_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.8850715Z test_fn_fail_gradgrad_vstack_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.8865414Z test_fn_fail_gradgrad_where_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.8878849Z test_fn_fail_gradgrad_where_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.8885593Z test_fn_fail_gradgrad_xlogy_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:12:39.8899441Z test_fn_fail_gradgrad_zero__cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.8913344Z test_fn_fail_gradgrad_zero__cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T04:12:39.8927331Z test_fn_fail_gradgrad_zeros_like_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:12:39.8947048Z test_fn_fail_gradgrad_zeros_like_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:12:39.9830599Z test_fn_fwgrad_bwgrad_H_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.088s) 2022-05-18T04:12:39.9982417Z test_fn_fwgrad_bwgrad_H_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.015s) 2022-05-18T04:12:40.0801009Z test_fn_fwgrad_bwgrad_T_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.082s) 2022-05-18T04:12:40.0957609Z test_fn_fwgrad_bwgrad_T_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.016s) 2022-05-18T04:12:40.9914358Z test_fn_fwgrad_bwgrad___getitem___cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.895s) 2022-05-18T04:12:41.1673610Z test_fn_fwgrad_bwgrad___getitem___cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.176s) 2022-05-18T04:12:41.8558689Z test_fn_fwgrad_bwgrad___radd___cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.688s) 2022-05-18T04:12:41.9712869Z test_fn_fwgrad_bwgrad___radd___cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.115s) 2022-05-18T04:12:42.8873839Z test_fn_fwgrad_bwgrad___rdiv___cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.916s) 2022-05-18T04:12:43.0397245Z test_fn_fwgrad_bwgrad___rdiv___cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.152s) 2022-05-18T04:12:44.4860180Z test_fn_fwgrad_bwgrad___rmatmul___cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.446s) 2022-05-18T04:12:44.7021231Z test_fn_fwgrad_bwgrad___rmatmul___cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.216s) 2022-05-18T04:12:44.8328925Z test_fn_fwgrad_bwgrad___rmod___cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.131s) 2022-05-18T04:12:45.5969232Z test_fn_fwgrad_bwgrad___rmul___cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.764s) 2022-05-18T04:12:45.7241732Z test_fn_fwgrad_bwgrad___rmul___cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.127s) 2022-05-18T04:12:45.7250671Z test_fn_fwgrad_bwgrad___rpow___cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:12:45.7259415Z test_fn_fwgrad_bwgrad___rpow___cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:12:46.9875766Z test_fn_fwgrad_bwgrad___rsub___cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.261s) 2022-05-18T04:12:47.1051010Z test_fn_fwgrad_bwgrad___rsub___cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.117s) 2022-05-18T04:12:47.1177530Z test_fn_fwgrad_bwgrad__masked_amax_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.013s) 2022-05-18T04:12:47.1298608Z test_fn_fwgrad_bwgrad__masked_amin_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.012s) 2022-05-18T04:12:47.1316486Z test_fn_fwgrad_bwgrad__masked_argmax_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:12:47.1334028Z test_fn_fwgrad_bwgrad__masked_argmin_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:12:47.1446517Z test_fn_fwgrad_bwgrad__masked_log_softmax_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.011s) 2022-05-18T04:12:53.2149991Z test_fn_fwgrad_bwgrad__masked_mean_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (6.070s) 2022-05-18T04:12:54.4647588Z test_fn_fwgrad_bwgrad__masked_mean_cuda_float64 (__main__.TestGradientsCUDA) ... ok (1.250s) 2022-05-18T04:13:00.1008870Z test_fn_fwgrad_bwgrad__masked_norm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (5.636s) 2022-05-18T04:13:00.6047382Z test_fn_fwgrad_bwgrad__masked_normalize_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.504s) 2022-05-18T04:13:06.8289717Z test_fn_fwgrad_bwgrad__masked_prod_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (6.224s) 2022-05-18T04:13:08.0190707Z test_fn_fwgrad_bwgrad__masked_prod_cuda_float64 (__main__.TestGradientsCUDA) ... ok (1.190s) 2022-05-18T04:13:08.0316905Z test_fn_fwgrad_bwgrad__masked_softmax_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.013s) 2022-05-18T04:13:08.0429553Z test_fn_fwgrad_bwgrad__masked_softmin_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.011s) 2022-05-18T04:13:17.5294884Z test_fn_fwgrad_bwgrad__masked_std_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (9.486s) 2022-05-18T04:13:19.3990117Z test_fn_fwgrad_bwgrad__masked_std_cuda_float64 (__main__.TestGradientsCUDA) ... ok (1.869s) 2022-05-18T04:13:23.4581483Z test_fn_fwgrad_bwgrad__masked_sum_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (4.059s) 2022-05-18T04:13:24.2140389Z test_fn_fwgrad_bwgrad__masked_sum_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.756s) 2022-05-18T04:13:32.9831736Z test_fn_fwgrad_bwgrad__masked_var_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (8.769s) 2022-05-18T04:13:34.7319165Z test_fn_fwgrad_bwgrad__masked_var_cuda_float64 (__main__.TestGradientsCUDA) ... ok (1.749s) 2022-05-18T04:13:35.9198534Z test_fn_fwgrad_bwgrad_abs_cuda_complex128 (__main__.TestGradientsCUDA) ... expected failure (1.188s) 2022-05-18T04:13:35.9300053Z test_fn_fwgrad_bwgrad_abs_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.010s) 2022-05-18T04:13:36.0729914Z test_fn_fwgrad_bwgrad_acos_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.143s) 2022-05-18T04:13:36.0987825Z test_fn_fwgrad_bwgrad_acos_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.026s) 2022-05-18T04:13:36.2338910Z test_fn_fwgrad_bwgrad_acosh_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.135s) 2022-05-18T04:13:36.2591296Z test_fn_fwgrad_bwgrad_acosh_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.025s) 2022-05-18T04:13:37.0839908Z test_fn_fwgrad_bwgrad_add_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.825s) 2022-05-18T04:13:37.2222232Z test_fn_fwgrad_bwgrad_add_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.138s) 2022-05-18T04:13:39.0814106Z test_fn_fwgrad_bwgrad_addbmm_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.859s) 2022-05-18T04:13:39.2437655Z test_fn_fwgrad_bwgrad_addbmm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.162s) 2022-05-18T04:13:41.2418159Z test_fn_fwgrad_bwgrad_addcdiv_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.998s) 2022-05-18T04:13:41.5825319Z test_fn_fwgrad_bwgrad_addcdiv_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.341s) 2022-05-18T04:13:43.3658972Z test_fn_fwgrad_bwgrad_addcmul_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.783s) 2022-05-18T04:13:43.6571749Z test_fn_fwgrad_bwgrad_addcmul_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.291s) 2022-05-18T04:13:44.4311151Z test_fn_fwgrad_bwgrad_addmm_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.774s) 2022-05-18T04:13:44.5107079Z test_fn_fwgrad_bwgrad_addmm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.079s) 2022-05-18T04:13:45.2419551Z test_fn_fwgrad_bwgrad_addmm_decomposed_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.731s) 2022-05-18T04:13:45.3164285Z test_fn_fwgrad_bwgrad_addmm_decomposed_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.074s) 2022-05-18T04:13:46.2087875Z test_fn_fwgrad_bwgrad_addmv_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.892s) 2022-05-18T04:13:46.3550066Z test_fn_fwgrad_bwgrad_addmv_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.146s) 2022-05-18T04:13:46.9498026Z test_fn_fwgrad_bwgrad_addr_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.595s) 2022-05-18T04:13:47.0486121Z test_fn_fwgrad_bwgrad_addr_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.099s) 2022-05-18T04:13:47.0501289Z test_fn_fwgrad_bwgrad_all_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:13:47.0516249Z test_fn_fwgrad_bwgrad_all_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:13:47.0531819Z test_fn_fwgrad_bwgrad_allclose_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:13:47.0547003Z test_fn_fwgrad_bwgrad_allclose_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:13:47.0635633Z test_fn_fwgrad_bwgrad_amax_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.009s) 2022-05-18T04:13:47.0717489Z test_fn_fwgrad_bwgrad_amin_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.008s) 2022-05-18T04:13:47.0732763Z test_fn_fwgrad_bwgrad_aminmax_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:13:47.1332915Z test_fn_fwgrad_bwgrad_angle_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.060s) 2022-05-18T04:13:47.1422178Z test_fn_fwgrad_bwgrad_angle_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.009s) 2022-05-18T04:13:47.1437467Z test_fn_fwgrad_bwgrad_any_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:13:47.1452302Z test_fn_fwgrad_bwgrad_any_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:13:47.1467619Z test_fn_fwgrad_bwgrad_argmax_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:13:47.1482414Z test_fn_fwgrad_bwgrad_argmin_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:13:47.1497385Z test_fn_fwgrad_bwgrad_argsort_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:13:47.1518614Z test_fn_fwgrad_bwgrad_argwhere_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:13:47.1533161Z test_fn_fwgrad_bwgrad_argwhere_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:13:47.4545437Z test_fn_fwgrad_bwgrad_as_strided_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.301s) 2022-05-18T04:13:47.5506562Z test_fn_fwgrad_bwgrad_as_strided_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.096s) 2022-05-18T04:13:47.6275893Z test_fn_fwgrad_bwgrad_asin_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.077s) 2022-05-18T04:13:47.6385735Z test_fn_fwgrad_bwgrad_asin_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.011s) 2022-05-18T04:13:47.6926492Z test_fn_fwgrad_bwgrad_asinh_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.054s) 2022-05-18T04:13:47.7035355Z test_fn_fwgrad_bwgrad_asinh_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.011s) 2022-05-18T04:13:47.8605927Z test_fn_fwgrad_bwgrad_atan2_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.157s) 2022-05-18T04:13:47.9123797Z test_fn_fwgrad_bwgrad_atan_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.052s) 2022-05-18T04:13:47.9227794Z test_fn_fwgrad_bwgrad_atan_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.010s) 2022-05-18T04:13:47.9787063Z test_fn_fwgrad_bwgrad_atanh_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.056s) 2022-05-18T04:13:47.9898623Z test_fn_fwgrad_bwgrad_atanh_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.011s) 2022-05-18T04:13:48.6873968Z test_fn_fwgrad_bwgrad_atleast_1d_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.697s) 2022-05-18T04:13:48.7828932Z test_fn_fwgrad_bwgrad_atleast_1d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.095s) 2022-05-18T04:13:49.4808087Z test_fn_fwgrad_bwgrad_atleast_2d_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.698s) 2022-05-18T04:13:49.5778704Z test_fn_fwgrad_bwgrad_atleast_2d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.097s) 2022-05-18T04:13:50.2870374Z test_fn_fwgrad_bwgrad_atleast_3d_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.709s) 2022-05-18T04:13:50.3860249Z test_fn_fwgrad_bwgrad_atleast_3d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.099s) 2022-05-18T04:13:52.3319163Z test_fn_fwgrad_bwgrad_baddbmm_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.946s) 2022-05-18T04:13:52.4834752Z test_fn_fwgrad_bwgrad_baddbmm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.151s) 2022-05-18T04:13:52.5172118Z test_fn_fwgrad_bwgrad_bernoulli_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.034s) 2022-05-18T04:13:52.5250252Z test_fn_fwgrad_bwgrad_bfloat16_cuda_complex128 (__main__.TestGradientsCUDA) ... /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:13:52.5252085Z op=lambda x, *args, **kwargs: x.bfloat16(*args, **kwargs), 2022-05-18T04:13:52.5254639Z /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-18T04:13:52.5255252Z warnings.warn( 2022-05-18T04:13:52.5357136Z expected failure (0.018s) 2022-05-18T04:13:52.5455169Z test_fn_fwgrad_bwgrad_bfloat16_cuda_float64 (__main__.TestGradientsCUDA) ... expected failure (0.010s) 2022-05-18T04:13:52.7031588Z test_fn_fwgrad_bwgrad_block_diag_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.157s) 2022-05-18T04:13:52.7324876Z test_fn_fwgrad_bwgrad_block_diag_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.029s) 2022-05-18T04:13:52.8234604Z test_fn_fwgrad_bwgrad_bmm_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.091s) 2022-05-18T04:13:52.8402329Z test_fn_fwgrad_bwgrad_bmm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.017s) 2022-05-18T04:13:52.8417661Z test_fn_fwgrad_bwgrad_bool_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:13:52.8433205Z test_fn_fwgrad_bwgrad_bool_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:13:53.2100988Z test_fn_fwgrad_bwgrad_broadcast_tensors_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.366s) 2022-05-18T04:13:53.2627029Z test_fn_fwgrad_bwgrad_broadcast_tensors_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.053s) 2022-05-18T04:13:53.5560309Z test_fn_fwgrad_bwgrad_broadcast_to_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.293s) 2022-05-18T04:13:53.6074145Z test_fn_fwgrad_bwgrad_broadcast_to_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.051s) 2022-05-18T04:13:53.6090297Z test_fn_fwgrad_bwgrad_bucketize_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:13:53.6105717Z test_fn_fwgrad_bwgrad_byte_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:13:53.6121113Z test_fn_fwgrad_bwgrad_byte_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:13:53.8907810Z test_fn_fwgrad_bwgrad_cartesian_prod_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.278s) 2022-05-18T04:13:53.9401801Z test_fn_fwgrad_bwgrad_cartesian_prod_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.049s) 2022-05-18T04:13:54.4424040Z test_fn_fwgrad_bwgrad_cat_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.502s) 2022-05-18T04:13:54.5261758Z test_fn_fwgrad_bwgrad_cat_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.084s) 2022-05-18T04:13:54.5854507Z test_fn_fwgrad_bwgrad_cdist_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.059s) 2022-05-18T04:13:54.5941892Z test_fn_fwgrad_bwgrad_ceil_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.009s) 2022-05-18T04:13:54.6102937Z test_fn_fwgrad_bwgrad_chalf_cuda_complex128 (__main__.TestGradientsCUDA) ... expected failure (0.016s) 2022-05-18T04:13:54.6264529Z test_fn_fwgrad_bwgrad_chalf_cuda_float64 (__main__.TestGradientsCUDA) ... expected failure (0.016s) 2022-05-18T04:13:54.6280283Z test_fn_fwgrad_bwgrad_char_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:13:54.6295127Z test_fn_fwgrad_bwgrad_char_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:13:54.9659566Z test_fn_fwgrad_bwgrad_cholesky_cuda_complex128 (__main__.TestGradientsCUDA) ... /opt/conda/lib/python3.9/site-packages/torch/testing/_internal/common_methods_invocations.py:9392: UserWarning: torch.cholesky is deprecated in favor of torch.linalg.cholesky and will be removed in a future PyTorch release. 2022-05-18T04:13:54.9660780Z L = torch.cholesky(A) 2022-05-18T04:13:54.9661360Z should be replaced with 2022-05-18T04:13:54.9661823Z L = torch.linalg.cholesky(A) 2022-05-18T04:13:54.9662301Z and 2022-05-18T04:13:54.9662758Z U = torch.cholesky(A, upper=True) 2022-05-18T04:13:54.9663250Z should be replaced with 2022-05-18T04:13:54.9663670Z U = torch.linalg.cholesky(A).mH(). 2022-05-18T04:13:54.9664862Z 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:13:54.9665502Z return op(input + input.mH, *args, **kwargs) 2022-05-18T04:13:54.9764632Z ok (0.347s) 2022-05-18T04:13:54.9866903Z test_fn_fwgrad_bwgrad_cholesky_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.010s) 2022-05-18T04:13:56.3058203Z test_fn_fwgrad_bwgrad_cholesky_inverse_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.319s) 2022-05-18T04:13:56.5262255Z test_fn_fwgrad_bwgrad_cholesky_inverse_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.220s) 2022-05-18T04:13:58.1107643Z test_fn_fwgrad_bwgrad_cholesky_solve_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.584s) 2022-05-18T04:13:58.4216969Z test_fn_fwgrad_bwgrad_cholesky_solve_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.311s) 2022-05-18T04:13:58.8192816Z test_fn_fwgrad_bwgrad_chunk_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.397s) 2022-05-18T04:13:58.8725331Z test_fn_fwgrad_bwgrad_chunk_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.053s) 2022-05-18T04:13:58.9389372Z test_fn_fwgrad_bwgrad_clamp_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.066s) 2022-05-18T04:13:58.9928463Z test_fn_fwgrad_bwgrad_clamp_scalar_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.054s) 2022-05-18T04:13:59.0700580Z test_fn_fwgrad_bwgrad_clone_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.077s) 2022-05-18T04:13:59.0848126Z test_fn_fwgrad_bwgrad_clone_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.015s) 2022-05-18T04:13:59.3199350Z test_fn_fwgrad_bwgrad_column_stack_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.235s) 2022-05-18T04:13:59.3598910Z test_fn_fwgrad_bwgrad_column_stack_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.040s) 2022-05-18T04:14:00.7809830Z test_fn_fwgrad_bwgrad_combinations_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.421s) 2022-05-18T04:14:01.0779022Z test_fn_fwgrad_bwgrad_combinations_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.297s) 2022-05-18T04:14:01.3454209Z test_fn_fwgrad_bwgrad_complex_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.267s) 2022-05-18T04:14:01.4474160Z test_fn_fwgrad_bwgrad_conj_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.102s) 2022-05-18T04:14:01.4650910Z test_fn_fwgrad_bwgrad_conj_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.018s) 2022-05-18T04:14:01.5081032Z test_fn_fwgrad_bwgrad_conj_physical_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.043s) 2022-05-18T04:14:01.5159484Z test_fn_fwgrad_bwgrad_conj_physical_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.008s) 2022-05-18T04:14:01.5537216Z test_fn_fwgrad_bwgrad_contiguous_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.038s) 2022-05-18T04:14:01.5615168Z test_fn_fwgrad_bwgrad_contiguous_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.008s) 2022-05-18T04:14:01.6951287Z test_fn_fwgrad_bwgrad_copysign_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.133s) 2022-05-18T04:14:02.2251833Z test_fn_fwgrad_bwgrad_corrcoef_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.530s) 2022-05-18T04:14:02.3195756Z test_fn_fwgrad_bwgrad_corrcoef_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.094s) 2022-05-18T04:14:02.4434499Z test_fn_fwgrad_bwgrad_cos_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.124s) 2022-05-18T04:14:02.4661051Z test_fn_fwgrad_bwgrad_cos_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.023s) 2022-05-18T04:14:02.5868735Z test_fn_fwgrad_bwgrad_cosh_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.121s) 2022-05-18T04:14:02.6090582Z test_fn_fwgrad_bwgrad_cosh_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.022s) 2022-05-18T04:14:02.6106009Z test_fn_fwgrad_bwgrad_count_nonzero_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:14:02.6120330Z test_fn_fwgrad_bwgrad_count_nonzero_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:14:02.6127968Z test_fn_fwgrad_bwgrad_cov_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Barely fails (0.001s) 2022-05-18T04:14:02.6135655Z test_fn_fwgrad_bwgrad_cov_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Barely fails (0.001s) 2022-05-18T04:14:02.8832106Z test_fn_fwgrad_bwgrad_cross_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.269s) 2022-05-18T04:14:02.9275133Z test_fn_fwgrad_bwgrad_cross_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.044s) 2022-05-18T04:14:02.9637947Z test_fn_fwgrad_bwgrad_cummax_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.036s) 2022-05-18T04:14:02.9999551Z test_fn_fwgrad_bwgrad_cummin_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.036s) 2022-05-18T04:14:03.0008114Z test_fn_fwgrad_bwgrad_cumprod_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-05-18T04:14:18.0645566Z test_fn_fwgrad_bwgrad_cumprod_cuda_float64 (__main__.TestGradientsCUDA) ... ok (15.063s) 2022-05-18T04:14:18.2528806Z test_fn_fwgrad_bwgrad_cumsum_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.188s) 2022-05-18T04:14:18.2879793Z test_fn_fwgrad_bwgrad_cumsum_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.035s) 2022-05-18T04:14:19.2730904Z test_fn_fwgrad_bwgrad_cumulative_trapezoid_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.985s) 2022-05-18T04:14:19.4594634Z test_fn_fwgrad_bwgrad_cumulative_trapezoid_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.186s) 2022-05-18T04:14:19.4840705Z test_fn_fwgrad_bwgrad_deg2rad_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.025s) 2022-05-18T04:14:20.2179876Z test_fn_fwgrad_bwgrad_diag_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.734s) 2022-05-18T04:14:20.3479542Z test_fn_fwgrad_bwgrad_diag_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.130s) 2022-05-18T04:14:21.0230368Z test_fn_fwgrad_bwgrad_diag_embed_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.675s) 2022-05-18T04:14:21.1468416Z test_fn_fwgrad_bwgrad_diag_embed_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.124s) 2022-05-18T04:14:21.3838140Z test_fn_fwgrad_bwgrad_diagflat_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.237s) 2022-05-18T04:14:21.4274689Z test_fn_fwgrad_bwgrad_diagflat_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.044s) 2022-05-18T04:14:22.0914842Z test_fn_fwgrad_bwgrad_diagonal_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.664s) 2022-05-18T04:14:22.2111120Z test_fn_fwgrad_bwgrad_diagonal_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.120s) 2022-05-18T04:14:22.4417806Z test_fn_fwgrad_bwgrad_diagonal_scatter_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.231s) 2022-05-18T04:14:32.9429579Z test_fn_fwgrad_bwgrad_diff_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (10.501s) 2022-05-18T04:14:34.8642072Z test_fn_fwgrad_bwgrad_diff_cuda_float64 (__main__.TestGradientsCUDA) ... ok (1.921s) 2022-05-18T04:14:34.9043710Z test_fn_fwgrad_bwgrad_digamma_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.040s) 2022-05-18T04:14:40.5901514Z test_fn_fwgrad_bwgrad_dist_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (5.686s) 2022-05-18T04:14:41.6936929Z test_fn_fwgrad_bwgrad_dist_cuda_float64 (__main__.TestGradientsCUDA) ... ok (1.103s) 2022-05-18T04:14:41.8079053Z test_fn_fwgrad_bwgrad_div_floor_rounding_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.114s) 2022-05-18T04:14:42.6473264Z test_fn_fwgrad_bwgrad_div_no_rounding_mode_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.839s) 2022-05-18T04:14:42.7913728Z test_fn_fwgrad_bwgrad_div_no_rounding_mode_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.144s) 2022-05-18T04:14:42.9048136Z test_fn_fwgrad_bwgrad_div_trunc_rounding_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.113s) 2022-05-18T04:14:43.0840780Z test_fn_fwgrad_bwgrad_dot_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.179s) 2022-05-18T04:14:43.0997546Z test_fn_fwgrad_bwgrad_dot_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.016s) 2022-05-18T04:14:43.2788884Z test_fn_fwgrad_bwgrad_double_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.179s) 2022-05-18T04:14:43.3113234Z test_fn_fwgrad_bwgrad_double_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.032s) 2022-05-18T04:14:43.5423108Z test_fn_fwgrad_bwgrad_dsplit_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.231s) 2022-05-18T04:14:43.5789955Z test_fn_fwgrad_bwgrad_dsplit_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.037s) 2022-05-18T04:14:43.7080980Z test_fn_fwgrad_bwgrad_dstack_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.129s) 2022-05-18T04:14:43.7301323Z test_fn_fwgrad_bwgrad_dstack_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.022s) 2022-05-18T04:14:43.7379317Z test_fn_fwgrad_bwgrad_eig_cuda_complex128 (__main__.TestGradientsCUDA) ... /opt/conda/lib/python3.9/site-packages/torch/testing/_internal/common_methods_invocations.py:702: UserWarning: torch.eig is deprecated in favor of torch.linalg.eig and will be removed in a future PyTorch release. 2022-05-18T04:14:43.7380815Z torch.linalg.eig returns complex tensors of dtype cfloat or cdouble rather than real tensors mimicking complex tensors. 2022-05-18T04:14:43.7381242Z L, _ = torch.eig(A) 2022-05-18T04:14:43.7381506Z should be replaced with 2022-05-18T04:14:43.7381782Z L_complex = torch.linalg.eigvals(A) 2022-05-18T04:14:43.7384694Z and 2022-05-18T04:14:43.7385043Z L, V = torch.eig(A, eigenvectors=True) 2022-05-18T04:14:43.7385355Z should be replaced with 2022-05-18T04:14:43.7386089Z 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:14:43.7386603Z gradcheck_wrapper: Callable = lambda op, *args, **kwargs: op(*args, **kwargs) 2022-05-18T04:14:43.7874122Z ok (0.057s) 2022-05-18T04:14:43.8347439Z test_fn_fwgrad_bwgrad_eig_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.047s) 2022-05-18T04:14:44.7301550Z test_fn_fwgrad_bwgrad_einsum_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.895s) 2022-05-18T04:14:44.8891358Z test_fn_fwgrad_bwgrad_einsum_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.159s) 2022-05-18T04:14:44.8907088Z test_fn_fwgrad_bwgrad_empty_like_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:14:44.8921256Z test_fn_fwgrad_bwgrad_empty_like_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:14:44.8935779Z test_fn_fwgrad_bwgrad_eq_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:14:44.8950725Z test_fn_fwgrad_bwgrad_eq_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:14:44.9059359Z test_fn_fwgrad_bwgrad_erf_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.011s) 2022-05-18T04:14:44.9318667Z test_fn_fwgrad_bwgrad_erfc_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.026s) 2022-05-18T04:14:44.9440191Z test_fn_fwgrad_bwgrad_erfinv_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.012s) 2022-05-18T04:14:44.9679604Z test_fn_fwgrad_bwgrad_exp2_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.024s) 2022-05-18T04:14:45.0871598Z test_fn_fwgrad_bwgrad_exp_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.119s) 2022-05-18T04:14:45.1086259Z test_fn_fwgrad_bwgrad_exp_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.021s) 2022-05-18T04:14:45.2287105Z test_fn_fwgrad_bwgrad_expand_as_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.120s) 2022-05-18T04:14:45.2513781Z test_fn_fwgrad_bwgrad_expand_as_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.023s) 2022-05-18T04:14:45.6125391Z test_fn_fwgrad_bwgrad_expand_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.361s) 2022-05-18T04:14:45.6774350Z test_fn_fwgrad_bwgrad_expand_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.065s) 2022-05-18T04:14:45.6875222Z test_fn_fwgrad_bwgrad_expm1_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.010s) 2022-05-18T04:14:46.1353336Z test_fn_fwgrad_bwgrad_fft_fft2_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.448s) 2022-05-18T04:14:46.2756331Z test_fn_fwgrad_bwgrad_fft_fft2_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.140s) 2022-05-18T04:14:46.6055313Z test_fn_fwgrad_bwgrad_fft_fft_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.330s) 2022-05-18T04:14:46.7573885Z test_fn_fwgrad_bwgrad_fft_fft_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.152s) 2022-05-18T04:14:47.1473307Z test_fn_fwgrad_bwgrad_fft_fftn_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.390s) 2022-05-18T04:14:47.3254488Z test_fn_fwgrad_bwgrad_fft_fftn_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.178s) 2022-05-18T04:14:47.5318969Z test_fn_fwgrad_bwgrad_fft_fftshift_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.206s) 2022-05-18T04:14:47.5709755Z test_fn_fwgrad_bwgrad_fft_fftshift_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.039s) 2022-05-18T04:14:47.9173645Z test_fn_fwgrad_bwgrad_fft_hfft2_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.346s) 2022-05-18T04:14:47.9972681Z test_fn_fwgrad_bwgrad_fft_hfft2_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.080s) 2022-05-18T04:14:48.3469165Z test_fn_fwgrad_bwgrad_fft_hfft_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.349s) 2022-05-18T04:14:48.4272941Z test_fn_fwgrad_bwgrad_fft_hfft_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.080s) 2022-05-18T04:14:48.8537577Z test_fn_fwgrad_bwgrad_fft_hfftn_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.426s) 2022-05-18T04:14:48.9518172Z test_fn_fwgrad_bwgrad_fft_hfftn_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.098s) 2022-05-18T04:14:49.2652939Z test_fn_fwgrad_bwgrad_fft_ifft2_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.313s) 2022-05-18T04:14:49.4109604Z test_fn_fwgrad_bwgrad_fft_ifft2_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.146s) 2022-05-18T04:14:49.7531609Z test_fn_fwgrad_bwgrad_fft_ifft_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.342s) 2022-05-18T04:14:49.9197426Z test_fn_fwgrad_bwgrad_fft_ifft_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.166s) 2022-05-18T04:14:50.3209585Z test_fn_fwgrad_bwgrad_fft_ifftn_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.401s) 2022-05-18T04:14:50.5053733Z test_fn_fwgrad_bwgrad_fft_ifftn_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.184s) 2022-05-18T04:14:50.7122766Z test_fn_fwgrad_bwgrad_fft_ifftshift_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.207s) 2022-05-18T04:14:50.7513299Z test_fn_fwgrad_bwgrad_fft_ifftshift_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.039s) 2022-05-18T04:14:50.9266465Z test_fn_fwgrad_bwgrad_fft_ihfft2_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.175s) 2022-05-18T04:14:51.1004161Z test_fn_fwgrad_bwgrad_fft_ihfft_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.174s) 2022-05-18T04:14:51.3124047Z test_fn_fwgrad_bwgrad_fft_ihfftn_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.212s) 2022-05-18T04:14:51.6236973Z test_fn_fwgrad_bwgrad_fft_irfft2_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.311s) 2022-05-18T04:14:51.6937689Z test_fn_fwgrad_bwgrad_fft_irfft2_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.070s) 2022-05-18T04:14:52.0349849Z test_fn_fwgrad_bwgrad_fft_irfft_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.341s) 2022-05-18T04:14:52.1124949Z test_fn_fwgrad_bwgrad_fft_irfft_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.077s) 2022-05-18T04:14:52.5105130Z test_fn_fwgrad_bwgrad_fft_irfftn_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.398s) 2022-05-18T04:14:52.6011271Z test_fn_fwgrad_bwgrad_fft_irfftn_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.090s) 2022-05-18T04:14:52.7483159Z test_fn_fwgrad_bwgrad_fft_rfft2_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.147s) 2022-05-18T04:14:52.9074759Z test_fn_fwgrad_bwgrad_fft_rfft_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.159s) 2022-05-18T04:14:53.0942343Z test_fn_fwgrad_bwgrad_fft_rfftn_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.187s) 2022-05-18T04:14:53.2587814Z test_fn_fwgrad_bwgrad_fill__cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.164s) 2022-05-18T04:14:53.2894318Z test_fn_fwgrad_bwgrad_fill__cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.031s) 2022-05-18T04:14:53.5214629Z test_fn_fwgrad_bwgrad_flatten_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.232s) 2022-05-18T04:14:53.5608575Z test_fn_fwgrad_bwgrad_flatten_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.039s) 2022-05-18T04:14:53.9026285Z test_fn_fwgrad_bwgrad_flip_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.341s) 2022-05-18T04:14:53.9649973Z test_fn_fwgrad_bwgrad_flip_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.062s) 2022-05-18T04:14:54.0361742Z test_fn_fwgrad_bwgrad_fliplr_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.071s) 2022-05-18T04:14:54.0498439Z test_fn_fwgrad_bwgrad_fliplr_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.014s) 2022-05-18T04:14:54.1206764Z test_fn_fwgrad_bwgrad_flipud_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.071s) 2022-05-18T04:14:54.1344319Z test_fn_fwgrad_bwgrad_flipud_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.014s) 2022-05-18T04:14:54.1491533Z test_fn_fwgrad_bwgrad_float_cuda_complex128 (__main__.TestGradientsCUDA) ... expected failure (0.015s) 2022-05-18T04:14:54.1592807Z test_fn_fwgrad_bwgrad_float_cuda_float64 (__main__.TestGradientsCUDA) ... expected failure (0.010s) 2022-05-18T04:14:55.3046707Z test_fn_fwgrad_bwgrad_float_power_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.145s) 2022-05-18T04:14:55.4968084Z test_fn_fwgrad_bwgrad_float_power_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.192s) 2022-05-18T04:14:55.5056069Z test_fn_fwgrad_bwgrad_floor_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.009s) 2022-05-18T04:14:55.5071330Z test_fn_fwgrad_bwgrad_floor_divide_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:14:55.6459960Z test_fn_fwgrad_bwgrad_fmax_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.139s) 2022-05-18T04:14:55.7849432Z test_fn_fwgrad_bwgrad_fmin_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.139s) 2022-05-18T04:14:55.9140587Z test_fn_fwgrad_bwgrad_fmod_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.129s) 2022-05-18T04:14:55.9329109Z test_fn_fwgrad_bwgrad_frac_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.019s) 2022-05-18T04:14:55.9681737Z test_fn_fwgrad_bwgrad_frexp_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.035s) 2022-05-18T04:14:55.9696647Z test_fn_fwgrad_bwgrad_full_like_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:14:55.9711279Z test_fn_fwgrad_bwgrad_full_like_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:14:56.1858833Z test_fn_fwgrad_bwgrad_gather_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.215s) 2022-05-18T04:14:56.2256492Z test_fn_fwgrad_bwgrad_gather_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.040s) 2022-05-18T04:14:56.2271573Z test_fn_fwgrad_bwgrad_ge_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:14:56.2286035Z test_fn_fwgrad_bwgrad_geqrf_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:14:56.2300772Z test_fn_fwgrad_bwgrad_geqrf_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:14:58.2031958Z test_fn_fwgrad_bwgrad_gradient_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.973s) 2022-05-18T04:14:58.6171020Z test_fn_fwgrad_bwgrad_gradient_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.414s) 2022-05-18T04:14:58.6186914Z test_fn_fwgrad_bwgrad_gt_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:14:58.6329398Z test_fn_fwgrad_bwgrad_half_cuda_complex128 (__main__.TestGradientsCUDA) ... expected failure (0.014s) 2022-05-18T04:14:58.6425982Z test_fn_fwgrad_bwgrad_half_cuda_float64 (__main__.TestGradientsCUDA) ... expected failure (0.010s) 2022-05-18T04:14:58.6440993Z test_fn_fwgrad_bwgrad_heaviside_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:14:58.6455185Z test_fn_fwgrad_bwgrad_histc_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:14:58.8733952Z test_fn_fwgrad_bwgrad_hsplit_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.228s) 2022-05-18T04:14:58.9099257Z test_fn_fwgrad_bwgrad_hsplit_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.036s) 2022-05-18T04:14:59.0366670Z test_fn_fwgrad_bwgrad_hstack_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.127s) 2022-05-18T04:14:59.0581082Z test_fn_fwgrad_bwgrad_hstack_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.021s) 2022-05-18T04:14:59.1969726Z test_fn_fwgrad_bwgrad_hypot_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.139s) 2022-05-18T04:14:59.2272811Z test_fn_fwgrad_bwgrad_i0_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.030s) 2022-05-18T04:14:59.2287846Z test_fn_fwgrad_bwgrad_igamma_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:14:59.2302460Z test_fn_fwgrad_bwgrad_igammac_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:14:59.3270554Z test_fn_fwgrad_bwgrad_imag_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.097s) 2022-05-18T04:15:00.0446355Z test_fn_fwgrad_bwgrad_index_add_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.717s) 2022-05-18T04:15:00.1699113Z test_fn_fwgrad_bwgrad_index_add_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.125s) 2022-05-18T04:15:00.4133330Z test_fn_fwgrad_bwgrad_index_copy_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.243s) 2022-05-18T04:15:00.4572391Z test_fn_fwgrad_bwgrad_index_copy_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.044s) 2022-05-18T04:15:00.5897528Z test_fn_fwgrad_bwgrad_index_fill_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.132s) 2022-05-18T04:15:00.6151126Z test_fn_fwgrad_bwgrad_index_fill_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.025s) 2022-05-18T04:15:00.9989781Z test_fn_fwgrad_bwgrad_index_put_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.384s) 2022-05-18T04:15:01.0689612Z test_fn_fwgrad_bwgrad_index_put_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.070s) 2022-05-18T04:15:01.0710116Z test_fn_fwgrad_bwgrad_index_reduce_cuda_float64 (__main__.TestGradientsCUDA) ... /opt/conda/lib/python3.9/site-packages/torch/testing/_internal/common_methods_invocations.py:702: 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:15:01.0710911Z gradcheck_wrapper: Callable = lambda op, *args, **kwargs: op(*args, **kwargs) 2022-05-18T04:15:01.0807925Z ok (0.012s) 2022-05-18T04:15:01.2086998Z test_fn_fwgrad_bwgrad_index_select_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.128s) 2022-05-18T04:15:01.2331485Z test_fn_fwgrad_bwgrad_index_select_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.024s) 2022-05-18T04:15:01.4175926Z test_fn_fwgrad_bwgrad_inner_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.184s) 2022-05-18T04:15:01.4493547Z test_fn_fwgrad_bwgrad_inner_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.032s) 2022-05-18T04:15:01.4508928Z test_fn_fwgrad_bwgrad_int_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:15:01.4523292Z test_fn_fwgrad_bwgrad_int_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:15:01.8873234Z test_fn_fwgrad_bwgrad_inverse_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.435s) 2022-05-18T04:15:01.9657774Z test_fn_fwgrad_bwgrad_inverse_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.078s) 2022-05-18T04:15:01.9674345Z test_fn_fwgrad_bwgrad_isclose_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:15:01.9688552Z test_fn_fwgrad_bwgrad_isclose_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:15:01.9703315Z test_fn_fwgrad_bwgrad_isfinite_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:15:01.9717806Z test_fn_fwgrad_bwgrad_isfinite_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:15:01.9732288Z test_fn_fwgrad_bwgrad_isin_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:15:01.9747154Z test_fn_fwgrad_bwgrad_isinf_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:15:01.9761607Z test_fn_fwgrad_bwgrad_isinf_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:15:01.9776082Z test_fn_fwgrad_bwgrad_isnan_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:15:01.9790806Z test_fn_fwgrad_bwgrad_isnan_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:15:01.9811124Z test_fn_fwgrad_bwgrad_isneginf_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:15:01.9825609Z test_fn_fwgrad_bwgrad_isposinf_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:15:01.9839801Z test_fn_fwgrad_bwgrad_isreal_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:15:01.9854171Z test_fn_fwgrad_bwgrad_isreal_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:15:03.5545671Z test_fn_fwgrad_bwgrad_istft_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.569s) 2022-05-18T04:15:03.5567742Z test_fn_fwgrad_bwgrad_istft_cuda_float64 (__main__.TestGradientsCUDA) ... /opt/conda/lib/python3.9/site-packages/torch/testing/_internal/common_methods_invocations.py:702: UserWarning: istft will require a complex-valued input tensor in a future PyTorch release. Matching the output from stft with return_complex=True. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/SpectralOps.cpp:979.) 2022-05-18T04:15:03.5568697Z gradcheck_wrapper: Callable = lambda op, *args, **kwargs: op(*args, **kwargs) 2022-05-18T04:15:03.9054726Z ok (0.351s) 2022-05-18T04:15:03.9070745Z test_fn_fwgrad_bwgrad_jiterator_4inputs_with_extra_args_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:15:03.9085223Z test_fn_fwgrad_bwgrad_jiterator_4inputs_with_extra_args_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:15:03.9099850Z test_fn_fwgrad_bwgrad_jiterator_binary_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:15:03.9114690Z test_fn_fwgrad_bwgrad_jiterator_binary_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:15:03.9129497Z test_fn_fwgrad_bwgrad_jiterator_unary_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:15:03.9145643Z test_fn_fwgrad_bwgrad_jiterator_unary_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:15:04.0131542Z test_fn_fwgrad_bwgrad_kron_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.098s) 2022-05-18T04:15:04.0311493Z test_fn_fwgrad_bwgrad_kron_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.018s) 2022-05-18T04:15:04.1461366Z test_fn_fwgrad_bwgrad_kthvalue_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.115s) 2022-05-18T04:15:05.0156998Z test_fn_fwgrad_bwgrad_ldexp_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.869s) 2022-05-18T04:15:05.1604422Z test_fn_fwgrad_bwgrad_ldexp_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.145s) 2022-05-18T04:15:05.1619732Z test_fn_fwgrad_bwgrad_le_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:15:07.4175585Z test_fn_fwgrad_bwgrad_lerp_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (2.255s) 2022-05-18T04:15:07.6817363Z test_fn_fwgrad_bwgrad_lerp_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.264s) 2022-05-18T04:15:07.7046364Z test_fn_fwgrad_bwgrad_lgamma_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.023s) 2022-05-18T04:15:08.8735987Z test_fn_fwgrad_bwgrad_linalg_cholesky_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.169s) 2022-05-18T04:15:09.0991062Z test_fn_fwgrad_bwgrad_linalg_cholesky_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.225s) 2022-05-18T04:15:10.7244241Z test_fn_fwgrad_bwgrad_linalg_cholesky_ex_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.625s) 2022-05-18T04:15:11.0377079Z test_fn_fwgrad_bwgrad_linalg_cholesky_ex_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.313s) 2022-05-18T04:15:11.8749158Z test_fn_fwgrad_bwgrad_linalg_cond_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.837s) 2022-05-18T04:15:11.9594494Z test_fn_fwgrad_bwgrad_linalg_cond_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.084s) 2022-05-18T04:15:12.2278590Z test_fn_fwgrad_bwgrad_linalg_cross_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.268s) 2022-05-18T04:15:12.2719145Z test_fn_fwgrad_bwgrad_linalg_cross_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.044s) 2022-05-18T04:15:12.3290649Z test_fn_fwgrad_bwgrad_linalg_det_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.057s) 2022-05-18T04:15:12.3493728Z test_fn_fwgrad_bwgrad_linalg_det_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.020s) 2022-05-18T04:15:12.4351088Z test_fn_fwgrad_bwgrad_linalg_det_singular_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.085s) 2022-05-18T04:15:12.4736497Z test_fn_fwgrad_bwgrad_linalg_det_singular_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.038s) 2022-05-18T04:15:12.9170523Z test_fn_fwgrad_bwgrad_linalg_eig_cuda_complex128 (__main__.TestGradientsCUDA) ... expected failure (0.443s) 2022-05-18T04:15:13.2850965Z test_fn_fwgrad_bwgrad_linalg_eig_cuda_float64 (__main__.TestGradientsCUDA) ... expected failure (0.368s) 2022-05-18T04:15:13.6007139Z test_fn_fwgrad_bwgrad_linalg_eigh_cuda_complex128 (__main__.TestGradientsCUDA) ... expected failure (0.315s) 2022-05-18T04:15:13.7715277Z test_fn_fwgrad_bwgrad_linalg_eigh_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.171s) 2022-05-18T04:15:14.5427475Z test_fn_fwgrad_bwgrad_linalg_eigvals_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.771s) 2022-05-18T04:15:14.9061067Z test_fn_fwgrad_bwgrad_linalg_eigvals_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.363s) 2022-05-18T04:15:15.3611928Z test_fn_fwgrad_bwgrad_linalg_eigvalsh_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.455s) 2022-05-18T04:15:15.4524569Z test_fn_fwgrad_bwgrad_linalg_eigvalsh_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.091s) 2022-05-18T04:15:18.1790054Z test_fn_fwgrad_bwgrad_linalg_householder_product_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (2.726s) 2022-05-18T04:15:18.6796778Z test_fn_fwgrad_bwgrad_linalg_householder_product_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.501s) 2022-05-18T04:15:19.1136014Z test_fn_fwgrad_bwgrad_linalg_inv_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.434s) 2022-05-18T04:15:19.1941406Z test_fn_fwgrad_bwgrad_linalg_inv_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.080s) 2022-05-18T04:15:19.7590589Z test_fn_fwgrad_bwgrad_linalg_inv_ex_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.565s) 2022-05-18T04:15:19.8647653Z test_fn_fwgrad_bwgrad_linalg_inv_ex_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.106s) 2022-05-18T04:15:19.8663577Z test_fn_fwgrad_bwgrad_linalg_ldl_factor_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:15:19.8677997Z test_fn_fwgrad_bwgrad_linalg_ldl_factor_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:15:19.8692668Z test_fn_fwgrad_bwgrad_linalg_ldl_factor_ex_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:15:19.8707555Z test_fn_fwgrad_bwgrad_linalg_ldl_factor_ex_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:15:19.8721755Z test_fn_fwgrad_bwgrad_linalg_ldl_solve_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: not available before CUDA 11.3.1 (0.001s) 2022-05-18T04:15:19.8736062Z test_fn_fwgrad_bwgrad_linalg_ldl_solve_cuda_float64 (__main__.TestGradientsCUDA) ... skip: not available before CUDA 11.3.1 (0.001s) 2022-05-18T04:15:19.8743789Z test_fn_fwgrad_bwgrad_linalg_lstsq_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:15:19.8751705Z test_fn_fwgrad_bwgrad_linalg_lstsq_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:15:27.4531917Z test_fn_fwgrad_bwgrad_linalg_lstsq_grad_oriented_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (7.578s) 2022-05-18T04:15:28.2501241Z test_fn_fwgrad_bwgrad_linalg_lstsq_grad_oriented_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.797s) 2022-05-18T04:15:34.0573124Z test_fn_fwgrad_bwgrad_linalg_lu_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (5.807s) 2022-05-18T04:15:34.9480866Z test_fn_fwgrad_bwgrad_linalg_lu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.891s) 2022-05-18T04:15:41.1894799Z test_fn_fwgrad_bwgrad_linalg_lu_factor_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (6.241s) 2022-05-18T04:15:42.1752461Z test_fn_fwgrad_bwgrad_linalg_lu_factor_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.986s) 2022-05-18T04:15:49.2098059Z test_fn_fwgrad_bwgrad_linalg_lu_factor_ex_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (7.034s) 2022-05-18T04:15:50.3407710Z test_fn_fwgrad_bwgrad_linalg_lu_factor_ex_cuda_float64 (__main__.TestGradientsCUDA) ... ok (1.131s) 2022-05-18T04:15:50.7475043Z test_fn_fwgrad_bwgrad_linalg_matrix_norm_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.407s) 2022-05-18T04:15:50.8832022Z test_fn_fwgrad_bwgrad_linalg_matrix_norm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.136s) 2022-05-18T04:15:51.9899227Z test_fn_fwgrad_bwgrad_linalg_matrix_power_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.106s) 2022-05-18T04:15:52.1982746Z test_fn_fwgrad_bwgrad_linalg_matrix_power_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.208s) 2022-05-18T04:15:52.1999592Z test_fn_fwgrad_bwgrad_linalg_matrix_rank_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:15:52.2015281Z test_fn_fwgrad_bwgrad_linalg_matrix_rank_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:15:52.2031423Z test_fn_fwgrad_bwgrad_linalg_matrix_rank_hermitian_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:15:52.2047863Z test_fn_fwgrad_bwgrad_linalg_matrix_rank_hermitian_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:15:53.2150708Z test_fn_fwgrad_bwgrad_linalg_multi_dot_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.010s) 2022-05-18T04:15:53.3846063Z test_fn_fwgrad_bwgrad_linalg_multi_dot_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.169s) 2022-05-18T04:15:53.4963576Z test_fn_fwgrad_bwgrad_linalg_norm_cuda_complex128 (__main__.TestGradientsCUDA) ... expected failure (0.112s) 2022-05-18T04:15:53.7878171Z test_fn_fwgrad_bwgrad_linalg_norm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.291s) 2022-05-18T04:15:53.8125341Z test_fn_fwgrad_bwgrad_linalg_norm_subgradients_at_zero_cuda_complex128 (__main__.TestGradientsCUDA) ... expected failure (0.025s) 2022-05-18T04:15:53.8318354Z test_fn_fwgrad_bwgrad_linalg_norm_subgradients_at_zero_cuda_float64 (__main__.TestGradientsCUDA) ... expected failure (0.019s) 2022-05-18T04:15:57.4035732Z test_fn_fwgrad_bwgrad_linalg_pinv_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (3.571s) 2022-05-18T04:15:57.8628859Z test_fn_fwgrad_bwgrad_linalg_pinv_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.459s) 2022-05-18T04:15:58.5302265Z test_fn_fwgrad_bwgrad_linalg_pinv_hermitian_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.667s) 2022-05-18T04:15:58.6582783Z test_fn_fwgrad_bwgrad_linalg_pinv_hermitian_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.128s) 2022-05-18T04:15:58.6590789Z test_fn_fwgrad_bwgrad_linalg_pinv_singular_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:15:58.6599410Z test_fn_fwgrad_bwgrad_linalg_pinv_singular_cuda_float64 (__main__.TestGradientsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-05-18T04:16:02.2649836Z test_fn_fwgrad_bwgrad_linalg_qr_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (3.605s) 2022-05-18T04:16:02.8949089Z test_fn_fwgrad_bwgrad_linalg_qr_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.630s) 2022-05-18T04:16:02.9351570Z test_fn_fwgrad_bwgrad_linalg_slogdet_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.040s) 2022-05-18T04:16:02.9461972Z test_fn_fwgrad_bwgrad_linalg_slogdet_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.011s) 2022-05-18T04:16:06.8164906Z test_fn_fwgrad_bwgrad_linalg_solve_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (3.870s) 2022-05-18T04:16:07.6529165Z test_fn_fwgrad_bwgrad_linalg_solve_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.836s) 2022-05-18T04:16:31.2699595Z test_fn_fwgrad_bwgrad_linalg_solve_triangular_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (23.617s) 2022-05-18T04:16:35.5620705Z test_fn_fwgrad_bwgrad_linalg_solve_triangular_cuda_float64 (__main__.TestGradientsCUDA) ... ok (4.292s) 2022-05-18T04:16:37.8878799Z test_fn_fwgrad_bwgrad_linalg_svd_cuda_complex128 (__main__.TestGradientsCUDA) ... expected failure (2.326s) 2022-05-18T04:16:42.5791248Z test_fn_fwgrad_bwgrad_linalg_svd_cuda_float64 (__main__.TestGradientsCUDA) ... ok (4.691s) 2022-05-18T04:16:45.3532757Z test_fn_fwgrad_bwgrad_linalg_svdvals_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (2.774s) 2022-05-18T04:16:45.7656116Z test_fn_fwgrad_bwgrad_linalg_svdvals_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.412s) 2022-05-18T04:16:45.9389953Z test_fn_fwgrad_bwgrad_linalg_tensorinv_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.173s) 2022-05-18T04:16:45.9709099Z test_fn_fwgrad_bwgrad_linalg_tensorinv_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.032s) 2022-05-18T04:16:47.0489782Z test_fn_fwgrad_bwgrad_linalg_tensorsolve_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.078s) 2022-05-18T04:16:47.2764304Z test_fn_fwgrad_bwgrad_linalg_tensorsolve_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.227s) 2022-05-18T04:16:47.9462433Z test_fn_fwgrad_bwgrad_linalg_vander_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.670s) 2022-05-18T04:16:48.0731722Z test_fn_fwgrad_bwgrad_linalg_vander_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.127s) 2022-05-18T04:16:48.1487018Z test_fn_fwgrad_bwgrad_linalg_vector_norm_cuda_complex128 (__main__.TestGradientsCUDA) ... expected failure (0.075s) 2022-05-18T04:16:49.2026875Z test_fn_fwgrad_bwgrad_linalg_vector_norm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (1.054s) 2022-05-18T04:16:49.3309104Z test_fn_fwgrad_bwgrad_log10_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.128s) 2022-05-18T04:16:49.3539331Z test_fn_fwgrad_bwgrad_log10_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.023s) 2022-05-18T04:16:49.3640280Z test_fn_fwgrad_bwgrad_log1p_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.010s) 2022-05-18T04:16:49.4921924Z test_fn_fwgrad_bwgrad_log2_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.128s) 2022-05-18T04:16:49.5153545Z test_fn_fwgrad_bwgrad_log2_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.023s) 2022-05-18T04:16:49.6369332Z test_fn_fwgrad_bwgrad_log_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.121s) 2022-05-18T04:16:49.6590690Z test_fn_fwgrad_bwgrad_log_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.022s) 2022-05-18T04:16:49.6695158Z test_fn_fwgrad_bwgrad_log_softmax_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.010s) 2022-05-18T04:16:49.6826354Z test_fn_fwgrad_bwgrad_log_softmax_dtype_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.013s) 2022-05-18T04:16:49.6925166Z test_fn_fwgrad_bwgrad_log_softmax_dtype_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.010s) 2022-05-18T04:16:49.7128014Z test_fn_fwgrad_bwgrad_logaddexp2_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.020s) 2022-05-18T04:16:49.7321985Z test_fn_fwgrad_bwgrad_logaddexp_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.019s) 2022-05-18T04:16:49.7414726Z test_fn_fwgrad_bwgrad_logcumsumexp_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.009s) 2022-05-18T04:16:49.7530944Z test_fn_fwgrad_bwgrad_logdet_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.012s) 2022-05-18T04:16:49.7546485Z test_fn_fwgrad_bwgrad_logical_and_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:16:49.7561054Z test_fn_fwgrad_bwgrad_logical_and_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:16:49.7575924Z test_fn_fwgrad_bwgrad_logical_not_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:16:49.7591016Z test_fn_fwgrad_bwgrad_logical_not_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:16:49.7605858Z test_fn_fwgrad_bwgrad_logical_or_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:16:49.7620671Z test_fn_fwgrad_bwgrad_logical_or_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:16:49.7635609Z test_fn_fwgrad_bwgrad_logical_xor_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:16:49.7650499Z test_fn_fwgrad_bwgrad_logical_xor_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:16:49.8086924Z test_fn_fwgrad_bwgrad_logit_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.043s) 2022-05-18T04:16:49.9366983Z test_fn_fwgrad_bwgrad_logsumexp_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.128s) 2022-05-18T04:16:49.9383143Z test_fn_fwgrad_bwgrad_long_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:16:49.9397778Z test_fn_fwgrad_bwgrad_long_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:16:49.9413025Z test_fn_fwgrad_bwgrad_lt_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:16:55.6402400Z test_fn_fwgrad_bwgrad_lu_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (5.699s) 2022-05-18T04:16:56.7850875Z test_fn_fwgrad_bwgrad_lu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (1.145s) 2022-05-18T04:17:05.4831886Z test_fn_fwgrad_bwgrad_lu_solve_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (8.698s) 2022-05-18T04:17:07.3023632Z test_fn_fwgrad_bwgrad_lu_solve_cuda_float64 (__main__.TestGradientsCUDA) ... ok (1.819s) 2022-05-18T04:17:09.7922626Z test_fn_fwgrad_bwgrad_lu_unpack_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (2.490s) 2022-05-18T04:17:10.2270452Z test_fn_fwgrad_bwgrad_lu_unpack_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.435s) 2022-05-18T04:17:10.4709868Z test_fn_fwgrad_bwgrad_mH_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.244s) 2022-05-18T04:17:10.5125874Z test_fn_fwgrad_bwgrad_mH_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.042s) 2022-05-18T04:17:10.7473436Z test_fn_fwgrad_bwgrad_mT_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.235s) 2022-05-18T04:17:10.7888126Z test_fn_fwgrad_bwgrad_mT_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.041s) 2022-05-18T04:17:11.2832645Z test_fn_fwgrad_bwgrad_masked_fill_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.494s) 2022-05-18T04:17:11.3735751Z test_fn_fwgrad_bwgrad_masked_fill_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.090s) 2022-05-18T04:17:11.7721496Z test_fn_fwgrad_bwgrad_masked_scatter_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.398s) 2022-05-18T04:17:11.8464784Z test_fn_fwgrad_bwgrad_masked_scatter_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.074s) 2022-05-18T04:17:12.2303377Z test_fn_fwgrad_bwgrad_masked_select_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.384s) 2022-05-18T04:17:12.3044018Z test_fn_fwgrad_bwgrad_masked_select_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.074s) 2022-05-18T04:17:13.6016769Z test_fn_fwgrad_bwgrad_matmul_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.297s) 2022-05-18T04:17:13.8167808Z test_fn_fwgrad_bwgrad_matmul_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.215s) 2022-05-18T04:17:14.4026910Z test_fn_fwgrad_bwgrad_matrix_exp_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.586s) 2022-05-18T04:17:14.4800602Z test_fn_fwgrad_bwgrad_matrix_exp_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.077s) 2022-05-18T04:17:14.6289967Z test_fn_fwgrad_bwgrad_max_binary_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.149s) 2022-05-18T04:17:14.6512886Z test_fn_fwgrad_bwgrad_max_reduction_no_dim_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.022s) 2022-05-18T04:17:14.7001212Z test_fn_fwgrad_bwgrad_max_reduction_with_dim_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.049s) 2022-05-18T04:17:14.8481475Z test_fn_fwgrad_bwgrad_maximum_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.148s) 2022-05-18T04:17:15.7099392Z test_fn_fwgrad_bwgrad_mean_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.861s) 2022-05-18T04:17:15.8599328Z test_fn_fwgrad_bwgrad_mean_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.150s) 2022-05-18T04:17:16.0097397Z test_fn_fwgrad_bwgrad_median_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.150s) 2022-05-18T04:17:17.5960669Z test_fn_fwgrad_bwgrad_meshgrid_list_of_tensors_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.586s) 2022-05-18T04:17:17.8346772Z test_fn_fwgrad_bwgrad_meshgrid_list_of_tensors_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.238s) 2022-05-18T04:17:19.4292164Z test_fn_fwgrad_bwgrad_meshgrid_variadic_tensors_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.594s) 2022-05-18T04:17:19.6671592Z test_fn_fwgrad_bwgrad_meshgrid_variadic_tensors_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.238s) 2022-05-18T04:17:19.8150490Z test_fn_fwgrad_bwgrad_min_binary_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.148s) 2022-05-18T04:17:19.8370444Z test_fn_fwgrad_bwgrad_min_reduction_no_dim_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.022s) 2022-05-18T04:17:19.8856799Z test_fn_fwgrad_bwgrad_min_reduction_with_dim_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.049s) 2022-05-18T04:17:20.0340284Z test_fn_fwgrad_bwgrad_minimum_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.148s) 2022-05-18T04:17:20.2104935Z test_fn_fwgrad_bwgrad_mm_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.176s) 2022-05-18T04:17:20.2273544Z test_fn_fwgrad_bwgrad_mm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.017s) 2022-05-18T04:17:20.3005879Z test_fn_fwgrad_bwgrad_mode_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.073s) 2022-05-18T04:17:20.3843904Z test_fn_fwgrad_bwgrad_movedim_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.084s) 2022-05-18T04:17:20.3999918Z test_fn_fwgrad_bwgrad_movedim_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.016s) 2022-05-18T04:17:20.4202678Z test_fn_fwgrad_bwgrad_msort_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.020s) 2022-05-18T04:17:21.1818764Z test_fn_fwgrad_bwgrad_mul_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.761s) 2022-05-18T04:17:21.3084621Z test_fn_fwgrad_bwgrad_mul_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.127s) 2022-05-18T04:17:21.3102813Z test_fn_fwgrad_bwgrad_multinomial_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:17:21.4037173Z test_fn_fwgrad_bwgrad_mv_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.093s) 2022-05-18T04:17:21.4201695Z test_fn_fwgrad_bwgrad_mv_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.016s) 2022-05-18T04:17:21.5384694Z test_fn_fwgrad_bwgrad_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.118s) 2022-05-18T04:17:21.5394142Z test_fn_fwgrad_bwgrad_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:17:21.5404012Z test_fn_fwgrad_bwgrad_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:17:21.5661521Z test_fn_fwgrad_bwgrad_nan_to_num_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.026s) 2022-05-18T04:17:21.5768066Z test_fn_fwgrad_bwgrad_nanmean_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.011s) 2022-05-18T04:17:21.7307526Z test_fn_fwgrad_bwgrad_nanmedian_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.154s) 2022-05-18T04:17:23.0670577Z test_fn_fwgrad_bwgrad_nanquantile_cuda_float64 (__main__.TestGradientsCUDA) ... ok (1.336s) 2022-05-18T04:17:23.0754771Z test_fn_fwgrad_bwgrad_nansum_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.008s) 2022-05-18T04:17:23.2766980Z test_fn_fwgrad_bwgrad_narrow_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.201s) 2022-05-18T04:17:23.3136443Z test_fn_fwgrad_bwgrad_narrow_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.037s) 2022-05-18T04:17:23.3154488Z test_fn_fwgrad_bwgrad_ne_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:17:23.3170962Z test_fn_fwgrad_bwgrad_ne_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:17:23.3611570Z test_fn_fwgrad_bwgrad_neg_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.044s) 2022-05-18T04:17:23.3703381Z test_fn_fwgrad_bwgrad_neg_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.009s) 2022-05-18T04:17:23.3720726Z test_fn_fwgrad_bwgrad_new_empty_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:17:23.3737913Z test_fn_fwgrad_bwgrad_new_empty_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:17:23.3755192Z test_fn_fwgrad_bwgrad_new_full_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:17:23.3772625Z test_fn_fwgrad_bwgrad_new_full_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:17:23.3796577Z test_fn_fwgrad_bwgrad_new_ones_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:17:23.3813336Z test_fn_fwgrad_bwgrad_new_ones_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:17:23.3830097Z test_fn_fwgrad_bwgrad_new_zeros_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:17:23.3846853Z test_fn_fwgrad_bwgrad_new_zeros_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:17:23.3863852Z test_fn_fwgrad_bwgrad_nextafter_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:17:23.4107987Z test_fn_fwgrad_bwgrad_nn_functional_adaptive_avg_pool1d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.024s) 2022-05-18T04:17:23.4522558Z test_fn_fwgrad_bwgrad_nn_functional_adaptive_avg_pool2d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.041s) 2022-05-18T04:17:23.4998180Z test_fn_fwgrad_bwgrad_nn_functional_adaptive_avg_pool3d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.047s) 2022-05-18T04:17:23.5447524Z test_fn_fwgrad_bwgrad_nn_functional_adaptive_max_pool1d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.045s) 2022-05-18T04:17:23.6635991Z test_fn_fwgrad_bwgrad_nn_functional_adaptive_max_pool2d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.119s) 2022-05-18T04:17:23.7631718Z test_fn_fwgrad_bwgrad_nn_functional_adaptive_max_pool3d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.099s) 2022-05-18T04:17:23.8369581Z test_fn_fwgrad_bwgrad_nn_functional_avg_pool1d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.074s) 2022-05-18T04:17:23.8923324Z test_fn_fwgrad_bwgrad_nn_functional_avg_pool2d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.055s) 2022-05-18T04:17:23.9554815Z test_fn_fwgrad_bwgrad_nn_functional_avg_pool3d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.063s) 2022-05-18T04:17:24.5020645Z test_fn_fwgrad_bwgrad_nn_functional_batch_norm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.546s) 2022-05-18T04:17:24.5156680Z test_fn_fwgrad_bwgrad_nn_functional_batch_norm_without_cudnn_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.014s) 2022-05-18T04:17:25.6044276Z test_fn_fwgrad_bwgrad_nn_functional_bilinear_cuda_float64 (__main__.TestGradientsCUDA) ... ok (1.089s) 2022-05-18T04:17:25.6146935Z test_fn_fwgrad_bwgrad_nn_functional_binary_cross_entropy_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.010s) 2022-05-18T04:17:25.6154643Z test_fn_fwgrad_bwgrad_nn_functional_binary_cross_entropy_with_logits_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:17:25.6379764Z test_fn_fwgrad_bwgrad_nn_functional_celu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.022s) 2022-05-18T04:17:27.0699601Z test_fn_fwgrad_bwgrad_nn_functional_conv1d_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.432s) 2022-05-18T04:17:27.1887548Z test_fn_fwgrad_bwgrad_nn_functional_conv1d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.119s) 2022-05-18T04:17:28.1469997Z test_fn_fwgrad_bwgrad_nn_functional_conv2d_cuda_complex128 (__main__.TestGradientsCUDA) ... /opt/conda/lib/python3.9/site-packages/torch/testing/_internal/common_methods_invocations.py:702: 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:17:28.1470885Z gradcheck_wrapper: Callable = lambda op, *args, **kwargs: op(*args, **kwargs) 2022-05-18T04:17:31.5961220Z ok (4.407s) 2022-05-18T04:17:31.9600766Z test_fn_fwgrad_bwgrad_nn_functional_conv2d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.364s) 2022-05-18T04:17:32.0820617Z test_fn_fwgrad_bwgrad_nn_functional_conv_transpose1d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.122s) 2022-05-18T04:17:32.2101983Z test_fn_fwgrad_bwgrad_nn_functional_conv_transpose2d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.128s) 2022-05-18T04:17:32.3562709Z test_fn_fwgrad_bwgrad_nn_functional_conv_transpose3d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.146s) 2022-05-18T04:17:32.6597595Z test_fn_fwgrad_bwgrad_nn_functional_cosine_embedding_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.303s) 2022-05-18T04:17:32.9901196Z test_fn_fwgrad_bwgrad_nn_functional_cosine_similarity_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.330s) 2022-05-18T04:17:33.0051553Z test_fn_fwgrad_bwgrad_nn_functional_cross_entropy_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.015s) 2022-05-18T04:17:33.0222484Z test_fn_fwgrad_bwgrad_nn_functional_ctc_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.017s) 2022-05-18T04:17:33.1564559Z test_fn_fwgrad_bwgrad_nn_functional_dropout2d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.134s) 2022-05-18T04:17:33.3362437Z test_fn_fwgrad_bwgrad_nn_functional_dropout_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.180s) 2022-05-18T04:17:33.3586383Z test_fn_fwgrad_bwgrad_nn_functional_elu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.022s) 2022-05-18T04:17:33.3704054Z test_fn_fwgrad_bwgrad_nn_functional_embedding_bag_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.012s) 2022-05-18T04:17:33.3810222Z test_fn_fwgrad_bwgrad_nn_functional_embedding_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.010s) 2022-05-18T04:17:33.4571996Z test_fn_fwgrad_bwgrad_nn_functional_feature_alpha_dropout_with_train_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.076s) 2022-05-18T04:17:33.9161308Z test_fn_fwgrad_bwgrad_nn_functional_feature_alpha_dropout_without_train_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.459s) 2022-05-18T04:17:34.0017941Z test_fn_fwgrad_bwgrad_nn_functional_feature_alpha_dropout_without_train_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.086s) 2022-05-18T04:17:34.4399099Z test_fn_fwgrad_bwgrad_nn_functional_fractional_max_pool2d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.438s) 2022-05-18T04:17:34.9973130Z test_fn_fwgrad_bwgrad_nn_functional_fractional_max_pool3d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.557s) 2022-05-18T04:17:49.0324940Z test_fn_fwgrad_bwgrad_nn_functional_gaussian_nll_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (14.035s) 2022-05-18T04:17:49.1033420Z test_fn_fwgrad_bwgrad_nn_functional_gelu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.071s) 2022-05-18T04:17:49.4617172Z test_fn_fwgrad_bwgrad_nn_functional_glu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.358s) 2022-05-18T04:17:49.4783049Z test_fn_fwgrad_bwgrad_nn_functional_grid_sample_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.017s) 2022-05-18T04:17:49.6670199Z test_fn_fwgrad_bwgrad_nn_functional_group_norm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.188s) 2022-05-18T04:17:49.7369914Z test_fn_fwgrad_bwgrad_nn_functional_hardshrink_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.070s) 2022-05-18T04:17:49.7466145Z test_fn_fwgrad_bwgrad_nn_functional_hardsigmoid_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.010s) 2022-05-18T04:17:49.7560444Z test_fn_fwgrad_bwgrad_nn_functional_hardswish_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.009s) 2022-05-18T04:17:49.8276483Z test_fn_fwgrad_bwgrad_nn_functional_hardtanh_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.071s) 2022-05-18T04:17:49.9989858Z test_fn_fwgrad_bwgrad_nn_functional_hinge_embedding_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.171s) 2022-05-18T04:17:50.0102835Z test_fn_fwgrad_bwgrad_nn_functional_huber_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.011s) 2022-05-18T04:17:50.0266468Z test_fn_fwgrad_bwgrad_nn_functional_instance_norm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.016s) 2022-05-18T04:17:50.1283350Z test_fn_fwgrad_bwgrad_nn_functional_interpolate_area_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.101s) 2022-05-18T04:17:50.2291440Z test_fn_fwgrad_bwgrad_nn_functional_interpolate_bicubic_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.101s) 2022-05-18T04:17:50.3235911Z test_fn_fwgrad_bwgrad_nn_functional_interpolate_bilinear_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.094s) 2022-05-18T04:17:50.4194916Z test_fn_fwgrad_bwgrad_nn_functional_interpolate_linear_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.096s) 2022-05-18T04:17:50.5114835Z test_fn_fwgrad_bwgrad_nn_functional_interpolate_nearest_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.092s) 2022-05-18T04:17:50.6064713Z test_fn_fwgrad_bwgrad_nn_functional_interpolate_trilinear_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.095s) 2022-05-18T04:17:50.6107703Z test_fn_fwgrad_bwgrad_nn_functional_kl_div_cuda_float64 (__main__.TestGradientsCUDA) ... /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:17:50.6108894Z warnings.warn( 2022-05-18T04:17:50.6214631Z ok (0.015s) 2022-05-18T04:17:50.6230441Z test_fn_fwgrad_bwgrad_nn_functional_l1_loss_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:17:50.6350320Z test_fn_fwgrad_bwgrad_nn_functional_l1_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.012s) 2022-05-18T04:17:50.6482528Z test_fn_fwgrad_bwgrad_nn_functional_layer_norm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.013s) 2022-05-18T04:17:50.7173384Z test_fn_fwgrad_bwgrad_nn_functional_leaky_relu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.069s) 2022-05-18T04:17:52.5559095Z test_fn_fwgrad_bwgrad_nn_functional_linear_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.838s) 2022-05-18T04:17:52.8599638Z test_fn_fwgrad_bwgrad_nn_functional_linear_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.304s) 2022-05-18T04:17:53.0465929Z test_fn_fwgrad_bwgrad_nn_functional_local_response_norm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.186s) 2022-05-18T04:17:53.0562517Z test_fn_fwgrad_bwgrad_nn_functional_logsigmoid_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.010s) 2022-05-18T04:17:53.1548650Z test_fn_fwgrad_bwgrad_nn_functional_margin_ranking_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.098s) 2022-05-18T04:18:02.3581542Z test_fn_fwgrad_bwgrad_nn_functional_max_pool1d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (9.203s) 2022-05-18T04:18:17.0354084Z test_fn_fwgrad_bwgrad_nn_functional_max_pool2d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (14.677s) 2022-05-18T04:18:22.9503803Z test_fn_fwgrad_bwgrad_nn_functional_max_pool3d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (5.915s) 2022-05-18T04:18:24.3639178Z test_fn_fwgrad_bwgrad_nn_functional_max_unpool1d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (1.413s) 2022-05-18T04:18:24.5704575Z test_fn_fwgrad_bwgrad_nn_functional_max_unpool1d_grad_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.206s) 2022-05-18T04:18:27.2806528Z test_fn_fwgrad_bwgrad_nn_functional_max_unpool2d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (2.710s) 2022-05-18T04:18:27.6689535Z test_fn_fwgrad_bwgrad_nn_functional_max_unpool2d_grad_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.388s) 2022-05-18T04:18:28.5662129Z test_fn_fwgrad_bwgrad_nn_functional_max_unpool3d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.897s) 2022-05-18T04:18:28.7375167Z test_fn_fwgrad_bwgrad_nn_functional_max_unpool3d_grad_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.171s) 2022-05-18T04:18:28.7676574Z test_fn_fwgrad_bwgrad_nn_functional_mish_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.030s) 2022-05-18T04:18:28.7788748Z test_fn_fwgrad_bwgrad_nn_functional_mse_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.011s) 2022-05-18T04:18:28.7860062Z test_fn_fwgrad_bwgrad_nn_functional_multi_margin_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.007s) 2022-05-18T04:18:28.7945809Z test_fn_fwgrad_bwgrad_nn_functional_multilabel_margin_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.008s) 2022-05-18T04:18:28.8074059Z test_fn_fwgrad_bwgrad_nn_functional_multilabel_soft_margin_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.013s) 2022-05-18T04:18:28.8167278Z test_fn_fwgrad_bwgrad_nn_functional_nll_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.009s) 2022-05-18T04:18:29.0589341Z test_fn_fwgrad_bwgrad_nn_functional_normalize_cuda_complex128 (__main__.TestGradientsCUDA) ... expected failure (0.242s) 2022-05-18T04:18:29.1873651Z test_fn_fwgrad_bwgrad_nn_functional_normalize_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.128s) 2022-05-18T04:18:29.6825668Z test_fn_fwgrad_bwgrad_nn_functional_pad_circular_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.495s) 2022-05-18T04:18:29.7849685Z test_fn_fwgrad_bwgrad_nn_functional_pad_circular_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.102s) 2022-05-18T04:18:31.7016558Z test_fn_fwgrad_bwgrad_nn_functional_pad_constant_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.916s) 2022-05-18T04:18:32.0462568Z test_fn_fwgrad_bwgrad_nn_functional_pad_constant_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.344s) 2022-05-18T04:18:32.5137560Z test_fn_fwgrad_bwgrad_nn_functional_pad_reflect_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.467s) 2022-05-18T04:18:32.5997512Z test_fn_fwgrad_bwgrad_nn_functional_pad_reflect_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.086s) 2022-05-18T04:18:33.0660800Z test_fn_fwgrad_bwgrad_nn_functional_pad_replicate_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.466s) 2022-05-18T04:18:33.1509776Z test_fn_fwgrad_bwgrad_nn_functional_pad_replicate_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.085s) 2022-05-18T04:18:33.4225534Z test_fn_fwgrad_bwgrad_nn_functional_pairwise_distance_cuda_complex128 (__main__.TestGradientsCUDA) ... expected failure (0.271s) 2022-05-18T04:18:33.5509541Z test_fn_fwgrad_bwgrad_nn_functional_pairwise_distance_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.128s) 2022-05-18T04:18:33.5590547Z test_fn_fwgrad_bwgrad_nn_functional_pdist_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.008s) 2022-05-18T04:18:33.6470968Z test_fn_fwgrad_bwgrad_nn_functional_pixel_shuffle_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.088s) 2022-05-18T04:18:33.6634761Z test_fn_fwgrad_bwgrad_nn_functional_pixel_shuffle_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.016s) 2022-05-18T04:18:33.7514572Z test_fn_fwgrad_bwgrad_nn_functional_pixel_unshuffle_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.088s) 2022-05-18T04:18:33.7678983Z test_fn_fwgrad_bwgrad_nn_functional_pixel_unshuffle_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.016s) 2022-05-18T04:18:35.4861896Z test_fn_fwgrad_bwgrad_nn_functional_poisson_nll_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (1.718s) 2022-05-18T04:18:35.4976492Z test_fn_fwgrad_bwgrad_nn_functional_prelu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.012s) 2022-05-18T04:18:35.5696380Z test_fn_fwgrad_bwgrad_nn_functional_relu6_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.072s) 2022-05-18T04:18:35.6016420Z test_fn_fwgrad_bwgrad_nn_functional_relu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.032s) 2022-05-18T04:18:35.6119571Z test_fn_fwgrad_bwgrad_nn_functional_rrelu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.010s) 2022-05-18T04:18:35.6344448Z test_fn_fwgrad_bwgrad_nn_functional_selu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.022s) 2022-05-18T04:18:35.6611492Z test_fn_fwgrad_bwgrad_nn_functional_silu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.027s) 2022-05-18T04:18:35.6723192Z test_fn_fwgrad_bwgrad_nn_functional_smooth_l1_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.011s) 2022-05-18T04:18:35.6830574Z test_fn_fwgrad_bwgrad_nn_functional_soft_margin_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.011s) 2022-05-18T04:18:35.6931212Z test_fn_fwgrad_bwgrad_nn_functional_softmin_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.010s) 2022-05-18T04:18:35.7064498Z test_fn_fwgrad_bwgrad_nn_functional_softmin_with_dtype_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.013s) 2022-05-18T04:18:35.7165418Z test_fn_fwgrad_bwgrad_nn_functional_softmin_with_dtype_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.010s) 2022-05-18T04:18:35.7257413Z test_fn_fwgrad_bwgrad_nn_functional_softplus_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.009s) 2022-05-18T04:18:35.7958462Z test_fn_fwgrad_bwgrad_nn_functional_softshrink_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.070s) 2022-05-18T04:18:35.9114202Z test_fn_fwgrad_bwgrad_nn_functional_softsign_cuda_complex128 (__main__.TestGradientsCUDA) ... expected failure (0.115s) 2022-05-18T04:18:35.9431810Z test_fn_fwgrad_bwgrad_nn_functional_softsign_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.032s) 2022-05-18T04:18:36.5619941Z test_fn_fwgrad_bwgrad_nn_functional_tanhshrink_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.619s) 2022-05-18T04:18:36.5863992Z test_fn_fwgrad_bwgrad_nn_functional_tanhshrink_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.024s) 2022-05-18T04:18:36.6198725Z test_fn_fwgrad_bwgrad_nn_functional_threshold_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.033s) 2022-05-18T04:18:38.0435984Z test_fn_fwgrad_bwgrad_nn_functional_triplet_margin_loss_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.423s) 2022-05-18T04:18:38.3272154Z test_fn_fwgrad_bwgrad_nn_functional_triplet_margin_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.283s) 2022-05-18T04:18:39.8142491Z test_fn_fwgrad_bwgrad_nn_functional_triplet_margin_with_distance_loss_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.487s) 2022-05-18T04:18:40.1125913Z test_fn_fwgrad_bwgrad_nn_functional_triplet_margin_with_distance_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.298s) 2022-05-18T04:18:49.9625961Z test_fn_fwgrad_bwgrad_nn_functional_unfold_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (9.850s) 2022-05-18T04:18:51.7631986Z test_fn_fwgrad_bwgrad_nn_functional_unfold_cuda_float64 (__main__.TestGradientsCUDA) ... ok (1.800s) 2022-05-18T04:18:51.7653176Z test_fn_fwgrad_bwgrad_nn_functional_upsample_bilinear_cuda_float64 (__main__.TestGradientsCUDA) ... /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:18:51.7653952Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T04:18:51.7962569Z ok (0.033s) 2022-05-18T04:18:51.7992363Z test_fn_fwgrad_bwgrad_nn_functional_upsample_nearest_cuda_float64 (__main__.TestGradientsCUDA) ... /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:18:51.7993136Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T04:18:51.8892110Z ok (0.093s) 2022-05-18T04:18:51.8907438Z test_fn_fwgrad_bwgrad_nonzero_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:18:51.8921412Z test_fn_fwgrad_bwgrad_nonzero_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:18:52.0995993Z test_fn_fwgrad_bwgrad_norm_cuda_complex128 (__main__.TestGradientsCUDA) ... expected failure (0.207s) 2022-05-18T04:18:52.5753065Z test_fn_fwgrad_bwgrad_norm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.476s) 2022-05-18T04:18:52.7294830Z test_fn_fwgrad_bwgrad_norm_fro_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.154s) 2022-05-18T04:18:52.7612641Z test_fn_fwgrad_bwgrad_norm_fro_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.032s) 2022-05-18T04:18:52.8614556Z test_fn_fwgrad_bwgrad_norm_inf_cuda_complex128 (__main__.TestGradientsCUDA) ... expected failure (0.100s) 2022-05-18T04:18:52.9155193Z test_fn_fwgrad_bwgrad_norm_inf_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.054s) 2022-05-18T04:18:53.6744427Z test_fn_fwgrad_bwgrad_norm_nuc_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.759s) 2022-05-18T04:18:53.7379438Z test_fn_fwgrad_bwgrad_norm_nuc_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.063s) 2022-05-18T04:18:53.7387718Z test_fn_fwgrad_bwgrad_normal_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Gradients are incorrect! (0.001s) 2022-05-18T04:18:53.7394905Z test_fn_fwgrad_bwgrad_normal_number_mean_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Gradients are incorrect! (0.001s) 2022-05-18T04:18:53.7411021Z test_fn_fwgrad_bwgrad_ones_like_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:18:53.7426297Z test_fn_fwgrad_bwgrad_ones_like_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:18:53.7440670Z test_fn_fwgrad_bwgrad_ormqr_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:18:53.7508977Z test_fn_fwgrad_bwgrad_ormqr_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.007s) 2022-05-18T04:18:53.8467857Z test_fn_fwgrad_bwgrad_outer_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.096s) 2022-05-18T04:18:53.8639094Z test_fn_fwgrad_bwgrad_outer_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.017s) 2022-05-18T04:19:13.4827462Z test_fn_fwgrad_bwgrad_pca_lowrank_cuda_float64 (__main__.TestGradientsCUDA) ... ok (19.619s) 2022-05-18T04:19:13.6390133Z test_fn_fwgrad_bwgrad_permute_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.156s) 2022-05-18T04:19:13.6673523Z test_fn_fwgrad_bwgrad_permute_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.028s) 2022-05-18T04:19:14.8610409Z test_fn_fwgrad_bwgrad_pinverse_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.193s) 2022-05-18T04:19:15.0172942Z test_fn_fwgrad_bwgrad_pinverse_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.156s) 2022-05-18T04:19:15.0366710Z test_fn_fwgrad_bwgrad_polar_cuda_float64 (__main__.TestGradientsCUDA) ... expected failure (0.019s) 2022-05-18T04:19:15.1191918Z test_fn_fwgrad_bwgrad_polygamma_polygamma_n_0_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.082s) 2022-05-18T04:19:15.1199021Z test_fn_fwgrad_bwgrad_polygamma_polygamma_n_1_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:19:15.1207069Z test_fn_fwgrad_bwgrad_polygamma_polygamma_n_2_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:19:15.1214995Z test_fn_fwgrad_bwgrad_polygamma_polygamma_n_3_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:19:15.1222982Z test_fn_fwgrad_bwgrad_polygamma_polygamma_n_4_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:19:15.2202627Z test_fn_fwgrad_bwgrad_positive_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.098s) 2022-05-18T04:19:15.2381811Z test_fn_fwgrad_bwgrad_positive_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.018s) 2022-05-18T04:19:16.3809100Z test_fn_fwgrad_bwgrad_pow_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.142s) 2022-05-18T04:19:16.5733776Z test_fn_fwgrad_bwgrad_pow_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.192s) 2022-05-18T04:19:18.5693639Z test_fn_fwgrad_bwgrad_prod_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.996s) 2022-05-18T04:19:18.9412807Z test_fn_fwgrad_bwgrad_prod_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.372s) 2022-05-18T04:19:20.6855220Z test_fn_fwgrad_bwgrad_put_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.744s) 2022-05-18T04:19:20.9862258Z test_fn_fwgrad_bwgrad_put_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.301s) 2022-05-18T04:19:21.0507438Z test_fn_fwgrad_bwgrad_qr_cuda_complex128 (__main__.TestGradientsCUDA) ... /opt/conda/lib/python3.9/site-packages/torch/testing/_internal/common_methods_invocations.py:702: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-05-18T04:19:21.0508229Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-05-18T04:19:21.0508587Z Q, R = torch.qr(A, some) 2022-05-18T04:19:21.0508863Z should be replaced with 2022-05-18T04:19:21.0509493Z 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:19:21.0510038Z gradcheck_wrapper: Callable = lambda op, *args, **kwargs: op(*args, **kwargs) 2022-05-18T04:19:24.5357545Z ok (3.549s) 2022-05-18T04:19:25.1540342Z test_fn_fwgrad_bwgrad_qr_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.618s) 2022-05-18T04:19:26.4525334Z test_fn_fwgrad_bwgrad_quantile_cuda_float64 (__main__.TestGradientsCUDA) ... ok (1.298s) 2022-05-18T04:19:26.4751871Z test_fn_fwgrad_bwgrad_rad2deg_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.023s) 2022-05-18T04:19:26.4766707Z test_fn_fwgrad_bwgrad_rand_like_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:19:26.4781542Z test_fn_fwgrad_bwgrad_rand_like_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:19:26.4796052Z test_fn_fwgrad_bwgrad_randint_like_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:19:26.4810660Z test_fn_fwgrad_bwgrad_randn_like_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:19:26.4825480Z test_fn_fwgrad_bwgrad_randn_like_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:19:26.5620468Z test_fn_fwgrad_bwgrad_ravel_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.079s) 2022-05-18T04:19:26.5764682Z test_fn_fwgrad_bwgrad_ravel_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.014s) 2022-05-18T04:19:26.6746856Z test_fn_fwgrad_bwgrad_real_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.098s) 2022-05-18T04:19:26.6924380Z test_fn_fwgrad_bwgrad_real_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.018s) 2022-05-18T04:19:26.8190811Z test_fn_fwgrad_bwgrad_reciprocal_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.126s) 2022-05-18T04:19:26.8420693Z test_fn_fwgrad_bwgrad_reciprocal_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.023s) 2022-05-18T04:19:26.9726361Z test_fn_fwgrad_bwgrad_remainder_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.130s) 2022-05-18T04:19:26.9858377Z test_fn_fwgrad_bwgrad_renorm_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.013s) 2022-05-18T04:19:26.9943798Z test_fn_fwgrad_bwgrad_renorm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.008s) 2022-05-18T04:19:27.9117604Z test_fn_fwgrad_bwgrad_repeat_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.917s) 2022-05-18T04:19:28.0722951Z test_fn_fwgrad_bwgrad_repeat_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.160s) 2022-05-18T04:19:28.2935801Z test_fn_fwgrad_bwgrad_repeat_interleave_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.221s) 2022-05-18T04:19:28.3363204Z test_fn_fwgrad_bwgrad_repeat_interleave_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.043s) 2022-05-18T04:19:28.4923479Z test_fn_fwgrad_bwgrad_reshape_as_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.156s) 2022-05-18T04:19:28.5207069Z test_fn_fwgrad_bwgrad_reshape_as_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.028s) 2022-05-18T04:19:28.9477192Z test_fn_fwgrad_bwgrad_reshape_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.427s) 2022-05-18T04:19:29.0216765Z test_fn_fwgrad_bwgrad_reshape_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.074s) 2022-05-18T04:19:29.0232952Z test_fn_fwgrad_bwgrad_resize__cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:19:29.0247514Z test_fn_fwgrad_bwgrad_resize__cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:19:29.0262418Z test_fn_fwgrad_bwgrad_resize_as__cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:19:29.0276820Z test_fn_fwgrad_bwgrad_resize_as__cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:19:29.1027831Z test_fn_fwgrad_bwgrad_resolve_conj_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.075s) 2022-05-18T04:19:29.1162105Z test_fn_fwgrad_bwgrad_resolve_conj_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.013s) 2022-05-18T04:19:29.1911837Z test_fn_fwgrad_bwgrad_resolve_neg_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.075s) 2022-05-18T04:19:29.2054586Z test_fn_fwgrad_bwgrad_resolve_neg_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.014s) 2022-05-18T04:19:29.5390603Z test_fn_fwgrad_bwgrad_roll_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.333s) 2022-05-18T04:19:29.6000684Z test_fn_fwgrad_bwgrad_roll_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.061s) 2022-05-18T04:19:29.7742810Z test_fn_fwgrad_bwgrad_rot90_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.174s) 2022-05-18T04:19:29.8066635Z test_fn_fwgrad_bwgrad_rot90_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.032s) 2022-05-18T04:19:29.8153038Z test_fn_fwgrad_bwgrad_round_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.009s) 2022-05-18T04:19:29.8353155Z test_fn_fwgrad_bwgrad_round_decimals_0_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.020s) 2022-05-18T04:19:29.8360443Z test_fn_fwgrad_bwgrad_round_decimals_3_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:19:29.8368440Z test_fn_fwgrad_bwgrad_round_decimals_neg_3_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:19:29.9646090Z test_fn_fwgrad_bwgrad_rsqrt_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.127s) 2022-05-18T04:19:29.9881300Z test_fn_fwgrad_bwgrad_rsqrt_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.024s) 2022-05-18T04:19:30.8311433Z test_fn_fwgrad_bwgrad_rsub_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.843s) 2022-05-18T04:19:30.9727842Z test_fn_fwgrad_bwgrad_rsub_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.141s) 2022-05-18T04:19:31.5406597Z test_fn_fwgrad_bwgrad_scatter_add_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.568s) 2022-05-18T04:19:31.6376166Z test_fn_fwgrad_bwgrad_scatter_add_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.097s) 2022-05-18T04:19:32.2669456Z test_fn_fwgrad_bwgrad_scatter_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.629s) 2022-05-18T04:19:32.3757801Z test_fn_fwgrad_bwgrad_scatter_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.109s) 2022-05-18T04:19:32.3808501Z test_fn_fwgrad_bwgrad_scatter_reduce_amax_cuda_float64 (__main__.TestGradientsCUDA) ... /opt/conda/lib/python3.9/site-packages/torch/testing/_internal/common_methods_invocations.py:702: 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:19:32.3809332Z gradcheck_wrapper: Callable = lambda op, *args, **kwargs: op(*args, **kwargs) 2022-05-18T04:19:32.3888328Z ok (0.013s) 2022-05-18T04:19:32.4017034Z test_fn_fwgrad_bwgrad_scatter_reduce_amin_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.013s) 2022-05-18T04:19:32.4149298Z test_fn_fwgrad_bwgrad_scatter_reduce_mean_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.013s) 2022-05-18T04:19:32.4298167Z test_fn_fwgrad_bwgrad_scatter_reduce_prod_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.015s) 2022-05-18T04:19:32.4417023Z test_fn_fwgrad_bwgrad_scatter_reduce_sum_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.012s) 2022-05-18T04:19:32.4433082Z test_fn_fwgrad_bwgrad_searchsorted_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:19:32.6492015Z test_fn_fwgrad_bwgrad_select_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.206s) 2022-05-18T04:19:32.6868275Z test_fn_fwgrad_bwgrad_select_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.038s) 2022-05-18T04:19:32.7597822Z test_fn_fwgrad_bwgrad_select_scatter_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.073s) 2022-05-18T04:19:34.4146164Z test_fn_fwgrad_bwgrad_sgn_cuda_complex128 (__main__.TestGradientsCUDA) ... expected failure (1.655s) 2022-05-18T04:19:34.4237644Z test_fn_fwgrad_bwgrad_sgn_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.009s) 2022-05-18T04:19:34.4253306Z test_fn_fwgrad_bwgrad_short_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:19:34.4268955Z test_fn_fwgrad_bwgrad_short_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:19:35.9544191Z test_fn_fwgrad_bwgrad_sigmoid_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.527s) 2022-05-18T04:19:35.9764223Z test_fn_fwgrad_bwgrad_sigmoid_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.022s) 2022-05-18T04:19:35.9851638Z test_fn_fwgrad_bwgrad_sign_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.009s) 2022-05-18T04:19:35.9867885Z test_fn_fwgrad_bwgrad_signbit_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:19:36.0358217Z test_fn_fwgrad_bwgrad_sin_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.049s) 2022-05-18T04:19:36.0463203Z test_fn_fwgrad_bwgrad_sin_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.010s) 2022-05-18T04:19:36.2132206Z test_fn_fwgrad_bwgrad_sinc_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.167s) 2022-05-18T04:19:36.2451955Z test_fn_fwgrad_bwgrad_sinc_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.032s) 2022-05-18T04:19:36.2936526Z test_fn_fwgrad_bwgrad_sinh_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.048s) 2022-05-18T04:19:36.3034384Z test_fn_fwgrad_bwgrad_sinh_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.010s) 2022-05-18T04:19:36.4384475Z test_fn_fwgrad_bwgrad_slice_scatter_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.135s) 2022-05-18T04:19:36.4484140Z test_fn_fwgrad_bwgrad_softmax_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.010s) 2022-05-18T04:19:36.4614521Z test_fn_fwgrad_bwgrad_softmax_with_dtype_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.013s) 2022-05-18T04:19:36.4713550Z test_fn_fwgrad_bwgrad_softmax_with_dtype_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.010s) 2022-05-18T04:19:36.8566167Z test_fn_fwgrad_bwgrad_sort_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.385s) 2022-05-18T04:19:36.8574230Z test_fn_fwgrad_bwgrad_sparse_sampled_addmm_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:19:36.8582756Z test_fn_fwgrad_bwgrad_sparse_sampled_addmm_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:19:36.8772942Z test_fn_fwgrad_bwgrad_special_entr_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.019s) 2022-05-18T04:19:36.9086110Z test_fn_fwgrad_bwgrad_special_erfcx_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.031s) 2022-05-18T04:19:36.9318438Z test_fn_fwgrad_bwgrad_special_i0e_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.023s) 2022-05-18T04:19:36.9667011Z test_fn_fwgrad_bwgrad_special_i1_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.035s) 2022-05-18T04:19:37.0040424Z test_fn_fwgrad_bwgrad_special_i1e_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.037s) 2022-05-18T04:19:37.0322743Z test_fn_fwgrad_bwgrad_special_log_ndtr_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.028s) 2022-05-18T04:19:37.0634158Z test_fn_fwgrad_bwgrad_special_ndtr_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.031s) 2022-05-18T04:19:37.0903190Z test_fn_fwgrad_bwgrad_special_ndtri_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.027s) 2022-05-18T04:19:37.1727904Z test_fn_fwgrad_bwgrad_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.082s) 2022-05-18T04:19:37.1734954Z test_fn_fwgrad_bwgrad_special_xlog1py_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:19:37.1750431Z test_fn_fwgrad_bwgrad_special_zeta_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:19:37.3143545Z test_fn_fwgrad_bwgrad_split_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.139s) 2022-05-18T04:19:37.3372709Z test_fn_fwgrad_bwgrad_split_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.023s) 2022-05-18T04:19:37.6283680Z test_fn_fwgrad_bwgrad_split_list_args_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.291s) 2022-05-18T04:19:37.6720971Z test_fn_fwgrad_bwgrad_split_list_args_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.044s) 2022-05-18T04:19:38.0500284Z test_fn_fwgrad_bwgrad_split_with_sizes_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.378s) 2022-05-18T04:19:38.1068430Z test_fn_fwgrad_bwgrad_split_with_sizes_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.057s) 2022-05-18T04:19:38.1552931Z test_fn_fwgrad_bwgrad_sqrt_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.048s) 2022-05-18T04:19:38.1649919Z test_fn_fwgrad_bwgrad_sqrt_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.010s) 2022-05-18T04:19:38.2945751Z test_fn_fwgrad_bwgrad_square_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.129s) 2022-05-18T04:19:38.3182087Z test_fn_fwgrad_bwgrad_square_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.024s) 2022-05-18T04:19:38.5861920Z test_fn_fwgrad_bwgrad_squeeze_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.268s) 2022-05-18T04:19:38.6330462Z test_fn_fwgrad_bwgrad_squeeze_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.047s) 2022-05-18T04:19:39.3491562Z test_fn_fwgrad_bwgrad_stack_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.716s) 2022-05-18T04:19:39.4671737Z test_fn_fwgrad_bwgrad_stack_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.118s) 2022-05-18T04:19:39.8488420Z test_fn_fwgrad_bwgrad_std_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.382s) 2022-05-18T04:19:39.9237564Z test_fn_fwgrad_bwgrad_std_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.075s) 2022-05-18T04:19:39.9244564Z test_fn_fwgrad_bwgrad_std_mean_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:19:39.9252651Z test_fn_fwgrad_bwgrad_std_mean_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:19:40.4805777Z test_fn_fwgrad_bwgrad_stft_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.555s) 2022-05-18T04:19:40.4827592Z test_fn_fwgrad_bwgrad_stft_cuda_float64 (__main__.TestGradientsCUDA) ... /opt/conda/lib/python3.9/site-packages/torch/functional.py:606: UserWarning: stft will soon require the return_complex parameter be given for real inputs, and will further require that return_complex=True in a future PyTorch release. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/SpectralOps.cpp:803.) 2022-05-18T04:19:40.4828564Z return _VF.stft(input, n_fft, hop_length, win_length, window, # type: ignore[attr-defined] 2022-05-18T04:19:40.6848961Z ok (0.204s) 2022-05-18T04:19:41.5184475Z test_fn_fwgrad_bwgrad_sub_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.833s) 2022-05-18T04:19:41.6583582Z test_fn_fwgrad_bwgrad_sub_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.140s) 2022-05-18T04:19:42.4685815Z test_fn_fwgrad_bwgrad_sum_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.810s) 2022-05-18T04:19:42.6063703Z test_fn_fwgrad_bwgrad_sum_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.138s) 2022-05-18T04:19:42.8469628Z test_fn_fwgrad_bwgrad_sum_to_size_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.241s) 2022-05-18T04:19:42.8887737Z test_fn_fwgrad_bwgrad_sum_to_size_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.042s) 2022-05-18T04:19:45.0401683Z test_fn_fwgrad_bwgrad_svd_cuda_complex128 (__main__.TestGradientsCUDA) ... expected failure (2.151s) 2022-05-18T04:19:49.7856877Z test_fn_fwgrad_bwgrad_svd_cuda_float64 (__main__.TestGradientsCUDA) ... ok (4.745s) 2022-05-18T04:20:14.5723223Z test_fn_fwgrad_bwgrad_svd_lowrank_cuda_float64 (__main__.TestGradientsCUDA) ... ok (24.786s) 2022-05-18T04:20:14.6029067Z test_fn_fwgrad_bwgrad_symeig_cuda_complex128 (__main__.TestGradientsCUDA) ... /opt/conda/lib/python3.9/site-packages/torch/testing/_internal/common_methods_invocations.py:9392: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-05-18T04:20:14.6030727Z 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:20:14.6031206Z L, _ = torch.symeig(A, upper=upper) 2022-05-18T04:20:14.6031505Z should be replaced with 2022-05-18T04:20:14.6031944Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-05-18T04:20:14.6034493Z and 2022-05-18T04:20:14.6034816Z L, V = torch.symeig(A, eigenvectors=True) 2022-05-18T04:20:14.6036591Z should be replaced with 2022-05-18T04:20:14.6037488Z 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:20:14.6038000Z return op(input + input.mH, *args, **kwargs) 2022-05-18T04:20:14.6335082Z ok (0.061s) 2022-05-18T04:20:14.6618511Z test_fn_fwgrad_bwgrad_symeig_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.028s) 2022-05-18T04:20:14.7849279Z test_fn_fwgrad_bwgrad_t_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.123s) 2022-05-18T04:20:14.8068702Z test_fn_fwgrad_bwgrad_t_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.022s) 2022-05-18T04:20:15.0534598Z test_fn_fwgrad_bwgrad_take_along_dim_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.246s) 2022-05-18T04:20:15.1003931Z test_fn_fwgrad_bwgrad_take_along_dim_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.047s) 2022-05-18T04:20:15.5038067Z test_fn_fwgrad_bwgrad_take_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.403s) 2022-05-18T04:20:15.5765041Z test_fn_fwgrad_bwgrad_take_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.073s) 2022-05-18T04:20:15.6297199Z test_fn_fwgrad_bwgrad_tan_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.053s) 2022-05-18T04:20:15.6404725Z test_fn_fwgrad_bwgrad_tan_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.011s) 2022-05-18T04:20:16.6746687Z test_fn_fwgrad_bwgrad_tanh_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.034s) 2022-05-18T04:20:16.6848640Z test_fn_fwgrad_bwgrad_tanh_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.010s) 2022-05-18T04:20:17.8873379Z test_fn_fwgrad_bwgrad_tensor_split_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.202s) 2022-05-18T04:20:18.0747497Z test_fn_fwgrad_bwgrad_tensor_split_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.187s) 2022-05-18T04:20:18.2821721Z test_fn_fwgrad_bwgrad_tensordot_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.207s) 2022-05-18T04:20:18.3190189Z test_fn_fwgrad_bwgrad_tensordot_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.037s) 2022-05-18T04:20:19.4257082Z test_fn_fwgrad_bwgrad_tile_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.106s) 2022-05-18T04:20:19.6192577Z test_fn_fwgrad_bwgrad_tile_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.193s) 2022-05-18T04:20:19.6209498Z test_fn_fwgrad_bwgrad_to_sparse_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:20:19.6311019Z test_fn_fwgrad_bwgrad_to_sparse_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.010s) 2022-05-18T04:20:19.7980836Z test_fn_fwgrad_bwgrad_topk_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.167s) 2022-05-18T04:20:19.8495508Z test_fn_fwgrad_bwgrad_trace_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.051s) 2022-05-18T04:20:19.8601951Z test_fn_fwgrad_bwgrad_trace_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.011s) 2022-05-18T04:20:20.1845692Z test_fn_fwgrad_bwgrad_transpose_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.324s) 2022-05-18T04:20:20.2421642Z test_fn_fwgrad_bwgrad_transpose_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.058s) 2022-05-18T04:20:21.2096759Z test_fn_fwgrad_bwgrad_trapezoid_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.967s) 2022-05-18T04:20:21.3898250Z test_fn_fwgrad_bwgrad_trapezoid_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.180s) 2022-05-18T04:20:22.3586542Z test_fn_fwgrad_bwgrad_trapz_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.969s) 2022-05-18T04:20:22.5398056Z test_fn_fwgrad_bwgrad_trapz_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.181s) 2022-05-18T04:20:22.5771596Z test_fn_fwgrad_bwgrad_triangular_solve_cuda_complex128 (__main__.TestGradientsCUDA) ... /opt/conda/lib/python3.9/site-packages/torch/testing/_internal/common_methods_invocations.py:9403: UserWarning: torch.triangular_solve is deprecated in favor of torch.linalg.solve_triangularand will be removed in a future PyTorch release. 2022-05-18T04:20:22.5772415Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-05-18T04:20:22.5772849Z X = torch.triangular_solve(B, A).solution 2022-05-18T04:20:22.5773140Z should be replaced with 2022-05-18T04:20:22.5773610Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2189.) 2022-05-18T04:20:22.5777034Z return op(*args[:idx], triangular_arg, *args[idx + 1:], upper, **kwargs) 2022-05-18T04:20:22.7656046Z expected failure (0.226s) 2022-05-18T04:20:22.8950695Z test_fn_fwgrad_bwgrad_triangular_solve_cuda_float64 (__main__.TestGradientsCUDA) ... expected failure (0.129s) 2022-05-18T04:20:23.1074178Z test_fn_fwgrad_bwgrad_tril_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.212s) 2022-05-18T04:20:23.1459394Z test_fn_fwgrad_bwgrad_tril_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.039s) 2022-05-18T04:20:23.3581630Z test_fn_fwgrad_bwgrad_triu_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.212s) 2022-05-18T04:20:23.3966499Z test_fn_fwgrad_bwgrad_triu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.038s) 2022-05-18T04:20:24.2667321Z test_fn_fwgrad_bwgrad_true_divide_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.870s) 2022-05-18T04:20:24.4144492Z test_fn_fwgrad_bwgrad_true_divide_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.148s) 2022-05-18T04:20:24.4234888Z test_fn_fwgrad_bwgrad_trunc_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.009s) 2022-05-18T04:20:25.4238411Z test_fn_fwgrad_bwgrad_unfold_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.000s) 2022-05-18T04:20:25.5957343Z test_fn_fwgrad_bwgrad_unfold_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.172s) 2022-05-18T04:20:25.5973086Z test_fn_fwgrad_bwgrad_unique_consecutive_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:20:25.5988247Z test_fn_fwgrad_bwgrad_unique_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:20:25.9678956Z test_fn_fwgrad_bwgrad_unsqueeze_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.369s) 2022-05-18T04:20:26.0294914Z test_fn_fwgrad_bwgrad_unsqueeze_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.062s) 2022-05-18T04:20:26.3741070Z test_fn_fwgrad_bwgrad_var_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.344s) 2022-05-18T04:20:26.4407129Z test_fn_fwgrad_bwgrad_var_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.067s) 2022-05-18T04:20:26.4414704Z test_fn_fwgrad_bwgrad_var_mean_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:20:26.4422532Z test_fn_fwgrad_bwgrad_var_mean_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:20:26.6241952Z test_fn_fwgrad_bwgrad_vdot_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.182s) 2022-05-18T04:20:26.6404606Z test_fn_fwgrad_bwgrad_vdot_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.016s) 2022-05-18T04:20:26.6589298Z test_fn_fwgrad_bwgrad_view_as_complex_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.018s) 2022-05-18T04:20:26.7796980Z test_fn_fwgrad_bwgrad_view_as_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.121s) 2022-05-18T04:20:26.8015244Z test_fn_fwgrad_bwgrad_view_as_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.022s) 2022-05-18T04:20:26.8382068Z test_fn_fwgrad_bwgrad_view_as_real_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.037s) 2022-05-18T04:20:27.1178702Z test_fn_fwgrad_bwgrad_view_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.279s) 2022-05-18T04:20:27.1668571Z test_fn_fwgrad_bwgrad_view_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.049s) 2022-05-18T04:20:27.4074016Z test_fn_fwgrad_bwgrad_vsplit_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.240s) 2022-05-18T04:20:27.4455479Z test_fn_fwgrad_bwgrad_vsplit_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.038s) 2022-05-18T04:20:27.5761690Z test_fn_fwgrad_bwgrad_vstack_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.130s) 2022-05-18T04:20:27.5978623Z test_fn_fwgrad_bwgrad_vstack_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.022s) 2022-05-18T04:20:28.0335951Z test_fn_fwgrad_bwgrad_where_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.435s) 2022-05-18T04:20:28.1109810Z test_fn_fwgrad_bwgrad_where_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.077s) 2022-05-18T04:20:28.1116602Z test_fn_fwgrad_bwgrad_xlogy_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:20:28.2404567Z test_fn_fwgrad_bwgrad_zero__cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.128s) 2022-05-18T04:20:28.2645846Z test_fn_fwgrad_bwgrad_zero__cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.024s) 2022-05-18T04:20:28.2662273Z test_fn_fwgrad_bwgrad_zeros_like_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:20:28.2677786Z test_fn_fwgrad_bwgrad_zeros_like_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:20:28.2993554Z test_fn_grad_H_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.031s) 2022-05-18T04:20:28.3072995Z test_fn_grad_H_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.008s) 2022-05-18T04:20:28.3366370Z test_fn_grad_T_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.029s) 2022-05-18T04:20:28.3447404Z test_fn_grad_T_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.008s) 2022-05-18T04:20:28.6354708Z test_fn_grad___getitem___cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.290s) 2022-05-18T04:20:28.7116062Z test_fn_grad___getitem___cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.076s) 2022-05-18T04:20:28.9109053Z test_fn_grad___radd___cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.199s) 2022-05-18T04:20:28.9563184Z test_fn_grad___radd___cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.045s) 2022-05-18T04:20:29.1832460Z test_fn_grad___rdiv___cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.227s) 2022-05-18T04:20:29.2345082Z test_fn_grad___rdiv___cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.051s) 2022-05-18T04:20:29.5778127Z test_fn_grad___rmatmul___cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.343s) 2022-05-18T04:20:29.6515535Z test_fn_grad___rmatmul___cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.074s) 2022-05-18T04:20:29.6988471Z test_fn_grad___rmod___cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.047s) 2022-05-18T04:20:29.9076494Z test_fn_grad___rmul___cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.209s) 2022-05-18T04:20:29.9537989Z test_fn_grad___rmul___cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.046s) 2022-05-18T04:20:29.9543835Z test_fn_grad___rpow___cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:20:29.9550041Z test_fn_grad___rpow___cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:20:30.1570251Z test_fn_grad___rsub___cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.202s) 2022-05-18T04:20:30.2032349Z test_fn_grad___rsub___cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.046s) 2022-05-18T04:20:30.5966539Z test_fn_grad__masked_amax_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.393s) 2022-05-18T04:20:30.9890150Z test_fn_grad__masked_amin_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.392s) 2022-05-18T04:20:30.9904005Z test_fn_grad__masked_argmax_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T04:20:30.9917091Z test_fn_grad__masked_argmin_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T04:20:31.0695684Z test_fn_grad__masked_log_softmax_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.078s) 2022-05-18T04:20:33.0286734Z test_fn_grad__masked_mean_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.959s) 2022-05-18T04:20:33.4511668Z test_fn_grad__masked_mean_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.422s) 2022-05-18T04:20:35.4264323Z test_fn_grad__masked_norm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (1.975s) 2022-05-18T04:20:35.5880298Z test_fn_grad__masked_normalize_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.162s) 2022-05-18T04:20:37.2973695Z test_fn_grad__masked_prod_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.709s) 2022-05-18T04:20:37.7012628Z test_fn_grad__masked_prod_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.404s) 2022-05-18T04:20:37.7802882Z test_fn_grad__masked_softmax_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.079s) 2022-05-18T04:20:37.8623880Z test_fn_grad__masked_softmin_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.082s) 2022-05-18T04:20:40.5699220Z test_fn_grad__masked_std_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (2.707s) 2022-05-18T04:20:41.1365744Z test_fn_grad__masked_std_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.567s) 2022-05-18T04:20:42.5251374Z test_fn_grad__masked_sum_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.388s) 2022-05-18T04:20:42.8339630Z test_fn_grad__masked_sum_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.309s) 2022-05-18T04:20:45.4320045Z test_fn_grad__masked_var_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (2.598s) 2022-05-18T04:20:45.9770099Z test_fn_grad__masked_var_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.545s) 2022-05-18T04:20:45.9877007Z test_fn_grad_abs_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.011s) 2022-05-18T04:20:45.9927613Z test_fn_grad_abs_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.005s) 2022-05-18T04:20:46.0351678Z test_fn_grad_acos_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.042s) 2022-05-18T04:20:46.0466965Z test_fn_grad_acos_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.011s) 2022-05-18T04:20:46.0885576Z test_fn_grad_acosh_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.042s) 2022-05-18T04:20:46.1000883Z test_fn_grad_acosh_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.011s) 2022-05-18T04:20:46.3463435Z test_fn_grad_add_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.246s) 2022-05-18T04:20:46.4007816Z test_fn_grad_add_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.054s) 2022-05-18T04:20:46.8418676Z test_fn_grad_addbmm_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.441s) 2022-05-18T04:20:46.8879659Z test_fn_grad_addbmm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.046s) 2022-05-18T04:20:47.3131608Z test_fn_grad_addcdiv_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.425s) 2022-05-18T04:20:47.4048666Z test_fn_grad_addcdiv_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.092s) 2022-05-18T04:20:47.8224703Z test_fn_grad_addcmul_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.417s) 2022-05-18T04:20:47.9107341Z test_fn_grad_addcmul_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.088s) 2022-05-18T04:20:48.0858889Z test_fn_grad_addmm_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.175s) 2022-05-18T04:20:48.1088771Z test_fn_grad_addmm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.023s) 2022-05-18T04:20:48.2809349Z test_fn_grad_addmm_decomposed_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.172s) 2022-05-18T04:20:48.3032761Z test_fn_grad_addmm_decomposed_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.022s) 2022-05-18T04:20:48.5113782Z test_fn_grad_addmv_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.208s) 2022-05-18T04:20:48.5550320Z test_fn_grad_addmv_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.044s) 2022-05-18T04:20:48.6936646Z test_fn_grad_addr_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.138s) 2022-05-18T04:20:48.7227040Z test_fn_grad_addr_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.029s) 2022-05-18T04:20:48.7247636Z test_fn_grad_all_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.002s) 2022-05-18T04:20:48.7260942Z test_fn_grad_all_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T04:20:48.7273858Z test_fn_grad_allclose_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T04:20:48.7286611Z test_fn_grad_allclose_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T04:20:48.8049952Z test_fn_grad_amax_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.076s) 2022-05-18T04:20:48.8815364Z test_fn_grad_amin_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.076s) 2022-05-18T04:20:48.8829138Z test_fn_grad_aminmax_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T04:20:48.8951266Z test_fn_grad_angle_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.012s) 2022-05-18T04:20:48.9002612Z test_fn_grad_angle_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.005s) 2022-05-18T04:20:48.9016081Z test_fn_grad_any_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T04:20:48.9036785Z test_fn_grad_any_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.002s) 2022-05-18T04:20:48.9049850Z test_fn_grad_argmax_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T04:20:48.9062986Z test_fn_grad_argmin_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T04:20:48.9075830Z test_fn_grad_argsort_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T04:20:48.9088751Z test_fn_grad_argwhere_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T04:20:48.9102637Z test_fn_grad_argwhere_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T04:20:48.9889296Z test_fn_grad_as_strided_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.079s) 2022-05-18T04:20:49.0087586Z test_fn_grad_as_strided_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.020s) 2022-05-18T04:20:49.0259582Z test_fn_grad_asin_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.017s) 2022-05-18T04:20:49.0312522Z test_fn_grad_asin_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.005s) 2022-05-18T04:20:49.0490046Z test_fn_grad_asinh_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.018s) 2022-05-18T04:20:49.0543555Z test_fn_grad_asinh_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.005s) 2022-05-18T04:20:49.1066828Z test_fn_grad_atan2_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.049s) 2022-05-18T04:20:49.1206212Z test_fn_grad_atan_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.017s) 2022-05-18T04:20:49.1258624Z test_fn_grad_atan_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.005s) 2022-05-18T04:20:49.1432206Z test_fn_grad_atanh_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.017s) 2022-05-18T04:20:49.1485484Z test_fn_grad_atanh_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.005s) 2022-05-18T04:20:49.3729447Z test_fn_grad_atleast_1d_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.224s) 2022-05-18T04:20:49.4245185Z test_fn_grad_atleast_1d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.052s) 2022-05-18T04:20:49.6493736Z test_fn_grad_atleast_2d_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.225s) 2022-05-18T04:20:49.7008079Z test_fn_grad_atleast_2d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.051s) 2022-05-18T04:20:49.9279562Z test_fn_grad_atleast_3d_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.227s) 2022-05-18T04:20:49.9799813Z test_fn_grad_atleast_3d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.052s) 2022-05-18T04:20:50.4307579Z test_fn_grad_baddbmm_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.451s) 2022-05-18T04:20:50.4747883Z test_fn_grad_baddbmm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.044s) 2022-05-18T04:20:50.4908972Z test_fn_grad_bernoulli_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.016s) 2022-05-18T04:20:50.5031102Z test_fn_grad_bfloat16_cuda_complex128 (__main__.TestGradientsCUDA) ... expected failure (0.012s) 2022-05-18T04:20:50.5116046Z test_fn_grad_bfloat16_cuda_float64 (__main__.TestGradientsCUDA) ... expected failure (0.008s) 2022-05-18T04:20:50.5515955Z test_fn_grad_block_diag_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.040s) 2022-05-18T04:20:50.5612275Z test_fn_grad_block_diag_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.010s) 2022-05-18T04:20:50.5874476Z test_fn_grad_bmm_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.026s) 2022-05-18T04:20:50.5942331Z test_fn_grad_bmm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.007s) 2022-05-18T04:20:50.5955725Z test_fn_grad_bool_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T04:20:50.5969102Z test_fn_grad_bool_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T04:20:50.7083877Z test_fn_grad_broadcast_tensors_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.111s) 2022-05-18T04:20:50.7357707Z test_fn_grad_broadcast_tensors_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.027s) 2022-05-18T04:20:50.8399196Z test_fn_grad_broadcast_to_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.104s) 2022-05-18T04:20:50.8655179Z test_fn_grad_broadcast_to_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.026s) 2022-05-18T04:20:50.8668846Z test_fn_grad_bucketize_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T04:20:50.8682284Z test_fn_grad_byte_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T04:20:50.8695322Z test_fn_grad_byte_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T04:20:50.9481769Z test_fn_grad_cartesian_prod_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.079s) 2022-05-18T04:20:50.9657582Z test_fn_grad_cartesian_prod_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.017s) 2022-05-18T04:20:51.1210899Z test_fn_grad_cat_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.155s) 2022-05-18T04:20:51.1555168Z test_fn_grad_cat_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.034s) 2022-05-18T04:20:52.4943342Z test_fn_grad_cdist_cuda_float64 (__main__.TestGradientsCUDA) ... ok (1.338s) 2022-05-18T04:20:52.4995800Z test_fn_grad_ceil_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.005s) 2022-05-18T04:20:52.5118542Z test_fn_grad_chalf_cuda_complex128 (__main__.TestGradientsCUDA) ... expected failure (0.012s) 2022-05-18T04:20:52.5227959Z test_fn_grad_chalf_cuda_float64 (__main__.TestGradientsCUDA) ... expected failure (0.011s) 2022-05-18T04:20:52.5242232Z test_fn_grad_char_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T04:20:52.5256617Z test_fn_grad_char_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T04:20:52.8256124Z test_fn_grad_cholesky_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.300s) 2022-05-18T04:20:52.8959784Z test_fn_grad_cholesky_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.070s) 2022-05-18T04:20:53.2469103Z test_fn_grad_cholesky_inverse_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.351s) 2022-05-18T04:20:53.3247611Z test_fn_grad_cholesky_inverse_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.078s) 2022-05-18T04:20:53.8694438Z test_fn_grad_cholesky_solve_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.544s) 2022-05-18T04:20:53.9908162Z test_fn_grad_cholesky_solve_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.121s) 2022-05-18T04:20:54.1269098Z test_fn_grad_chunk_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.136s) 2022-05-18T04:20:54.1647522Z test_fn_grad_chunk_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.038s) 2022-05-18T04:20:54.1864903Z test_fn_grad_clamp_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.022s) 2022-05-18T04:20:54.2117952Z test_fn_grad_clamp_scalar_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.025s) 2022-05-18T04:20:54.2418825Z test_fn_grad_clone_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.030s) 2022-05-18T04:20:54.2498615Z test_fn_grad_clone_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.008s) 2022-05-18T04:20:54.3228982Z test_fn_grad_column_stack_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.073s) 2022-05-18T04:20:54.3393570Z test_fn_grad_column_stack_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.016s) 2022-05-18T04:20:54.7905049Z test_fn_grad_combinations_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.451s) 2022-05-18T04:20:54.8970207Z test_fn_grad_combinations_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.106s) 2022-05-18T04:20:54.9731128Z test_fn_grad_complex_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.076s) 2022-05-18T04:20:55.0122676Z test_fn_grad_conj_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.039s) 2022-05-18T04:20:55.0231404Z test_fn_grad_conj_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.011s) 2022-05-18T04:20:55.0393524Z test_fn_grad_conj_physical_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.016s) 2022-05-18T04:20:55.0440847Z test_fn_grad_conj_physical_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.005s) 2022-05-18T04:20:55.0590467Z test_fn_grad_contiguous_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.015s) 2022-05-18T04:20:55.0638262Z test_fn_grad_contiguous_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.005s) 2022-05-18T04:20:55.1115365Z test_fn_grad_copysign_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.048s) 2022-05-18T04:20:55.2377179Z test_fn_grad_corrcoef_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.126s) 2022-05-18T04:20:55.2658462Z test_fn_grad_corrcoef_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.028s) 2022-05-18T04:20:55.3073151Z test_fn_grad_cos_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.041s) 2022-05-18T04:20:55.3183777Z test_fn_grad_cos_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.011s) 2022-05-18T04:20:55.3588557Z test_fn_grad_cosh_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.040s) 2022-05-18T04:20:55.3698031Z test_fn_grad_cosh_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.011s) 2022-05-18T04:20:55.3712866Z test_fn_grad_count_nonzero_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T04:20:55.3727231Z test_fn_grad_count_nonzero_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T04:20:55.4014893Z test_fn_grad_cov_cuda_complex128 (__main__.TestGradientsCUDA) ... /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-18T04:20:55.4017844Z warnings.warn( 2022-05-18T04:20:55.4300531Z expected failure (0.057s) 2022-05-18T04:20:55.4437175Z test_fn_grad_cov_cuda_float64 (__main__.TestGradientsCUDA) ... /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-18T04:20:55.4437847Z warnings.warn( 2022-05-18T04:20:55.4590702Z expected failure (0.029s) 2022-05-18T04:20:55.5343417Z test_fn_grad_cross_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.075s) 2022-05-18T04:20:55.5520412Z test_fn_grad_cross_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.018s) 2022-05-18T04:20:55.5648626Z test_fn_grad_cummax_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.013s) 2022-05-18T04:20:55.5777085Z test_fn_grad_cummin_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.013s) 2022-05-18T04:21:03.7479901Z test_fn_grad_cumprod_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (8.170s) 2022-05-18T04:21:05.2125953Z test_fn_grad_cumprod_cuda_float64 (__main__.TestGradientsCUDA) ... ok (1.464s) 2022-05-18T04:21:05.2737556Z test_fn_grad_cumsum_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.061s) 2022-05-18T04:21:05.2892616Z test_fn_grad_cumsum_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.015s) 2022-05-18T04:21:05.5278925Z test_fn_grad_cumulative_trapezoid_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.238s) 2022-05-18T04:21:05.5836691Z test_fn_grad_cumulative_trapezoid_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.056s) 2022-05-18T04:21:05.5944450Z test_fn_grad_deg2rad_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.011s) 2022-05-18T04:21:05.8200086Z test_fn_grad_diag_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.225s) 2022-05-18T04:21:05.8747422Z test_fn_grad_diag_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.055s) 2022-05-18T04:21:06.0909368Z test_fn_grad_diag_embed_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.216s) 2022-05-18T04:21:06.1421942Z test_fn_grad_diag_embed_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.051s) 2022-05-18T04:21:06.2165363Z test_fn_grad_diagflat_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.074s) 2022-05-18T04:21:06.2359479Z test_fn_grad_diagflat_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.019s) 2022-05-18T04:21:06.4437361Z test_fn_grad_diagonal_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.208s) 2022-05-18T04:21:06.4958833Z test_fn_grad_diagonal_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.052s) 2022-05-18T04:21:06.5751781Z test_fn_grad_diagonal_scatter_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.079s) 2022-05-18T04:21:08.9676349Z test_fn_grad_diff_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (2.392s) 2022-05-18T04:21:09.5087260Z test_fn_grad_diff_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.541s) 2022-05-18T04:21:09.5195840Z test_fn_grad_digamma_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.011s) 2022-05-18T04:21:10.2945779Z test_fn_grad_dist_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.775s) 2022-05-18T04:21:10.5926415Z test_fn_grad_dist_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.298s) 2022-05-18T04:21:10.6396728Z test_fn_grad_div_floor_rounding_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.047s) 2022-05-18T04:21:10.8473789Z test_fn_grad_div_no_rounding_mode_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.207s) 2022-05-18T04:21:10.8948402Z test_fn_grad_div_no_rounding_mode_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.047s) 2022-05-18T04:21:10.9418920Z test_fn_grad_div_trunc_rounding_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.047s) 2022-05-18T04:21:10.9902581Z test_fn_grad_dot_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.048s) 2022-05-18T04:21:10.9967791Z test_fn_grad_dot_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.006s) 2022-05-18T04:21:11.0386878Z test_fn_grad_double_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.042s) 2022-05-18T04:21:11.0556483Z test_fn_grad_double_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.017s) 2022-05-18T04:21:11.1267934Z test_fn_grad_dsplit_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.071s) 2022-05-18T04:21:11.1473913Z test_fn_grad_dsplit_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.020s) 2022-05-18T04:21:11.1813190Z test_fn_grad_dstack_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.034s) 2022-05-18T04:21:11.1892977Z test_fn_grad_dstack_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.008s) 2022-05-18T04:21:11.3629662Z test_fn_grad_eig_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.173s) 2022-05-18T04:21:11.4087191Z test_fn_grad_eig_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.046s) 2022-05-18T04:21:11.6582394Z test_fn_grad_einsum_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.249s) 2022-05-18T04:21:11.7133281Z test_fn_grad_einsum_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.055s) 2022-05-18T04:21:11.7147731Z test_fn_grad_empty_like_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T04:21:11.7160473Z test_fn_grad_empty_like_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T04:21:11.7180367Z test_fn_grad_eq_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.002s) 2022-05-18T04:21:11.7193154Z test_fn_grad_eq_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T04:21:11.7244938Z test_fn_grad_erf_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.005s) 2022-05-18T04:21:11.7356002Z test_fn_grad_erfc_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.011s) 2022-05-18T04:21:11.7408083Z test_fn_grad_erfinv_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.005s) 2022-05-18T04:21:11.7515172Z test_fn_grad_exp2_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.011s) 2022-05-18T04:21:11.7910645Z test_fn_grad_exp_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.039s) 2022-05-18T04:21:11.8016614Z test_fn_grad_exp_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.011s) 2022-05-18T04:21:11.8465512Z test_fn_grad_expand_as_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.045s) 2022-05-18T04:21:11.8583675Z test_fn_grad_expand_as_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.012s) 2022-05-18T04:21:11.9844085Z test_fn_grad_expand_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.126s) 2022-05-18T04:21:12.0161457Z test_fn_grad_expand_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.032s) 2022-05-18T04:21:12.0213063Z test_fn_grad_expm1_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.005s) 2022-05-18T04:21:12.1249904Z test_fn_grad_fft_fft2_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.103s) 2022-05-18T04:21:12.1677433Z test_fn_grad_fft_fft2_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.043s) 2022-05-18T04:21:12.2817707Z test_fn_grad_fft_fft_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.114s) 2022-05-18T04:21:12.3293038Z test_fn_grad_fft_fft_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.048s) 2022-05-18T04:21:12.4622923Z test_fn_grad_fft_fftn_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.133s) 2022-05-18T04:21:12.5165843Z test_fn_grad_fft_fftn_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.054s) 2022-05-18T04:21:12.5896855Z test_fn_grad_fft_fftshift_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.073s) 2022-05-18T04:21:12.6083529Z test_fn_grad_fft_fftshift_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.019s) 2022-05-18T04:21:12.6814884Z test_fn_grad_fft_hfft2_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.073s) 2022-05-18T04:21:12.7129169Z test_fn_grad_fft_hfft2_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.031s) 2022-05-18T04:21:12.7875543Z test_fn_grad_fft_hfft_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.074s) 2022-05-18T04:21:12.8206529Z test_fn_grad_fft_hfft_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.033s) 2022-05-18T04:21:12.9104211Z test_fn_grad_fft_hfftn_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.090s) 2022-05-18T04:21:12.9492707Z test_fn_grad_fft_hfftn_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.039s) 2022-05-18T04:21:13.0551932Z test_fn_grad_fft_ifft2_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.106s) 2022-05-18T04:21:13.0985790Z test_fn_grad_fft_ifft2_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.043s) 2022-05-18T04:21:13.2157325Z test_fn_grad_fft_ifft_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.117s) 2022-05-18T04:21:13.2665337Z test_fn_grad_fft_ifft_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.051s) 2022-05-18T04:21:13.4033040Z test_fn_grad_fft_ifftn_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.137s) 2022-05-18T04:21:13.4600796Z test_fn_grad_fft_ifftn_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.057s) 2022-05-18T04:21:13.5332047Z test_fn_grad_fft_ifftshift_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.073s) 2022-05-18T04:21:13.5518738Z test_fn_grad_fft_ifftshift_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.019s) 2022-05-18T04:21:13.5925452Z test_fn_grad_fft_ihfft2_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.041s) 2022-05-18T04:21:13.6354077Z test_fn_grad_fft_ihfft_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.043s) 2022-05-18T04:21:13.6859640Z test_fn_grad_fft_ihfftn_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.050s) 2022-05-18T04:21:13.7521879Z test_fn_grad_fft_irfft2_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.066s) 2022-05-18T04:21:13.7809078Z test_fn_grad_fft_irfft2_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.029s) 2022-05-18T04:21:13.8552962Z test_fn_grad_fft_irfft_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.074s) 2022-05-18T04:21:13.8871412Z test_fn_grad_fft_irfft_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.032s) 2022-05-18T04:21:13.9721356Z test_fn_grad_fft_irfftn_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.085s) 2022-05-18T04:21:14.0089386Z test_fn_grad_fft_irfftn_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.037s) 2022-05-18T04:21:14.0450387Z test_fn_grad_fft_rfft2_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.036s) 2022-05-18T04:21:14.0848512Z test_fn_grad_fft_rfft_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.040s) 2022-05-18T04:21:14.1310463Z test_fn_grad_fft_rfftn_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.046s) 2022-05-18T04:21:14.1864061Z test_fn_grad_fill__cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.055s) 2022-05-18T04:21:14.2011215Z test_fn_grad_fill__cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.015s) 2022-05-18T04:21:14.2836204Z test_fn_grad_flatten_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.082s) 2022-05-18T04:21:14.3037806Z test_fn_grad_flatten_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.020s) 2022-05-18T04:21:14.4241403Z test_fn_grad_flip_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.120s) 2022-05-18T04:21:14.4549054Z test_fn_grad_flip_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.031s) 2022-05-18T04:21:14.4805485Z test_fn_grad_fliplr_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.026s) 2022-05-18T04:21:14.4878345Z test_fn_grad_fliplr_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.007s) 2022-05-18T04:21:14.5136233Z test_fn_grad_flipud_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.026s) 2022-05-18T04:21:14.5219341Z test_fn_grad_flipud_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.008s) 2022-05-18T04:21:14.5340600Z test_fn_grad_float_cuda_complex128 (__main__.TestGradientsCUDA) ... expected failure (0.012s) 2022-05-18T04:21:14.5425585Z test_fn_grad_float_cuda_float64 (__main__.TestGradientsCUDA) ... expected failure (0.008s) 2022-05-18T04:21:14.7775925Z test_fn_grad_float_power_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.235s) 2022-05-18T04:21:14.8314962Z test_fn_grad_float_power_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.054s) 2022-05-18T04:21:14.8364758Z test_fn_grad_floor_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.005s) 2022-05-18T04:21:14.8378198Z test_fn_grad_floor_divide_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T04:21:14.8890630Z test_fn_grad_fmax_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.051s) 2022-05-18T04:21:14.9398215Z test_fn_grad_fmin_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.051s) 2022-05-18T04:21:14.9869235Z test_fn_grad_fmod_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.047s) 2022-05-18T04:21:14.9970297Z test_fn_grad_frac_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.010s) 2022-05-18T04:21:15.0080134Z test_fn_grad_frexp_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.011s) 2022-05-18T04:21:15.0093203Z test_fn_grad_full_like_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T04:21:15.0106529Z test_fn_grad_full_like_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T04:21:15.0875410Z test_fn_grad_gather_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.077s) 2022-05-18T04:21:15.1077733Z test_fn_grad_gather_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.020s) 2022-05-18T04:21:15.1098783Z test_fn_grad_ge_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.002s) 2022-05-18T04:21:15.1111837Z test_fn_grad_geqrf_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T04:21:15.1124431Z test_fn_grad_geqrf_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T04:21:15.5252125Z test_fn_grad_gradient_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.412s) 2022-05-18T04:21:15.6335435Z test_fn_grad_gradient_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.108s) 2022-05-18T04:21:15.6349441Z test_fn_grad_gt_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T04:21:15.6464214Z test_fn_grad_half_cuda_complex128 (__main__.TestGradientsCUDA) ... expected failure (0.011s) 2022-05-18T04:21:15.6547633Z test_fn_grad_half_cuda_float64 (__main__.TestGradientsCUDA) ... expected failure (0.008s) 2022-05-18T04:21:15.6560136Z test_fn_grad_heaviside_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T04:21:15.6573036Z test_fn_grad_histc_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T04:21:15.7292444Z test_fn_grad_hsplit_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.072s) 2022-05-18T04:21:15.7487949Z test_fn_grad_hsplit_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.019s) 2022-05-18T04:21:15.7816680Z test_fn_grad_hstack_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.033s) 2022-05-18T04:21:15.7893943Z test_fn_grad_hstack_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.008s) 2022-05-18T04:21:15.8352732Z test_fn_grad_hypot_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.046s) 2022-05-18T04:21:15.8468886Z test_fn_grad_i0_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.012s) 2022-05-18T04:21:15.8482168Z test_fn_grad_igamma_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T04:21:15.8495068Z test_fn_grad_igammac_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T04:21:15.8734414Z test_fn_grad_imag_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.024s) 2022-05-18T04:21:16.0869557Z test_fn_grad_index_add_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.213s) 2022-05-18T04:21:16.1347701Z test_fn_grad_index_add_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.048s) 2022-05-18T04:21:16.2077460Z test_fn_grad_index_copy_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.073s) 2022-05-18T04:21:16.2252307Z test_fn_grad_index_copy_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.017s) 2022-05-18T04:21:16.2730195Z test_fn_grad_index_fill_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.048s) 2022-05-18T04:21:16.2859121Z test_fn_grad_index_fill_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.013s) 2022-05-18T04:21:16.4004466Z test_fn_grad_index_put_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.114s) 2022-05-18T04:21:16.4254696Z test_fn_grad_index_put_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.025s) 2022-05-18T04:21:16.6401656Z test_fn_grad_index_reduce_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.214s) 2022-05-18T04:21:16.6853379Z test_fn_grad_index_select_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.045s) 2022-05-18T04:21:16.6975937Z test_fn_grad_index_select_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.012s) 2022-05-18T04:21:16.7480885Z test_fn_grad_inner_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.050s) 2022-05-18T04:21:16.7599746Z test_fn_grad_inner_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.012s) 2022-05-18T04:21:16.7612777Z test_fn_grad_int_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T04:21:16.7625927Z test_fn_grad_int_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T04:21:16.9193786Z test_fn_grad_inverse_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.156s) 2022-05-18T04:21:16.9536874Z test_fn_grad_inverse_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.034s) 2022-05-18T04:21:16.9550995Z test_fn_grad_isclose_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T04:21:16.9564247Z test_fn_grad_isclose_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T04:21:16.9577085Z test_fn_grad_isfinite_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T04:21:16.9590699Z test_fn_grad_isfinite_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T04:21:16.9603313Z test_fn_grad_isin_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T04:21:16.9616337Z test_fn_grad_isinf_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T04:21:16.9629437Z test_fn_grad_isinf_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T04:21:16.9642466Z test_fn_grad_isnan_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T04:21:16.9655639Z test_fn_grad_isnan_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T04:21:16.9674667Z test_fn_grad_isneginf_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.002s) 2022-05-18T04:21:16.9687297Z test_fn_grad_isposinf_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T04:21:16.9700117Z test_fn_grad_isreal_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T04:21:16.9713124Z test_fn_grad_isreal_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T04:21:20.0053862Z test_fn_grad_istft_cuda_complex128 (__main__.TestGradientsCUDA) ... expected failure (3.034s) 2022-05-18T04:21:22.7884652Z test_fn_grad_istft_cuda_float64 (__main__.TestGradientsCUDA) ... expected failure (2.783s) 2022-05-18T04:21:22.7897630Z test_fn_grad_jiterator_4inputs_with_extra_args_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T04:21:22.7910841Z test_fn_grad_jiterator_4inputs_with_extra_args_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T04:21:22.7923630Z test_fn_grad_jiterator_binary_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T04:21:22.7936590Z test_fn_grad_jiterator_binary_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T04:21:22.7950041Z test_fn_grad_jiterator_unary_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T04:21:22.7962922Z test_fn_grad_jiterator_unary_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T04:21:22.8232751Z test_fn_grad_kron_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.027s) 2022-05-18T04:21:22.8301854Z test_fn_grad_kron_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.007s) 2022-05-18T04:21:22.8676223Z test_fn_grad_kthvalue_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.037s) 2022-05-18T04:21:23.0914942Z test_fn_grad_ldexp_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.224s) 2022-05-18T04:21:23.1402878Z test_fn_grad_ldexp_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.049s) 2022-05-18T04:21:23.1417119Z test_fn_grad_le_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T04:21:23.7152563Z test_fn_grad_lerp_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.573s) 2022-05-18T04:21:23.7974238Z test_fn_grad_lerp_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.082s) 2022-05-18T04:21:23.8081328Z test_fn_grad_lgamma_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.011s) 2022-05-18T04:21:24.1897144Z test_fn_grad_linalg_cholesky_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.381s) 2022-05-18T04:21:24.2733941Z test_fn_grad_linalg_cholesky_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.084s) 2022-05-18T04:21:24.6578088Z test_fn_grad_linalg_cholesky_ex_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.384s) 2022-05-18T04:21:24.7411164Z test_fn_grad_linalg_cholesky_ex_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.083s) 2022-05-18T04:21:24.8727229Z test_fn_grad_linalg_cond_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.131s) 2022-05-18T04:21:24.8981694Z test_fn_grad_linalg_cond_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.025s) 2022-05-18T04:21:24.9715653Z test_fn_grad_linalg_cross_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.073s) 2022-05-18T04:21:24.9880400Z test_fn_grad_linalg_cross_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.016s) 2022-05-18T04:21:25.4224503Z test_fn_grad_linalg_det_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.434s) 2022-05-18T04:21:25.5252437Z test_fn_grad_linalg_det_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.103s) 2022-05-18T04:21:26.2652073Z test_fn_grad_linalg_det_singular_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.740s) 2022-05-18T04:21:26.4546800Z test_fn_grad_linalg_det_singular_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.189s) 2022-05-18T04:21:26.8098798Z test_fn_grad_linalg_eig_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.355s) 2022-05-18T04:21:26.9601744Z test_fn_grad_linalg_eig_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.150s) 2022-05-18T04:21:27.1128947Z test_fn_grad_linalg_eigh_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.153s) 2022-05-18T04:21:27.1629528Z test_fn_grad_linalg_eigh_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.050s) 2022-05-18T04:21:27.3590101Z test_fn_grad_linalg_eigvals_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.196s) 2022-05-18T04:21:27.4337310Z test_fn_grad_linalg_eigvals_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.075s) 2022-05-18T04:21:27.5230008Z test_fn_grad_linalg_eigvalsh_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.089s) 2022-05-18T04:21:27.5522301Z test_fn_grad_linalg_eigvalsh_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.029s) 2022-05-18T04:21:27.8187625Z test_fn_grad_linalg_householder_product_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.266s) 2022-05-18T04:21:27.8725254Z test_fn_grad_linalg_householder_product_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.054s) 2022-05-18T04:21:28.0191115Z test_fn_grad_linalg_inv_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.146s) 2022-05-18T04:21:28.0524710Z test_fn_grad_linalg_inv_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.033s) 2022-05-18T04:21:28.1955633Z test_fn_grad_linalg_inv_ex_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.143s) 2022-05-18T04:21:28.2286522Z test_fn_grad_linalg_inv_ex_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.033s) 2022-05-18T04:21:28.2299938Z test_fn_grad_linalg_ldl_factor_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T04:21:28.2313649Z test_fn_grad_linalg_ldl_factor_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T04:21:28.2327046Z test_fn_grad_linalg_ldl_factor_ex_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T04:21:28.2347451Z test_fn_grad_linalg_ldl_factor_ex_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.002s) 2022-05-18T04:21:28.2360305Z test_fn_grad_linalg_ldl_solve_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: not available before CUDA 11.3.1 (0.001s) 2022-05-18T04:21:28.2373321Z test_fn_grad_linalg_ldl_solve_cuda_float64 (__main__.TestGradientsCUDA) ... skip: not available before CUDA 11.3.1 (0.001s) 2022-05-18T04:21:28.2379931Z test_fn_grad_linalg_lstsq_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:21:28.2387010Z test_fn_grad_linalg_lstsq_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:21:29.5505144Z test_fn_grad_linalg_lstsq_grad_oriented_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.311s) 2022-05-18T04:21:29.7527426Z test_fn_grad_linalg_lstsq_grad_oriented_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.202s) 2022-05-18T04:21:31.4868554Z test_fn_grad_linalg_lu_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.734s) 2022-05-18T04:21:31.8277303Z test_fn_grad_linalg_lu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.341s) 2022-05-18T04:21:33.8073016Z test_fn_grad_linalg_lu_factor_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.979s) 2022-05-18T04:21:34.1260115Z test_fn_grad_linalg_lu_factor_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.319s) 2022-05-18T04:21:35.3725237Z test_fn_grad_linalg_lu_factor_ex_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.246s) 2022-05-18T04:21:35.5750719Z test_fn_grad_linalg_lu_factor_ex_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.202s) 2022-05-18T04:21:36.5899893Z test_fn_grad_linalg_matrix_norm_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.015s) 2022-05-18T04:21:36.9078880Z test_fn_grad_linalg_matrix_norm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.318s) 2022-05-18T04:21:37.1793556Z test_fn_grad_linalg_matrix_power_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.271s) 2022-05-18T04:21:37.2372023Z test_fn_grad_linalg_matrix_power_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.058s) 2022-05-18T04:21:37.2386524Z test_fn_grad_linalg_matrix_rank_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T04:21:37.2399855Z test_fn_grad_linalg_matrix_rank_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T04:21:37.2413264Z test_fn_grad_linalg_matrix_rank_hermitian_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T04:21:37.2427007Z test_fn_grad_linalg_matrix_rank_hermitian_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T04:21:37.4352360Z test_fn_grad_linalg_multi_dot_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.192s) 2022-05-18T04:21:37.4714920Z test_fn_grad_linalg_multi_dot_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.036s) 2022-05-18T04:21:37.7338749Z test_fn_grad_linalg_norm_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.262s) 2022-05-18T04:21:37.8380903Z test_fn_grad_linalg_norm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.104s) 2022-05-18T04:21:38.0717765Z test_fn_grad_linalg_norm_subgradients_at_zero_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.234s) 2022-05-18T04:21:38.1657659Z test_fn_grad_linalg_norm_subgradients_at_zero_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.094s) 2022-05-18T04:21:39.2474892Z test_fn_grad_linalg_pinv_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.082s) 2022-05-18T04:21:39.3563979Z test_fn_grad_linalg_pinv_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.109s) 2022-05-18T04:21:39.5250963Z test_fn_grad_linalg_pinv_hermitian_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.169s) 2022-05-18T04:21:39.5582592Z test_fn_grad_linalg_pinv_hermitian_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.033s) 2022-05-18T04:21:39.5589715Z test_fn_grad_linalg_pinv_singular_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-05-18T04:21:39.5603295Z test_fn_grad_linalg_pinv_singular_cuda_float64 (__main__.TestGradientsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-05-18T04:21:40.5626925Z test_fn_grad_linalg_qr_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.002s) 2022-05-18T04:21:40.8256428Z test_fn_grad_linalg_qr_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.263s) 2022-05-18T04:21:40.9401546Z test_fn_grad_linalg_slogdet_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.114s) 2022-05-18T04:21:40.9804582Z test_fn_grad_linalg_slogdet_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.040s) 2022-05-18T04:21:42.2385942Z test_fn_grad_linalg_solve_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.258s) 2022-05-18T04:21:42.5558840Z test_fn_grad_linalg_solve_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.317s) 2022-05-18T04:21:49.0367154Z test_fn_grad_linalg_solve_triangular_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (6.481s) 2022-05-18T04:21:50.5603481Z test_fn_grad_linalg_solve_triangular_cuda_float64 (__main__.TestGradientsCUDA) ... ok (1.524s) 2022-05-18T04:21:57.6618619Z test_fn_grad_linalg_svd_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (7.101s) 2022-05-18T04:21:58.8594076Z test_fn_grad_linalg_svd_cuda_float64 (__main__.TestGradientsCUDA) ... ok (1.197s) 2022-05-18T04:21:59.3535701Z test_fn_grad_linalg_svdvals_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.494s) 2022-05-18T04:21:59.4900426Z test_fn_grad_linalg_svdvals_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.136s) 2022-05-18T04:21:59.5624935Z test_fn_grad_linalg_tensorinv_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.072s) 2022-05-18T04:21:59.5777183Z test_fn_grad_linalg_tensorinv_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.015s) 2022-05-18T04:21:59.9116451Z test_fn_grad_linalg_tensorsolve_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.334s) 2022-05-18T04:21:59.9941338Z test_fn_grad_linalg_tensorsolve_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.082s) 2022-05-18T04:22:00.1837134Z test_fn_grad_linalg_vander_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.189s) 2022-05-18T04:22:00.2309187Z test_fn_grad_linalg_vander_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.047s) 2022-05-18T04:22:01.1706553Z test_fn_grad_linalg_vector_norm_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.939s) 2022-05-18T04:22:01.5565212Z test_fn_grad_linalg_vector_norm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.386s) 2022-05-18T04:22:01.5965683Z test_fn_grad_log10_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.040s) 2022-05-18T04:22:01.6074579Z test_fn_grad_log10_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.011s) 2022-05-18T04:22:01.6125554Z test_fn_grad_log1p_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.005s) 2022-05-18T04:22:01.6526902Z test_fn_grad_log2_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.040s) 2022-05-18T04:22:01.6635369Z test_fn_grad_log2_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.011s) 2022-05-18T04:22:01.7029891Z test_fn_grad_log_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.039s) 2022-05-18T04:22:01.7142492Z test_fn_grad_log_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.011s) 2022-05-18T04:22:01.7360020Z test_fn_grad_log_softmax_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.022s) 2022-05-18T04:22:01.7917644Z test_fn_grad_log_softmax_dtype_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.056s) 2022-05-18T04:22:01.8135221Z test_fn_grad_log_softmax_dtype_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.022s) 2022-05-18T04:22:01.8206678Z test_fn_grad_logaddexp2_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.007s) 2022-05-18T04:22:01.8275315Z test_fn_grad_logaddexp_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.007s) 2022-05-18T04:22:01.8560191Z test_fn_grad_logcumsumexp_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.028s) 2022-05-18T04:22:01.8980035Z test_fn_grad_logdet_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.042s) 2022-05-18T04:22:01.9000588Z test_fn_grad_logical_and_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.002s) 2022-05-18T04:22:01.9014194Z test_fn_grad_logical_and_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T04:22:01.9027383Z test_fn_grad_logical_not_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T04:22:01.9040413Z test_fn_grad_logical_not_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T04:22:01.9053795Z test_fn_grad_logical_or_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T04:22:01.9067336Z test_fn_grad_logical_or_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T04:22:01.9080567Z test_fn_grad_logical_xor_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T04:22:01.9093742Z test_fn_grad_logical_xor_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T04:22:01.9244517Z test_fn_grad_logit_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.015s) 2022-05-18T04:22:01.9723904Z test_fn_grad_logsumexp_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.048s) 2022-05-18T04:22:01.9737927Z test_fn_grad_long_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T04:22:01.9758643Z test_fn_grad_long_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.002s) 2022-05-18T04:22:01.9771410Z test_fn_grad_lt_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T04:22:03.5638616Z test_fn_grad_lu_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.586s) 2022-05-18T04:22:03.8873547Z test_fn_grad_lu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.323s) 2022-05-18T04:22:06.6489441Z test_fn_grad_lu_solve_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (2.761s) 2022-05-18T04:22:07.2187261Z test_fn_grad_lu_solve_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.570s) 2022-05-18T04:22:08.0389127Z test_fn_grad_lu_unpack_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.820s) 2022-05-18T04:22:08.2537051Z test_fn_grad_lu_unpack_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.215s) 2022-05-18T04:22:08.3420855Z test_fn_grad_mH_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.088s) 2022-05-18T04:22:08.3628745Z test_fn_grad_mH_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.021s) 2022-05-18T04:22:08.4459592Z test_fn_grad_mT_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.083s) 2022-05-18T04:22:08.4667368Z test_fn_grad_mT_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.021s) 2022-05-18T04:22:08.6194319Z test_fn_grad_masked_fill_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.152s) 2022-05-18T04:22:08.6561089Z test_fn_grad_masked_fill_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.037s) 2022-05-18T04:22:08.7649127Z test_fn_grad_masked_scatter_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.109s) 2022-05-18T04:22:08.7910322Z test_fn_grad_masked_scatter_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.026s) 2022-05-18T04:22:08.9142802Z test_fn_grad_masked_select_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.123s) 2022-05-18T04:22:08.9443742Z test_fn_grad_masked_select_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.030s) 2022-05-18T04:22:09.2756108Z test_fn_grad_matmul_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.331s) 2022-05-18T04:22:09.3465658Z test_fn_grad_matmul_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.071s) 2022-05-18T04:22:09.4452804Z test_fn_grad_matrix_exp_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.099s) 2022-05-18T04:22:09.4622682Z test_fn_grad_matrix_exp_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.017s) 2022-05-18T04:22:09.5129521Z test_fn_grad_max_binary_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.050s) 2022-05-18T04:22:09.5223432Z test_fn_grad_max_reduction_no_dim_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.009s) 2022-05-18T04:22:09.5384852Z test_fn_grad_max_reduction_with_dim_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.016s) 2022-05-18T04:22:09.5888193Z test_fn_grad_maximum_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.050s) 2022-05-18T04:22:09.8761079Z test_fn_grad_mean_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.287s) 2022-05-18T04:22:09.9432018Z test_fn_grad_mean_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.067s) 2022-05-18T04:22:09.9932983Z test_fn_grad_median_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.050s) 2022-05-18T04:22:10.4796051Z test_fn_grad_meshgrid_list_of_tensors_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.486s) 2022-05-18T04:22:10.5913390Z test_fn_grad_meshgrid_list_of_tensors_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.112s) 2022-05-18T04:22:11.0773813Z test_fn_grad_meshgrid_variadic_tensors_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.486s) 2022-05-18T04:22:11.1892793Z test_fn_grad_meshgrid_variadic_tensors_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.112s) 2022-05-18T04:22:11.2397664Z test_fn_grad_min_binary_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.050s) 2022-05-18T04:22:11.2491769Z test_fn_grad_min_reduction_no_dim_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.009s) 2022-05-18T04:22:11.2652406Z test_fn_grad_min_reduction_with_dim_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.016s) 2022-05-18T04:22:11.3156619Z test_fn_grad_minimum_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.050s) 2022-05-18T04:22:11.3641342Z test_fn_grad_mm_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.048s) 2022-05-18T04:22:11.3707387Z test_fn_grad_mm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.007s) 2022-05-18T04:22:11.3948988Z test_fn_grad_mode_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.024s) 2022-05-18T04:22:11.4250165Z test_fn_grad_movedim_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.030s) 2022-05-18T04:22:11.4331148Z test_fn_grad_movedim_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.008s) 2022-05-18T04:22:11.4424238Z test_fn_grad_msort_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.009s) 2022-05-18T04:22:11.6435275Z test_fn_grad_mul_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.201s) 2022-05-18T04:22:11.6883272Z test_fn_grad_mul_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.045s) 2022-05-18T04:22:11.6897311Z test_fn_grad_multinomial_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T04:22:11.7159196Z test_fn_grad_mv_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.026s) 2022-05-18T04:22:11.7225499Z test_fn_grad_mv_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.007s) 2022-05-18T04:22:11.7651896Z test_fn_grad_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.042s) 2022-05-18T04:22:11.7658208Z test_fn_grad_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:22:11.7665218Z test_fn_grad_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:22:11.7780610Z test_fn_grad_nan_to_num_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.011s) 2022-05-18T04:22:11.9143794Z test_fn_grad_nanmean_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.136s) 2022-05-18T04:22:11.9660764Z test_fn_grad_nanmedian_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.052s) 2022-05-18T04:22:12.3733528Z test_fn_grad_nanquantile_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.407s) 2022-05-18T04:22:12.4457507Z test_fn_grad_nansum_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.072s) 2022-05-18T04:22:12.5169456Z test_fn_grad_narrow_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.071s) 2022-05-18T04:22:12.5363209Z test_fn_grad_narrow_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.019s) 2022-05-18T04:22:12.5377731Z test_fn_grad_ne_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T04:22:12.5393798Z test_fn_grad_ne_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T04:22:12.5559177Z test_fn_grad_neg_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.016s) 2022-05-18T04:22:12.5614861Z test_fn_grad_neg_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.005s) 2022-05-18T04:22:12.5630949Z test_fn_grad_new_empty_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.002s) 2022-05-18T04:22:12.5652292Z test_fn_grad_new_empty_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.002s) 2022-05-18T04:22:12.5665621Z test_fn_grad_new_full_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T04:22:12.5678285Z test_fn_grad_new_full_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T04:22:12.5691305Z test_fn_grad_new_ones_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T04:22:12.5704345Z test_fn_grad_new_ones_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T04:22:12.5717050Z test_fn_grad_new_zeros_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T04:22:12.5729614Z test_fn_grad_new_zeros_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T04:22:12.5742798Z test_fn_grad_nextafter_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T04:22:12.5858253Z test_fn_grad_nn_functional_adaptive_avg_pool1d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.011s) 2022-05-18T04:22:12.6059848Z test_fn_grad_nn_functional_adaptive_avg_pool2d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.020s) 2022-05-18T04:22:12.6294631Z test_fn_grad_nn_functional_adaptive_avg_pool3d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.023s) 2022-05-18T04:22:12.6477766Z test_fn_grad_nn_functional_adaptive_max_pool1d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.018s) 2022-05-18T04:22:12.6931727Z test_fn_grad_nn_functional_adaptive_max_pool2d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.045s) 2022-05-18T04:22:12.7328801Z test_fn_grad_nn_functional_adaptive_max_pool3d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.040s) 2022-05-18T04:22:12.7670691Z test_fn_grad_nn_functional_avg_pool1d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.034s) 2022-05-18T04:22:12.7938506Z test_fn_grad_nn_functional_avg_pool2d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.027s) 2022-05-18T04:22:12.8245969Z test_fn_grad_nn_functional_avg_pool3d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.031s) 2022-05-18T04:22:12.8983901Z test_fn_grad_nn_functional_batch_norm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.074s) 2022-05-18T04:22:12.9735736Z test_fn_grad_nn_functional_batch_norm_without_cudnn_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.075s) 2022-05-18T04:22:13.1783666Z test_fn_grad_nn_functional_bilinear_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.205s) 2022-05-18T04:22:13.5074327Z test_fn_grad_nn_functional_binary_cross_entropy_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.329s) 2022-05-18T04:22:13.6721972Z test_fn_grad_nn_functional_binary_cross_entropy_with_logits_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.165s) 2022-05-18T04:22:13.6843265Z test_fn_grad_nn_functional_celu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.012s) 2022-05-18T04:22:13.9826831Z test_fn_grad_nn_functional_conv1d_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.298s) 2022-05-18T04:22:14.0192104Z test_fn_grad_nn_functional_conv1d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.037s) 2022-05-18T04:22:14.9148840Z test_fn_grad_nn_functional_conv2d_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.895s) 2022-05-18T04:22:15.0219659Z test_fn_grad_nn_functional_conv2d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.107s) 2022-05-18T04:22:15.0594266Z test_fn_grad_nn_functional_conv_transpose1d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.037s) 2022-05-18T04:22:15.0979867Z test_fn_grad_nn_functional_conv_transpose2d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.038s) 2022-05-18T04:22:15.1403528Z test_fn_grad_nn_functional_conv_transpose3d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.042s) 2022-05-18T04:22:15.2123338Z test_fn_grad_nn_functional_cosine_embedding_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.072s) 2022-05-18T04:22:15.2886311Z test_fn_grad_nn_functional_cosine_similarity_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.076s) 2022-05-18T04:22:15.3912357Z test_fn_grad_nn_functional_cross_entropy_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.102s) 2022-05-18T04:22:35.6811603Z test_fn_grad_nn_functional_ctc_loss_cuda_float64 (__main__.TestGradientsCUDA) ... expected failure (20.290s) 2022-05-18T04:22:35.7363414Z test_fn_grad_nn_functional_dropout2d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.055s) 2022-05-18T04:22:35.8115327Z test_fn_grad_nn_functional_dropout_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.075s) 2022-05-18T04:22:35.8234054Z test_fn_grad_nn_functional_elu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.012s) 2022-05-18T04:22:35.9801863Z test_fn_grad_nn_functional_embedding_bag_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.157s) 2022-05-18T04:22:35.9935887Z test_fn_grad_nn_functional_embedding_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.013s) 2022-05-18T04:22:36.0252722Z test_fn_grad_nn_functional_feature_alpha_dropout_with_train_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.032s) 2022-05-18T04:22:36.1937912Z test_fn_grad_nn_functional_feature_alpha_dropout_without_train_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.168s) 2022-05-18T04:22:36.2339469Z test_fn_grad_nn_functional_feature_alpha_dropout_without_train_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.040s) 2022-05-18T04:22:36.3815091Z test_fn_grad_nn_functional_fractional_max_pool2d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.147s) 2022-05-18T04:22:36.3824745Z test_fn_grad_nn_functional_fractional_max_pool3d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/76429 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:22:39.5694315Z test_fn_grad_nn_functional_gaussian_nll_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (3.187s) 2022-05-18T04:22:39.5990959Z test_fn_grad_nn_functional_gelu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.030s) 2022-05-18T04:22:39.7526290Z test_fn_grad_nn_functional_glu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.153s) 2022-05-18T04:22:39.9148287Z test_fn_grad_nn_functional_grid_sample_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.162s) 2022-05-18T04:22:39.9502924Z test_fn_grad_nn_functional_group_norm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.035s) 2022-05-18T04:22:39.9829861Z test_fn_grad_nn_functional_hardshrink_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.033s) 2022-05-18T04:22:39.9949093Z test_fn_grad_nn_functional_hardsigmoid_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.012s) 2022-05-18T04:22:40.0098927Z test_fn_grad_nn_functional_hardswish_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.015s) 2022-05-18T04:22:40.0432138Z test_fn_grad_nn_functional_hardtanh_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.033s) 2022-05-18T04:22:40.1077866Z test_fn_grad_nn_functional_hinge_embedding_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.064s) 2022-05-18T04:22:40.1589453Z test_fn_grad_nn_functional_huber_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.051s) 2022-05-18T04:22:40.2302033Z test_fn_grad_nn_functional_instance_norm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.071s) 2022-05-18T04:22:40.2764671Z test_fn_grad_nn_functional_interpolate_area_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.046s) 2022-05-18T04:22:40.3230073Z test_fn_grad_nn_functional_interpolate_bicubic_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.046s) 2022-05-18T04:22:40.3656889Z test_fn_grad_nn_functional_interpolate_bilinear_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.043s) 2022-05-18T04:22:40.4083590Z test_fn_grad_nn_functional_interpolate_linear_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.043s) 2022-05-18T04:22:40.4506817Z test_fn_grad_nn_functional_interpolate_nearest_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.042s) 2022-05-18T04:22:40.4948191Z test_fn_grad_nn_functional_interpolate_trilinear_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.044s) 2022-05-18T04:22:40.4997316Z test_fn_grad_nn_functional_kl_div_cuda_float64 (__main__.TestGradientsCUDA) ... /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:22:40.4998070Z warnings.warn( 2022-05-18T04:22:40.5497157Z ok (0.055s) 2022-05-18T04:22:40.5511260Z test_fn_grad_nn_functional_l1_loss_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T04:22:40.5863641Z test_fn_grad_nn_functional_l1_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.035s) 2022-05-18T04:22:40.6229739Z test_fn_grad_nn_functional_layer_norm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.036s) 2022-05-18T04:22:40.6542275Z test_fn_grad_nn_functional_leaky_relu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.031s) 2022-05-18T04:22:41.0954357Z test_fn_grad_nn_functional_linear_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.441s) 2022-05-18T04:22:41.1876019Z test_fn_grad_nn_functional_linear_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.092s) 2022-05-18T04:22:41.2470181Z test_fn_grad_nn_functional_local_response_norm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.059s) 2022-05-18T04:22:41.2578270Z test_fn_grad_nn_functional_logsigmoid_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.011s) 2022-05-18T04:22:41.2961262Z test_fn_grad_nn_functional_margin_ranking_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.038s) 2022-05-18T04:22:44.5369660Z test_fn_grad_nn_functional_max_pool1d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (3.241s) 2022-05-18T04:22:49.8942318Z test_fn_grad_nn_functional_max_pool2d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (5.357s) 2022-05-18T04:22:52.1074324Z test_fn_grad_nn_functional_max_pool3d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (2.213s) 2022-05-18T04:22:52.1080500Z test_fn_grad_nn_functional_max_unpool1d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:22:52.2725576Z test_fn_grad_nn_functional_max_unpool1d_grad_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.164s) 2022-05-18T04:22:52.2732075Z test_fn_grad_nn_functional_max_unpool2d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:22:52.5663619Z test_fn_grad_nn_functional_max_unpool2d_grad_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.293s) 2022-05-18T04:22:52.5669902Z test_fn_grad_nn_functional_max_unpool3d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:22:52.6953881Z test_fn_grad_nn_functional_max_unpool3d_grad_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.128s) 2022-05-18T04:22:52.7066314Z test_fn_grad_nn_functional_mish_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.011s) 2022-05-18T04:22:52.7409385Z test_fn_grad_nn_functional_mse_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.034s) 2022-05-18T04:22:52.7475623Z test_fn_grad_nn_functional_multi_margin_loss_cuda_float64 (__main__.TestGradientsCUDA) ... /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:52.7477042Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-05-18T04:22:52.7494257Z /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:52.7495234Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-05-18T04:22:52.7500241Z /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:52.7501196Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-05-18T04:22:52.7535387Z /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:52.7536348Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-05-18T04:22:52.7541312Z /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:52.7542278Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-05-18T04:22:52.7559412Z /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:52.7560410Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-05-18T04:22:52.7577772Z /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:52.7579228Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-05-18T04:22:52.7584109Z /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:52.7585054Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-05-18T04:22:52.7601833Z /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:52.7602810Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-05-18T04:22:52.7620432Z /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:52.7621407Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-05-18T04:22:52.7626754Z /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:52.7627725Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-05-18T04:22:52.7633431Z ok (0.022s) 2022-05-18T04:22:52.7764941Z test_fn_grad_nn_functional_multilabel_margin_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.013s) 2022-05-18T04:22:52.8011919Z test_fn_grad_nn_functional_multilabel_soft_margin_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.025s) 2022-05-18T04:22:53.0249038Z test_fn_grad_nn_functional_nll_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.223s) 2022-05-18T04:22:53.1951357Z test_fn_grad_nn_functional_normalize_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.170s) 2022-05-18T04:22:53.2386088Z test_fn_grad_nn_functional_normalize_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.043s) 2022-05-18T04:22:53.3593529Z test_fn_grad_nn_functional_pad_circular_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.120s) 2022-05-18T04:22:53.3878153Z test_fn_grad_nn_functional_pad_circular_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.028s) 2022-05-18T04:22:54.0581419Z test_fn_grad_nn_functional_pad_constant_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.670s) 2022-05-18T04:22:54.2208769Z test_fn_grad_nn_functional_pad_constant_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.163s) 2022-05-18T04:22:54.3840301Z test_fn_grad_nn_functional_pad_reflect_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.163s) 2022-05-18T04:22:54.4251523Z test_fn_grad_nn_functional_pad_reflect_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.041s) 2022-05-18T04:22:54.5893422Z test_fn_grad_nn_functional_pad_replicate_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.164s) 2022-05-18T04:22:54.6305184Z test_fn_grad_nn_functional_pad_replicate_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.041s) 2022-05-18T04:22:54.7387724Z test_fn_grad_nn_functional_pairwise_distance_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.108s) 2022-05-18T04:22:54.7799101Z test_fn_grad_nn_functional_pairwise_distance_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.041s) 2022-05-18T04:22:54.8139465Z test_fn_grad_nn_functional_pdist_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.034s) 2022-05-18T04:22:54.8458317Z test_fn_grad_nn_functional_pixel_shuffle_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.032s) 2022-05-18T04:22:54.8544593Z test_fn_grad_nn_functional_pixel_shuffle_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.009s) 2022-05-18T04:22:54.8862639Z test_fn_grad_nn_functional_pixel_unshuffle_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.032s) 2022-05-18T04:22:54.8947871Z test_fn_grad_nn_functional_pixel_unshuffle_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.008s) 2022-05-18T04:22:55.3910071Z test_fn_grad_nn_functional_poisson_nll_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.496s) 2022-05-18T04:22:55.4984916Z test_fn_grad_nn_functional_prelu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.107s) 2022-05-18T04:22:55.5314481Z test_fn_grad_nn_functional_relu6_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.033s) 2022-05-18T04:22:55.5469703Z test_fn_grad_nn_functional_relu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.015s) 2022-05-18T04:22:55.5600177Z test_fn_grad_nn_functional_rrelu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.013s) 2022-05-18T04:22:55.5711214Z test_fn_grad_nn_functional_selu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.011s) 2022-05-18T04:22:55.5820925Z test_fn_grad_nn_functional_silu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.011s) 2022-05-18T04:22:55.6278387Z test_fn_grad_nn_functional_smooth_l1_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.046s) 2022-05-18T04:22:55.6560072Z test_fn_grad_nn_functional_soft_margin_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.028s) 2022-05-18T04:22:55.6799256Z test_fn_grad_nn_functional_softmin_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.024s) 2022-05-18T04:22:55.7407978Z test_fn_grad_nn_functional_softmin_with_dtype_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.061s) 2022-05-18T04:22:55.7647263Z test_fn_grad_nn_functional_softmin_with_dtype_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.024s) 2022-05-18T04:22:55.7766695Z test_fn_grad_nn_functional_softplus_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.012s) 2022-05-18T04:22:55.8089996Z test_fn_grad_nn_functional_softshrink_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.032s) 2022-05-18T04:22:55.8579075Z test_fn_grad_nn_functional_softsign_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.049s) 2022-05-18T04:22:55.8704571Z test_fn_grad_nn_functional_softsign_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.012s) 2022-05-18T04:22:56.2401193Z test_fn_grad_nn_functional_tanhshrink_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.369s) 2022-05-18T04:22:56.2517427Z test_fn_grad_nn_functional_tanhshrink_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.012s) 2022-05-18T04:22:56.2683739Z test_fn_grad_nn_functional_threshold_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.017s) 2022-05-18T04:22:56.4532286Z test_fn_grad_nn_functional_triplet_margin_loss_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.185s) 2022-05-18T04:22:56.5221270Z test_fn_grad_nn_functional_triplet_margin_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.069s) 2022-05-18T04:22:56.7195753Z test_fn_grad_nn_functional_triplet_margin_with_distance_loss_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.197s) 2022-05-18T04:22:56.7923884Z test_fn_grad_nn_functional_triplet_margin_with_distance_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.073s) 2022-05-18T04:23:00.2097995Z test_fn_grad_nn_functional_unfold_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (3.417s) 2022-05-18T04:23:01.0285813Z test_fn_grad_nn_functional_unfold_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.819s) 2022-05-18T04:23:01.0307546Z test_fn_grad_nn_functional_upsample_bilinear_cuda_float64 (__main__.TestGradientsCUDA) ... /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:01.0308339Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T04:23:01.0340315Z /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:01.0340945Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T04:23:01.0376317Z /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:01.0376974Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T04:23:01.0411666Z /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:01.0412306Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T04:23:01.0447422Z /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:01.0448049Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T04:23:01.0452827Z ok (0.017s) 2022-05-18T04:23:01.0483228Z test_fn_grad_nn_functional_upsample_nearest_cuda_float64 (__main__.TestGradientsCUDA) ... /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:01.0484035Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T04:23:01.0515028Z /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:01.0515946Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T04:23:01.0549054Z /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:01.0549678Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T04:23:01.0583400Z /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:01.0584041Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T04:23:01.0617132Z /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:01.0617777Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T04:23:01.0651808Z /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:01.0652447Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T04:23:01.0686519Z /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:01.0687128Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T04:23:01.0720918Z /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:01.0721548Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T04:23:01.0755423Z /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:01.0756044Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T04:23:01.0791377Z /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:01.0792018Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T04:23:01.0826860Z /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:01.0827483Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T04:23:01.0862607Z /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:01.0863247Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T04:23:01.0897393Z /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:01.0898015Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T04:23:01.0903808Z ok (0.045s) 2022-05-18T04:23:01.0918932Z test_fn_grad_nonzero_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T04:23:01.0933255Z test_fn_grad_nonzero_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T04:23:01.5249182Z test_fn_grad_norm_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.431s) 2022-05-18T04:23:01.7017548Z test_fn_grad_norm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.177s) 2022-05-18T04:23:01.7346263Z test_fn_grad_norm_fro_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.033s) 2022-05-18T04:23:01.7489955Z test_fn_grad_norm_fro_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.014s) 2022-05-18T04:23:01.7950009Z test_fn_grad_norm_inf_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.046s) 2022-05-18T04:23:01.8151810Z test_fn_grad_norm_inf_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.020s) 2022-05-18T04:23:01.9725613Z test_fn_grad_norm_nuc_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.157s) 2022-05-18T04:23:01.9949138Z test_fn_grad_norm_nuc_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.022s) 2022-05-18T04:23:01.9956296Z test_fn_grad_normal_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Gradients are incorrect! (0.001s) 2022-05-18T04:23:01.9963524Z test_fn_grad_normal_number_mean_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Gradients are incorrect! (0.001s) 2022-05-18T04:23:01.9977810Z test_fn_grad_ones_like_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T04:23:01.9992123Z test_fn_grad_ones_like_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T04:23:02.0006312Z test_fn_grad_ormqr_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T04:23:02.0020450Z test_fn_grad_ormqr_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T04:23:02.0297163Z test_fn_grad_outer_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.027s) 2022-05-18T04:23:02.0367069Z test_fn_grad_outer_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.007s) 2022-05-18T04:23:05.8105175Z test_fn_grad_pca_lowrank_cuda_float64 (__main__.TestGradientsCUDA) ... ok (3.773s) 2022-05-18T04:23:05.8685636Z test_fn_grad_permute_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.058s) 2022-05-18T04:23:05.8835823Z test_fn_grad_permute_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.015s) 2022-05-18T04:23:06.3019129Z test_fn_grad_pinverse_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.418s) 2022-05-18T04:23:06.3430729Z test_fn_grad_pinverse_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.041s) 2022-05-18T04:23:06.4250790Z test_fn_grad_polar_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.082s) 2022-05-18T04:23:06.4617688Z test_fn_grad_polygamma_polygamma_n_0_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.037s) 2022-05-18T04:23:06.4624505Z test_fn_grad_polygamma_polygamma_n_1_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:23:06.4631372Z test_fn_grad_polygamma_polygamma_n_2_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:23:06.4638224Z test_fn_grad_polygamma_polygamma_n_3_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:23:06.4644546Z test_fn_grad_polygamma_polygamma_n_4_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:23:06.5014804Z test_fn_grad_positive_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.037s) 2022-05-18T04:23:06.5123710Z test_fn_grad_positive_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.011s) 2022-05-18T04:23:06.7518000Z test_fn_grad_pow_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.239s) 2022-05-18T04:23:06.8071830Z test_fn_grad_pow_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.055s) 2022-05-18T04:23:07.3929568Z test_fn_grad_prod_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.586s) 2022-05-18T04:23:07.5384983Z test_fn_grad_prod_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.145s) 2022-05-18T04:23:08.0584812Z test_fn_grad_put_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.520s) 2022-05-18T04:23:08.1725644Z test_fn_grad_put_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.114s) 2022-05-18T04:23:09.1896093Z test_fn_grad_qr_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.017s) 2022-05-18T04:23:09.4591599Z test_fn_grad_qr_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.269s) 2022-05-18T04:23:09.8679792Z test_fn_grad_quantile_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.409s) 2022-05-18T04:23:09.8789846Z test_fn_grad_rad2deg_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.011s) 2022-05-18T04:23:09.8803822Z test_fn_grad_rand_like_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T04:23:09.8817830Z test_fn_grad_rand_like_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T04:23:09.8832133Z test_fn_grad_randint_like_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T04:23:09.8845967Z test_fn_grad_randn_like_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T04:23:09.8859783Z test_fn_grad_randn_like_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T04:23:09.9154006Z test_fn_grad_ravel_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.029s) 2022-05-18T04:23:09.9234107Z test_fn_grad_ravel_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.008s) 2022-05-18T04:23:09.9482861Z test_fn_grad_real_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.025s) 2022-05-18T04:23:09.9591342Z test_fn_grad_real_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.011s) 2022-05-18T04:23:10.0004283Z test_fn_grad_reciprocal_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.041s) 2022-05-18T04:23:10.0115636Z test_fn_grad_reciprocal_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.011s) 2022-05-18T04:23:10.0603974Z test_fn_grad_remainder_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.049s) 2022-05-18T04:23:10.1409083Z test_fn_grad_renorm_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.080s) 2022-05-18T04:23:10.1626223Z test_fn_grad_renorm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.022s) 2022-05-18T04:23:10.4834651Z test_fn_grad_repeat_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.321s) 2022-05-18T04:23:10.5604371Z test_fn_grad_repeat_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.077s) 2022-05-18T04:23:10.6409992Z test_fn_grad_repeat_interleave_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.080s) 2022-05-18T04:23:10.6595203Z test_fn_grad_repeat_interleave_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.018s) 2022-05-18T04:23:10.7179946Z test_fn_grad_reshape_as_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.058s) 2022-05-18T04:23:10.7331568Z test_fn_grad_reshape_as_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.015s) 2022-05-18T04:23:10.8883890Z test_fn_grad_reshape_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.155s) 2022-05-18T04:23:10.9264481Z test_fn_grad_reshape_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.038s) 2022-05-18T04:23:10.9279376Z test_fn_grad_resize__cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.002s) 2022-05-18T04:23:10.9293502Z test_fn_grad_resize__cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T04:23:10.9307623Z test_fn_grad_resize_as__cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T04:23:10.9328712Z test_fn_grad_resize_as__cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.002s) 2022-05-18T04:23:10.9620105Z test_fn_grad_resolve_conj_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.029s) 2022-05-18T04:23:10.9699058Z test_fn_grad_resolve_conj_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.008s) 2022-05-18T04:23:10.9985448Z test_fn_grad_resolve_neg_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.028s) 2022-05-18T04:23:11.0064556Z test_fn_grad_resolve_neg_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.008s) 2022-05-18T04:23:11.1260936Z test_fn_grad_roll_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.119s) 2022-05-18T04:23:11.1556709Z test_fn_grad_roll_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.030s) 2022-05-18T04:23:11.2189376Z test_fn_grad_rot90_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.063s) 2022-05-18T04:23:11.2359861Z test_fn_grad_rot90_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.017s) 2022-05-18T04:23:11.2410988Z test_fn_grad_round_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.005s) 2022-05-18T04:23:11.2520886Z test_fn_grad_round_decimals_0_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.011s) 2022-05-18T04:23:11.2527267Z test_fn_grad_round_decimals_3_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:23:11.2532989Z test_fn_grad_round_decimals_neg_3_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:23:11.2951663Z test_fn_grad_rsqrt_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.042s) 2022-05-18T04:23:11.3064147Z test_fn_grad_rsqrt_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.011s) 2022-05-18T04:23:11.5535879Z test_fn_grad_rsub_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.247s) 2022-05-18T04:23:11.6090232Z test_fn_grad_rsub_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.055s) 2022-05-18T04:23:11.7875590Z test_fn_grad_scatter_add_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.178s) 2022-05-18T04:23:11.8283459Z test_fn_grad_scatter_add_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.041s) 2022-05-18T04:23:12.0246737Z test_fn_grad_scatter_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.196s) 2022-05-18T04:23:12.0703219Z test_fn_grad_scatter_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.046s) 2022-05-18T04:23:12.1603876Z test_fn_grad_scatter_reduce_amax_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.090s) 2022-05-18T04:23:12.2505252Z test_fn_grad_scatter_reduce_amin_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.090s) 2022-05-18T04:23:12.3466412Z test_fn_grad_scatter_reduce_mean_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.096s) 2022-05-18T04:23:12.4677296Z test_fn_grad_scatter_reduce_prod_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.121s) 2022-05-18T04:23:12.5470020Z test_fn_grad_scatter_reduce_sum_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.079s) 2022-05-18T04:23:12.5485276Z test_fn_grad_searchsorted_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T04:23:12.6213043Z test_fn_grad_select_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.073s) 2022-05-18T04:23:12.6411364Z test_fn_grad_select_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.020s) 2022-05-18T04:23:12.6694807Z test_fn_grad_select_scatter_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.028s) 2022-05-18T04:23:12.6883469Z test_fn_grad_sgn_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.019s) 2022-05-18T04:23:12.6935212Z test_fn_grad_sgn_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.005s) 2022-05-18T04:23:12.6949880Z test_fn_grad_short_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T04:23:12.6970763Z test_fn_grad_short_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.002s) 2022-05-18T04:23:12.7369897Z test_fn_grad_sigmoid_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.040s) 2022-05-18T04:23:12.7479338Z test_fn_grad_sigmoid_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.011s) 2022-05-18T04:23:12.7532148Z test_fn_grad_sign_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.005s) 2022-05-18T04:23:12.7546155Z test_fn_grad_signbit_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T04:23:12.7715191Z test_fn_grad_sin_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.017s) 2022-05-18T04:23:12.7766690Z test_fn_grad_sin_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.005s) 2022-05-18T04:23:12.8225213Z test_fn_grad_sinc_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.046s) 2022-05-18T04:23:12.8360982Z test_fn_grad_sinc_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.014s) 2022-05-18T04:23:12.8528304Z test_fn_grad_sinh_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.017s) 2022-05-18T04:23:12.8579490Z test_fn_grad_sinh_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.005s) 2022-05-18T04:23:12.9096368Z test_fn_grad_slice_scatter_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.052s) 2022-05-18T04:23:12.9324547Z test_fn_grad_softmax_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.023s) 2022-05-18T04:23:12.9902606Z test_fn_grad_softmax_with_dtype_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.058s) 2022-05-18T04:23:13.0130277Z test_fn_grad_softmax_with_dtype_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.023s) 2022-05-18T04:23:13.1322327Z test_fn_grad_sort_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.119s) 2022-05-18T04:23:13.1328462Z test_fn_grad_sparse_sampled_addmm_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:23:13.1335367Z test_fn_grad_sparse_sampled_addmm_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:23:13.1431942Z test_fn_grad_special_entr_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.010s) 2022-05-18T04:23:13.1544933Z test_fn_grad_special_erfcx_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.011s) 2022-05-18T04:23:13.1634500Z test_fn_grad_special_i0e_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.009s) 2022-05-18T04:23:13.1771650Z test_fn_grad_special_i1_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.014s) 2022-05-18T04:23:13.1914175Z test_fn_grad_special_i1e_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.014s) 2022-05-18T04:23:13.2031676Z test_fn_grad_special_log_ndtr_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.012s) 2022-05-18T04:23:13.2156448Z test_fn_grad_special_ndtr_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.012s) 2022-05-18T04:23:13.2271987Z test_fn_grad_special_ndtri_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.011s) 2022-05-18T04:23:13.2641568Z test_fn_grad_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.037s) 2022-05-18T04:23:13.2647882Z test_fn_grad_special_xlog1py_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:23:13.2662882Z test_fn_grad_special_zeta_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T04:23:13.3173583Z test_fn_grad_split_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.051s) 2022-05-18T04:23:13.3315913Z test_fn_grad_split_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.014s) 2022-05-18T04:23:13.4382550Z test_fn_grad_split_list_args_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.106s) 2022-05-18T04:23:13.4675493Z test_fn_grad_split_list_args_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.029s) 2022-05-18T04:23:13.6066962Z test_fn_grad_split_with_sizes_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.139s) 2022-05-18T04:23:13.6447225Z test_fn_grad_split_with_sizes_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.038s) 2022-05-18T04:23:13.6624735Z test_fn_grad_sqrt_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.018s) 2022-05-18T04:23:13.6676015Z test_fn_grad_sqrt_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.005s) 2022-05-18T04:23:13.7095696Z test_fn_grad_square_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.042s) 2022-05-18T04:23:13.7210061Z test_fn_grad_square_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.011s) 2022-05-18T04:23:13.8177427Z test_fn_grad_squeeze_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.096s) 2022-05-18T04:23:13.8420262Z test_fn_grad_squeeze_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.024s) 2022-05-18T04:23:14.0440753Z test_fn_grad_stack_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.202s) 2022-05-18T04:23:14.0874706Z test_fn_grad_stack_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.043s) 2022-05-18T04:23:14.1646125Z test_fn_grad_std_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.077s) 2022-05-18T04:23:14.1950142Z test_fn_grad_std_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.030s) 2022-05-18T04:23:14.1956650Z test_fn_grad_std_mean_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:23:14.1963560Z test_fn_grad_std_mean_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:23:14.3388213Z test_fn_grad_stft_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.142s) 2022-05-18T04:23:14.3851697Z test_fn_grad_stft_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.046s) 2022-05-18T04:23:14.6323095Z test_fn_grad_sub_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.247s) 2022-05-18T04:23:14.6875811Z test_fn_grad_sub_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.055s) 2022-05-18T04:23:14.9725336Z test_fn_grad_sum_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.285s) 2022-05-18T04:23:15.0378696Z test_fn_grad_sum_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.065s) 2022-05-18T04:23:15.1249240Z test_fn_grad_sum_to_size_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.087s) 2022-05-18T04:23:15.1458692Z test_fn_grad_sum_to_size_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.021s) 2022-05-18T04:23:22.1070293Z test_fn_grad_svd_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (6.961s) 2022-05-18T04:23:23.3322182Z test_fn_grad_svd_cuda_float64 (__main__.TestGradientsCUDA) ... ok (1.225s) 2022-05-18T04:23:27.7241764Z test_fn_grad_svd_lowrank_cuda_float64 (__main__.TestGradientsCUDA) ... ok (4.392s) 2022-05-18T04:23:27.9705778Z test_fn_grad_symeig_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.246s) 2022-05-18T04:23:28.0561658Z test_fn_grad_symeig_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.085s) 2022-05-18T04:23:28.0991380Z test_fn_grad_t_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.043s) 2022-05-18T04:23:28.1101818Z test_fn_grad_t_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.011s) 2022-05-18T04:23:28.1934436Z test_fn_grad_take_along_dim_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.083s) 2022-05-18T04:23:28.2156216Z test_fn_grad_take_along_dim_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.022s) 2022-05-18T04:23:28.3340312Z test_fn_grad_take_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.118s) 2022-05-18T04:23:28.3609422Z test_fn_grad_take_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.027s) 2022-05-18T04:23:28.3779935Z test_fn_grad_tan_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.017s) 2022-05-18T04:23:28.3832515Z test_fn_grad_tan_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.005s) 2022-05-18T04:23:28.3995632Z test_fn_grad_tanh_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.016s) 2022-05-18T04:23:28.4046956Z test_fn_grad_tanh_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.005s) 2022-05-18T04:23:28.7600471Z test_fn_grad_tensor_split_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.355s) 2022-05-18T04:23:28.8564215Z test_fn_grad_tensor_split_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.096s) 2022-05-18T04:23:28.9130377Z test_fn_grad_tensordot_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.056s) 2022-05-18T04:23:28.9269865Z test_fn_grad_tensordot_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.014s) 2022-05-18T04:23:29.2960206Z test_fn_grad_tile_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.369s) 2022-05-18T04:23:29.3838347Z test_fn_grad_tile_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.088s) 2022-05-18T04:23:29.3853685Z test_fn_grad_to_sparse_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.002s) 2022-05-18T04:23:29.3962117Z test_fn_grad_to_sparse_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.011s) 2022-05-18T04:23:29.4490669Z test_fn_grad_topk_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.053s) 2022-05-18T04:23:29.4665240Z test_fn_grad_trace_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.017s) 2022-05-18T04:23:29.4720086Z test_fn_grad_trace_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.005s) 2022-05-18T04:23:29.5848534Z test_fn_grad_transpose_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.113s) 2022-05-18T04:23:29.6126608Z test_fn_grad_transpose_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.028s) 2022-05-18T04:23:29.8570520Z test_fn_grad_trapezoid_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.244s) 2022-05-18T04:23:29.9131367Z test_fn_grad_trapezoid_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.056s) 2022-05-18T04:23:30.1587704Z test_fn_grad_trapz_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.245s) 2022-05-18T04:23:30.2150242Z test_fn_grad_trapz_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.056s) 2022-05-18T04:23:30.6588209Z test_fn_grad_triangular_solve_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.444s) 2022-05-18T04:23:30.7681215Z test_fn_grad_triangular_solve_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.109s) 2022-05-18T04:23:30.8419816Z test_fn_grad_tril_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.074s) 2022-05-18T04:23:30.8606898Z test_fn_grad_tril_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.019s) 2022-05-18T04:23:30.9343599Z test_fn_grad_triu_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.073s) 2022-05-18T04:23:30.9531411Z test_fn_grad_triu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.019s) 2022-05-18T04:23:31.1688685Z test_fn_grad_true_divide_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.215s) 2022-05-18T04:23:31.2179274Z test_fn_grad_true_divide_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.049s) 2022-05-18T04:23:31.2232690Z test_fn_grad_trunc_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.005s) 2022-05-18T04:23:31.5628100Z test_fn_grad_unfold_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.339s) 2022-05-18T04:23:31.6442322Z test_fn_grad_unfold_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.081s) 2022-05-18T04:23:31.6457613Z test_fn_grad_unique_consecutive_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.002s) 2022-05-18T04:23:31.6472634Z test_fn_grad_unique_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T04:23:31.7746128Z test_fn_grad_unsqueeze_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.127s) 2022-05-18T04:23:31.8052056Z test_fn_grad_unsqueeze_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.031s) 2022-05-18T04:23:31.8775419Z test_fn_grad_var_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.072s) 2022-05-18T04:23:31.9057195Z test_fn_grad_var_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.028s) 2022-05-18T04:23:31.9063329Z test_fn_grad_var_mean_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:23:31.9070339Z test_fn_grad_var_mean_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:23:31.9574376Z test_fn_grad_vdot_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.050s) 2022-05-18T04:23:31.9641790Z test_fn_grad_vdot_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.007s) 2022-05-18T04:23:31.9711956Z test_fn_grad_view_as_complex_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.007s) 2022-05-18T04:23:32.0151282Z test_fn_grad_view_as_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.044s) 2022-05-18T04:23:32.0267634Z test_fn_grad_view_as_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.012s) 2022-05-18T04:23:32.0362502Z test_fn_grad_view_as_real_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.009s) 2022-05-18T04:23:32.1350241Z test_fn_grad_view_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.099s) 2022-05-18T04:23:32.1595024Z test_fn_grad_view_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.024s) 2022-05-18T04:23:32.2337894Z test_fn_grad_vsplit_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.074s) 2022-05-18T04:23:32.2542643Z test_fn_grad_vsplit_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.020s) 2022-05-18T04:23:32.2881838Z test_fn_grad_vstack_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.034s) 2022-05-18T04:23:32.2961314Z test_fn_grad_vstack_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.008s) 2022-05-18T04:23:32.4213883Z test_fn_grad_where_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.125s) 2022-05-18T04:23:32.4514888Z test_fn_grad_where_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.030s) 2022-05-18T04:23:32.4521130Z test_fn_grad_xlogy_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:23:32.4994889Z test_fn_grad_zero__cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.047s) 2022-05-18T04:23:32.5117137Z test_fn_grad_zero__cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.012s) 2022-05-18T04:23:32.5131418Z test_fn_grad_zeros_like_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T04:23:32.5145449Z test_fn_grad_zeros_like_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T04:23:32.6298518Z test_fn_gradgrad_H_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.115s) 2022-05-18T04:23:32.6534507Z test_fn_gradgrad_H_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.024s) 2022-05-18T04:23:32.7641572Z test_fn_gradgrad_T_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.111s) 2022-05-18T04:23:32.7879247Z test_fn_gradgrad_T_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.024s) 2022-05-18T04:23:33.9872638Z test_fn_gradgrad___getitem___cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.199s) 2022-05-18T04:23:34.2210581Z test_fn_gradgrad___getitem___cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.234s) 2022-05-18T04:23:35.2542102Z test_fn_gradgrad___radd___cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.033s) 2022-05-18T04:23:35.4730535Z test_fn_gradgrad___radd___cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.219s) 2022-05-18T04:23:36.8428124Z test_fn_gradgrad___rdiv___cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.370s) 2022-05-18T04:23:37.1189431Z test_fn_gradgrad___rdiv___cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.276s) 2022-05-18T04:23:39.1122590Z test_fn_gradgrad___rmatmul___cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.993s) 2022-05-18T04:23:39.5214682Z test_fn_gradgrad___rmatmul___cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.409s) 2022-05-18T04:23:39.7697117Z test_fn_gradgrad___rmod___cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.248s) 2022-05-18T04:23:40.9522603Z test_fn_gradgrad___rmul___cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.182s) 2022-05-18T04:23:41.1944117Z test_fn_gradgrad___rmul___cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.242s) 2022-05-18T04:23:41.1949323Z test_fn_gradgrad___rpow___cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:23:41.1955872Z test_fn_gradgrad___rpow___cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:23:42.2549222Z test_fn_gradgrad___rsub___cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.059s) 2022-05-18T04:23:42.4797132Z test_fn_gradgrad___rsub___cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.225s) 2022-05-18T04:23:43.8589222Z test_fn_gradgrad__masked_amax_cuda_float64 (__main__.TestGradientsCUDA) ... ok (1.379s) 2022-05-18T04:23:45.2360417Z test_fn_gradgrad__masked_amin_cuda_float64 (__main__.TestGradientsCUDA) ... ok (1.377s) 2022-05-18T04:23:45.2373939Z test_fn_gradgrad__masked_argmax_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:23:45.2387376Z test_fn_gradgrad__masked_argmin_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:23:45.5391102Z test_fn_gradgrad__masked_log_softmax_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.300s) 2022-05-18T04:23:53.3881966Z test_fn_gradgrad__masked_mean_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (7.849s) 2022-05-18T04:23:54.8514798Z test_fn_gradgrad__masked_mean_cuda_float64 (__main__.TestGradientsCUDA) ... ok (1.463s) 2022-05-18T04:24:01.8221587Z test_fn_gradgrad__masked_norm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (6.971s) 2022-05-18T04:24:02.5487309Z test_fn_gradgrad__masked_normalize_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.726s) 2022-05-18T04:24:11.3168945Z test_fn_gradgrad__masked_prod_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (8.768s) 2022-05-18T04:24:13.0126947Z test_fn_gradgrad__masked_prod_cuda_float64 (__main__.TestGradientsCUDA) ... ok (1.696s) 2022-05-18T04:24:13.3132945Z test_fn_gradgrad__masked_softmax_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.300s) 2022-05-18T04:24:13.6298239Z test_fn_gradgrad__masked_softmin_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.316s) 2022-05-18T04:24:26.1351779Z test_fn_gradgrad__masked_std_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (12.505s) 2022-05-18T04:24:28.3604963Z test_fn_gradgrad__masked_std_cuda_float64 (__main__.TestGradientsCUDA) ... ok (2.225s) 2022-05-18T04:24:33.9395454Z test_fn_gradgrad__masked_sum_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (5.579s) 2022-05-18T04:24:35.0182474Z test_fn_gradgrad__masked_sum_cuda_float64 (__main__.TestGradientsCUDA) ... ok (1.079s) 2022-05-18T04:24:46.3361060Z test_fn_gradgrad__masked_var_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (11.318s) 2022-05-18T04:24:48.3315935Z test_fn_gradgrad__masked_var_cuda_float64 (__main__.TestGradientsCUDA) ... ok (1.995s) 2022-05-18T04:24:48.3927052Z test_fn_gradgrad_abs_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.061s) 2022-05-18T04:24:48.4071250Z test_fn_gradgrad_abs_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.014s) 2022-05-18T04:24:48.5998831Z test_fn_gradgrad_acos_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.193s) 2022-05-18T04:24:48.6387107Z test_fn_gradgrad_acos_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.039s) 2022-05-18T04:24:48.8256964Z test_fn_gradgrad_acosh_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.187s) 2022-05-18T04:24:48.8637097Z test_fn_gradgrad_acosh_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.038s) 2022-05-18T04:24:50.1271890Z test_fn_gradgrad_add_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.263s) 2022-05-18T04:24:50.3955826Z test_fn_gradgrad_add_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.268s) 2022-05-18T04:24:53.2988817Z test_fn_gradgrad_addbmm_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (2.903s) 2022-05-18T04:24:53.6019883Z test_fn_gradgrad_addbmm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.303s) 2022-05-18T04:24:56.5466981Z test_fn_gradgrad_addcdiv_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (2.945s) 2022-05-18T04:24:57.1530464Z test_fn_gradgrad_addcdiv_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.606s) 2022-05-18T04:24:59.8539700Z test_fn_gradgrad_addcmul_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (2.701s) 2022-05-18T04:25:00.4110111Z test_fn_gradgrad_addcmul_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.557s) 2022-05-18T04:25:01.5831478Z test_fn_gradgrad_addmm_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.172s) 2022-05-18T04:25:01.7301424Z test_fn_gradgrad_addmm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.147s) 2022-05-18T04:25:02.8425036Z test_fn_gradgrad_addmm_decomposed_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.112s) 2022-05-18T04:25:02.9825665Z test_fn_gradgrad_addmm_decomposed_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.140s) 2022-05-18T04:25:04.3513150Z test_fn_gradgrad_addmv_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.369s) 2022-05-18T04:25:04.6352578Z test_fn_gradgrad_addmv_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.284s) 2022-05-18T04:25:05.5451728Z test_fn_gradgrad_addr_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.910s) 2022-05-18T04:25:05.7329489Z test_fn_gradgrad_addr_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.188s) 2022-05-18T04:25:05.7349991Z test_fn_gradgrad_all_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:25:05.7362765Z test_fn_gradgrad_all_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:25:05.7376103Z test_fn_gradgrad_allclose_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:25:05.7389507Z test_fn_gradgrad_allclose_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:25:06.0057478Z test_fn_gradgrad_amax_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.267s) 2022-05-18T04:25:06.2735891Z test_fn_gradgrad_amin_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.268s) 2022-05-18T04:25:06.2749042Z test_fn_gradgrad_aminmax_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:25:06.3488903Z test_fn_gradgrad_angle_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.074s) 2022-05-18T04:25:06.3586912Z test_fn_gradgrad_angle_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.010s) 2022-05-18T04:25:06.3600775Z test_fn_gradgrad_any_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:25:06.3613773Z test_fn_gradgrad_any_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:25:06.3627105Z test_fn_gradgrad_argmax_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:25:06.3640260Z test_fn_gradgrad_argmin_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:25:06.3653544Z test_fn_gradgrad_argsort_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:25:06.3667277Z test_fn_gradgrad_argwhere_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:25:06.3680515Z test_fn_gradgrad_argwhere_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:25:06.6949773Z test_fn_gradgrad_as_strided_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.327s) 2022-05-18T04:25:06.7633169Z test_fn_gradgrad_as_strided_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.068s) 2022-05-18T04:25:06.8387758Z test_fn_gradgrad_asin_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.075s) 2022-05-18T04:25:06.8546140Z test_fn_gradgrad_asin_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.016s) 2022-05-18T04:25:06.9283339Z test_fn_gradgrad_asinh_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.074s) 2022-05-18T04:25:06.9441230Z test_fn_gradgrad_asinh_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.016s) 2022-05-18T04:25:07.2427951Z test_fn_gradgrad_atan2_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.299s) 2022-05-18T04:25:07.3148535Z test_fn_gradgrad_atan_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.072s) 2022-05-18T04:25:07.3299687Z test_fn_gradgrad_atan_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.015s) 2022-05-18T04:25:07.4049560Z test_fn_gradgrad_atanh_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.075s) 2022-05-18T04:25:07.4209765Z test_fn_gradgrad_atanh_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.016s) 2022-05-18T04:25:08.3044364Z test_fn_gradgrad_atleast_1d_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.883s) 2022-05-18T04:25:08.4837094Z test_fn_gradgrad_atleast_1d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.179s) 2022-05-18T04:25:09.3727917Z test_fn_gradgrad_atleast_2d_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.889s) 2022-05-18T04:25:09.5536997Z test_fn_gradgrad_atleast_2d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.181s) 2022-05-18T04:25:10.4492473Z test_fn_gradgrad_atleast_3d_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.895s) 2022-05-18T04:25:10.6324788Z test_fn_gradgrad_atleast_3d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.183s) 2022-05-18T04:25:13.6502926Z test_fn_gradgrad_baddbmm_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (3.018s) 2022-05-18T04:25:13.9406844Z test_fn_gradgrad_baddbmm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.290s) 2022-05-18T04:25:13.9804830Z test_fn_gradgrad_bernoulli_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.040s) 2022-05-18T04:25:13.9844344Z test_fn_gradgrad_bfloat16_cuda_complex128 (__main__.TestGradientsCUDA) ... /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-18T04:25:13.9845832Z warnings.warn( 2022-05-18T04:25:13.9948102Z expected failure (0.014s) 2022-05-18T04:25:14.0051802Z test_fn_gradgrad_bfloat16_cuda_float64 (__main__.TestGradientsCUDA) ... expected failure (0.010s) 2022-05-18T04:25:14.2530988Z test_fn_gradgrad_block_diag_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.248s) 2022-05-18T04:25:14.3081392Z test_fn_gradgrad_block_diag_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.055s) 2022-05-18T04:25:14.4490025Z test_fn_gradgrad_bmm_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.141s) 2022-05-18T04:25:14.4794660Z test_fn_gradgrad_bmm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.030s) 2022-05-18T04:25:14.4807724Z test_fn_gradgrad_bool_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:25:14.4821085Z test_fn_gradgrad_bool_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:25:14.9414701Z test_fn_gradgrad_broadcast_tensors_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.459s) 2022-05-18T04:25:15.0341105Z test_fn_gradgrad_broadcast_tensors_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.093s) 2022-05-18T04:25:15.4408480Z test_fn_gradgrad_broadcast_to_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.407s) 2022-05-18T04:25:15.5230883Z test_fn_gradgrad_broadcast_to_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.082s) 2022-05-18T04:25:15.5243918Z test_fn_gradgrad_bucketize_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:25:15.5257009Z test_fn_gradgrad_byte_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:25:15.5270577Z test_fn_gradgrad_byte_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:25:15.9581835Z test_fn_gradgrad_cartesian_prod_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.431s) 2022-05-18T04:25:16.0493062Z test_fn_gradgrad_cartesian_prod_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.091s) 2022-05-18T04:25:16.8276396Z test_fn_gradgrad_cat_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.778s) 2022-05-18T04:25:16.9901543Z test_fn_gradgrad_cat_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.162s) 2022-05-18T04:25:16.9915248Z test_fn_gradgrad_cdist_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op claims it doesn't support gradgrad. This is not verified. (0.001s) 2022-05-18T04:25:17.0012481Z test_fn_gradgrad_ceil_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.010s) 2022-05-18T04:25:17.0052890Z test_fn_gradgrad_chalf_cuda_complex128 (__main__.TestGradientsCUDA) ... /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-18T04:25:17.0053574Z warnings.warn( 2022-05-18T04:25:17.0102692Z expected failure (0.009s) 2022-05-18T04:25:17.0165882Z test_fn_gradgrad_chalf_cuda_float64 (__main__.TestGradientsCUDA) ... expected failure (0.006s) 2022-05-18T04:25:17.0179583Z test_fn_gradgrad_char_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:25:17.0193301Z test_fn_gradgrad_char_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:25:18.6434824Z test_fn_gradgrad_cholesky_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.624s) 2022-05-18T04:25:18.9596360Z test_fn_gradgrad_cholesky_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.316s) 2022-05-18T04:25:20.4477816Z test_fn_gradgrad_cholesky_inverse_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.488s) 2022-05-18T04:25:20.7411039Z test_fn_gradgrad_cholesky_inverse_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.293s) 2022-05-18T04:25:23.5822475Z test_fn_gradgrad_cholesky_solve_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (2.841s) 2022-05-18T04:25:24.1347489Z test_fn_gradgrad_cholesky_solve_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.552s) 2022-05-18T04:25:24.5220862Z test_fn_gradgrad_chunk_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.387s) 2022-05-18T04:25:24.5939550Z test_fn_gradgrad_chunk_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.072s) 2022-05-18T04:25:24.7199288Z test_fn_gradgrad_clamp_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.126s) 2022-05-18T04:25:24.8040083Z test_fn_gradgrad_clamp_scalar_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.084s) 2022-05-18T04:25:24.9143522Z test_fn_gradgrad_clone_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.110s) 2022-05-18T04:25:24.9378142Z test_fn_gradgrad_clone_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.023s) 2022-05-18T04:25:25.3126278Z test_fn_gradgrad_column_stack_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.375s) 2022-05-18T04:25:25.3927666Z test_fn_gradgrad_column_stack_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.080s) 2022-05-18T04:25:27.4331201Z test_fn_gradgrad_combinations_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (2.040s) 2022-05-18T04:25:27.8343490Z test_fn_gradgrad_combinations_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.401s) 2022-05-18T04:25:28.0998489Z test_fn_gradgrad_complex_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.265s) 2022-05-18T04:25:28.2507222Z test_fn_gradgrad_conj_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.151s) 2022-05-18T04:25:28.2807524Z test_fn_gradgrad_conj_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.030s) 2022-05-18T04:25:28.3415893Z test_fn_gradgrad_conj_physical_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.061s) 2022-05-18T04:25:28.3538361Z test_fn_gradgrad_conj_physical_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.012s) 2022-05-18T04:25:28.4074855Z test_fn_gradgrad_contiguous_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.053s) 2022-05-18T04:25:28.4196104Z test_fn_gradgrad_contiguous_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.012s) 2022-05-18T04:25:28.5946414Z test_fn_gradgrad_copysign_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.175s) 2022-05-18T04:25:29.3790815Z test_fn_gradgrad_corrcoef_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.784s) 2022-05-18T04:25:29.5134681Z test_fn_gradgrad_corrcoef_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.134s) 2022-05-18T04:25:29.6893543Z test_fn_gradgrad_cos_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.176s) 2022-05-18T04:25:29.7247322Z test_fn_gradgrad_cos_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.035s) 2022-05-18T04:25:29.8971990Z test_fn_gradgrad_cosh_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.172s) 2022-05-18T04:25:29.9319539Z test_fn_gradgrad_cosh_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.035s) 2022-05-18T04:25:29.9332914Z test_fn_gradgrad_count_nonzero_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:25:29.9345744Z test_fn_gradgrad_count_nonzero_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:25:30.0582350Z test_fn_gradgrad_cov_cuda_complex128 (__main__.TestGradientsCUDA) ... /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-18T04:25:30.0583033Z warnings.warn( 2022-05-18T04:25:30.1330964Z expected failure (0.198s) 2022-05-18T04:25:30.1800943Z test_fn_gradgrad_cov_cuda_float64 (__main__.TestGradientsCUDA) ... /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-18T04:25:30.1801681Z warnings.warn( 2022-05-18T04:25:30.2236855Z expected failure (0.090s) 2022-05-18T04:25:30.6345928Z test_fn_gradgrad_cross_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.411s) 2022-05-18T04:25:30.7195315Z test_fn_gradgrad_cross_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.085s) 2022-05-18T04:25:30.7700205Z test_fn_gradgrad_cummax_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.050s) 2022-05-18T04:25:30.8208875Z test_fn_gradgrad_cummin_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.051s) 2022-05-18T04:25:30.8215111Z test_fn_gradgrad_cumprod_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-05-18T04:25:46.3992830Z test_fn_gradgrad_cumprod_cuda_float64 (__main__.TestGradientsCUDA) ... ok (15.577s) 2022-05-18T04:25:46.6499476Z test_fn_gradgrad_cumsum_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.251s) 2022-05-18T04:25:46.7021029Z test_fn_gradgrad_cumsum_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.052s) 2022-05-18T04:25:48.1040341Z test_fn_gradgrad_cumulative_trapezoid_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.402s) 2022-05-18T04:25:48.3970492Z test_fn_gradgrad_cumulative_trapezoid_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.293s) 2022-05-18T04:25:48.4301019Z test_fn_gradgrad_deg2rad_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.033s) 2022-05-18T04:25:49.3801799Z test_fn_gradgrad_diag_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.950s) 2022-05-18T04:25:49.5668051Z test_fn_gradgrad_diag_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.187s) 2022-05-18T04:25:50.4538111Z test_fn_gradgrad_diag_embed_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.887s) 2022-05-18T04:25:50.6371354Z test_fn_gradgrad_diag_embed_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.183s) 2022-05-18T04:25:50.9460912Z test_fn_gradgrad_diagflat_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.309s) 2022-05-18T04:25:51.0087894Z test_fn_gradgrad_diagflat_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.063s) 2022-05-18T04:25:51.8662285Z test_fn_gradgrad_diagonal_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.857s) 2022-05-18T04:25:52.0391377Z test_fn_gradgrad_diagonal_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.173s) 2022-05-18T04:25:52.4486850Z test_fn_gradgrad_diagonal_scatter_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.409s) 2022-05-18T04:26:07.7332100Z test_fn_gradgrad_diff_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (15.284s) 2022-05-18T04:26:10.9517930Z test_fn_gradgrad_diff_cuda_float64 (__main__.TestGradientsCUDA) ... ok (3.218s) 2022-05-18T04:26:10.9881111Z test_fn_gradgrad_digamma_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.036s) 2022-05-18T04:26:20.0877215Z test_fn_gradgrad_dist_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (9.099s) 2022-05-18T04:26:22.3296443Z test_fn_gradgrad_dist_cuda_float64 (__main__.TestGradientsCUDA) ... ok (2.242s) 2022-05-18T04:26:22.4563995Z test_fn_gradgrad_div_floor_rounding_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.127s) 2022-05-18T04:26:23.7842575Z test_fn_gradgrad_div_no_rounding_mode_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.328s) 2022-05-18T04:26:24.0612018Z test_fn_gradgrad_div_no_rounding_mode_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.277s) 2022-05-18T04:26:24.1886559Z test_fn_gradgrad_div_trunc_rounding_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.127s) 2022-05-18T04:26:24.4643281Z test_fn_gradgrad_dot_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.275s) 2022-05-18T04:26:24.4942555Z test_fn_gradgrad_dot_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.030s) 2022-05-18T04:26:24.7483753Z test_fn_gradgrad_double_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.254s) 2022-05-18T04:26:24.8047572Z test_fn_gradgrad_double_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.056s) 2022-05-18T04:26:25.0552334Z test_fn_gradgrad_dsplit_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.250s) 2022-05-18T04:26:25.1022728Z test_fn_gradgrad_dsplit_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.047s) 2022-05-18T04:26:25.3132040Z test_fn_gradgrad_dstack_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.211s) 2022-05-18T04:26:25.3595683Z test_fn_gradgrad_dstack_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.046s) 2022-05-18T04:26:26.1055010Z test_fn_gradgrad_eig_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.746s) 2022-05-18T04:26:26.2548029Z test_fn_gradgrad_eig_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.149s) 2022-05-18T04:26:27.6085539Z test_fn_gradgrad_einsum_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.353s) 2022-05-18T04:26:27.8876719Z test_fn_gradgrad_einsum_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.279s) 2022-05-18T04:26:27.8890403Z test_fn_gradgrad_empty_like_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:26:27.8903442Z test_fn_gradgrad_empty_like_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:26:27.8916335Z test_fn_gradgrad_eq_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:26:27.8929227Z test_fn_gradgrad_eq_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:26:27.9086598Z test_fn_gradgrad_erf_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.016s) 2022-05-18T04:26:27.9465771Z test_fn_gradgrad_erfc_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.038s) 2022-05-18T04:26:27.9626710Z test_fn_gradgrad_erfinv_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.016s) 2022-05-18T04:26:27.9985234Z test_fn_gradgrad_exp2_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.036s) 2022-05-18T04:26:28.1643085Z test_fn_gradgrad_exp_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.166s) 2022-05-18T04:26:28.1981665Z test_fn_gradgrad_exp_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.034s) 2022-05-18T04:26:28.3656645Z test_fn_gradgrad_expand_as_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.167s) 2022-05-18T04:26:28.4007852Z test_fn_gradgrad_expand_as_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.035s) 2022-05-18T04:26:28.9048792Z test_fn_gradgrad_expand_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.504s) 2022-05-18T04:26:29.0078209Z test_fn_gradgrad_expand_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.103s) 2022-05-18T04:26:29.0220684Z test_fn_gradgrad_expm1_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.014s) 2022-05-18T04:26:29.4417881Z test_fn_gradgrad_fft_fft2_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.420s) 2022-05-18T04:26:29.5512470Z test_fn_gradgrad_fft_fft2_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.109s) 2022-05-18T04:26:30.0067383Z test_fn_gradgrad_fft_fft_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.455s) 2022-05-18T04:26:30.1268714Z test_fn_gradgrad_fft_fft_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.120s) 2022-05-18T04:26:30.6618648Z test_fn_gradgrad_fft_fftn_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.535s) 2022-05-18T04:26:30.8018013Z test_fn_gradgrad_fft_fftn_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.140s) 2022-05-18T04:26:31.0938354Z test_fn_gradgrad_fft_fftshift_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.292s) 2022-05-18T04:26:31.1543624Z test_fn_gradgrad_fft_fftshift_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.060s) 2022-05-18T04:26:31.5563881Z test_fn_gradgrad_fft_hfft2_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.402s) 2022-05-18T04:26:31.6473555Z test_fn_gradgrad_fft_hfft2_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.091s) 2022-05-18T04:26:32.0616326Z test_fn_gradgrad_fft_hfft_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.414s) 2022-05-18T04:26:32.1569138Z test_fn_gradgrad_fft_hfft_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.095s) 2022-05-18T04:26:32.6598898Z test_fn_gradgrad_fft_hfftn_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.503s) 2022-05-18T04:26:32.7755082Z test_fn_gradgrad_fft_hfftn_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.116s) 2022-05-18T04:26:33.2124005Z test_fn_gradgrad_fft_ifft2_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.437s) 2022-05-18T04:26:33.3258754Z test_fn_gradgrad_fft_ifft2_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.113s) 2022-05-18T04:26:33.8038878Z test_fn_gradgrad_fft_ifft_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.478s) 2022-05-18T04:26:33.9355724Z test_fn_gradgrad_fft_ifft_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.132s) 2022-05-18T04:26:34.4960723Z test_fn_gradgrad_fft_ifftn_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.560s) 2022-05-18T04:26:34.6422636Z test_fn_gradgrad_fft_ifftn_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.146s) 2022-05-18T04:26:34.9371914Z test_fn_gradgrad_fft_ifftshift_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.295s) 2022-05-18T04:26:34.9984126Z test_fn_gradgrad_fft_ifftshift_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.061s) 2022-05-18T04:26:35.1093459Z test_fn_gradgrad_fft_ihfft2_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.111s) 2022-05-18T04:26:35.2483093Z test_fn_gradgrad_fft_ihfft_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.139s) 2022-05-18T04:26:35.3851227Z test_fn_gradgrad_fft_ihfftn_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.137s) 2022-05-18T04:26:35.7544562Z test_fn_gradgrad_fft_irfft2_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.369s) 2022-05-18T04:26:35.8385088Z test_fn_gradgrad_fft_irfft2_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.084s) 2022-05-18T04:26:36.2559758Z test_fn_gradgrad_fft_irfft_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.417s) 2022-05-18T04:26:36.3507797Z test_fn_gradgrad_fft_irfft_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.095s) 2022-05-18T04:26:36.8311199Z test_fn_gradgrad_fft_irfftn_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.480s) 2022-05-18T04:26:36.9404224Z test_fn_gradgrad_fft_irfftn_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.109s) 2022-05-18T04:26:37.0357155Z test_fn_gradgrad_fft_rfft2_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.095s) 2022-05-18T04:26:37.1402939Z test_fn_gradgrad_fft_rfft_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.104s) 2022-05-18T04:26:37.2621227Z test_fn_gradgrad_fft_rfftn_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.122s) 2022-05-18T04:26:37.5821845Z test_fn_gradgrad_fill__cuda_complex128 (__main__.TestGradientsCUDA) ... expected failure (0.320s) 2022-05-18T04:26:37.7202890Z test_fn_gradgrad_fill__cuda_float64 (__main__.TestGradientsCUDA) ... expected failure (0.138s) 2022-05-18T04:26:38.0403400Z test_fn_gradgrad_flatten_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.320s) 2022-05-18T04:26:38.1060345Z test_fn_gradgrad_flatten_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.066s) 2022-05-18T04:26:38.6008530Z test_fn_gradgrad_flip_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.495s) 2022-05-18T04:26:38.7051770Z test_fn_gradgrad_flip_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.104s) 2022-05-18T04:26:38.8067927Z test_fn_gradgrad_fliplr_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.101s) 2022-05-18T04:26:38.8290843Z test_fn_gradgrad_fliplr_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.022s) 2022-05-18T04:26:38.9314566Z test_fn_gradgrad_flipud_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.102s) 2022-05-18T04:26:38.9535305Z test_fn_gradgrad_flipud_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.022s) 2022-05-18T04:26:38.9574576Z test_fn_gradgrad_float_cuda_complex128 (__main__.TestGradientsCUDA) ... /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-18T04:26:38.9575364Z warnings.warn( 2022-05-18T04:26:38.9748750Z expected failure (0.021s) 2022-05-18T04:26:38.9865376Z test_fn_gradgrad_float_cuda_float64 (__main__.TestGradientsCUDA) ... expected failure (0.012s) 2022-05-18T04:26:40.7246529Z test_fn_gradgrad_float_power_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.738s) 2022-05-18T04:26:41.0767519Z test_fn_gradgrad_float_power_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.352s) 2022-05-18T04:26:41.0863850Z test_fn_gradgrad_floor_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.010s) 2022-05-18T04:26:41.0877603Z test_fn_gradgrad_floor_divide_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:26:41.3393374Z test_fn_gradgrad_fmax_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.251s) 2022-05-18T04:26:41.5906120Z test_fn_gradgrad_fmin_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.251s) 2022-05-18T04:26:41.8366248Z test_fn_gradgrad_fmod_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.246s) 2022-05-18T04:26:41.8674879Z test_fn_gradgrad_frac_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.031s) 2022-05-18T04:26:41.9105165Z test_fn_gradgrad_frexp_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.043s) 2022-05-18T04:26:41.9119421Z test_fn_gradgrad_full_like_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:26:41.9132735Z test_fn_gradgrad_full_like_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:26:42.2141994Z test_fn_gradgrad_gather_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.301s) 2022-05-18T04:26:42.2760095Z test_fn_gradgrad_gather_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.062s) 2022-05-18T04:26:42.2774205Z test_fn_gradgrad_ge_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:26:42.2788025Z test_fn_gradgrad_geqrf_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:26:42.2801444Z test_fn_gradgrad_geqrf_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:26:44.4792110Z test_fn_gradgrad_gradient_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (2.199s) 2022-05-18T04:26:44.8470186Z test_fn_gradgrad_gradient_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.368s) 2022-05-18T04:26:44.8484570Z test_fn_gradgrad_gt_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:26:44.8523335Z test_fn_gradgrad_half_cuda_complex128 (__main__.TestGradientsCUDA) ... /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-18T04:26:44.8524298Z warnings.warn( 2022-05-18T04:26:44.8698103Z expected failure (0.021s) 2022-05-18T04:26:44.8814217Z test_fn_gradgrad_half_cuda_float64 (__main__.TestGradientsCUDA) ... expected failure (0.012s) 2022-05-18T04:26:44.8828161Z test_fn_gradgrad_heaviside_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:26:44.8841319Z test_fn_gradgrad_histc_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:26:45.1264388Z test_fn_gradgrad_hsplit_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.242s) 2022-05-18T04:26:45.1719458Z test_fn_gradgrad_hsplit_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.045s) 2022-05-18T04:26:45.3686205Z test_fn_gradgrad_hstack_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.197s) 2022-05-18T04:26:45.4119054Z test_fn_gradgrad_hstack_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.043s) 2022-05-18T04:26:45.6893366Z test_fn_gradgrad_hypot_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.277s) 2022-05-18T04:26:45.7319299Z test_fn_gradgrad_i0_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.043s) 2022-05-18T04:26:45.7333439Z test_fn_gradgrad_igamma_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:26:45.7347646Z test_fn_gradgrad_igammac_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:26:45.8683026Z test_fn_gradgrad_imag_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.133s) 2022-05-18T04:26:46.9861131Z test_fn_gradgrad_index_add_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.118s) 2022-05-18T04:26:47.2266471Z test_fn_gradgrad_index_add_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.240s) 2022-05-18T04:26:47.6054889Z test_fn_gradgrad_index_copy_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.379s) 2022-05-18T04:26:47.6881675Z test_fn_gradgrad_index_copy_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.083s) 2022-05-18T04:26:47.8737718Z test_fn_gradgrad_index_fill_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.186s) 2022-05-18T04:26:47.9128711Z test_fn_gradgrad_index_fill_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.039s) 2022-05-18T04:26:48.5063055Z test_fn_gradgrad_index_put_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.593s) 2022-05-18T04:26:48.6352994Z test_fn_gradgrad_index_put_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.129s) 2022-05-18T04:26:49.9262980Z test_fn_gradgrad_index_reduce_cuda_float64 (__main__.TestGradientsCUDA) ... ok (1.291s) 2022-05-18T04:26:50.1036863Z test_fn_gradgrad_index_select_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.177s) 2022-05-18T04:26:50.1408935Z test_fn_gradgrad_index_select_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.037s) 2022-05-18T04:26:50.4226896Z test_fn_gradgrad_inner_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.282s) 2022-05-18T04:26:50.4806100Z test_fn_gradgrad_inner_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.058s) 2022-05-18T04:26:50.4820067Z test_fn_gradgrad_int_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:26:50.4833966Z test_fn_gradgrad_int_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:26:51.0395928Z test_fn_gradgrad_inverse_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.556s) 2022-05-18T04:26:51.1338767Z test_fn_gradgrad_inverse_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.094s) 2022-05-18T04:26:51.1353057Z test_fn_gradgrad_isclose_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:26:51.1366623Z test_fn_gradgrad_isclose_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:26:51.1380569Z test_fn_gradgrad_isfinite_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:26:51.1394491Z test_fn_gradgrad_isfinite_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:26:51.1408365Z test_fn_gradgrad_isin_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:26:51.1422536Z test_fn_gradgrad_isinf_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:26:51.1436438Z test_fn_gradgrad_isinf_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:26:51.1450230Z test_fn_gradgrad_isnan_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:26:51.1491795Z test_fn_gradgrad_isnan_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:26:51.1493065Z test_fn_gradgrad_isneginf_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:26:51.1497876Z test_fn_gradgrad_isposinf_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:26:51.1511596Z test_fn_gradgrad_isreal_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:26:51.1525252Z test_fn_gradgrad_isreal_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:26:52.7714571Z test_fn_gradgrad_istft_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.619s) 2022-05-18T04:26:53.1129509Z test_fn_gradgrad_istft_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.341s) 2022-05-18T04:26:53.1144854Z test_fn_gradgrad_jiterator_4inputs_with_extra_args_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:26:53.1158644Z test_fn_gradgrad_jiterator_4inputs_with_extra_args_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:26:53.1172755Z test_fn_gradgrad_jiterator_binary_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:26:53.1187662Z test_fn_gradgrad_jiterator_binary_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:26:53.1201146Z test_fn_gradgrad_jiterator_unary_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:26:53.1215114Z test_fn_gradgrad_jiterator_unary_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:26:53.2715333Z test_fn_gradgrad_kron_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.150s) 2022-05-18T04:26:53.3030955Z test_fn_gradgrad_kron_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.032s) 2022-05-18T04:26:53.4630617Z test_fn_gradgrad_kthvalue_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.160s) 2022-05-18T04:26:54.7957455Z test_fn_gradgrad_ldexp_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.332s) 2022-05-18T04:26:55.0633673Z test_fn_gradgrad_ldexp_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.267s) 2022-05-18T04:26:55.0648409Z test_fn_gradgrad_le_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:26:58.5232924Z test_fn_gradgrad_lerp_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (3.458s) 2022-05-18T04:26:59.0306218Z test_fn_gradgrad_lerp_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.507s) 2022-05-18T04:26:59.0646317Z test_fn_gradgrad_lgamma_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.034s) 2022-05-18T04:27:01.0231445Z test_fn_gradgrad_linalg_cholesky_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.958s) 2022-05-18T04:27:01.3966868Z test_fn_gradgrad_linalg_cholesky_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.373s) 2022-05-18T04:27:03.6647155Z test_fn_gradgrad_linalg_cholesky_ex_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (2.268s) 2022-05-18T04:27:04.1166890Z test_fn_gradgrad_linalg_cholesky_ex_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.452s) 2022-05-18T04:27:05.0645728Z test_fn_gradgrad_linalg_cond_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.948s) 2022-05-18T04:27:05.1516504Z test_fn_gradgrad_linalg_cond_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.087s) 2022-05-18T04:27:05.5541290Z test_fn_gradgrad_linalg_cross_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.402s) 2022-05-18T04:27:05.6364495Z test_fn_gradgrad_linalg_cross_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.082s) 2022-05-18T04:27:05.6373099Z test_fn_gradgrad_linalg_det_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/62328 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:27:05.6380363Z test_fn_gradgrad_linalg_det_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/62327 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:27:05.6385089Z test_fn_gradgrad_linalg_det_singular_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:27:05.6391132Z test_fn_gradgrad_linalg_det_singular_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:27:07.7060431Z test_fn_gradgrad_linalg_eig_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (2.067s) 2022-05-18T04:27:08.1945543Z test_fn_gradgrad_linalg_eig_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.488s) 2022-05-18T04:27:09.2427490Z test_fn_gradgrad_linalg_eigh_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.048s) 2022-05-18T04:27:09.4178544Z test_fn_gradgrad_linalg_eigh_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.175s) 2022-05-18T04:27:10.7845735Z test_fn_gradgrad_linalg_eigvals_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.366s) 2022-05-18T04:27:11.1138100Z test_fn_gradgrad_linalg_eigvals_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.329s) 2022-05-18T04:27:11.6999717Z test_fn_gradgrad_linalg_eigvalsh_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.586s) 2022-05-18T04:27:11.8093718Z test_fn_gradgrad_linalg_eigvalsh_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.109s) 2022-05-18T04:27:16.1641448Z test_fn_gradgrad_linalg_householder_product_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (4.355s) 2022-05-18T04:27:17.0010059Z test_fn_gradgrad_linalg_householder_product_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.837s) 2022-05-18T04:27:17.5604948Z test_fn_gradgrad_linalg_inv_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.559s) 2022-05-18T04:27:17.6572220Z test_fn_gradgrad_linalg_inv_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.097s) 2022-05-18T04:27:18.2939293Z test_fn_gradgrad_linalg_inv_ex_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.637s) 2022-05-18T04:27:18.4134401Z test_fn_gradgrad_linalg_inv_ex_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.119s) 2022-05-18T04:27:18.4148118Z test_fn_gradgrad_linalg_ldl_factor_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:27:18.4161473Z test_fn_gradgrad_linalg_ldl_factor_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:27:18.4175066Z test_fn_gradgrad_linalg_ldl_factor_ex_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:27:18.4189451Z test_fn_gradgrad_linalg_ldl_factor_ex_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:27:18.4203136Z test_fn_gradgrad_linalg_ldl_solve_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: not available before CUDA 11.3.1 (0.001s) 2022-05-18T04:27:18.4216684Z test_fn_gradgrad_linalg_ldl_solve_cuda_float64 (__main__.TestGradientsCUDA) ... skip: not available before CUDA 11.3.1 (0.001s) 2022-05-18T04:27:18.4223773Z test_fn_gradgrad_linalg_lstsq_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:27:18.4229965Z test_fn_gradgrad_linalg_lstsq_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:27:27.5005678Z test_fn_gradgrad_linalg_lstsq_grad_oriented_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (9.077s) 2022-05-18T04:27:28.4098611Z test_fn_gradgrad_linalg_lstsq_grad_oriented_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.909s) 2022-05-18T04:27:36.3718831Z test_fn_gradgrad_linalg_lu_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (7.962s) 2022-05-18T04:27:37.5293336Z test_fn_gradgrad_linalg_lu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (1.157s) 2022-05-18T04:27:45.5435705Z test_fn_gradgrad_linalg_lu_factor_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (8.014s) 2022-05-18T04:27:46.9042886Z test_fn_gradgrad_linalg_lu_factor_cuda_float64 (__main__.TestGradientsCUDA) ... ok (1.361s) 2022-05-18T04:27:55.1302586Z test_fn_gradgrad_linalg_lu_factor_ex_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (8.226s) 2022-05-18T04:27:56.5559375Z test_fn_gradgrad_linalg_lu_factor_ex_cuda_float64 (__main__.TestGradientsCUDA) ... ok (1.426s) 2022-05-18T04:28:03.0576769Z test_fn_gradgrad_linalg_matrix_norm_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (6.501s) 2022-05-18T04:28:04.1102801Z test_fn_gradgrad_linalg_matrix_norm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (1.052s) 2022-05-18T04:28:05.7340289Z test_fn_gradgrad_linalg_matrix_power_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.624s) 2022-05-18T04:28:06.0368007Z test_fn_gradgrad_linalg_matrix_power_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.303s) 2022-05-18T04:28:06.0382390Z test_fn_gradgrad_linalg_matrix_rank_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:28:06.0394569Z test_fn_gradgrad_linalg_matrix_rank_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:28:06.0407323Z test_fn_gradgrad_linalg_matrix_rank_hermitian_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:28:06.0420021Z test_fn_gradgrad_linalg_matrix_rank_hermitian_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:28:07.4085049Z test_fn_gradgrad_linalg_multi_dot_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.366s) 2022-05-18T04:28:07.6579568Z test_fn_gradgrad_linalg_multi_dot_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.249s) 2022-05-18T04:28:09.5695942Z test_fn_gradgrad_linalg_norm_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.912s) 2022-05-18T04:28:09.9878415Z test_fn_gradgrad_linalg_norm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.418s) 2022-05-18T04:28:10.0170584Z test_fn_gradgrad_linalg_norm_subgradients_at_zero_cuda_complex128 (__main__.TestGradientsCUDA) ... expected failure (0.029s) 2022-05-18T04:28:10.0363430Z test_fn_gradgrad_linalg_norm_subgradients_at_zero_cuda_float64 (__main__.TestGradientsCUDA) ... expected failure (0.019s) 2022-05-18T04:28:14.6658208Z test_fn_gradgrad_linalg_pinv_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (4.629s) 2022-05-18T04:28:15.1613734Z test_fn_gradgrad_linalg_pinv_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.496s) 2022-05-18T04:28:16.0183906Z test_fn_gradgrad_linalg_pinv_hermitian_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.857s) 2022-05-18T04:28:16.1643885Z test_fn_gradgrad_linalg_pinv_hermitian_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.146s) 2022-05-18T04:28:16.1650232Z test_fn_gradgrad_linalg_pinv_singular_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-05-18T04:28:16.1656291Z test_fn_gradgrad_linalg_pinv_singular_cuda_float64 (__main__.TestGradientsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-05-18T04:28:20.2156464Z test_fn_gradgrad_linalg_qr_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (4.050s) 2022-05-18T04:28:20.8603236Z test_fn_gradgrad_linalg_qr_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.645s) 2022-05-18T04:28:21.4682860Z test_fn_gradgrad_linalg_slogdet_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.608s) 2022-05-18T04:28:21.5981201Z test_fn_gradgrad_linalg_slogdet_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.130s) 2022-05-18T04:28:29.8490723Z test_fn_gradgrad_linalg_solve_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (8.251s) 2022-05-18T04:28:31.5499436Z test_fn_gradgrad_linalg_solve_cuda_float64 (__main__.TestGradientsCUDA) ... ok (1.701s) 2022-05-18T04:29:06.1046171Z test_fn_gradgrad_linalg_solve_triangular_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (34.554s) 2022-05-18T04:29:13.4904587Z test_fn_gradgrad_linalg_solve_triangular_cuda_float64 (__main__.TestGradientsCUDA) ... ok (7.386s) 2022-05-18T04:29:53.4189499Z test_fn_gradgrad_linalg_svd_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (39.928s) 2022-05-18T04:29:58.2112563Z test_fn_gradgrad_linalg_svd_cuda_float64 (__main__.TestGradientsCUDA) ... ok (4.792s) 2022-05-18T04:30:01.4098991Z test_fn_gradgrad_linalg_svdvals_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (3.199s) 2022-05-18T04:30:01.8686100Z test_fn_gradgrad_linalg_svdvals_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.459s) 2022-05-18T04:30:02.1043132Z test_fn_gradgrad_linalg_tensorinv_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.236s) 2022-05-18T04:30:02.1488153Z test_fn_gradgrad_linalg_tensorinv_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.044s) 2022-05-18T04:30:04.6260850Z test_fn_gradgrad_linalg_tensorsolve_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (2.477s) 2022-05-18T04:30:05.2215641Z test_fn_gradgrad_linalg_tensorsolve_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.595s) 2022-05-18T04:30:06.1844821Z test_fn_gradgrad_linalg_vander_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.963s) 2022-05-18T04:30:06.3777460Z test_fn_gradgrad_linalg_vander_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.193s) 2022-05-18T04:30:13.2188294Z test_fn_gradgrad_linalg_vector_norm_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (6.841s) 2022-05-18T04:30:14.7189293Z test_fn_gradgrad_linalg_vector_norm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (1.500s) 2022-05-18T04:30:14.8950750Z test_fn_gradgrad_log10_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.176s) 2022-05-18T04:30:14.9310940Z test_fn_gradgrad_log10_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.036s) 2022-05-18T04:30:14.9458137Z test_fn_gradgrad_log1p_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.015s) 2022-05-18T04:30:15.1214339Z test_fn_gradgrad_log2_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.175s) 2022-05-18T04:30:15.1572230Z test_fn_gradgrad_log2_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.036s) 2022-05-18T04:30:15.3281738Z test_fn_gradgrad_log_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.171s) 2022-05-18T04:30:15.3627071Z test_fn_gradgrad_log_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.034s) 2022-05-18T04:30:15.4450792Z test_fn_gradgrad_log_softmax_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.082s) 2022-05-18T04:30:15.8078010Z test_fn_gradgrad_log_softmax_dtype_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.363s) 2022-05-18T04:30:15.8910037Z test_fn_gradgrad_log_softmax_dtype_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.083s) 2022-05-18T04:30:15.9244931Z test_fn_gradgrad_logaddexp2_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.033s) 2022-05-18T04:30:15.9568088Z test_fn_gradgrad_logaddexp_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.032s) 2022-05-18T04:30:16.1036604Z test_fn_gradgrad_logcumsumexp_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.147s) 2022-05-18T04:30:16.2314953Z test_fn_gradgrad_logdet_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.128s) 2022-05-18T04:30:16.2331408Z test_fn_gradgrad_logical_and_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:30:16.2347108Z test_fn_gradgrad_logical_and_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:30:16.2362404Z test_fn_gradgrad_logical_not_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:30:16.2385473Z test_fn_gradgrad_logical_not_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:30:16.2400370Z test_fn_gradgrad_logical_or_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:30:16.2415377Z test_fn_gradgrad_logical_or_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:30:16.2430724Z test_fn_gradgrad_logical_xor_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:30:16.2445775Z test_fn_gradgrad_logical_xor_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:30:16.3066632Z test_fn_gradgrad_logit_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.062s) 2022-05-18T04:30:16.4939086Z test_fn_gradgrad_logsumexp_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.187s) 2022-05-18T04:30:16.4956035Z test_fn_gradgrad_long_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:30:16.4971295Z test_fn_gradgrad_long_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:30:16.4987141Z test_fn_gradgrad_lt_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:30:23.6675083Z test_fn_gradgrad_lu_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (7.168s) 2022-05-18T04:30:25.1469868Z test_fn_gradgrad_lu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (1.479s) 2022-05-18T04:30:37.3077558Z test_fn_gradgrad_lu_solve_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (12.161s) 2022-05-18T04:30:39.4872392Z test_fn_gradgrad_lu_solve_cuda_float64 (__main__.TestGradientsCUDA) ... ok (2.179s) 2022-05-18T04:30:42.5450406Z test_fn_gradgrad_lu_unpack_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (3.058s) 2022-05-18T04:30:43.1406080Z test_fn_gradgrad_lu_unpack_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.596s) 2022-05-18T04:30:43.4915792Z test_fn_gradgrad_mH_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.351s) 2022-05-18T04:30:43.5599408Z test_fn_gradgrad_mH_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.068s) 2022-05-18T04:30:43.8900523Z test_fn_gradgrad_mT_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.330s) 2022-05-18T04:30:43.9583557Z test_fn_gradgrad_mT_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.068s) 2022-05-18T04:30:44.6804729Z test_fn_gradgrad_masked_fill_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.722s) 2022-05-18T04:30:44.8325153Z test_fn_gradgrad_masked_fill_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.152s) 2022-05-18T04:30:45.4298994Z test_fn_gradgrad_masked_scatter_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.597s) 2022-05-18T04:30:45.5578214Z test_fn_gradgrad_masked_scatter_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.128s) 2022-05-18T04:30:46.0934942Z test_fn_gradgrad_masked_select_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.535s) 2022-05-18T04:30:46.2023737Z test_fn_gradgrad_masked_select_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.109s) 2022-05-18T04:30:48.1641746Z test_fn_gradgrad_matmul_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.962s) 2022-05-18T04:30:48.5694612Z test_fn_gradgrad_matmul_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.405s) 2022-05-18T04:30:49.1418711Z test_fn_gradgrad_matrix_exp_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.572s) 2022-05-18T04:30:49.2170998Z test_fn_gradgrad_matrix_exp_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.075s) 2022-05-18T04:30:49.5019875Z test_fn_gradgrad_max_binary_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.285s) 2022-05-18T04:30:49.5307641Z test_fn_gradgrad_max_reduction_no_dim_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.029s) 2022-05-18T04:30:49.5979860Z test_fn_gradgrad_max_reduction_with_dim_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.067s) 2022-05-18T04:30:49.8821437Z test_fn_gradgrad_maximum_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.284s) 2022-05-18T04:30:51.1196402Z test_fn_gradgrad_mean_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.237s) 2022-05-18T04:30:51.3680896Z test_fn_gradgrad_mean_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.248s) 2022-05-18T04:30:51.5731342Z test_fn_gradgrad_median_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.205s) 2022-05-18T04:30:53.6489578Z test_fn_gradgrad_meshgrid_list_of_tensors_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (2.076s) 2022-05-18T04:30:54.0628356Z test_fn_gradgrad_meshgrid_list_of_tensors_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.414s) 2022-05-18T04:30:56.1459101Z test_fn_gradgrad_meshgrid_variadic_tensors_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (2.083s) 2022-05-18T04:30:56.5600617Z test_fn_gradgrad_meshgrid_variadic_tensors_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.414s) 2022-05-18T04:30:56.8443555Z test_fn_gradgrad_min_binary_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.284s) 2022-05-18T04:30:56.8728334Z test_fn_gradgrad_min_reduction_no_dim_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.028s) 2022-05-18T04:30:56.9396311Z test_fn_gradgrad_min_reduction_with_dim_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.067s) 2022-05-18T04:30:57.2232260Z test_fn_gradgrad_minimum_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.283s) 2022-05-18T04:30:57.4990346Z test_fn_gradgrad_mm_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.276s) 2022-05-18T04:30:57.5294436Z test_fn_gradgrad_mm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.030s) 2022-05-18T04:30:57.6302970Z test_fn_gradgrad_mode_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.101s) 2022-05-18T04:30:57.7468339Z test_fn_gradgrad_movedim_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.116s) 2022-05-18T04:30:57.7717499Z test_fn_gradgrad_movedim_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.025s) 2022-05-18T04:30:57.7960466Z test_fn_gradgrad_msort_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.024s) 2022-05-18T04:30:58.9773513Z test_fn_gradgrad_mul_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.181s) 2022-05-18T04:30:59.2183234Z test_fn_gradgrad_mul_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.241s) 2022-05-18T04:30:59.2198393Z test_fn_gradgrad_multinomial_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:30:59.3609227Z test_fn_gradgrad_mv_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.141s) 2022-05-18T04:30:59.3909664Z test_fn_gradgrad_mv_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.030s) 2022-05-18T04:30:59.5487275Z test_fn_gradgrad_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.158s) 2022-05-18T04:30:59.5493856Z test_fn_gradgrad_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:30:59.5502172Z test_fn_gradgrad_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:30:59.5852266Z test_fn_gradgrad_nan_to_num_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.035s) 2022-05-18T04:31:00.0854731Z test_fn_gradgrad_nanmean_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.500s) 2022-05-18T04:31:00.2927753Z test_fn_gradgrad_nanmedian_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.207s) 2022-05-18T04:31:01.7822284Z test_fn_gradgrad_nanquantile_cuda_float64 (__main__.TestGradientsCUDA) ... ok (1.489s) 2022-05-18T04:31:02.0382705Z test_fn_gradgrad_nansum_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.256s) 2022-05-18T04:31:02.3204025Z test_fn_gradgrad_narrow_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.282s) 2022-05-18T04:31:02.3779040Z test_fn_gradgrad_narrow_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.057s) 2022-05-18T04:31:02.3794336Z test_fn_gradgrad_ne_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:31:02.3809119Z test_fn_gradgrad_ne_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:31:02.4405097Z test_fn_gradgrad_neg_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.059s) 2022-05-18T04:31:02.4541138Z test_fn_gradgrad_neg_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.014s) 2022-05-18T04:31:02.4556500Z test_fn_gradgrad_new_empty_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:31:02.4571335Z test_fn_gradgrad_new_empty_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:31:02.4586441Z test_fn_gradgrad_new_full_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:31:02.4601604Z test_fn_gradgrad_new_full_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:31:02.4622828Z test_fn_gradgrad_new_ones_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:31:02.4637243Z test_fn_gradgrad_new_ones_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:31:02.4651840Z test_fn_gradgrad_new_zeros_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:31:02.4666618Z test_fn_gradgrad_new_zeros_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:31:02.4681225Z test_fn_gradgrad_nextafter_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:31:02.5057354Z test_fn_gradgrad_nn_functional_adaptive_avg_pool1d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.038s) 2022-05-18T04:31:02.5709142Z test_fn_gradgrad_nn_functional_adaptive_avg_pool2d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.065s) 2022-05-18T04:31:02.6467592Z test_fn_gradgrad_nn_functional_adaptive_avg_pool3d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.076s) 2022-05-18T04:31:02.7107999Z test_fn_gradgrad_nn_functional_adaptive_max_pool1d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.064s) 2022-05-18T04:31:02.8915653Z test_fn_gradgrad_nn_functional_adaptive_max_pool2d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.181s) 2022-05-18T04:31:03.0452403Z test_fn_gradgrad_nn_functional_adaptive_max_pool3d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.154s) 2022-05-18T04:31:03.1630479Z test_fn_gradgrad_nn_functional_avg_pool1d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.118s) 2022-05-18T04:31:03.2526503Z test_fn_gradgrad_nn_functional_avg_pool2d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.090s) 2022-05-18T04:31:03.3548603Z test_fn_gradgrad_nn_functional_avg_pool3d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.102s) 2022-05-18T04:31:03.8893763Z test_fn_gradgrad_nn_functional_batch_norm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.534s) 2022-05-18T04:31:04.4223529Z test_fn_gradgrad_nn_functional_batch_norm_without_cudnn_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.533s) 2022-05-18T04:31:06.1623841Z test_fn_gradgrad_nn_functional_bilinear_cuda_float64 (__main__.TestGradientsCUDA) ... ok (1.740s) 2022-05-18T04:31:06.1748662Z test_fn_gradgrad_nn_functional_binary_cross_entropy_cuda_float64 (__main__.TestGradientsCUDA) ... expected failure (0.012s) 2022-05-18T04:31:06.1756666Z test_fn_gradgrad_nn_functional_binary_cross_entropy_with_logits_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:31:06.2127950Z test_fn_gradgrad_nn_functional_celu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.037s) 2022-05-18T04:31:08.3412051Z test_fn_gradgrad_nn_functional_conv1d_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (2.128s) 2022-05-18T04:31:08.5623164Z test_fn_gradgrad_nn_functional_conv1d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.221s) 2022-05-18T04:31:15.2911400Z test_fn_gradgrad_nn_functional_conv2d_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (6.729s) 2022-05-18T04:31:15.9894971Z test_fn_gradgrad_nn_functional_conv2d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.698s) 2022-05-18T04:31:16.2041121Z test_fn_gradgrad_nn_functional_conv_transpose1d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.215s) 2022-05-18T04:31:16.4268981Z test_fn_gradgrad_nn_functional_conv_transpose2d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.223s) 2022-05-18T04:31:16.6876547Z test_fn_gradgrad_nn_functional_conv_transpose3d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.261s) 2022-05-18T04:31:17.1421479Z test_fn_gradgrad_nn_functional_cosine_embedding_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.454s) 2022-05-18T04:31:17.6964204Z test_fn_gradgrad_nn_functional_cosine_similarity_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.554s) 2022-05-18T04:31:18.1894090Z test_fn_gradgrad_nn_functional_cross_entropy_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.493s) 2022-05-18T04:31:18.2050137Z test_fn_gradgrad_nn_functional_ctc_loss_cuda_float64 (__main__.TestGradientsCUDA) ... expected failure (0.016s) 2022-05-18T04:31:18.3871692Z test_fn_gradgrad_nn_functional_dropout2d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.182s) 2022-05-18T04:31:18.6378433Z test_fn_gradgrad_nn_functional_dropout_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.251s) 2022-05-18T04:31:18.6735367Z test_fn_gradgrad_nn_functional_elu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.036s) 2022-05-18T04:31:18.6749501Z test_fn_gradgrad_nn_functional_embedding_bag_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op claims it doesn't support gradgrad. This is not verified. (0.001s) 2022-05-18T04:31:18.7132889Z test_fn_gradgrad_nn_functional_embedding_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.038s) 2022-05-18T04:31:18.8141514Z test_fn_gradgrad_nn_functional_feature_alpha_dropout_with_train_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.101s) 2022-05-18T04:31:19.4528065Z test_fn_gradgrad_nn_functional_feature_alpha_dropout_without_train_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.638s) 2022-05-18T04:31:19.5785859Z test_fn_gradgrad_nn_functional_feature_alpha_dropout_without_train_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.126s) 2022-05-18T04:31:20.1780823Z test_fn_gradgrad_nn_functional_fractional_max_pool2d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.599s) 2022-05-18T04:31:20.9494458Z test_fn_gradgrad_nn_functional_fractional_max_pool3d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.771s) 2022-05-18T04:31:43.4105417Z test_fn_gradgrad_nn_functional_gaussian_nll_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (22.461s) 2022-05-18T04:31:43.5267550Z test_fn_gradgrad_nn_functional_gelu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.116s) 2022-05-18T04:31:44.1477246Z test_fn_gradgrad_nn_functional_glu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.621s) 2022-05-18T04:31:44.1490906Z test_fn_gradgrad_nn_functional_grid_sample_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op claims it doesn't support gradgrad. This is not verified. (0.001s) 2022-05-18T04:31:44.4601698Z test_fn_gradgrad_nn_functional_group_norm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.311s) 2022-05-18T04:31:44.5701710Z test_fn_gradgrad_nn_functional_hardshrink_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.110s) 2022-05-18T04:31:44.5716064Z test_fn_gradgrad_nn_functional_hardsigmoid_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op claims it doesn't support gradgrad. This is not verified. (0.001s) 2022-05-18T04:31:44.5728922Z test_fn_gradgrad_nn_functional_hardswish_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op claims it doesn't support gradgrad. This is not verified. (0.001s) 2022-05-18T04:31:44.6844726Z test_fn_gradgrad_nn_functional_hardtanh_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.111s) 2022-05-18T04:31:44.8918169Z test_fn_gradgrad_nn_functional_hinge_embedding_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.207s) 2022-05-18T04:31:45.1828011Z test_fn_gradgrad_nn_functional_huber_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.291s) 2022-05-18T04:31:45.7096111Z test_fn_gradgrad_nn_functional_instance_norm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.527s) 2022-05-18T04:31:45.8664826Z test_fn_gradgrad_nn_functional_interpolate_area_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.157s) 2022-05-18T04:31:46.0185224Z test_fn_gradgrad_nn_functional_interpolate_bicubic_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.152s) 2022-05-18T04:31:46.1657059Z test_fn_gradgrad_nn_functional_interpolate_bilinear_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.147s) 2022-05-18T04:31:46.3135714Z test_fn_gradgrad_nn_functional_interpolate_linear_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.148s) 2022-05-18T04:31:46.4596858Z test_fn_gradgrad_nn_functional_interpolate_nearest_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.146s) 2022-05-18T04:31:46.6107001Z test_fn_gradgrad_nn_functional_interpolate_trilinear_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.151s) 2022-05-18T04:31:46.6148380Z test_fn_gradgrad_nn_functional_kl_div_cuda_float64 (__main__.TestGradientsCUDA) ... /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:31:46.6149811Z warnings.warn( 2022-05-18T04:31:46.6352514Z expected failure (0.024s) 2022-05-18T04:31:46.6367433Z test_fn_gradgrad_nn_functional_l1_loss_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:31:46.8230612Z test_fn_gradgrad_nn_functional_l1_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.186s) 2022-05-18T04:31:47.1094205Z test_fn_gradgrad_nn_functional_layer_norm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.286s) 2022-05-18T04:31:47.2196710Z test_fn_gradgrad_nn_functional_leaky_relu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.110s) 2022-05-18T04:31:50.0609126Z test_fn_gradgrad_nn_functional_linear_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (2.841s) 2022-05-18T04:31:50.6438025Z test_fn_gradgrad_nn_functional_linear_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.583s) 2022-05-18T04:31:50.9191005Z test_fn_gradgrad_nn_functional_local_response_norm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.275s) 2022-05-18T04:31:50.9540191Z test_fn_gradgrad_nn_functional_logsigmoid_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.035s) 2022-05-18T04:31:51.0821528Z test_fn_gradgrad_nn_functional_margin_ranking_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.128s) 2022-05-18T04:32:04.5568398Z test_fn_gradgrad_nn_functional_max_pool1d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (13.474s) 2022-05-18T04:32:22.0132987Z test_fn_gradgrad_nn_functional_max_pool2d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (17.456s) 2022-05-18T04:32:30.6997461Z test_fn_gradgrad_nn_functional_max_pool3d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (8.686s) 2022-05-18T04:32:30.7002966Z test_fn_gradgrad_nn_functional_max_unpool1d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:32:31.0065985Z test_fn_gradgrad_nn_functional_max_unpool1d_grad_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.306s) 2022-05-18T04:32:31.0071180Z test_fn_gradgrad_nn_functional_max_unpool2d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:32:31.4982594Z test_fn_gradgrad_nn_functional_max_unpool2d_grad_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.491s) 2022-05-18T04:32:31.4988388Z test_fn_gradgrad_nn_functional_max_unpool3d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:32:31.6664460Z test_fn_gradgrad_nn_functional_max_unpool3d_grad_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.167s) 2022-05-18T04:32:31.7101808Z test_fn_gradgrad_nn_functional_mish_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.044s) 2022-05-18T04:32:31.8936569Z test_fn_gradgrad_nn_functional_mse_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.183s) 2022-05-18T04:32:31.8951533Z test_fn_gradgrad_nn_functional_multi_margin_loss_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op claims it doesn't support gradgrad. This is not verified. (0.002s) 2022-05-18T04:32:31.8965716Z test_fn_gradgrad_nn_functional_multilabel_margin_loss_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op claims it doesn't support gradgrad. This is not verified. (0.001s) 2022-05-18T04:32:31.9857946Z test_fn_gradgrad_nn_functional_multilabel_soft_margin_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.089s) 2022-05-18T04:32:32.7307013Z test_fn_gradgrad_nn_functional_nll_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.745s) 2022-05-18T04:32:33.7000656Z test_fn_gradgrad_nn_functional_normalize_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.969s) 2022-05-18T04:32:33.8905577Z test_fn_gradgrad_nn_functional_normalize_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.190s) 2022-05-18T04:32:34.6113718Z test_fn_gradgrad_nn_functional_pad_circular_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.721s) 2022-05-18T04:32:34.7650690Z test_fn_gradgrad_nn_functional_pad_circular_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.154s) 2022-05-18T04:32:37.4540664Z test_fn_gradgrad_nn_functional_pad_constant_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (2.689s) 2022-05-18T04:32:38.0043726Z test_fn_gradgrad_nn_functional_pad_constant_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.550s) 2022-05-18T04:32:38.6599353Z test_fn_gradgrad_nn_functional_pad_reflect_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.656s) 2022-05-18T04:32:38.7961652Z test_fn_gradgrad_nn_functional_pad_reflect_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.136s) 2022-05-18T04:32:39.4533256Z test_fn_gradgrad_nn_functional_pad_replicate_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.657s) 2022-05-18T04:32:39.5895233Z test_fn_gradgrad_nn_functional_pad_replicate_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.136s) 2022-05-18T04:32:40.6532759Z test_fn_gradgrad_nn_functional_pairwise_distance_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.064s) 2022-05-18T04:32:40.9108196Z test_fn_gradgrad_nn_functional_pairwise_distance_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.257s) 2022-05-18T04:32:40.9123019Z test_fn_gradgrad_nn_functional_pdist_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op claims it doesn't support gradgrad. This is not verified. (0.001s) 2022-05-18T04:32:41.0333851Z test_fn_gradgrad_nn_functional_pixel_shuffle_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.121s) 2022-05-18T04:32:41.0590437Z test_fn_gradgrad_nn_functional_pixel_shuffle_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.026s) 2022-05-18T04:32:41.1806045Z test_fn_gradgrad_nn_functional_pixel_unshuffle_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.121s) 2022-05-18T04:32:41.2061802Z test_fn_gradgrad_nn_functional_pixel_unshuffle_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.026s) 2022-05-18T04:32:43.9571890Z test_fn_gradgrad_nn_functional_poisson_nll_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (2.751s) 2022-05-18T04:32:44.4467718Z test_fn_gradgrad_nn_functional_prelu_cuda_float64 (__main__.TestGradientsCUDA) ... expected failure (0.489s) 2022-05-18T04:32:44.5574892Z test_fn_gradgrad_nn_functional_relu6_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.111s) 2022-05-18T04:32:44.6080947Z test_fn_gradgrad_nn_functional_relu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.050s) 2022-05-18T04:32:44.6505546Z test_fn_gradgrad_nn_functional_rrelu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.042s) 2022-05-18T04:32:44.6862184Z test_fn_gradgrad_nn_functional_selu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.036s) 2022-05-18T04:32:44.7250165Z test_fn_gradgrad_nn_functional_silu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.039s) 2022-05-18T04:32:44.9979542Z test_fn_gradgrad_nn_functional_smooth_l1_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.273s) 2022-05-18T04:32:45.0941390Z test_fn_gradgrad_nn_functional_soft_margin_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.096s) 2022-05-18T04:32:45.1822971Z test_fn_gradgrad_nn_functional_softmin_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.088s) 2022-05-18T04:32:45.5647304Z test_fn_gradgrad_nn_functional_softmin_with_dtype_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.382s) 2022-05-18T04:32:45.6533776Z test_fn_gradgrad_nn_functional_softmin_with_dtype_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.089s) 2022-05-18T04:32:45.6938348Z test_fn_gradgrad_nn_functional_softplus_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.040s) 2022-05-18T04:32:45.8021328Z test_fn_gradgrad_nn_functional_softshrink_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.108s) 2022-05-18T04:32:46.0564597Z test_fn_gradgrad_nn_functional_softsign_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.254s) 2022-05-18T04:32:46.1033416Z test_fn_gradgrad_nn_functional_softsign_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.047s) 2022-05-18T04:32:46.2811283Z test_fn_gradgrad_nn_functional_tanhshrink_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.178s) 2022-05-18T04:32:46.3190060Z test_fn_gradgrad_nn_functional_tanhshrink_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.038s) 2022-05-18T04:32:46.3699482Z test_fn_gradgrad_nn_functional_threshold_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.051s) 2022-05-18T04:32:48.5737428Z test_fn_gradgrad_nn_functional_triplet_margin_loss_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (2.204s) 2022-05-18T04:32:49.1106310Z test_fn_gradgrad_nn_functional_triplet_margin_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.537s) 2022-05-18T04:32:51.3741381Z test_fn_gradgrad_nn_functional_triplet_margin_with_distance_loss_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (2.263s) 2022-05-18T04:32:51.9261180Z test_fn_gradgrad_nn_functional_triplet_margin_with_distance_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.552s) 2022-05-18T04:33:05.8494729Z test_fn_gradgrad_nn_functional_unfold_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (13.923s) 2022-05-18T04:33:08.6730231Z test_fn_gradgrad_nn_functional_unfold_cuda_float64 (__main__.TestGradientsCUDA) ... ok (2.823s) 2022-05-18T04:33:08.6757357Z test_fn_gradgrad_nn_functional_upsample_bilinear_cuda_float64 (__main__.TestGradientsCUDA) ... /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:33:08.6758891Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T04:33:08.6814418Z /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:33:08.6816451Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T04:33:08.6877691Z /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:33:08.6878344Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T04:33:08.6937318Z /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:33:08.6937962Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T04:33:08.7001042Z /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:33:08.7001691Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T04:33:08.7060817Z /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:33:08.7061462Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T04:33:08.7123847Z /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:33:08.7124537Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T04:33:08.7183091Z /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:33:08.7183733Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T04:33:08.7245420Z /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:33:08.7246053Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T04:33:08.7253224Z ok (0.052s) 2022-05-18T04:33:08.7283333Z test_fn_gradgrad_nn_functional_upsample_nearest_cuda_float64 (__main__.TestGradientsCUDA) ... /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:33:08.7284378Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T04:33:08.7337100Z /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:33:08.7337733Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T04:33:08.7398859Z /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:33:08.7399476Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T04:33:08.7456183Z /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:33:08.7456806Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T04:33:08.7517258Z /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:33:08.7517892Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T04:33:08.7575585Z /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:33:08.7576210Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T04:33:08.7637227Z /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:33:08.7637857Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T04:33:08.7695050Z /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:33:08.7695687Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T04:33:08.7756115Z /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:33:08.7756745Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T04:33:08.7815058Z /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:33:08.7815687Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T04:33:08.7876662Z /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:33:08.7877285Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T04:33:08.7935064Z /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:33:08.7935689Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T04:33:08.7996892Z /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:33:08.7997644Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T04:33:08.8055643Z /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:33:08.8056276Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T04:33:08.8117953Z /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:33:08.8118560Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T04:33:08.8176120Z /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:33:08.8176754Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T04:33:08.8241575Z /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:33:08.8242223Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T04:33:08.8302458Z /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:33:08.8303090Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T04:33:08.8365717Z /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:33:08.8366336Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T04:33:08.8426664Z /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:33:08.8427289Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T04:33:08.8489419Z /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:33:08.8490028Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T04:33:08.8550697Z /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:33:08.8551476Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T04:33:08.8614401Z /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:33:08.8615028Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T04:33:08.8674788Z /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:33:08.8675421Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T04:33:08.8737923Z /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:33:08.8738847Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T04:33:08.8746270Z ok (0.149s) 2022-05-18T04:33:08.8761250Z test_fn_gradgrad_nonzero_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:33:08.8774086Z test_fn_gradgrad_nonzero_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:33:12.0478005Z test_fn_gradgrad_norm_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (3.170s) 2022-05-18T04:33:12.7916647Z test_fn_gradgrad_norm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.744s) 2022-05-18T04:33:13.0077192Z test_fn_gradgrad_norm_fro_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.216s) 2022-05-18T04:33:13.0573849Z test_fn_gradgrad_norm_fro_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.050s) 2022-05-18T04:33:13.3574025Z test_fn_gradgrad_norm_inf_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.300s) 2022-05-18T04:33:13.4220201Z test_fn_gradgrad_norm_inf_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.065s) 2022-05-18T04:33:14.2193845Z test_fn_gradgrad_norm_nuc_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.797s) 2022-05-18T04:33:14.2785595Z test_fn_gradgrad_norm_nuc_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.059s) 2022-05-18T04:33:14.2791520Z test_fn_gradgrad_normal_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Gradients are incorrect! (0.001s) 2022-05-18T04:33:14.2798322Z test_fn_gradgrad_normal_number_mean_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Gradients are incorrect! (0.001s) 2022-05-18T04:33:14.2813659Z test_fn_gradgrad_ones_like_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:33:14.2827166Z test_fn_gradgrad_ones_like_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:33:14.2840835Z test_fn_gradgrad_ormqr_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:33:14.2854390Z test_fn_gradgrad_ormqr_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:33:14.4280936Z test_fn_gradgrad_outer_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.142s) 2022-05-18T04:33:14.4584802Z test_fn_gradgrad_outer_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.030s) 2022-05-18T04:33:36.2456802Z test_fn_gradgrad_pca_lowrank_cuda_float64 (__main__.TestGradientsCUDA) ... ok (21.787s) 2022-05-18T04:33:36.4624932Z test_fn_gradgrad_permute_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.217s) 2022-05-18T04:33:36.5099683Z test_fn_gradgrad_permute_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.047s) 2022-05-18T04:33:38.0936267Z test_fn_gradgrad_pinverse_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.584s) 2022-05-18T04:33:38.2651084Z test_fn_gradgrad_pinverse_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.171s) 2022-05-18T04:33:38.6265180Z test_fn_gradgrad_polar_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.361s) 2022-05-18T04:33:38.7498113Z test_fn_gradgrad_polygamma_polygamma_n_0_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.123s) 2022-05-18T04:33:38.7503253Z test_fn_gradgrad_polygamma_polygamma_n_1_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:33:38.7509905Z test_fn_gradgrad_polygamma_polygamma_n_2_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:33:38.7515566Z test_fn_gradgrad_polygamma_polygamma_n_3_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:33:38.7521919Z test_fn_gradgrad_polygamma_polygamma_n_4_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:33:38.8940407Z test_fn_gradgrad_positive_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.141s) 2022-05-18T04:33:38.9253846Z test_fn_gradgrad_positive_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.031s) 2022-05-18T04:33:40.6375635Z test_fn_gradgrad_pow_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.712s) 2022-05-18T04:33:40.9886195Z test_fn_gradgrad_pow_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.351s) 2022-05-18T04:33:44.2196112Z test_fn_gradgrad_prod_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (3.231s) 2022-05-18T04:33:44.9257685Z test_fn_gradgrad_prod_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.706s) 2022-05-18T04:33:47.3430143Z test_fn_gradgrad_put_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (2.417s) 2022-05-18T04:33:47.7894500Z test_fn_gradgrad_put_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.446s) 2022-05-18T04:33:51.8813631Z test_fn_gradgrad_qr_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (4.092s) 2022-05-18T04:33:52.5290655Z test_fn_gradgrad_qr_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.648s) 2022-05-18T04:33:53.9717275Z test_fn_gradgrad_quantile_cuda_float64 (__main__.TestGradientsCUDA) ... ok (1.442s) 2022-05-18T04:33:54.0046453Z test_fn_gradgrad_rad2deg_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.033s) 2022-05-18T04:33:54.0060155Z test_fn_gradgrad_rand_like_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:33:54.0074069Z test_fn_gradgrad_rand_like_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:33:54.0087697Z test_fn_gradgrad_randint_like_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:33:54.0101280Z test_fn_gradgrad_randn_like_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:33:54.0114780Z test_fn_gradgrad_randn_like_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:33:54.1187726Z test_fn_gradgrad_ravel_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.107s) 2022-05-18T04:33:54.1416609Z test_fn_gradgrad_ravel_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.023s) 2022-05-18T04:33:54.2752487Z test_fn_gradgrad_real_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.133s) 2022-05-18T04:33:54.3043596Z test_fn_gradgrad_real_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.029s) 2022-05-18T04:33:54.4830997Z test_fn_gradgrad_reciprocal_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.179s) 2022-05-18T04:33:54.5194243Z test_fn_gradgrad_reciprocal_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.036s) 2022-05-18T04:33:54.7621129Z test_fn_gradgrad_remainder_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.243s) 2022-05-18T04:33:55.2216126Z test_fn_gradgrad_renorm_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.459s) 2022-05-18T04:33:55.3124470Z test_fn_gradgrad_renorm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.091s) 2022-05-18T04:33:56.5886819Z test_fn_gradgrad_repeat_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.276s) 2022-05-18T04:33:56.8208774Z test_fn_gradgrad_repeat_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.232s) 2022-05-18T04:33:57.1315442Z test_fn_gradgrad_repeat_interleave_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.311s) 2022-05-18T04:33:57.1902798Z test_fn_gradgrad_repeat_interleave_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.059s) 2022-05-18T04:33:57.4074127Z test_fn_gradgrad_reshape_as_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.217s) 2022-05-18T04:33:57.4526628Z test_fn_gradgrad_reshape_as_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.045s) 2022-05-18T04:33:58.0433172Z test_fn_gradgrad_reshape_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.590s) 2022-05-18T04:33:58.1640336Z test_fn_gradgrad_reshape_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.121s) 2022-05-18T04:33:58.1654713Z test_fn_gradgrad_resize__cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:33:58.1668314Z test_fn_gradgrad_resize__cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:33:58.1681867Z test_fn_gradgrad_resize_as__cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:33:58.1695359Z test_fn_gradgrad_resize_as__cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:33:58.2736183Z test_fn_gradgrad_resolve_conj_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.104s) 2022-05-18T04:33:58.2954209Z test_fn_gradgrad_resolve_conj_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.022s) 2022-05-18T04:33:58.3975772Z test_fn_gradgrad_resolve_neg_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.102s) 2022-05-18T04:33:58.4195075Z test_fn_gradgrad_resolve_neg_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.022s) 2022-05-18T04:33:58.8894324Z test_fn_gradgrad_roll_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.470s) 2022-05-18T04:33:58.9851242Z test_fn_gradgrad_roll_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.096s) 2022-05-18T04:33:59.2264621Z test_fn_gradgrad_rot90_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.241s) 2022-05-18T04:33:59.2768473Z test_fn_gradgrad_rot90_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.050s) 2022-05-18T04:33:59.2864462Z test_fn_gradgrad_round_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.010s) 2022-05-18T04:33:59.3088869Z test_fn_gradgrad_round_decimals_0_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.022s) 2022-05-18T04:33:59.3095027Z test_fn_gradgrad_round_decimals_3_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:33:59.3101708Z test_fn_gradgrad_round_decimals_neg_3_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:33:59.4904470Z test_fn_gradgrad_rsqrt_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.180s) 2022-05-18T04:33:59.5271065Z test_fn_gradgrad_rsqrt_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.037s) 2022-05-18T04:34:00.8013162Z test_fn_gradgrad_rsub_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.274s) 2022-05-18T04:34:01.0692019Z test_fn_gradgrad_rsub_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.268s) 2022-05-18T04:34:01.9236197Z test_fn_gradgrad_scatter_add_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.854s) 2022-05-18T04:34:02.1063261Z test_fn_gradgrad_scatter_add_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.183s) 2022-05-18T04:34:03.0753928Z test_fn_gradgrad_scatter_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.969s) 2022-05-18T04:34:03.2796413Z test_fn_gradgrad_scatter_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.204s) 2022-05-18T04:34:03.7089090Z test_fn_gradgrad_scatter_reduce_amax_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.429s) 2022-05-18T04:34:04.1390648Z test_fn_gradgrad_scatter_reduce_amin_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.430s) 2022-05-18T04:34:04.5756247Z test_fn_gradgrad_scatter_reduce_mean_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.436s) 2022-05-18T04:34:05.4964665Z test_fn_gradgrad_scatter_reduce_prod_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.921s) 2022-05-18T04:34:05.8716443Z test_fn_gradgrad_scatter_reduce_sum_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.375s) 2022-05-18T04:34:05.8731016Z test_fn_gradgrad_searchsorted_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:34:06.1561134Z test_fn_gradgrad_select_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.283s) 2022-05-18T04:34:06.2140532Z test_fn_gradgrad_select_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.058s) 2022-05-18T04:34:06.3506322Z test_fn_gradgrad_select_scatter_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.136s) 2022-05-18T04:34:06.4407269Z test_fn_gradgrad_sgn_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.090s) 2022-05-18T04:34:06.4505122Z test_fn_gradgrad_sgn_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.010s) 2022-05-18T04:34:06.4519017Z test_fn_gradgrad_short_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:34:06.4532489Z test_fn_gradgrad_short_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:34:06.6153489Z test_fn_gradgrad_sigmoid_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.162s) 2022-05-18T04:34:06.6499396Z test_fn_gradgrad_sigmoid_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.035s) 2022-05-18T04:34:06.6597702Z test_fn_gradgrad_sign_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.010s) 2022-05-18T04:34:06.6610419Z test_fn_gradgrad_signbit_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:34:06.7277916Z test_fn_gradgrad_sin_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.067s) 2022-05-18T04:34:06.7418396Z test_fn_gradgrad_sin_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.014s) 2022-05-18T04:34:06.9686245Z test_fn_gradgrad_sinc_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.226s) 2022-05-18T04:34:07.0153206Z test_fn_gradgrad_sinc_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.047s) 2022-05-18T04:34:07.0819167Z test_fn_gradgrad_sinh_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.066s) 2022-05-18T04:34:07.0961178Z test_fn_gradgrad_sinh_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.014s) 2022-05-18T04:34:07.3501014Z test_fn_gradgrad_slice_scatter_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.254s) 2022-05-18T04:34:07.4372749Z test_fn_gradgrad_softmax_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.087s) 2022-05-18T04:34:07.8034941Z test_fn_gradgrad_softmax_with_dtype_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.366s) 2022-05-18T04:34:07.8864036Z test_fn_gradgrad_softmax_with_dtype_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.083s) 2022-05-18T04:34:08.4026132Z test_fn_gradgrad_sort_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.516s) 2022-05-18T04:34:08.4031735Z test_fn_gradgrad_sparse_sampled_addmm_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:34:08.4038360Z test_fn_gradgrad_sparse_sampled_addmm_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:34:08.4304610Z test_fn_gradgrad_special_entr_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.026s) 2022-05-18T04:34:08.4676719Z test_fn_gradgrad_special_erfcx_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.037s) 2022-05-18T04:34:08.5009695Z test_fn_gradgrad_special_i0e_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.033s) 2022-05-18T04:34:08.5553177Z test_fn_gradgrad_special_i1_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.054s) 2022-05-18T04:34:08.6144015Z test_fn_gradgrad_special_i1e_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.059s) 2022-05-18T04:34:08.6560956Z test_fn_gradgrad_special_log_ndtr_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.042s) 2022-05-18T04:34:08.6979573Z test_fn_gradgrad_special_ndtr_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.042s) 2022-05-18T04:34:08.7376070Z test_fn_gradgrad_special_ndtri_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.040s) 2022-05-18T04:34:08.8605689Z test_fn_gradgrad_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.123s) 2022-05-18T04:34:08.8611367Z test_fn_gradgrad_special_xlog1py_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:34:08.8627672Z test_fn_gradgrad_special_zeta_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:34:09.0249239Z test_fn_gradgrad_split_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.162s) 2022-05-18T04:34:09.0570170Z test_fn_gradgrad_split_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.032s) 2022-05-18T04:34:09.3653961Z test_fn_gradgrad_split_list_args_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.308s) 2022-05-18T04:34:09.4245168Z test_fn_gradgrad_split_list_args_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.059s) 2022-05-18T04:34:09.8268220Z test_fn_gradgrad_split_with_sizes_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.402s) 2022-05-18T04:34:09.9035508Z test_fn_gradgrad_split_with_sizes_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.077s) 2022-05-18T04:34:09.9738006Z test_fn_gradgrad_sqrt_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.070s) 2022-05-18T04:34:09.9915066Z test_fn_gradgrad_sqrt_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.018s) 2022-05-18T04:34:10.1721388Z test_fn_gradgrad_square_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.180s) 2022-05-18T04:34:10.2078253Z test_fn_gradgrad_square_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.036s) 2022-05-18T04:34:10.5830877Z test_fn_gradgrad_squeeze_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.375s) 2022-05-18T04:34:10.6597490Z test_fn_gradgrad_squeeze_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.077s) 2022-05-18T04:34:11.7925399Z test_fn_gradgrad_stack_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.133s) 2022-05-18T04:34:12.0399875Z test_fn_gradgrad_stack_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.247s) 2022-05-18T04:34:12.5860567Z test_fn_gradgrad_std_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.546s) 2022-05-18T04:34:12.7168603Z test_fn_gradgrad_std_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.131s) 2022-05-18T04:34:12.7173955Z test_fn_gradgrad_std_mean_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:34:12.7180381Z test_fn_gradgrad_std_mean_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:34:13.4554225Z test_fn_gradgrad_stft_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.737s) 2022-05-18T04:34:13.6474861Z test_fn_gradgrad_stft_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.192s) 2022-05-18T04:34:14.9035199Z test_fn_gradgrad_sub_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.256s) 2022-05-18T04:34:15.1726996Z test_fn_gradgrad_sub_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.269s) 2022-05-18T04:34:16.3125502Z test_fn_gradgrad_sum_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.140s) 2022-05-18T04:34:16.5389802Z test_fn_gradgrad_sum_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.226s) 2022-05-18T04:34:16.8716431Z test_fn_gradgrad_sum_to_size_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.333s) 2022-05-18T04:34:16.9396619Z test_fn_gradgrad_sum_to_size_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.068s) 2022-05-18T04:34:57.8881189Z test_fn_gradgrad_svd_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (40.948s) 2022-05-18T04:35:02.6630836Z test_fn_gradgrad_svd_cuda_float64 (__main__.TestGradientsCUDA) ... ok (4.775s) 2022-05-18T04:35:30.6788960Z test_fn_gradgrad_svd_lowrank_cuda_float64 (__main__.TestGradientsCUDA) ... ok (28.016s) 2022-05-18T04:35:32.1998509Z test_fn_gradgrad_symeig_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.521s) 2022-05-18T04:35:32.4791746Z test_fn_gradgrad_symeig_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.279s) 2022-05-18T04:35:32.6380475Z test_fn_gradgrad_t_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.159s) 2022-05-18T04:35:32.6714421Z test_fn_gradgrad_t_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.033s) 2022-05-18T04:35:32.9901582Z test_fn_gradgrad_take_along_dim_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.318s) 2022-05-18T04:35:33.0562846Z test_fn_gradgrad_take_along_dim_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.066s) 2022-05-18T04:35:33.5979415Z test_fn_gradgrad_take_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.541s) 2022-05-18T04:35:33.7088533Z test_fn_gradgrad_take_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.111s) 2022-05-18T04:35:33.7797312Z test_fn_gradgrad_tan_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.071s) 2022-05-18T04:35:33.7949296Z test_fn_gradgrad_tan_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.015s) 2022-05-18T04:35:33.8578384Z test_fn_gradgrad_tanh_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.063s) 2022-05-18T04:35:33.8718787Z test_fn_gradgrad_tanh_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.014s) 2022-05-18T04:35:35.0875799Z test_fn_gradgrad_tensor_split_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.215s) 2022-05-18T04:35:35.3101677Z test_fn_gradgrad_tensor_split_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.222s) 2022-05-18T04:35:35.6167038Z test_fn_gradgrad_tensordot_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.306s) 2022-05-18T04:35:35.6801755Z test_fn_gradgrad_tensordot_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.063s) 2022-05-18T04:35:37.1619494Z test_fn_gradgrad_tile_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.481s) 2022-05-18T04:35:37.4340979Z test_fn_gradgrad_tile_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.272s) 2022-05-18T04:35:37.4355225Z test_fn_gradgrad_to_sparse_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:35:37.4703639Z test_fn_gradgrad_to_sparse_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.035s) 2022-05-18T04:35:37.6890738Z test_fn_gradgrad_topk_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.218s) 2022-05-18T04:35:37.7582285Z test_fn_gradgrad_trace_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.069s) 2022-05-18T04:35:37.7735972Z test_fn_gradgrad_trace_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.015s) 2022-05-18T04:35:38.2053483Z test_fn_gradgrad_transpose_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.431s) 2022-05-18T04:35:38.2941710Z test_fn_gradgrad_transpose_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.089s) 2022-05-18T04:35:39.6547312Z test_fn_gradgrad_trapezoid_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.360s) 2022-05-18T04:35:39.9313630Z test_fn_gradgrad_trapezoid_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.277s) 2022-05-18T04:35:41.2942140Z test_fn_gradgrad_trapz_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.363s) 2022-05-18T04:35:41.5723451Z test_fn_gradgrad_trapz_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.278s) 2022-05-18T04:35:43.3357177Z test_fn_gradgrad_triangular_solve_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.763s) 2022-05-18T04:35:43.6567851Z test_fn_gradgrad_triangular_solve_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.321s) 2022-05-18T04:35:43.9420148Z test_fn_gradgrad_tril_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.285s) 2022-05-18T04:35:44.0013794Z test_fn_gradgrad_tril_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.059s) 2022-05-18T04:35:44.2860942Z test_fn_gradgrad_triu_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.284s) 2022-05-18T04:35:44.3461683Z test_fn_gradgrad_triu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.060s) 2022-05-18T04:35:45.6348778Z test_fn_gradgrad_true_divide_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.288s) 2022-05-18T04:35:45.9028784Z test_fn_gradgrad_true_divide_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.268s) 2022-05-18T04:35:45.9126239Z test_fn_gradgrad_trunc_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.010s) 2022-05-18T04:35:47.0960428Z test_fn_gradgrad_unfold_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.183s) 2022-05-18T04:35:47.3058409Z test_fn_gradgrad_unfold_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.210s) 2022-05-18T04:35:47.3073361Z test_fn_gradgrad_unique_consecutive_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:35:47.3086856Z test_fn_gradgrad_unique_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:35:47.7950397Z test_fn_gradgrad_unsqueeze_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.486s) 2022-05-18T04:35:47.8936245Z test_fn_gradgrad_unsqueeze_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.099s) 2022-05-18T04:35:48.3449785Z test_fn_gradgrad_var_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.451s) 2022-05-18T04:35:48.4460400Z test_fn_gradgrad_var_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.101s) 2022-05-18T04:35:48.4466588Z test_fn_gradgrad_var_mean_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:35:48.4473288Z test_fn_gradgrad_var_mean_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:35:48.7114653Z test_fn_gradgrad_vdot_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.264s) 2022-05-18T04:35:48.7400208Z test_fn_gradgrad_vdot_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.029s) 2022-05-18T04:35:48.7549439Z test_fn_gradgrad_view_as_complex_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.015s) 2022-05-18T04:35:48.9155743Z test_fn_gradgrad_view_as_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.160s) 2022-05-18T04:35:48.9496298Z test_fn_gradgrad_view_as_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.034s) 2022-05-18T04:35:48.9973239Z test_fn_gradgrad_view_as_real_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.048s) 2022-05-18T04:35:49.3721015Z test_fn_gradgrad_view_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.375s) 2022-05-18T04:35:49.4494741Z test_fn_gradgrad_view_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.077s) 2022-05-18T04:35:49.6898996Z test_fn_gradgrad_vsplit_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.240s) 2022-05-18T04:35:49.7346665Z test_fn_gradgrad_vsplit_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.045s) 2022-05-18T04:35:49.9293357Z test_fn_gradgrad_vstack_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.194s) 2022-05-18T04:35:49.9718462Z test_fn_gradgrad_vstack_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.042s) 2022-05-18T04:35:50.6175705Z test_fn_gradgrad_where_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.645s) 2022-05-18T04:35:50.7575157Z test_fn_gradgrad_where_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.140s) 2022-05-18T04:35:50.7581354Z test_fn_gradgrad_xlogy_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:35:50.9367056Z test_fn_gradgrad_zero__cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.178s) 2022-05-18T04:35:50.9632007Z test_fn_gradgrad_zero__cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.026s) 2022-05-18T04:35:50.9646208Z test_fn_gradgrad_zeros_like_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:35:50.9659580Z test_fn_gradgrad_zeros_like_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:35:50.9895305Z test_forward_mode_AD_H_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.023s) 2022-05-18T04:35:50.9952589Z test_forward_mode_AD_H_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.006s) 2022-05-18T04:35:51.0180238Z test_forward_mode_AD_T_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.023s) 2022-05-18T04:35:51.0238474Z test_forward_mode_AD_T_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.006s) 2022-05-18T04:35:51.2336062Z test_forward_mode_AD___getitem___cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.210s) 2022-05-18T04:35:51.2806509Z test_forward_mode_AD___getitem___cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.047s) 2022-05-18T04:35:51.5314126Z test_forward_mode_AD___radd___cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.251s) 2022-05-18T04:35:51.5781521Z test_forward_mode_AD___radd___cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.047s) 2022-05-18T04:35:51.8821033Z test_forward_mode_AD___rdiv___cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.304s) 2022-05-18T04:35:51.9393318Z test_forward_mode_AD___rdiv___cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.057s) 2022-05-18T04:35:52.3308253Z test_forward_mode_AD___rmatmul___cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.391s) 2022-05-18T04:35:52.3866470Z test_forward_mode_AD___rmatmul___cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.056s) 2022-05-18T04:35:52.4381276Z test_forward_mode_AD___rmod___cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.051s) 2022-05-18T04:35:52.7077957Z test_forward_mode_AD___rmul___cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.269s) 2022-05-18T04:35:52.7583262Z test_forward_mode_AD___rmul___cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.051s) 2022-05-18T04:35:52.7588334Z test_forward_mode_AD___rpow___cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:35:52.7594570Z test_forward_mode_AD___rpow___cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.000s) 2022-05-18T04:35:53.0152653Z test_forward_mode_AD___rsub___cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.255s) 2022-05-18T04:35:53.0627270Z test_forward_mode_AD___rsub___cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.047s) 2022-05-18T04:35:53.0722362Z test_forward_mode_AD__masked_amax_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.009s) 2022-05-18T04:35:53.0815744Z test_forward_mode_AD__masked_amin_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.009s) 2022-05-18T04:35:53.0828759Z test_forward_mode_AD__masked_argmax_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:35:53.0841147Z test_forward_mode_AD__masked_argmin_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:35:53.1643023Z test_forward_mode_AD__masked_log_softmax_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.080s) 2022-05-18T04:35:55.2332422Z test_forward_mode_AD__masked_mean_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (2.069s) 2022-05-18T04:35:55.7523275Z test_forward_mode_AD__masked_mean_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.519s) 2022-05-18T04:35:57.7221357Z test_forward_mode_AD__masked_norm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (1.970s) 2022-05-18T04:35:57.8708715Z test_forward_mode_AD__masked_normalize_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.149s) 2022-05-18T04:35:59.5763358Z test_forward_mode_AD__masked_prod_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.705s) 2022-05-18T04:35:59.9726575Z test_forward_mode_AD__masked_prod_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.396s) 2022-05-18T04:36:00.0537092Z test_forward_mode_AD__masked_softmax_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.081s) 2022-05-18T04:36:00.1387605Z test_forward_mode_AD__masked_softmin_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.085s) 2022-05-18T04:36:03.1734189Z test_forward_mode_AD__masked_std_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (3.034s) 2022-05-18T04:36:03.9087520Z test_forward_mode_AD__masked_std_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.735s) 2022-05-18T04:36:05.1719474Z test_forward_mode_AD__masked_sum_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.263s) 2022-05-18T04:36:05.4515902Z test_forward_mode_AD__masked_sum_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.280s) 2022-05-18T04:36:08.3320358Z test_forward_mode_AD__masked_var_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (2.880s) 2022-05-18T04:36:09.0420467Z test_forward_mode_AD__masked_var_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.710s) 2022-05-18T04:36:09.0425697Z test_forward_mode_AD_abs_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:36:09.0467858Z test_forward_mode_AD_abs_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.004s) 2022-05-18T04:36:09.0820937Z test_forward_mode_AD_acos_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.035s) 2022-05-18T04:36:09.0904570Z test_forward_mode_AD_acos_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.008s) 2022-05-18T04:36:09.1249064Z test_forward_mode_AD_acosh_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.034s) 2022-05-18T04:36:09.1331261Z test_forward_mode_AD_acosh_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.008s) 2022-05-18T04:36:09.4454314Z test_forward_mode_AD_add_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.312s) 2022-05-18T04:36:09.5033365Z test_forward_mode_AD_add_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.058s) 2022-05-18T04:36:10.2737435Z test_forward_mode_AD_addbmm_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.770s) 2022-05-18T04:36:10.3410537Z test_forward_mode_AD_addbmm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.067s) 2022-05-18T04:36:11.0441292Z test_forward_mode_AD_addcdiv_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.703s) 2022-05-18T04:36:11.1679933Z test_forward_mode_AD_addcdiv_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.124s) 2022-05-18T04:36:11.8534252Z test_forward_mode_AD_addcmul_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.685s) 2022-05-18T04:36:11.9711345Z test_forward_mode_AD_addcmul_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.118s) 2022-05-18T04:36:12.2772638Z test_forward_mode_AD_addmm_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.306s) 2022-05-18T04:36:12.3085230Z test_forward_mode_AD_addmm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.031s) 2022-05-18T04:36:12.6019390Z test_forward_mode_AD_addmm_decomposed_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.293s) 2022-05-18T04:36:12.6313162Z test_forward_mode_AD_addmm_decomposed_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.029s) 2022-05-18T04:36:12.9710054Z test_forward_mode_AD_addmv_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.339s) 2022-05-18T04:36:13.0292141Z test_forward_mode_AD_addmv_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.058s) 2022-05-18T04:36:13.2649781Z test_forward_mode_AD_addr_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.236s) 2022-05-18T04:36:13.3056455Z test_forward_mode_AD_addr_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.041s) 2022-05-18T04:36:13.3077200Z test_forward_mode_AD_all_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:36:13.3089279Z test_forward_mode_AD_all_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:36:13.3102042Z test_forward_mode_AD_allclose_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:36:13.3114339Z test_forward_mode_AD_allclose_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:36:13.3174008Z test_forward_mode_AD_amax_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.006s) 2022-05-18T04:36:13.3266254Z test_forward_mode_AD_amin_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.006s) 2022-05-18T04:36:13.3267293Z test_forward_mode_AD_aminmax_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:36:13.3414694Z test_forward_mode_AD_angle_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.017s) 2022-05-18T04:36:13.3453644Z test_forward_mode_AD_angle_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.004s) 2022-05-18T04:36:13.3466626Z test_forward_mode_AD_any_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:36:13.3485295Z test_forward_mode_AD_any_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:36:13.3497518Z test_forward_mode_AD_argmax_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:36:13.3510238Z test_forward_mode_AD_argmin_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:36:13.3522539Z test_forward_mode_AD_argsort_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:36:13.3534831Z test_forward_mode_AD_argwhere_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:36:13.3547396Z test_forward_mode_AD_argwhere_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:36:13.4143141Z test_forward_mode_AD_as_strided_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.059s) 2022-05-18T04:36:13.4269972Z test_forward_mode_AD_as_strided_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.013s) 2022-05-18T04:36:13.4415226Z test_forward_mode_AD_asin_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.014s) 2022-05-18T04:36:13.4456132Z test_forward_mode_AD_asin_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.004s) 2022-05-18T04:36:13.4606790Z test_forward_mode_AD_asinh_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.015s) 2022-05-18T04:36:13.4647329Z test_forward_mode_AD_asinh_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.004s) 2022-05-18T04:36:13.5214794Z test_forward_mode_AD_atan2_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.057s) 2022-05-18T04:36:13.5357651Z test_forward_mode_AD_atan_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.014s) 2022-05-18T04:36:13.5398008Z test_forward_mode_AD_atan_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.004s) 2022-05-18T04:36:13.5545592Z test_forward_mode_AD_atanh_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.015s) 2022-05-18T04:36:13.5587033Z test_forward_mode_AD_atanh_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.004s) 2022-05-18T04:36:13.7842589Z test_forward_mode_AD_atleast_1d_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.225s) 2022-05-18T04:36:13.8235944Z test_forward_mode_AD_atleast_1d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.039s) 2022-05-18T04:36:14.0476517Z test_forward_mode_AD_atleast_2d_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.224s) 2022-05-18T04:36:14.0874058Z test_forward_mode_AD_atleast_2d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.040s) 2022-05-18T04:36:14.3136504Z test_forward_mode_AD_atleast_3d_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.226s) 2022-05-18T04:36:14.3537636Z test_forward_mode_AD_atleast_3d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.040s) 2022-05-18T04:36:15.1321619Z test_forward_mode_AD_baddbmm_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.778s) 2022-05-18T04:36:15.1911537Z test_forward_mode_AD_baddbmm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.059s) 2022-05-18T04:36:15.1993795Z test_forward_mode_AD_bernoulli_cuda_float64 (__main__.TestGradientsCUDA) ... expected failure (0.008s) 2022-05-18T04:36:15.2096106Z test_forward_mode_AD_bfloat16_cuda_complex128 (__main__.TestGradientsCUDA) ... expected failure (0.010s) 2022-05-18T04:36:15.2154119Z test_forward_mode_AD_bfloat16_cuda_float64 (__main__.TestGradientsCUDA) ... expected failure (0.006s) 2022-05-18T04:36:15.2748884Z test_forward_mode_AD_block_diag_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.059s) 2022-05-18T04:36:15.2856141Z test_forward_mode_AD_block_diag_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.011s) 2022-05-18T04:36:15.3196371Z test_forward_mode_AD_bmm_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.034s) 2022-05-18T04:36:15.3267037Z test_forward_mode_AD_bmm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.007s) 2022-05-18T04:36:15.3280044Z test_forward_mode_AD_bool_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:36:15.3292849Z test_forward_mode_AD_bool_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:36:15.4464274Z test_forward_mode_AD_broadcast_tensors_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.117s) 2022-05-18T04:36:15.4671761Z test_forward_mode_AD_broadcast_tensors_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.021s) 2022-05-18T04:36:15.5477731Z test_forward_mode_AD_broadcast_to_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.080s) 2022-05-18T04:36:15.5643451Z test_forward_mode_AD_broadcast_to_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.016s) 2022-05-18T04:36:15.5656647Z test_forward_mode_AD_bucketize_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:36:15.5669434Z test_forward_mode_AD_byte_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:36:15.5681885Z test_forward_mode_AD_byte_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:36:15.6714306Z test_forward_mode_AD_cartesian_prod_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.103s) 2022-05-18T04:36:15.6900665Z test_forward_mode_AD_cartesian_prod_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.019s) 2022-05-18T04:36:15.8849408Z test_forward_mode_AD_cat_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.195s) 2022-05-18T04:36:15.9210889Z test_forward_mode_AD_cat_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.036s) 2022-05-18T04:36:15.9767165Z test_forward_mode_AD_cdist_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.056s) 2022-05-18T04:36:15.9806023Z test_forward_mode_AD_ceil_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.004s) 2022-05-18T04:36:15.9897257Z test_forward_mode_AD_chalf_cuda_complex128 (__main__.TestGradientsCUDA) ... expected failure (0.009s) 2022-05-18T04:36:15.9964623Z test_forward_mode_AD_chalf_cuda_float64 (__main__.TestGradientsCUDA) ... expected failure (0.007s) 2022-05-18T04:36:15.9977538Z test_forward_mode_AD_char_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:36:15.9990220Z test_forward_mode_AD_char_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:36:16.0079022Z test_forward_mode_AD_cholesky_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.009s) 2022-05-18T04:36:16.0144784Z test_forward_mode_AD_cholesky_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.006s) 2022-05-18T04:36:16.3718488Z test_forward_mode_AD_cholesky_inverse_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.357s) 2022-05-18T04:36:16.4644839Z test_forward_mode_AD_cholesky_inverse_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.093s) 2022-05-18T04:36:17.2392558Z test_forward_mode_AD_cholesky_solve_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.775s) 2022-05-18T04:36:17.4332501Z test_forward_mode_AD_cholesky_solve_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.194s) 2022-05-18T04:36:17.4898564Z test_forward_mode_AD_chunk_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.057s) 2022-05-18T04:36:17.5037507Z test_forward_mode_AD_chunk_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.014s) 2022-05-18T04:36:17.5285489Z test_forward_mode_AD_clamp_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.025s) 2022-05-18T04:36:17.5469791Z test_forward_mode_AD_clamp_scalar_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.018s) 2022-05-18T04:36:17.5711501Z test_forward_mode_AD_clone_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.024s) 2022-05-18T04:36:17.5773061Z test_forward_mode_AD_clone_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.006s) 2022-05-18T04:36:17.6701552Z test_forward_mode_AD_column_stack_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.093s) 2022-05-18T04:36:17.6871468Z test_forward_mode_AD_column_stack_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.017s) 2022-05-18T04:36:18.1085322Z test_forward_mode_AD_combinations_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.421s) 2022-05-18T04:36:18.2123413Z test_forward_mode_AD_combinations_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.104s) 2022-05-18T04:36:18.2613492Z test_forward_mode_AD_complex_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.049s) 2022-05-18T04:36:18.2910400Z test_forward_mode_AD_conj_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.030s) 2022-05-18T04:36:18.2979124Z test_forward_mode_AD_conj_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.007s) 2022-05-18T04:36:18.3109699Z test_forward_mode_AD_conj_physical_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.013s) 2022-05-18T04:36:18.3145214Z test_forward_mode_AD_conj_physical_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.003s) 2022-05-18T04:36:18.3263368Z test_forward_mode_AD_contiguous_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.012s) 2022-05-18T04:36:18.3304617Z test_forward_mode_AD_contiguous_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.004s) 2022-05-18T04:36:18.3754926Z test_forward_mode_AD_copysign_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.045s) 2022-05-18T04:36:18.4950382Z test_forward_mode_AD_corrcoef_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.119s) 2022-05-18T04:36:18.5225861Z test_forward_mode_AD_corrcoef_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.028s) 2022-05-18T04:36:18.5561871Z test_forward_mode_AD_cos_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.033s) 2022-05-18T04:36:18.5640733Z test_forward_mode_AD_cos_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.008s) 2022-05-18T04:36:18.5971669Z test_forward_mode_AD_cosh_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.033s) 2022-05-18T04:36:18.6049582Z test_forward_mode_AD_cosh_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.008s) 2022-05-18T04:36:18.6069281Z test_forward_mode_AD_count_nonzero_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:36:18.6081361Z test_forward_mode_AD_count_nonzero_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:36:18.6369099Z test_forward_mode_AD_cov_cuda_complex128 (__main__.TestGradientsCUDA) ... /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-18T04:36:18.6369772Z warnings.warn( 2022-05-18T04:36:18.6591475Z expected failure (0.051s) 2022-05-18T04:36:18.6872873Z test_forward_mode_AD_cov_cuda_float64 (__main__.TestGradientsCUDA) ... expected failure (0.028s) 2022-05-18T04:36:18.7881896Z test_forward_mode_AD_cross_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.101s) 2022-05-18T04:36:18.8073071Z test_forward_mode_AD_cross_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.019s) 2022-05-18T04:36:18.8180060Z test_forward_mode_AD_cummax_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.011s) 2022-05-18T04:36:18.8286784Z test_forward_mode_AD_cummin_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.011s) 2022-05-18T04:36:22.4665325Z test_forward_mode_AD_cumprod_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (3.638s) 2022-05-18T04:36:23.0504229Z test_forward_mode_AD_cumprod_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.584s) 2022-05-18T04:36:23.1013844Z test_forward_mode_AD_cumsum_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.051s) 2022-05-18T04:36:23.1127737Z test_forward_mode_AD_cumsum_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.011s) 2022-05-18T04:36:23.3882724Z test_forward_mode_AD_cumulative_trapezoid_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.275s) 2022-05-18T04:36:23.4448393Z test_forward_mode_AD_cumulative_trapezoid_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.057s) 2022-05-18T04:36:23.4527072Z test_forward_mode_AD_deg2rad_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.008s) 2022-05-18T04:36:23.6429980Z test_forward_mode_AD_diag_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.190s) 2022-05-18T04:36:23.6816530Z test_forward_mode_AD_diag_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.039s) 2022-05-18T04:36:23.8686434Z test_forward_mode_AD_diag_embed_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.187s) 2022-05-18T04:36:23.9101928Z test_forward_mode_AD_diag_embed_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.041s) 2022-05-18T04:36:23.9740843Z test_forward_mode_AD_diagflat_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.064s) 2022-05-18T04:36:23.9882216Z test_forward_mode_AD_diagflat_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.014s) 2022-05-18T04:36:24.1535819Z test_forward_mode_AD_diagonal_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.165s) 2022-05-18T04:36:24.1881016Z test_forward_mode_AD_diagonal_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.034s) 2022-05-18T04:36:24.2742490Z test_forward_mode_AD_diagonal_scatter_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.086s) 2022-05-18T04:36:27.4164882Z test_forward_mode_AD_diff_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (3.142s) 2022-05-18T04:36:27.9761794Z test_forward_mode_AD_diff_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.560s) 2022-05-18T04:36:27.9840590Z test_forward_mode_AD_digamma_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.008s) 2022-05-18T04:36:29.5555223Z test_forward_mode_AD_dist_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.571s) 2022-05-18T04:36:29.7822285Z test_forward_mode_AD_dist_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.227s) 2022-05-18T04:36:29.8288952Z test_forward_mode_AD_div_floor_rounding_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.047s) 2022-05-18T04:36:30.1133182Z test_forward_mode_AD_div_no_rounding_mode_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.284s) 2022-05-18T04:36:30.1681530Z test_forward_mode_AD_div_no_rounding_mode_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.055s) 2022-05-18T04:36:30.2147003Z test_forward_mode_AD_div_trunc_rounding_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.046s) 2022-05-18T04:36:30.2837876Z test_forward_mode_AD_dot_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.069s) 2022-05-18T04:36:30.2911408Z test_forward_mode_AD_dot_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.007s) 2022-05-18T04:36:30.3499120Z test_forward_mode_AD_double_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.059s) 2022-05-18T04:36:30.3622268Z test_forward_mode_AD_double_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.012s) 2022-05-18T04:36:30.3969582Z test_forward_mode_AD_dsplit_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.035s) 2022-05-18T04:36:30.4063119Z test_forward_mode_AD_dsplit_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.009s) 2022-05-18T04:36:30.4605037Z test_forward_mode_AD_dstack_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.054s) 2022-05-18T04:36:30.4699103Z test_forward_mode_AD_dstack_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.009s) 2022-05-18T04:36:30.4961180Z test_forward_mode_AD_eig_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.026s) 2022-05-18T04:36:30.5160042Z test_forward_mode_AD_eig_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.020s) 2022-05-18T04:36:30.7930451Z test_forward_mode_AD_einsum_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.277s) 2022-05-18T04:36:30.8339614Z test_forward_mode_AD_einsum_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.041s) 2022-05-18T04:36:30.8354690Z test_forward_mode_AD_empty_like_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:36:30.8367636Z test_forward_mode_AD_empty_like_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:36:30.8388072Z test_forward_mode_AD_eq_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:36:30.8400911Z test_forward_mode_AD_eq_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:36:30.8443694Z test_forward_mode_AD_erf_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.004s) 2022-05-18T04:36:30.8528950Z test_forward_mode_AD_erfc_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.008s) 2022-05-18T04:36:30.8570884Z test_forward_mode_AD_erfinv_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.004s) 2022-05-18T04:36:30.8651268Z test_forward_mode_AD_exp2_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.008s) 2022-05-18T04:36:30.8989629Z test_forward_mode_AD_exp_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.034s) 2022-05-18T04:36:30.9068097Z test_forward_mode_AD_exp_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.008s) 2022-05-18T04:36:30.9432999Z test_forward_mode_AD_expand_as_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.036s) 2022-05-18T04:36:30.9517783Z test_forward_mode_AD_expand_as_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.008s) 2022-05-18T04:36:31.0536958Z test_forward_mode_AD_expand_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.102s) 2022-05-18T04:36:31.0755843Z test_forward_mode_AD_expand_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.022s) 2022-05-18T04:36:31.0796829Z test_forward_mode_AD_expm1_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.004s) 2022-05-18T04:36:31.1724673Z test_forward_mode_AD_fft_fft2_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.093s) 2022-05-18T04:36:31.1957621Z test_forward_mode_AD_fft_fft2_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.023s) 2022-05-18T04:36:31.2974592Z test_forward_mode_AD_fft_fft_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.102s) 2022-05-18T04:36:31.3234729Z test_forward_mode_AD_fft_fft_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.026s) 2022-05-18T04:36:31.4416699Z test_forward_mode_AD_fft_fftn_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.118s) 2022-05-18T04:36:31.4707083Z test_forward_mode_AD_fft_fftn_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.029s) 2022-05-18T04:36:31.5318599Z test_forward_mode_AD_fft_fftshift_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.061s) 2022-05-18T04:36:31.5459568Z test_forward_mode_AD_fft_fftshift_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.014s) 2022-05-18T04:36:31.6538032Z test_forward_mode_AD_fft_hfft2_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.108s) 2022-05-18T04:36:31.6821414Z test_forward_mode_AD_fft_hfft2_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.028s) 2022-05-18T04:36:31.7960210Z test_forward_mode_AD_fft_hfft_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.114s) 2022-05-18T04:36:31.8256788Z test_forward_mode_AD_fft_hfft_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.030s) 2022-05-18T04:36:31.9609374Z test_forward_mode_AD_fft_hfftn_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.135s) 2022-05-18T04:36:31.9951166Z test_forward_mode_AD_fft_hfftn_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.034s) 2022-05-18T04:36:32.0908528Z test_forward_mode_AD_fft_ifft2_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.096s) 2022-05-18T04:36:32.1152086Z test_forward_mode_AD_fft_ifft2_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.024s) 2022-05-18T04:36:32.2204969Z test_forward_mode_AD_fft_ifft_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.105s) 2022-05-18T04:36:32.2480062Z test_forward_mode_AD_fft_ifft_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.027s) 2022-05-18T04:36:32.3710933Z test_forward_mode_AD_fft_ifftn_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.123s) 2022-05-18T04:36:32.4024498Z test_forward_mode_AD_fft_ifftn_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.031s) 2022-05-18T04:36:32.4635151Z test_forward_mode_AD_fft_ifftshift_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.061s) 2022-05-18T04:36:32.4775633Z test_forward_mode_AD_fft_ifftshift_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.014s) 2022-05-18T04:36:32.5050444Z test_forward_mode_AD_fft_ihfft2_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.027s) 2022-05-18T04:36:32.5315923Z test_forward_mode_AD_fft_ihfft_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.026s) 2022-05-18T04:36:32.5651105Z test_forward_mode_AD_fft_ihfftn_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.033s) 2022-05-18T04:36:32.6633768Z test_forward_mode_AD_fft_irfft2_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.098s) 2022-05-18T04:36:32.6881075Z test_forward_mode_AD_fft_irfft2_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.025s) 2022-05-18T04:36:32.7995410Z test_forward_mode_AD_fft_irfft_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.111s) 2022-05-18T04:36:32.8270968Z test_forward_mode_AD_fft_irfft_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.027s) 2022-05-18T04:36:32.9542161Z test_forward_mode_AD_fft_irfftn_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.127s) 2022-05-18T04:36:32.9865461Z test_forward_mode_AD_fft_irfftn_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.032s) 2022-05-18T04:36:33.0092486Z test_forward_mode_AD_fft_rfft2_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.023s) 2022-05-18T04:36:33.0334026Z test_forward_mode_AD_fft_rfft_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.024s) 2022-05-18T04:36:33.0615653Z test_forward_mode_AD_fft_rfftn_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.028s) 2022-05-18T04:36:33.1137042Z test_forward_mode_AD_fill__cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.052s) 2022-05-18T04:36:33.1238790Z test_forward_mode_AD_fill__cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.010s) 2022-05-18T04:36:33.1943200Z test_forward_mode_AD_flatten_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.070s) 2022-05-18T04:36:33.2085806Z test_forward_mode_AD_flatten_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.014s) 2022-05-18T04:36:33.3078352Z test_forward_mode_AD_flip_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.099s) 2022-05-18T04:36:33.3301342Z test_forward_mode_AD_flip_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.022s) 2022-05-18T04:36:33.3518272Z test_forward_mode_AD_fliplr_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.022s) 2022-05-18T04:36:33.3573657Z test_forward_mode_AD_fliplr_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.005s) 2022-05-18T04:36:33.3790707Z test_forward_mode_AD_flipud_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.022s) 2022-05-18T04:36:33.3852324Z test_forward_mode_AD_flipud_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.006s) 2022-05-18T04:36:33.3963868Z test_forward_mode_AD_float_cuda_complex128 (__main__.TestGradientsCUDA) ... expected failure (0.011s) 2022-05-18T04:36:33.4028905Z test_forward_mode_AD_float_cuda_float64 (__main__.TestGradientsCUDA) ... expected failure (0.006s) 2022-05-18T04:36:33.7871408Z test_forward_mode_AD_float_power_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.384s) 2022-05-18T04:36:33.8574767Z test_forward_mode_AD_float_power_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.070s) 2022-05-18T04:36:33.8615295Z test_forward_mode_AD_floor_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.004s) 2022-05-18T04:36:33.8628684Z test_forward_mode_AD_floor_divide_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:36:33.9203762Z test_forward_mode_AD_fmax_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.057s) 2022-05-18T04:36:33.9780933Z test_forward_mode_AD_fmin_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.058s) 2022-05-18T04:36:34.0319711Z test_forward_mode_AD_fmod_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.054s) 2022-05-18T04:36:34.0395353Z test_forward_mode_AD_frac_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.008s) 2022-05-18T04:36:34.0489933Z test_forward_mode_AD_frexp_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.009s) 2022-05-18T04:36:34.0503438Z test_forward_mode_AD_full_like_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:36:34.0516076Z test_forward_mode_AD_full_like_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:36:34.1175814Z test_forward_mode_AD_gather_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.066s) 2022-05-18T04:36:34.1325403Z test_forward_mode_AD_gather_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.015s) 2022-05-18T04:36:34.1344842Z test_forward_mode_AD_ge_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:36:34.1357316Z test_forward_mode_AD_geqrf_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:36:34.1369694Z test_forward_mode_AD_geqrf_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:36:34.4349127Z test_forward_mode_AD_gradient_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.298s) 2022-05-18T04:36:34.5114069Z test_forward_mode_AD_gradient_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.076s) 2022-05-18T04:36:34.5127828Z test_forward_mode_AD_gt_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:36:34.5237603Z test_forward_mode_AD_half_cuda_complex128 (__main__.TestGradientsCUDA) ... expected failure (0.011s) 2022-05-18T04:36:34.5296754Z test_forward_mode_AD_half_cuda_float64 (__main__.TestGradientsCUDA) ... expected failure (0.006s) 2022-05-18T04:36:34.5310066Z test_forward_mode_AD_heaviside_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:36:34.5322949Z test_forward_mode_AD_histc_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:36:34.5682987Z test_forward_mode_AD_hsplit_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.036s) 2022-05-18T04:36:34.5769735Z test_forward_mode_AD_hsplit_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.009s) 2022-05-18T04:36:34.6326363Z test_forward_mode_AD_hstack_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.055s) 2022-05-18T04:36:34.6419815Z test_forward_mode_AD_hstack_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.009s) 2022-05-18T04:36:34.6974947Z test_forward_mode_AD_hypot_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.055s) 2022-05-18T04:36:34.7062876Z test_forward_mode_AD_i0_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.009s) 2022-05-18T04:36:34.7075940Z test_forward_mode_AD_igamma_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:36:34.7088487Z test_forward_mode_AD_igammac_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:36:34.7359229Z test_forward_mode_AD_imag_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.027s) 2022-05-18T04:36:34.9900524Z test_forward_mode_AD_index_add_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.254s) 2022-05-18T04:36:35.0288288Z test_forward_mode_AD_index_add_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.039s) 2022-05-18T04:36:35.1129010Z test_forward_mode_AD_index_copy_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.084s) 2022-05-18T04:36:35.1264011Z test_forward_mode_AD_index_copy_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.013s) 2022-05-18T04:36:35.1622815Z test_forward_mode_AD_index_fill_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.036s) 2022-05-18T04:36:35.1701713Z test_forward_mode_AD_index_fill_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.008s) 2022-05-18T04:36:35.3072275Z test_forward_mode_AD_index_put_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.137s) 2022-05-18T04:36:35.3295570Z test_forward_mode_AD_index_put_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.022s) 2022-05-18T04:36:35.3363775Z test_forward_mode_AD_index_reduce_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.007s) 2022-05-18T04:36:35.3739105Z test_forward_mode_AD_index_select_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.037s) 2022-05-18T04:36:35.3832034Z test_forward_mode_AD_index_select_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.009s) 2022-05-18T04:36:35.4524963Z test_forward_mode_AD_inner_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.069s) 2022-05-18T04:36:35.4659137Z test_forward_mode_AD_inner_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.013s) 2022-05-18T04:36:35.4672420Z test_forward_mode_AD_int_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:36:35.4684942Z test_forward_mode_AD_int_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:36:35.6039447Z test_forward_mode_AD_inverse_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.135s) 2022-05-18T04:36:35.6341411Z test_forward_mode_AD_inverse_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.030s) 2022-05-18T04:36:35.6354030Z test_forward_mode_AD_isclose_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:36:35.6366393Z test_forward_mode_AD_isclose_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:36:35.6378852Z test_forward_mode_AD_isfinite_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:36:35.6391629Z test_forward_mode_AD_isfinite_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:36:35.6404015Z test_forward_mode_AD_isin_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:36:35.6416384Z test_forward_mode_AD_isinf_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:36:35.6429161Z test_forward_mode_AD_isinf_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:36:35.6441819Z test_forward_mode_AD_isnan_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:36:35.6454092Z test_forward_mode_AD_isnan_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:36:35.6466754Z test_forward_mode_AD_isneginf_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:36:35.6479119Z test_forward_mode_AD_isposinf_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:36:35.6497486Z test_forward_mode_AD_isreal_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:36:35.6509987Z test_forward_mode_AD_isreal_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:36:35.9998067Z test_forward_mode_AD_istft_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.349s) 2022-05-18T04:36:36.0678346Z test_forward_mode_AD_istft_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.068s) 2022-05-18T04:36:36.0691920Z test_forward_mode_AD_jiterator_4inputs_with_extra_args_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:36:36.0705113Z test_forward_mode_AD_jiterator_4inputs_with_extra_args_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:36:36.0717797Z test_forward_mode_AD_jiterator_binary_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:36:36.0730590Z test_forward_mode_AD_jiterator_binary_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:36:36.0743972Z test_forward_mode_AD_jiterator_unary_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:36:36.0756685Z test_forward_mode_AD_jiterator_unary_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:36:36.1130822Z test_forward_mode_AD_kron_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.037s) 2022-05-18T04:36:36.1210007Z test_forward_mode_AD_kron_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.008s) 2022-05-18T04:36:36.1538360Z test_forward_mode_AD_kthvalue_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.033s) 2022-05-18T04:36:36.4708184Z test_forward_mode_AD_ldexp_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.317s) 2022-05-18T04:36:36.5305524Z test_forward_mode_AD_ldexp_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.060s) 2022-05-18T04:36:36.5318584Z test_forward_mode_AD_le_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:36:37.3950952Z test_forward_mode_AD_lerp_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.863s) 2022-05-18T04:36:37.4965607Z test_forward_mode_AD_lerp_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.101s) 2022-05-18T04:36:37.5046587Z test_forward_mode_AD_lgamma_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.008s) 2022-05-18T04:36:37.9206821Z test_forward_mode_AD_linalg_cholesky_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.416s) 2022-05-18T04:36:38.0233633Z test_forward_mode_AD_linalg_cholesky_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.103s) 2022-05-18T04:36:38.4420550Z test_forward_mode_AD_linalg_cholesky_ex_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.418s) 2022-05-18T04:36:38.5473889Z test_forward_mode_AD_linalg_cholesky_ex_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.105s) 2022-05-18T04:36:38.8677629Z test_forward_mode_AD_linalg_cond_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.320s) 2022-05-18T04:36:38.8945859Z test_forward_mode_AD_linalg_cond_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.027s) 2022-05-18T04:36:39.0003415Z test_forward_mode_AD_linalg_cross_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.106s) 2022-05-18T04:36:39.0201492Z test_forward_mode_AD_linalg_cross_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.020s) 2022-05-18T04:36:39.0730216Z test_forward_mode_AD_linalg_det_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.053s) 2022-05-18T04:36:39.0886209Z test_forward_mode_AD_linalg_det_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.016s) 2022-05-18T04:36:39.1532659Z test_forward_mode_AD_linalg_det_singular_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.064s) 2022-05-18T04:36:39.1815853Z test_forward_mode_AD_linalg_det_singular_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.028s) 2022-05-18T04:36:39.3982129Z test_forward_mode_AD_linalg_eig_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.216s) 2022-05-18T04:36:39.4424733Z test_forward_mode_AD_linalg_eig_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.044s) 2022-05-18T04:36:39.6111337Z test_forward_mode_AD_linalg_eigh_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.168s) 2022-05-18T04:36:39.6418457Z test_forward_mode_AD_linalg_eigh_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.031s) 2022-05-18T04:36:39.8355027Z test_forward_mode_AD_linalg_eigvals_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.193s) 2022-05-18T04:36:39.8740256Z test_forward_mode_AD_linalg_eigvals_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.039s) 2022-05-18T04:36:40.0194201Z test_forward_mode_AD_linalg_eigvalsh_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.145s) 2022-05-18T04:36:40.0462531Z test_forward_mode_AD_linalg_eigvalsh_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.027s) 2022-05-18T04:36:40.6371047Z test_forward_mode_AD_linalg_householder_product_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.591s) 2022-05-18T04:36:40.7308247Z test_forward_mode_AD_linalg_householder_product_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.094s) 2022-05-18T04:36:40.8708319Z test_forward_mode_AD_linalg_inv_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.140s) 2022-05-18T04:36:40.9026287Z test_forward_mode_AD_linalg_inv_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.032s) 2022-05-18T04:36:41.0397439Z test_forward_mode_AD_linalg_inv_ex_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.137s) 2022-05-18T04:36:41.0726618Z test_forward_mode_AD_linalg_inv_ex_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.033s) 2022-05-18T04:36:41.0741130Z test_forward_mode_AD_linalg_ldl_factor_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:36:41.0754083Z test_forward_mode_AD_linalg_ldl_factor_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:36:41.0767047Z test_forward_mode_AD_linalg_ldl_factor_ex_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:36:41.0787549Z test_forward_mode_AD_linalg_ldl_factor_ex_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:36:41.0799634Z test_forward_mode_AD_linalg_ldl_solve_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: not available before CUDA 11.3.1 (0.001s) 2022-05-18T04:36:41.0811941Z test_forward_mode_AD_linalg_ldl_solve_cuda_float64 (__main__.TestGradientsCUDA) ... skip: not available before CUDA 11.3.1 (0.001s) 2022-05-18T04:36:41.0817438Z test_forward_mode_AD_linalg_lstsq_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.000s) 2022-05-18T04:36:41.0822870Z test_forward_mode_AD_linalg_lstsq_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.000s) 2022-05-18T04:36:43.7026777Z test_forward_mode_AD_linalg_lstsq_grad_oriented_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (2.620s) 2022-05-18T04:36:44.0613884Z test_forward_mode_AD_linalg_lstsq_grad_oriented_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.359s) 2022-05-18T04:36:45.6928704Z test_forward_mode_AD_linalg_lu_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.631s) 2022-05-18T04:36:45.9817188Z test_forward_mode_AD_linalg_lu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.289s) 2022-05-18T04:36:48.1704577Z test_forward_mode_AD_linalg_lu_factor_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (2.188s) 2022-05-18T04:36:48.5271300Z test_forward_mode_AD_linalg_lu_factor_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.357s) 2022-05-18T04:36:49.9874150Z test_forward_mode_AD_linalg_lu_factor_ex_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.460s) 2022-05-18T04:36:50.2327304Z test_forward_mode_AD_linalg_lu_factor_ex_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.245s) 2022-05-18T04:36:50.3800271Z test_forward_mode_AD_linalg_matrix_norm_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.147s) 2022-05-18T04:36:50.4244479Z test_forward_mode_AD_linalg_matrix_norm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.044s) 2022-05-18T04:36:50.7071287Z test_forward_mode_AD_linalg_matrix_power_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.282s) 2022-05-18T04:36:50.7746473Z test_forward_mode_AD_linalg_matrix_power_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.067s) 2022-05-18T04:36:50.7760696Z test_forward_mode_AD_linalg_matrix_rank_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:36:50.7773311Z test_forward_mode_AD_linalg_matrix_rank_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:36:50.7786531Z test_forward_mode_AD_linalg_matrix_rank_hermitian_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:36:50.7799353Z test_forward_mode_AD_linalg_matrix_rank_hermitian_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:36:51.1235282Z test_forward_mode_AD_linalg_multi_dot_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.343s) 2022-05-18T04:36:51.1649454Z test_forward_mode_AD_linalg_multi_dot_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.041s) 2022-05-18T04:36:51.5102431Z test_forward_mode_AD_linalg_norm_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.345s) 2022-05-18T04:36:51.5675543Z test_forward_mode_AD_linalg_norm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.057s) 2022-05-18T04:36:51.8772848Z test_forward_mode_AD_linalg_norm_subgradients_at_zero_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.309s) 2022-05-18T04:36:51.9282180Z test_forward_mode_AD_linalg_norm_subgradients_at_zero_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.051s) 2022-05-18T04:36:53.3052119Z test_forward_mode_AD_linalg_pinv_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.377s) 2022-05-18T04:36:53.4777898Z test_forward_mode_AD_linalg_pinv_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.172s) 2022-05-18T04:36:53.6731085Z test_forward_mode_AD_linalg_pinv_hermitian_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.195s) 2022-05-18T04:36:53.7170776Z test_forward_mode_AD_linalg_pinv_hermitian_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.044s) 2022-05-18T04:36:53.7177400Z test_forward_mode_AD_linalg_pinv_singular_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-05-18T04:36:53.7190575Z test_forward_mode_AD_linalg_pinv_singular_cuda_float64 (__main__.TestGradientsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-05-18T04:36:54.3674581Z test_forward_mode_AD_linalg_qr_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.648s) 2022-05-18T04:36:54.5179740Z test_forward_mode_AD_linalg_qr_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.150s) 2022-05-18T04:36:54.5506090Z test_forward_mode_AD_linalg_slogdet_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.033s) 2022-05-18T04:36:54.5583896Z test_forward_mode_AD_linalg_slogdet_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.008s) 2022-05-18T04:36:56.2139030Z test_forward_mode_AD_linalg_solve_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.655s) 2022-05-18T04:36:56.6672817Z test_forward_mode_AD_linalg_solve_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.453s) 2022-05-18T04:37:03.8256023Z test_forward_mode_AD_linalg_solve_triangular_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (7.158s) 2022-05-18T04:37:05.3446448Z test_forward_mode_AD_linalg_solve_triangular_cuda_float64 (__main__.TestGradientsCUDA) ... ok (1.519s) 2022-05-18T04:37:14.6977794Z test_forward_mode_AD_linalg_svd_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (9.353s) 2022-05-18T04:37:15.6651861Z test_forward_mode_AD_linalg_svd_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.967s) 2022-05-18T04:37:16.6170396Z test_forward_mode_AD_linalg_svdvals_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.952s) 2022-05-18T04:37:16.7275559Z test_forward_mode_AD_linalg_svdvals_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.110s) 2022-05-18T04:37:16.7994747Z test_forward_mode_AD_linalg_tensorinv_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.072s) 2022-05-18T04:37:16.8146189Z test_forward_mode_AD_linalg_tensorinv_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.015s) 2022-05-18T04:37:17.2540895Z test_forward_mode_AD_linalg_tensorsolve_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.439s) 2022-05-18T04:37:17.3727025Z test_forward_mode_AD_linalg_tensorsolve_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.119s) 2022-05-18T04:37:17.5543445Z test_forward_mode_AD_linalg_vander_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.181s) 2022-05-18T04:37:17.5990900Z test_forward_mode_AD_linalg_vander_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.045s) 2022-05-18T04:37:18.8003230Z test_forward_mode_AD_linalg_vector_norm_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.201s) 2022-05-18T04:37:19.0061925Z test_forward_mode_AD_linalg_vector_norm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.206s) 2022-05-18T04:37:19.0409239Z test_forward_mode_AD_log10_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.035s) 2022-05-18T04:37:19.0490461Z test_forward_mode_AD_log10_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.008s) 2022-05-18T04:37:19.0531633Z test_forward_mode_AD_log1p_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.004s) 2022-05-18T04:37:19.0878457Z test_forward_mode_AD_log2_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.035s) 2022-05-18T04:37:19.0959485Z test_forward_mode_AD_log2_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.008s) 2022-05-18T04:37:19.1297436Z test_forward_mode_AD_log_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.034s) 2022-05-18T04:37:19.1382398Z test_forward_mode_AD_log_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.008s) 2022-05-18T04:37:19.1571772Z test_forward_mode_AD_log_softmax_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.019s) 2022-05-18T04:37:19.2485520Z test_forward_mode_AD_log_softmax_dtype_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.091s) 2022-05-18T04:37:19.2678784Z test_forward_mode_AD_log_softmax_dtype_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.019s) 2022-05-18T04:37:19.2763965Z test_forward_mode_AD_logaddexp2_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.008s) 2022-05-18T04:37:19.2846154Z test_forward_mode_AD_logaddexp_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.008s) 2022-05-18T04:37:19.2906310Z test_forward_mode_AD_logcumsumexp_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.006s) 2022-05-18T04:37:19.2984931Z test_forward_mode_AD_logdet_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.008s) 2022-05-18T04:37:19.3004691Z test_forward_mode_AD_logical_and_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:37:19.3016565Z test_forward_mode_AD_logical_and_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:37:19.3029326Z test_forward_mode_AD_logical_not_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:37:19.3041673Z test_forward_mode_AD_logical_not_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:37:19.3054150Z test_forward_mode_AD_logical_or_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:37:19.3066834Z test_forward_mode_AD_logical_or_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:37:19.3079270Z test_forward_mode_AD_logical_xor_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:37:19.3091770Z test_forward_mode_AD_logical_xor_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:37:19.3227607Z test_forward_mode_AD_logit_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.013s) 2022-05-18T04:37:19.3684261Z test_forward_mode_AD_logsumexp_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.046s) 2022-05-18T04:37:19.3696842Z test_forward_mode_AD_long_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:37:19.3715674Z test_forward_mode_AD_long_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:37:19.3728156Z test_forward_mode_AD_lt_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:37:20.7706585Z test_forward_mode_AD_lu_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.397s) 2022-05-18T04:37:21.0181060Z test_forward_mode_AD_lu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.247s) 2022-05-18T04:37:25.0148466Z test_forward_mode_AD_lu_solve_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (3.997s) 2022-05-18T04:37:25.8644980Z test_forward_mode_AD_lu_solve_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.849s) 2022-05-18T04:37:26.4115026Z test_forward_mode_AD_lu_unpack_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.547s) 2022-05-18T04:37:26.5434393Z test_forward_mode_AD_lu_unpack_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.132s) 2022-05-18T04:37:26.6143374Z test_forward_mode_AD_mH_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.071s) 2022-05-18T04:37:26.6292605Z test_forward_mode_AD_mH_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.015s) 2022-05-18T04:37:26.6975993Z test_forward_mode_AD_mT_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.068s) 2022-05-18T04:37:26.7124954Z test_forward_mode_AD_mT_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.015s) 2022-05-18T04:37:26.8548261Z test_forward_mode_AD_masked_fill_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.142s) 2022-05-18T04:37:26.8789409Z test_forward_mode_AD_masked_fill_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.024s) 2022-05-18T04:37:26.9993694Z test_forward_mode_AD_masked_scatter_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.120s) 2022-05-18T04:37:27.0185370Z test_forward_mode_AD_masked_scatter_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.019s) 2022-05-18T04:37:27.1349426Z test_forward_mode_AD_masked_select_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.116s) 2022-05-18T04:37:27.1619243Z test_forward_mode_AD_masked_select_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.027s) 2022-05-18T04:37:27.5624821Z test_forward_mode_AD_matmul_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.400s) 2022-05-18T04:37:27.6195275Z test_forward_mode_AD_matmul_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.057s) 2022-05-18T04:37:27.7153250Z test_forward_mode_AD_matrix_exp_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.096s) 2022-05-18T04:37:27.7321293Z test_forward_mode_AD_matrix_exp_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.017s) 2022-05-18T04:37:27.7924169Z test_forward_mode_AD_max_binary_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.060s) 2022-05-18T04:37:27.7997495Z test_forward_mode_AD_max_reduction_no_dim_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.007s) 2022-05-18T04:37:27.8142702Z test_forward_mode_AD_max_reduction_with_dim_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.014s) 2022-05-18T04:37:27.8744037Z test_forward_mode_AD_maximum_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.060s) 2022-05-18T04:37:28.1254323Z test_forward_mode_AD_mean_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.251s) 2022-05-18T04:37:28.1762640Z test_forward_mode_AD_mean_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.051s) 2022-05-18T04:37:28.2194758Z test_forward_mode_AD_median_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.043s) 2022-05-18T04:37:28.7201078Z test_forward_mode_AD_meshgrid_list_of_tensors_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.500s) 2022-05-18T04:37:28.8101728Z test_forward_mode_AD_meshgrid_list_of_tensors_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.090s) 2022-05-18T04:37:29.3105329Z test_forward_mode_AD_meshgrid_variadic_tensors_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.500s) 2022-05-18T04:37:29.3998471Z test_forward_mode_AD_meshgrid_variadic_tensors_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.089s) 2022-05-18T04:37:29.4602630Z test_forward_mode_AD_min_binary_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.060s) 2022-05-18T04:37:29.4676483Z test_forward_mode_AD_min_reduction_no_dim_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.007s) 2022-05-18T04:37:29.4820255Z test_forward_mode_AD_min_reduction_with_dim_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.014s) 2022-05-18T04:37:29.5420577Z test_forward_mode_AD_minimum_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.060s) 2022-05-18T04:37:29.6101683Z test_forward_mode_AD_mm_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.068s) 2022-05-18T04:37:29.6173040Z test_forward_mode_AD_mm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.007s) 2022-05-18T04:37:29.6391045Z test_forward_mode_AD_mode_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.022s) 2022-05-18T04:37:29.6649020Z test_forward_mode_AD_movedim_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.026s) 2022-05-18T04:37:29.6710594Z test_forward_mode_AD_movedim_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.006s) 2022-05-18T04:37:29.6793027Z test_forward_mode_AD_msort_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.008s) 2022-05-18T04:37:29.9561695Z test_forward_mode_AD_mul_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.277s) 2022-05-18T04:37:30.0078699Z test_forward_mode_AD_mul_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.052s) 2022-05-18T04:37:30.0092269Z test_forward_mode_AD_multinomial_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:37:30.0441762Z test_forward_mode_AD_mv_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.035s) 2022-05-18T04:37:30.0512433Z test_forward_mode_AD_mv_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.007s) 2022-05-18T04:37:30.0902435Z test_forward_mode_AD_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.039s) 2022-05-18T04:37:30.0907377Z test_forward_mode_AD_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.000s) 2022-05-18T04:37:30.0914063Z test_forward_mode_AD_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.000s) 2022-05-18T04:37:30.1000149Z test_forward_mode_AD_nan_to_num_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.008s) 2022-05-18T04:37:30.1081357Z test_forward_mode_AD_nanmean_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.008s) 2022-05-18T04:37:30.1526524Z test_forward_mode_AD_nanmedian_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.044s) 2022-05-18T04:37:30.5113398Z test_forward_mode_AD_nanquantile_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.358s) 2022-05-18T04:37:30.5175828Z test_forward_mode_AD_nansum_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.006s) 2022-05-18T04:37:30.5747235Z test_forward_mode_AD_narrow_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.057s) 2022-05-18T04:37:30.5871884Z test_forward_mode_AD_narrow_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.012s) 2022-05-18T04:37:30.5884774Z test_forward_mode_AD_ne_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:37:30.5897429Z test_forward_mode_AD_ne_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:37:30.6034865Z test_forward_mode_AD_neg_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.014s) 2022-05-18T04:37:30.6074261Z test_forward_mode_AD_neg_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.004s) 2022-05-18T04:37:30.6087055Z test_forward_mode_AD_new_empty_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:37:30.6099604Z test_forward_mode_AD_new_empty_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:37:30.6112498Z test_forward_mode_AD_new_full_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:37:30.6125297Z test_forward_mode_AD_new_full_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:37:30.6144227Z test_forward_mode_AD_new_ones_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:37:30.6156366Z test_forward_mode_AD_new_ones_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:37:30.6168835Z test_forward_mode_AD_new_zeros_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:37:30.6181886Z test_forward_mode_AD_new_zeros_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:37:30.6194093Z test_forward_mode_AD_nextafter_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:37:30.6280517Z test_forward_mode_AD_nn_functional_adaptive_avg_pool1d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.009s) 2022-05-18T04:37:30.6424124Z test_forward_mode_AD_nn_functional_adaptive_avg_pool2d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.014s) 2022-05-18T04:37:30.6592367Z test_forward_mode_AD_nn_functional_adaptive_avg_pool3d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.017s) 2022-05-18T04:37:30.6687587Z test_forward_mode_AD_nn_functional_adaptive_max_pool1d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.009s) 2022-05-18T04:37:30.6937113Z test_forward_mode_AD_nn_functional_adaptive_max_pool2d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.025s) 2022-05-18T04:37:30.7158478Z test_forward_mode_AD_nn_functional_adaptive_max_pool3d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.022s) 2022-05-18T04:37:30.7406375Z test_forward_mode_AD_nn_functional_avg_pool1d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.025s) 2022-05-18T04:37:30.7601017Z test_forward_mode_AD_nn_functional_avg_pool2d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.019s) 2022-05-18T04:37:30.7823828Z test_forward_mode_AD_nn_functional_avg_pool3d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.022s) 2022-05-18T04:37:30.9099412Z test_forward_mode_AD_nn_functional_batch_norm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.127s) 2022-05-18T04:37:31.0408612Z test_forward_mode_AD_nn_functional_batch_norm_without_cudnn_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.131s) 2022-05-18T04:37:31.5058030Z test_forward_mode_AD_nn_functional_bilinear_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.465s) 2022-05-18T04:37:31.5124397Z test_forward_mode_AD_nn_functional_binary_cross_entropy_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.007s) 2022-05-18T04:37:31.7459608Z test_forward_mode_AD_nn_functional_binary_cross_entropy_with_logits_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.233s) 2022-05-18T04:37:31.7541434Z test_forward_mode_AD_nn_functional_celu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.008s) 2022-05-18T04:37:32.2606568Z test_forward_mode_AD_nn_functional_conv1d_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.506s) 2022-05-18T04:37:32.3134432Z test_forward_mode_AD_nn_functional_conv1d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.053s) 2022-05-18T04:37:33.8773013Z test_forward_mode_AD_nn_functional_conv2d_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.564s) 2022-05-18T04:37:34.0341602Z test_forward_mode_AD_nn_functional_conv2d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.157s) 2022-05-18T04:37:34.0866939Z test_forward_mode_AD_nn_functional_conv_transpose1d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.052s) 2022-05-18T04:37:34.1432824Z test_forward_mode_AD_nn_functional_conv_transpose2d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.056s) 2022-05-18T04:37:34.2063823Z test_forward_mode_AD_nn_functional_conv_transpose3d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.063s) 2022-05-18T04:37:34.3431067Z test_forward_mode_AD_nn_functional_cosine_embedding_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.137s) 2022-05-18T04:37:34.4620316Z test_forward_mode_AD_nn_functional_cosine_similarity_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.119s) 2022-05-18T04:37:34.5898131Z test_forward_mode_AD_nn_functional_cross_entropy_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.128s) 2022-05-18T04:37:34.5985858Z test_forward_mode_AD_nn_functional_ctc_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.009s) 2022-05-18T04:37:34.6163526Z test_forward_mode_AD_nn_functional_dropout2d_cuda_float64 (__main__.TestGradientsCUDA) ... expected failure (0.018s) 2022-05-18T04:37:34.6675405Z test_forward_mode_AD_nn_functional_dropout_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.051s) 2022-05-18T04:37:34.6756564Z test_forward_mode_AD_nn_functional_elu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.008s) 2022-05-18T04:37:34.6831283Z test_forward_mode_AD_nn_functional_embedding_bag_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.007s) 2022-05-18T04:37:34.6925185Z test_forward_mode_AD_nn_functional_embedding_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.009s) 2022-05-18T04:37:34.7069213Z test_forward_mode_AD_nn_functional_feature_alpha_dropout_with_train_cuda_float64 (__main__.TestGradientsCUDA) ... expected failure (0.014s) 2022-05-18T04:37:34.8638230Z test_forward_mode_AD_nn_functional_feature_alpha_dropout_without_train_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.157s) 2022-05-18T04:37:34.9005788Z test_forward_mode_AD_nn_functional_feature_alpha_dropout_without_train_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.037s) 2022-05-18T04:37:34.9989448Z test_forward_mode_AD_nn_functional_fractional_max_pool2d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.098s) 2022-05-18T04:37:35.1243574Z test_forward_mode_AD_nn_functional_fractional_max_pool3d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.125s) 2022-05-18T04:37:42.2958165Z test_forward_mode_AD_nn_functional_gaussian_nll_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (7.171s) 2022-05-18T04:37:42.3172185Z test_forward_mode_AD_nn_functional_gelu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.021s) 2022-05-18T04:37:42.4347118Z test_forward_mode_AD_nn_functional_glu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.117s) 2022-05-18T04:37:42.4488860Z test_forward_mode_AD_nn_functional_grid_sample_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.014s) 2022-05-18T04:37:42.5137125Z test_forward_mode_AD_nn_functional_group_norm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.065s) 2022-05-18T04:37:42.5377493Z test_forward_mode_AD_nn_functional_hardshrink_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.024s) 2022-05-18T04:37:42.5457173Z test_forward_mode_AD_nn_functional_hardsigmoid_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.008s) 2022-05-18T04:37:42.5570985Z test_forward_mode_AD_nn_functional_hardswish_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.011s) 2022-05-18T04:37:42.5814059Z test_forward_mode_AD_nn_functional_hardtanh_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.024s) 2022-05-18T04:37:42.6633342Z test_forward_mode_AD_nn_functional_hinge_embedding_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.082s) 2022-05-18T04:37:42.7250253Z test_forward_mode_AD_nn_functional_huber_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.062s) 2022-05-18T04:37:42.8640534Z test_forward_mode_AD_nn_functional_instance_norm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.139s) 2022-05-18T04:37:42.8983572Z test_forward_mode_AD_nn_functional_interpolate_area_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.034s) 2022-05-18T04:37:42.9327143Z test_forward_mode_AD_nn_functional_interpolate_bicubic_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.034s) 2022-05-18T04:37:42.9648024Z test_forward_mode_AD_nn_functional_interpolate_bilinear_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.032s) 2022-05-18T04:37:42.9977764Z test_forward_mode_AD_nn_functional_interpolate_linear_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.033s) 2022-05-18T04:37:43.0300086Z test_forward_mode_AD_nn_functional_interpolate_nearest_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.032s) 2022-05-18T04:37:43.0634864Z test_forward_mode_AD_nn_functional_interpolate_trilinear_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.033s) 2022-05-18T04:37:43.0675882Z test_forward_mode_AD_nn_functional_kl_div_cuda_float64 (__main__.TestGradientsCUDA) ... /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:37:43.0677106Z warnings.warn( 2022-05-18T04:37:43.1636528Z ok (0.100s) 2022-05-18T04:37:43.1649874Z test_forward_mode_AD_nn_functional_l1_loss_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:37:43.2093546Z test_forward_mode_AD_nn_functional_l1_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.044s) 2022-05-18T04:37:43.2786857Z test_forward_mode_AD_nn_functional_layer_norm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.069s) 2022-05-18T04:37:43.3022230Z test_forward_mode_AD_nn_functional_leaky_relu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.023s) 2022-05-18T04:37:43.9196198Z test_forward_mode_AD_nn_functional_linear_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.617s) 2022-05-18T04:37:43.9956737Z test_forward_mode_AD_nn_functional_linear_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.076s) 2022-05-18T04:37:44.0555940Z test_forward_mode_AD_nn_functional_local_response_norm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.060s) 2022-05-18T04:37:44.0639222Z test_forward_mode_AD_nn_functional_logsigmoid_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.008s) 2022-05-18T04:37:44.1042221Z test_forward_mode_AD_nn_functional_margin_ranking_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.040s) 2022-05-18T04:37:45.9246064Z test_forward_mode_AD_nn_functional_max_pool1d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (1.820s) 2022-05-18T04:37:48.9063954Z test_forward_mode_AD_nn_functional_max_pool2d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (2.982s) 2022-05-18T04:37:50.1022478Z test_forward_mode_AD_nn_functional_max_pool3d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (1.196s) 2022-05-18T04:37:50.1027417Z test_forward_mode_AD_nn_functional_max_unpool1d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:37:50.2642961Z test_forward_mode_AD_nn_functional_max_unpool1d_grad_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.161s) 2022-05-18T04:37:50.6499983Z test_forward_mode_AD_nn_functional_max_unpool2d_cuda_float64 (__main__.TestGradientsCUDA) ... expected failure (0.385s) 2022-05-18T04:37:50.9433114Z test_forward_mode_AD_nn_functional_max_unpool2d_grad_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.293s) 2022-05-18T04:37:50.9877775Z test_forward_mode_AD_nn_functional_max_unpool3d_cuda_float64 (__main__.TestGradientsCUDA) ... expected failure (0.044s) 2022-05-18T04:37:51.1062303Z test_forward_mode_AD_nn_functional_max_unpool3d_grad_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.118s) 2022-05-18T04:37:51.1153480Z test_forward_mode_AD_nn_functional_mish_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.009s) 2022-05-18T04:37:51.1580513Z test_forward_mode_AD_nn_functional_mse_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.043s) 2022-05-18T04:37:51.1635703Z test_forward_mode_AD_nn_functional_multi_margin_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.005s) 2022-05-18T04:37:51.1708548Z test_forward_mode_AD_nn_functional_multilabel_margin_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.007s) 2022-05-18T04:37:51.2005434Z test_forward_mode_AD_nn_functional_multilabel_soft_margin_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.030s) 2022-05-18T04:37:51.3681044Z test_forward_mode_AD_nn_functional_nll_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.167s) 2022-05-18T04:37:51.5209853Z test_forward_mode_AD_nn_functional_normalize_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.153s) 2022-05-18T04:37:51.5572332Z test_forward_mode_AD_nn_functional_normalize_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.036s) 2022-05-18T04:37:51.6449702Z test_forward_mode_AD_nn_functional_pad_circular_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.088s) 2022-05-18T04:37:51.6617255Z test_forward_mode_AD_nn_functional_pad_circular_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.017s) 2022-05-18T04:37:52.2175841Z test_forward_mode_AD_nn_functional_pad_constant_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.556s) 2022-05-18T04:37:52.3403001Z test_forward_mode_AD_nn_functional_pad_constant_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.123s) 2022-05-18T04:37:52.4720314Z test_forward_mode_AD_nn_functional_pad_reflect_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.132s) 2022-05-18T04:37:52.5009945Z test_forward_mode_AD_nn_functional_pad_reflect_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.029s) 2022-05-18T04:37:52.6338700Z test_forward_mode_AD_nn_functional_pad_replicate_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.133s) 2022-05-18T04:37:52.6627453Z test_forward_mode_AD_nn_functional_pad_replicate_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.029s) 2022-05-18T04:37:52.9393613Z test_forward_mode_AD_nn_functional_pairwise_distance_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.277s) 2022-05-18T04:37:52.9918406Z test_forward_mode_AD_nn_functional_pairwise_distance_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.052s) 2022-05-18T04:37:52.9988826Z test_forward_mode_AD_nn_functional_pdist_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.007s) 2022-05-18T04:37:53.0258991Z test_forward_mode_AD_nn_functional_pixel_shuffle_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.027s) 2022-05-18T04:37:53.0323472Z test_forward_mode_AD_nn_functional_pixel_shuffle_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.006s) 2022-05-18T04:37:53.0594656Z test_forward_mode_AD_nn_functional_pixel_unshuffle_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.027s) 2022-05-18T04:37:53.0659011Z test_forward_mode_AD_nn_functional_pixel_unshuffle_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.006s) 2022-05-18T04:37:53.7523712Z test_forward_mode_AD_nn_functional_poisson_nll_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.686s) 2022-05-18T04:37:53.8823762Z test_forward_mode_AD_nn_functional_prelu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.130s) 2022-05-18T04:37:53.9064557Z test_forward_mode_AD_nn_functional_relu6_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.024s) 2022-05-18T04:37:53.9175835Z test_forward_mode_AD_nn_functional_relu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.011s) 2022-05-18T04:37:53.9299726Z test_forward_mode_AD_nn_functional_rrelu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.012s) 2022-05-18T04:37:53.9379530Z test_forward_mode_AD_nn_functional_selu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.008s) 2022-05-18T04:37:53.9466503Z test_forward_mode_AD_nn_functional_silu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.009s) 2022-05-18T04:37:54.0039837Z test_forward_mode_AD_nn_functional_smooth_l1_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.057s) 2022-05-18T04:37:54.0286619Z test_forward_mode_AD_nn_functional_soft_margin_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.025s) 2022-05-18T04:37:54.0496133Z test_forward_mode_AD_nn_functional_softmin_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.021s) 2022-05-18T04:37:54.1514301Z test_forward_mode_AD_nn_functional_softmin_with_dtype_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.102s) 2022-05-18T04:37:54.1723904Z test_forward_mode_AD_nn_functional_softmin_with_dtype_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.021s) 2022-05-18T04:37:54.1813474Z test_forward_mode_AD_nn_functional_softplus_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.009s) 2022-05-18T04:37:54.2046879Z test_forward_mode_AD_nn_functional_softshrink_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.023s) 2022-05-18T04:37:54.2496057Z test_forward_mode_AD_nn_functional_softsign_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.045s) 2022-05-18T04:37:54.2600716Z test_forward_mode_AD_nn_functional_softsign_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.010s) 2022-05-18T04:37:54.2967539Z test_forward_mode_AD_nn_functional_tanhshrink_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.037s) 2022-05-18T04:37:54.3053337Z test_forward_mode_AD_nn_functional_tanhshrink_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.008s) 2022-05-18T04:37:54.3181869Z test_forward_mode_AD_nn_functional_threshold_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.013s) 2022-05-18T04:37:54.9357239Z test_forward_mode_AD_nn_functional_triplet_margin_loss_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.617s) 2022-05-18T04:37:55.0559131Z test_forward_mode_AD_nn_functional_triplet_margin_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.120s) 2022-05-18T04:37:55.7400931Z test_forward_mode_AD_nn_functional_triplet_margin_with_distance_loss_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.684s) 2022-05-18T04:37:55.8788870Z test_forward_mode_AD_nn_functional_triplet_margin_with_distance_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.139s) 2022-05-18T04:37:58.7691224Z test_forward_mode_AD_nn_functional_unfold_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (2.890s) 2022-05-18T04:37:59.4044129Z test_forward_mode_AD_nn_functional_unfold_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.635s) 2022-05-18T04:37:59.4064133Z test_forward_mode_AD_nn_functional_upsample_bilinear_cuda_float64 (__main__.TestGradientsCUDA) ... /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:37:59.4064938Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T04:37:59.4165726Z ok (0.012s) 2022-05-18T04:37:59.4195776Z test_forward_mode_AD_nn_functional_upsample_nearest_cuda_float64 (__main__.TestGradientsCUDA) ... /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:37:59.4196544Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T04:37:59.4496964Z ok (0.033s) 2022-05-18T04:37:59.4510363Z test_forward_mode_AD_nonzero_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:37:59.4522349Z test_forward_mode_AD_nonzero_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:00.1093392Z test_forward_mode_AD_norm_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.657s) 2022-05-18T04:38:00.2537873Z test_forward_mode_AD_norm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.144s) 2022-05-18T04:38:00.2953446Z test_forward_mode_AD_norm_fro_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.041s) 2022-05-18T04:38:00.3045111Z test_forward_mode_AD_norm_fro_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.009s) 2022-05-18T04:38:00.3732218Z test_forward_mode_AD_norm_inf_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.068s) 2022-05-18T04:38:00.3897137Z test_forward_mode_AD_norm_inf_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.016s) 2022-05-18T04:38:00.7281941Z test_forward_mode_AD_norm_nuc_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.338s) 2022-05-18T04:38:00.7534829Z test_forward_mode_AD_norm_nuc_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.025s) 2022-05-18T04:38:00.7540154Z test_forward_mode_AD_normal_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Gradients are incorrect! (0.000s) 2022-05-18T04:38:00.7545279Z test_forward_mode_AD_normal_number_mean_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Gradients are incorrect! (0.000s) 2022-05-18T04:38:00.7558783Z test_forward_mode_AD_ones_like_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:00.7571112Z test_forward_mode_AD_ones_like_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:00.7583610Z test_forward_mode_AD_ormqr_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:00.7595949Z test_forward_mode_AD_ormqr_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:00.7958443Z test_forward_mode_AD_outer_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.036s) 2022-05-18T04:38:00.8033363Z test_forward_mode_AD_outer_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.007s) 2022-05-18T04:38:03.8599508Z test_forward_mode_AD_pca_lowrank_cuda_float64 (__main__.TestGradientsCUDA) ... ok (3.056s) 2022-05-18T04:38:03.9066435Z test_forward_mode_AD_permute_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.047s) 2022-05-18T04:38:03.9172087Z test_forward_mode_AD_permute_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.010s) 2022-05-18T04:38:04.4499665Z test_forward_mode_AD_pinverse_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.532s) 2022-05-18T04:38:04.5125135Z test_forward_mode_AD_pinverse_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.062s) 2022-05-18T04:38:04.5846888Z test_forward_mode_AD_polar_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.072s) 2022-05-18T04:38:04.6142704Z test_forward_mode_AD_polygamma_polygamma_n_0_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.030s) 2022-05-18T04:38:04.6147221Z test_forward_mode_AD_polygamma_polygamma_n_1_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.000s) 2022-05-18T04:38:04.6152495Z test_forward_mode_AD_polygamma_polygamma_n_2_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.000s) 2022-05-18T04:38:04.6157794Z test_forward_mode_AD_polygamma_polygamma_n_3_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.000s) 2022-05-18T04:38:04.6162728Z test_forward_mode_AD_polygamma_polygamma_n_4_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.000s) 2022-05-18T04:38:04.6460109Z test_forward_mode_AD_positive_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.029s) 2022-05-18T04:38:04.6537767Z test_forward_mode_AD_positive_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.008s) 2022-05-18T04:38:05.0393000Z test_forward_mode_AD_pow_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.385s) 2022-05-18T04:38:05.1098425Z test_forward_mode_AD_pow_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.070s) 2022-05-18T04:38:05.6588420Z test_forward_mode_AD_prod_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.549s) 2022-05-18T04:38:05.7799541Z test_forward_mode_AD_prod_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.121s) 2022-05-18T04:38:06.3712621Z test_forward_mode_AD_put_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.591s) 2022-05-18T04:38:06.4562387Z test_forward_mode_AD_put_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.085s) 2022-05-18T04:38:07.1140702Z test_forward_mode_AD_qr_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.658s) 2022-05-18T04:38:07.2667097Z test_forward_mode_AD_qr_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.153s) 2022-05-18T04:38:07.6039931Z test_forward_mode_AD_quantile_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.337s) 2022-05-18T04:38:07.6121098Z test_forward_mode_AD_rad2deg_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.008s) 2022-05-18T04:38:07.6133675Z test_forward_mode_AD_rand_like_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:07.6145902Z test_forward_mode_AD_rand_like_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:07.6158043Z test_forward_mode_AD_randint_like_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:07.6170120Z test_forward_mode_AD_randn_like_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:07.6183073Z test_forward_mode_AD_randn_like_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:07.6427218Z test_forward_mode_AD_ravel_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.024s) 2022-05-18T04:38:07.6485194Z test_forward_mode_AD_ravel_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.006s) 2022-05-18T04:38:07.6753651Z test_forward_mode_AD_real_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.027s) 2022-05-18T04:38:07.6816605Z test_forward_mode_AD_real_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.006s) 2022-05-18T04:38:07.7163168Z test_forward_mode_AD_reciprocal_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.034s) 2022-05-18T04:38:07.7244023Z test_forward_mode_AD_reciprocal_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.008s) 2022-05-18T04:38:07.7787171Z test_forward_mode_AD_remainder_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.054s) 2022-05-18T04:38:07.7870033Z test_forward_mode_AD_renorm_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.008s) 2022-05-18T04:38:07.7924268Z test_forward_mode_AD_renorm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.005s) 2022-05-18T04:38:08.0639946Z test_forward_mode_AD_repeat_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.271s) 2022-05-18T04:38:08.1195376Z test_forward_mode_AD_repeat_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.055s) 2022-05-18T04:38:08.1946835Z test_forward_mode_AD_repeat_interleave_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.075s) 2022-05-18T04:38:08.2123691Z test_forward_mode_AD_repeat_interleave_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.018s) 2022-05-18T04:38:08.2619103Z test_forward_mode_AD_reshape_as_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.049s) 2022-05-18T04:38:08.2730924Z test_forward_mode_AD_reshape_as_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.011s) 2022-05-18T04:38:08.4005078Z test_forward_mode_AD_reshape_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.127s) 2022-05-18T04:38:08.4273283Z test_forward_mode_AD_reshape_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.027s) 2022-05-18T04:38:08.4285993Z test_forward_mode_AD_resize__cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:08.4298043Z test_forward_mode_AD_resize__cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:08.4310629Z test_forward_mode_AD_resize_as__cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:08.4328981Z test_forward_mode_AD_resize_as__cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:38:08.4570294Z test_forward_mode_AD_resolve_conj_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.024s) 2022-05-18T04:38:08.4627161Z test_forward_mode_AD_resolve_conj_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.006s) 2022-05-18T04:38:08.4863623Z test_forward_mode_AD_resolve_neg_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.023s) 2022-05-18T04:38:08.4920290Z test_forward_mode_AD_resolve_neg_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.006s) 2022-05-18T04:38:08.5898693Z test_forward_mode_AD_roll_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.097s) 2022-05-18T04:38:08.6120595Z test_forward_mode_AD_roll_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.022s) 2022-05-18T04:38:08.6654160Z test_forward_mode_AD_rot90_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.053s) 2022-05-18T04:38:08.6787793Z test_forward_mode_AD_rot90_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.013s) 2022-05-18T04:38:08.6828718Z test_forward_mode_AD_round_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.004s) 2022-05-18T04:38:08.6910578Z test_forward_mode_AD_round_decimals_0_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.008s) 2022-05-18T04:38:08.6915482Z test_forward_mode_AD_round_decimals_3_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.000s) 2022-05-18T04:38:08.6920998Z test_forward_mode_AD_round_decimals_neg_3_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.000s) 2022-05-18T04:38:08.7272938Z test_forward_mode_AD_rsqrt_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.035s) 2022-05-18T04:38:08.7357125Z test_forward_mode_AD_rsqrt_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.008s) 2022-05-18T04:38:09.0660033Z test_forward_mode_AD_rsub_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.330s) 2022-05-18T04:38:09.1270040Z test_forward_mode_AD_rsub_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.061s) 2022-05-18T04:38:09.3717008Z test_forward_mode_AD_scatter_add_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.244s) 2022-05-18T04:38:09.4175062Z test_forward_mode_AD_scatter_add_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.046s) 2022-05-18T04:38:09.6666821Z test_forward_mode_AD_scatter_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.249s) 2022-05-18T04:38:09.7146221Z test_forward_mode_AD_scatter_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.048s) 2022-05-18T04:38:09.7241077Z test_forward_mode_AD_scatter_reduce_amax_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.009s) 2022-05-18T04:38:09.7333670Z test_forward_mode_AD_scatter_reduce_amin_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.009s) 2022-05-18T04:38:09.7435764Z test_forward_mode_AD_scatter_reduce_mean_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.010s) 2022-05-18T04:38:09.7533739Z test_forward_mode_AD_scatter_reduce_prod_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.010s) 2022-05-18T04:38:09.7633097Z test_forward_mode_AD_scatter_reduce_sum_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.010s) 2022-05-18T04:38:09.7656096Z test_forward_mode_AD_searchsorted_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:38:09.8241416Z test_forward_mode_AD_select_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.058s) 2022-05-18T04:38:09.8372194Z test_forward_mode_AD_select_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.013s) 2022-05-18T04:38:09.8683043Z test_forward_mode_AD_select_scatter_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.031s) 2022-05-18T04:38:09.8687185Z test_forward_mode_AD_sgn_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:38:09.8728924Z test_forward_mode_AD_sgn_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.004s) 2022-05-18T04:38:09.8742143Z test_forward_mode_AD_short_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:09.8754159Z test_forward_mode_AD_short_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:09.9094327Z test_forward_mode_AD_sigmoid_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.034s) 2022-05-18T04:38:09.9174335Z test_forward_mode_AD_sigmoid_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.008s) 2022-05-18T04:38:09.9222559Z test_forward_mode_AD_sign_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.005s) 2022-05-18T04:38:09.9235086Z test_forward_mode_AD_signbit_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:09.9379268Z test_forward_mode_AD_sin_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.014s) 2022-05-18T04:38:09.9419518Z test_forward_mode_AD_sin_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.004s) 2022-05-18T04:38:09.9818101Z test_forward_mode_AD_sinc_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.040s) 2022-05-18T04:38:09.9916799Z test_forward_mode_AD_sinc_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.010s) 2022-05-18T04:38:10.0064130Z test_forward_mode_AD_sinh_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.015s) 2022-05-18T04:38:10.0105501Z test_forward_mode_AD_sinh_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.004s) 2022-05-18T04:38:10.0686864Z test_forward_mode_AD_slice_scatter_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.058s) 2022-05-18T04:38:10.0882407Z test_forward_mode_AD_softmax_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.020s) 2022-05-18T04:38:10.1818180Z test_forward_mode_AD_softmax_with_dtype_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.093s) 2022-05-18T04:38:10.2017105Z test_forward_mode_AD_softmax_with_dtype_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.020s) 2022-05-18T04:38:10.3107922Z test_forward_mode_AD_sort_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.109s) 2022-05-18T04:38:10.3112326Z test_forward_mode_AD_sparse_sampled_addmm_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:38:10.3118089Z test_forward_mode_AD_sparse_sampled_addmm_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.000s) 2022-05-18T04:38:10.3187352Z test_forward_mode_AD_special_entr_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.007s) 2022-05-18T04:38:10.3271223Z test_forward_mode_AD_special_erfcx_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.008s) 2022-05-18T04:38:10.3339821Z test_forward_mode_AD_special_i0e_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.007s) 2022-05-18T04:38:10.3452878Z test_forward_mode_AD_special_i1_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.011s) 2022-05-18T04:38:10.3562521Z test_forward_mode_AD_special_i1e_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.011s) 2022-05-18T04:38:10.3650132Z test_forward_mode_AD_special_log_ndtr_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.009s) 2022-05-18T04:38:10.3746800Z test_forward_mode_AD_special_ndtr_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.010s) 2022-05-18T04:38:10.3832415Z test_forward_mode_AD_special_ndtri_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.008s) 2022-05-18T04:38:10.4128073Z test_forward_mode_AD_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.029s) 2022-05-18T04:38:10.4133642Z test_forward_mode_AD_special_xlog1py_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:38:10.4147512Z test_forward_mode_AD_special_zeta_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:10.4442931Z test_forward_mode_AD_split_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.029s) 2022-05-18T04:38:10.4524595Z test_forward_mode_AD_split_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.008s) 2022-05-18T04:38:10.5041678Z test_forward_mode_AD_split_list_args_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.051s) 2022-05-18T04:38:10.5167944Z test_forward_mode_AD_split_list_args_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.013s) 2022-05-18T04:38:10.5829163Z test_forward_mode_AD_split_with_sizes_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.066s) 2022-05-18T04:38:10.5987111Z test_forward_mode_AD_split_with_sizes_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.016s) 2022-05-18T04:38:10.6132705Z test_forward_mode_AD_sqrt_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.014s) 2022-05-18T04:38:10.6173236Z test_forward_mode_AD_sqrt_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.004s) 2022-05-18T04:38:10.6526731Z test_forward_mode_AD_square_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.035s) 2022-05-18T04:38:10.6617418Z test_forward_mode_AD_square_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.009s) 2022-05-18T04:38:10.7318918Z test_forward_mode_AD_squeeze_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.070s) 2022-05-18T04:38:10.7450077Z test_forward_mode_AD_squeeze_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.013s) 2022-05-18T04:38:11.0439186Z test_forward_mode_AD_stack_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.299s) 2022-05-18T04:38:11.0945356Z test_forward_mode_AD_stack_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.050s) 2022-05-18T04:38:11.2162308Z test_forward_mode_AD_std_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.122s) 2022-05-18T04:38:11.2392732Z test_forward_mode_AD_std_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.023s) 2022-05-18T04:38:11.2398160Z test_forward_mode_AD_std_mean_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.000s) 2022-05-18T04:38:11.2402873Z test_forward_mode_AD_std_mean_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.000s) 2022-05-18T04:38:11.3792872Z test_forward_mode_AD_stft_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.139s) 2022-05-18T04:38:11.4124223Z test_forward_mode_AD_stft_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.033s) 2022-05-18T04:38:11.7369483Z test_forward_mode_AD_sub_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.324s) 2022-05-18T04:38:11.7970971Z test_forward_mode_AD_sub_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.060s) 2022-05-18T04:38:12.0465922Z test_forward_mode_AD_sum_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.249s) 2022-05-18T04:38:12.0968494Z test_forward_mode_AD_sum_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.050s) 2022-05-18T04:38:12.1722521Z test_forward_mode_AD_sum_to_size_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.075s) 2022-05-18T04:38:12.1882907Z test_forward_mode_AD_sum_to_size_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.016s) 2022-05-18T04:38:21.4722178Z test_forward_mode_AD_svd_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (9.284s) 2022-05-18T04:38:22.4557781Z test_forward_mode_AD_svd_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.983s) 2022-05-18T04:38:26.4497076Z test_forward_mode_AD_svd_lowrank_cuda_float64 (__main__.TestGradientsCUDA) ... ok (3.994s) 2022-05-18T04:38:26.4915767Z test_forward_mode_AD_symeig_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.042s) 2022-05-18T04:38:26.5057112Z test_forward_mode_AD_symeig_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.014s) 2022-05-18T04:38:26.5412146Z test_forward_mode_AD_t_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.035s) 2022-05-18T04:38:26.5490888Z test_forward_mode_AD_t_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.008s) 2022-05-18T04:38:26.6209880Z test_forward_mode_AD_take_along_dim_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.072s) 2022-05-18T04:38:26.6378515Z test_forward_mode_AD_take_along_dim_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.017s) 2022-05-18T04:38:26.7483630Z test_forward_mode_AD_take_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.110s) 2022-05-18T04:38:26.7733284Z test_forward_mode_AD_take_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.025s) 2022-05-18T04:38:26.7882080Z test_forward_mode_AD_tan_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.015s) 2022-05-18T04:38:26.7924098Z test_forward_mode_AD_tan_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.004s) 2022-05-18T04:38:26.8069062Z test_forward_mode_AD_tanh_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.014s) 2022-05-18T04:38:26.8110251Z test_forward_mode_AD_tanh_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.004s) 2022-05-18T04:38:26.9814995Z test_forward_mode_AD_tensor_split_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.170s) 2022-05-18T04:38:27.0204349Z test_forward_mode_AD_tensor_split_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.039s) 2022-05-18T04:38:27.0979828Z test_forward_mode_AD_tensordot_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.077s) 2022-05-18T04:38:27.1141528Z test_forward_mode_AD_tensordot_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.016s) 2022-05-18T04:38:27.4272021Z test_forward_mode_AD_tile_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.313s) 2022-05-18T04:38:27.4907356Z test_forward_mode_AD_tile_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.063s) 2022-05-18T04:38:27.4920631Z test_forward_mode_AD_to_sparse_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:27.4988125Z test_forward_mode_AD_to_sparse_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.007s) 2022-05-18T04:38:27.5433562Z test_forward_mode_AD_topk_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.044s) 2022-05-18T04:38:27.5580278Z test_forward_mode_AD_trace_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.015s) 2022-05-18T04:38:27.5621548Z test_forward_mode_AD_trace_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.004s) 2022-05-18T04:38:27.6544569Z test_forward_mode_AD_transpose_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.092s) 2022-05-18T04:38:27.6741210Z test_forward_mode_AD_transpose_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.020s) 2022-05-18T04:38:27.9643338Z test_forward_mode_AD_trapezoid_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.290s) 2022-05-18T04:38:28.0226432Z test_forward_mode_AD_trapezoid_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.058s) 2022-05-18T04:38:28.3141519Z test_forward_mode_AD_trapz_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.291s) 2022-05-18T04:38:28.3723785Z test_forward_mode_AD_trapz_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.058s) 2022-05-18T04:38:28.8097217Z test_forward_mode_AD_triangular_solve_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.437s) 2022-05-18T04:38:28.9021001Z test_forward_mode_AD_triangular_solve_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.092s) 2022-05-18T04:38:28.9628633Z test_forward_mode_AD_tril_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.061s) 2022-05-18T04:38:28.9769262Z test_forward_mode_AD_tril_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.014s) 2022-05-18T04:38:29.0377028Z test_forward_mode_AD_triu_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.061s) 2022-05-18T04:38:29.0514836Z test_forward_mode_AD_triu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.014s) 2022-05-18T04:38:29.3454701Z test_forward_mode_AD_true_divide_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.294s) 2022-05-18T04:38:29.4020940Z test_forward_mode_AD_true_divide_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.057s) 2022-05-18T04:38:29.4060662Z test_forward_mode_AD_trunc_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.004s) 2022-05-18T04:38:29.6417533Z test_forward_mode_AD_unfold_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.235s) 2022-05-18T04:38:29.6803848Z test_forward_mode_AD_unfold_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.038s) 2022-05-18T04:38:29.6817429Z test_forward_mode_AD_unique_consecutive_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:29.6829722Z test_forward_mode_AD_unique_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:29.7899228Z test_forward_mode_AD_unsqueeze_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.107s) 2022-05-18T04:38:29.8114343Z test_forward_mode_AD_unsqueeze_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.021s) 2022-05-18T04:38:29.9268173Z test_forward_mode_AD_var_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.115s) 2022-05-18T04:38:29.9490348Z test_forward_mode_AD_var_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.022s) 2022-05-18T04:38:29.9494870Z test_forward_mode_AD_var_mean_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:38:29.9500726Z test_forward_mode_AD_var_mean_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.000s) 2022-05-18T04:38:30.0219183Z test_forward_mode_AD_vdot_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.071s) 2022-05-18T04:38:30.0295261Z test_forward_mode_AD_vdot_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.008s) 2022-05-18T04:38:30.0333698Z test_forward_mode_AD_view_as_complex_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.004s) 2022-05-18T04:38:30.0691138Z test_forward_mode_AD_view_as_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.035s) 2022-05-18T04:38:30.0776883Z test_forward_mode_AD_view_as_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.009s) 2022-05-18T04:38:30.0899515Z test_forward_mode_AD_view_as_real_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.012s) 2022-05-18T04:38:30.1701411Z test_forward_mode_AD_view_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.080s) 2022-05-18T04:38:30.1874097Z test_forward_mode_AD_view_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.017s) 2022-05-18T04:38:30.2223030Z test_forward_mode_AD_vsplit_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.035s) 2022-05-18T04:38:30.2309154Z test_forward_mode_AD_vsplit_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.009s) 2022-05-18T04:38:30.2859422Z test_forward_mode_AD_vstack_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.055s) 2022-05-18T04:38:30.2953949Z test_forward_mode_AD_vstack_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.009s) 2022-05-18T04:38:30.4503715Z test_forward_mode_AD_where_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.155s) 2022-05-18T04:38:30.4793781Z test_forward_mode_AD_where_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.029s) 2022-05-18T04:38:30.4798323Z test_forward_mode_AD_xlogy_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.000s) 2022-05-18T04:38:30.5186807Z test_forward_mode_AD_zero__cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.039s) 2022-05-18T04:38:30.5280798Z test_forward_mode_AD_zero__cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.009s) 2022-05-18T04:38:30.5294090Z test_forward_mode_AD_zeros_like_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:30.5307030Z test_forward_mode_AD_zeros_like_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:30.5320344Z test_inplace_forward_mode_AD_H_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:30.5333722Z test_inplace_forward_mode_AD_H_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:30.5347410Z test_inplace_forward_mode_AD_T_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:30.5360949Z test_inplace_forward_mode_AD_T_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:30.5374369Z test_inplace_forward_mode_AD___getitem___cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:30.5388040Z test_inplace_forward_mode_AD___getitem___cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:30.5401610Z test_inplace_forward_mode_AD___radd___cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:30.5421225Z test_inplace_forward_mode_AD___radd___cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.002s) 2022-05-18T04:38:30.5434359Z test_inplace_forward_mode_AD___rdiv___cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:30.5447428Z test_inplace_forward_mode_AD___rdiv___cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:30.5460617Z test_inplace_forward_mode_AD___rmatmul___cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:30.5474151Z test_inplace_forward_mode_AD___rmatmul___cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:30.5487232Z test_inplace_forward_mode_AD___rmod___cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:30.5500386Z test_inplace_forward_mode_AD___rmul___cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:30.5513844Z test_inplace_forward_mode_AD___rmul___cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:30.5520840Z test_inplace_forward_mode_AD___rpow___cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:38:30.5526963Z test_inplace_forward_mode_AD___rpow___cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:38:30.5540459Z test_inplace_forward_mode_AD___rsub___cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:30.5553960Z test_inplace_forward_mode_AD___rsub___cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:30.5567071Z test_inplace_forward_mode_AD__masked_amax_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:30.5580427Z test_inplace_forward_mode_AD__masked_amin_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:30.5599843Z test_inplace_forward_mode_AD__masked_argmax_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:38:30.5612957Z test_inplace_forward_mode_AD__masked_argmin_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:30.5626442Z test_inplace_forward_mode_AD__masked_log_softmax_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:30.5639738Z test_inplace_forward_mode_AD__masked_mean_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:30.5652719Z test_inplace_forward_mode_AD__masked_mean_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:30.5666257Z test_inplace_forward_mode_AD__masked_norm_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:30.5679200Z test_inplace_forward_mode_AD__masked_normalize_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:30.5692563Z test_inplace_forward_mode_AD__masked_prod_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:30.5706124Z test_inplace_forward_mode_AD__masked_prod_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:30.5719287Z test_inplace_forward_mode_AD__masked_softmax_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:30.5732681Z test_inplace_forward_mode_AD__masked_softmin_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:30.5752162Z test_inplace_forward_mode_AD__masked_std_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.002s) 2022-05-18T04:38:30.5765091Z test_inplace_forward_mode_AD__masked_std_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:30.5778338Z test_inplace_forward_mode_AD__masked_sum_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:30.5791948Z test_inplace_forward_mode_AD__masked_sum_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:30.5805175Z test_inplace_forward_mode_AD__masked_var_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:30.5818480Z test_inplace_forward_mode_AD__masked_var_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:30.5874991Z test_inplace_forward_mode_AD_abs_cuda_complex128 (__main__.TestGradientsCUDA) ... expected failure (0.006s) 2022-05-18T04:38:30.5925044Z test_inplace_forward_mode_AD_abs_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.005s) 2022-05-18T04:38:30.6331111Z test_inplace_forward_mode_AD_acos_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.040s) 2022-05-18T04:38:30.6432316Z test_inplace_forward_mode_AD_acos_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.010s) 2022-05-18T04:38:30.6446798Z test_inplace_forward_mode_AD_acosh_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:30.6467984Z test_inplace_forward_mode_AD_acosh_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.002s) 2022-05-18T04:38:30.8798512Z test_inplace_forward_mode_AD_add_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.233s) 2022-05-18T04:38:30.9251956Z test_inplace_forward_mode_AD_add_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.045s) 2022-05-18T04:38:31.2140958Z test_inplace_forward_mode_AD_addbmm_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.289s) 2022-05-18T04:38:31.2419582Z test_inplace_forward_mode_AD_addbmm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.028s) 2022-05-18T04:38:31.6428224Z test_inplace_forward_mode_AD_addcdiv_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.401s) 2022-05-18T04:38:31.7179673Z test_inplace_forward_mode_AD_addcdiv_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.075s) 2022-05-18T04:38:32.1093015Z test_inplace_forward_mode_AD_addcmul_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.391s) 2022-05-18T04:38:32.1807385Z test_inplace_forward_mode_AD_addcmul_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.071s) 2022-05-18T04:38:32.3840122Z test_inplace_forward_mode_AD_addmm_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.203s) 2022-05-18T04:38:32.3972060Z test_inplace_forward_mode_AD_addmm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.013s) 2022-05-18T04:38:32.5958006Z test_inplace_forward_mode_AD_addmm_decomposed_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.198s) 2022-05-18T04:38:32.6084374Z test_inplace_forward_mode_AD_addmm_decomposed_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.013s) 2022-05-18T04:38:32.7377881Z test_inplace_forward_mode_AD_addmv_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.129s) 2022-05-18T04:38:32.7618867Z test_inplace_forward_mode_AD_addmv_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.024s) 2022-05-18T04:38:32.8956793Z test_inplace_forward_mode_AD_addr_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.134s) 2022-05-18T04:38:32.9203943Z test_inplace_forward_mode_AD_addr_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.025s) 2022-05-18T04:38:32.9218840Z test_inplace_forward_mode_AD_all_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:32.9232777Z test_inplace_forward_mode_AD_all_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:32.9246299Z test_inplace_forward_mode_AD_allclose_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:32.9266768Z test_inplace_forward_mode_AD_allclose_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:38:32.9279653Z test_inplace_forward_mode_AD_amax_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:32.9292829Z test_inplace_forward_mode_AD_amin_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:32.9306500Z test_inplace_forward_mode_AD_aminmax_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:32.9319732Z test_inplace_forward_mode_AD_angle_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:32.9333272Z test_inplace_forward_mode_AD_angle_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:32.9346638Z test_inplace_forward_mode_AD_any_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:32.9359703Z test_inplace_forward_mode_AD_any_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:32.9372817Z test_inplace_forward_mode_AD_argmax_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:32.9386298Z test_inplace_forward_mode_AD_argmin_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:32.9399673Z test_inplace_forward_mode_AD_argsort_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:32.9413216Z test_inplace_forward_mode_AD_argwhere_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:32.9432702Z test_inplace_forward_mode_AD_argwhere_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:38:33.0017658Z test_inplace_forward_mode_AD_as_strided_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.058s) 2022-05-18T04:38:33.0126700Z test_inplace_forward_mode_AD_as_strided_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.011s) 2022-05-18T04:38:33.0295147Z test_inplace_forward_mode_AD_asin_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.017s) 2022-05-18T04:38:33.0343701Z test_inplace_forward_mode_AD_asin_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.005s) 2022-05-18T04:38:33.0357588Z test_inplace_forward_mode_AD_asinh_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:33.0371783Z test_inplace_forward_mode_AD_asinh_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:33.0780359Z test_inplace_forward_mode_AD_atan2_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.041s) 2022-05-18T04:38:33.0946430Z test_inplace_forward_mode_AD_atan_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.017s) 2022-05-18T04:38:33.1000860Z test_inplace_forward_mode_AD_atan_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.005s) 2022-05-18T04:38:33.1014401Z test_inplace_forward_mode_AD_atanh_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:33.1027825Z test_inplace_forward_mode_AD_atanh_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:33.1041164Z test_inplace_forward_mode_AD_atleast_1d_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:33.1054474Z test_inplace_forward_mode_AD_atleast_1d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:33.1067800Z test_inplace_forward_mode_AD_atleast_2d_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:33.1080963Z test_inplace_forward_mode_AD_atleast_2d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:33.1094234Z test_inplace_forward_mode_AD_atleast_3d_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:33.1107762Z test_inplace_forward_mode_AD_atleast_3d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:33.4485767Z test_inplace_forward_mode_AD_baddbmm_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.337s) 2022-05-18T04:38:33.4732638Z test_inplace_forward_mode_AD_baddbmm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.025s) 2022-05-18T04:38:33.4747381Z test_inplace_forward_mode_AD_bernoulli_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:33.4760732Z test_inplace_forward_mode_AD_bfloat16_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:33.4773994Z test_inplace_forward_mode_AD_bfloat16_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:33.4787750Z test_inplace_forward_mode_AD_block_diag_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:33.4800971Z test_inplace_forward_mode_AD_block_diag_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:33.4814577Z test_inplace_forward_mode_AD_bmm_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:33.4828220Z test_inplace_forward_mode_AD_bmm_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:33.4841858Z test_inplace_forward_mode_AD_bool_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:33.4855233Z test_inplace_forward_mode_AD_bool_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:33.4869393Z test_inplace_forward_mode_AD_broadcast_tensors_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:33.4883035Z test_inplace_forward_mode_AD_broadcast_tensors_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:33.4902947Z test_inplace_forward_mode_AD_broadcast_to_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.002s) 2022-05-18T04:38:33.4916123Z test_inplace_forward_mode_AD_broadcast_to_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:33.4929341Z test_inplace_forward_mode_AD_bucketize_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:33.4942708Z test_inplace_forward_mode_AD_byte_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:33.4955802Z test_inplace_forward_mode_AD_byte_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:33.4968839Z test_inplace_forward_mode_AD_cartesian_prod_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:33.4982368Z test_inplace_forward_mode_AD_cartesian_prod_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:33.4995615Z test_inplace_forward_mode_AD_cat_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:33.5008892Z test_inplace_forward_mode_AD_cat_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:33.5022745Z test_inplace_forward_mode_AD_cdist_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:33.5071946Z test_inplace_forward_mode_AD_ceil_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.005s) 2022-05-18T04:38:33.5091743Z test_inplace_forward_mode_AD_chalf_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.002s) 2022-05-18T04:38:33.5105181Z test_inplace_forward_mode_AD_chalf_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:33.5118506Z test_inplace_forward_mode_AD_char_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:33.5131503Z test_inplace_forward_mode_AD_char_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:33.5144449Z test_inplace_forward_mode_AD_cholesky_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:33.5157205Z test_inplace_forward_mode_AD_cholesky_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:33.5170082Z test_inplace_forward_mode_AD_cholesky_inverse_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:33.5183404Z test_inplace_forward_mode_AD_cholesky_inverse_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:33.5196494Z test_inplace_forward_mode_AD_cholesky_solve_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:33.5209262Z test_inplace_forward_mode_AD_cholesky_solve_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:33.5222977Z test_inplace_forward_mode_AD_chunk_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:33.5236491Z test_inplace_forward_mode_AD_chunk_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:33.5544630Z test_inplace_forward_mode_AD_clamp_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.031s) 2022-05-18T04:38:33.5770020Z test_inplace_forward_mode_AD_clamp_scalar_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.022s) 2022-05-18T04:38:33.5784987Z test_inplace_forward_mode_AD_clone_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:33.5798543Z test_inplace_forward_mode_AD_clone_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:33.5812102Z test_inplace_forward_mode_AD_column_stack_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:33.5825980Z test_inplace_forward_mode_AD_column_stack_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:33.5839360Z test_inplace_forward_mode_AD_combinations_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:33.5852981Z test_inplace_forward_mode_AD_combinations_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:33.5866747Z test_inplace_forward_mode_AD_complex_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:33.5880354Z test_inplace_forward_mode_AD_conj_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:33.5894295Z test_inplace_forward_mode_AD_conj_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:33.6045964Z test_inplace_forward_mode_AD_conj_physical_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.015s) 2022-05-18T04:38:33.6087639Z test_inplace_forward_mode_AD_conj_physical_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.004s) 2022-05-18T04:38:33.6101517Z test_inplace_forward_mode_AD_contiguous_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:33.6115063Z test_inplace_forward_mode_AD_contiguous_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:33.6448103Z test_inplace_forward_mode_AD_copysign_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.033s) 2022-05-18T04:38:33.6462790Z test_inplace_forward_mode_AD_corrcoef_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:33.6476277Z test_inplace_forward_mode_AD_corrcoef_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:33.6866640Z test_inplace_forward_mode_AD_cos_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.039s) 2022-05-18T04:38:33.6965009Z test_inplace_forward_mode_AD_cos_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.010s) 2022-05-18T04:38:33.7357067Z test_inplace_forward_mode_AD_cosh_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.039s) 2022-05-18T04:38:33.7451768Z test_inplace_forward_mode_AD_cosh_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.009s) 2022-05-18T04:38:33.7466904Z test_inplace_forward_mode_AD_count_nonzero_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:33.7480245Z test_inplace_forward_mode_AD_count_nonzero_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:33.7493635Z test_inplace_forward_mode_AD_cov_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:33.7507461Z test_inplace_forward_mode_AD_cov_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:33.7520994Z test_inplace_forward_mode_AD_cross_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:33.7534567Z test_inplace_forward_mode_AD_cross_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:33.7548385Z test_inplace_forward_mode_AD_cummax_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:33.7562029Z test_inplace_forward_mode_AD_cummin_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:38.1190327Z test_inplace_forward_mode_AD_cumprod_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (4.362s) 2022-05-18T04:38:38.8494465Z test_inplace_forward_mode_AD_cumprod_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.730s) 2022-05-18T04:38:38.9076107Z test_inplace_forward_mode_AD_cumsum_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.058s) 2022-05-18T04:38:38.9213510Z test_inplace_forward_mode_AD_cumsum_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.014s) 2022-05-18T04:38:38.9227664Z test_inplace_forward_mode_AD_cumulative_trapezoid_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:38.9241679Z test_inplace_forward_mode_AD_cumulative_trapezoid_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:38.9331818Z test_inplace_forward_mode_AD_deg2rad_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.009s) 2022-05-18T04:38:38.9345834Z test_inplace_forward_mode_AD_diag_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:38.9359482Z test_inplace_forward_mode_AD_diag_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:38.9373195Z test_inplace_forward_mode_AD_diag_embed_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:38.9395072Z test_inplace_forward_mode_AD_diag_embed_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.002s) 2022-05-18T04:38:38.9408147Z test_inplace_forward_mode_AD_diagflat_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:38.9421718Z test_inplace_forward_mode_AD_diagflat_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:38.9434764Z test_inplace_forward_mode_AD_diagonal_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:38.9447822Z test_inplace_forward_mode_AD_diagonal_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:38.9461315Z test_inplace_forward_mode_AD_diagonal_scatter_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:38.9475227Z test_inplace_forward_mode_AD_diff_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:38.9488520Z test_inplace_forward_mode_AD_diff_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:38.9582139Z test_inplace_forward_mode_AD_digamma_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.009s) 2022-05-18T04:38:38.9595447Z test_inplace_forward_mode_AD_dist_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:38.9608775Z test_inplace_forward_mode_AD_dist_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:38.9966787Z test_inplace_forward_mode_AD_div_floor_rounding_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.036s) 2022-05-18T04:38:39.1890624Z test_inplace_forward_mode_AD_div_no_rounding_mode_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.192s) 2022-05-18T04:38:39.2293707Z test_inplace_forward_mode_AD_div_no_rounding_mode_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.040s) 2022-05-18T04:38:39.2650834Z test_inplace_forward_mode_AD_div_trunc_rounding_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.036s) 2022-05-18T04:38:39.2665513Z test_inplace_forward_mode_AD_dot_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:39.2679072Z test_inplace_forward_mode_AD_dot_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:39.2692917Z test_inplace_forward_mode_AD_double_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:39.2706648Z test_inplace_forward_mode_AD_double_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:39.2720513Z test_inplace_forward_mode_AD_dsplit_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:39.2733727Z test_inplace_forward_mode_AD_dsplit_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:39.2754033Z test_inplace_forward_mode_AD_dstack_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.002s) 2022-05-18T04:38:39.2767144Z test_inplace_forward_mode_AD_dstack_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:39.2780186Z test_inplace_forward_mode_AD_eig_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:39.2793338Z test_inplace_forward_mode_AD_eig_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:39.2806643Z test_inplace_forward_mode_AD_einsum_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:39.2820040Z test_inplace_forward_mode_AD_einsum_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:39.2833815Z test_inplace_forward_mode_AD_empty_like_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:39.2847067Z test_inplace_forward_mode_AD_empty_like_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:39.2859982Z test_inplace_forward_mode_AD_eq_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:39.2873270Z test_inplace_forward_mode_AD_eq_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:39.2926314Z test_inplace_forward_mode_AD_erf_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.005s) 2022-05-18T04:38:39.3032616Z test_inplace_forward_mode_AD_erfc_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.010s) 2022-05-18T04:38:39.3081234Z test_inplace_forward_mode_AD_erfinv_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.005s) 2022-05-18T04:38:39.3172467Z test_inplace_forward_mode_AD_exp2_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.009s) 2022-05-18T04:38:39.3544820Z test_inplace_forward_mode_AD_exp_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.037s) 2022-05-18T04:38:39.3635421Z test_inplace_forward_mode_AD_exp_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.009s) 2022-05-18T04:38:39.3649829Z test_inplace_forward_mode_AD_expand_as_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:39.3663468Z test_inplace_forward_mode_AD_expand_as_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:39.3677039Z test_inplace_forward_mode_AD_expand_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:39.3690496Z test_inplace_forward_mode_AD_expand_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:39.3743793Z test_inplace_forward_mode_AD_expm1_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.005s) 2022-05-18T04:38:39.3757389Z test_inplace_forward_mode_AD_fft_fft2_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:39.3770326Z test_inplace_forward_mode_AD_fft_fft2_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:39.3784212Z test_inplace_forward_mode_AD_fft_fft_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:39.3797787Z test_inplace_forward_mode_AD_fft_fft_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:39.3811074Z test_inplace_forward_mode_AD_fft_fftn_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:39.3825046Z test_inplace_forward_mode_AD_fft_fftn_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:39.3837815Z test_inplace_forward_mode_AD_fft_fftshift_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:39.3851125Z test_inplace_forward_mode_AD_fft_fftshift_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:39.3864694Z test_inplace_forward_mode_AD_fft_hfft2_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:39.3877901Z test_inplace_forward_mode_AD_fft_hfft2_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:39.3891179Z test_inplace_forward_mode_AD_fft_hfft_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:39.3911141Z test_inplace_forward_mode_AD_fft_hfft_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.002s) 2022-05-18T04:38:39.3924226Z test_inplace_forward_mode_AD_fft_hfftn_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:39.3937595Z test_inplace_forward_mode_AD_fft_hfftn_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:39.3950970Z test_inplace_forward_mode_AD_fft_ifft2_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:39.3964354Z test_inplace_forward_mode_AD_fft_ifft2_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:39.3977595Z test_inplace_forward_mode_AD_fft_ifft_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:39.3991235Z test_inplace_forward_mode_AD_fft_ifft_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:39.4004450Z test_inplace_forward_mode_AD_fft_ifftn_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:39.4017762Z test_inplace_forward_mode_AD_fft_ifftn_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:39.4031489Z test_inplace_forward_mode_AD_fft_ifftshift_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:39.4044846Z test_inplace_forward_mode_AD_fft_ifftshift_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:39.4058254Z test_inplace_forward_mode_AD_fft_ihfft2_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:39.4078085Z test_inplace_forward_mode_AD_fft_ihfft_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.002s) 2022-05-18T04:38:39.4091562Z test_inplace_forward_mode_AD_fft_ihfftn_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:39.4105084Z test_inplace_forward_mode_AD_fft_irfft2_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:39.4118009Z test_inplace_forward_mode_AD_fft_irfft2_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:39.4131557Z test_inplace_forward_mode_AD_fft_irfft_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:39.4145563Z test_inplace_forward_mode_AD_fft_irfft_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:39.4158634Z test_inplace_forward_mode_AD_fft_irfftn_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:39.4171890Z test_inplace_forward_mode_AD_fft_irfftn_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:39.4185146Z test_inplace_forward_mode_AD_fft_rfft2_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:39.4198418Z test_inplace_forward_mode_AD_fft_rfft_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:39.4211807Z test_inplace_forward_mode_AD_fft_rfftn_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:39.4754108Z test_inplace_forward_mode_AD_fill__cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.054s) 2022-05-18T04:38:39.4856209Z test_inplace_forward_mode_AD_fill__cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.010s) 2022-05-18T04:38:39.4871355Z test_inplace_forward_mode_AD_flatten_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.002s) 2022-05-18T04:38:39.4884886Z test_inplace_forward_mode_AD_flatten_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:39.4898230Z test_inplace_forward_mode_AD_flip_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:39.4912031Z test_inplace_forward_mode_AD_flip_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:39.4925509Z test_inplace_forward_mode_AD_fliplr_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:39.4939029Z test_inplace_forward_mode_AD_fliplr_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:39.4952788Z test_inplace_forward_mode_AD_flipud_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:39.4966307Z test_inplace_forward_mode_AD_flipud_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:39.4980015Z test_inplace_forward_mode_AD_float_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:39.4999598Z test_inplace_forward_mode_AD_float_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.002s) 2022-05-18T04:38:39.7484428Z test_inplace_forward_mode_AD_float_power_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.248s) 2022-05-18T04:38:39.7972035Z test_inplace_forward_mode_AD_float_power_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.049s) 2022-05-18T04:38:39.8017975Z test_inplace_forward_mode_AD_floor_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.005s) 2022-05-18T04:38:39.8032244Z test_inplace_forward_mode_AD_floor_divide_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:39.8045556Z test_inplace_forward_mode_AD_fmax_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:39.8059206Z test_inplace_forward_mode_AD_fmin_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:39.8446573Z test_inplace_forward_mode_AD_fmod_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.038s) 2022-05-18T04:38:39.8534300Z test_inplace_forward_mode_AD_frac_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.009s) 2022-05-18T04:38:39.8549246Z test_inplace_forward_mode_AD_frexp_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:39.8570117Z test_inplace_forward_mode_AD_full_like_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:38:39.8583310Z test_inplace_forward_mode_AD_full_like_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:39.8596447Z test_inplace_forward_mode_AD_gather_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:39.8609703Z test_inplace_forward_mode_AD_gather_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:39.8623077Z test_inplace_forward_mode_AD_ge_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:39.8636267Z test_inplace_forward_mode_AD_geqrf_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:39.8649482Z test_inplace_forward_mode_AD_geqrf_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:39.8662916Z test_inplace_forward_mode_AD_gradient_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:39.8676213Z test_inplace_forward_mode_AD_gradient_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:39.8689670Z test_inplace_forward_mode_AD_gt_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:39.8703222Z test_inplace_forward_mode_AD_half_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:39.8716823Z test_inplace_forward_mode_AD_half_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:39.8736303Z test_inplace_forward_mode_AD_heaviside_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:38:39.8749680Z test_inplace_forward_mode_AD_histc_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:39.8762870Z test_inplace_forward_mode_AD_hsplit_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:39.8776208Z test_inplace_forward_mode_AD_hsplit_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:39.8789409Z test_inplace_forward_mode_AD_hstack_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:39.8803984Z test_inplace_forward_mode_AD_hstack_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:39.9197283Z test_inplace_forward_mode_AD_hypot_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.039s) 2022-05-18T04:38:39.9306208Z test_inplace_forward_mode_AD_i0_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.011s) 2022-05-18T04:38:39.9321497Z test_inplace_forward_mode_AD_igamma_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:39.9335442Z test_inplace_forward_mode_AD_igammac_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:39.9356322Z test_inplace_forward_mode_AD_imag_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.002s) 2022-05-18T04:38:40.2069648Z test_inplace_forward_mode_AD_index_add_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.271s) 2022-05-18T04:38:40.2497881Z test_inplace_forward_mode_AD_index_add_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.043s) 2022-05-18T04:38:40.3378782Z test_inplace_forward_mode_AD_index_copy_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.088s) 2022-05-18T04:38:40.3522931Z test_inplace_forward_mode_AD_index_copy_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.014s) 2022-05-18T04:38:40.3897685Z test_inplace_forward_mode_AD_index_fill_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.037s) 2022-05-18T04:38:40.3981277Z test_inplace_forward_mode_AD_index_fill_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.008s) 2022-05-18T04:38:40.5437158Z test_inplace_forward_mode_AD_index_put_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.145s) 2022-05-18T04:38:40.5676493Z test_inplace_forward_mode_AD_index_put_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.024s) 2022-05-18T04:38:40.5736709Z test_inplace_forward_mode_AD_index_reduce_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.006s) 2022-05-18T04:38:40.5750866Z test_inplace_forward_mode_AD_index_select_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:40.5764391Z test_inplace_forward_mode_AD_index_select_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:40.5777765Z test_inplace_forward_mode_AD_inner_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:40.5791768Z test_inplace_forward_mode_AD_inner_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:40.5805160Z test_inplace_forward_mode_AD_int_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:40.5818426Z test_inplace_forward_mode_AD_int_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:40.5832161Z test_inplace_forward_mode_AD_inverse_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:40.5845783Z test_inplace_forward_mode_AD_inverse_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:40.5865561Z test_inplace_forward_mode_AD_isclose_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:38:40.5878803Z test_inplace_forward_mode_AD_isclose_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:40.5892408Z test_inplace_forward_mode_AD_isfinite_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:40.5906474Z test_inplace_forward_mode_AD_isfinite_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:40.5920225Z test_inplace_forward_mode_AD_isin_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:40.5933954Z test_inplace_forward_mode_AD_isinf_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:40.5947954Z test_inplace_forward_mode_AD_isinf_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:40.5961175Z test_inplace_forward_mode_AD_isnan_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:40.5974307Z test_inplace_forward_mode_AD_isnan_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:40.5988254Z test_inplace_forward_mode_AD_isneginf_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:40.6002227Z test_inplace_forward_mode_AD_isposinf_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:40.6016082Z test_inplace_forward_mode_AD_isreal_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:40.6036173Z test_inplace_forward_mode_AD_isreal_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:38:40.6049930Z test_inplace_forward_mode_AD_istft_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:40.6064031Z test_inplace_forward_mode_AD_istft_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:40.6078121Z test_inplace_forward_mode_AD_jiterator_4inputs_with_extra_args_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:40.6091973Z test_inplace_forward_mode_AD_jiterator_4inputs_with_extra_args_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:40.6106117Z test_inplace_forward_mode_AD_jiterator_binary_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:40.6119906Z test_inplace_forward_mode_AD_jiterator_binary_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:40.6133853Z test_inplace_forward_mode_AD_jiterator_unary_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:40.6148121Z test_inplace_forward_mode_AD_jiterator_unary_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:40.6161761Z test_inplace_forward_mode_AD_kron_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:40.6175686Z test_inplace_forward_mode_AD_kron_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:40.6190432Z test_inplace_forward_mode_AD_kthvalue_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:40.6210074Z test_inplace_forward_mode_AD_ldexp_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.002s) 2022-05-18T04:38:40.6223975Z test_inplace_forward_mode_AD_ldexp_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:40.6238007Z test_inplace_forward_mode_AD_le_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:41.2238361Z test_inplace_forward_mode_AD_lerp_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.600s) 2022-05-18T04:38:41.2830511Z test_inplace_forward_mode_AD_lerp_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.059s) 2022-05-18T04:38:41.2925378Z test_inplace_forward_mode_AD_lgamma_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.009s) 2022-05-18T04:38:41.2939874Z test_inplace_forward_mode_AD_linalg_cholesky_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:41.2953798Z test_inplace_forward_mode_AD_linalg_cholesky_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:41.2967428Z test_inplace_forward_mode_AD_linalg_cholesky_ex_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:41.2980978Z test_inplace_forward_mode_AD_linalg_cholesky_ex_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:41.2995329Z test_inplace_forward_mode_AD_linalg_cond_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:41.3009357Z test_inplace_forward_mode_AD_linalg_cond_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:41.3023446Z test_inplace_forward_mode_AD_linalg_cross_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:41.3037066Z test_inplace_forward_mode_AD_linalg_cross_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:41.3057239Z test_inplace_forward_mode_AD_linalg_det_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.002s) 2022-05-18T04:38:41.3071165Z test_inplace_forward_mode_AD_linalg_det_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:41.3084868Z test_inplace_forward_mode_AD_linalg_det_singular_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:41.3098297Z test_inplace_forward_mode_AD_linalg_det_singular_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:41.3112500Z test_inplace_forward_mode_AD_linalg_eig_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:41.3126343Z test_inplace_forward_mode_AD_linalg_eig_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:41.3139527Z test_inplace_forward_mode_AD_linalg_eigh_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:41.3152968Z test_inplace_forward_mode_AD_linalg_eigh_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:41.3166005Z test_inplace_forward_mode_AD_linalg_eigvals_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:41.3178703Z test_inplace_forward_mode_AD_linalg_eigvals_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:41.3191896Z test_inplace_forward_mode_AD_linalg_eigvalsh_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:41.3204587Z test_inplace_forward_mode_AD_linalg_eigvalsh_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:41.3224403Z test_inplace_forward_mode_AD_linalg_householder_product_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.002s) 2022-05-18T04:38:41.3237582Z test_inplace_forward_mode_AD_linalg_householder_product_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:41.3250814Z test_inplace_forward_mode_AD_linalg_inv_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:41.3264433Z test_inplace_forward_mode_AD_linalg_inv_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:41.3277618Z test_inplace_forward_mode_AD_linalg_inv_ex_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:41.3290906Z test_inplace_forward_mode_AD_linalg_inv_ex_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:41.3304742Z test_inplace_forward_mode_AD_linalg_ldl_factor_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:41.3317888Z test_inplace_forward_mode_AD_linalg_ldl_factor_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:41.3331459Z test_inplace_forward_mode_AD_linalg_ldl_factor_ex_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:41.3344980Z test_inplace_forward_mode_AD_linalg_ldl_factor_ex_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:41.3358226Z test_inplace_forward_mode_AD_linalg_ldl_solve_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: not available before CUDA 11.3.1 (0.001s) 2022-05-18T04:38:41.3371517Z test_inplace_forward_mode_AD_linalg_ldl_solve_cuda_float64 (__main__.TestGradientsCUDA) ... skip: not available before CUDA 11.3.1 (0.001s) 2022-05-18T04:38:41.3378187Z test_inplace_forward_mode_AD_linalg_lstsq_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:38:41.3384563Z test_inplace_forward_mode_AD_linalg_lstsq_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:38:41.3404289Z test_inplace_forward_mode_AD_linalg_lstsq_grad_oriented_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.002s) 2022-05-18T04:38:41.3416969Z test_inplace_forward_mode_AD_linalg_lstsq_grad_oriented_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:41.3430382Z test_inplace_forward_mode_AD_linalg_lu_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:41.3444126Z test_inplace_forward_mode_AD_linalg_lu_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:41.3457653Z test_inplace_forward_mode_AD_linalg_lu_factor_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:41.3471121Z test_inplace_forward_mode_AD_linalg_lu_factor_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:41.3484407Z test_inplace_forward_mode_AD_linalg_lu_factor_ex_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:41.3497657Z test_inplace_forward_mode_AD_linalg_lu_factor_ex_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:41.3511734Z test_inplace_forward_mode_AD_linalg_matrix_norm_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:41.3525421Z test_inplace_forward_mode_AD_linalg_matrix_norm_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:41.3539169Z test_inplace_forward_mode_AD_linalg_matrix_power_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:41.3553361Z test_inplace_forward_mode_AD_linalg_matrix_power_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:41.3572819Z test_inplace_forward_mode_AD_linalg_matrix_rank_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:38:41.3586107Z test_inplace_forward_mode_AD_linalg_matrix_rank_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:41.3599263Z test_inplace_forward_mode_AD_linalg_matrix_rank_hermitian_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:41.3612213Z test_inplace_forward_mode_AD_linalg_matrix_rank_hermitian_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:41.3625568Z test_inplace_forward_mode_AD_linalg_multi_dot_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:41.3638860Z test_inplace_forward_mode_AD_linalg_multi_dot_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:41.3652077Z test_inplace_forward_mode_AD_linalg_norm_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:41.3665680Z test_inplace_forward_mode_AD_linalg_norm_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:41.3679048Z test_inplace_forward_mode_AD_linalg_norm_subgradients_at_zero_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:41.3692442Z test_inplace_forward_mode_AD_linalg_norm_subgradients_at_zero_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:41.3706102Z test_inplace_forward_mode_AD_linalg_pinv_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:41.3725471Z test_inplace_forward_mode_AD_linalg_pinv_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.002s) 2022-05-18T04:38:41.3738560Z test_inplace_forward_mode_AD_linalg_pinv_hermitian_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:41.3751566Z test_inplace_forward_mode_AD_linalg_pinv_hermitian_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:41.3765288Z test_inplace_forward_mode_AD_linalg_pinv_singular_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-05-18T04:38:41.3779057Z test_inplace_forward_mode_AD_linalg_pinv_singular_cuda_float64 (__main__.TestGradientsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-05-18T04:38:41.3792511Z test_inplace_forward_mode_AD_linalg_qr_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:41.3805817Z test_inplace_forward_mode_AD_linalg_qr_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:41.3819380Z test_inplace_forward_mode_AD_linalg_slogdet_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:41.3832310Z test_inplace_forward_mode_AD_linalg_slogdet_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:41.3845253Z test_inplace_forward_mode_AD_linalg_solve_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:41.3858235Z test_inplace_forward_mode_AD_linalg_solve_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:41.3872132Z test_inplace_forward_mode_AD_linalg_solve_triangular_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:41.3891694Z test_inplace_forward_mode_AD_linalg_solve_triangular_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.002s) 2022-05-18T04:38:41.3905646Z test_inplace_forward_mode_AD_linalg_svd_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:41.3919234Z test_inplace_forward_mode_AD_linalg_svd_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:41.3932846Z test_inplace_forward_mode_AD_linalg_svdvals_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:41.3946622Z test_inplace_forward_mode_AD_linalg_svdvals_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:41.3959862Z test_inplace_forward_mode_AD_linalg_tensorinv_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:41.3973231Z test_inplace_forward_mode_AD_linalg_tensorinv_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:41.3986755Z test_inplace_forward_mode_AD_linalg_tensorsolve_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:41.4000080Z test_inplace_forward_mode_AD_linalg_tensorsolve_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:41.4013415Z test_inplace_forward_mode_AD_linalg_vander_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:41.4027329Z test_inplace_forward_mode_AD_linalg_vander_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:41.4040215Z test_inplace_forward_mode_AD_linalg_vector_norm_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:41.4059131Z test_inplace_forward_mode_AD_linalg_vector_norm_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.002s) 2022-05-18T04:38:41.4454592Z test_inplace_forward_mode_AD_log10_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.039s) 2022-05-18T04:38:41.4550672Z test_inplace_forward_mode_AD_log10_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.010s) 2022-05-18T04:38:41.4599031Z test_inplace_forward_mode_AD_log1p_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.005s) 2022-05-18T04:38:41.4987626Z test_inplace_forward_mode_AD_log2_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.039s) 2022-05-18T04:38:41.5082733Z test_inplace_forward_mode_AD_log2_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.009s) 2022-05-18T04:38:41.5460878Z test_inplace_forward_mode_AD_log_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.038s) 2022-05-18T04:38:41.5553535Z test_inplace_forward_mode_AD_log_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.009s) 2022-05-18T04:38:41.5567538Z test_inplace_forward_mode_AD_log_softmax_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:41.5590835Z test_inplace_forward_mode_AD_log_softmax_dtype_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.002s) 2022-05-18T04:38:41.5603840Z test_inplace_forward_mode_AD_log_softmax_dtype_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:41.5617074Z test_inplace_forward_mode_AD_logaddexp2_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:41.5630702Z test_inplace_forward_mode_AD_logaddexp_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:41.5643950Z test_inplace_forward_mode_AD_logcumsumexp_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:41.5656825Z test_inplace_forward_mode_AD_logdet_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:41.5670630Z test_inplace_forward_mode_AD_logical_and_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:41.5683700Z test_inplace_forward_mode_AD_logical_and_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:41.5696938Z test_inplace_forward_mode_AD_logical_not_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:41.5710366Z test_inplace_forward_mode_AD_logical_not_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:41.5723653Z test_inplace_forward_mode_AD_logical_or_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:41.5742925Z test_inplace_forward_mode_AD_logical_or_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:38:41.5755852Z test_inplace_forward_mode_AD_logical_xor_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:41.5768890Z test_inplace_forward_mode_AD_logical_xor_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:41.5928385Z test_inplace_forward_mode_AD_logit_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.016s) 2022-05-18T04:38:41.5941849Z test_inplace_forward_mode_AD_logsumexp_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:41.5955102Z test_inplace_forward_mode_AD_long_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:41.5968344Z test_inplace_forward_mode_AD_long_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:41.5981809Z test_inplace_forward_mode_AD_lt_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:41.5995002Z test_inplace_forward_mode_AD_lu_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:41.6008357Z test_inplace_forward_mode_AD_lu_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:41.6022029Z test_inplace_forward_mode_AD_lu_solve_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:41.6035533Z test_inplace_forward_mode_AD_lu_solve_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:41.6054990Z test_inplace_forward_mode_AD_lu_unpack_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.002s) 2022-05-18T04:38:41.6068291Z test_inplace_forward_mode_AD_lu_unpack_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:41.6081439Z test_inplace_forward_mode_AD_mH_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:41.6094611Z test_inplace_forward_mode_AD_mH_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:41.6108144Z test_inplace_forward_mode_AD_mT_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:41.6121422Z test_inplace_forward_mode_AD_mT_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:41.7226424Z test_inplace_forward_mode_AD_masked_fill_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.110s) 2022-05-18T04:38:41.7422863Z test_inplace_forward_mode_AD_masked_fill_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.020s) 2022-05-18T04:38:41.8370591Z test_inplace_forward_mode_AD_masked_scatter_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.094s) 2022-05-18T04:38:41.8531619Z test_inplace_forward_mode_AD_masked_scatter_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.016s) 2022-05-18T04:38:41.8553362Z test_inplace_forward_mode_AD_masked_select_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.002s) 2022-05-18T04:38:41.8566432Z test_inplace_forward_mode_AD_masked_select_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:41.8579613Z test_inplace_forward_mode_AD_matmul_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:41.8593051Z test_inplace_forward_mode_AD_matmul_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:41.8606518Z test_inplace_forward_mode_AD_matrix_exp_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:41.8619498Z test_inplace_forward_mode_AD_matrix_exp_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:41.8633002Z test_inplace_forward_mode_AD_max_binary_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:41.8646228Z test_inplace_forward_mode_AD_max_reduction_no_dim_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:41.8659392Z test_inplace_forward_mode_AD_max_reduction_with_dim_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:41.8672878Z test_inplace_forward_mode_AD_maximum_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:41.8686143Z test_inplace_forward_mode_AD_mean_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:41.8699535Z test_inplace_forward_mode_AD_mean_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:41.8718842Z test_inplace_forward_mode_AD_median_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.002s) 2022-05-18T04:38:41.8732129Z test_inplace_forward_mode_AD_meshgrid_list_of_tensors_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:41.8745815Z test_inplace_forward_mode_AD_meshgrid_list_of_tensors_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:41.8758926Z test_inplace_forward_mode_AD_meshgrid_variadic_tensors_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:41.8772232Z test_inplace_forward_mode_AD_meshgrid_variadic_tensors_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:41.8785579Z test_inplace_forward_mode_AD_min_binary_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:41.8798896Z test_inplace_forward_mode_AD_min_reduction_no_dim_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:41.8812995Z test_inplace_forward_mode_AD_min_reduction_with_dim_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:41.8826950Z test_inplace_forward_mode_AD_minimum_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:41.8839892Z test_inplace_forward_mode_AD_mm_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:41.8853163Z test_inplace_forward_mode_AD_mm_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:41.8872393Z test_inplace_forward_mode_AD_mode_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.002s) 2022-05-18T04:38:41.8885738Z test_inplace_forward_mode_AD_movedim_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:41.8898681Z test_inplace_forward_mode_AD_movedim_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:41.8912243Z test_inplace_forward_mode_AD_msort_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.0746436Z test_inplace_forward_mode_AD_mul_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.183s) 2022-05-18T04:38:42.1115925Z test_inplace_forward_mode_AD_mul_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.037s) 2022-05-18T04:38:42.1130760Z test_inplace_forward_mode_AD_multinomial_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:42.1144377Z test_inplace_forward_mode_AD_mv_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.1157737Z test_inplace_forward_mode_AD_mv_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.1623541Z test_inplace_forward_mode_AD_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.046s) 2022-05-18T04:38:42.1666564Z test_inplace_forward_mode_AD_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:38:42.1667681Z test_inplace_forward_mode_AD_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:38:42.1747011Z test_inplace_forward_mode_AD_nan_to_num_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.011s) 2022-05-18T04:38:42.1761626Z test_inplace_forward_mode_AD_nanmean_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.1775187Z test_inplace_forward_mode_AD_nanmedian_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.1789582Z test_inplace_forward_mode_AD_nanquantile_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.1803721Z test_inplace_forward_mode_AD_nansum_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.1817955Z test_inplace_forward_mode_AD_narrow_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.1832331Z test_inplace_forward_mode_AD_narrow_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.1846663Z test_inplace_forward_mode_AD_ne_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:42.1860980Z test_inplace_forward_mode_AD_ne_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:42.2017491Z test_inplace_forward_mode_AD_neg_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.015s) 2022-05-18T04:38:42.2064110Z test_inplace_forward_mode_AD_neg_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.005s) 2022-05-18T04:38:42.2086195Z test_inplace_forward_mode_AD_new_empty_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:38:42.2099817Z test_inplace_forward_mode_AD_new_empty_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:42.2113799Z test_inplace_forward_mode_AD_new_full_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:42.2127598Z test_inplace_forward_mode_AD_new_full_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:42.2140671Z test_inplace_forward_mode_AD_new_ones_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:42.2154445Z test_inplace_forward_mode_AD_new_ones_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:42.2167042Z test_inplace_forward_mode_AD_new_zeros_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:42.2180164Z test_inplace_forward_mode_AD_new_zeros_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:42.2193857Z test_inplace_forward_mode_AD_nextafter_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:42.2207208Z test_inplace_forward_mode_AD_nn_functional_adaptive_avg_pool1d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.2220627Z test_inplace_forward_mode_AD_nn_functional_adaptive_avg_pool2d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.2234621Z test_inplace_forward_mode_AD_nn_functional_adaptive_avg_pool3d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.2254159Z test_inplace_forward_mode_AD_nn_functional_adaptive_max_pool1d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.002s) 2022-05-18T04:38:42.2267605Z test_inplace_forward_mode_AD_nn_functional_adaptive_max_pool2d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.2280800Z test_inplace_forward_mode_AD_nn_functional_adaptive_max_pool3d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.2293995Z test_inplace_forward_mode_AD_nn_functional_avg_pool1d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.2307407Z test_inplace_forward_mode_AD_nn_functional_avg_pool2d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.2320613Z test_inplace_forward_mode_AD_nn_functional_avg_pool3d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.2334025Z test_inplace_forward_mode_AD_nn_functional_batch_norm_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.2348219Z test_inplace_forward_mode_AD_nn_functional_batch_norm_without_cudnn_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.2361256Z test_inplace_forward_mode_AD_nn_functional_bilinear_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.2374505Z test_inplace_forward_mode_AD_nn_functional_binary_cross_entropy_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.2388143Z test_inplace_forward_mode_AD_nn_functional_binary_cross_entropy_with_logits_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.2449105Z test_inplace_forward_mode_AD_nn_functional_celu_cuda_float64 (__main__.TestGradientsCUDA) ... expected failure (0.006s) 2022-05-18T04:38:42.2464299Z test_inplace_forward_mode_AD_nn_functional_conv1d_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.2478214Z test_inplace_forward_mode_AD_nn_functional_conv1d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.2491906Z test_inplace_forward_mode_AD_nn_functional_conv2d_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.2506133Z test_inplace_forward_mode_AD_nn_functional_conv2d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.2520195Z test_inplace_forward_mode_AD_nn_functional_conv_transpose1d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.2534416Z test_inplace_forward_mode_AD_nn_functional_conv_transpose2d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.2548656Z test_inplace_forward_mode_AD_nn_functional_conv_transpose3d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.2562746Z test_inplace_forward_mode_AD_nn_functional_cosine_embedding_loss_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.2576958Z test_inplace_forward_mode_AD_nn_functional_cosine_similarity_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.2591385Z test_inplace_forward_mode_AD_nn_functional_cross_entropy_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.2605620Z test_inplace_forward_mode_AD_nn_functional_ctc_loss_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.2807811Z test_inplace_forward_mode_AD_nn_functional_dropout2d_cuda_float64 (__main__.TestGradientsCUDA) ... expected failure (0.020s) 2022-05-18T04:38:42.3423561Z test_inplace_forward_mode_AD_nn_functional_dropout_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.061s) 2022-05-18T04:38:42.3479526Z test_inplace_forward_mode_AD_nn_functional_elu_cuda_float64 (__main__.TestGradientsCUDA) ... expected failure (0.006s) 2022-05-18T04:38:42.3493693Z test_inplace_forward_mode_AD_nn_functional_embedding_bag_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.3508269Z test_inplace_forward_mode_AD_nn_functional_embedding_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.3663740Z test_inplace_forward_mode_AD_nn_functional_feature_alpha_dropout_with_train_cuda_float64 (__main__.TestGradientsCUDA) ... expected failure (0.015s) 2022-05-18T04:38:42.5427442Z test_inplace_forward_mode_AD_nn_functional_feature_alpha_dropout_without_train_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.176s) 2022-05-18T04:38:42.5845844Z test_inplace_forward_mode_AD_nn_functional_feature_alpha_dropout_without_train_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.042s) 2022-05-18T04:38:42.5861303Z test_inplace_forward_mode_AD_nn_functional_fractional_max_pool2d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.002s) 2022-05-18T04:38:42.5875655Z test_inplace_forward_mode_AD_nn_functional_fractional_max_pool3d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.5896425Z test_inplace_forward_mode_AD_nn_functional_gaussian_nll_loss_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.002s) 2022-05-18T04:38:42.5909905Z test_inplace_forward_mode_AD_nn_functional_gelu_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.5923457Z test_inplace_forward_mode_AD_nn_functional_glu_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.5936197Z test_inplace_forward_mode_AD_nn_functional_grid_sample_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.5949565Z test_inplace_forward_mode_AD_nn_functional_group_norm_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.5962765Z test_inplace_forward_mode_AD_nn_functional_hardshrink_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.6058430Z test_inplace_forward_mode_AD_nn_functional_hardsigmoid_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.009s) 2022-05-18T04:38:42.6072345Z test_inplace_forward_mode_AD_nn_functional_hardswish_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.6085776Z test_inplace_forward_mode_AD_nn_functional_hardtanh_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.6099155Z test_inplace_forward_mode_AD_nn_functional_hinge_embedding_loss_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.6112892Z test_inplace_forward_mode_AD_nn_functional_huber_loss_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.6126359Z test_inplace_forward_mode_AD_nn_functional_instance_norm_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.6148624Z test_inplace_forward_mode_AD_nn_functional_interpolate_area_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.002s) 2022-05-18T04:38:42.6161833Z test_inplace_forward_mode_AD_nn_functional_interpolate_bicubic_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.6175070Z test_inplace_forward_mode_AD_nn_functional_interpolate_bilinear_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.6188924Z test_inplace_forward_mode_AD_nn_functional_interpolate_linear_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.6202017Z test_inplace_forward_mode_AD_nn_functional_interpolate_nearest_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.6215307Z test_inplace_forward_mode_AD_nn_functional_interpolate_trilinear_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.6228965Z test_inplace_forward_mode_AD_nn_functional_kl_div_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.6242850Z test_inplace_forward_mode_AD_nn_functional_l1_loss_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:42.6256695Z test_inplace_forward_mode_AD_nn_functional_l1_loss_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.6271259Z test_inplace_forward_mode_AD_nn_functional_layer_norm_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.6285702Z test_inplace_forward_mode_AD_nn_functional_leaky_relu_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.6299742Z test_inplace_forward_mode_AD_nn_functional_linear_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.6320562Z test_inplace_forward_mode_AD_nn_functional_linear_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.002s) 2022-05-18T04:38:42.6334427Z test_inplace_forward_mode_AD_nn_functional_local_response_norm_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.6348701Z test_inplace_forward_mode_AD_nn_functional_logsigmoid_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.6362552Z test_inplace_forward_mode_AD_nn_functional_margin_ranking_loss_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.6376299Z test_inplace_forward_mode_AD_nn_functional_max_pool1d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.6389882Z test_inplace_forward_mode_AD_nn_functional_max_pool2d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.6403176Z test_inplace_forward_mode_AD_nn_functional_max_pool3d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.6416681Z test_inplace_forward_mode_AD_nn_functional_max_unpool1d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.6429885Z test_inplace_forward_mode_AD_nn_functional_max_unpool1d_grad_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.6443149Z test_inplace_forward_mode_AD_nn_functional_max_unpool2d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.6456659Z test_inplace_forward_mode_AD_nn_functional_max_unpool2d_grad_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.6470437Z test_inplace_forward_mode_AD_nn_functional_max_unpool3d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.6489735Z test_inplace_forward_mode_AD_nn_functional_max_unpool3d_grad_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.002s) 2022-05-18T04:38:42.6600919Z test_inplace_forward_mode_AD_nn_functional_mish_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.011s) 2022-05-18T04:38:42.6614398Z test_inplace_forward_mode_AD_nn_functional_mse_loss_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.6628085Z test_inplace_forward_mode_AD_nn_functional_multi_margin_loss_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.6641448Z test_inplace_forward_mode_AD_nn_functional_multilabel_margin_loss_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.6654883Z test_inplace_forward_mode_AD_nn_functional_multilabel_soft_margin_loss_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.6668819Z test_inplace_forward_mode_AD_nn_functional_nll_loss_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.6682128Z test_inplace_forward_mode_AD_nn_functional_normalize_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.6695573Z test_inplace_forward_mode_AD_nn_functional_normalize_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.6709531Z test_inplace_forward_mode_AD_nn_functional_pad_circular_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.6722999Z test_inplace_forward_mode_AD_nn_functional_pad_circular_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.6742993Z test_inplace_forward_mode_AD_nn_functional_pad_constant_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.002s) 2022-05-18T04:38:42.6756132Z test_inplace_forward_mode_AD_nn_functional_pad_constant_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.6769179Z test_inplace_forward_mode_AD_nn_functional_pad_reflect_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.6782636Z test_inplace_forward_mode_AD_nn_functional_pad_reflect_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.6795725Z test_inplace_forward_mode_AD_nn_functional_pad_replicate_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.6808973Z test_inplace_forward_mode_AD_nn_functional_pad_replicate_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.6822703Z test_inplace_forward_mode_AD_nn_functional_pairwise_distance_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.6836067Z test_inplace_forward_mode_AD_nn_functional_pairwise_distance_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.6849103Z test_inplace_forward_mode_AD_nn_functional_pdist_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.6862767Z test_inplace_forward_mode_AD_nn_functional_pixel_shuffle_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.6876128Z test_inplace_forward_mode_AD_nn_functional_pixel_shuffle_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.6889754Z test_inplace_forward_mode_AD_nn_functional_pixel_unshuffle_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.6909539Z test_inplace_forward_mode_AD_nn_functional_pixel_unshuffle_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.002s) 2022-05-18T04:38:42.6923410Z test_inplace_forward_mode_AD_nn_functional_poisson_nll_loss_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.6937354Z test_inplace_forward_mode_AD_nn_functional_prelu_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.6950865Z test_inplace_forward_mode_AD_nn_functional_relu6_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.6964392Z test_inplace_forward_mode_AD_nn_functional_relu_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.7049747Z test_inplace_forward_mode_AD_nn_functional_rrelu_cuda_float64 (__main__.TestGradientsCUDA) ... expected failure (0.008s) 2022-05-18T04:38:42.7109044Z test_inplace_forward_mode_AD_nn_functional_selu_cuda_float64 (__main__.TestGradientsCUDA) ... expected failure (0.006s) 2022-05-18T04:38:42.7216422Z test_inplace_forward_mode_AD_nn_functional_silu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.011s) 2022-05-18T04:38:42.7230802Z test_inplace_forward_mode_AD_nn_functional_smooth_l1_loss_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.7244510Z test_inplace_forward_mode_AD_nn_functional_soft_margin_loss_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.7258185Z test_inplace_forward_mode_AD_nn_functional_softmin_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.7279085Z test_inplace_forward_mode_AD_nn_functional_softmin_with_dtype_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.002s) 2022-05-18T04:38:42.7292152Z test_inplace_forward_mode_AD_nn_functional_softmin_with_dtype_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.7305765Z test_inplace_forward_mode_AD_nn_functional_softplus_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.7318902Z test_inplace_forward_mode_AD_nn_functional_softshrink_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.7332070Z test_inplace_forward_mode_AD_nn_functional_softsign_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.7345806Z test_inplace_forward_mode_AD_nn_functional_softsign_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.7358978Z test_inplace_forward_mode_AD_nn_functional_tanhshrink_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.7372190Z test_inplace_forward_mode_AD_nn_functional_tanhshrink_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.7385832Z test_inplace_forward_mode_AD_nn_functional_threshold_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.7399032Z test_inplace_forward_mode_AD_nn_functional_triplet_margin_loss_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.7412331Z test_inplace_forward_mode_AD_nn_functional_triplet_margin_loss_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.7426138Z test_inplace_forward_mode_AD_nn_functional_triplet_margin_with_distance_loss_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.7445853Z test_inplace_forward_mode_AD_nn_functional_triplet_margin_with_distance_loss_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.002s) 2022-05-18T04:38:42.7459276Z test_inplace_forward_mode_AD_nn_functional_unfold_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.7472407Z test_inplace_forward_mode_AD_nn_functional_unfold_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.7485524Z test_inplace_forward_mode_AD_nn_functional_upsample_bilinear_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.7498706Z test_inplace_forward_mode_AD_nn_functional_upsample_nearest_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.7512335Z test_inplace_forward_mode_AD_nonzero_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:42.7525390Z test_inplace_forward_mode_AD_nonzero_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:42.7538510Z test_inplace_forward_mode_AD_norm_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.7552143Z test_inplace_forward_mode_AD_norm_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.7565471Z test_inplace_forward_mode_AD_norm_fro_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.7578758Z test_inplace_forward_mode_AD_norm_fro_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.7592536Z test_inplace_forward_mode_AD_norm_inf_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.7611986Z test_inplace_forward_mode_AD_norm_inf_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.002s) 2022-05-18T04:38:42.7625552Z test_inplace_forward_mode_AD_norm_nuc_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.7638756Z test_inplace_forward_mode_AD_norm_nuc_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.7645610Z test_inplace_forward_mode_AD_normal_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Gradients are incorrect! (0.001s) 2022-05-18T04:38:42.7651351Z test_inplace_forward_mode_AD_normal_number_mean_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Gradients are incorrect! (0.001s) 2022-05-18T04:38:42.7665387Z test_inplace_forward_mode_AD_ones_like_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:42.7678658Z test_inplace_forward_mode_AD_ones_like_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:42.7691584Z test_inplace_forward_mode_AD_ormqr_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:42.7705197Z test_inplace_forward_mode_AD_ormqr_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:42.7718106Z test_inplace_forward_mode_AD_outer_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.7731451Z test_inplace_forward_mode_AD_outer_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.7745981Z test_inplace_forward_mode_AD_pca_lowrank_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.7759771Z test_inplace_forward_mode_AD_permute_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.7773236Z test_inplace_forward_mode_AD_permute_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.7792821Z test_inplace_forward_mode_AD_pinverse_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.002s) 2022-05-18T04:38:42.7806220Z test_inplace_forward_mode_AD_pinverse_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.7819240Z test_inplace_forward_mode_AD_polar_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.8264600Z test_inplace_forward_mode_AD_polygamma_polygamma_n_0_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.044s) 2022-05-18T04:38:42.8269737Z test_inplace_forward_mode_AD_polygamma_polygamma_n_1_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:38:42.8276384Z test_inplace_forward_mode_AD_polygamma_polygamma_n_2_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:38:42.8282861Z test_inplace_forward_mode_AD_polygamma_polygamma_n_3_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:38:42.8289171Z test_inplace_forward_mode_AD_polygamma_polygamma_n_4_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:38:42.8304983Z test_inplace_forward_mode_AD_positive_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.8318460Z test_inplace_forward_mode_AD_positive_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.8333159Z test_inplace_forward_mode_AD_pow_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.8347531Z test_inplace_forward_mode_AD_pow_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.8361695Z test_inplace_forward_mode_AD_prod_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:42.8375905Z test_inplace_forward_mode_AD_prod_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:43.4422811Z test_inplace_forward_mode_AD_put_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.604s) 2022-05-18T04:38:43.5279814Z test_inplace_forward_mode_AD_put_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.086s) 2022-05-18T04:38:43.5293761Z test_inplace_forward_mode_AD_qr_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:43.5307689Z test_inplace_forward_mode_AD_qr_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:43.5321111Z test_inplace_forward_mode_AD_quantile_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:43.5412325Z test_inplace_forward_mode_AD_rad2deg_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.009s) 2022-05-18T04:38:43.5426568Z test_inplace_forward_mode_AD_rand_like_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:43.5439818Z test_inplace_forward_mode_AD_rand_like_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:43.5453613Z test_inplace_forward_mode_AD_randint_like_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:43.5467046Z test_inplace_forward_mode_AD_randn_like_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:43.5480487Z test_inplace_forward_mode_AD_randn_like_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:43.5499489Z test_inplace_forward_mode_AD_ravel_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.002s) 2022-05-18T04:38:43.5512907Z test_inplace_forward_mode_AD_ravel_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:43.5526441Z test_inplace_forward_mode_AD_real_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:43.5539491Z test_inplace_forward_mode_AD_real_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:43.5917087Z test_inplace_forward_mode_AD_reciprocal_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.038s) 2022-05-18T04:38:43.6008273Z test_inplace_forward_mode_AD_reciprocal_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.009s) 2022-05-18T04:38:43.6392088Z test_inplace_forward_mode_AD_remainder_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.038s) 2022-05-18T04:38:43.6468314Z test_inplace_forward_mode_AD_renorm_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.008s) 2022-05-18T04:38:43.6519317Z test_inplace_forward_mode_AD_renorm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.005s) 2022-05-18T04:38:43.6539065Z test_inplace_forward_mode_AD_repeat_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.002s) 2022-05-18T04:38:43.6552474Z test_inplace_forward_mode_AD_repeat_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:43.6565728Z test_inplace_forward_mode_AD_repeat_interleave_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:43.6579197Z test_inplace_forward_mode_AD_repeat_interleave_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:43.6592573Z test_inplace_forward_mode_AD_reshape_as_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:43.6605688Z test_inplace_forward_mode_AD_reshape_as_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:43.6618880Z test_inplace_forward_mode_AD_reshape_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:43.6632374Z test_inplace_forward_mode_AD_reshape_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:43.6645711Z test_inplace_forward_mode_AD_resize__cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:43.6658794Z test_inplace_forward_mode_AD_resize__cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:43.6672330Z test_inplace_forward_mode_AD_resize_as__cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:43.6685549Z test_inplace_forward_mode_AD_resize_as__cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:43.6707067Z test_inplace_forward_mode_AD_resolve_conj_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.002s) 2022-05-18T04:38:43.6719993Z test_inplace_forward_mode_AD_resolve_conj_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:43.6733152Z test_inplace_forward_mode_AD_resolve_neg_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:43.6746640Z test_inplace_forward_mode_AD_resolve_neg_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:43.6759794Z test_inplace_forward_mode_AD_roll_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:43.6772984Z test_inplace_forward_mode_AD_roll_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:43.6786650Z test_inplace_forward_mode_AD_rot90_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:43.6799398Z test_inplace_forward_mode_AD_rot90_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:43.6843879Z test_inplace_forward_mode_AD_round_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.004s) 2022-05-18T04:38:43.6935460Z test_inplace_forward_mode_AD_round_decimals_0_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.009s) 2022-05-18T04:38:43.6942458Z test_inplace_forward_mode_AD_round_decimals_3_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:38:43.6948476Z test_inplace_forward_mode_AD_round_decimals_neg_3_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:38:43.7328597Z test_inplace_forward_mode_AD_rsqrt_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.038s) 2022-05-18T04:38:43.7427984Z test_inplace_forward_mode_AD_rsqrt_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.010s) 2022-05-18T04:38:43.7441322Z test_inplace_forward_mode_AD_rsub_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:43.7454995Z test_inplace_forward_mode_AD_rsub_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:43.9985586Z test_inplace_forward_mode_AD_scatter_add_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.253s) 2022-05-18T04:38:44.0482421Z test_inplace_forward_mode_AD_scatter_add_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.049s) 2022-05-18T04:38:44.3107183Z test_inplace_forward_mode_AD_scatter_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.262s) 2022-05-18T04:38:44.3611665Z test_inplace_forward_mode_AD_scatter_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.050s) 2022-05-18T04:38:44.3705668Z test_inplace_forward_mode_AD_scatter_reduce_amax_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.009s) 2022-05-18T04:38:44.3796303Z test_inplace_forward_mode_AD_scatter_reduce_amin_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.009s) 2022-05-18T04:38:44.3891055Z test_inplace_forward_mode_AD_scatter_reduce_mean_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.009s) 2022-05-18T04:38:44.3981565Z test_inplace_forward_mode_AD_scatter_reduce_prod_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.009s) 2022-05-18T04:38:44.4072130Z test_inplace_forward_mode_AD_scatter_reduce_sum_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.009s) 2022-05-18T04:38:44.4086454Z test_inplace_forward_mode_AD_searchsorted_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:44.4099655Z test_inplace_forward_mode_AD_select_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:44.4119493Z test_inplace_forward_mode_AD_select_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.002s) 2022-05-18T04:38:44.4132704Z test_inplace_forward_mode_AD_select_scatter_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:44.4139718Z test_inplace_forward_mode_AD_sgn_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:38:44.4187256Z test_inplace_forward_mode_AD_sgn_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.005s) 2022-05-18T04:38:44.4200657Z test_inplace_forward_mode_AD_short_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:44.4214124Z test_inplace_forward_mode_AD_short_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:44.4579909Z test_inplace_forward_mode_AD_sigmoid_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.036s) 2022-05-18T04:38:44.4669879Z test_inplace_forward_mode_AD_sigmoid_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.009s) 2022-05-18T04:38:44.4714553Z test_inplace_forward_mode_AD_sign_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.004s) 2022-05-18T04:38:44.4728688Z test_inplace_forward_mode_AD_signbit_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:44.4897387Z test_inplace_forward_mode_AD_sin_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.017s) 2022-05-18T04:38:44.4944389Z test_inplace_forward_mode_AD_sin_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.005s) 2022-05-18T04:38:44.5382606Z test_inplace_forward_mode_AD_sinc_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.044s) 2022-05-18T04:38:44.5494191Z test_inplace_forward_mode_AD_sinc_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.011s) 2022-05-18T04:38:44.5655277Z test_inplace_forward_mode_AD_sinh_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.016s) 2022-05-18T04:38:44.5701934Z test_inplace_forward_mode_AD_sinh_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.005s) 2022-05-18T04:38:44.5715787Z test_inplace_forward_mode_AD_slice_scatter_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:44.5729479Z test_inplace_forward_mode_AD_softmax_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:44.5743405Z test_inplace_forward_mode_AD_softmax_with_dtype_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:44.5763247Z test_inplace_forward_mode_AD_softmax_with_dtype_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.002s) 2022-05-18T04:38:44.5777772Z test_inplace_forward_mode_AD_sort_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:44.5790057Z test_inplace_forward_mode_AD_sparse_sampled_addmm_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: cusparseSDDMM was added in 11.2.1 (0.001s) 2022-05-18T04:38:44.5803171Z test_inplace_forward_mode_AD_sparse_sampled_addmm_cuda_float64 (__main__.TestGradientsCUDA) ... skip: cusparseSDDMM was added in 11.2.1 (0.001s) 2022-05-18T04:38:44.5816689Z test_inplace_forward_mode_AD_special_entr_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:44.5830642Z test_inplace_forward_mode_AD_special_erfcx_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:44.5844090Z test_inplace_forward_mode_AD_special_i0e_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:44.5858093Z test_inplace_forward_mode_AD_special_i1_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:44.5871812Z test_inplace_forward_mode_AD_special_i1e_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:44.5884919Z test_inplace_forward_mode_AD_special_log_ndtr_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:44.5898234Z test_inplace_forward_mode_AD_special_ndtr_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:44.5911990Z test_inplace_forward_mode_AD_special_ndtri_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:44.5931737Z test_inplace_forward_mode_AD_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.002s) 2022-05-18T04:38:44.5937744Z test_inplace_forward_mode_AD_special_xlog1py_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:38:44.5952069Z test_inplace_forward_mode_AD_special_zeta_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:44.5965229Z test_inplace_forward_mode_AD_split_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:44.5978415Z test_inplace_forward_mode_AD_split_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:44.5992098Z test_inplace_forward_mode_AD_split_list_args_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:44.6005498Z test_inplace_forward_mode_AD_split_list_args_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:44.6018653Z test_inplace_forward_mode_AD_split_with_sizes_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:44.6032156Z test_inplace_forward_mode_AD_split_with_sizes_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:44.6193702Z test_inplace_forward_mode_AD_sqrt_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.016s) 2022-05-18T04:38:44.6240165Z test_inplace_forward_mode_AD_sqrt_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.005s) 2022-05-18T04:38:44.6633272Z test_inplace_forward_mode_AD_square_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.039s) 2022-05-18T04:38:44.6738598Z test_inplace_forward_mode_AD_square_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.011s) 2022-05-18T04:38:44.7498952Z test_inplace_forward_mode_AD_squeeze_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.076s) 2022-05-18T04:38:44.7644467Z test_inplace_forward_mode_AD_squeeze_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.015s) 2022-05-18T04:38:44.7658127Z test_inplace_forward_mode_AD_stack_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:44.7672122Z test_inplace_forward_mode_AD_stack_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:44.7686384Z test_inplace_forward_mode_AD_std_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:44.7700070Z test_inplace_forward_mode_AD_std_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:44.7714190Z test_inplace_forward_mode_AD_std_mean_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:44.7727439Z test_inplace_forward_mode_AD_std_mean_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:44.7741194Z test_inplace_forward_mode_AD_stft_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:44.7761542Z test_inplace_forward_mode_AD_stft_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.002s) 2022-05-18T04:38:45.0117352Z test_inplace_forward_mode_AD_sub_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.235s) 2022-05-18T04:38:45.0573677Z test_inplace_forward_mode_AD_sub_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.045s) 2022-05-18T04:38:45.0588209Z test_inplace_forward_mode_AD_sum_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:45.0602418Z test_inplace_forward_mode_AD_sum_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:45.0616364Z test_inplace_forward_mode_AD_sum_to_size_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:45.0630858Z test_inplace_forward_mode_AD_sum_to_size_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:45.0645709Z test_inplace_forward_mode_AD_svd_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:45.0660280Z test_inplace_forward_mode_AD_svd_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:45.0674268Z test_inplace_forward_mode_AD_svd_lowrank_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:45.0687794Z test_inplace_forward_mode_AD_symeig_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:45.0707999Z test_inplace_forward_mode_AD_symeig_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.002s) 2022-05-18T04:38:45.1052299Z test_inplace_forward_mode_AD_t_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.034s) 2022-05-18T04:38:45.1122227Z test_inplace_forward_mode_AD_t_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.007s) 2022-05-18T04:38:45.1137402Z test_inplace_forward_mode_AD_take_along_dim_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:45.1152007Z test_inplace_forward_mode_AD_take_along_dim_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:45.1166180Z test_inplace_forward_mode_AD_take_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:45.1180481Z test_inplace_forward_mode_AD_take_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:45.1348304Z test_inplace_forward_mode_AD_tan_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.017s) 2022-05-18T04:38:45.1395551Z test_inplace_forward_mode_AD_tan_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.005s) 2022-05-18T04:38:45.1567814Z test_inplace_forward_mode_AD_tanh_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.017s) 2022-05-18T04:38:45.1616145Z test_inplace_forward_mode_AD_tanh_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.005s) 2022-05-18T04:38:45.1631351Z test_inplace_forward_mode_AD_tensor_split_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:45.1644985Z test_inplace_forward_mode_AD_tensor_split_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:45.1658465Z test_inplace_forward_mode_AD_tensordot_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:45.1672514Z test_inplace_forward_mode_AD_tensordot_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:45.1685916Z test_inplace_forward_mode_AD_tile_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:45.1699600Z test_inplace_forward_mode_AD_tile_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:45.1713488Z test_inplace_forward_mode_AD_to_sparse_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:45.1726806Z test_inplace_forward_mode_AD_to_sparse_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:45.1740374Z test_inplace_forward_mode_AD_topk_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:45.1760355Z test_inplace_forward_mode_AD_trace_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.002s) 2022-05-18T04:38:45.1773708Z test_inplace_forward_mode_AD_trace_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:45.2650165Z test_inplace_forward_mode_AD_transpose_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.087s) 2022-05-18T04:38:45.2813689Z test_inplace_forward_mode_AD_transpose_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.016s) 2022-05-18T04:38:45.2827130Z test_inplace_forward_mode_AD_trapezoid_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:45.2840324Z test_inplace_forward_mode_AD_trapezoid_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:45.2853449Z test_inplace_forward_mode_AD_trapz_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:45.2867121Z test_inplace_forward_mode_AD_trapz_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:45.2879875Z test_inplace_forward_mode_AD_triangular_solve_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:45.2892765Z test_inplace_forward_mode_AD_triangular_solve_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:45.3565714Z test_inplace_forward_mode_AD_tril_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.067s) 2022-05-18T04:38:45.3732424Z test_inplace_forward_mode_AD_tril_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.017s) 2022-05-18T04:38:45.4417663Z test_inplace_forward_mode_AD_triu_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.068s) 2022-05-18T04:38:45.4584487Z test_inplace_forward_mode_AD_triu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.017s) 2022-05-18T04:38:45.6576336Z test_inplace_forward_mode_AD_true_divide_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.199s) 2022-05-18T04:38:45.6992009Z test_inplace_forward_mode_AD_true_divide_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.041s) 2022-05-18T04:38:45.7039164Z test_inplace_forward_mode_AD_trunc_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.005s) 2022-05-18T04:38:45.7053951Z test_inplace_forward_mode_AD_unfold_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:45.7068498Z test_inplace_forward_mode_AD_unfold_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:45.7082671Z test_inplace_forward_mode_AD_unique_consecutive_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:45.7104123Z test_inplace_forward_mode_AD_unique_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:38:45.8143393Z test_inplace_forward_mode_AD_unsqueeze_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.104s) 2022-05-18T04:38:45.8321307Z test_inplace_forward_mode_AD_unsqueeze_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.018s) 2022-05-18T04:38:45.8336471Z test_inplace_forward_mode_AD_var_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:45.8350153Z test_inplace_forward_mode_AD_var_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:45.8363961Z test_inplace_forward_mode_AD_var_mean_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:45.8377152Z test_inplace_forward_mode_AD_var_mean_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:45.8391078Z test_inplace_forward_mode_AD_vdot_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:45.8404461Z test_inplace_forward_mode_AD_vdot_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:45.8417977Z test_inplace_forward_mode_AD_view_as_complex_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:45.8438358Z test_inplace_forward_mode_AD_view_as_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.002s) 2022-05-18T04:38:45.8451532Z test_inplace_forward_mode_AD_view_as_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:45.8464962Z test_inplace_forward_mode_AD_view_as_real_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:45.8478160Z test_inplace_forward_mode_AD_view_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:45.8491435Z test_inplace_forward_mode_AD_view_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:45.8505004Z test_inplace_forward_mode_AD_vsplit_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:45.8518703Z test_inplace_forward_mode_AD_vsplit_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:45.8532139Z test_inplace_forward_mode_AD_vstack_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:45.8545389Z test_inplace_forward_mode_AD_vstack_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:45.8558615Z test_inplace_forward_mode_AD_where_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:45.8572154Z test_inplace_forward_mode_AD_where_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:38:45.8578698Z test_inplace_forward_mode_AD_xlogy_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:38:45.8970276Z test_inplace_forward_mode_AD_zero__cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.039s) 2022-05-18T04:38:45.9074067Z test_inplace_forward_mode_AD_zero__cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.010s) 2022-05-18T04:38:45.9089185Z test_inplace_forward_mode_AD_zeros_like_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:45.9103209Z test_inplace_forward_mode_AD_zeros_like_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:38:45.9120990Z test_inplace_grad_H_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:45.9138823Z test_inplace_grad_H_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:45.9157378Z test_inplace_grad_T_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:45.9174379Z test_inplace_grad_T_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:45.9192292Z test_inplace_grad___getitem___cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:45.9208773Z test_inplace_grad___getitem___cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:45.9226600Z test_inplace_grad___radd___cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:45.9243551Z test_inplace_grad___radd___cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:45.9267547Z test_inplace_grad___rdiv___cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:45.9284078Z test_inplace_grad___rdiv___cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:45.9300891Z test_inplace_grad___rmatmul___cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:45.9317598Z test_inplace_grad___rmatmul___cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:45.9334168Z test_inplace_grad___rmod___cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:45.9351449Z test_inplace_grad___rmul___cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:45.9368137Z test_inplace_grad___rmul___cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:45.9377818Z test_inplace_grad___rpow___cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:38:45.9388102Z test_inplace_grad___rpow___cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:38:45.9405357Z test_inplace_grad___rsub___cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:45.9423070Z test_inplace_grad___rsub___cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:45.9439587Z test_inplace_grad__masked_amax_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:45.9456427Z test_inplace_grad__masked_amin_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:45.9473890Z test_inplace_grad__masked_argmax_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:38:45.9497068Z test_inplace_grad__masked_argmin_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:38:45.9513825Z test_inplace_grad__masked_log_softmax_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:45.9530425Z test_inplace_grad__masked_mean_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:45.9547364Z test_inplace_grad__masked_mean_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:45.9563918Z test_inplace_grad__masked_norm_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:45.9580584Z test_inplace_grad__masked_normalize_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:45.9597334Z test_inplace_grad__masked_prod_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:45.9613943Z test_inplace_grad__masked_prod_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:45.9630950Z test_inplace_grad__masked_softmax_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:45.9647488Z test_inplace_grad__masked_softmin_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:45.9664706Z test_inplace_grad__masked_std_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:45.9681471Z test_inplace_grad__masked_std_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:45.9704505Z test_inplace_grad__masked_sum_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:45.9720990Z test_inplace_grad__masked_sum_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:45.9737461Z test_inplace_grad__masked_var_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:45.9754314Z test_inplace_grad__masked_var_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:45.9814552Z test_inplace_grad_abs_cuda_complex128 (__main__.TestGradientsCUDA) ... expected failure (0.006s) 2022-05-18T04:38:45.9875661Z test_inplace_grad_abs_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.006s) 2022-05-18T04:38:46.0326824Z test_inplace_grad_acos_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.045s) 2022-05-18T04:38:46.0452892Z test_inplace_grad_acos_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.013s) 2022-05-18T04:38:46.0479741Z test_inplace_grad_acosh_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.003s) 2022-05-18T04:38:46.0510449Z test_inplace_grad_acosh_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.003s) 2022-05-18T04:38:46.2217406Z test_inplace_grad_add_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.170s) 2022-05-18T04:38:46.2602119Z test_inplace_grad_add_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.038s) 2022-05-18T04:38:46.4202664Z test_inplace_grad_addbmm_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.160s) 2022-05-18T04:38:46.4385558Z test_inplace_grad_addbmm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.018s) 2022-05-18T04:38:46.6669803Z test_inplace_grad_addcdiv_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.228s) 2022-05-18T04:38:46.7197059Z test_inplace_grad_addcdiv_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.053s) 2022-05-18T04:38:46.9468371Z test_inplace_grad_addcmul_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.227s) 2022-05-18T04:38:46.9980098Z test_inplace_grad_addcmul_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.051s) 2022-05-18T04:38:47.1096923Z test_inplace_grad_addmm_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.112s) 2022-05-18T04:38:47.1198198Z test_inplace_grad_addmm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.010s) 2022-05-18T04:38:47.2285587Z test_inplace_grad_addmm_decomposed_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.108s) 2022-05-18T04:38:47.2381972Z test_inplace_grad_addmm_decomposed_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.010s) 2022-05-18T04:38:47.3147880Z test_inplace_grad_addmv_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.076s) 2022-05-18T04:38:47.3322369Z test_inplace_grad_addmv_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.017s) 2022-05-18T04:38:47.4071294Z test_inplace_grad_addr_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.075s) 2022-05-18T04:38:47.4237043Z test_inplace_grad_addr_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.017s) 2022-05-18T04:38:47.4254484Z test_inplace_grad_all_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:38:47.4271520Z test_inplace_grad_all_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:38:47.4288371Z test_inplace_grad_allclose_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:38:47.4305605Z test_inplace_grad_allclose_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:38:47.4322265Z test_inplace_grad_amax_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:47.4339117Z test_inplace_grad_amin_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:47.4356582Z test_inplace_grad_aminmax_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:38:47.4374811Z test_inplace_grad_angle_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:47.4392819Z test_inplace_grad_angle_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:47.4416348Z test_inplace_grad_any_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:38:47.4433062Z test_inplace_grad_any_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:38:47.4449859Z test_inplace_grad_argmax_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:38:47.4466730Z test_inplace_grad_argmin_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:38:47.4483184Z test_inplace_grad_argsort_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:38:47.4499941Z test_inplace_grad_argwhere_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:38:47.4516911Z test_inplace_grad_argwhere_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:38:47.5320906Z test_inplace_grad_as_strided_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.080s) 2022-05-18T04:38:47.5529338Z test_inplace_grad_as_strided_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.021s) 2022-05-18T04:38:47.5715759Z test_inplace_grad_asin_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.019s) 2022-05-18T04:38:47.5782231Z test_inplace_grad_asin_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.007s) 2022-05-18T04:38:47.5803837Z test_inplace_grad_asinh_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.002s) 2022-05-18T04:38:47.5824507Z test_inplace_grad_asinh_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.002s) 2022-05-18T04:38:47.6138673Z test_inplace_grad_atan2_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.031s) 2022-05-18T04:38:47.6321536Z test_inplace_grad_atan_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.018s) 2022-05-18T04:38:47.6378830Z test_inplace_grad_atan_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.006s) 2022-05-18T04:38:47.6401216Z test_inplace_grad_atanh_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.002s) 2022-05-18T04:38:47.6422505Z test_inplace_grad_atanh_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.002s) 2022-05-18T04:38:47.6448315Z test_inplace_grad_atleast_1d_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:47.6465298Z test_inplace_grad_atleast_1d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:47.6481937Z test_inplace_grad_atleast_2d_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:47.6498539Z test_inplace_grad_atleast_2d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:47.6515501Z test_inplace_grad_atleast_3d_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:47.6532230Z test_inplace_grad_atleast_3d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:47.8379400Z test_inplace_grad_baddbmm_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.184s) 2022-05-18T04:38:47.8556402Z test_inplace_grad_baddbmm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.018s) 2022-05-18T04:38:47.8574473Z test_inplace_grad_bernoulli_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:47.8591867Z test_inplace_grad_bfloat16_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:47.8608941Z test_inplace_grad_bfloat16_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:47.8633360Z test_inplace_grad_block_diag_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:47.8650019Z test_inplace_grad_block_diag_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:47.8666799Z test_inplace_grad_bmm_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:47.8683371Z test_inplace_grad_bmm_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:47.8700529Z test_inplace_grad_bool_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:38:47.8717287Z test_inplace_grad_bool_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:38:47.8735196Z test_inplace_grad_broadcast_tensors_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:47.8753330Z test_inplace_grad_broadcast_tensors_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:47.8771578Z test_inplace_grad_broadcast_to_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:47.8789804Z test_inplace_grad_broadcast_to_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:47.8808456Z test_inplace_grad_bucketize_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:38:47.8825589Z test_inplace_grad_byte_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:38:47.8849024Z test_inplace_grad_byte_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:38:47.8865751Z test_inplace_grad_cartesian_prod_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:47.8882470Z test_inplace_grad_cartesian_prod_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:47.8899104Z test_inplace_grad_cat_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:47.8916046Z test_inplace_grad_cat_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:47.8932805Z test_inplace_grad_cdist_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:47.8993892Z test_inplace_grad_ceil_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.006s) 2022-05-18T04:38:47.9010782Z test_inplace_grad_chalf_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:47.9028541Z test_inplace_grad_chalf_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:47.9045495Z test_inplace_grad_char_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:38:47.9062592Z test_inplace_grad_char_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:38:47.9079077Z test_inplace_grad_cholesky_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:47.9102679Z test_inplace_grad_cholesky_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:47.9118738Z test_inplace_grad_cholesky_inverse_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:47.9135226Z test_inplace_grad_cholesky_inverse_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:47.9151978Z test_inplace_grad_cholesky_solve_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:47.9168017Z test_inplace_grad_cholesky_solve_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:47.9185320Z test_inplace_grad_chunk_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:47.9201779Z test_inplace_grad_chunk_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:47.9439857Z test_inplace_grad_clamp_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.024s) 2022-05-18T04:38:47.9714378Z test_inplace_grad_clamp_scalar_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.027s) 2022-05-18T04:38:47.9732097Z test_inplace_grad_clone_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:47.9756774Z test_inplace_grad_clone_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:47.9773628Z test_inplace_grad_column_stack_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:47.9790546Z test_inplace_grad_column_stack_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:47.9807119Z test_inplace_grad_combinations_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:47.9824542Z test_inplace_grad_combinations_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:47.9841091Z test_inplace_grad_complex_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:47.9858084Z test_inplace_grad_conj_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:47.9875174Z test_inplace_grad_conj_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:48.0060317Z test_inplace_grad_conj_physical_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.018s) 2022-05-18T04:38:48.0115647Z test_inplace_grad_conj_physical_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.006s) 2022-05-18T04:38:48.0133053Z test_inplace_grad_contiguous_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:48.0157864Z test_inplace_grad_contiguous_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:48.0465201Z test_inplace_grad_copysign_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.031s) 2022-05-18T04:38:48.0481623Z test_inplace_grad_corrcoef_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:48.0498345Z test_inplace_grad_corrcoef_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:48.0933628Z test_inplace_grad_cos_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.043s) 2022-05-18T04:38:48.1052014Z test_inplace_grad_cos_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.012s) 2022-05-18T04:38:48.1478928Z test_inplace_grad_cosh_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.043s) 2022-05-18T04:38:48.1595789Z test_inplace_grad_cosh_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.012s) 2022-05-18T04:38:48.1612922Z test_inplace_grad_count_nonzero_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:38:48.1630129Z test_inplace_grad_count_nonzero_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:38:48.1652916Z test_inplace_grad_cov_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:48.1669860Z test_inplace_grad_cov_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:48.1686439Z test_inplace_grad_cross_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:48.1703380Z test_inplace_grad_cross_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:48.1719962Z test_inplace_grad_cummax_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:48.1736571Z test_inplace_grad_cummin_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:57.0000548Z test_inplace_grad_cumprod_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (8.826s) 2022-05-18T04:38:58.5689013Z test_inplace_grad_cumprod_cuda_float64 (__main__.TestGradientsCUDA) ... ok (1.569s) 2022-05-18T04:38:58.6325056Z test_inplace_grad_cumsum_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.063s) 2022-05-18T04:38:58.6499626Z test_inplace_grad_cumsum_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.017s) 2022-05-18T04:38:58.6518187Z test_inplace_grad_cumulative_trapezoid_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:58.6535188Z test_inplace_grad_cumulative_trapezoid_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:58.6649620Z test_inplace_grad_deg2rad_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.011s) 2022-05-18T04:38:58.6667503Z test_inplace_grad_diag_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:58.6685363Z test_inplace_grad_diag_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:58.6703523Z test_inplace_grad_diag_embed_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:58.6721322Z test_inplace_grad_diag_embed_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:58.6739378Z test_inplace_grad_diagflat_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:58.6757386Z test_inplace_grad_diagflat_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:58.6775487Z test_inplace_grad_diagonal_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:58.6793772Z test_inplace_grad_diagonal_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:58.6817757Z test_inplace_grad_diagonal_scatter_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:58.6835808Z test_inplace_grad_diff_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:58.6853290Z test_inplace_grad_diff_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:58.6971867Z test_inplace_grad_digamma_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.012s) 2022-05-18T04:38:58.6989921Z test_inplace_grad_dist_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:58.7007792Z test_inplace_grad_dist_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:58.7323121Z test_inplace_grad_div_floor_rounding_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.031s) 2022-05-18T04:38:58.8668658Z test_inplace_grad_div_no_rounding_mode_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.134s) 2022-05-18T04:38:58.8984330Z test_inplace_grad_div_no_rounding_mode_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.032s) 2022-05-18T04:38:58.9304686Z test_inplace_grad_div_trunc_rounding_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.032s) 2022-05-18T04:38:58.9322574Z test_inplace_grad_dot_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:58.9340397Z test_inplace_grad_dot_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:58.9358604Z test_inplace_grad_double_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:58.9376139Z test_inplace_grad_double_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:58.9394217Z test_inplace_grad_dsplit_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:58.9412153Z test_inplace_grad_dsplit_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:58.9430482Z test_inplace_grad_dstack_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:58.9448510Z test_inplace_grad_dstack_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:58.9466726Z test_inplace_grad_eig_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:58.9484057Z test_inplace_grad_eig_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:58.9502294Z test_inplace_grad_einsum_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:58.9526794Z test_inplace_grad_einsum_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:58.9544562Z test_inplace_grad_empty_like_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:38:58.9561973Z test_inplace_grad_empty_like_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:38:58.9579600Z test_inplace_grad_eq_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:38:58.9597789Z test_inplace_grad_eq_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:38:58.9657556Z test_inplace_grad_erf_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.006s) 2022-05-18T04:38:58.9778659Z test_inplace_grad_erfc_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.012s) 2022-05-18T04:38:58.9837061Z test_inplace_grad_erfinv_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.006s) 2022-05-18T04:38:58.9953988Z test_inplace_grad_exp2_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.012s) 2022-05-18T04:38:59.0376408Z test_inplace_grad_exp_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.042s) 2022-05-18T04:38:59.0490385Z test_inplace_grad_exp_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.011s) 2022-05-18T04:38:59.0508701Z test_inplace_grad_expand_as_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:59.0526681Z test_inplace_grad_expand_as_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:59.0545214Z test_inplace_grad_expand_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:59.0562977Z test_inplace_grad_expand_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:59.0620075Z test_inplace_grad_expm1_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.006s) 2022-05-18T04:38:59.0638372Z test_inplace_grad_fft_fft2_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:59.0656541Z test_inplace_grad_fft_fft2_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:59.0674983Z test_inplace_grad_fft_fft_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:59.0693404Z test_inplace_grad_fft_fft_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:59.0720319Z test_inplace_grad_fft_fftn_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.003s) 2022-05-18T04:38:59.0737965Z test_inplace_grad_fft_fftn_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:59.0756438Z test_inplace_grad_fft_fftshift_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:59.0774098Z test_inplace_grad_fft_fftshift_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:59.0791993Z test_inplace_grad_fft_hfft2_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:59.0809668Z test_inplace_grad_fft_hfft2_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:59.0827788Z test_inplace_grad_fft_hfft_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:59.0845510Z test_inplace_grad_fft_hfft_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:59.0863475Z test_inplace_grad_fft_hfftn_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:59.0881298Z test_inplace_grad_fft_hfftn_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:59.0899266Z test_inplace_grad_fft_ifft2_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:59.0917731Z test_inplace_grad_fft_ifft2_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:59.0942509Z test_inplace_grad_fft_ifft_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:59.0960104Z test_inplace_grad_fft_ifft_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:59.0977649Z test_inplace_grad_fft_ifftn_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:59.0995749Z test_inplace_grad_fft_ifftn_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:59.1012685Z test_inplace_grad_fft_ifftshift_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:59.1029830Z test_inplace_grad_fft_ifftshift_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:59.1046845Z test_inplace_grad_fft_ihfft2_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:59.1064135Z test_inplace_grad_fft_ihfft_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:59.1081038Z test_inplace_grad_fft_ihfftn_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:59.1098264Z test_inplace_grad_fft_irfft2_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:59.1116167Z test_inplace_grad_fft_irfft2_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:59.1133397Z test_inplace_grad_fft_irfft_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:59.1157086Z test_inplace_grad_fft_irfft_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:59.1174053Z test_inplace_grad_fft_irfftn_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:59.1191301Z test_inplace_grad_fft_irfftn_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:59.1208236Z test_inplace_grad_fft_rfft2_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:59.1225741Z test_inplace_grad_fft_rfft_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:59.1242431Z test_inplace_grad_fft_rfftn_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:59.1810639Z test_inplace_grad_fill__cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.056s) 2022-05-18T04:38:59.1957217Z test_inplace_grad_fill__cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.015s) 2022-05-18T04:38:59.1974522Z test_inplace_grad_flatten_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:59.1992100Z test_inplace_grad_flatten_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:59.2016758Z test_inplace_grad_flip_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:59.2033422Z test_inplace_grad_flip_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:59.2050294Z test_inplace_grad_fliplr_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:59.2067277Z test_inplace_grad_fliplr_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:59.2083953Z test_inplace_grad_flipud_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:59.2100974Z test_inplace_grad_flipud_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:59.2118228Z test_inplace_grad_float_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:59.2135535Z test_inplace_grad_float_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:59.3639071Z test_inplace_grad_float_power_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.150s) 2022-05-18T04:38:59.4000508Z test_inplace_grad_float_power_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.036s) 2022-05-18T04:38:59.4057103Z test_inplace_grad_floor_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.006s) 2022-05-18T04:38:59.4082363Z test_inplace_grad_floor_divide_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:38:59.4098572Z test_inplace_grad_fmax_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:59.4115657Z test_inplace_grad_fmin_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:59.4426258Z test_inplace_grad_fmod_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.031s) 2022-05-18T04:38:59.4533776Z test_inplace_grad_frac_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.011s) 2022-05-18T04:38:59.4550889Z test_inplace_grad_frexp_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:59.4568070Z test_inplace_grad_full_like_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:38:59.4585317Z test_inplace_grad_full_like_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:38:59.4602219Z test_inplace_grad_gather_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:59.4618891Z test_inplace_grad_gather_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:59.4636417Z test_inplace_grad_ge_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:38:59.4658989Z test_inplace_grad_geqrf_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:38:59.4675927Z test_inplace_grad_geqrf_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:38:59.4692975Z test_inplace_grad_gradient_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:59.4709988Z test_inplace_grad_gradient_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:59.4726838Z test_inplace_grad_gt_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:38:59.4744037Z test_inplace_grad_half_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:59.4761063Z test_inplace_grad_half_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:59.4778020Z test_inplace_grad_heaviside_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:38:59.4794939Z test_inplace_grad_histc_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:38:59.4811876Z test_inplace_grad_hsplit_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:59.4829031Z test_inplace_grad_hsplit_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:59.4852323Z test_inplace_grad_hstack_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:59.4869217Z test_inplace_grad_hstack_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:59.5168164Z test_inplace_grad_hypot_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.030s) 2022-05-18T04:38:59.5293541Z test_inplace_grad_i0_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.012s) 2022-05-18T04:38:59.5310928Z test_inplace_grad_igamma_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:38:59.5327527Z test_inplace_grad_igammac_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:38:59.5344474Z test_inplace_grad_imag_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:38:59.7563717Z test_inplace_grad_index_add_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.222s) 2022-05-18T04:38:59.8066524Z test_inplace_grad_index_add_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.050s) 2022-05-18T04:38:59.8832459Z test_inplace_grad_index_copy_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.076s) 2022-05-18T04:38:59.9019524Z test_inplace_grad_index_copy_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.019s) 2022-05-18T04:38:59.9517408Z test_inplace_grad_index_fill_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.050s) 2022-05-18T04:38:59.9655756Z test_inplace_grad_index_fill_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.014s) 2022-05-18T04:39:00.0830022Z test_inplace_grad_index_put_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.117s) 2022-05-18T04:39:00.1097528Z test_inplace_grad_index_put_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.027s) 2022-05-18T04:39:00.3364811Z test_inplace_grad_index_reduce_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.227s) 2022-05-18T04:39:00.3382413Z test_inplace_grad_index_select_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:00.3399408Z test_inplace_grad_index_select_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:00.3416428Z test_inplace_grad_inner_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:00.3433678Z test_inplace_grad_inner_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:00.3450889Z test_inplace_grad_int_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:39:00.3467856Z test_inplace_grad_int_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:39:00.3484733Z test_inplace_grad_inverse_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:00.3502035Z test_inplace_grad_inverse_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:00.3519658Z test_inplace_grad_isclose_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:39:00.3536427Z test_inplace_grad_isclose_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:39:00.3553857Z test_inplace_grad_isfinite_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:39:00.3576696Z test_inplace_grad_isfinite_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:39:00.3593650Z test_inplace_grad_isin_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:39:00.3610398Z test_inplace_grad_isinf_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:39:00.3627339Z test_inplace_grad_isinf_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:39:00.3643982Z test_inplace_grad_isnan_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:39:00.3661272Z test_inplace_grad_isnan_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:39:00.3677649Z test_inplace_grad_isneginf_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:39:00.3694964Z test_inplace_grad_isposinf_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:39:00.3711828Z test_inplace_grad_isreal_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:39:00.3728308Z test_inplace_grad_isreal_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:39:00.3745111Z test_inplace_grad_istft_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:00.3761915Z test_inplace_grad_istft_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:00.3785110Z test_inplace_grad_jiterator_4inputs_with_extra_args_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:39:00.3801704Z test_inplace_grad_jiterator_4inputs_with_extra_args_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:39:00.3818105Z test_inplace_grad_jiterator_binary_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:39:00.3834967Z test_inplace_grad_jiterator_binary_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:39:00.3851424Z test_inplace_grad_jiterator_unary_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:39:00.3867853Z test_inplace_grad_jiterator_unary_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:39:00.3885030Z test_inplace_grad_kron_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:00.3901822Z test_inplace_grad_kron_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:00.3918404Z test_inplace_grad_kthvalue_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:00.3977784Z test_inplace_grad_ldexp_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.006s) 2022-05-18T04:39:00.4019071Z test_inplace_grad_ldexp_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.004s) 2022-05-18T04:39:00.4042179Z test_inplace_grad_le_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:39:00.8012430Z test_inplace_grad_lerp_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.397s) 2022-05-18T04:39:00.8464815Z test_inplace_grad_lerp_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.045s) 2022-05-18T04:39:00.8581790Z test_inplace_grad_lgamma_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.012s) 2022-05-18T04:39:00.8598758Z test_inplace_grad_linalg_cholesky_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:00.8615660Z test_inplace_grad_linalg_cholesky_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:00.8632818Z test_inplace_grad_linalg_cholesky_ex_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:00.8649522Z test_inplace_grad_linalg_cholesky_ex_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:00.8667113Z test_inplace_grad_linalg_cond_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:00.8684162Z test_inplace_grad_linalg_cond_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:00.8701624Z test_inplace_grad_linalg_cross_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:00.8718122Z test_inplace_grad_linalg_cross_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:00.8741144Z test_inplace_grad_linalg_det_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:00.8758260Z test_inplace_grad_linalg_det_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:00.8775459Z test_inplace_grad_linalg_det_singular_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:00.8793069Z test_inplace_grad_linalg_det_singular_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:00.8811234Z test_inplace_grad_linalg_eig_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:00.8827732Z test_inplace_grad_linalg_eig_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:00.8844061Z test_inplace_grad_linalg_eigh_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:00.8860463Z test_inplace_grad_linalg_eigh_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:00.8876793Z test_inplace_grad_linalg_eigvals_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:00.8893303Z test_inplace_grad_linalg_eigvals_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:00.8911011Z test_inplace_grad_linalg_eigvalsh_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:00.8928559Z test_inplace_grad_linalg_eigvalsh_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:00.8953155Z test_inplace_grad_linalg_householder_product_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:00.8970773Z test_inplace_grad_linalg_householder_product_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:00.8988635Z test_inplace_grad_linalg_inv_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:00.9004838Z test_inplace_grad_linalg_inv_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:00.9021599Z test_inplace_grad_linalg_inv_ex_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:00.9038023Z test_inplace_grad_linalg_inv_ex_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:00.9054931Z test_inplace_grad_linalg_ldl_factor_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:39:00.9071685Z test_inplace_grad_linalg_ldl_factor_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:39:00.9088373Z test_inplace_grad_linalg_ldl_factor_ex_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:39:00.9105683Z test_inplace_grad_linalg_ldl_factor_ex_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:39:00.9122062Z test_inplace_grad_linalg_ldl_solve_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: not available before CUDA 11.3.1 (0.002s) 2022-05-18T04:39:00.9138993Z test_inplace_grad_linalg_ldl_solve_cuda_float64 (__main__.TestGradientsCUDA) ... skip: not available before CUDA 11.3.1 (0.002s) 2022-05-18T04:39:00.9148760Z test_inplace_grad_linalg_lstsq_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:39:00.9158316Z test_inplace_grad_linalg_lstsq_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:39:00.9182946Z test_inplace_grad_linalg_lstsq_grad_oriented_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:00.9198718Z test_inplace_grad_linalg_lstsq_grad_oriented_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-05-18T04:39:00.9215115Z test_inplace_grad_linalg_lu_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:00.9231805Z test_inplace_grad_linalg_lu_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:00.9248221Z test_inplace_grad_linalg_lu_factor_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:00.9265161Z test_inplace_grad_linalg_lu_factor_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:00.9281563Z test_inplace_grad_linalg_lu_factor_ex_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:00.9298331Z test_inplace_grad_linalg_lu_factor_ex_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:00.9315807Z test_inplace_grad_linalg_matrix_norm_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:00.9332910Z test_inplace_grad_linalg_matrix_norm_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:00.9350500Z test_inplace_grad_linalg_matrix_power_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:00.9367842Z test_inplace_grad_linalg_matrix_power_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:00.9391275Z test_inplace_grad_linalg_matrix_rank_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:39:00.9407874Z test_inplace_grad_linalg_matrix_rank_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:39:00.9424466Z test_inplace_grad_linalg_matrix_rank_hermitian_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:39:00.9440588Z test_inplace_grad_linalg_matrix_rank_hermitian_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:39:00.9456743Z test_inplace_grad_linalg_multi_dot_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:00.9473403Z test_inplace_grad_linalg_multi_dot_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:00.9489785Z test_inplace_grad_linalg_norm_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:00.9506568Z test_inplace_grad_linalg_norm_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:00.9523299Z test_inplace_grad_linalg_norm_subgradients_at_zero_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:00.9540097Z test_inplace_grad_linalg_norm_subgradients_at_zero_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:00.9556896Z test_inplace_grad_linalg_pinv_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:00.9579701Z test_inplace_grad_linalg_pinv_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:00.9595979Z test_inplace_grad_linalg_pinv_hermitian_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:00.9612283Z test_inplace_grad_linalg_pinv_hermitian_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:00.9629065Z test_inplace_grad_linalg_pinv_singular_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:39:00.9645433Z test_inplace_grad_linalg_pinv_singular_cuda_float64 (__main__.TestGradientsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:39:00.9662046Z test_inplace_grad_linalg_qr_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:00.9678497Z test_inplace_grad_linalg_qr_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:00.9694797Z test_inplace_grad_linalg_slogdet_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:00.9711426Z test_inplace_grad_linalg_slogdet_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:00.9727606Z test_inplace_grad_linalg_solve_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:00.9744311Z test_inplace_grad_linalg_solve_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:00.9761295Z test_inplace_grad_linalg_solve_triangular_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:00.9784755Z test_inplace_grad_linalg_solve_triangular_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:00.9801666Z test_inplace_grad_linalg_svd_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:00.9818539Z test_inplace_grad_linalg_svd_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:00.9835798Z test_inplace_grad_linalg_svdvals_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:00.9852849Z test_inplace_grad_linalg_svdvals_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:00.9869499Z test_inplace_grad_linalg_tensorinv_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:00.9887009Z test_inplace_grad_linalg_tensorinv_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:00.9904144Z test_inplace_grad_linalg_tensorsolve_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:00.9920620Z test_inplace_grad_linalg_tensorsolve_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:00.9937613Z test_inplace_grad_linalg_vander_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:00.9954438Z test_inplace_grad_linalg_vander_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:00.9970933Z test_inplace_grad_linalg_vector_norm_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:00.9993956Z test_inplace_grad_linalg_vector_norm_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:01.0427416Z test_inplace_grad_log10_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.043s) 2022-05-18T04:39:01.0545474Z test_inplace_grad_log10_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.012s) 2022-05-18T04:39:01.0602281Z test_inplace_grad_log1p_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.006s) 2022-05-18T04:39:01.1029748Z test_inplace_grad_log2_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.042s) 2022-05-18T04:39:01.1146437Z test_inplace_grad_log2_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.012s) 2022-05-18T04:39:01.1568401Z test_inplace_grad_log_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.042s) 2022-05-18T04:39:01.1683931Z test_inplace_grad_log_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.012s) 2022-05-18T04:39:01.1701291Z test_inplace_grad_log_softmax_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:01.1725394Z test_inplace_grad_log_softmax_dtype_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:01.1744503Z test_inplace_grad_log_softmax_dtype_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:01.1762247Z test_inplace_grad_logaddexp2_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:01.1778602Z test_inplace_grad_logaddexp_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:01.1795427Z test_inplace_grad_logcumsumexp_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:01.1811662Z test_inplace_grad_logdet_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:01.1828615Z test_inplace_grad_logical_and_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:39:01.1845344Z test_inplace_grad_logical_and_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:39:01.1862074Z test_inplace_grad_logical_not_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:39:01.1879576Z test_inplace_grad_logical_not_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:39:01.1896281Z test_inplace_grad_logical_or_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:39:01.1919879Z test_inplace_grad_logical_or_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:39:01.1935971Z test_inplace_grad_logical_xor_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:39:01.1952723Z test_inplace_grad_logical_xor_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:39:01.2121052Z test_inplace_grad_logit_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.017s) 2022-05-18T04:39:01.2138122Z test_inplace_grad_logsumexp_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:01.2156792Z test_inplace_grad_long_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:39:01.2174600Z test_inplace_grad_long_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:39:01.2192986Z test_inplace_grad_lt_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:39:01.2209441Z test_inplace_grad_lu_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:01.2226696Z test_inplace_grad_lu_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:01.2243596Z test_inplace_grad_lu_solve_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:01.2260570Z test_inplace_grad_lu_solve_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:01.2283970Z test_inplace_grad_lu_unpack_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:01.2300556Z test_inplace_grad_lu_unpack_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:01.2317139Z test_inplace_grad_mH_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:01.2333570Z test_inplace_grad_mH_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:01.2350269Z test_inplace_grad_mT_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:01.2366652Z test_inplace_grad_mT_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:01.3533996Z test_inplace_grad_masked_fill_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.116s) 2022-05-18T04:39:01.3826515Z test_inplace_grad_masked_fill_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.029s) 2022-05-18T04:39:01.4684156Z test_inplace_grad_masked_scatter_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.086s) 2022-05-18T04:39:01.4899978Z test_inplace_grad_masked_scatter_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.022s) 2022-05-18T04:39:01.4925308Z test_inplace_grad_masked_select_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:01.4942087Z test_inplace_grad_masked_select_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:01.4958401Z test_inplace_grad_matmul_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:01.4974807Z test_inplace_grad_matmul_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:01.4991466Z test_inplace_grad_matrix_exp_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:01.5008051Z test_inplace_grad_matrix_exp_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:01.5024611Z test_inplace_grad_max_binary_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:01.5040983Z test_inplace_grad_max_reduction_no_dim_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:01.5057594Z test_inplace_grad_max_reduction_with_dim_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:01.5074464Z test_inplace_grad_maximum_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:01.5091051Z test_inplace_grad_mean_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:01.5108243Z test_inplace_grad_mean_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:01.5133317Z test_inplace_grad_median_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:01.5149766Z test_inplace_grad_meshgrid_list_of_tensors_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:01.5166139Z test_inplace_grad_meshgrid_list_of_tensors_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:01.5182892Z test_inplace_grad_meshgrid_variadic_tensors_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:01.5199364Z test_inplace_grad_meshgrid_variadic_tensors_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:01.5215571Z test_inplace_grad_min_binary_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:01.5232129Z test_inplace_grad_min_reduction_no_dim_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:01.5248570Z test_inplace_grad_min_reduction_with_dim_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:01.5265424Z test_inplace_grad_minimum_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:01.5282051Z test_inplace_grad_mm_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:01.5298309Z test_inplace_grad_mm_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:01.5320931Z test_inplace_grad_mode_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:01.5337357Z test_inplace_grad_movedim_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:01.5354475Z test_inplace_grad_movedim_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:01.5370923Z test_inplace_grad_msort_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:01.6665860Z test_inplace_grad_mul_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.129s) 2022-05-18T04:39:01.6958105Z test_inplace_grad_mul_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.029s) 2022-05-18T04:39:01.6975669Z test_inplace_grad_multinomial_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:39:01.6992727Z test_inplace_grad_mv_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:01.7009521Z test_inplace_grad_mv_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:01.7471613Z test_inplace_grad_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.046s) 2022-05-18T04:39:01.7480953Z test_inplace_grad_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:39:01.7490561Z test_inplace_grad_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:39:01.7622311Z test_inplace_grad_nan_to_num_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.013s) 2022-05-18T04:39:01.7639403Z test_inplace_grad_nanmean_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:01.7656317Z test_inplace_grad_nanmedian_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:01.7673211Z test_inplace_grad_nanquantile_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:01.7689631Z test_inplace_grad_nansum_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:01.7706682Z test_inplace_grad_narrow_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:01.7723249Z test_inplace_grad_narrow_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:01.7740109Z test_inplace_grad_ne_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:39:01.7756923Z test_inplace_grad_ne_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:39:01.7924415Z test_inplace_grad_neg_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.017s) 2022-05-18T04:39:01.7978411Z test_inplace_grad_neg_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.005s) 2022-05-18T04:39:01.8002634Z test_inplace_grad_new_empty_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:39:01.8018953Z test_inplace_grad_new_empty_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:39:01.8035631Z test_inplace_grad_new_full_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:39:01.8052302Z test_inplace_grad_new_full_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:39:01.8068470Z test_inplace_grad_new_ones_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:39:01.8084878Z test_inplace_grad_new_ones_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:39:01.8101682Z test_inplace_grad_new_zeros_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:39:01.8118029Z test_inplace_grad_new_zeros_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:39:01.8134387Z test_inplace_grad_nextafter_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:39:01.8151259Z test_inplace_grad_nn_functional_adaptive_avg_pool1d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:01.8167911Z test_inplace_grad_nn_functional_adaptive_avg_pool2d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:01.8185169Z test_inplace_grad_nn_functional_adaptive_avg_pool3d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:01.8208085Z test_inplace_grad_nn_functional_adaptive_max_pool1d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:01.8225019Z test_inplace_grad_nn_functional_adaptive_max_pool2d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:01.8241245Z test_inplace_grad_nn_functional_adaptive_max_pool3d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:01.8257735Z test_inplace_grad_nn_functional_avg_pool1d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:01.8274811Z test_inplace_grad_nn_functional_avg_pool2d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:01.8291276Z test_inplace_grad_nn_functional_avg_pool3d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:01.8308100Z test_inplace_grad_nn_functional_batch_norm_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:01.8325187Z test_inplace_grad_nn_functional_batch_norm_without_cudnn_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:01.8341821Z test_inplace_grad_nn_functional_bilinear_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:01.8359626Z test_inplace_grad_nn_functional_binary_cross_entropy_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:01.8377305Z test_inplace_grad_nn_functional_binary_cross_entropy_with_logits_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:01.8507015Z test_inplace_grad_nn_functional_celu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.013s) 2022-05-18T04:39:01.8523664Z test_inplace_grad_nn_functional_conv1d_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:01.8540282Z test_inplace_grad_nn_functional_conv1d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:01.8557236Z test_inplace_grad_nn_functional_conv2d_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:01.8574024Z test_inplace_grad_nn_functional_conv2d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:01.8590938Z test_inplace_grad_nn_functional_conv_transpose1d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:01.8607507Z test_inplace_grad_nn_functional_conv_transpose2d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:01.8624786Z test_inplace_grad_nn_functional_conv_transpose3d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:01.8641444Z test_inplace_grad_nn_functional_cosine_embedding_loss_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:01.8658186Z test_inplace_grad_nn_functional_cosine_similarity_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:01.8675166Z test_inplace_grad_nn_functional_cross_entropy_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:01.8691998Z test_inplace_grad_nn_functional_ctc_loss_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:01.9269606Z test_inplace_grad_nn_functional_dropout2d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.057s) 2022-05-18T04:39:02.0061690Z test_inplace_grad_nn_functional_dropout_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.079s) 2022-05-18T04:39:02.0180181Z test_inplace_grad_nn_functional_elu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.012s) 2022-05-18T04:39:02.0197968Z test_inplace_grad_nn_functional_embedding_bag_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:02.0214858Z test_inplace_grad_nn_functional_embedding_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:02.0541128Z test_inplace_grad_nn_functional_feature_alpha_dropout_with_train_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.032s) 2022-05-18T04:39:02.2351457Z test_inplace_grad_nn_functional_feature_alpha_dropout_without_train_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.181s) 2022-05-18T04:39:02.2764569Z test_inplace_grad_nn_functional_feature_alpha_dropout_without_train_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.041s) 2022-05-18T04:39:02.2782348Z test_inplace_grad_nn_functional_fractional_max_pool2d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:02.2806867Z test_inplace_grad_nn_functional_fractional_max_pool3d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:02.2823287Z test_inplace_grad_nn_functional_gaussian_nll_loss_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:02.2839730Z test_inplace_grad_nn_functional_gelu_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:02.2856041Z test_inplace_grad_nn_functional_glu_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:02.2872895Z test_inplace_grad_nn_functional_grid_sample_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:02.2889163Z test_inplace_grad_nn_functional_group_norm_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:02.2905973Z test_inplace_grad_nn_functional_hardshrink_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:02.3023130Z test_inplace_grad_nn_functional_hardsigmoid_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.012s) 2022-05-18T04:39:02.3039811Z test_inplace_grad_nn_functional_hardswish_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:02.3056640Z test_inplace_grad_nn_functional_hardtanh_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:02.3073416Z test_inplace_grad_nn_functional_hinge_embedding_loss_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:02.3096242Z test_inplace_grad_nn_functional_huber_loss_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:02.3113025Z test_inplace_grad_nn_functional_instance_norm_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:02.3129431Z test_inplace_grad_nn_functional_interpolate_area_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:02.3146034Z test_inplace_grad_nn_functional_interpolate_bicubic_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:02.3162371Z test_inplace_grad_nn_functional_interpolate_bilinear_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:02.3178817Z test_inplace_grad_nn_functional_interpolate_linear_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:02.3195353Z test_inplace_grad_nn_functional_interpolate_nearest_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:02.3211964Z test_inplace_grad_nn_functional_interpolate_trilinear_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:02.3228583Z test_inplace_grad_nn_functional_kl_div_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:02.3245634Z test_inplace_grad_nn_functional_l1_loss_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:39:02.3261861Z test_inplace_grad_nn_functional_l1_loss_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:02.3278353Z test_inplace_grad_nn_functional_layer_norm_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:02.3300798Z test_inplace_grad_nn_functional_leaky_relu_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:02.3318070Z test_inplace_grad_nn_functional_linear_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:02.3334880Z test_inplace_grad_nn_functional_linear_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:02.3352142Z test_inplace_grad_nn_functional_local_response_norm_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:02.3369125Z test_inplace_grad_nn_functional_logsigmoid_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:02.3386060Z test_inplace_grad_nn_functional_margin_ranking_loss_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:02.3402899Z test_inplace_grad_nn_functional_max_pool1d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:02.3419628Z test_inplace_grad_nn_functional_max_pool2d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:02.3436928Z test_inplace_grad_nn_functional_max_pool3d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:02.3453816Z test_inplace_grad_nn_functional_max_unpool1d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:02.3470826Z test_inplace_grad_nn_functional_max_unpool1d_grad_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:02.3487945Z test_inplace_grad_nn_functional_max_unpool2d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:02.3511402Z test_inplace_grad_nn_functional_max_unpool2d_grad_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:02.3528223Z test_inplace_grad_nn_functional_max_unpool3d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:02.3545446Z test_inplace_grad_nn_functional_max_unpool3d_grad_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:02.3663126Z test_inplace_grad_nn_functional_mish_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.012s) 2022-05-18T04:39:02.3680158Z test_inplace_grad_nn_functional_mse_loss_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:02.3697837Z test_inplace_grad_nn_functional_multi_margin_loss_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:02.3715122Z test_inplace_grad_nn_functional_multilabel_margin_loss_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:02.3731779Z test_inplace_grad_nn_functional_multilabel_soft_margin_loss_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:02.3748959Z test_inplace_grad_nn_functional_nll_loss_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:02.3765878Z test_inplace_grad_nn_functional_normalize_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:02.3783252Z test_inplace_grad_nn_functional_normalize_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:02.3806407Z test_inplace_grad_nn_functional_pad_circular_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:02.3823128Z test_inplace_grad_nn_functional_pad_circular_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:02.3839879Z test_inplace_grad_nn_functional_pad_constant_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:02.3856716Z test_inplace_grad_nn_functional_pad_constant_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:02.3873811Z test_inplace_grad_nn_functional_pad_reflect_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:02.3891133Z test_inplace_grad_nn_functional_pad_reflect_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:02.3908271Z test_inplace_grad_nn_functional_pad_replicate_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:02.3924976Z test_inplace_grad_nn_functional_pad_replicate_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:02.3942397Z test_inplace_grad_nn_functional_pairwise_distance_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:02.3959225Z test_inplace_grad_nn_functional_pairwise_distance_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:02.3976140Z test_inplace_grad_nn_functional_pdist_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:02.3993226Z test_inplace_grad_nn_functional_pixel_shuffle_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:02.4018219Z test_inplace_grad_nn_functional_pixel_shuffle_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:02.4035135Z test_inplace_grad_nn_functional_pixel_unshuffle_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:02.4051900Z test_inplace_grad_nn_functional_pixel_unshuffle_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:02.4069025Z test_inplace_grad_nn_functional_poisson_nll_loss_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:02.4085888Z test_inplace_grad_nn_functional_prelu_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:02.4103021Z test_inplace_grad_nn_functional_relu6_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:02.4119741Z test_inplace_grad_nn_functional_relu_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:02.4258896Z test_inplace_grad_nn_functional_rrelu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.014s) 2022-05-18T04:39:02.4374561Z test_inplace_grad_nn_functional_selu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.011s) 2022-05-18T04:39:02.4491147Z test_inplace_grad_nn_functional_silu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.012s) 2022-05-18T04:39:02.4514820Z test_inplace_grad_nn_functional_smooth_l1_loss_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:02.4531510Z test_inplace_grad_nn_functional_soft_margin_loss_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:02.4548737Z test_inplace_grad_nn_functional_softmin_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:02.4565726Z test_inplace_grad_nn_functional_softmin_with_dtype_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:02.4582706Z test_inplace_grad_nn_functional_softmin_with_dtype_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:02.4599510Z test_inplace_grad_nn_functional_softplus_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:02.4616623Z test_inplace_grad_nn_functional_softshrink_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:02.4633638Z test_inplace_grad_nn_functional_softsign_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:02.4650405Z test_inplace_grad_nn_functional_softsign_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:02.4667514Z test_inplace_grad_nn_functional_tanhshrink_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:02.4684422Z test_inplace_grad_nn_functional_tanhshrink_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:02.4701923Z test_inplace_grad_nn_functional_threshold_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:02.4725254Z test_inplace_grad_nn_functional_triplet_margin_loss_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:02.4742218Z test_inplace_grad_nn_functional_triplet_margin_loss_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:02.4759106Z test_inplace_grad_nn_functional_triplet_margin_with_distance_loss_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:02.4776081Z test_inplace_grad_nn_functional_triplet_margin_with_distance_loss_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:02.4793432Z test_inplace_grad_nn_functional_unfold_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:02.4810044Z test_inplace_grad_nn_functional_unfold_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:02.4827110Z test_inplace_grad_nn_functional_upsample_bilinear_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:02.4843852Z test_inplace_grad_nn_functional_upsample_nearest_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:02.4861117Z test_inplace_grad_nonzero_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:39:02.4877890Z test_inplace_grad_nonzero_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:39:02.4894733Z test_inplace_grad_norm_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:02.4912213Z test_inplace_grad_norm_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:02.4935660Z test_inplace_grad_norm_fro_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:02.4952928Z test_inplace_grad_norm_fro_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:02.4969810Z test_inplace_grad_norm_inf_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:02.4986828Z test_inplace_grad_norm_inf_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:02.5003849Z test_inplace_grad_norm_nuc_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:02.5020455Z test_inplace_grad_norm_nuc_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:02.5031383Z test_inplace_grad_normal_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Gradients are incorrect! (0.001s) 2022-05-18T04:39:02.5041199Z test_inplace_grad_normal_number_mean_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Gradients are incorrect! (0.001s) 2022-05-18T04:39:02.5058329Z test_inplace_grad_ones_like_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:39:02.5075166Z test_inplace_grad_ones_like_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:39:02.5092301Z test_inplace_grad_ormqr_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:39:02.5109821Z test_inplace_grad_ormqr_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:39:02.5126492Z test_inplace_grad_outer_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:02.5143952Z test_inplace_grad_outer_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:02.5168067Z test_inplace_grad_pca_lowrank_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:02.5185267Z test_inplace_grad_permute_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:02.5202362Z test_inplace_grad_permute_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:02.5219035Z test_inplace_grad_pinverse_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:02.5236283Z test_inplace_grad_pinverse_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:02.5252943Z test_inplace_grad_polar_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:02.5667012Z test_inplace_grad_polygamma_polygamma_n_0_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.041s) 2022-05-18T04:39:02.5677521Z test_inplace_grad_polygamma_polygamma_n_1_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:39:02.5686026Z test_inplace_grad_polygamma_polygamma_n_2_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:39:02.5696212Z test_inplace_grad_polygamma_polygamma_n_3_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:39:02.5706617Z test_inplace_grad_polygamma_polygamma_n_4_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:39:02.5725202Z test_inplace_grad_positive_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:02.5742622Z test_inplace_grad_positive_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:02.5801824Z test_inplace_grad_pow_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.006s) 2022-05-18T04:39:02.5851174Z test_inplace_grad_pow_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.005s) 2022-05-18T04:39:02.5868063Z test_inplace_grad_prod_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:02.5885248Z test_inplace_grad_prod_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:03.1065653Z test_inplace_grad_put_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.518s) 2022-05-18T04:39:03.2204175Z test_inplace_grad_put_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.114s) 2022-05-18T04:39:03.2221843Z test_inplace_grad_qr_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:03.2238839Z test_inplace_grad_qr_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:03.2256119Z test_inplace_grad_quantile_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:03.2370049Z test_inplace_grad_rad2deg_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.011s) 2022-05-18T04:39:03.2387816Z test_inplace_grad_rand_like_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:39:03.2404769Z test_inplace_grad_rand_like_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:39:03.2422179Z test_inplace_grad_randint_like_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:39:03.2439253Z test_inplace_grad_randn_like_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:39:03.2456525Z test_inplace_grad_randn_like_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:39:03.2479624Z test_inplace_grad_ravel_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:03.2496108Z test_inplace_grad_ravel_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:03.2513528Z test_inplace_grad_real_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:03.2530190Z test_inplace_grad_real_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:03.2950667Z test_inplace_grad_reciprocal_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.042s) 2022-05-18T04:39:03.3065793Z test_inplace_grad_reciprocal_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.011s) 2022-05-18T04:39:03.3374956Z test_inplace_grad_remainder_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.031s) 2022-05-18T04:39:03.4218473Z test_inplace_grad_renorm_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.084s) 2022-05-18T04:39:03.4443350Z test_inplace_grad_renorm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.022s) 2022-05-18T04:39:03.4468390Z test_inplace_grad_repeat_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:03.4485140Z test_inplace_grad_repeat_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:03.4502426Z test_inplace_grad_repeat_interleave_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:03.4519297Z test_inplace_grad_repeat_interleave_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:03.4536080Z test_inplace_grad_reshape_as_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:03.4553235Z test_inplace_grad_reshape_as_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:03.4570133Z test_inplace_grad_reshape_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:03.4587226Z test_inplace_grad_reshape_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:03.4604351Z test_inplace_grad_resize__cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:39:03.4621372Z test_inplace_grad_resize__cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:39:03.4638139Z test_inplace_grad_resize_as__cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:39:03.4655087Z test_inplace_grad_resize_as__cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:39:03.4678386Z test_inplace_grad_resolve_conj_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:03.4694981Z test_inplace_grad_resolve_conj_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:03.4712270Z test_inplace_grad_resolve_neg_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:03.4729104Z test_inplace_grad_resolve_neg_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:03.4746226Z test_inplace_grad_roll_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:03.4763010Z test_inplace_grad_roll_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:03.4779949Z test_inplace_grad_rot90_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:03.4796991Z test_inplace_grad_rot90_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:03.4851801Z test_inplace_grad_round_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.005s) 2022-05-18T04:39:03.4966283Z test_inplace_grad_round_decimals_0_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.011s) 2022-05-18T04:39:03.4976176Z test_inplace_grad_round_decimals_3_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:39:03.4986490Z test_inplace_grad_round_decimals_neg_3_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:39:03.5413633Z test_inplace_grad_rsqrt_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.042s) 2022-05-18T04:39:03.5539021Z test_inplace_grad_rsqrt_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.012s) 2022-05-18T04:39:03.5556640Z test_inplace_grad_rsub_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:03.5574565Z test_inplace_grad_rsub_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:03.7331227Z test_inplace_grad_scatter_add_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.175s) 2022-05-18T04:39:03.7738424Z test_inplace_grad_scatter_add_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.041s) 2022-05-18T04:39:03.9706801Z test_inplace_grad_scatter_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.197s) 2022-05-18T04:39:04.0166987Z test_inplace_grad_scatter_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.046s) 2022-05-18T04:39:04.1095139Z test_inplace_grad_scatter_reduce_amax_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.093s) 2022-05-18T04:39:04.2015951Z test_inplace_grad_scatter_reduce_amin_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.092s) 2022-05-18T04:39:04.3000414Z test_inplace_grad_scatter_reduce_mean_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.098s) 2022-05-18T04:39:04.4241133Z test_inplace_grad_scatter_reduce_prod_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.124s) 2022-05-18T04:39:04.5050940Z test_inplace_grad_scatter_reduce_sum_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.081s) 2022-05-18T04:39:04.5069019Z test_inplace_grad_searchsorted_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:39:04.5085893Z test_inplace_grad_select_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:04.5104124Z test_inplace_grad_select_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:04.5121853Z test_inplace_grad_select_scatter_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:04.5318574Z test_inplace_grad_sgn_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.020s) 2022-05-18T04:39:04.5373790Z test_inplace_grad_sgn_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.005s) 2022-05-18T04:39:04.5390848Z test_inplace_grad_short_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:39:04.5407492Z test_inplace_grad_short_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:39:04.5817178Z test_inplace_grad_sigmoid_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.041s) 2022-05-18T04:39:04.5931009Z test_inplace_grad_sigmoid_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.011s) 2022-05-18T04:39:04.5987046Z test_inplace_grad_sign_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.005s) 2022-05-18T04:39:04.6003574Z test_inplace_grad_signbit_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:39:04.6178990Z test_inplace_grad_sin_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.017s) 2022-05-18T04:39:04.6236232Z test_inplace_grad_sin_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.006s) 2022-05-18T04:39:04.6710413Z test_inplace_grad_sinc_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.047s) 2022-05-18T04:39:04.6844433Z test_inplace_grad_sinc_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.013s) 2022-05-18T04:39:04.7027391Z test_inplace_grad_sinh_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.018s) 2022-05-18T04:39:04.7082044Z test_inplace_grad_sinh_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.005s) 2022-05-18T04:39:04.7098506Z test_inplace_grad_slice_scatter_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:04.7115352Z test_inplace_grad_softmax_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:04.7131887Z test_inplace_grad_softmax_with_dtype_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:04.7148686Z test_inplace_grad_softmax_with_dtype_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:04.7165266Z test_inplace_grad_sort_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:04.7182056Z test_inplace_grad_sparse_sampled_addmm_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: cusparseSDDMM was added in 11.2.1 (0.002s) 2022-05-18T04:39:04.7199501Z test_inplace_grad_sparse_sampled_addmm_cuda_float64 (__main__.TestGradientsCUDA) ... skip: cusparseSDDMM was added in 11.2.1 (0.002s) 2022-05-18T04:39:04.7216101Z test_inplace_grad_special_entr_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:04.7233063Z test_inplace_grad_special_erfcx_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:04.7255588Z test_inplace_grad_special_i0e_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:04.7272239Z test_inplace_grad_special_i1_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:04.7288584Z test_inplace_grad_special_i1e_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:04.7305621Z test_inplace_grad_special_log_ndtr_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:04.7322065Z test_inplace_grad_special_ndtr_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:04.7338226Z test_inplace_grad_special_ndtri_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:04.7354831Z test_inplace_grad_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:04.7364613Z test_inplace_grad_special_xlog1py_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:39:04.7381951Z test_inplace_grad_special_zeta_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:39:04.7397931Z test_inplace_grad_split_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:04.7414376Z test_inplace_grad_split_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:04.7431111Z test_inplace_grad_split_list_args_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:04.7447670Z test_inplace_grad_split_list_args_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:04.7471365Z test_inplace_grad_split_with_sizes_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:04.7487628Z test_inplace_grad_split_with_sizes_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:04.7663940Z test_inplace_grad_sqrt_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.018s) 2022-05-18T04:39:04.7718842Z test_inplace_grad_sqrt_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.005s) 2022-05-18T04:39:04.8156519Z test_inplace_grad_square_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.043s) 2022-05-18T04:39:04.8277840Z test_inplace_grad_square_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.012s) 2022-05-18T04:39:04.9282032Z test_inplace_grad_squeeze_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.100s) 2022-05-18T04:39:04.9534137Z test_inplace_grad_squeeze_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.025s) 2022-05-18T04:39:04.9552568Z test_inplace_grad_stack_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:04.9576983Z test_inplace_grad_stack_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:04.9593541Z test_inplace_grad_std_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:04.9610017Z test_inplace_grad_std_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:04.9627182Z test_inplace_grad_std_mean_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:39:04.9643146Z test_inplace_grad_std_mean_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:04.9659570Z test_inplace_grad_stft_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:04.9676327Z test_inplace_grad_stft_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:05.1385122Z test_inplace_grad_sub_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.171s) 2022-05-18T04:39:05.1765096Z test_inplace_grad_sub_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.038s) 2022-05-18T04:39:05.1782278Z test_inplace_grad_sum_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:05.1798922Z test_inplace_grad_sum_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:05.1823573Z test_inplace_grad_sum_to_size_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:05.1839794Z test_inplace_grad_sum_to_size_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:05.1856721Z test_inplace_grad_svd_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:05.1874125Z test_inplace_grad_svd_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:05.1890898Z test_inplace_grad_svd_lowrank_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:05.1908631Z test_inplace_grad_symeig_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:05.1925164Z test_inplace_grad_symeig_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:05.2358972Z test_inplace_grad_t_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.043s) 2022-05-18T04:39:05.2473658Z test_inplace_grad_t_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.011s) 2022-05-18T04:39:05.2490178Z test_inplace_grad_take_along_dim_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:05.2507329Z test_inplace_grad_take_along_dim_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:05.2529634Z test_inplace_grad_take_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:05.2546426Z test_inplace_grad_take_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:05.2722865Z test_inplace_grad_tan_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.018s) 2022-05-18T04:39:05.2778417Z test_inplace_grad_tan_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.005s) 2022-05-18T04:39:05.2946380Z test_inplace_grad_tanh_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.017s) 2022-05-18T04:39:05.3000979Z test_inplace_grad_tanh_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.005s) 2022-05-18T04:39:05.3017341Z test_inplace_grad_tensor_split_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:05.3034331Z test_inplace_grad_tensor_split_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:05.3050762Z test_inplace_grad_tensordot_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:05.3067533Z test_inplace_grad_tensordot_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:05.3090159Z test_inplace_grad_tile_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:05.3106842Z test_inplace_grad_tile_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:05.3123608Z test_inplace_grad_to_sparse_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:39:05.3139887Z test_inplace_grad_to_sparse_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:05.3156660Z test_inplace_grad_topk_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:05.3173028Z test_inplace_grad_trace_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:05.3190321Z test_inplace_grad_trace_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:05.4362363Z test_inplace_grad_transpose_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.117s) 2022-05-18T04:39:05.4651056Z test_inplace_grad_transpose_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.029s) 2022-05-18T04:39:05.4668798Z test_inplace_grad_trapezoid_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:05.4693220Z test_inplace_grad_trapezoid_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:05.4710195Z test_inplace_grad_trapz_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:05.4726508Z test_inplace_grad_trapz_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:05.4742889Z test_inplace_grad_triangular_solve_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:05.4758829Z test_inplace_grad_triangular_solve_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-05-18T04:39:05.5520507Z test_inplace_grad_tril_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.076s) 2022-05-18T04:39:05.5715925Z test_inplace_grad_tril_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.019s) 2022-05-18T04:39:05.6474109Z test_inplace_grad_triu_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.076s) 2022-05-18T04:39:05.6667882Z test_inplace_grad_triu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.019s) 2022-05-18T04:39:05.8036998Z test_inplace_grad_true_divide_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.137s) 2022-05-18T04:39:05.8355918Z test_inplace_grad_true_divide_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.032s) 2022-05-18T04:39:05.8411118Z test_inplace_grad_trunc_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.006s) 2022-05-18T04:39:05.8428417Z test_inplace_grad_unfold_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:05.8445061Z test_inplace_grad_unfold_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:05.8462653Z test_inplace_grad_unique_consecutive_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:39:05.8479089Z test_inplace_grad_unique_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:39:05.9772244Z test_inplace_grad_unsqueeze_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.129s) 2022-05-18T04:39:06.0084392Z test_inplace_grad_unsqueeze_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.031s) 2022-05-18T04:39:06.0102956Z test_inplace_grad_var_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:06.0127193Z test_inplace_grad_var_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:06.0144372Z test_inplace_grad_var_mean_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:39:06.0161871Z test_inplace_grad_var_mean_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:06.0179292Z test_inplace_grad_vdot_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:06.0196236Z test_inplace_grad_vdot_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:06.0212598Z test_inplace_grad_view_as_complex_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:06.0229377Z test_inplace_grad_view_as_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:06.0245691Z test_inplace_grad_view_as_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:06.0262476Z test_inplace_grad_view_as_real_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:06.0279244Z test_inplace_grad_view_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:06.0295604Z test_inplace_grad_view_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:06.0312762Z test_inplace_grad_vsplit_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:06.0337096Z test_inplace_grad_vsplit_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:06.0353832Z test_inplace_grad_vstack_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:06.0370436Z test_inplace_grad_vstack_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:06.0387012Z test_inplace_grad_where_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:06.0403502Z test_inplace_grad_where_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T04:39:06.0412794Z test_inplace_grad_xlogy_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:39:06.0870927Z test_inplace_grad_zero__cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.046s) 2022-05-18T04:39:06.0995608Z test_inplace_grad_zero__cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.012s) 2022-05-18T04:39:06.1012588Z test_inplace_grad_zeros_like_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:39:06.1029482Z test_inplace_grad_zeros_like_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:39:06.1042748Z test_inplace_gradgrad_H_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:06.1055949Z test_inplace_gradgrad_H_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:06.1075929Z test_inplace_gradgrad_T_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.002s) 2022-05-18T04:39:06.1088809Z test_inplace_gradgrad_T_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:06.1101935Z test_inplace_gradgrad___getitem___cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:06.1114800Z test_inplace_gradgrad___getitem___cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:06.1127773Z test_inplace_gradgrad___radd___cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:06.1140454Z test_inplace_gradgrad___radd___cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:06.1153533Z test_inplace_gradgrad___rdiv___cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:06.1166378Z test_inplace_gradgrad___rdiv___cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:06.1179512Z test_inplace_gradgrad___rmatmul___cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:06.1193137Z test_inplace_gradgrad___rmatmul___cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:06.1205929Z test_inplace_gradgrad___rmod___cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:06.1224659Z test_inplace_gradgrad___rmul___cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.002s) 2022-05-18T04:39:06.1237409Z test_inplace_gradgrad___rmul___cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:06.1242988Z test_inplace_gradgrad___rpow___cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:39:06.1249891Z test_inplace_gradgrad___rpow___cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:39:06.1262857Z test_inplace_gradgrad___rsub___cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:06.1275685Z test_inplace_gradgrad___rsub___cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:06.1288590Z test_inplace_gradgrad__masked_amax_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:06.1301901Z test_inplace_gradgrad__masked_amin_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:06.1314825Z test_inplace_gradgrad__masked_argmax_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:39:06.1327530Z test_inplace_gradgrad__masked_argmin_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:39:06.1340558Z test_inplace_gradgrad__masked_log_softmax_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:06.1353364Z test_inplace_gradgrad__masked_mean_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:06.1366394Z test_inplace_gradgrad__masked_mean_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:06.1379316Z test_inplace_gradgrad__masked_norm_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:06.1398704Z test_inplace_gradgrad__masked_normalize_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.002s) 2022-05-18T04:39:06.1411482Z test_inplace_gradgrad__masked_prod_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:06.1424746Z test_inplace_gradgrad__masked_prod_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:06.1437559Z test_inplace_gradgrad__masked_softmax_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:06.1450664Z test_inplace_gradgrad__masked_softmin_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:06.1463804Z test_inplace_gradgrad__masked_std_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:06.1476718Z test_inplace_gradgrad__masked_std_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:06.1489516Z test_inplace_gradgrad__masked_sum_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:06.1503017Z test_inplace_gradgrad__masked_sum_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:06.1515801Z test_inplace_gradgrad__masked_var_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:06.1528823Z test_inplace_gradgrad__masked_var_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:06.1584820Z test_inplace_gradgrad_abs_cuda_complex128 (__main__.TestGradientsCUDA) ... expected failure (0.005s) 2022-05-18T04:39:06.1743656Z test_inplace_gradgrad_abs_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.016s) 2022-05-18T04:39:06.3749210Z test_inplace_gradgrad_acos_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.200s) 2022-05-18T04:39:06.4156541Z test_inplace_gradgrad_acos_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.041s) 2022-05-18T04:39:06.4170410Z test_inplace_gradgrad_acosh_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:06.4184911Z test_inplace_gradgrad_acosh_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:07.2619314Z test_inplace_gradgrad_add_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.843s) 2022-05-18T04:39:07.4388065Z test_inplace_gradgrad_add_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.177s) 2022-05-18T04:39:08.4142347Z test_inplace_gradgrad_addbmm_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.975s) 2022-05-18T04:39:08.5180176Z test_inplace_gradgrad_addbmm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.104s) 2022-05-18T04:39:09.9846759Z test_inplace_gradgrad_addcdiv_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.466s) 2022-05-18T04:39:10.2879607Z test_inplace_gradgrad_addcdiv_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.303s) 2022-05-18T04:39:11.6310345Z test_inplace_gradgrad_addcmul_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.343s) 2022-05-18T04:39:11.9086991Z test_inplace_gradgrad_addcmul_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.278s) 2022-05-18T04:39:12.6210557Z test_inplace_gradgrad_addmm_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.712s) 2022-05-18T04:39:12.6723278Z test_inplace_gradgrad_addmm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.051s) 2022-05-18T04:39:13.3440536Z test_inplace_gradgrad_addmm_decomposed_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.672s) 2022-05-18T04:39:13.3917913Z test_inplace_gradgrad_addmm_decomposed_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.048s) 2022-05-18T04:39:13.8554285Z test_inplace_gradgrad_addmv_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.463s) 2022-05-18T04:39:13.9519287Z test_inplace_gradgrad_addmv_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.096s) 2022-05-18T04:39:14.4164317Z test_inplace_gradgrad_addr_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.464s) 2022-05-18T04:39:14.5130092Z test_inplace_gradgrad_addr_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.096s) 2022-05-18T04:39:14.5144490Z test_inplace_gradgrad_all_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:39:14.5157367Z test_inplace_gradgrad_all_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:39:14.5171110Z test_inplace_gradgrad_allclose_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:39:14.5184387Z test_inplace_gradgrad_allclose_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:39:14.5197512Z test_inplace_gradgrad_amax_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:14.5211141Z test_inplace_gradgrad_amin_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:14.5224501Z test_inplace_gradgrad_aminmax_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:39:14.5237576Z test_inplace_gradgrad_angle_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:14.5250815Z test_inplace_gradgrad_angle_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:14.5270585Z test_inplace_gradgrad_any_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:39:14.5283289Z test_inplace_gradgrad_any_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:39:14.5296340Z test_inplace_gradgrad_argmax_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:39:14.5309407Z test_inplace_gradgrad_argmin_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:39:14.5322044Z test_inplace_gradgrad_argsort_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:39:14.5334990Z test_inplace_gradgrad_argwhere_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:39:14.5348462Z test_inplace_gradgrad_argwhere_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:39:14.8654802Z test_inplace_gradgrad_as_strided_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.330s) 2022-05-18T04:39:14.9352348Z test_inplace_gradgrad_as_strided_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.070s) 2022-05-18T04:39:15.0143073Z test_inplace_gradgrad_asin_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.079s) 2022-05-18T04:39:15.0306991Z test_inplace_gradgrad_asin_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.016s) 2022-05-18T04:39:15.0320059Z test_inplace_gradgrad_asinh_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:15.0333055Z test_inplace_gradgrad_asinh_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:15.2086800Z test_inplace_gradgrad_atan2_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.175s) 2022-05-18T04:39:15.2852620Z test_inplace_gradgrad_atan_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.076s) 2022-05-18T04:39:15.3012436Z test_inplace_gradgrad_atan_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.016s) 2022-05-18T04:39:15.3027297Z test_inplace_gradgrad_atanh_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:15.3040288Z test_inplace_gradgrad_atanh_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:15.3053750Z test_inplace_gradgrad_atleast_1d_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:15.3066991Z test_inplace_gradgrad_atleast_1d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:15.3081198Z test_inplace_gradgrad_atleast_2d_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:15.3095170Z test_inplace_gradgrad_atleast_2d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:15.3109153Z test_inplace_gradgrad_atleast_3d_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:15.3122830Z test_inplace_gradgrad_atleast_3d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:16.4761096Z test_inplace_gradgrad_baddbmm_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.164s) 2022-05-18T04:39:16.5750104Z test_inplace_gradgrad_baddbmm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.099s) 2022-05-18T04:39:16.5764410Z test_inplace_gradgrad_bernoulli_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:16.5777913Z test_inplace_gradgrad_bfloat16_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:16.5791186Z test_inplace_gradgrad_bfloat16_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:16.5804958Z test_inplace_gradgrad_block_diag_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:16.5818285Z test_inplace_gradgrad_block_diag_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:16.5831988Z test_inplace_gradgrad_bmm_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:16.5845686Z test_inplace_gradgrad_bmm_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:16.5859418Z test_inplace_gradgrad_bool_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:39:16.5872991Z test_inplace_gradgrad_bool_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:39:16.5893795Z test_inplace_gradgrad_broadcast_tensors_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.002s) 2022-05-18T04:39:16.5906901Z test_inplace_gradgrad_broadcast_tensors_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:16.5919600Z test_inplace_gradgrad_broadcast_to_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:16.5932754Z test_inplace_gradgrad_broadcast_to_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:16.5946156Z test_inplace_gradgrad_bucketize_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:39:16.5959022Z test_inplace_gradgrad_byte_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:39:16.5972061Z test_inplace_gradgrad_byte_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:39:16.5984945Z test_inplace_gradgrad_cartesian_prod_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:16.5998697Z test_inplace_gradgrad_cartesian_prod_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:16.6011791Z test_inplace_gradgrad_cat_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:16.6025546Z test_inplace_gradgrad_cat_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:16.6038797Z test_inplace_gradgrad_cdist_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:16.6146692Z test_inplace_gradgrad_ceil_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.011s) 2022-05-18T04:39:16.6159367Z test_inplace_gradgrad_chalf_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:16.6172546Z test_inplace_gradgrad_chalf_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:16.6186089Z test_inplace_gradgrad_char_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:39:16.6198518Z test_inplace_gradgrad_char_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:39:16.6211098Z test_inplace_gradgrad_cholesky_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:16.6224093Z test_inplace_gradgrad_cholesky_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:16.6237076Z test_inplace_gradgrad_cholesky_inverse_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:16.6249798Z test_inplace_gradgrad_cholesky_inverse_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:16.6262487Z test_inplace_gradgrad_cholesky_solve_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:16.6275181Z test_inplace_gradgrad_cholesky_solve_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:16.6288059Z test_inplace_gradgrad_chunk_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:16.6307577Z test_inplace_gradgrad_chunk_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.002s) 2022-05-18T04:39:16.7582007Z test_inplace_gradgrad_clamp_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.127s) 2022-05-18T04:39:16.8448105Z test_inplace_gradgrad_clamp_scalar_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.086s) 2022-05-18T04:39:16.8462181Z test_inplace_gradgrad_clone_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:16.8475214Z test_inplace_gradgrad_clone_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:16.8488429Z test_inplace_gradgrad_column_stack_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:16.8502030Z test_inplace_gradgrad_column_stack_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:16.8515255Z test_inplace_gradgrad_combinations_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:16.8528391Z test_inplace_gradgrad_combinations_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:16.8541918Z test_inplace_gradgrad_complex_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:16.8555550Z test_inplace_gradgrad_conj_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:16.8574857Z test_inplace_gradgrad_conj_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.002s) 2022-05-18T04:39:16.9199664Z test_inplace_gradgrad_conj_physical_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.062s) 2022-05-18T04:39:16.9330132Z test_inplace_gradgrad_conj_physical_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.013s) 2022-05-18T04:39:16.9344849Z test_inplace_gradgrad_contiguous_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:16.9358244Z test_inplace_gradgrad_contiguous_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:17.0386172Z test_inplace_gradgrad_copysign_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.103s) 2022-05-18T04:39:17.0400050Z test_inplace_gradgrad_corrcoef_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:17.0413408Z test_inplace_gradgrad_corrcoef_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:17.2250976Z test_inplace_gradgrad_cos_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.183s) 2022-05-18T04:39:17.2619809Z test_inplace_gradgrad_cos_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.037s) 2022-05-18T04:39:17.4402476Z test_inplace_gradgrad_cosh_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.178s) 2022-05-18T04:39:17.4762550Z test_inplace_gradgrad_cosh_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.036s) 2022-05-18T04:39:17.4776678Z test_inplace_gradgrad_count_nonzero_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:39:17.4790015Z test_inplace_gradgrad_count_nonzero_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:39:17.4803169Z test_inplace_gradgrad_cov_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:17.4816357Z test_inplace_gradgrad_cov_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:17.4829798Z test_inplace_gradgrad_cross_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:17.4842966Z test_inplace_gradgrad_cross_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:17.4863144Z test_inplace_gradgrad_cummax_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.002s) 2022-05-18T04:39:17.4875993Z test_inplace_gradgrad_cummin_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:17.4882251Z test_inplace_gradgrad_cumprod_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-05-18T04:39:33.3360842Z test_inplace_gradgrad_cumprod_cuda_float64 (__main__.TestGradientsCUDA) ... ok (15.847s) 2022-05-18T04:39:33.5934734Z test_inplace_gradgrad_cumsum_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.257s) 2022-05-18T04:39:33.6472910Z test_inplace_gradgrad_cumsum_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.054s) 2022-05-18T04:39:33.6486049Z test_inplace_gradgrad_cumulative_trapezoid_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:33.6499452Z test_inplace_gradgrad_cumulative_trapezoid_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:33.6836014Z test_inplace_gradgrad_deg2rad_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.034s) 2022-05-18T04:39:33.6848983Z test_inplace_gradgrad_diag_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:33.6862802Z test_inplace_gradgrad_diag_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:33.6876175Z test_inplace_gradgrad_diag_embed_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:33.6889578Z test_inplace_gradgrad_diag_embed_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:33.6909395Z test_inplace_gradgrad_diagflat_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.002s) 2022-05-18T04:39:33.6922940Z test_inplace_gradgrad_diagflat_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:33.6935904Z test_inplace_gradgrad_diagonal_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:33.6949075Z test_inplace_gradgrad_diagonal_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:33.6961972Z test_inplace_gradgrad_diagonal_scatter_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:33.6975539Z test_inplace_gradgrad_diff_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:33.6988585Z test_inplace_gradgrad_diff_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:33.7349464Z test_inplace_gradgrad_digamma_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.036s) 2022-05-18T04:39:33.7362148Z test_inplace_gradgrad_dist_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:33.7375056Z test_inplace_gradgrad_dist_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:33.8177821Z test_inplace_gradgrad_div_floor_rounding_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.080s) 2022-05-18T04:39:34.6006722Z test_inplace_gradgrad_div_no_rounding_mode_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.783s) 2022-05-18T04:39:34.7614669Z test_inplace_gradgrad_div_no_rounding_mode_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.161s) 2022-05-18T04:39:34.8403859Z test_inplace_gradgrad_div_trunc_rounding_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.079s) 2022-05-18T04:39:34.8416634Z test_inplace_gradgrad_dot_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:34.8430123Z test_inplace_gradgrad_dot_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:34.8443359Z test_inplace_gradgrad_double_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:34.8456606Z test_inplace_gradgrad_double_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:34.8470342Z test_inplace_gradgrad_dsplit_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:34.8483670Z test_inplace_gradgrad_dsplit_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:34.8496566Z test_inplace_gradgrad_dstack_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:34.8510112Z test_inplace_gradgrad_dstack_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:34.8523094Z test_inplace_gradgrad_eig_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:34.8542122Z test_inplace_gradgrad_eig_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.002s) 2022-05-18T04:39:34.8555177Z test_inplace_gradgrad_einsum_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:34.8567994Z test_inplace_gradgrad_einsum_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:34.8581177Z test_inplace_gradgrad_empty_like_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:39:34.8594247Z test_inplace_gradgrad_empty_like_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:39:34.8607068Z test_inplace_gradgrad_eq_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:39:34.8619912Z test_inplace_gradgrad_eq_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:39:34.8782834Z test_inplace_gradgrad_erf_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.016s) 2022-05-18T04:39:34.9175646Z test_inplace_gradgrad_erfc_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.039s) 2022-05-18T04:39:34.9342824Z test_inplace_gradgrad_erfinv_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.017s) 2022-05-18T04:39:34.9708935Z test_inplace_gradgrad_exp2_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.037s) 2022-05-18T04:39:35.1433977Z test_inplace_gradgrad_exp_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.172s) 2022-05-18T04:39:35.1784339Z test_inplace_gradgrad_exp_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.035s) 2022-05-18T04:39:35.1798318Z test_inplace_gradgrad_expand_as_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:35.1811769Z test_inplace_gradgrad_expand_as_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:35.1825433Z test_inplace_gradgrad_expand_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:35.1839285Z test_inplace_gradgrad_expand_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:35.1989274Z test_inplace_gradgrad_expm1_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.015s) 2022-05-18T04:39:35.2002766Z test_inplace_gradgrad_fft_fft2_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:35.2016217Z test_inplace_gradgrad_fft_fft2_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:35.2038509Z test_inplace_gradgrad_fft_fft_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.002s) 2022-05-18T04:39:35.2051727Z test_inplace_gradgrad_fft_fft_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:35.2064838Z test_inplace_gradgrad_fft_fftn_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:35.2077654Z test_inplace_gradgrad_fft_fftn_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:35.2090727Z test_inplace_gradgrad_fft_fftshift_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:35.2104322Z test_inplace_gradgrad_fft_fftshift_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:35.2117370Z test_inplace_gradgrad_fft_hfft2_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:35.2130409Z test_inplace_gradgrad_fft_hfft2_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:35.2143779Z test_inplace_gradgrad_fft_hfft_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:35.2156900Z test_inplace_gradgrad_fft_hfft_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:35.2169997Z test_inplace_gradgrad_fft_hfftn_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:35.2183229Z test_inplace_gradgrad_fft_hfftn_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:35.2202887Z test_inplace_gradgrad_fft_ifft2_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.002s) 2022-05-18T04:39:35.2215622Z test_inplace_gradgrad_fft_ifft2_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:35.2228715Z test_inplace_gradgrad_fft_ifft_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:35.2241687Z test_inplace_gradgrad_fft_ifft_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:35.2254489Z test_inplace_gradgrad_fft_ifftn_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:35.2267929Z test_inplace_gradgrad_fft_ifftn_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:35.2280669Z test_inplace_gradgrad_fft_ifftshift_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:35.2293670Z test_inplace_gradgrad_fft_ifftshift_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:35.2307306Z test_inplace_gradgrad_fft_ihfft2_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:35.2320473Z test_inplace_gradgrad_fft_ihfft_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:35.2333466Z test_inplace_gradgrad_fft_ihfftn_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:35.2346649Z test_inplace_gradgrad_fft_irfft2_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:35.2366147Z test_inplace_gradgrad_fft_irfft2_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.002s) 2022-05-18T04:39:35.2378660Z test_inplace_gradgrad_fft_irfft_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:35.2392039Z test_inplace_gradgrad_fft_irfft_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:35.2405750Z test_inplace_gradgrad_fft_irfftn_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:35.2419055Z test_inplace_gradgrad_fft_irfftn_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:35.2432194Z test_inplace_gradgrad_fft_rfft2_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:35.2445234Z test_inplace_gradgrad_fft_rfft_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:35.2458043Z test_inplace_gradgrad_fft_rfftn_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:35.5683930Z test_inplace_gradgrad_fill__cuda_complex128 (__main__.TestGradientsCUDA) ... expected failure (0.322s) 2022-05-18T04:39:35.7069633Z test_inplace_gradgrad_fill__cuda_float64 (__main__.TestGradientsCUDA) ... expected failure (0.138s) 2022-05-18T04:39:35.7083871Z test_inplace_gradgrad_flatten_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:35.7097091Z test_inplace_gradgrad_flatten_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:35.7110520Z test_inplace_gradgrad_flip_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:35.7123693Z test_inplace_gradgrad_flip_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:35.7137103Z test_inplace_gradgrad_fliplr_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:35.7150642Z test_inplace_gradgrad_fliplr_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:35.7163733Z test_inplace_gradgrad_flipud_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:35.7176845Z test_inplace_gradgrad_flipud_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:35.7190175Z test_inplace_gradgrad_float_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:35.7203467Z test_inplace_gradgrad_float_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:36.7432413Z test_inplace_gradgrad_float_power_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.023s) 2022-05-18T04:39:36.9536713Z test_inplace_gradgrad_float_power_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.210s) 2022-05-18T04:39:36.9639830Z test_inplace_gradgrad_floor_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.010s) 2022-05-18T04:39:36.9654218Z test_inplace_gradgrad_floor_divide_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:39:36.9668303Z test_inplace_gradgrad_fmax_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:36.9682598Z test_inplace_gradgrad_fmin_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:37.1172318Z test_inplace_gradgrad_fmod_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.149s) 2022-05-18T04:39:37.1492605Z test_inplace_gradgrad_frac_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.032s) 2022-05-18T04:39:37.1507076Z test_inplace_gradgrad_frexp_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:37.1520228Z test_inplace_gradgrad_full_like_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:39:37.1533196Z test_inplace_gradgrad_full_like_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:39:37.1546643Z test_inplace_gradgrad_gather_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:37.1559800Z test_inplace_gradgrad_gather_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:37.1573019Z test_inplace_gradgrad_ge_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:39:37.1586450Z test_inplace_gradgrad_geqrf_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:39:37.1599851Z test_inplace_gradgrad_geqrf_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:39:37.1612929Z test_inplace_gradgrad_gradient_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:37.1632758Z test_inplace_gradgrad_gradient_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.002s) 2022-05-18T04:39:37.1645695Z test_inplace_gradgrad_gt_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:39:37.1658502Z test_inplace_gradgrad_half_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:37.1671838Z test_inplace_gradgrad_half_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:37.1684769Z test_inplace_gradgrad_heaviside_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:39:37.1697606Z test_inplace_gradgrad_histc_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:39:37.1710704Z test_inplace_gradgrad_hsplit_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:37.1723539Z test_inplace_gradgrad_hsplit_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:37.1736560Z test_inplace_gradgrad_hstack_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:37.1750151Z test_inplace_gradgrad_hstack_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:37.3408354Z test_inplace_gradgrad_hypot_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.166s) 2022-05-18T04:39:37.3855934Z test_inplace_gradgrad_i0_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.045s) 2022-05-18T04:39:37.3872173Z test_inplace_gradgrad_igamma_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:39:37.3883840Z test_inplace_gradgrad_igammac_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:39:37.3896830Z test_inplace_gradgrad_imag_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:38.5327831Z test_inplace_gradgrad_index_add_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.143s) 2022-05-18T04:39:38.7750540Z test_inplace_gradgrad_index_add_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.242s) 2022-05-18T04:39:39.1655430Z test_inplace_gradgrad_index_copy_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.390s) 2022-05-18T04:39:39.2519074Z test_inplace_gradgrad_index_copy_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.086s) 2022-05-18T04:39:39.4442736Z test_inplace_gradgrad_index_fill_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.192s) 2022-05-18T04:39:39.4863672Z test_inplace_gradgrad_index_fill_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.042s) 2022-05-18T04:39:40.0924291Z test_inplace_gradgrad_index_put_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.606s) 2022-05-18T04:39:40.2252046Z test_inplace_gradgrad_index_put_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.133s) 2022-05-18T04:39:41.5619316Z test_inplace_gradgrad_index_reduce_cuda_float64 (__main__.TestGradientsCUDA) ... ok (1.336s) 2022-05-18T04:39:41.5635904Z test_inplace_gradgrad_index_select_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.002s) 2022-05-18T04:39:41.5652515Z test_inplace_gradgrad_index_select_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.002s) 2022-05-18T04:39:41.5668959Z test_inplace_gradgrad_inner_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.002s) 2022-05-18T04:39:41.5685053Z test_inplace_gradgrad_inner_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:41.5699113Z test_inplace_gradgrad_int_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:39:41.5712777Z test_inplace_gradgrad_int_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:39:41.5726222Z test_inplace_gradgrad_inverse_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:41.5739829Z test_inplace_gradgrad_inverse_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:41.5753762Z test_inplace_gradgrad_isclose_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:39:41.5774007Z test_inplace_gradgrad_isclose_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:39:41.5787405Z test_inplace_gradgrad_isfinite_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:39:41.5800572Z test_inplace_gradgrad_isfinite_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:39:41.5813994Z test_inplace_gradgrad_isin_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:39:41.5827351Z test_inplace_gradgrad_isinf_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:39:41.5841037Z test_inplace_gradgrad_isinf_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:39:41.5853908Z test_inplace_gradgrad_isnan_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:39:41.5867227Z test_inplace_gradgrad_isnan_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:39:41.5880485Z test_inplace_gradgrad_isneginf_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:39:41.5893651Z test_inplace_gradgrad_isposinf_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:39:41.5907554Z test_inplace_gradgrad_isreal_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:39:41.5921097Z test_inplace_gradgrad_isreal_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:39:41.5940496Z test_inplace_gradgrad_istft_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.002s) 2022-05-18T04:39:41.5953940Z test_inplace_gradgrad_istft_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:41.5967311Z test_inplace_gradgrad_jiterator_4inputs_with_extra_args_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:39:41.5980531Z test_inplace_gradgrad_jiterator_4inputs_with_extra_args_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:39:41.5993930Z test_inplace_gradgrad_jiterator_binary_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:39:41.6007002Z test_inplace_gradgrad_jiterator_binary_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:39:41.6020495Z test_inplace_gradgrad_jiterator_unary_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:39:41.6034105Z test_inplace_gradgrad_jiterator_unary_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:39:41.6047287Z test_inplace_gradgrad_kron_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:41.6060874Z test_inplace_gradgrad_kron_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:41.6074483Z test_inplace_gradgrad_kthvalue_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:41.6088099Z test_inplace_gradgrad_ldexp_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:41.6108923Z test_inplace_gradgrad_ldexp_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.002s) 2022-05-18T04:39:41.6122152Z test_inplace_gradgrad_le_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:39:43.8664735Z test_inplace_gradgrad_lerp_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (2.254s) 2022-05-18T04:39:44.1229742Z test_inplace_gradgrad_lerp_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.256s) 2022-05-18T04:39:44.1600123Z test_inplace_gradgrad_lgamma_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.037s) 2022-05-18T04:39:44.1615149Z test_inplace_gradgrad_linalg_cholesky_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:44.1628906Z test_inplace_gradgrad_linalg_cholesky_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:44.1642574Z test_inplace_gradgrad_linalg_cholesky_ex_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:44.1656256Z test_inplace_gradgrad_linalg_cholesky_ex_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:44.1670665Z test_inplace_gradgrad_linalg_cond_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:44.1684703Z test_inplace_gradgrad_linalg_cond_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:44.1698281Z test_inplace_gradgrad_linalg_cross_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:44.1712112Z test_inplace_gradgrad_linalg_cross_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:44.1732663Z test_inplace_gradgrad_linalg_det_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.002s) 2022-05-18T04:39:44.1745963Z test_inplace_gradgrad_linalg_det_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:44.1758840Z test_inplace_gradgrad_linalg_det_singular_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:44.1771744Z test_inplace_gradgrad_linalg_det_singular_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:44.1785289Z test_inplace_gradgrad_linalg_eig_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:44.1798634Z test_inplace_gradgrad_linalg_eig_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:44.1811910Z test_inplace_gradgrad_linalg_eigh_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:44.1825487Z test_inplace_gradgrad_linalg_eigh_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:44.1838610Z test_inplace_gradgrad_linalg_eigvals_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:44.1851843Z test_inplace_gradgrad_linalg_eigvals_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:44.1865585Z test_inplace_gradgrad_linalg_eigvalsh_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:44.1878994Z test_inplace_gradgrad_linalg_eigvalsh_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:44.1900073Z test_inplace_gradgrad_linalg_householder_product_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.002s) 2022-05-18T04:39:44.1913645Z test_inplace_gradgrad_linalg_householder_product_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:44.1927147Z test_inplace_gradgrad_linalg_inv_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:44.1940328Z test_inplace_gradgrad_linalg_inv_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:44.1953956Z test_inplace_gradgrad_linalg_inv_ex_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:44.1967155Z test_inplace_gradgrad_linalg_inv_ex_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:44.1980914Z test_inplace_gradgrad_linalg_ldl_factor_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:39:44.1994123Z test_inplace_gradgrad_linalg_ldl_factor_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:39:44.2007733Z test_inplace_gradgrad_linalg_ldl_factor_ex_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:39:44.2022433Z test_inplace_gradgrad_linalg_ldl_factor_ex_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:39:44.2035589Z test_inplace_gradgrad_linalg_ldl_solve_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: not available before CUDA 11.3.1 (0.001s) 2022-05-18T04:39:44.2048995Z test_inplace_gradgrad_linalg_ldl_solve_cuda_float64 (__main__.TestGradientsCUDA) ... skip: not available before CUDA 11.3.1 (0.001s) 2022-05-18T04:39:44.2055654Z test_inplace_gradgrad_linalg_lstsq_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:39:44.2062107Z test_inplace_gradgrad_linalg_lstsq_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:39:44.2081672Z test_inplace_gradgrad_linalg_lstsq_grad_oriented_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.002s) 2022-05-18T04:39:44.2094511Z test_inplace_gradgrad_linalg_lstsq_grad_oriented_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:44.2108239Z test_inplace_gradgrad_linalg_lu_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:44.2121430Z test_inplace_gradgrad_linalg_lu_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:44.2134909Z test_inplace_gradgrad_linalg_lu_factor_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:44.2148466Z test_inplace_gradgrad_linalg_lu_factor_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:44.2161787Z test_inplace_gradgrad_linalg_lu_factor_ex_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:44.2176206Z test_inplace_gradgrad_linalg_lu_factor_ex_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:44.2190268Z test_inplace_gradgrad_linalg_matrix_norm_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:44.2204258Z test_inplace_gradgrad_linalg_matrix_norm_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:44.2217924Z test_inplace_gradgrad_linalg_matrix_power_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:44.2232348Z test_inplace_gradgrad_linalg_matrix_power_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:44.2252275Z test_inplace_gradgrad_linalg_matrix_rank_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:39:44.2265620Z test_inplace_gradgrad_linalg_matrix_rank_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:39:44.2278878Z test_inplace_gradgrad_linalg_matrix_rank_hermitian_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:39:44.2292204Z test_inplace_gradgrad_linalg_matrix_rank_hermitian_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:39:44.2305537Z test_inplace_gradgrad_linalg_multi_dot_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:44.2318933Z test_inplace_gradgrad_linalg_multi_dot_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:44.2332343Z test_inplace_gradgrad_linalg_norm_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:44.2345994Z test_inplace_gradgrad_linalg_norm_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:44.2359633Z test_inplace_gradgrad_linalg_norm_subgradients_at_zero_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:44.2373189Z test_inplace_gradgrad_linalg_norm_subgradients_at_zero_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:44.2386910Z test_inplace_gradgrad_linalg_pinv_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:44.2406694Z test_inplace_gradgrad_linalg_pinv_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.002s) 2022-05-18T04:39:44.2419490Z test_inplace_gradgrad_linalg_pinv_hermitian_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:44.2432616Z test_inplace_gradgrad_linalg_pinv_hermitian_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:44.2445723Z test_inplace_gradgrad_linalg_pinv_singular_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-05-18T04:39:44.2459177Z test_inplace_gradgrad_linalg_pinv_singular_cuda_float64 (__main__.TestGradientsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-05-18T04:39:44.2472635Z test_inplace_gradgrad_linalg_qr_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:44.2486215Z test_inplace_gradgrad_linalg_qr_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:44.2499278Z test_inplace_gradgrad_linalg_slogdet_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:44.2512641Z test_inplace_gradgrad_linalg_slogdet_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:44.2525945Z test_inplace_gradgrad_linalg_solve_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:44.2539264Z test_inplace_gradgrad_linalg_solve_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:44.2553029Z test_inplace_gradgrad_linalg_solve_triangular_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:44.2574068Z test_inplace_gradgrad_linalg_solve_triangular_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.002s) 2022-05-18T04:39:44.2588207Z test_inplace_gradgrad_linalg_svd_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:44.2601802Z test_inplace_gradgrad_linalg_svd_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:44.2615684Z test_inplace_gradgrad_linalg_svdvals_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:44.2629705Z test_inplace_gradgrad_linalg_svdvals_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:44.2643123Z test_inplace_gradgrad_linalg_tensorinv_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:44.2656633Z test_inplace_gradgrad_linalg_tensorinv_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:44.2670416Z test_inplace_gradgrad_linalg_tensorsolve_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:44.2683941Z test_inplace_gradgrad_linalg_tensorsolve_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:44.2697419Z test_inplace_gradgrad_linalg_vander_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:44.2710945Z test_inplace_gradgrad_linalg_vander_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:44.2723599Z test_inplace_gradgrad_linalg_vector_norm_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:44.2744128Z test_inplace_gradgrad_linalg_vector_norm_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.002s) 2022-05-18T04:39:44.4595975Z test_inplace_gradgrad_log10_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.185s) 2022-05-18T04:39:44.4972562Z test_inplace_gradgrad_log10_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.038s) 2022-05-18T04:39:44.5129204Z test_inplace_gradgrad_log1p_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.016s) 2022-05-18T04:39:44.6980312Z test_inplace_gradgrad_log2_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.185s) 2022-05-18T04:39:44.7356274Z test_inplace_gradgrad_log2_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.037s) 2022-05-18T04:39:44.9154960Z test_inplace_gradgrad_log_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.180s) 2022-05-18T04:39:44.9514427Z test_inplace_gradgrad_log_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.036s) 2022-05-18T04:39:44.9528676Z test_inplace_gradgrad_log_softmax_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:44.9542205Z test_inplace_gradgrad_log_softmax_dtype_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:44.9555635Z test_inplace_gradgrad_log_softmax_dtype_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:44.9568507Z test_inplace_gradgrad_logaddexp2_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:44.9582169Z test_inplace_gradgrad_logaddexp_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:44.9595822Z test_inplace_gradgrad_logcumsumexp_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:44.9615446Z test_inplace_gradgrad_logdet_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.002s) 2022-05-18T04:39:44.9628698Z test_inplace_gradgrad_logical_and_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:39:44.9641369Z test_inplace_gradgrad_logical_and_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:39:44.9654237Z test_inplace_gradgrad_logical_not_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:39:44.9667317Z test_inplace_gradgrad_logical_not_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:39:44.9680239Z test_inplace_gradgrad_logical_or_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:39:44.9693108Z test_inplace_gradgrad_logical_or_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:39:44.9706362Z test_inplace_gradgrad_logical_xor_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:39:44.9719447Z test_inplace_gradgrad_logical_xor_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:39:45.0371280Z test_inplace_gradgrad_logit_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.065s) 2022-05-18T04:39:45.0385664Z test_inplace_gradgrad_logsumexp_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:45.0399060Z test_inplace_gradgrad_long_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:39:45.0419409Z test_inplace_gradgrad_long_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:39:45.0432466Z test_inplace_gradgrad_lt_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:39:45.0445213Z test_inplace_gradgrad_lu_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:45.0458041Z test_inplace_gradgrad_lu_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:45.0471204Z test_inplace_gradgrad_lu_solve_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:45.0484021Z test_inplace_gradgrad_lu_solve_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:45.0496876Z test_inplace_gradgrad_lu_unpack_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:45.0510234Z test_inplace_gradgrad_lu_unpack_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:45.0523284Z test_inplace_gradgrad_mH_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:45.0536128Z test_inplace_gradgrad_mH_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:45.0550108Z test_inplace_gradgrad_mT_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:45.0563825Z test_inplace_gradgrad_mT_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:45.5816179Z test_inplace_gradgrad_masked_fill_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.525s) 2022-05-18T04:39:45.6924264Z test_inplace_gradgrad_masked_fill_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.111s) 2022-05-18T04:39:46.1450082Z test_inplace_gradgrad_masked_scatter_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.452s) 2022-05-18T04:39:46.2428416Z test_inplace_gradgrad_masked_scatter_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.098s) 2022-05-18T04:39:46.2442628Z test_inplace_gradgrad_masked_select_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:46.2455963Z test_inplace_gradgrad_masked_select_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:46.2469453Z test_inplace_gradgrad_matmul_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:46.2482629Z test_inplace_gradgrad_matmul_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:46.2496069Z test_inplace_gradgrad_matrix_exp_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:46.2509305Z test_inplace_gradgrad_matrix_exp_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:46.2522595Z test_inplace_gradgrad_max_binary_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:46.2535661Z test_inplace_gradgrad_max_reduction_no_dim_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:46.2548999Z test_inplace_gradgrad_max_reduction_with_dim_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:46.2568473Z test_inplace_gradgrad_maximum_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.002s) 2022-05-18T04:39:46.2581393Z test_inplace_gradgrad_mean_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:46.2594185Z test_inplace_gradgrad_mean_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:46.2607199Z test_inplace_gradgrad_median_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:46.2620183Z test_inplace_gradgrad_meshgrid_list_of_tensors_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:46.2633270Z test_inplace_gradgrad_meshgrid_list_of_tensors_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:46.2646380Z test_inplace_gradgrad_meshgrid_variadic_tensors_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:46.2658891Z test_inplace_gradgrad_meshgrid_variadic_tensors_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:46.2672128Z test_inplace_gradgrad_min_binary_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:46.2684954Z test_inplace_gradgrad_min_reduction_no_dim_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:46.2698158Z test_inplace_gradgrad_min_reduction_with_dim_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:46.2712169Z test_inplace_gradgrad_minimum_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:46.2731754Z test_inplace_gradgrad_mm_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.002s) 2022-05-18T04:39:46.2746544Z test_inplace_gradgrad_mm_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:46.2759820Z test_inplace_gradgrad_mode_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:46.2773400Z test_inplace_gradgrad_movedim_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:46.2787323Z test_inplace_gradgrad_movedim_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:46.2800800Z test_inplace_gradgrad_msort_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:46.9835539Z test_inplace_gradgrad_mul_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.703s) 2022-05-18T04:39:47.1274642Z test_inplace_gradgrad_mul_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.144s) 2022-05-18T04:39:47.1288935Z test_inplace_gradgrad_multinomial_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:39:47.1302425Z test_inplace_gradgrad_mv_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:47.1315542Z test_inplace_gradgrad_mv_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:47.3006064Z test_inplace_gradgrad_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.169s) 2022-05-18T04:39:47.3011441Z test_inplace_gradgrad_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:39:47.3017778Z test_inplace_gradgrad_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:39:47.3396713Z test_inplace_gradgrad_nan_to_num_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.038s) 2022-05-18T04:39:47.3411012Z test_inplace_gradgrad_nanmean_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:47.3425101Z test_inplace_gradgrad_nanmedian_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:47.3437985Z test_inplace_gradgrad_nanquantile_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:47.3451357Z test_inplace_gradgrad_nansum_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:47.3465212Z test_inplace_gradgrad_narrow_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:47.3478014Z test_inplace_gradgrad_narrow_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:47.3491376Z test_inplace_gradgrad_ne_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:39:47.3504974Z test_inplace_gradgrad_ne_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:39:47.4132373Z test_inplace_gradgrad_neg_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.062s) 2022-05-18T04:39:47.4278491Z test_inplace_gradgrad_neg_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.015s) 2022-05-18T04:39:47.4300995Z test_inplace_gradgrad_new_empty_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:39:47.4314202Z test_inplace_gradgrad_new_empty_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:39:47.4326869Z test_inplace_gradgrad_new_full_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:39:47.4339745Z test_inplace_gradgrad_new_full_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:39:47.4352753Z test_inplace_gradgrad_new_ones_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:39:47.4365778Z test_inplace_gradgrad_new_ones_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:39:47.4378781Z test_inplace_gradgrad_new_zeros_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:39:47.4392399Z test_inplace_gradgrad_new_zeros_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:39:47.4405344Z test_inplace_gradgrad_nextafter_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:39:47.4418424Z test_inplace_gradgrad_nn_functional_adaptive_avg_pool1d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:47.4431948Z test_inplace_gradgrad_nn_functional_adaptive_avg_pool2d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:47.4445033Z test_inplace_gradgrad_nn_functional_adaptive_avg_pool3d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:47.4465405Z test_inplace_gradgrad_nn_functional_adaptive_max_pool1d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.002s) 2022-05-18T04:39:47.4478323Z test_inplace_gradgrad_nn_functional_adaptive_max_pool2d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:47.4491387Z test_inplace_gradgrad_nn_functional_adaptive_max_pool3d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:47.4504576Z test_inplace_gradgrad_nn_functional_avg_pool1d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:47.4517177Z test_inplace_gradgrad_nn_functional_avg_pool2d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:47.4530350Z test_inplace_gradgrad_nn_functional_avg_pool3d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:47.4543449Z test_inplace_gradgrad_nn_functional_batch_norm_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:47.4557373Z test_inplace_gradgrad_nn_functional_batch_norm_without_cudnn_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:47.4570514Z test_inplace_gradgrad_nn_functional_bilinear_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:47.4584147Z test_inplace_gradgrad_nn_functional_binary_cross_entropy_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:47.4597456Z test_inplace_gradgrad_nn_functional_binary_cross_entropy_with_logits_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:47.4993856Z test_inplace_gradgrad_nn_functional_celu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.039s) 2022-05-18T04:39:47.5008453Z test_inplace_gradgrad_nn_functional_conv1d_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:47.5022604Z test_inplace_gradgrad_nn_functional_conv1d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:47.5035966Z test_inplace_gradgrad_nn_functional_conv2d_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:47.5049032Z test_inplace_gradgrad_nn_functional_conv2d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:47.5062620Z test_inplace_gradgrad_nn_functional_conv_transpose1d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:47.5075846Z test_inplace_gradgrad_nn_functional_conv_transpose2d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:47.5089101Z test_inplace_gradgrad_nn_functional_conv_transpose3d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:47.5103003Z test_inplace_gradgrad_nn_functional_cosine_embedding_loss_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:47.5116119Z test_inplace_gradgrad_nn_functional_cosine_similarity_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:47.5129496Z test_inplace_gradgrad_nn_functional_cross_entropy_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:47.5143036Z test_inplace_gradgrad_nn_functional_ctc_loss_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:47.7125009Z test_inplace_gradgrad_nn_functional_dropout2d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.198s) 2022-05-18T04:39:47.9836365Z test_inplace_gradgrad_nn_functional_dropout_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.271s) 2022-05-18T04:39:48.0220825Z test_inplace_gradgrad_nn_functional_elu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.038s) 2022-05-18T04:39:48.0235221Z test_inplace_gradgrad_nn_functional_embedding_bag_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:48.0248631Z test_inplace_gradgrad_nn_functional_embedding_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:48.1358266Z test_inplace_gradgrad_nn_functional_feature_alpha_dropout_with_train_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.111s) 2022-05-18T04:39:48.8370665Z test_inplace_gradgrad_nn_functional_feature_alpha_dropout_without_train_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.701s) 2022-05-18T04:39:48.9738780Z test_inplace_gradgrad_nn_functional_feature_alpha_dropout_without_train_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.137s) 2022-05-18T04:39:48.9753418Z test_inplace_gradgrad_nn_functional_fractional_max_pool2d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.002s) 2022-05-18T04:39:48.9766703Z test_inplace_gradgrad_nn_functional_fractional_max_pool3d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:48.9779697Z test_inplace_gradgrad_nn_functional_gaussian_nll_loss_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:48.9793869Z test_inplace_gradgrad_nn_functional_gelu_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:48.9807095Z test_inplace_gradgrad_nn_functional_glu_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:48.9820111Z test_inplace_gradgrad_nn_functional_grid_sample_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:48.9833282Z test_inplace_gradgrad_nn_functional_group_norm_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:48.9846331Z test_inplace_gradgrad_nn_functional_hardshrink_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:48.9900433Z test_inplace_gradgrad_nn_functional_hardsigmoid_cuda_float64 (__main__.TestGradientsCUDA) ... expected failure (0.005s) 2022-05-18T04:39:48.9914109Z test_inplace_gradgrad_nn_functional_hardswish_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:48.9926788Z test_inplace_gradgrad_nn_functional_hardtanh_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:48.9939588Z test_inplace_gradgrad_nn_functional_hinge_embedding_loss_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:48.9952750Z test_inplace_gradgrad_nn_functional_huber_loss_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:48.9965693Z test_inplace_gradgrad_nn_functional_instance_norm_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:48.9978647Z test_inplace_gradgrad_nn_functional_interpolate_area_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:48.9992556Z test_inplace_gradgrad_nn_functional_interpolate_bicubic_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:49.0006053Z test_inplace_gradgrad_nn_functional_interpolate_bilinear_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:49.0019037Z test_inplace_gradgrad_nn_functional_interpolate_linear_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:49.0032650Z test_inplace_gradgrad_nn_functional_interpolate_nearest_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:49.0045562Z test_inplace_gradgrad_nn_functional_interpolate_trilinear_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:49.0066426Z test_inplace_gradgrad_nn_functional_kl_div_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.002s) 2022-05-18T04:39:49.0079560Z test_inplace_gradgrad_nn_functional_l1_loss_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:39:49.0092336Z test_inplace_gradgrad_nn_functional_l1_loss_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:49.0105526Z test_inplace_gradgrad_nn_functional_layer_norm_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:49.0118608Z test_inplace_gradgrad_nn_functional_leaky_relu_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:49.0131754Z test_inplace_gradgrad_nn_functional_linear_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:49.0145023Z test_inplace_gradgrad_nn_functional_linear_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:49.0158084Z test_inplace_gradgrad_nn_functional_local_response_norm_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:49.0171444Z test_inplace_gradgrad_nn_functional_logsigmoid_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:49.0185099Z test_inplace_gradgrad_nn_functional_margin_ranking_loss_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:49.0199783Z test_inplace_gradgrad_nn_functional_max_pool1d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:49.0212922Z test_inplace_gradgrad_nn_functional_max_pool2d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:49.0234217Z test_inplace_gradgrad_nn_functional_max_pool3d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.002s) 2022-05-18T04:39:49.0246993Z test_inplace_gradgrad_nn_functional_max_unpool1d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:49.0259804Z test_inplace_gradgrad_nn_functional_max_unpool1d_grad_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:49.0272754Z test_inplace_gradgrad_nn_functional_max_unpool2d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:49.0285773Z test_inplace_gradgrad_nn_functional_max_unpool2d_grad_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:49.0298637Z test_inplace_gradgrad_nn_functional_max_unpool3d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:49.0312531Z test_inplace_gradgrad_nn_functional_max_unpool3d_grad_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:49.0781989Z test_inplace_gradgrad_nn_functional_mish_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.047s) 2022-05-18T04:39:49.0796555Z test_inplace_gradgrad_nn_functional_mse_loss_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:49.0809821Z test_inplace_gradgrad_nn_functional_multi_margin_loss_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:49.0823253Z test_inplace_gradgrad_nn_functional_multilabel_margin_loss_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:49.0843492Z test_inplace_gradgrad_nn_functional_multilabel_soft_margin_loss_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.002s) 2022-05-18T04:39:49.0856237Z test_inplace_gradgrad_nn_functional_nll_loss_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:49.0869455Z test_inplace_gradgrad_nn_functional_normalize_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:49.0882263Z test_inplace_gradgrad_nn_functional_normalize_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:49.0895154Z test_inplace_gradgrad_nn_functional_pad_circular_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:49.0908584Z test_inplace_gradgrad_nn_functional_pad_circular_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:49.0922010Z test_inplace_gradgrad_nn_functional_pad_constant_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:49.0935084Z test_inplace_gradgrad_nn_functional_pad_constant_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:49.0948489Z test_inplace_gradgrad_nn_functional_pad_reflect_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:49.0961618Z test_inplace_gradgrad_nn_functional_pad_reflect_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:49.0974838Z test_inplace_gradgrad_nn_functional_pad_replicate_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:49.0988541Z test_inplace_gradgrad_nn_functional_pad_replicate_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:49.1008667Z test_inplace_gradgrad_nn_functional_pairwise_distance_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.002s) 2022-05-18T04:39:49.1021764Z test_inplace_gradgrad_nn_functional_pairwise_distance_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:49.1034659Z test_inplace_gradgrad_nn_functional_pdist_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:49.1047602Z test_inplace_gradgrad_nn_functional_pixel_shuffle_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:49.1060762Z test_inplace_gradgrad_nn_functional_pixel_shuffle_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:49.1074641Z test_inplace_gradgrad_nn_functional_pixel_unshuffle_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:49.1087552Z test_inplace_gradgrad_nn_functional_pixel_unshuffle_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:49.1100787Z test_inplace_gradgrad_nn_functional_poisson_nll_loss_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:49.1114193Z test_inplace_gradgrad_nn_functional_prelu_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:49.1127493Z test_inplace_gradgrad_nn_functional_relu6_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:49.1140894Z test_inplace_gradgrad_nn_functional_relu_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:49.1597330Z test_inplace_gradgrad_nn_functional_rrelu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.045s) 2022-05-18T04:39:49.1979469Z test_inplace_gradgrad_nn_functional_selu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.038s) 2022-05-18T04:39:49.2398014Z test_inplace_gradgrad_nn_functional_silu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.042s) 2022-05-18T04:39:49.2412187Z test_inplace_gradgrad_nn_functional_smooth_l1_loss_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:49.2425816Z test_inplace_gradgrad_nn_functional_soft_margin_loss_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:49.2438948Z test_inplace_gradgrad_nn_functional_softmin_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:49.2452027Z test_inplace_gradgrad_nn_functional_softmin_with_dtype_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:49.2465550Z test_inplace_gradgrad_nn_functional_softmin_with_dtype_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:49.2478752Z test_inplace_gradgrad_nn_functional_softplus_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:49.2491738Z test_inplace_gradgrad_nn_functional_softshrink_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:49.2505352Z test_inplace_gradgrad_nn_functional_softsign_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:49.2524617Z test_inplace_gradgrad_nn_functional_softsign_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.002s) 2022-05-18T04:39:49.2537408Z test_inplace_gradgrad_nn_functional_tanhshrink_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:49.2551351Z test_inplace_gradgrad_nn_functional_tanhshrink_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:49.2564211Z test_inplace_gradgrad_nn_functional_threshold_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:49.2577092Z test_inplace_gradgrad_nn_functional_triplet_margin_loss_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:49.2591333Z test_inplace_gradgrad_nn_functional_triplet_margin_loss_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:49.2603896Z test_inplace_gradgrad_nn_functional_triplet_margin_with_distance_loss_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:49.2616676Z test_inplace_gradgrad_nn_functional_triplet_margin_with_distance_loss_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:49.2629808Z test_inplace_gradgrad_nn_functional_unfold_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:49.2642665Z test_inplace_gradgrad_nn_functional_unfold_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:49.2655657Z test_inplace_gradgrad_nn_functional_upsample_bilinear_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:49.2669081Z test_inplace_gradgrad_nn_functional_upsample_nearest_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:49.2689077Z test_inplace_gradgrad_nonzero_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:39:49.2702171Z test_inplace_gradgrad_nonzero_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:39:49.2715017Z test_inplace_gradgrad_norm_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:49.2728669Z test_inplace_gradgrad_norm_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:49.2742077Z test_inplace_gradgrad_norm_fro_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:49.2755638Z test_inplace_gradgrad_norm_fro_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:49.2768279Z test_inplace_gradgrad_norm_inf_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:49.2781856Z test_inplace_gradgrad_norm_inf_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:49.2794946Z test_inplace_gradgrad_norm_nuc_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:49.2808220Z test_inplace_gradgrad_norm_nuc_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:49.2814345Z test_inplace_gradgrad_normal_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Gradients are incorrect! (0.001s) 2022-05-18T04:39:49.2821102Z test_inplace_gradgrad_normal_number_mean_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Gradients are incorrect! (0.001s) 2022-05-18T04:39:49.2834549Z test_inplace_gradgrad_ones_like_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:39:49.2847682Z test_inplace_gradgrad_ones_like_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:39:49.2868719Z test_inplace_gradgrad_ormqr_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:39:49.2881709Z test_inplace_gradgrad_ormqr_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:39:49.2894173Z test_inplace_gradgrad_outer_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:49.2907372Z test_inplace_gradgrad_outer_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:49.2920995Z test_inplace_gradgrad_pca_lowrank_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:49.2934030Z test_inplace_gradgrad_permute_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:49.2947310Z test_inplace_gradgrad_permute_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:49.2960851Z test_inplace_gradgrad_pinverse_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:49.2974617Z test_inplace_gradgrad_pinverse_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:49.2988016Z test_inplace_gradgrad_polar_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:49.4373045Z test_inplace_gradgrad_polygamma_polygamma_n_0_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.138s) 2022-05-18T04:39:49.4378340Z test_inplace_gradgrad_polygamma_polygamma_n_1_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:39:49.4385231Z test_inplace_gradgrad_polygamma_polygamma_n_2_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:39:49.4392028Z test_inplace_gradgrad_polygamma_polygamma_n_3_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:39:49.4398166Z test_inplace_gradgrad_polygamma_polygamma_n_4_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:39:49.4412902Z test_inplace_gradgrad_positive_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:49.4426557Z test_inplace_gradgrad_positive_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:49.4439695Z test_inplace_gradgrad_pow_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:49.4453119Z test_inplace_gradgrad_pow_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:49.4466469Z test_inplace_gradgrad_prod_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:49.4479605Z test_inplace_gradgrad_prod_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:51.9281462Z test_inplace_gradgrad_put_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (2.480s) 2022-05-18T04:39:52.3867268Z test_inplace_gradgrad_put_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.458s) 2022-05-18T04:39:52.3881691Z test_inplace_gradgrad_qr_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:52.3894974Z test_inplace_gradgrad_qr_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:52.3908454Z test_inplace_gradgrad_quantile_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:52.4256794Z test_inplace_gradgrad_rad2deg_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.034s) 2022-05-18T04:39:52.4271032Z test_inplace_gradgrad_rand_like_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:39:52.4284066Z test_inplace_gradgrad_rand_like_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:39:52.4296940Z test_inplace_gradgrad_randint_like_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:39:52.4310343Z test_inplace_gradgrad_randn_like_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:39:52.4323656Z test_inplace_gradgrad_randn_like_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:39:52.4344107Z test_inplace_gradgrad_ravel_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.002s) 2022-05-18T04:39:52.4356976Z test_inplace_gradgrad_ravel_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:52.4369863Z test_inplace_gradgrad_real_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:52.4383212Z test_inplace_gradgrad_real_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:52.6257806Z test_inplace_gradgrad_reciprocal_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.187s) 2022-05-18T04:39:52.6641524Z test_inplace_gradgrad_reciprocal_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.038s) 2022-05-18T04:39:52.8130497Z test_inplace_gradgrad_remainder_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.149s) 2022-05-18T04:39:53.2890933Z test_inplace_gradgrad_renorm_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.476s) 2022-05-18T04:39:53.3839594Z test_inplace_gradgrad_renorm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.095s) 2022-05-18T04:39:53.3853849Z test_inplace_gradgrad_repeat_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:53.3867247Z test_inplace_gradgrad_repeat_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:53.3880611Z test_inplace_gradgrad_repeat_interleave_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:53.3893495Z test_inplace_gradgrad_repeat_interleave_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:53.3907047Z test_inplace_gradgrad_reshape_as_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:53.3920168Z test_inplace_gradgrad_reshape_as_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:53.3933321Z test_inplace_gradgrad_reshape_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:53.3946815Z test_inplace_gradgrad_reshape_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:53.3967387Z test_inplace_gradgrad_resize__cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:39:53.3980040Z test_inplace_gradgrad_resize__cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:39:53.3993361Z test_inplace_gradgrad_resize_as__cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:39:53.4007120Z test_inplace_gradgrad_resize_as__cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:39:53.4019929Z test_inplace_gradgrad_resolve_conj_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:53.4033285Z test_inplace_gradgrad_resolve_conj_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:53.4046425Z test_inplace_gradgrad_resolve_neg_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:53.4059802Z test_inplace_gradgrad_resolve_neg_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:53.4073549Z test_inplace_gradgrad_roll_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:53.4087279Z test_inplace_gradgrad_roll_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:53.4101643Z test_inplace_gradgrad_rot90_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:53.4114765Z test_inplace_gradgrad_rot90_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:53.4230623Z test_inplace_gradgrad_round_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.011s) 2022-05-18T04:39:53.4472053Z test_inplace_gradgrad_round_decimals_0_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.024s) 2022-05-18T04:39:53.4477565Z test_inplace_gradgrad_round_decimals_3_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:39:53.4483846Z test_inplace_gradgrad_round_decimals_neg_3_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:39:53.6367951Z test_inplace_gradgrad_rsqrt_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.188s) 2022-05-18T04:39:53.6755741Z test_inplace_gradgrad_rsqrt_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.039s) 2022-05-18T04:39:53.6769839Z test_inplace_gradgrad_rsub_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:53.6783946Z test_inplace_gradgrad_rsub_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:54.5543539Z test_inplace_gradgrad_scatter_add_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.876s) 2022-05-18T04:39:54.7419703Z test_inplace_gradgrad_scatter_add_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.187s) 2022-05-18T04:39:55.7192812Z test_inplace_gradgrad_scatter_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.977s) 2022-05-18T04:39:55.9293684Z test_inplace_gradgrad_scatter_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.210s) 2022-05-18T04:39:56.3830865Z test_inplace_gradgrad_scatter_reduce_amax_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.454s) 2022-05-18T04:39:56.8355974Z test_inplace_gradgrad_scatter_reduce_amin_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.452s) 2022-05-18T04:39:57.2939240Z test_inplace_gradgrad_scatter_reduce_mean_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.458s) 2022-05-18T04:39:58.2377839Z test_inplace_gradgrad_scatter_reduce_prod_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.944s) 2022-05-18T04:39:58.6286397Z test_inplace_gradgrad_scatter_reduce_sum_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.391s) 2022-05-18T04:39:58.6301056Z test_inplace_gradgrad_searchsorted_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:39:58.6313533Z test_inplace_gradgrad_select_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:58.6326625Z test_inplace_gradgrad_select_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:58.6339881Z test_inplace_gradgrad_select_scatter_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:58.7312288Z test_inplace_gradgrad_sgn_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.097s) 2022-05-18T04:39:58.7423771Z test_inplace_gradgrad_sgn_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.011s) 2022-05-18T04:39:58.7438570Z test_inplace_gradgrad_short_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:39:58.7451880Z test_inplace_gradgrad_short_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:39:58.9188076Z test_inplace_gradgrad_sigmoid_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.173s) 2022-05-18T04:39:58.9554803Z test_inplace_gradgrad_sigmoid_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.037s) 2022-05-18T04:39:58.9658762Z test_inplace_gradgrad_sign_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.010s) 2022-05-18T04:39:58.9673605Z test_inplace_gradgrad_signbit_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:39:59.0390141Z test_inplace_gradgrad_sin_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.071s) 2022-05-18T04:39:59.0541802Z test_inplace_gradgrad_sin_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.015s) 2022-05-18T04:39:59.2948795Z test_inplace_gradgrad_sinc_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.240s) 2022-05-18T04:39:59.3442305Z test_inplace_gradgrad_sinc_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.049s) 2022-05-18T04:39:59.4165451Z test_inplace_gradgrad_sinh_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.072s) 2022-05-18T04:39:59.4323265Z test_inplace_gradgrad_sinh_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.016s) 2022-05-18T04:39:59.4337337Z test_inplace_gradgrad_slice_scatter_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:59.4351813Z test_inplace_gradgrad_softmax_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:59.4364985Z test_inplace_gradgrad_softmax_with_dtype_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:59.4378291Z test_inplace_gradgrad_softmax_with_dtype_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:59.4393131Z test_inplace_gradgrad_sort_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:59.4406514Z test_inplace_gradgrad_sparse_sampled_addmm_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: cusparseSDDMM was added in 11.2.1 (0.001s) 2022-05-18T04:39:59.4419641Z test_inplace_gradgrad_sparse_sampled_addmm_cuda_float64 (__main__.TestGradientsCUDA) ... skip: cusparseSDDMM was added in 11.2.1 (0.001s) 2022-05-18T04:39:59.4433092Z test_inplace_gradgrad_special_entr_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:59.4446422Z test_inplace_gradgrad_special_erfcx_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:59.4467621Z test_inplace_gradgrad_special_i0e_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.002s) 2022-05-18T04:39:59.4480185Z test_inplace_gradgrad_special_i1_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:59.4493096Z test_inplace_gradgrad_special_i1e_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:59.4507146Z test_inplace_gradgrad_special_log_ndtr_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:59.4520114Z test_inplace_gradgrad_special_ndtr_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:59.4533127Z test_inplace_gradgrad_special_ndtri_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:59.4546635Z test_inplace_gradgrad_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:59.4553160Z test_inplace_gradgrad_special_xlog1py_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:39:59.4566759Z test_inplace_gradgrad_special_zeta_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:39:59.4579782Z test_inplace_gradgrad_split_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:59.4593573Z test_inplace_gradgrad_split_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:59.4607487Z test_inplace_gradgrad_split_list_args_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:59.4621382Z test_inplace_gradgrad_split_list_args_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:59.4642162Z test_inplace_gradgrad_split_with_sizes_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.002s) 2022-05-18T04:39:59.4654866Z test_inplace_gradgrad_split_with_sizes_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:39:59.5380155Z test_inplace_gradgrad_sqrt_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.072s) 2022-05-18T04:39:59.5536851Z test_inplace_gradgrad_sqrt_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.016s) 2022-05-18T04:39:59.7437578Z test_inplace_gradgrad_square_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.190s) 2022-05-18T04:39:59.7822226Z test_inplace_gradgrad_square_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.038s) 2022-05-18T04:40:00.1819494Z test_inplace_gradgrad_squeeze_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.399s) 2022-05-18T04:40:00.2636079Z test_inplace_gradgrad_squeeze_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.082s) 2022-05-18T04:40:00.2649492Z test_inplace_gradgrad_stack_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:40:00.2663244Z test_inplace_gradgrad_stack_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:40:00.2676355Z test_inplace_gradgrad_std_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:40:00.2689437Z test_inplace_gradgrad_std_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:40:00.2703823Z test_inplace_gradgrad_std_mean_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:40:00.2716145Z test_inplace_gradgrad_std_mean_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:40:00.2729671Z test_inplace_gradgrad_stft_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:40:00.2743272Z test_inplace_gradgrad_stft_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:40:01.1417850Z test_inplace_gradgrad_sub_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.867s) 2022-05-18T04:40:01.3206626Z test_inplace_gradgrad_sub_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.179s) 2022-05-18T04:40:01.3219453Z test_inplace_gradgrad_sum_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:40:01.3232962Z test_inplace_gradgrad_sum_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:40:01.3246054Z test_inplace_gradgrad_sum_to_size_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:40:01.3259492Z test_inplace_gradgrad_sum_to_size_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:40:01.3274078Z test_inplace_gradgrad_svd_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:40:01.3288270Z test_inplace_gradgrad_svd_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:40:01.3302909Z test_inplace_gradgrad_svd_lowrank_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:40:01.3316599Z test_inplace_gradgrad_symeig_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:40:01.3329712Z test_inplace_gradgrad_symeig_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:40:01.4999968Z test_inplace_gradgrad_t_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.167s) 2022-05-18T04:40:01.5346908Z test_inplace_gradgrad_t_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.035s) 2022-05-18T04:40:01.5360319Z test_inplace_gradgrad_take_along_dim_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:40:01.5373805Z test_inplace_gradgrad_take_along_dim_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:40:01.5388878Z test_inplace_gradgrad_take_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:40:01.5410666Z test_inplace_gradgrad_take_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.002s) 2022-05-18T04:40:01.6162540Z test_inplace_gradgrad_tan_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.075s) 2022-05-18T04:40:01.6320455Z test_inplace_gradgrad_tan_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.016s) 2022-05-18T04:40:01.6976883Z test_inplace_gradgrad_tanh_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.065s) 2022-05-18T04:40:01.7131788Z test_inplace_gradgrad_tanh_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.015s) 2022-05-18T04:40:01.7145540Z test_inplace_gradgrad_tensor_split_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:40:01.7158078Z test_inplace_gradgrad_tensor_split_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:40:01.7170731Z test_inplace_gradgrad_tensordot_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:40:01.7183958Z test_inplace_gradgrad_tensordot_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:40:01.7196832Z test_inplace_gradgrad_tile_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:40:01.7209687Z test_inplace_gradgrad_tile_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:40:01.7223119Z test_inplace_gradgrad_to_sparse_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:40:01.7235665Z test_inplace_gradgrad_to_sparse_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:40:01.7248728Z test_inplace_gradgrad_topk_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:40:01.7261872Z test_inplace_gradgrad_trace_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:40:01.7274620Z test_inplace_gradgrad_trace_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:40:02.1801983Z test_inplace_gradgrad_transpose_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.452s) 2022-05-18T04:40:02.2721945Z test_inplace_gradgrad_transpose_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.092s) 2022-05-18T04:40:02.2736196Z test_inplace_gradgrad_trapezoid_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:40:02.2749816Z test_inplace_gradgrad_trapezoid_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:40:02.2762862Z test_inplace_gradgrad_trapz_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:40:02.2776072Z test_inplace_gradgrad_trapz_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:40:02.2789222Z test_inplace_gradgrad_triangular_solve_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:40:02.2802085Z test_inplace_gradgrad_triangular_solve_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:40:02.5763437Z test_inplace_gradgrad_tril_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.296s) 2022-05-18T04:40:02.6374966Z test_inplace_gradgrad_tril_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.061s) 2022-05-18T04:40:02.9313211Z test_inplace_gradgrad_triu_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.294s) 2022-05-18T04:40:02.9926063Z test_inplace_gradgrad_triu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.061s) 2022-05-18T04:40:03.7620861Z test_inplace_gradgrad_true_divide_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.769s) 2022-05-18T04:40:03.9221059Z test_inplace_gradgrad_true_divide_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.160s) 2022-05-18T04:40:03.9322519Z test_inplace_gradgrad_trunc_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.010s) 2022-05-18T04:40:03.9336060Z test_inplace_gradgrad_unfold_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:40:03.9349565Z test_inplace_gradgrad_unfold_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:40:03.9363269Z test_inplace_gradgrad_unique_consecutive_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:40:03.9376778Z test_inplace_gradgrad_unique_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:40:04.4411180Z test_inplace_gradgrad_unsqueeze_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.503s) 2022-05-18T04:40:04.5431782Z test_inplace_gradgrad_unsqueeze_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.102s) 2022-05-18T04:40:04.5444501Z test_inplace_gradgrad_var_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:40:04.5457818Z test_inplace_gradgrad_var_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:40:04.5471766Z test_inplace_gradgrad_var_mean_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:40:04.5484437Z test_inplace_gradgrad_var_mean_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:40:04.5497467Z test_inplace_gradgrad_vdot_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:40:04.5511311Z test_inplace_gradgrad_vdot_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:40:04.5524184Z test_inplace_gradgrad_view_as_complex_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:40:04.5537454Z test_inplace_gradgrad_view_as_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:40:04.5551081Z test_inplace_gradgrad_view_as_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:40:04.5570582Z test_inplace_gradgrad_view_as_real_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.002s) 2022-05-18T04:40:04.5583453Z test_inplace_gradgrad_view_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:40:04.5596189Z test_inplace_gradgrad_view_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:40:04.5609108Z test_inplace_gradgrad_vsplit_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:40:04.5622157Z test_inplace_gradgrad_vsplit_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:40:04.5634966Z test_inplace_gradgrad_vstack_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:40:04.5647716Z test_inplace_gradgrad_vstack_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:40:04.5660639Z test_inplace_gradgrad_where_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:40:04.5673681Z test_inplace_gradgrad_where_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T04:40:04.5679841Z test_inplace_gradgrad_xlogy_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:40:04.7459733Z test_inplace_gradgrad_zero__cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.178s) 2022-05-18T04:40:04.7724587Z test_inplace_gradgrad_zero__cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.026s) 2022-05-18T04:40:04.7746831Z test_inplace_gradgrad_zeros_like_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T04:40:04.7759373Z test_inplace_gradgrad_zeros_like_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T04:40:04.7761587Z 2022-05-18T04:40:04.7761882Z ---------------------------------------------------------------------- 2022-05-18T04:40:04.7765636Z Ran 6888 tests in 1646.237s 2022-05-18T04:40:04.7766002Z 2022-05-18T04:40:04.7766262Z OK (skipped=3527, expected failures=85) 2022-05-18T04:40:04.7766483Z 2022-05-18T04:40:04.7766619Z Generating XML reports... 2022-05-18T04:40:05.7798139Z Generated XML report: test-reports/python-unittest/test_ops_gradients/TEST-TestGradientsCUDA-20220518041238.xml 2022-05-18T04:40:06.4784130Z Running test_ops ... [2022-05-18 04:40:06.477810] 2022-05-18T04:40:06.4784782Z Executing ['/opt/conda/bin/python', 'test_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 04:40:06.477949] 2022-05-18T04:40:10.0219372Z Test results will be stored in test-reports/python-unittest/test_ops 2022-05-18T04:40:10.3345236Z 2022-05-18T04:40:10.3345743Z Running tests... 2022-05-18T04:40:10.3346330Z ---------------------------------------------------------------------- 2022-05-18T04:40:10.3468953Z test_complex_half_reference_testing_H_cuda_complex32 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:40:10.3507138Z test_complex_half_reference_testing_T_cuda_complex32 (__main__.TestCommonCUDA) ... ok (0.004s) 2022-05-18T04:40:10.3853402Z test_complex_half_reference_testing___getitem___cuda_complex32 (__main__.TestCommonCUDA) ... ok (0.034s) 2022-05-18T04:40:10.3926147Z test_complex_half_reference_testing_abs_cuda_complex32 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:40:10.4060095Z test_complex_half_reference_testing_add_cuda_complex32 (__main__.TestCommonCUDA) ... ok (0.013s) 2022-05-18T04:40:10.4133887Z test_complex_half_reference_testing_angle_cuda_complex32 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:40:10.4195434Z test_complex_half_reference_testing_as_strided_cuda_complex32 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:40:10.4289061Z test_complex_half_reference_testing_atleast_1d_cuda_complex32 (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:40:10.4381295Z test_complex_half_reference_testing_atleast_2d_cuda_complex32 (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:40:10.4474408Z test_complex_half_reference_testing_atleast_3d_cuda_complex32 (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:40:10.4526970Z test_complex_half_reference_testing_bfloat16_cuda_complex32 (__main__.TestCommonCUDA) ... /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:40:10.4527725Z op=lambda x, *args, **kwargs: x.bfloat16(*args, **kwargs), 2022-05-18T04:40:10.4565182Z ok (0.009s) 2022-05-18T04:40:10.4601999Z test_complex_half_reference_testing_block_diag_cuda_complex32 (__main__.TestCommonCUDA) ... ok (0.004s) 2022-05-18T04:40:10.4655712Z test_complex_half_reference_testing_bool_cuda_complex32 (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:40:10.4746673Z test_complex_half_reference_testing_cat_cuda_complex32 (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:40:10.4807709Z test_complex_half_reference_testing_chalf_cuda_complex32 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:40:10.4857570Z test_complex_half_reference_testing_char_cuda_complex32 (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:40:10.4940861Z test_complex_half_reference_testing_chunk_cuda_complex32 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:40:10.4979208Z test_complex_half_reference_testing_clone_cuda_complex32 (__main__.TestCommonCUDA) ... ok (0.004s) 2022-05-18T04:40:10.5033425Z test_complex_half_reference_testing_column_stack_cuda_complex32 (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:40:10.5079296Z test_complex_half_reference_testing_conj_cuda_complex32 (__main__.TestCommonCUDA) ... ok (0.004s) 2022-05-18T04:40:10.5109522Z test_complex_half_reference_testing_conj_physical_cuda_complex32 (__main__.TestCommonCUDA) ... ok (0.003s) 2022-05-18T04:40:10.5138926Z test_complex_half_reference_testing_contiguous_cuda_complex32 (__main__.TestCommonCUDA) ... ok (0.003s) 2022-05-18T04:40:10.5289053Z test_complex_half_reference_testing_diag_embed_cuda_complex32 (__main__.TestCommonCUDA) ... ok (0.015s) 2022-05-18T04:40:10.5430066Z test_complex_half_reference_testing_diagonal_cuda_complex32 (__main__.TestCommonCUDA) ... ok (0.014s) 2022-05-18T04:40:10.5487269Z test_complex_half_reference_testing_double_cuda_complex32 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:40:10.5542311Z test_complex_half_reference_testing_dsplit_cuda_complex32 (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:40:10.5586550Z test_complex_half_reference_testing_dstack_cuda_complex32 (__main__.TestCommonCUDA) ... ok (0.004s) 2022-05-18T04:40:10.5597607Z test_complex_half_reference_testing_empty_like_cuda_complex32 (__main__.TestCommonCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:40:10.5691854Z test_complex_half_reference_testing_exp_cuda_complex32 (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:40:10.5741029Z test_complex_half_reference_testing_fill__cuda_complex32 (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:40:10.5806594Z test_complex_half_reference_testing_flatten_cuda_complex32 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:40:10.5864800Z test_complex_half_reference_testing_float_cuda_complex32 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:40:10.5918426Z test_complex_half_reference_testing_hsplit_cuda_complex32 (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:40:10.5950651Z test_complex_half_reference_testing_hstack_cuda_complex32 (__main__.TestCommonCUDA) ... ok (0.003s) 2022-05-18T04:40:10.5993806Z test_complex_half_reference_testing_imag_cuda_complex32 (__main__.TestCommonCUDA) ... ok (0.004s) 2022-05-18T04:40:10.6034451Z test_complex_half_reference_testing_isfinite_cuda_complex32 (__main__.TestCommonCUDA) ... ok (0.004s) 2022-05-18T04:40:10.6060797Z test_complex_half_reference_testing_isinf_cuda_complex32 (__main__.TestCommonCUDA) ... ok (0.003s) 2022-05-18T04:40:10.6096189Z test_complex_half_reference_testing_isreal_cuda_complex32 (__main__.TestCommonCUDA) ... ok (0.003s) 2022-05-18T04:40:10.6184951Z test_complex_half_reference_testing_log_cuda_complex32 (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:40:10.6254112Z test_complex_half_reference_testing_mH_cuda_complex32 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:40:10.6320541Z test_complex_half_reference_testing_mT_cuda_complex32 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:40:10.6356453Z test_complex_half_reference_testing_movedim_cuda_complex32 (__main__.TestCommonCUDA) ... ok (0.003s) 2022-05-18T04:40:10.6528944Z test_complex_half_reference_testing_mul_cuda_complex32 (__main__.TestCommonCUDA) ... ok (0.017s) 2022-05-18T04:40:10.6586009Z test_complex_half_reference_testing_narrow_cuda_complex32 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:40:10.6656862Z test_complex_half_reference_testing_neg_cuda_complex32 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:40:10.7058052Z test_complex_half_reference_testing_prod_cuda_complex32 (__main__.TestCommonCUDA) ... ok (0.040s) 2022-05-18T04:40:10.7097833Z test_complex_half_reference_testing_real_cuda_complex32 (__main__.TestCommonCUDA) ... ok (0.004s) 2022-05-18T04:40:10.7132531Z test_complex_half_reference_testing_resolve_neg_cuda_complex32 (__main__.TestCommonCUDA) ... ok (0.003s) 2022-05-18T04:40:10.7203678Z test_complex_half_reference_testing_sgn_cuda_complex32 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:40:10.7307224Z test_complex_half_reference_testing_sigmoid_cuda_complex32 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:40:10.7388285Z test_complex_half_reference_testing_stack_cuda_complex32 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:40:10.7519766Z test_complex_half_reference_testing_sub_cuda_complex32 (__main__.TestCommonCUDA) ... ok (0.013s) 2022-05-18T04:40:10.7744165Z test_complex_half_reference_testing_sum_cuda_complex32 (__main__.TestCommonCUDA) ... ok (0.022s) 2022-05-18T04:40:10.7794584Z test_complex_half_reference_testing_view_as_cuda_complex32 (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:40:10.7869883Z test_complex_half_reference_testing_view_cuda_complex32 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:40:10.7921079Z test_complex_half_reference_testing_vsplit_cuda_complex32 (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:40:10.7957327Z test_complex_half_reference_testing_vstack_cuda_complex32 (__main__.TestCommonCUDA) ... ok (0.003s) 2022-05-18T04:40:10.8723469Z test_dtypes_H_cuda (__main__.TestCommonCUDA) ... ok (0.076s) 2022-05-18T04:40:10.9480955Z test_dtypes_T_cuda (__main__.TestCommonCUDA) ... ok (0.076s) 2022-05-18T04:40:11.6212977Z test_dtypes___getitem___cuda (__main__.TestCommonCUDA) ... Some dtypes for __getitem__ on device type cuda are only partially supported! 2022-05-18T04:40:11.6213726Z The following dtypes only worked on some samples during backward: {torch.complex32}. 2022-05-18T04:40:11.6214005Z 2022-05-18T04:40:11.6216164Z ok (0.673s) 2022-05-18T04:40:11.9536577Z test_dtypes___radd___cuda (__main__.TestCommonCUDA) ... ok (0.332s) 2022-05-18T04:40:12.4860272Z test_dtypes___rand___cuda (__main__.TestCommonCUDA) ... ok (0.532s) 2022-05-18T04:40:12.5534354Z test_dtypes___rdiv___cuda (__main__.TestCommonCUDA) ... ok (0.067s) 2022-05-18T04:40:13.4150621Z test_dtypes___rmatmul___cuda (__main__.TestCommonCUDA) ... Some dtypes for __rmatmul__ on device type cuda are only partially supported! 2022-05-18T04:40:13.4151249Z The following dtypes only worked on some samples during forward: {torch.uint8, torch.bool, torch.int8, torch.int16, torch.int32, torch.int64, torch.bfloat16}. 2022-05-18T04:40:13.4151797Z The following dtypes only worked on some samples during backward: {torch.bfloat16}. 2022-05-18T04:40:13.4152056Z 2022-05-18T04:40:13.4153086Z ok (0.862s) 2022-05-18T04:40:13.8173993Z test_dtypes___rmod___cuda (__main__.TestCommonCUDA) ... ok (0.402s) 2022-05-18T04:40:14.1502729Z test_dtypes___rmul___cuda (__main__.TestCommonCUDA) ... ok (0.333s) 2022-05-18T04:40:14.6819756Z test_dtypes___ror___cuda (__main__.TestCommonCUDA) ... ok (0.532s) 2022-05-18T04:40:14.6893056Z test_dtypes___rpow___cuda (__main__.TestCommonCUDA) ... /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:40:14.6893807Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-05-18T04:40:15.0242967Z ok (0.342s) 2022-05-18T04:40:15.3624330Z test_dtypes___rsub___cuda (__main__.TestCommonCUDA) ... ok (0.338s) 2022-05-18T04:40:15.8930739Z test_dtypes___rxor___cuda (__main__.TestCommonCUDA) ... ok (0.530s) 2022-05-18T04:40:18.4976654Z test_dtypes__masked_amax_cuda (__main__.TestCommonCUDA) ... Some dtypes for _masked.amax on device type cuda are only partially supported! 2022-05-18T04:40:18.4977212Z The following dtypes only worked on some samples during forward: {torch.bool}. 2022-05-18T04:40:18.4977468Z 2022-05-18T04:40:18.4980839Z ok (2.605s) 2022-05-18T04:40:21.1021930Z test_dtypes__masked_amin_cuda (__main__.TestCommonCUDA) ... Some dtypes for _masked.amin on device type cuda are only partially supported! 2022-05-18T04:40:21.1022551Z The following dtypes only worked on some samples during forward: {torch.bool}. 2022-05-18T04:40:21.1022804Z 2022-05-18T04:40:21.1025670Z ok (2.604s) 2022-05-18T04:40:22.6561992Z test_dtypes__masked_argmax_cuda (__main__.TestCommonCUDA) ... Some dtypes for _masked.argmax on device type cuda are only partially supported! 2022-05-18T04:40:22.6562639Z The following dtypes only worked on some samples during forward: {torch.complex128, torch.complex64, torch.bool}. 2022-05-18T04:40:22.6562943Z 2022-05-18T04:40:22.6564715Z ok (1.554s) 2022-05-18T04:40:24.2116592Z test_dtypes__masked_argmin_cuda (__main__.TestCommonCUDA) ... Some dtypes for _masked.argmin on device type cuda are only partially supported! 2022-05-18T04:40:24.2117227Z The following dtypes only worked on some samples during forward: {torch.complex128, torch.complex64, torch.bool}. 2022-05-18T04:40:24.2117529Z 2022-05-18T04:40:24.2119228Z ok (1.555s) 2022-05-18T04:40:24.9128565Z test_dtypes__masked_log_softmax_cuda (__main__.TestCommonCUDA) ... ok (0.701s) 2022-05-18T04:40:25.3666207Z test_dtypes__masked_mean_cuda (__main__.TestCommonCUDA) ... ok (0.454s) 2022-05-18T04:40:36.7900026Z test_dtypes__masked_norm_cuda (__main__.TestCommonCUDA) ... Some dtypes for _masked.norm on device type cuda are only partially supported! 2022-05-18T04:40:36.7900638Z The following dtypes only worked on some samples during forward: {torch.complex128, torch.complex64}. 2022-05-18T04:40:36.7901856Z The following dtypes only worked on some samples during backward: {torch.complex128, torch.complex64}. 2022-05-18T04:40:36.7902176Z 2022-05-18T04:40:36.7913532Z ok (11.425s) 2022-05-18T04:40:38.0872179Z test_dtypes__masked_normalize_cuda (__main__.TestCommonCUDA) ... ok (1.296s) 2022-05-18T04:40:41.0288621Z test_dtypes__masked_prod_cuda (__main__.TestCommonCUDA) ... ok (2.942s) 2022-05-18T04:40:41.7443215Z test_dtypes__masked_softmax_cuda (__main__.TestCommonCUDA) ... ok (0.715s) 2022-05-18T04:40:42.4547557Z test_dtypes__masked_softmin_cuda (__main__.TestCommonCUDA) ... ok (0.710s) 2022-05-18T04:40:44.5167865Z test_dtypes__masked_std_cuda (__main__.TestCommonCUDA) ... ok (2.062s) 2022-05-18T04:40:47.2648812Z test_dtypes__masked_sum_cuda (__main__.TestCommonCUDA) ... ok (2.748s) 2022-05-18T04:40:49.2804481Z test_dtypes__masked_var_cuda (__main__.TestCommonCUDA) ... ok (2.015s) 2022-05-18T04:40:49.3241055Z test_dtypes__refs_abs_cuda (__main__.TestCommonCUDA) ... ok (0.044s) 2022-05-18T04:40:49.3496032Z test_dtypes__refs_acos_cuda (__main__.TestCommonCUDA) ... ok (0.025s) 2022-05-18T04:40:49.3679202Z test_dtypes__refs_acosh_cuda (__main__.TestCommonCUDA) ... ok (0.018s) 2022-05-18T04:40:49.8339462Z test_dtypes__refs_add_cuda (__main__.TestCommonCUDA) ... ok (0.466s) 2022-05-18T04:40:50.7906313Z test_dtypes__refs_amax_cuda (__main__.TestCommonCUDA) ... ok (0.957s) 2022-05-18T04:40:51.7468641Z test_dtypes__refs_amin_cuda (__main__.TestCommonCUDA) ... ok (0.956s) 2022-05-18T04:40:51.9343897Z test_dtypes__refs_as_strided_cuda (__main__.TestCommonCUDA) ... ok (0.187s) 2022-05-18T04:40:51.9449136Z test_dtypes__refs_asin_cuda (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:40:52.1250217Z test_dtypes__refs_atan2_cuda (__main__.TestCommonCUDA) ... ok (0.180s) 2022-05-18T04:40:52.1353015Z test_dtypes__refs_atan_cuda (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:40:52.7337899Z test_dtypes__refs_bitwise_and_cuda (__main__.TestCommonCUDA) ... ok (0.598s) 2022-05-18T04:40:53.3281459Z test_dtypes__refs_bitwise_left_shift_cuda (__main__.TestCommonCUDA) ... ok (0.594s) 2022-05-18T04:40:53.9281584Z test_dtypes__refs_bitwise_or_cuda (__main__.TestCommonCUDA) ... ok (0.600s) 2022-05-18T04:40:54.5273824Z test_dtypes__refs_bitwise_xor_cuda (__main__.TestCommonCUDA) ... ok (0.599s) 2022-05-18T04:40:54.8030754Z test_dtypes__refs_cat_cuda (__main__.TestCommonCUDA) ... ok (0.276s) 2022-05-18T04:40:54.8530709Z test_dtypes__refs_ceil_cuda (__main__.TestCommonCUDA) ... ok (0.050s) 2022-05-18T04:40:54.9816855Z test_dtypes__refs_chunk_cuda (__main__.TestCommonCUDA) ... ok (0.129s) 2022-05-18T04:40:55.0599657Z test_dtypes__refs_clone_cuda (__main__.TestCommonCUDA) ... ok (0.078s) 2022-05-18T04:40:55.0782369Z test_dtypes__refs_cos_cuda (__main__.TestCommonCUDA) ... ok (0.018s) 2022-05-18T04:40:55.0961499Z test_dtypes__refs_cosh_cuda (__main__.TestCommonCUDA) ... ok (0.018s) 2022-05-18T04:40:55.1493910Z test_dtypes__refs_digamma_cuda (__main__.TestCommonCUDA) ... ok (0.053s) 2022-05-18T04:40:55.8734887Z test_dtypes__refs_eq_cuda (__main__.TestCommonCUDA) ... ok (0.724s) 2022-05-18T04:40:55.8939703Z test_dtypes__refs_erf_cuda (__main__.TestCommonCUDA) ... ok (0.020s) 2022-05-18T04:40:55.9518724Z test_dtypes__refs_erfc_cuda (__main__.TestCommonCUDA) ... ok (0.058s) 2022-05-18T04:40:55.9766929Z test_dtypes__refs_erfinv_cuda (__main__.TestCommonCUDA) ... ok (0.025s) 2022-05-18T04:40:55.9991751Z test_dtypes__refs_exp_cuda (__main__.TestCommonCUDA) ... ok (0.022s) 2022-05-18T04:40:56.0218031Z test_dtypes__refs_expm1_cuda (__main__.TestCommonCUDA) ... ok (0.023s) 2022-05-18T04:40:56.2405232Z test_dtypes__refs_flatten_cuda (__main__.TestCommonCUDA) ... ok (0.218s) 2022-05-18T04:40:56.6007677Z test_dtypes__refs_flip_cuda (__main__.TestCommonCUDA) ... ok (0.360s) 2022-05-18T04:40:57.3535107Z test_dtypes__refs_float_power_cuda (__main__.TestCommonCUDA) ... ok (0.753s) 2022-05-18T04:40:57.4074191Z test_dtypes__refs_floor_cuda (__main__.TestCommonCUDA) ... ok (0.054s) 2022-05-18T04:40:58.0514153Z test_dtypes__refs_ge_cuda (__main__.TestCommonCUDA) ... ok (0.644s) 2022-05-18T04:40:58.7034392Z test_dtypes__refs_gt_cuda (__main__.TestCommonCUDA) ... ok (0.652s) 2022-05-18T04:41:00.3510408Z test_dtypes__refs_igamma_cuda (__main__.TestCommonCUDA) ... ok (1.647s) 2022-05-18T04:41:00.7071756Z test_dtypes__refs_igammac_cuda (__main__.TestCommonCUDA) ... ok (0.356s) 2022-05-18T04:41:02.3897902Z test_dtypes__refs_isclose_cuda (__main__.TestCommonCUDA) ... ok (1.682s) 2022-05-18T04:41:02.6187844Z test_dtypes__refs_isfinite_cuda (__main__.TestCommonCUDA) ... ok (0.229s) 2022-05-18T04:41:02.6930130Z test_dtypes__refs_isnan_cuda (__main__.TestCommonCUDA) ... ok (0.074s) 2022-05-18T04:41:03.3419456Z test_dtypes__refs_le_cuda (__main__.TestCommonCUDA) ... ok (0.649s) 2022-05-18T04:41:03.3897814Z test_dtypes__refs_lgamma_cuda (__main__.TestCommonCUDA) ... ok (0.048s) 2022-05-18T04:41:03.4101266Z test_dtypes__refs_log1p_cuda (__main__.TestCommonCUDA) ... ok (0.020s) 2022-05-18T04:41:03.4296257Z test_dtypes__refs_log_cuda (__main__.TestCommonCUDA) ... ok (0.019s) 2022-05-18T04:41:04.1440771Z test_dtypes__refs_logical_and_cuda (__main__.TestCommonCUDA) ... ok (0.714s) 2022-05-18T04:41:04.8576143Z test_dtypes__refs_logical_or_cuda (__main__.TestCommonCUDA) ... ok (0.713s) 2022-05-18T04:41:05.5104606Z test_dtypes__refs_lt_cuda (__main__.TestCommonCUDA) ... ok (0.653s) 2022-05-18T04:41:05.9676543Z test_dtypes__refs_maximum_cuda (__main__.TestCommonCUDA) ... ok (0.457s) 2022-05-18T04:41:06.4236263Z test_dtypes__refs_minimum_cuda (__main__.TestCommonCUDA) ... ok (0.456s) 2022-05-18T04:41:06.8059429Z test_dtypes__refs_mul_cuda (__main__.TestCommonCUDA) ... ok (0.382s) 2022-05-18T04:41:06.9972678Z test_dtypes__refs_narrow_cuda (__main__.TestCommonCUDA) ... ok (0.191s) 2022-05-18T04:41:07.6478882Z test_dtypes__refs_ne_cuda (__main__.TestCommonCUDA) ... ok (0.650s) 2022-05-18T04:41:07.6900917Z test_dtypes__refs_neg_cuda (__main__.TestCommonCUDA) ... ok (0.042s) 2022-05-18T04:41:08.2878022Z test_dtypes__refs_nextafter_cuda (__main__.TestCommonCUDA) ... ok (0.597s) 2022-05-18T04:41:08.4628486Z test_dtypes__refs_nn_functional_elu_cuda (__main__.TestCommonCUDA) ... ok (0.175s) 2022-05-18T04:41:08.6117677Z test_dtypes__refs_permute_cuda (__main__.TestCommonCUDA) ... ok (0.149s) 2022-05-18T04:41:09.6133185Z test_dtypes__refs_pow_cuda (__main__.TestCommonCUDA) ... ok (1.001s) 2022-05-18T04:41:09.6315425Z test_dtypes__refs_reciprocal_cuda (__main__.TestCommonCUDA) ... ok (0.018s) 2022-05-18T04:41:10.0320993Z test_dtypes__refs_reshape_cuda (__main__.TestCommonCUDA) ... ok (0.400s) 2022-05-18T04:41:10.0840266Z test_dtypes__refs_round_cuda (__main__.TestCommonCUDA) ... ok (0.052s) 2022-05-18T04:41:10.1370604Z test_dtypes__refs_sign_cuda (__main__.TestCommonCUDA) ... ok (0.053s) 2022-05-18T04:41:10.1472851Z test_dtypes__refs_sin_cuda (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:41:10.1573634Z test_dtypes__refs_sinh_cuda (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:41:10.2106559Z test_dtypes__refs_special_i0e_cuda (__main__.TestCommonCUDA) ... ok (0.053s) 2022-05-18T04:41:10.2599953Z test_dtypes__refs_special_i1e_cuda (__main__.TestCommonCUDA) ... ok (0.049s) 2022-05-18T04:41:10.2701927Z test_dtypes__refs_sqrt_cuda (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:41:10.3849775Z test_dtypes__refs_square_cuda (__main__.TestCommonCUDA) ... ok (0.115s) 2022-05-18T04:41:10.6409810Z test_dtypes__refs_squeeze_cuda (__main__.TestCommonCUDA) ... ok (0.256s) 2022-05-18T04:41:11.0071571Z test_dtypes__refs_stack_cuda (__main__.TestCommonCUDA) ... ok (0.366s) 2022-05-18T04:41:11.4694033Z test_dtypes__refs_sub_cuda (__main__.TestCommonCUDA) ... ok (0.462s) 2022-05-18T04:41:12.2238288Z test_dtypes__refs_sum_cuda (__main__.TestCommonCUDA) ... ok (0.754s) 2022-05-18T04:41:12.2345666Z test_dtypes__refs_tan_cuda (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:41:12.6311542Z test_dtypes__refs_tensor_split_cuda (__main__.TestCommonCUDA) ... ok (0.396s) 2022-05-18T04:41:12.9223610Z test_dtypes__refs_transpose_cuda (__main__.TestCommonCUDA) ... ok (0.291s) 2022-05-18T04:41:13.0263953Z test_dtypes__refs_true_divide_cuda (__main__.TestCommonCUDA) ... ok (0.104s) 2022-05-18T04:41:13.3556798Z test_dtypes__refs_unsqueeze_cuda (__main__.TestCommonCUDA) ... ok (0.329s) 2022-05-18T04:41:13.6157033Z test_dtypes__refs_view_cuda (__main__.TestCommonCUDA) ... ok (0.260s) 2022-05-18T04:41:14.0170655Z test_dtypes_abs_cuda (__main__.TestCommonCUDA) ... ok (0.401s) 2022-05-18T04:41:14.0307873Z test_dtypes_acos_cuda (__main__.TestCommonCUDA) ... ok (0.014s) 2022-05-18T04:41:14.0441872Z test_dtypes_acosh_cuda (__main__.TestCommonCUDA) ... ok (0.013s) 2022-05-18T04:41:15.9291593Z test_dtypes_add_cuda (__main__.TestCommonCUDA) ... ok (1.885s) 2022-05-18T04:41:16.2318267Z test_dtypes_addbmm_cuda (__main__.TestCommonCUDA) ... ok (0.303s) 2022-05-18T04:41:16.6891385Z test_dtypes_addcdiv_cuda (__main__.TestCommonCUDA) ... ok (0.457s) 2022-05-18T04:41:17.2122034Z test_dtypes_addcmul_cuda (__main__.TestCommonCUDA) ... ok (0.523s) 2022-05-18T04:41:17.3287326Z test_dtypes_addmm_cuda (__main__.TestCommonCUDA) ... ok (0.116s) 2022-05-18T04:41:17.4439260Z test_dtypes_addmm_decomposed_cuda (__main__.TestCommonCUDA) ... ok (0.115s) 2022-05-18T04:41:17.6655652Z test_dtypes_addmv_cuda (__main__.TestCommonCUDA) ... ok (0.221s) 2022-05-18T04:41:17.8543951Z test_dtypes_addr_cuda (__main__.TestCommonCUDA) ... ok (0.189s) 2022-05-18T04:41:18.7237149Z test_dtypes_all_cuda (__main__.TestCommonCUDA) ... ok (0.869s) 2022-05-18T04:41:19.0578882Z test_dtypes_allclose_cuda (__main__.TestCommonCUDA) ... Some dtypes for allclose on device type cuda are only partially supported! 2022-05-18T04:41:19.0581197Z The following dtypes only worked on some samples during forward: {torch.uint8, torch.bool, torch.int8, torch.int16, torch.int32, torch.int64}. 2022-05-18T04:41:19.0581552Z 2022-05-18T04:41:19.0582243Z ok (0.335s) 2022-05-18T04:41:19.9455880Z test_dtypes_amax_cuda (__main__.TestCommonCUDA) ... ok (0.887s) 2022-05-18T04:41:20.8328859Z test_dtypes_amin_cuda (__main__.TestCommonCUDA) ... ok (0.887s) 2022-05-18T04:41:21.1012173Z test_dtypes_aminmax_cuda (__main__.TestCommonCUDA) ... ok (0.268s) 2022-05-18T04:41:21.1302353Z test_dtypes_angle_cuda (__main__.TestCommonCUDA) ... ok (0.029s) 2022-05-18T04:41:22.0000617Z test_dtypes_any_cuda (__main__.TestCommonCUDA) ... ok (0.870s) 2022-05-18T04:41:22.8468456Z test_dtypes_argmax_cuda (__main__.TestCommonCUDA) ... Some dtypes for argmax on device type cuda are only partially supported! 2022-05-18T04:41:22.8469360Z The following dtypes only worked on some samples during forward: {torch.complex128, torch.complex64, torch.bool}. 2022-05-18T04:41:22.8469682Z 2022-05-18T04:41:22.8471227Z ok (0.847s) 2022-05-18T04:41:23.6962754Z test_dtypes_argmin_cuda (__main__.TestCommonCUDA) ... Some dtypes for argmin on device type cuda are only partially supported! 2022-05-18T04:41:23.6963379Z The following dtypes only worked on some samples during forward: {torch.complex128, torch.complex64, torch.bool}. 2022-05-18T04:41:23.6963922Z 2022-05-18T04:41:23.6965447Z ok (0.849s) 2022-05-18T04:41:25.6925796Z test_dtypes_argsort_cuda (__main__.TestCommonCUDA) ... Some dtypes for argsort on device type cuda are only partially supported! 2022-05-18T04:41:25.6926359Z The following dtypes only worked on some samples during forward: {torch.bool}. 2022-05-18T04:41:25.6926616Z 2022-05-18T04:41:25.6928946Z ok (1.996s) 2022-05-18T04:41:26.1082698Z test_dtypes_argwhere_cuda (__main__.TestCommonCUDA) ... ok (0.415s) 2022-05-18T04:41:26.3065922Z test_dtypes_as_strided_cuda (__main__.TestCommonCUDA) ... Some dtypes for as_strided on device type cuda are only partially supported! 2022-05-18T04:41:26.3066459Z The following dtypes only worked on some samples during backward: {torch.complex32}. 2022-05-18T04:41:26.3066730Z 2022-05-18T04:41:26.3069256Z ok (0.199s) 2022-05-18T04:41:26.3156428Z test_dtypes_asin_cuda (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:41:26.3243514Z test_dtypes_asinh_cuda (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:41:26.4489951Z test_dtypes_atan2_cuda (__main__.TestCommonCUDA) ... ok (0.124s) 2022-05-18T04:41:26.4575192Z test_dtypes_atan_cuda (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:41:26.4661979Z test_dtypes_atanh_cuda (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:41:26.6886429Z test_dtypes_atleast_1d_cuda (__main__.TestCommonCUDA) ... ok (0.222s) 2022-05-18T04:41:26.9103229Z test_dtypes_atleast_2d_cuda (__main__.TestCommonCUDA) ... ok (0.222s) 2022-05-18T04:41:27.1322414Z test_dtypes_atleast_3d_cuda (__main__.TestCommonCUDA) ... ok (0.222s) 2022-05-18T04:41:27.3767370Z test_dtypes_baddbmm_cuda (__main__.TestCommonCUDA) ... ok (0.244s) 2022-05-18T04:41:27.6302153Z test_dtypes_bernoulli_cuda (__main__.TestCommonCUDA) ... ok (0.253s) 2022-05-18T04:41:27.6510656Z test_dtypes_bfloat16_cuda (__main__.TestCommonCUDA) ... ok (0.021s) 2022-05-18T04:41:28.1714519Z test_dtypes_bincount_cuda (__main__.TestCommonCUDA) ... ok (0.520s) 2022-05-18T04:41:28.6992885Z test_dtypes_bitwise_and_cuda (__main__.TestCommonCUDA) ... ok (0.528s) 2022-05-18T04:41:29.2178204Z test_dtypes_bitwise_left_shift_cuda (__main__.TestCommonCUDA) ... ok (0.518s) 2022-05-18T04:41:29.3961409Z test_dtypes_bitwise_not_cuda (__main__.TestCommonCUDA) ... ok (0.178s) 2022-05-18T04:41:29.9246525Z test_dtypes_bitwise_or_cuda (__main__.TestCommonCUDA) ... ok (0.528s) 2022-05-18T04:41:30.4397586Z test_dtypes_bitwise_right_shift_cuda (__main__.TestCommonCUDA) ... ok (0.515s) 2022-05-18T04:41:30.9660925Z test_dtypes_bitwise_xor_cuda (__main__.TestCommonCUDA) ... ok (0.526s) 2022-05-18T04:41:31.0127686Z test_dtypes_block_diag_cuda (__main__.TestCommonCUDA) ... ok (0.046s) 2022-05-18T04:41:31.0596218Z test_dtypes_bmm_cuda (__main__.TestCommonCUDA) ... ok (0.047s) 2022-05-18T04:41:31.4286795Z test_dtypes_bool_cuda (__main__.TestCommonCUDA) ... ok (0.369s) 2022-05-18T04:41:31.4738388Z test_dtypes_broadcast_tensors_cuda (__main__.TestCommonCUDA) ... ok (0.045s) 2022-05-18T04:41:31.7228013Z test_dtypes_broadcast_to_cuda (__main__.TestCommonCUDA) ... ok (0.249s) 2022-05-18T04:41:32.9756361Z test_dtypes_bucketize_cuda (__main__.TestCommonCUDA) ... Some dtypes for bucketize on device type cuda are only partially supported! 2022-05-18T04:41:32.9756961Z The following dtypes only worked on some samples during forward: {torch.bfloat16}. 2022-05-18T04:41:32.9757581Z 2022-05-18T04:41:32.9759426Z ok (1.253s) 2022-05-18T04:41:33.3172769Z test_dtypes_byte_cuda (__main__.TestCommonCUDA) ... ok (0.341s) 2022-05-18T04:41:33.4289465Z test_dtypes_cartesian_prod_cuda (__main__.TestCommonCUDA) ... ok (0.112s) 2022-05-18T04:41:33.6899777Z test_dtypes_cat_cuda (__main__.TestCommonCUDA) ... ok (0.261s) 2022-05-18T04:41:48.3271540Z test_dtypes_cdist_cuda (__main__.TestCommonCUDA) ... Some dtypes for cdist on device type cuda are only partially supported! 2022-05-18T04:41:48.3272112Z The following dtypes only worked on some samples during forward: {torch.float16, torch.bfloat16}. 2022-05-18T04:41:48.3276481Z The following dtypes only worked on some samples during backward: {torch.float16, torch.bfloat16}. 2022-05-18T04:41:48.3276964Z 2022-05-18T04:41:48.3281101Z ok (14.638s) 2022-05-18T04:41:48.3714937Z test_dtypes_ceil_cuda (__main__.TestCommonCUDA) ... ok (0.043s) 2022-05-18T04:41:48.3928648Z test_dtypes_chalf_cuda (__main__.TestCommonCUDA) ... ok (0.021s) 2022-05-18T04:41:48.7615413Z test_dtypes_char_cuda (__main__.TestCommonCUDA) ... ok (0.368s) 2022-05-18T04:41:49.1000369Z test_dtypes_cholesky_cuda (__main__.TestCommonCUDA) ... /opt/conda/lib/python3.9/site-packages/torch/testing/_internal/common_methods_invocations.py:930: UserWarning: torch.cholesky is deprecated in favor of torch.linalg.cholesky and will be removed in a future PyTorch release. 2022-05-18T04:41:49.1001050Z L = torch.cholesky(A) 2022-05-18T04:41:49.1001499Z should be replaced with 2022-05-18T04:41:49.1001997Z L = torch.linalg.cholesky(A) 2022-05-18T04:41:49.1002479Z and 2022-05-18T04:41:49.1002829Z U = torch.cholesky(A, upper=True) 2022-05-18T04:41:49.1003357Z should be replaced with 2022-05-18T04:41:49.1003986Z U = torch.linalg.cholesky(A).mH(). 2022-05-18T04:41:49.1004991Z 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:41:49.1005533Z return self.op(*args, **kwargs) 2022-05-18T04:41:49.5622553Z Some dtypes for cholesky on device type cuda are only partially supported! 2022-05-18T04:41:49.5623055Z The following dtypes only worked on some samples during forward: {torch.float16}. 2022-05-18T04:41:49.5623321Z 2022-05-18T04:41:49.5625344Z ok (0.801s) 2022-05-18T04:41:49.6735268Z test_dtypes_cholesky_inverse_cuda (__main__.TestCommonCUDA) ... ok (0.111s) 2022-05-18T04:41:49.7929487Z test_dtypes_cholesky_solve_cuda (__main__.TestCommonCUDA) ... ok (0.119s) 2022-05-18T04:41:49.9058542Z test_dtypes_chunk_cuda (__main__.TestCommonCUDA) ... ok (0.113s) 2022-05-18T04:41:50.0436761Z test_dtypes_clamp_cuda (__main__.TestCommonCUDA) ... Some dtypes for clamp on device type cuda are only partially supported! 2022-05-18T04:41:50.0437276Z The following dtypes only worked on some samples during forward: {torch.bool}. 2022-05-18T04:41:50.0437536Z 2022-05-18T04:41:50.0439504Z ok (0.138s) 2022-05-18T04:41:50.2527519Z test_dtypes_clamp_scalar_cuda (__main__.TestCommonCUDA) ... ok (0.209s) 2022-05-18T04:41:50.3296360Z test_dtypes_clone_cuda (__main__.TestCommonCUDA) ... ok (0.077s) 2022-05-18T04:41:50.4463023Z test_dtypes_column_stack_cuda (__main__.TestCommonCUDA) ... ok (0.116s) 2022-05-18T04:41:51.1502139Z test_dtypes_combinations_cuda (__main__.TestCommonCUDA) ... ok (0.704s) 2022-05-18T04:41:51.5631942Z test_dtypes_complex_cuda (__main__.TestCommonCUDA) ... ok (0.413s) 2022-05-18T04:41:51.6735811Z test_dtypes_conj_cuda (__main__.TestCommonCUDA) ... ok (0.110s) 2022-05-18T04:41:51.7145911Z test_dtypes_conj_physical_cuda (__main__.TestCommonCUDA) ... ok (0.041s) 2022-05-18T04:41:51.7561041Z test_dtypes_contiguous_cuda (__main__.TestCommonCUDA) ... ok (0.041s) 2022-05-18T04:41:51.8733019Z test_dtypes_copysign_cuda (__main__.TestCommonCUDA) ... ok (0.117s) 2022-05-18T04:41:51.9533387Z test_dtypes_corrcoef_cuda (__main__.TestCommonCUDA) ... ok (0.080s) 2022-05-18T04:41:51.9659734Z test_dtypes_cos_cuda (__main__.TestCommonCUDA) ... ok (0.013s) 2022-05-18T04:41:51.9784442Z test_dtypes_cosh_cuda (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:41:53.3174839Z test_dtypes_count_nonzero_cuda (__main__.TestCommonCUDA) ... ok (1.339s) 2022-05-18T04:41:53.8415768Z test_dtypes_cov_cuda (__main__.TestCommonCUDA) ... Some dtypes for cov on device type cuda are only partially supported! 2022-05-18T04:41:53.8416315Z The following dtypes only worked on some samples during forward: {torch.bfloat16}. 2022-05-18T04:41:53.8416787Z The following dtypes only worked on some samples during backward: {torch.bfloat16}. 2022-05-18T04:41:53.8417027Z 2022-05-18T04:41:53.8419246Z ok (0.524s) 2022-05-18T04:41:53.9795755Z test_dtypes_cross_cuda (__main__.TestCommonCUDA) ... ok (0.137s) 2022-05-18T04:41:54.1284731Z test_dtypes_cummax_cuda (__main__.TestCommonCUDA) ... ok (0.149s) 2022-05-18T04:41:54.2757351Z test_dtypes_cummin_cuda (__main__.TestCommonCUDA) ... ok (0.147s) 2022-05-18T04:41:54.6551733Z test_dtypes_cumprod_cuda (__main__.TestCommonCUDA) ... Some dtypes for cumprod on device type cuda are only partially supported! 2022-05-18T04:41:54.6552566Z The following dtypes only worked on some samples during forward: {torch.bool}. 2022-05-18T04:41:54.6552832Z 2022-05-18T04:41:54.6554334Z ok (0.380s) 2022-05-18T04:41:54.8016462Z test_dtypes_cumsum_cuda (__main__.TestCommonCUDA) ... Some dtypes for cumsum on device type cuda are only partially supported! 2022-05-18T04:41:54.8016989Z The following dtypes only worked on some samples during forward: {torch.bool}. 2022-05-18T04:41:54.8017249Z 2022-05-18T04:41:54.8019116Z ok (0.146s) 2022-05-18T04:41:54.8756714Z test_dtypes_cumulative_trapezoid_cuda (__main__.TestCommonCUDA) ... ok (0.074s) 2022-05-18T04:41:54.9164046Z test_dtypes_deg2rad_cuda (__main__.TestCommonCUDA) ... ok (0.041s) 2022-05-18T04:41:55.4713489Z test_dtypes_diag_cuda (__main__.TestCommonCUDA) ... ok (0.555s) 2022-05-18T04:41:56.0125880Z test_dtypes_diag_embed_cuda (__main__.TestCommonCUDA) ... ok (0.541s) 2022-05-18T04:41:56.1951038Z test_dtypes_diagflat_cuda (__main__.TestCommonCUDA) ... ok (0.182s) 2022-05-18T04:41:56.7289801Z test_dtypes_diagonal_cuda (__main__.TestCommonCUDA) ... ok (0.534s) 2022-05-18T04:41:57.3772556Z test_dtypes_diagonal_scatter_cuda (__main__.TestCommonCUDA) ... ok (0.648s) 2022-05-18T04:42:00.3749828Z test_dtypes_diff_cuda (__main__.TestCommonCUDA) ... ok (2.998s) 2022-05-18T04:42:00.4308241Z test_dtypes_digamma_cuda (__main__.TestCommonCUDA) ... ok (0.056s) 2022-05-18T04:42:02.6801416Z test_dtypes_dist_cuda (__main__.TestCommonCUDA) ... ok (2.249s) 2022-05-18T04:42:03.0948819Z test_dtypes_div_floor_rounding_cuda (__main__.TestCommonCUDA) ... ok (0.415s) 2022-05-18T04:42:03.1538544Z test_dtypes_div_no_rounding_mode_cuda (__main__.TestCommonCUDA) ... ok (0.059s) 2022-05-18T04:42:03.5689704Z test_dtypes_div_trunc_rounding_cuda (__main__.TestCommonCUDA) ... ok (0.415s) 2022-05-18T04:42:03.6135143Z test_dtypes_dot_cuda (__main__.TestCommonCUDA) ... ok (0.045s) 2022-05-18T04:42:03.6339533Z test_dtypes_double_cuda (__main__.TestCommonCUDA) ... ok (0.020s) 2022-05-18T04:42:03.7113539Z test_dtypes_dsplit_cuda (__main__.TestCommonCUDA) ... ok (0.077s) 2022-05-18T04:42:03.7555925Z test_dtypes_dstack_cuda (__main__.TestCommonCUDA) ... ok (0.044s) 2022-05-18T04:42:03.7654008Z test_dtypes_eig_cuda (__main__.TestCommonCUDA) ... /opt/conda/lib/python3.9/site-packages/torch/testing/_internal/common_methods_invocations.py:930: UserWarning: torch.eig is deprecated in favor of torch.linalg.eig and will be removed in a future PyTorch release. 2022-05-18T04:42:03.7654820Z torch.linalg.eig returns complex tensors of dtype cfloat or cdouble rather than real tensors mimicking complex tensors. 2022-05-18T04:42:03.7655217Z L, _ = torch.eig(A) 2022-05-18T04:42:03.7655494Z should be replaced with 2022-05-18T04:42:03.7655799Z L_complex = torch.linalg.eigvals(A) 2022-05-18T04:42:03.7656058Z and 2022-05-18T04:42:03.7656330Z L, V = torch.eig(A, eigenvectors=True) 2022-05-18T04:42:03.7656938Z should be replaced with 2022-05-18T04:42:03.7657444Z 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:42:03.7657920Z return self.op(*args, **kwargs) 2022-05-18T04:42:03.8501530Z ok (0.094s) 2022-05-18T04:42:04.3149102Z test_dtypes_einsum_cuda (__main__.TestCommonCUDA) ... Some dtypes for einsum on device type cuda are only partially supported! 2022-05-18T04:42:04.3149951Z The following dtypes only worked on some samples during forward: {torch.uint8, torch.bool, torch.int8, torch.int16, torch.int32, torch.int64, torch.bfloat16}. 2022-05-18T04:42:04.3150504Z The following dtypes only worked on some samples during backward: {torch.bfloat16}. 2022-05-18T04:42:04.3150764Z 2022-05-18T04:42:04.3151090Z ok (0.465s) 2022-05-18T04:42:04.5273585Z test_dtypes_empty_like_cuda (__main__.TestCommonCUDA) ... ok (0.212s) 2022-05-18T04:42:05.2113121Z test_dtypes_eq_cuda (__main__.TestCommonCUDA) ... ok (0.684s) 2022-05-18T04:42:05.2284471Z test_dtypes_erf_cuda (__main__.TestCommonCUDA) ... ok (0.017s) 2022-05-18T04:42:05.2713643Z test_dtypes_erfc_cuda (__main__.TestCommonCUDA) ... ok (0.043s) 2022-05-18T04:42:05.2962710Z test_dtypes_erfinv_cuda (__main__.TestCommonCUDA) ... ok (0.025s) 2022-05-18T04:42:05.3393479Z test_dtypes_exp2_cuda (__main__.TestCommonCUDA) ... ok (0.043s) 2022-05-18T04:42:05.3526153Z test_dtypes_exp_cuda (__main__.TestCommonCUDA) ... ok (0.013s) 2022-05-18T04:42:05.4665510Z test_dtypes_expand_as_cuda (__main__.TestCommonCUDA) ... ok (0.114s) 2022-05-18T04:42:05.7856776Z test_dtypes_expand_cuda (__main__.TestCommonCUDA) ... ok (0.319s) 2022-05-18T04:42:05.8023383Z test_dtypes_expm1_cuda (__main__.TestCommonCUDA) ... ok (0.017s) 2022-05-18T04:42:06.0380229Z test_dtypes_fft_fft2_cuda (__main__.TestCommonCUDA) ... ok (0.235s) 2022-05-18T04:42:06.1360931Z test_dtypes_fft_fft_cuda (__main__.TestCommonCUDA) ... ok (0.098s) 2022-05-18T04:42:06.2447744Z test_dtypes_fft_fftn_cuda (__main__.TestCommonCUDA) ... ok (0.109s) 2022-05-18T04:42:06.4257299Z test_dtypes_fft_fftshift_cuda (__main__.TestCommonCUDA) ... ok (0.181s) 2022-05-18T04:42:06.5237848Z test_dtypes_fft_hfft2_cuda (__main__.TestCommonCUDA) ... ok (0.098s) 2022-05-18T04:42:07.1969788Z test_dtypes_fft_hfft_cuda (__main__.TestCommonCUDA) ... ok (0.673s) 2022-05-18T04:42:07.3168844Z test_dtypes_fft_hfftn_cuda (__main__.TestCommonCUDA) ... ok (0.120s) 2022-05-18T04:42:07.4061389Z test_dtypes_fft_ifft2_cuda (__main__.TestCommonCUDA) ... ok (0.089s) 2022-05-18T04:42:07.5045258Z test_dtypes_fft_ifft_cuda (__main__.TestCommonCUDA) ... ok (0.098s) 2022-05-18T04:42:07.6153476Z test_dtypes_fft_ifftn_cuda (__main__.TestCommonCUDA) ... ok (0.111s) 2022-05-18T04:42:07.7966979Z test_dtypes_fft_ifftshift_cuda (__main__.TestCommonCUDA) ... ok (0.181s) 2022-05-18T04:42:07.9652270Z test_dtypes_fft_ihfft2_cuda (__main__.TestCommonCUDA) ... ok (0.168s) 2022-05-18T04:42:08.1008386Z test_dtypes_fft_ihfft_cuda (__main__.TestCommonCUDA) ... ok (0.135s) 2022-05-18T04:42:08.3071862Z test_dtypes_fft_ihfftn_cuda (__main__.TestCommonCUDA) ... ok (0.206s) 2022-05-18T04:42:08.4061115Z test_dtypes_fft_irfft2_cuda (__main__.TestCommonCUDA) ... ok (0.099s) 2022-05-18T04:42:08.5075244Z test_dtypes_fft_irfft_cuda (__main__.TestCommonCUDA) ... ok (0.101s) 2022-05-18T04:42:08.6254624Z test_dtypes_fft_irfftn_cuda (__main__.TestCommonCUDA) ... ok (0.118s) 2022-05-18T04:42:08.7516288Z test_dtypes_fft_rfft2_cuda (__main__.TestCommonCUDA) ... ok (0.126s) 2022-05-18T04:42:08.8831244Z test_dtypes_fft_rfft_cuda (__main__.TestCommonCUDA) ... ok (0.131s) 2022-05-18T04:42:09.0348378Z test_dtypes_fft_rfftn_cuda (__main__.TestCommonCUDA) ... ok (0.151s) 2022-05-18T04:42:09.1505872Z test_dtypes_fill__cuda (__main__.TestCommonCUDA) ... ok (0.116s) 2022-05-18T04:42:09.3658164Z test_dtypes_flatten_cuda (__main__.TestCommonCUDA) ... ok (0.215s) 2022-05-18T04:42:09.7174438Z test_dtypes_flip_cuda (__main__.TestCommonCUDA) ... ok (0.351s) 2022-05-18T04:42:09.7924001Z test_dtypes_fliplr_cuda (__main__.TestCommonCUDA) ... ok (0.075s) 2022-05-18T04:42:09.8673837Z test_dtypes_flipud_cuda (__main__.TestCommonCUDA) ... ok (0.075s) 2022-05-18T04:42:09.8885907Z test_dtypes_float_cuda (__main__.TestCommonCUDA) ... ok (0.021s) 2022-05-18T04:42:09.9419899Z test_dtypes_float_power_cuda (__main__.TestCommonCUDA) ... ok (0.053s) 2022-05-18T04:42:09.9892267Z test_dtypes_floor_cuda (__main__.TestCommonCUDA) ... ok (0.047s) 2022-05-18T04:42:09.9984740Z test_dtypes_floor_divide_cuda (__main__.TestCommonCUDA) ... /opt/conda/lib/python3.9/site-packages/torch/testing/_internal/common_methods_invocations.py:930: UserWarning: floor_divide is deprecated, and will be removed 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. 2022-05-18T04:42:09.9985971Z 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'). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BinaryOps.cpp:599.) 2022-05-18T04:42:09.9986851Z return self.op(*args, **kwargs) 2022-05-18T04:42:10.4029757Z ok (0.414s) 2022-05-18T04:42:10.8208258Z test_dtypes_fmax_cuda (__main__.TestCommonCUDA) ... ok (0.418s) 2022-05-18T04:42:11.2381426Z test_dtypes_fmin_cuda (__main__.TestCommonCUDA) ... ok (0.417s) 2022-05-18T04:42:11.6941671Z test_dtypes_fmod_cuda (__main__.TestCommonCUDA) ... ok (0.456s) 2022-05-18T04:42:11.8222020Z test_dtypes_frac_cuda (__main__.TestCommonCUDA) ... ok (0.128s) 2022-05-18T04:42:11.9887877Z test_dtypes_frexp_cuda (__main__.TestCommonCUDA) ... ok (0.166s) 2022-05-18T04:42:12.2056256Z test_dtypes_full_like_cuda (__main__.TestCommonCUDA) ... ok (0.217s) 2022-05-18T04:42:12.4045173Z test_dtypes_gather_cuda (__main__.TestCommonCUDA) ... ok (0.199s) 2022-05-18T04:42:12.9338164Z test_dtypes_gcd_cuda (__main__.TestCommonCUDA) ... ok (0.529s) 2022-05-18T04:42:13.5291441Z test_dtypes_ge_cuda (__main__.TestCommonCUDA) ... ok (0.595s) 2022-05-18T04:42:14.2500106Z test_dtypes_geqrf_cuda (__main__.TestCommonCUDA) ... expected failure (0.721s) 2022-05-18T04:42:14.4068617Z test_dtypes_gradient_cuda (__main__.TestCommonCUDA) ... ok (0.157s) 2022-05-18T04:42:15.0100738Z test_dtypes_gt_cuda (__main__.TestCommonCUDA) ... ok (0.603s) 2022-05-18T04:42:15.0297351Z test_dtypes_half_cuda (__main__.TestCommonCUDA) ... ok (0.020s) 2022-05-18T04:42:15.4274846Z test_dtypes_heaviside_cuda (__main__.TestCommonCUDA) ... ok (0.398s) 2022-05-18T04:42:20.3118290Z test_dtypes_histc_cuda (__main__.TestCommonCUDA) ... Some dtypes for histc on device type cuda are only partially supported! 2022-05-18T04:42:20.3118833Z The following dtypes only worked on some samples during forward: {torch.uint8}. 2022-05-18T04:42:20.3119089Z 2022-05-18T04:42:20.3121812Z ok (4.885s) 2022-05-18T04:42:27.4441756Z test_dtypes_histogram_cuda (__main__.TestCommonCUDA) ... ok (7.132s) 2022-05-18T04:42:32.7047749Z test_dtypes_histogramdd_cuda (__main__.TestCommonCUDA) ... ok (5.260s) 2022-05-18T04:42:32.7816266Z test_dtypes_hsplit_cuda (__main__.TestCommonCUDA) ... ok (0.077s) 2022-05-18T04:42:32.8255974Z test_dtypes_hstack_cuda (__main__.TestCommonCUDA) ... ok (0.044s) 2022-05-18T04:42:33.2001271Z test_dtypes_hypot_cuda (__main__.TestCommonCUDA) ... ok (0.374s) 2022-05-18T04:42:33.2898052Z test_dtypes_i0_cuda (__main__.TestCommonCUDA) ... ok (0.090s) 2022-05-18T04:42:33.7888200Z test_dtypes_igamma_cuda (__main__.TestCommonCUDA) ... ok (0.499s) 2022-05-18T04:42:34.3328810Z test_dtypes_igammac_cuda (__main__.TestCommonCUDA) ... ok (0.544s) 2022-05-18T04:42:34.4174314Z test_dtypes_imag_cuda (__main__.TestCommonCUDA) ... ok (0.085s) 2022-05-18T04:42:34.7608006Z test_dtypes_index_add_cuda (__main__.TestCommonCUDA) ... ok (0.343s) 2022-05-18T04:42:34.8792670Z test_dtypes_index_copy_cuda (__main__.TestCommonCUDA) ... ok (0.118s) 2022-05-18T04:42:34.9974811Z test_dtypes_index_fill_cuda (__main__.TestCommonCUDA) ... ok (0.118s) 2022-05-18T04:42:35.1589320Z test_dtypes_index_put_cuda (__main__.TestCommonCUDA) ... ok (0.161s) 2022-05-18T04:42:35.1723022Z test_dtypes_index_reduce_cuda (__main__.TestCommonCUDA) ... /opt/conda/lib/python3.9/site-packages/torch/testing/_internal/common_methods_invocations.py:930: 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:42:35.1723800Z return self.op(*args, **kwargs) 2022-05-18T04:42:36.6565783Z ok (1.498s) 2022-05-18T04:42:36.7698240Z test_dtypes_index_select_cuda (__main__.TestCommonCUDA) ... ok (0.113s) 2022-05-18T04:42:36.8703630Z test_dtypes_inner_cuda (__main__.TestCommonCUDA) ... Some dtypes for inner on device type cuda are only partially supported! 2022-05-18T04:42:36.8704359Z The following dtypes only worked on some samples during forward: {torch.uint8, torch.bool, torch.int8, torch.int16, torch.int32, torch.int64, torch.bfloat16}. 2022-05-18T04:42:36.8705948Z The following dtypes only worked on some samples during backward: {torch.bfloat16}. 2022-05-18T04:42:36.8706243Z 2022-05-18T04:42:36.8706758Z ok (0.101s) 2022-05-18T04:42:37.2105058Z test_dtypes_int_cuda (__main__.TestCommonCUDA) ... ok (0.340s) 2022-05-18T04:42:37.3157495Z test_dtypes_inverse_cuda (__main__.TestCommonCUDA) ... ok (0.105s) 2022-05-18T04:42:38.5086909Z test_dtypes_isclose_cuda (__main__.TestCommonCUDA) ... ok (1.193s) 2022-05-18T04:42:38.7330576Z test_dtypes_isfinite_cuda (__main__.TestCommonCUDA) ... ok (0.224s) 2022-05-18T04:42:38.8725150Z test_dtypes_isin_cuda (__main__.TestCommonCUDA) ... ok (0.139s) 2022-05-18T04:42:38.9511411Z test_dtypes_isinf_cuda (__main__.TestCommonCUDA) ... ok (0.078s) 2022-05-18T04:42:39.0236795Z test_dtypes_isnan_cuda (__main__.TestCommonCUDA) ... ok (0.072s) 2022-05-18T04:42:39.0941129Z test_dtypes_isneginf_cuda (__main__.TestCommonCUDA) ... ok (0.070s) 2022-05-18T04:42:39.1653005Z test_dtypes_isposinf_cuda (__main__.TestCommonCUDA) ... ok (0.071s) 2022-05-18T04:42:39.3882341Z test_dtypes_isreal_cuda (__main__.TestCommonCUDA) ... ok (0.223s) 2022-05-18T04:42:39.3953308Z test_dtypes_istft_cuda (__main__.TestCommonCUDA) ... /opt/conda/lib/python3.9/site-packages/torch/testing/_internal/common_methods_invocations.py:930: UserWarning: istft will require a complex-valued input tensor in a future PyTorch release. Matching the output from stft with return_complex=True. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/SpectralOps.cpp:979.) 2022-05-18T04:42:39.3954063Z return self.op(*args, **kwargs) 2022-05-18T04:42:40.0343296Z ok (0.646s) 2022-05-18T04:42:40.4104561Z test_dtypes_jiterator_4inputs_with_extra_args_cuda (__main__.TestCommonCUDA) ... ok (0.376s) 2022-05-18T04:42:40.7680590Z test_dtypes_jiterator_binary_cuda (__main__.TestCommonCUDA) ... ok (0.357s) 2022-05-18T04:42:40.8884572Z test_dtypes_jiterator_unary_cuda (__main__.TestCommonCUDA) ... ok (0.120s) 2022-05-18T04:42:40.9317762Z test_dtypes_kron_cuda (__main__.TestCommonCUDA) ... ok (0.043s) 2022-05-18T04:42:41.4531772Z test_dtypes_kthvalue_cuda (__main__.TestCommonCUDA) ... Some dtypes for kthvalue on device type cuda are only partially supported! 2022-05-18T04:42:41.4532339Z The following dtypes only worked on some samples during forward: {torch.bfloat16, torch.bool}. 2022-05-18T04:42:41.4532802Z The following dtypes only worked on some samples during backward: {torch.bfloat16}. 2022-05-18T04:42:41.4533068Z 2022-05-18T04:42:41.4535106Z ok (0.522s) 2022-05-18T04:42:41.9840264Z test_dtypes_lcm_cuda (__main__.TestCommonCUDA) ... ok (0.530s) 2022-05-18T04:42:42.0297367Z test_dtypes_ldexp_cuda (__main__.TestCommonCUDA) ... ok (0.046s) 2022-05-18T04:42:42.6326608Z test_dtypes_le_cuda (__main__.TestCommonCUDA) ... ok (0.603s) 2022-05-18T04:42:43.0838039Z test_dtypes_lerp_cuda (__main__.TestCommonCUDA) ... ok (0.451s) 2022-05-18T04:42:43.1393548Z test_dtypes_lgamma_cuda (__main__.TestCommonCUDA) ... ok (0.055s) 2022-05-18T04:42:43.3389606Z test_dtypes_linalg_cholesky_cuda (__main__.TestCommonCUDA) ... Some dtypes for linalg.cholesky on device type cuda are only partially supported! 2022-05-18T04:42:43.3390166Z The following dtypes only worked on some samples during forward: {torch.float16}. 2022-05-18T04:42:43.3390422Z 2022-05-18T04:42:43.3392689Z ok (0.200s) 2022-05-18T04:42:43.5220118Z test_dtypes_linalg_cholesky_ex_cuda (__main__.TestCommonCUDA) ... Some dtypes for linalg.cholesky_ex on device type cuda are only partially supported! 2022-05-18T04:42:43.5220680Z The following dtypes only worked on some samples during forward: {torch.float16}. 2022-05-18T04:42:43.5220937Z 2022-05-18T04:42:43.5223591Z ok (0.183s) 2022-05-18T04:42:43.7321044Z test_dtypes_linalg_cond_cuda (__main__.TestCommonCUDA) ... ok (0.209s) 2022-05-18T04:42:43.8633956Z test_dtypes_linalg_cross_cuda (__main__.TestCommonCUDA) ... ok (0.131s) 2022-05-18T04:42:44.0349668Z test_dtypes_linalg_det_cuda (__main__.TestCommonCUDA) ... ok (0.171s) 2022-05-18T04:42:44.0389631Z test_dtypes_linalg_det_singular_cuda (__main__.TestCommonCUDA) ... skip: Skipped! (0.004s) 2022-05-18T04:42:44.1615562Z test_dtypes_linalg_eig_cuda (__main__.TestCommonCUDA) ... ok (0.122s) 2022-05-18T04:42:44.2691943Z test_dtypes_linalg_eigh_cuda (__main__.TestCommonCUDA) ... ok (0.108s) 2022-05-18T04:42:44.3895385Z test_dtypes_linalg_eigvals_cuda (__main__.TestCommonCUDA) ... ok (0.120s) 2022-05-18T04:42:44.4958800Z test_dtypes_linalg_eigvalsh_cuda (__main__.TestCommonCUDA) ... ok (0.106s) 2022-05-18T04:42:45.6984961Z test_dtypes_linalg_householder_product_cuda (__main__.TestCommonCUDA) ... ok (1.202s) 2022-05-18T04:42:45.8037885Z test_dtypes_linalg_inv_cuda (__main__.TestCommonCUDA) ... ok (0.105s) 2022-05-18T04:42:45.9072394Z test_dtypes_linalg_inv_ex_cuda (__main__.TestCommonCUDA) ... ok (0.103s) 2022-05-18T04:42:45.9765878Z test_dtypes_linalg_ldl_factor_cuda (__main__.TestCommonCUDA) ... Some dtypes for linalg.ldl_factor on device type cuda are only partially supported! 2022-05-18T04:42:45.9766476Z The following dtypes only worked on some samples during forward: {torch.float16}. 2022-05-18T04:42:45.9766717Z 2022-05-18T04:42:45.9768743Z ok (0.070s) 2022-05-18T04:42:46.0434276Z test_dtypes_linalg_ldl_factor_ex_cuda (__main__.TestCommonCUDA) ... Some dtypes for linalg.ldl_factor_ex on device type cuda are only partially supported! 2022-05-18T04:42:46.0434843Z The following dtypes only worked on some samples during forward: {torch.float16}. 2022-05-18T04:42:46.0435101Z 2022-05-18T04:42:46.0436460Z ok (0.067s) 2022-05-18T04:42:46.0485729Z test_dtypes_linalg_ldl_solve_cuda (__main__.TestCommonCUDA) ... skip: not available before CUDA 11.3.1 (0.005s) 2022-05-18T04:42:46.4788936Z test_dtypes_linalg_lstsq_cuda (__main__.TestCommonCUDA) ... ok (0.430s) 2022-05-18T04:42:46.8405593Z test_dtypes_linalg_lstsq_grad_oriented_cuda (__main__.TestCommonCUDA) ... ok (0.361s) 2022-05-18T04:42:48.4338776Z test_dtypes_linalg_lu_cuda (__main__.TestCommonCUDA) ... ok (1.593s) 2022-05-18T04:42:49.2807022Z test_dtypes_linalg_lu_factor_cuda (__main__.TestCommonCUDA) ... ok (0.847s) 2022-05-18T04:42:50.5041272Z test_dtypes_linalg_lu_factor_ex_cuda (__main__.TestCommonCUDA) ... ok (1.223s) 2022-05-18T04:42:52.1956316Z test_dtypes_linalg_matrix_norm_cuda (__main__.TestCommonCUDA) ... ok (1.691s) 2022-05-18T04:42:52.3038224Z test_dtypes_linalg_matrix_power_cuda (__main__.TestCommonCUDA) ... ok (0.108s) 2022-05-18T04:42:52.5980856Z test_dtypes_linalg_matrix_rank_cuda (__main__.TestCommonCUDA) ... ok (0.294s) 2022-05-18T04:42:52.8683480Z test_dtypes_linalg_matrix_rank_hermitian_cuda (__main__.TestCommonCUDA) ... ok (0.270s) 2022-05-18T04:42:53.2028881Z test_dtypes_linalg_multi_dot_cuda (__main__.TestCommonCUDA) ... Some dtypes for linalg.multi_dot on device type cuda are only partially supported! 2022-05-18T04:42:53.2030079Z The following dtypes only worked on some samples during forward: {torch.uint8, torch.bool, torch.int8, torch.int16, torch.int32, torch.int64, torch.bfloat16}. 2022-05-18T04:42:53.2030650Z The following dtypes only worked on some samples during backward: {torch.bfloat16}. 2022-05-18T04:42:53.2030908Z 2022-05-18T04:42:53.2031556Z ok (0.335s) 2022-05-18T04:42:54.3959218Z test_dtypes_linalg_norm_cuda (__main__.TestCommonCUDA) ... ok (1.192s) 2022-05-18T04:42:55.4758077Z test_dtypes_linalg_norm_subgradients_at_zero_cuda (__main__.TestCommonCUDA) ... ok (1.080s) 2022-05-18T04:42:55.7124084Z test_dtypes_linalg_pinv_cuda (__main__.TestCommonCUDA) ... ok (0.237s) 2022-05-18T04:42:55.8209571Z test_dtypes_linalg_pinv_hermitian_cuda (__main__.TestCommonCUDA) ... ok (0.108s) 2022-05-18T04:42:55.8256215Z test_dtypes_linalg_pinv_singular_cuda (__main__.TestCommonCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-05-18T04:42:56.0309691Z test_dtypes_linalg_qr_cuda (__main__.TestCommonCUDA) ... ok (0.205s) 2022-05-18T04:42:56.1506805Z test_dtypes_linalg_slogdet_cuda (__main__.TestCommonCUDA) ... ok (0.119s) 2022-05-18T04:42:56.3843316Z test_dtypes_linalg_solve_cuda (__main__.TestCommonCUDA) ... ok (0.234s) 2022-05-18T04:43:03.3181792Z test_dtypes_linalg_solve_triangular_cuda (__main__.TestCommonCUDA) ... ok (6.934s) 2022-05-18T04:43:04.7819757Z test_dtypes_linalg_svd_cuda (__main__.TestCommonCUDA) ... ok (1.464s) 2022-05-18T04:43:06.2210969Z test_dtypes_linalg_svdvals_cuda (__main__.TestCommonCUDA) ... Some dtypes for linalg.svdvals on device type cuda are only partially supported! 2022-05-18T04:43:06.2211669Z The following dtypes only worked on some samples during forward: {torch.float16, torch.uint8, torch.bool, torch.int8, torch.int16, torch.int32, torch.int64, torch.bfloat16}. 2022-05-18T04:43:06.2212230Z The following dtypes only worked on some samples during backward: {torch.float16, torch.bfloat16}. 2022-05-18T04:43:06.2212722Z 2022-05-18T04:43:06.2213693Z ok (1.439s) 2022-05-18T04:43:06.3003012Z test_dtypes_linalg_tensorinv_cuda (__main__.TestCommonCUDA) ... ok (0.079s) 2022-05-18T04:43:06.5935464Z test_dtypes_linalg_tensorsolve_cuda (__main__.TestCommonCUDA) ... ok (0.293s) 2022-05-18T04:43:06.9758975Z test_dtypes_linalg_vander_cuda (__main__.TestCommonCUDA) ... ok (0.382s) 2022-05-18T04:43:10.2650937Z test_dtypes_linalg_vector_norm_cuda (__main__.TestCommonCUDA) ... ok (3.289s) 2022-05-18T04:43:10.2827280Z test_dtypes_log10_cuda (__main__.TestCommonCUDA) ... ok (0.018s) 2022-05-18T04:43:10.2993813Z test_dtypes_log1p_cuda (__main__.TestCommonCUDA) ... ok (0.017s) 2022-05-18T04:43:10.3165622Z test_dtypes_log2_cuda (__main__.TestCommonCUDA) ... ok (0.017s) 2022-05-18T04:43:10.3524048Z test_dtypes_log_cuda (__main__.TestCommonCUDA) ... ok (0.036s) 2022-05-18T04:43:10.6681223Z test_dtypes_log_softmax_cuda (__main__.TestCommonCUDA) ... ok (0.316s) 2022-05-18T04:43:10.6908095Z test_dtypes_log_softmax_dtype_cuda (__main__.TestCommonCUDA) ... ok (0.023s) 2022-05-18T04:43:10.7390615Z test_dtypes_logaddexp2_cuda (__main__.TestCommonCUDA) ... ok (0.048s) 2022-05-18T04:43:10.7921794Z test_dtypes_logaddexp_cuda (__main__.TestCommonCUDA) ... ok (0.053s) 2022-05-18T04:43:11.0425876Z test_dtypes_logcumsumexp_cuda (__main__.TestCommonCUDA) ... Some dtypes for logcumsumexp on device type cuda are only partially supported! 2022-05-18T04:43:11.0426772Z The following dtypes only worked on some samples during forward: {torch.int16, torch.int64, torch.int32, torch.bool}. 2022-05-18T04:43:11.0427275Z The following dtypes only worked on some samples during backward: {torch.float16}. 2022-05-18T04:43:11.0427543Z 2022-05-18T04:43:11.0427937Z ok (0.251s) 2022-05-18T04:43:11.1295755Z test_dtypes_logdet_cuda (__main__.TestCommonCUDA) ... ok (0.086s) 2022-05-18T04:43:14.6461290Z test_dtypes_logical_and_cuda (__main__.TestCommonCUDA) ... ok (3.516s) 2022-05-18T04:43:14.8515313Z test_dtypes_logical_not_cuda (__main__.TestCommonCUDA) ... ok (0.205s) 2022-05-18T04:43:15.4675278Z test_dtypes_logical_or_cuda (__main__.TestCommonCUDA) ... ok (0.616s) 2022-05-18T04:43:16.0832087Z test_dtypes_logical_xor_cuda (__main__.TestCommonCUDA) ... ok (0.616s) 2022-05-18T04:43:16.1394059Z test_dtypes_logit_cuda (__main__.TestCommonCUDA) ... ok (0.056s) 2022-05-18T04:43:16.1988744Z test_dtypes_logsumexp_cuda (__main__.TestCommonCUDA) ... ok (0.059s) 2022-05-18T04:43:16.5394228Z test_dtypes_long_cuda (__main__.TestCommonCUDA) ... ok (0.340s) 2022-05-18T04:43:17.1427076Z test_dtypes_lt_cuda (__main__.TestCommonCUDA) ... ok (0.603s) 2022-05-18T04:43:17.9196806Z test_dtypes_lu_cuda (__main__.TestCommonCUDA) ... ok (0.777s) 2022-05-18T04:43:18.2848593Z test_dtypes_lu_solve_cuda (__main__.TestCommonCUDA) ... ok (0.365s) 2022-05-18T04:43:18.4203899Z test_dtypes_lu_unpack_cuda (__main__.TestCommonCUDA) ... ok (0.135s) 2022-05-18T04:43:18.6357863Z test_dtypes_mH_cuda (__main__.TestCommonCUDA) ... ok (0.215s) 2022-05-18T04:43:18.8513619Z test_dtypes_mT_cuda (__main__.TestCommonCUDA) ... ok (0.215s) 2022-05-18T04:43:19.1512145Z test_dtypes_masked_fill_cuda (__main__.TestCommonCUDA) ... ok (0.300s) 2022-05-18T04:43:19.3113111Z test_dtypes_masked_scatter_cuda (__main__.TestCommonCUDA) ... ok (0.160s) 2022-05-18T04:43:19.5754207Z test_dtypes_masked_select_cuda (__main__.TestCommonCUDA) ... ok (0.264s) 2022-05-18T04:43:20.2709731Z test_dtypes_matmul_cuda (__main__.TestCommonCUDA) ... Some dtypes for matmul on device type cuda are only partially supported! 2022-05-18T04:43:20.2710534Z The following dtypes only worked on some samples during forward: {torch.uint8, torch.bool, torch.int8, torch.int16, torch.int32, torch.int64, torch.bfloat16}. 2022-05-18T04:43:20.2735335Z The following dtypes only worked on some samples during backward: {torch.bfloat16}. 2022-05-18T04:43:20.2735614Z 2022-05-18T04:43:20.2735735Z ok (0.696s) 2022-05-18T04:43:20.3891699Z test_dtypes_matrix_exp_cuda (__main__.TestCommonCUDA) ... ok (0.118s) 2022-05-18T04:43:20.8214291Z test_dtypes_max_binary_cuda (__main__.TestCommonCUDA) ... ok (0.432s) 2022-05-18T04:43:20.9184337Z test_dtypes_max_reduction_no_dim_cuda (__main__.TestCommonCUDA) ... ok (0.097s) 2022-05-18T04:43:21.1009439Z test_dtypes_max_reduction_with_dim_cuda (__main__.TestCommonCUDA) ... ok (0.182s) 2022-05-18T04:43:21.5087456Z test_dtypes_maximum_cuda (__main__.TestCommonCUDA) ... ok (0.408s) 2022-05-18T04:43:22.1036647Z test_dtypes_mean_cuda (__main__.TestCommonCUDA) ... ok (0.595s) 2022-05-18T04:43:22.8430509Z test_dtypes_median_cuda (__main__.TestCommonCUDA) ... Some dtypes for median on device type cuda are only partially supported! 2022-05-18T04:43:22.8431039Z The following dtypes only worked on some samples during forward: {torch.bfloat16}. 2022-05-18T04:43:22.8431495Z The following dtypes only worked on some samples during backward: {torch.bfloat16}. 2022-05-18T04:43:22.8431823Z 2022-05-18T04:43:22.8433934Z ok (0.740s) 2022-05-18T04:43:23.2107310Z test_dtypes_meshgrid_list_of_tensors_cuda (__main__.TestCommonCUDA) ... ok (0.367s) 2022-05-18T04:43:23.5802141Z test_dtypes_meshgrid_variadic_tensors_cuda (__main__.TestCommonCUDA) ... ok (0.369s) 2022-05-18T04:43:24.0113941Z test_dtypes_min_binary_cuda (__main__.TestCommonCUDA) ... ok (0.431s) 2022-05-18T04:43:24.1108124Z test_dtypes_min_reduction_no_dim_cuda (__main__.TestCommonCUDA) ... ok (0.099s) 2022-05-18T04:43:24.2943444Z test_dtypes_min_reduction_with_dim_cuda (__main__.TestCommonCUDA) ... ok (0.183s) 2022-05-18T04:43:24.7028153Z test_dtypes_minimum_cuda (__main__.TestCommonCUDA) ... ok (0.408s) 2022-05-18T04:43:24.7505683Z test_dtypes_mm_cuda (__main__.TestCommonCUDA) ... ok (0.048s) 2022-05-18T04:43:25.0227606Z test_dtypes_mode_cuda (__main__.TestCommonCUDA) ... ok (0.272s) 2022-05-18T04:43:25.0987475Z test_dtypes_movedim_cuda (__main__.TestCommonCUDA) ... ok (0.076s) 2022-05-18T04:43:25.2080681Z test_dtypes_msort_cuda (__main__.TestCommonCUDA) ... ok (0.109s) 2022-05-18T04:43:25.5462378Z test_dtypes_mul_cuda (__main__.TestCommonCUDA) ... ok (0.338s) 2022-05-18T04:43:25.9555250Z test_dtypes_multinomial_cuda (__main__.TestCommonCUDA) ... Some dtypes for multinomial on device type cuda are only partially supported! 2022-05-18T04:43:25.9555838Z The following dtypes only worked on some samples during forward: {torch.bfloat16}. 2022-05-18T04:43:25.9556123Z 2022-05-18T04:43:25.9558363Z ok (0.409s) 2022-05-18T04:43:26.0052414Z test_dtypes_mv_cuda (__main__.TestCommonCUDA) ... ok (0.049s) 2022-05-18T04:43:26.2417282Z test_dtypes_mvlgamma_mvlgamma_p_1_cuda (__main__.TestCommonCUDA) ... Some dtypes for mvlgamma on device type cuda are only partially supported! 2022-05-18T04:43:26.2418024Z The following dtypes only worked on some samples during forward: {torch.bool}. 2022-05-18T04:43:26.2418679Z 2022-05-18T04:43:26.2420598Z ok (0.237s) 2022-05-18T04:43:26.2461537Z test_dtypes_mvlgamma_mvlgamma_p_3_cuda (__main__.TestCommonCUDA) ... skip: Skipped! (0.004s) 2022-05-18T04:43:26.2501420Z test_dtypes_mvlgamma_mvlgamma_p_5_cuda (__main__.TestCommonCUDA) ... skip: Skipped! (0.004s) 2022-05-18T04:43:26.3940010Z test_dtypes_nan_to_num_cuda (__main__.TestCommonCUDA) ... ok (0.144s) 2022-05-18T04:43:26.7121862Z test_dtypes_nanmean_cuda (__main__.TestCommonCUDA) ... ok (0.318s) 2022-05-18T04:43:27.4530536Z test_dtypes_nanmedian_cuda (__main__.TestCommonCUDA) ... Some dtypes for nanmedian on device type cuda are only partially supported! 2022-05-18T04:43:27.4531488Z The following dtypes only worked on some samples during forward: {torch.bfloat16}. 2022-05-18T04:43:27.4532257Z The following dtypes only worked on some samples during backward: {torch.bfloat16}. 2022-05-18T04:43:27.4532781Z 2022-05-18T04:43:27.4533058Z ok (0.741s) 2022-05-18T04:43:29.6180500Z test_dtypes_nanquantile_cuda (__main__.TestCommonCUDA) ... ok (2.164s) 2022-05-18T04:43:30.4990711Z test_dtypes_nansum_cuda (__main__.TestCommonCUDA) ... ok (0.881s) 2022-05-18T04:43:30.6816864Z test_dtypes_narrow_cuda (__main__.TestCommonCUDA) ... ok (0.182s) 2022-05-18T04:43:31.2994188Z test_dtypes_ne_cuda (__main__.TestCommonCUDA) ... ok (0.618s) 2022-05-18T04:43:31.3396185Z test_dtypes_neg_cuda (__main__.TestCommonCUDA) ... ok (0.040s) 2022-05-18T04:43:31.5502987Z test_dtypes_new_empty_cuda (__main__.TestCommonCUDA) ... ok (0.210s) 2022-05-18T04:43:31.7673110Z test_dtypes_new_full_cuda (__main__.TestCommonCUDA) ... ok (0.217s) 2022-05-18T04:43:31.9797042Z test_dtypes_new_ones_cuda (__main__.TestCommonCUDA) ... ok (0.212s) 2022-05-18T04:43:32.1913886Z test_dtypes_new_zeros_cuda (__main__.TestCommonCUDA) ... ok (0.212s) 2022-05-18T04:43:32.6955054Z test_dtypes_nextafter_cuda (__main__.TestCommonCUDA) ... ok (0.504s) 2022-05-18T04:43:32.8546160Z test_dtypes_nn_functional_adaptive_avg_pool1d_cuda (__main__.TestCommonCUDA) ... Some dtypes for nn.functional.adaptive_avg_pool1d on device type cuda are only partially supported! 2022-05-18T04:43:32.8547520Z The following dtypes only worked on some samples during forward: {torch.complex128, torch.uint8, torch.bool, torch.int8, torch.int16, torch.int32, torch.complex64, torch.int64}. 2022-05-18T04:43:32.8548134Z The following dtypes only worked on some samples during backward: {torch.complex128, torch.complex64}. 2022-05-18T04:43:32.8548478Z 2022-05-18T04:43:32.8549038Z ok (0.159s) 2022-05-18T04:43:33.1268718Z test_dtypes_nn_functional_adaptive_avg_pool2d_cuda (__main__.TestCommonCUDA) ... ok (0.272s) 2022-05-18T04:43:33.4135822Z test_dtypes_nn_functional_adaptive_avg_pool3d_cuda (__main__.TestCommonCUDA) ... Some dtypes for nn.functional.adaptive_avg_pool3d on device type cuda are only partially supported! 2022-05-18T04:43:33.4136998Z The following dtypes only worked on some samples during forward: {torch.complex128, torch.uint8, torch.bool, torch.int8, torch.int16, torch.int32, torch.complex64, torch.int64}. 2022-05-18T04:43:33.4137604Z The following dtypes only worked on some samples during backward: {torch.complex128, torch.complex64}. 2022-05-18T04:43:33.4137889Z 2022-05-18T04:43:33.4139055Z ok (0.287s) 2022-05-18T04:43:33.6089017Z test_dtypes_nn_functional_adaptive_max_pool1d_cuda (__main__.TestCommonCUDA) ... ok (0.195s) 2022-05-18T04:43:34.0610675Z test_dtypes_nn_functional_adaptive_max_pool2d_cuda (__main__.TestCommonCUDA) ... ok (0.452s) 2022-05-18T04:43:34.4376275Z test_dtypes_nn_functional_adaptive_max_pool3d_cuda (__main__.TestCommonCUDA) ... ok (0.376s) 2022-05-18T04:43:34.8615827Z test_dtypes_nn_functional_avg_pool1d_cuda (__main__.TestCommonCUDA) ... Some dtypes for nn.functional.avg_pool1d on device type cuda are only partially supported! 2022-05-18T04:43:34.8616655Z The following dtypes only worked on some samples during forward: {torch.uint8, torch.bool, torch.int8, torch.int16, torch.int32, torch.int64}. 2022-05-18T04:43:34.8616982Z 2022-05-18T04:43:34.8617700Z ok (0.424s) 2022-05-18T04:43:35.1253578Z test_dtypes_nn_functional_avg_pool2d_cuda (__main__.TestCommonCUDA) ... ok (0.263s) 2022-05-18T04:43:35.4304825Z test_dtypes_nn_functional_avg_pool3d_cuda (__main__.TestCommonCUDA) ... ok (0.305s) 2022-05-18T04:43:36.4724588Z test_dtypes_nn_functional_batch_norm_cuda (__main__.TestCommonCUDA) ... Some dtypes for nn.functional.batch_norm on device type cuda are only partially supported! 2022-05-18T04:43:36.4725732Z The following dtypes only worked on some samples during forward: {torch.complex128, torch.uint8, torch.bool, torch.int8, torch.int16, torch.int32, torch.complex64, torch.int64}. 2022-05-18T04:43:36.4726345Z The following dtypes only worked on some samples during backward: {torch.complex128, torch.complex64}. 2022-05-18T04:43:36.4726634Z 2022-05-18T04:43:36.4727195Z ok (1.042s) 2022-05-18T04:43:37.2452344Z test_dtypes_nn_functional_batch_norm_without_cudnn_cuda (__main__.TestCommonCUDA) ... Some dtypes for nn.functional.batch_norm on device type cuda are only partially supported! 2022-05-18T04:43:37.2453492Z The following dtypes only worked on some samples during forward: {torch.complex128, torch.uint8, torch.bool, torch.int8, torch.int16, torch.int32, torch.complex64, torch.int64}. 2022-05-18T04:43:37.2454090Z The following dtypes only worked on some samples during backward: {torch.complex128, torch.complex64}. 2022-05-18T04:43:37.2454374Z 2022-05-18T04:43:37.2454805Z ok (0.773s) 2022-05-18T04:43:37.2496304Z test_dtypes_nn_functional_bilinear_cuda (__main__.TestCommonCUDA) ... skip: Skipped! (0.004s) 2022-05-18T04:43:37.7424570Z test_dtypes_nn_functional_binary_cross_entropy_cuda (__main__.TestCommonCUDA) ... ok (0.492s) 2022-05-18T04:43:39.0565147Z test_dtypes_nn_functional_binary_cross_entropy_with_logits_cuda (__main__.TestCommonCUDA) ... ok (1.314s) 2022-05-18T04:43:39.2030738Z test_dtypes_nn_functional_celu_cuda (__main__.TestCommonCUDA) ... ok (0.147s) 2022-05-18T04:43:39.3485171Z test_dtypes_nn_functional_conv1d_cuda (__main__.TestCommonCUDA) ... Some dtypes for nn.functional.conv1d on device type cuda are only partially supported! 2022-05-18T04:43:39.3486136Z The following dtypes only worked on some samples during forward: {torch.bfloat16}. 2022-05-18T04:43:39.3486595Z The following dtypes only worked on some samples during backward: {torch.bfloat16}. 2022-05-18T04:43:39.3486924Z 2022-05-18T04:43:39.3487583Z ok (0.146s) 2022-05-18T04:43:39.3609090Z test_dtypes_nn_functional_conv2d_cuda (__main__.TestCommonCUDA) ... /opt/conda/lib/python3.9/site-packages/torch/testing/_internal/common_methods_invocations.py:930: 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:43:39.3609867Z return self.op(*args, **kwargs) 2022-05-18T04:43:39.8832489Z Some dtypes for nn.functional.conv2d on device type cuda are only partially supported! 2022-05-18T04:43:39.8833471Z The following dtypes only worked on some samples during forward: {torch.bfloat16}. 2022-05-18T04:43:39.8833913Z The following dtypes only worked on some samples during backward: {torch.bfloat16}. 2022-05-18T04:43:39.8834188Z 2022-05-18T04:43:39.8835193Z ok (0.535s) 2022-05-18T04:43:39.9588437Z test_dtypes_nn_functional_conv_transpose1d_cuda (__main__.TestCommonCUDA) ... ok (0.075s) 2022-05-18T04:43:40.1039041Z test_dtypes_nn_functional_conv_transpose2d_cuda (__main__.TestCommonCUDA) ... ok (0.145s) 2022-05-18T04:43:40.2566369Z test_dtypes_nn_functional_conv_transpose3d_cuda (__main__.TestCommonCUDA) ... ok (0.153s) 2022-05-18T04:43:40.3768400Z test_dtypes_nn_functional_cosine_embedding_loss_cuda (__main__.TestCommonCUDA) ... ok (0.120s) 2022-05-18T04:43:40.6049111Z test_dtypes_nn_functional_cosine_similarity_cuda (__main__.TestCommonCUDA) ... ok (0.228s) 2022-05-18T04:43:41.5379895Z test_dtypes_nn_functional_cross_entropy_cuda (__main__.TestCommonCUDA) ... ok (0.933s) 2022-05-18T04:43:41.6893910Z test_dtypes_nn_functional_ctc_loss_cuda (__main__.TestCommonCUDA) ... ok (0.151s) 2022-05-18T04:43:42.2231348Z test_dtypes_nn_functional_dropout2d_cuda (__main__.TestCommonCUDA) ... Some dtypes for nn.functional.dropout2d on device type cuda are only partially supported! 2022-05-18T04:43:42.2232485Z The following dtypes only worked on some samples during forward: {torch.complex128, torch.uint8, torch.bool, torch.int8, torch.int16, torch.int32, torch.complex64, torch.int64}. 2022-05-18T04:43:42.2234028Z The following dtypes only worked on some samples during backward: {torch.complex128, torch.complex64}. 2022-05-18T04:43:42.2234637Z 2022-05-18T04:43:42.2234778Z ok (0.534s) 2022-05-18T04:43:42.9791260Z test_dtypes_nn_functional_dropout_cuda (__main__.TestCommonCUDA) ... Some dtypes for nn.functional.dropout on device type cuda are only partially supported! 2022-05-18T04:43:42.9791993Z The following dtypes only worked on some samples during forward: {torch.complex128, torch.uint8, torch.bool, torch.int8, torch.int16, torch.int32, torch.complex64, torch.int64}. 2022-05-18T04:43:42.9792594Z The following dtypes only worked on some samples during backward: {torch.complex128, torch.complex64}. 2022-05-18T04:43:42.9792861Z 2022-05-18T04:43:42.9793481Z ok (0.756s) 2022-05-18T04:43:43.0960755Z test_dtypes_nn_functional_elu_cuda (__main__.TestCommonCUDA) ... ok (0.117s) 2022-05-18T04:43:45.4548103Z test_dtypes_nn_functional_embedding_bag_cuda (__main__.TestCommonCUDA) ... Some dtypes for nn.functional.embedding_bag on device type cuda are only partially supported! 2022-05-18T04:43:45.4548737Z The following dtypes only worked on some samples during backward: {torch.bfloat16}. 2022-05-18T04:43:45.4549005Z 2022-05-18T04:43:45.4552583Z ok (2.359s) 2022-05-18T04:43:45.8067538Z test_dtypes_nn_functional_embedding_cuda (__main__.TestCommonCUDA) ... Some dtypes for nn.functional.embedding on device type cuda are only partially supported! 2022-05-18T04:43:45.8068208Z The following dtypes only worked on some samples during forward: {torch.uint8, torch.bool, torch.int8, torch.int16, torch.int32, torch.int64}. 2022-05-18T04:43:45.8068530Z 2022-05-18T04:43:45.8070243Z ok (0.352s) 2022-05-18T04:43:46.1112404Z test_dtypes_nn_functional_feature_alpha_dropout_with_train_cuda (__main__.TestCommonCUDA) ... Some dtypes for nn.functional.feature_alpha_dropout on device type cuda are only partially supported! 2022-05-18T04:43:46.1113192Z The following dtypes only worked on some samples during forward: {torch.complex128, torch.uint8, torch.bool, torch.int8, torch.int16, torch.int32, torch.complex64, torch.int64}. 2022-05-18T04:43:46.1113790Z The following dtypes only worked on some samples during backward: {torch.complex128, torch.complex64}. 2022-05-18T04:43:46.1114076Z 2022-05-18T04:43:46.1114841Z ok (0.304s) 2022-05-18T04:43:46.4753015Z test_dtypes_nn_functional_feature_alpha_dropout_without_train_cuda (__main__.TestCommonCUDA) ... ok (0.364s) 2022-05-18T04:43:48.3358772Z test_dtypes_nn_functional_fractional_max_pool2d_cuda (__main__.TestCommonCUDA) ... ok (1.860s) 2022-05-18T04:43:50.7514198Z test_dtypes_nn_functional_fractional_max_pool3d_cuda (__main__.TestCommonCUDA) ... Some dtypes for nn.functional.fractional_max_pool3d on device type cuda are only partially supported! 2022-05-18T04:43:50.7514833Z The following dtypes only worked on some samples during forward: {torch.bfloat16}. 2022-05-18T04:43:50.7515582Z The following dtypes only worked on some samples during backward: {torch.bfloat16}. 2022-05-18T04:43:50.7515872Z 2022-05-18T04:43:50.7517763Z ok (2.416s) 2022-05-18T04:44:04.3096284Z test_dtypes_nn_functional_gaussian_nll_loss_cuda (__main__.TestCommonCUDA) ... ok (13.558s) 2022-05-18T04:44:04.6018633Z test_dtypes_nn_functional_gelu_cuda (__main__.TestCommonCUDA) ... ok (0.292s) 2022-05-18T04:44:06.2640922Z test_dtypes_nn_functional_glu_cuda (__main__.TestCommonCUDA) ... ok (1.662s) 2022-05-18T04:44:08.0160090Z test_dtypes_nn_functional_grid_sample_cuda (__main__.TestCommonCUDA) ... ok (1.752s) 2022-05-18T04:44:08.2882437Z test_dtypes_nn_functional_group_norm_cuda (__main__.TestCommonCUDA) ... ok (0.272s) 2022-05-18T04:44:08.6155176Z test_dtypes_nn_functional_hardshrink_cuda (__main__.TestCommonCUDA) ... ok (0.327s) 2022-05-18T04:44:08.7407165Z test_dtypes_nn_functional_hardsigmoid_cuda (__main__.TestCommonCUDA) ... ok (0.125s) 2022-05-18T04:44:08.9032501Z test_dtypes_nn_functional_hardswish_cuda (__main__.TestCommonCUDA) ... ok (0.162s) 2022-05-18T04:44:09.4053497Z test_dtypes_nn_functional_hardtanh_cuda (__main__.TestCommonCUDA) ... ok (0.502s) 2022-05-18T04:44:09.8316566Z test_dtypes_nn_functional_hinge_embedding_loss_cuda (__main__.TestCommonCUDA) ... Some dtypes for nn.functional.hinge_embedding_loss on device type cuda are only partially supported! 2022-05-18T04:44:09.8317217Z The following dtypes only worked on some samples during forward: {torch.uint8, torch.int8, torch.int16, torch.int32, torch.int64}. 2022-05-18T04:44:09.8317529Z 2022-05-18T04:44:09.8319881Z ok (0.427s) 2022-05-18T04:44:10.2123264Z test_dtypes_nn_functional_huber_loss_cuda (__main__.TestCommonCUDA) ... ok (0.380s) 2022-05-18T04:44:10.5077093Z test_dtypes_nn_functional_instance_norm_cuda (__main__.TestCommonCUDA) ... ok (0.295s) 2022-05-18T04:44:11.1804307Z test_dtypes_nn_functional_interpolate_area_cuda (__main__.TestCommonCUDA) ... ok (0.673s) 2022-05-18T04:44:11.8350227Z test_dtypes_nn_functional_interpolate_bicubic_cuda (__main__.TestCommonCUDA) ... ok (0.655s) 2022-05-18T04:44:12.4869142Z test_dtypes_nn_functional_interpolate_bilinear_cuda (__main__.TestCommonCUDA) ... ok (0.652s) 2022-05-18T04:44:13.1409023Z test_dtypes_nn_functional_interpolate_linear_cuda (__main__.TestCommonCUDA) ... ok (0.654s) 2022-05-18T04:44:13.7980342Z test_dtypes_nn_functional_interpolate_nearest_cuda (__main__.TestCommonCUDA) ... ok (0.657s) 2022-05-18T04:44:14.4334776Z test_dtypes_nn_functional_interpolate_trilinear_cuda (__main__.TestCommonCUDA) ... ok (0.635s) 2022-05-18T04:44:14.4408975Z test_dtypes_nn_functional_kl_div_cuda (__main__.TestCommonCUDA) ... /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:44:14.4409708Z warnings.warn( 2022-05-18T04:44:14.7168532Z Some dtypes for nn.functional.kl_div on device type cuda are only partially supported! 2022-05-18T04:44:14.7169048Z The following dtypes only worked on some samples during backward: {torch.bfloat16}. 2022-05-18T04:44:14.7169310Z 2022-05-18T04:44:14.7171635Z ok (0.284s) 2022-05-18T04:44:15.0026053Z test_dtypes_nn_functional_l1_loss_cuda (__main__.TestCommonCUDA) ... Some dtypes for nn.functional.l1_loss on device type cuda are only partially supported! 2022-05-18T04:44:15.0026985Z The following dtypes only worked on some samples during forward: {torch.uint8, torch.int8, torch.int16, torch.int32, torch.int64}. 2022-05-18T04:44:15.0028530Z The following dtypes only worked on some samples during backward: {torch.complex128, torch.complex64}. 2022-05-18T04:44:15.0028871Z 2022-05-18T04:44:15.0028986Z ok (0.286s) 2022-05-18T04:44:15.3197427Z test_dtypes_nn_functional_layer_norm_cuda (__main__.TestCommonCUDA) ... Some dtypes for nn.functional.layer_norm on device type cuda are only partially supported! 2022-05-18T04:44:15.3198499Z The following dtypes only worked on some samples during forward: {torch.uint8, torch.bool, torch.int8, torch.int16, torch.int32, torch.int64}. 2022-05-18T04:44:15.3198822Z 2022-05-18T04:44:15.3199552Z ok (0.317s) 2022-05-18T04:44:15.6477562Z test_dtypes_nn_functional_leaky_relu_cuda (__main__.TestCommonCUDA) ... ok (0.328s) 2022-05-18T04:44:16.4706195Z test_dtypes_nn_functional_linear_cuda (__main__.TestCommonCUDA) ... Some dtypes for nn.functional.linear on device type cuda are only partially supported! 2022-05-18T04:44:16.4707443Z The following dtypes only worked on some samples during forward: {torch.uint8, torch.bool, torch.int8, torch.int16, torch.int32, torch.int64, torch.bfloat16}. 2022-05-18T04:44:16.4707999Z The following dtypes only worked on some samples during backward: {torch.bfloat16}. 2022-05-18T04:44:16.4708241Z 2022-05-18T04:44:16.4708955Z ok (0.823s) 2022-05-18T04:44:16.9033293Z test_dtypes_nn_functional_local_response_norm_cuda (__main__.TestCommonCUDA) ... Some dtypes for nn.functional.local_response_norm on device type cuda are only partially supported! 2022-05-18T04:44:16.9034840Z The following dtypes only worked on some samples during forward: {torch.complex128, torch.uint8, torch.bool, torch.int8, torch.int16, torch.int32, torch.complex64, torch.int64}. 2022-05-18T04:44:16.9036183Z The following dtypes only worked on some samples during backward: {torch.complex128, torch.complex64}. 2022-05-18T04:44:16.9036795Z 2022-05-18T04:44:16.9036959Z ok (0.433s) 2022-05-18T04:44:17.0871932Z test_dtypes_nn_functional_logsigmoid_cuda (__main__.TestCommonCUDA) ... ok (0.183s) 2022-05-18T04:44:17.2587429Z test_dtypes_nn_functional_margin_ranking_loss_cuda (__main__.TestCommonCUDA) ... ok (0.171s) 2022-05-18T04:45:02.2183050Z test_dtypes_nn_functional_max_pool1d_cuda (__main__.TestCommonCUDA) ... ok (44.959s) 2022-05-18T04:46:02.9067387Z test_dtypes_nn_functional_max_pool2d_cuda (__main__.TestCommonCUDA) ... ok (60.688s) 2022-05-18T04:46:29.9156690Z test_dtypes_nn_functional_max_pool3d_cuda (__main__.TestCommonCUDA) ... ok (27.009s) 2022-05-18T04:46:31.2468815Z test_dtypes_nn_functional_max_unpool1d_cuda (__main__.TestCommonCUDA) ... ok (1.331s) 2022-05-18T04:46:31.9077731Z test_dtypes_nn_functional_max_unpool1d_grad_cuda (__main__.TestCommonCUDA) ... ok (0.661s) 2022-05-18T04:46:34.4394596Z test_dtypes_nn_functional_max_unpool2d_cuda (__main__.TestCommonCUDA) ... ok (2.532s) 2022-05-18T04:46:35.5409611Z test_dtypes_nn_functional_max_unpool2d_grad_cuda (__main__.TestCommonCUDA) ... ok (1.101s) 2022-05-18T04:46:36.4355118Z test_dtypes_nn_functional_max_unpool3d_cuda (__main__.TestCommonCUDA) ... ok (0.894s) 2022-05-18T04:46:36.8953577Z test_dtypes_nn_functional_max_unpool3d_grad_cuda (__main__.TestCommonCUDA) ... ok (0.460s) 2022-05-18T04:46:37.0086504Z test_dtypes_nn_functional_mish_cuda (__main__.TestCommonCUDA) ... ok (0.113s) 2022-05-18T04:46:37.2593349Z test_dtypes_nn_functional_mse_loss_cuda (__main__.TestCommonCUDA) ... ok (0.251s) 2022-05-18T04:46:37.2660539Z test_dtypes_nn_functional_multi_margin_loss_cuda (__main__.TestCommonCUDA) ... /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]. 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:37.2662578Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-05-18T04:46:37.2667762Z /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:37.2669623Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-05-18T04:46:37.2672217Z /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, 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:46:37.2673995Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-05-18T04:46:37.4810433Z ok (0.222s) 2022-05-18T04:46:37.6453941Z test_dtypes_nn_functional_multilabel_margin_loss_cuda (__main__.TestCommonCUDA) ... ok (0.164s) 2022-05-18T04:46:37.8993319Z test_dtypes_nn_functional_multilabel_soft_margin_loss_cuda (__main__.TestCommonCUDA) ... ok (0.254s) 2022-05-18T04:46:41.2051941Z test_dtypes_nn_functional_nll_loss_cuda (__main__.TestCommonCUDA) ... ok (3.306s) 2022-05-18T04:46:41.4541124Z test_dtypes_nn_functional_normalize_cuda (__main__.TestCommonCUDA) ... ok (0.249s) 2022-05-18T04:46:41.6595411Z test_dtypes_nn_functional_one_hot_cuda (__main__.TestCommonCUDA) ... ok (0.205s) 2022-05-18T04:46:41.9257863Z test_dtypes_nn_functional_pad_circular_cuda (__main__.TestCommonCUDA) ... ok (0.266s) 2022-05-18T04:46:43.6413107Z test_dtypes_nn_functional_pad_constant_cuda (__main__.TestCommonCUDA) ... ok (1.715s) 2022-05-18T04:46:44.1743298Z test_dtypes_nn_functional_pad_reflect_cuda (__main__.TestCommonCUDA) ... Some dtypes for nn.functional.pad on device type cuda are only partially supported! 2022-05-18T04:46:44.1744552Z The following dtypes only worked on some samples during forward: {torch.uint8, torch.bool, torch.int8, torch.int16, torch.int32, torch.int64, torch.bfloat16}. 2022-05-18T04:46:44.1745584Z The following dtypes only worked on some samples during backward: {torch.bfloat16}. 2022-05-18T04:46:44.1746067Z 2022-05-18T04:46:44.1746803Z ok (0.533s) 2022-05-18T04:46:44.6963479Z test_dtypes_nn_functional_pad_replicate_cuda (__main__.TestCommonCUDA) ... Some dtypes for nn.functional.pad on device type cuda are only partially supported! 2022-05-18T04:46:44.6964713Z The following dtypes only worked on some samples during forward: {torch.uint8, torch.bool, torch.int8, torch.int16, torch.int32, torch.int64, torch.bfloat16}. 2022-05-18T04:46:44.6965724Z The following dtypes only worked on some samples during backward: {torch.bfloat16}. 2022-05-18T04:46:44.6966215Z 2022-05-18T04:46:44.6967474Z ok (0.522s) 2022-05-18T04:46:44.7722643Z test_dtypes_nn_functional_pairwise_distance_cuda (__main__.TestCommonCUDA) ... ok (0.075s) 2022-05-18T04:46:45.0509010Z test_dtypes_nn_functional_pdist_cuda (__main__.TestCommonCUDA) ... Some dtypes for nn.functional.pdist on device type cuda are only partially supported! 2022-05-18T04:46:45.0510144Z The following dtypes only worked on some samples during forward: {torch.float16, torch.bfloat16}. 2022-05-18T04:46:45.0511072Z The following dtypes only worked on some samples during backward: {torch.float16, torch.bfloat16}. 2022-05-18T04:46:45.0511598Z 2022-05-18T04:46:45.0511813Z ok (0.279s) 2022-05-18T04:46:45.1274891Z test_dtypes_nn_functional_pixel_shuffle_cuda (__main__.TestCommonCUDA) ... ok (0.076s) 2022-05-18T04:46:45.2034118Z test_dtypes_nn_functional_pixel_unshuffle_cuda (__main__.TestCommonCUDA) ... ok (0.076s) 2022-05-18T04:46:45.9225735Z test_dtypes_nn_functional_poisson_nll_loss_cuda (__main__.TestCommonCUDA) ... ok (0.719s) 2022-05-18T04:46:46.8192165Z test_dtypes_nn_functional_prelu_cuda (__main__.TestCommonCUDA) ... ok (0.896s) 2022-05-18T04:46:47.3537966Z test_dtypes_nn_functional_relu6_cuda (__main__.TestCommonCUDA) ... ok (0.535s) 2022-05-18T04:46:47.5435944Z test_dtypes_nn_functional_relu_cuda (__main__.TestCommonCUDA) ... ok (0.190s) 2022-05-18T04:46:47.7289793Z test_dtypes_nn_functional_rrelu_cuda (__main__.TestCommonCUDA) ... Some dtypes for nn.functional.rrelu on device type cuda are only partially supported! 2022-05-18T04:46:47.7291039Z The following dtypes only worked on some samples during forward: {torch.uint8, torch.bool, torch.int8, torch.int16, torch.int32, torch.int64}. 2022-05-18T04:46:47.7291645Z 2022-05-18T04:46:47.7291859Z ok (0.186s) 2022-05-18T04:46:47.8756565Z test_dtypes_nn_functional_selu_cuda (__main__.TestCommonCUDA) ... ok (0.146s) 2022-05-18T04:46:48.0014535Z test_dtypes_nn_functional_silu_complex_cuda (__main__.TestCommonCUDA) ... expected failure (0.126s) 2022-05-18T04:46:48.1265241Z test_dtypes_nn_functional_silu_cuda (__main__.TestCommonCUDA) ... ok (0.125s) 2022-05-18T04:46:48.4706615Z test_dtypes_nn_functional_smooth_l1_loss_cuda (__main__.TestCommonCUDA) ... Some dtypes for nn.functional.smooth_l1_loss on device type cuda are only partially supported! 2022-05-18T04:46:48.4707723Z The following dtypes only worked on some samples during forward: {torch.bfloat16}. 2022-05-18T04:46:48.4708565Z The following dtypes only worked on some samples during backward: {torch.bfloat16}. 2022-05-18T04:46:48.4709059Z 2022-05-18T04:46:48.4709242Z ok (0.344s) 2022-05-18T04:46:48.7722858Z test_dtypes_nn_functional_soft_margin_loss_cuda (__main__.TestCommonCUDA) ... ok (0.301s) 2022-05-18T04:46:49.0844946Z test_dtypes_nn_functional_softmin_cuda (__main__.TestCommonCUDA) ... ok (0.312s) 2022-05-18T04:46:49.1341797Z test_dtypes_nn_functional_softmin_with_dtype_cuda (__main__.TestCommonCUDA) ... ok (0.050s) 2022-05-18T04:46:49.2506187Z test_dtypes_nn_functional_softplus_cuda (__main__.TestCommonCUDA) ... ok (0.116s) 2022-05-18T04:46:49.5786014Z test_dtypes_nn_functional_softshrink_cuda (__main__.TestCommonCUDA) ... ok (0.328s) 2022-05-18T04:46:49.5947649Z test_dtypes_nn_functional_softsign_cuda (__main__.TestCommonCUDA) ... ok (0.016s) 2022-05-18T04:46:49.9596588Z test_dtypes_nn_functional_tanhshrink_cuda (__main__.TestCommonCUDA) ... ok (0.365s) 2022-05-18T04:46:50.1509895Z test_dtypes_nn_functional_threshold_cuda (__main__.TestCommonCUDA) ... ok (0.191s) 2022-05-18T04:46:50.2602098Z test_dtypes_nn_functional_triplet_margin_loss_cuda (__main__.TestCommonCUDA) ... ok (0.109s) 2022-05-18T04:46:50.3680808Z test_dtypes_nn_functional_triplet_margin_with_distance_loss_cuda (__main__.TestCommonCUDA) ... ok (0.108s) 2022-05-18T04:46:59.5128278Z test_dtypes_nn_functional_unfold_cuda (__main__.TestCommonCUDA) ... ok (9.145s) 2022-05-18T04:46:59.5184353Z test_dtypes_nn_functional_upsample_bilinear_cuda (__main__.TestCommonCUDA) ... /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:46:59.5185748Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T04:46:59.7355521Z ok (0.223s) 2022-05-18T04:46:59.7419729Z test_dtypes_nn_functional_upsample_nearest_cuda (__main__.TestCommonCUDA) ... /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:46:59.7420947Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T04:47:00.3936883Z ok (0.658s) 2022-05-18T04:47:02.0102919Z test_dtypes_nonzero_cuda (__main__.TestCommonCUDA) ... ok (1.616s) 2022-05-18T04:47:03.3027233Z test_dtypes_norm_cuda (__main__.TestCommonCUDA) ... ok (1.292s) 2022-05-18T04:47:03.4236196Z test_dtypes_norm_fro_cuda (__main__.TestCommonCUDA) ... Some dtypes for norm on device type cuda are only partially supported! 2022-05-18T04:47:03.4237366Z The following dtypes only worked on some samples during forward: {torch.uint8, torch.bool, torch.int8, torch.int16, torch.int32, torch.int64}. 2022-05-18T04:47:03.4238012Z 2022-05-18T04:47:03.4238224Z ok (0.121s) 2022-05-18T04:47:03.5494780Z test_dtypes_norm_inf_cuda (__main__.TestCommonCUDA) ... ok (0.125s) 2022-05-18T04:47:03.7023264Z test_dtypes_norm_nuc_cuda (__main__.TestCommonCUDA) ... ok (0.153s) 2022-05-18T04:47:03.9673231Z test_dtypes_normal_cuda (__main__.TestCommonCUDA) ... ok (0.265s) 2022-05-18T04:47:04.0252058Z test_dtypes_normal_number_mean_cuda (__main__.TestCommonCUDA) ... ok (0.058s) 2022-05-18T04:47:04.2362837Z test_dtypes_ones_like_cuda (__main__.TestCommonCUDA) ... ok (0.211s) 2022-05-18T04:47:12.6852117Z test_dtypes_ormqr_cuda (__main__.TestCommonCUDA) ... expected failure (8.449s) 2022-05-18T04:47:12.7282792Z test_dtypes_outer_cuda (__main__.TestCommonCUDA) ... ok (0.043s) 2022-05-18T04:47:20.6993618Z test_dtypes_pca_lowrank_cuda (__main__.TestCommonCUDA) ... Some dtypes for pca_lowrank on device type cuda are only partially supported! 2022-05-18T04:47:20.6994910Z The following dtypes only worked on some samples during forward: {torch.complex128, torch.uint8, torch.bool, torch.int8, torch.int16, torch.int32, torch.complex64, torch.int64, torch.bfloat16}. 2022-05-18T04:47:20.6996034Z The following dtypes only worked on some samples during backward: {torch.complex128, torch.complex64, torch.bfloat16}. 2022-05-18T04:47:20.6996599Z 2022-05-18T04:47:20.6999828Z ok (7.972s) 2022-05-18T04:47:20.8450246Z test_dtypes_permute_cuda (__main__.TestCommonCUDA) ... ok (0.145s) 2022-05-18T04:47:20.9857098Z test_dtypes_pinverse_cuda (__main__.TestCommonCUDA) ... ok (0.141s) 2022-05-18T04:47:21.4527685Z test_dtypes_polar_cuda (__main__.TestCommonCUDA) ... ok (0.467s) 2022-05-18T04:47:21.6270781Z test_dtypes_polygamma_polygamma_n_0_cuda (__main__.TestCommonCUDA) ... ok (0.174s) 2022-05-18T04:47:21.6311709Z test_dtypes_polygamma_polygamma_n_1_cuda (__main__.TestCommonCUDA) ... skip: Skipped! (0.004s) 2022-05-18T04:47:21.6353176Z test_dtypes_polygamma_polygamma_n_2_cuda (__main__.TestCommonCUDA) ... skip: Skipped! (0.004s) 2022-05-18T04:47:21.6394372Z test_dtypes_polygamma_polygamma_n_3_cuda (__main__.TestCommonCUDA) ... skip: Skipped! (0.004s) 2022-05-18T04:47:21.6435755Z test_dtypes_polygamma_polygamma_n_4_cuda (__main__.TestCommonCUDA) ... skip: Skipped! (0.004s) 2022-05-18T04:47:21.7437735Z test_dtypes_positive_cuda (__main__.TestCommonCUDA) ... ok (0.100s) 2022-05-18T04:47:22.0804790Z test_dtypes_pow_cuda (__main__.TestCommonCUDA) ... ok (0.336s) 2022-05-18T04:47:26.5045800Z test_dtypes_prod_cuda (__main__.TestCommonCUDA) ... Some dtypes for prod on device type cuda are only partially supported! 2022-05-18T04:47:26.5046791Z The following dtypes only worked on some samples during backward: {torch.complex32}. 2022-05-18T04:47:26.5047245Z 2022-05-18T04:47:26.5049628Z ok (4.425s) 2022-05-18T04:47:27.2957878Z test_dtypes_put_cuda (__main__.TestCommonCUDA) ... ok (0.790s) 2022-05-18T04:47:27.3168172Z test_dtypes_qr_cuda (__main__.TestCommonCUDA) ... /opt/conda/lib/python3.9/site-packages/torch/testing/_internal/common_methods_invocations.py:930: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-05-18T04:47:27.3168963Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-05-18T04:47:27.3169318Z Q, R = torch.qr(A, some) 2022-05-18T04:47:27.3169662Z should be replaced with 2022-05-18T04:47:27.3170795Z 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:47:27.3171702Z return self.op(*args, **kwargs) 2022-05-18T04:47:27.5096568Z ok (0.214s) 2022-05-18T04:47:29.6545786Z test_dtypes_quantile_cuda (__main__.TestCommonCUDA) ... ok (2.145s) 2022-05-18T04:47:29.6974869Z test_dtypes_rad2deg_cuda (__main__.TestCommonCUDA) ... ok (0.043s) 2022-05-18T04:47:29.9164775Z test_dtypes_rand_like_cuda (__main__.TestCommonCUDA) ... Some dtypes for rand_like on device type cuda are only partially supported! 2022-05-18T04:47:29.9165966Z The following dtypes only worked on some samples during forward: {torch.uint8, torch.bool, torch.int8, torch.int16, torch.int32, torch.int64}. 2022-05-18T04:47:29.9166585Z 2022-05-18T04:47:29.9167310Z ok (0.219s) 2022-05-18T04:47:30.4554318Z test_dtypes_randint_like_cuda (__main__.TestCommonCUDA) ... Some dtypes for randint_like on device type cuda are only partially supported! 2022-05-18T04:47:30.4555402Z The following dtypes only worked on some samples during forward: {torch.complex128, torch.complex64, torch.bool}. 2022-05-18T04:47:30.4555941Z 2022-05-18T04:47:30.4557004Z ok (0.539s) 2022-05-18T04:47:30.6751403Z test_dtypes_randn_like_cuda (__main__.TestCommonCUDA) ... Some dtypes for randn_like on device type cuda are only partially supported! 2022-05-18T04:47:30.6752953Z The following dtypes only worked on some samples during forward: {torch.uint8, torch.bool, torch.int8, torch.int16, torch.int32, torch.int64}. 2022-05-18T04:47:30.6753550Z 2022-05-18T04:47:30.6753740Z ok (0.220s) 2022-05-18T04:47:30.7506365Z test_dtypes_ravel_cuda (__main__.TestCommonCUDA) ... ok (0.075s) 2022-05-18T04:47:30.8619148Z test_dtypes_real_cuda (__main__.TestCommonCUDA) ... ok (0.111s) 2022-05-18T04:47:30.8746798Z test_dtypes_reciprocal_cuda (__main__.TestCommonCUDA) ... ok (0.013s) 2022-05-18T04:47:31.2928076Z test_dtypes_remainder_cuda (__main__.TestCommonCUDA) ... ok (0.418s) 2022-05-18T04:47:31.4798068Z test_dtypes_renorm_cuda (__main__.TestCommonCUDA) ... ok (0.187s) 2022-05-18T04:47:32.8464565Z test_dtypes_repeat_cuda (__main__.TestCommonCUDA) ... ok (1.366s) 2022-05-18T04:47:33.0016332Z test_dtypes_repeat_interleave_cuda (__main__.TestCommonCUDA) ... ok (0.155s) 2022-05-18T04:47:33.1506801Z test_dtypes_reshape_as_cuda (__main__.TestCommonCUDA) ... ok (0.149s) 2022-05-18T04:47:33.5389060Z test_dtypes_reshape_cuda (__main__.TestCommonCUDA) ... ok (0.388s) 2022-05-18T04:47:33.6884062Z test_dtypes_resize__cuda (__main__.TestCommonCUDA) ... expected failure (0.149s) 2022-05-18T04:47:33.8400080Z test_dtypes_resize_as__cuda (__main__.TestCommonCUDA) ... expected failure (0.151s) 2022-05-18T04:47:33.9150381Z test_dtypes_resolve_conj_cuda (__main__.TestCommonCUDA) ... ok (0.075s) 2022-05-18T04:47:33.9908955Z test_dtypes_resolve_neg_cuda (__main__.TestCommonCUDA) ... ok (0.076s) 2022-05-18T04:47:34.2764061Z test_dtypes_roll_cuda (__main__.TestCommonCUDA) ... ok (0.285s) 2022-05-18T04:47:34.4227938Z test_dtypes_rot90_cuda (__main__.TestCommonCUDA) ... ok (0.146s) 2022-05-18T04:47:34.4660949Z test_dtypes_round_cuda (__main__.TestCommonCUDA) ... ok (0.043s) 2022-05-18T04:47:34.5833290Z test_dtypes_round_decimals_0_cuda (__main__.TestCommonCUDA) ... ok (0.117s) 2022-05-18T04:47:34.5874747Z test_dtypes_round_decimals_3_cuda (__main__.TestCommonCUDA) ... skip: Skipped! (0.004s) 2022-05-18T04:47:34.5916499Z test_dtypes_round_decimals_neg_3_cuda (__main__.TestCommonCUDA) ... skip: Skipped! (0.004s) 2022-05-18T04:47:34.6052078Z test_dtypes_rsqrt_cuda (__main__.TestCommonCUDA) ... ok (0.013s) 2022-05-18T04:47:35.0159871Z test_dtypes_rsub_cuda (__main__.TestCommonCUDA) ... ok (0.411s) 2022-05-18T04:47:35.3174260Z test_dtypes_scatter_add_cuda (__main__.TestCommonCUDA) ... ok (0.301s) 2022-05-18T04:47:35.9185505Z test_dtypes_scatter_cuda (__main__.TestCommonCUDA) ... ok (0.601s) 2022-05-18T04:47:35.9298188Z test_dtypes_scatter_reduce_amax_cuda (__main__.TestCommonCUDA) ... /opt/conda/lib/python3.9/site-packages/torch/testing/_internal/common_methods_invocations.py:930: 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:47:35.9299304Z return self.op(*args, **kwargs) 2022-05-18T04:47:36.6721744Z ok (0.753s) 2022-05-18T04:47:37.4242885Z test_dtypes_scatter_reduce_amin_cuda (__main__.TestCommonCUDA) ... ok (0.752s) 2022-05-18T04:47:38.1793770Z test_dtypes_scatter_reduce_mean_cuda (__main__.TestCommonCUDA) ... ok (0.755s) 2022-05-18T04:47:38.9652167Z test_dtypes_scatter_reduce_prod_cuda (__main__.TestCommonCUDA) ... ok (0.786s) 2022-05-18T04:47:39.6068227Z test_dtypes_scatter_reduce_sum_cuda (__main__.TestCommonCUDA) ... ok (0.641s) 2022-05-18T04:47:39.8906249Z test_dtypes_searchsorted_cuda (__main__.TestCommonCUDA) ... /opt/conda/lib/python3.9/site-packages/torch/testing/_internal/common_methods_invocations.py:930: UserWarning: torch.searchsorted(): input value tensor is non-contiguous, this will lower the performance due to extra data copy when converting non-contiguous tensor to contiguous, please use contiguous input value tensor if possible. This message will only appear once per program. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BucketizationUtils.h:35.) 2022-05-18T04:47:39.8907536Z return self.op(*args, **kwargs) 2022-05-18T04:47:39.9016682Z /opt/conda/lib/python3.9/site-packages/torch/testing/_internal/common_methods_invocations.py:930: UserWarning: torch.searchsorted(): boundary tensor is non-contiguous, this will lower the performance due to extra data copy when converting non-contiguous tensor to contiguous, please use contiguous boundary tensor if possible. This message will only appear once per program. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BucketizationUtils.h:41.) 2022-05-18T04:47:39.9017559Z return self.op(*args, **kwargs) 2022-05-18T04:47:49.1270485Z Some dtypes for searchsorted on device type cuda are only partially supported! 2022-05-18T04:47:49.1270972Z The following dtypes only worked on some samples during forward: {torch.bfloat16}. 2022-05-18T04:47:49.1272906Z 2022-05-18T04:47:49.1276518Z ok (9.521s) 2022-05-18T04:47:49.3088108Z test_dtypes_select_cuda (__main__.TestCommonCUDA) ... ok (0.181s) 2022-05-18T04:47:49.5288535Z test_dtypes_select_scatter_cuda (__main__.TestCommonCUDA) ... ok (0.220s) 2022-05-18T04:47:49.5775434Z test_dtypes_sgn_cuda (__main__.TestCommonCUDA) ... ok (0.049s) 2022-05-18T04:47:49.9174920Z test_dtypes_short_cuda (__main__.TestCommonCUDA) ... ok (0.340s) 2022-05-18T04:47:50.6224995Z test_dtypes_sigmoid_cuda (__main__.TestCommonCUDA) ... ok (0.705s) 2022-05-18T04:47:50.6730347Z test_dtypes_sign_cuda (__main__.TestCommonCUDA) ... ok (0.051s) 2022-05-18T04:47:50.7435084Z test_dtypes_signbit_cuda (__main__.TestCommonCUDA) ... ok (0.070s) 2022-05-18T04:47:50.7523066Z test_dtypes_sin_cuda (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:47:50.7798121Z test_dtypes_sinc_cuda (__main__.TestCommonCUDA) ... ok (0.027s) 2022-05-18T04:47:50.7879168Z test_dtypes_sinh_cuda (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:47:51.1767888Z test_dtypes_slice_scatter_cuda (__main__.TestCommonCUDA) ... ok (0.389s) 2022-05-18T04:47:51.4999928Z test_dtypes_softmax_cuda (__main__.TestCommonCUDA) ... ok (0.323s) 2022-05-18T04:47:51.5231354Z test_dtypes_softmax_with_dtype_cuda (__main__.TestCommonCUDA) ... ok (0.023s) 2022-05-18T04:47:52.9468080Z test_dtypes_sort_cuda (__main__.TestCommonCUDA) ... Some dtypes for sort on device type cuda are only partially supported! 2022-05-18T04:47:52.9468739Z The following dtypes only worked on some samples during forward: {torch.bool}. 2022-05-18T04:47:52.9469153Z 2022-05-18T04:47:52.9471343Z ok (1.424s) 2022-05-18T04:47:52.9521022Z test_dtypes_sparse_sampled_addmm_cuda (__main__.TestCommonCUDA) ... skip: cusparseSDDMM was added in 11.2.1 (0.005s) 2022-05-18T04:47:52.9858722Z test_dtypes_special_entr_cuda (__main__.TestCommonCUDA) ... ok (0.034s) 2022-05-18T04:47:53.0731423Z test_dtypes_special_erfcx_cuda (__main__.TestCommonCUDA) ... ok (0.087s) 2022-05-18T04:47:53.1326449Z test_dtypes_special_i0e_cuda (__main__.TestCommonCUDA) ... ok (0.059s) 2022-05-18T04:47:53.2005623Z test_dtypes_special_i1_cuda (__main__.TestCommonCUDA) ... ok (0.068s) 2022-05-18T04:47:53.2665074Z test_dtypes_special_i1e_cuda (__main__.TestCommonCUDA) ... ok (0.066s) 2022-05-18T04:47:53.3373577Z test_dtypes_special_log_ndtr_cuda (__main__.TestCommonCUDA) ... ok (0.071s) 2022-05-18T04:47:53.3856360Z test_dtypes_special_ndtr_cuda (__main__.TestCommonCUDA) ... ok (0.048s) 2022-05-18T04:47:53.4534806Z test_dtypes_special_ndtri_cuda (__main__.TestCommonCUDA) ... ok (0.068s) 2022-05-18T04:47:53.6548492Z test_dtypes_special_polygamma_special_polygamma_n_0_cuda (__main__.TestCommonCUDA) ... ok (0.201s) 2022-05-18T04:47:53.7780732Z test_dtypes_special_xlog1py_cuda (__main__.TestCommonCUDA) ... ok (0.123s) 2022-05-18T04:47:53.7821244Z test_dtypes_special_zeta_cuda (__main__.TestCommonCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:47:53.8583479Z test_dtypes_split_cuda (__main__.TestCommonCUDA) ... ok (0.076s) 2022-05-18T04:47:53.9696317Z test_dtypes_split_list_args_cuda (__main__.TestCommonCUDA) ... ok (0.111s) 2022-05-18T04:47:54.1165420Z test_dtypes_split_with_sizes_cuda (__main__.TestCommonCUDA) ... ok (0.147s) 2022-05-18T04:47:54.1247998Z test_dtypes_sqrt_cuda (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:47:54.2351597Z test_dtypes_square_cuda (__main__.TestCommonCUDA) ... ok (0.110s) 2022-05-18T04:47:54.4839505Z test_dtypes_squeeze_cuda (__main__.TestCommonCUDA) ... ok (0.249s) 2022-05-18T04:47:54.8050639Z test_dtypes_stack_cuda (__main__.TestCommonCUDA) ... ok (0.321s) 2022-05-18T04:47:55.0692389Z test_dtypes_std_cuda (__main__.TestCommonCUDA) ... ok (0.264s) 2022-05-18T04:47:55.6917694Z test_dtypes_std_mean_cuda (__main__.TestCommonCUDA) ... expected failure (0.622s) 2022-05-18T04:47:55.6982947Z test_dtypes_stft_cuda (__main__.TestCommonCUDA) ... /opt/conda/lib/python3.9/site-packages/torch/functional.py:606: UserWarning: stft will soon require the return_complex parameter be given for real inputs, and will further require that return_complex=True in a future PyTorch release. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/SpectralOps.cpp:803.) 2022-05-18T04:47:55.6983976Z return _VF.stft(input, n_fft, hop_length, win_length, window, # type: ignore[attr-defined] 2022-05-18T04:47:56.1068103Z ok (0.415s) 2022-05-18T04:47:56.5054633Z test_dtypes_sub_cuda (__main__.TestCommonCUDA) ... ok (0.398s) 2022-05-18T04:47:57.2040031Z test_dtypes_sum_cuda (__main__.TestCommonCUDA) ... ok (0.698s) 2022-05-18T04:47:57.4195722Z test_dtypes_sum_to_size_cuda (__main__.TestCommonCUDA) ... ok (0.215s) 2022-05-18T04:47:59.0151620Z test_dtypes_svd_cuda (__main__.TestCommonCUDA) ... ok (1.595s) 2022-05-18T04:48:06.8834338Z test_dtypes_svd_lowrank_cuda (__main__.TestCommonCUDA) ... Some dtypes for svd_lowrank on device type cuda are only partially supported! 2022-05-18T04:48:06.8835072Z The following dtypes only worked on some samples during forward: {torch.complex128, torch.uint8, torch.bool, torch.int8, torch.int16, torch.int32, torch.complex64, torch.int64, torch.bfloat16}. 2022-05-18T04:48:06.8835715Z The following dtypes only worked on some samples during backward: {torch.complex128, torch.complex64, torch.bfloat16}. 2022-05-18T04:48:06.8836020Z 2022-05-18T04:48:06.8839653Z ok (7.869s) 2022-05-18T04:48:06.8970886Z test_dtypes_symeig_cuda (__main__.TestCommonCUDA) ... /opt/conda/lib/python3.9/site-packages/torch/testing/_internal/common_methods_invocations.py:930: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-05-18T04:48:06.8972035Z 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:48:06.8972541Z L, _ = torch.symeig(A, upper=upper) 2022-05-18T04:48:06.8973136Z should be replaced with 2022-05-18T04:48:06.8973944Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-05-18T04:48:06.8974253Z and 2022-05-18T04:48:06.8974495Z L, V = torch.symeig(A, eigenvectors=True) 2022-05-18T04:48:06.8975075Z should be replaced with 2022-05-18T04:48:06.8975737Z 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:48:06.8976191Z return self.op(*args, **kwargs) 2022-05-18T04:48:07.0254969Z ok (0.141s) 2022-05-18T04:48:07.1348832Z test_dtypes_t_cuda (__main__.TestCommonCUDA) ... ok (0.109s) 2022-05-18T04:48:07.3418727Z test_dtypes_take_along_dim_cuda (__main__.TestCommonCUDA) ... ok (0.207s) 2022-05-18T04:48:07.6992656Z test_dtypes_take_cuda (__main__.TestCommonCUDA) ... ok (0.357s) 2022-05-18T04:48:07.7077669Z test_dtypes_tan_cuda (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:48:07.7158612Z test_dtypes_tanh_cuda (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:48:08.0722160Z test_dtypes_tensor_split_cuda (__main__.TestCommonCUDA) ... ok (0.356s) 2022-05-18T04:48:08.1793874Z test_dtypes_tensordot_cuda (__main__.TestCommonCUDA) ... ok (0.107s) 2022-05-18T04:48:10.0071041Z test_dtypes_tile_cuda (__main__.TestCommonCUDA) ... ok (1.827s) 2022-05-18T04:48:10.0109702Z test_dtypes_to_sparse_cuda (__main__.TestCommonCUDA) ... skip: Skipped! (0.004s) 2022-05-18T04:48:10.6301557Z test_dtypes_topk_cuda (__main__.TestCommonCUDA) ... ok (0.619s) 2022-05-18T04:48:10.6715069Z test_dtypes_trace_cuda (__main__.TestCommonCUDA) ... ok (0.041s) 2022-05-18T04:48:10.9536533Z test_dtypes_transpose_cuda (__main__.TestCommonCUDA) ... ok (0.282s) 2022-05-18T04:48:11.0284474Z test_dtypes_trapezoid_cuda (__main__.TestCommonCUDA) ... ok (0.075s) 2022-05-18T04:48:11.1061237Z test_dtypes_trapz_cuda (__main__.TestCommonCUDA) ... ok (0.078s) 2022-05-18T04:48:11.1179014Z test_dtypes_triangular_solve_cuda (__main__.TestCommonCUDA) ... /opt/conda/lib/python3.9/site-packages/torch/testing/_internal/common_methods_invocations.py:930: UserWarning: torch.triangular_solve is deprecated in favor of torch.linalg.solve_triangularand will be removed in a future PyTorch release. 2022-05-18T04:48:11.1179885Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-05-18T04:48:11.1180279Z X = torch.triangular_solve(B, A).solution 2022-05-18T04:48:11.1180581Z should be replaced with 2022-05-18T04:48:11.1181047Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2189.) 2022-05-18T04:48:11.1181501Z return self.op(*args, **kwargs) 2022-05-18T04:48:11.2294062Z ok (0.123s) 2022-05-18T04:48:11.4319879Z test_dtypes_tril_cuda (__main__.TestCommonCUDA) ... ok (0.202s) 2022-05-18T04:48:11.6340548Z test_dtypes_triu_cuda (__main__.TestCommonCUDA) ... ok (0.202s) 2022-05-18T04:48:11.6936248Z test_dtypes_true_divide_cuda (__main__.TestCommonCUDA) ... ok (0.060s) 2022-05-18T04:48:11.7373242Z test_dtypes_trunc_cuda (__main__.TestCommonCUDA) ... ok (0.044s) 2022-05-18T04:48:12.5077907Z test_dtypes_unfold_cuda (__main__.TestCommonCUDA) ... ok (0.770s) 2022-05-18T04:48:29.4068196Z test_dtypes_unique_consecutive_cuda (__main__.TestCommonCUDA) ... ok (16.899s) 2022-05-18T04:49:03.3110114Z test_dtypes_unique_cuda (__main__.TestCommonCUDA) ... ok (33.904s) 2022-05-18T04:49:03.6276448Z test_dtypes_unsqueeze_cuda (__main__.TestCommonCUDA) ... ok (0.317s) 2022-05-18T04:49:03.8883343Z test_dtypes_var_cuda (__main__.TestCommonCUDA) ... ok (0.261s) 2022-05-18T04:49:03.8923238Z test_dtypes_var_mean_cuda (__main__.TestCommonCUDA) ... skip: Skipped! (0.004s) 2022-05-18T04:49:03.9364807Z test_dtypes_vdot_cuda (__main__.TestCommonCUDA) ... ok (0.044s) 2022-05-18T04:49:03.9973052Z test_dtypes_view_as_complex_cuda (__main__.TestCommonCUDA) ... ok (0.061s) 2022-05-18T04:49:04.1119282Z test_dtypes_view_as_cuda (__main__.TestCommonCUDA) ... ok (0.115s) 2022-05-18T04:49:04.2471652Z test_dtypes_view_as_real_cuda (__main__.TestCommonCUDA) ... ok (0.135s) 2022-05-18T04:49:04.4989641Z test_dtypes_view_cuda (__main__.TestCommonCUDA) ... ok (0.252s) 2022-05-18T04:49:04.5763632Z test_dtypes_vsplit_cuda (__main__.TestCommonCUDA) ... ok (0.077s) 2022-05-18T04:49:04.6201792Z test_dtypes_vstack_cuda (__main__.TestCommonCUDA) ... ok (0.044s) 2022-05-18T04:49:04.8151684Z test_dtypes_where_cuda (__main__.TestCommonCUDA) ... ok (0.195s) 2022-05-18T04:49:04.9317752Z test_dtypes_xlogy_cuda (__main__.TestCommonCUDA) ... ok (0.116s) 2022-05-18T04:49:05.0432273Z test_dtypes_zero__cuda (__main__.TestCommonCUDA) ... ok (0.111s) 2022-05-18T04:49:05.2543378Z test_dtypes_zeros_like_cuda (__main__.TestCommonCUDA) ... ok (0.211s) 2022-05-18T04:49:05.2560081Z test_errors___radd___cuda (__main__.TestCommonCUDA) ... ok (0.002s) 2022-05-18T04:49:05.2576745Z test_errors___rand___cuda (__main__.TestCommonCUDA) ... ok (0.002s) 2022-05-18T04:49:05.2599054Z test_errors___rdiv___cuda (__main__.TestCommonCUDA) ... ok (0.002s) 2022-05-18T04:49:05.2613835Z test_errors___rmod___cuda (__main__.TestCommonCUDA) ... ok (0.001s) 2022-05-18T04:49:05.2630261Z test_errors___rmul___cuda (__main__.TestCommonCUDA) ... ok (0.002s) 2022-05-18T04:49:05.2646436Z test_errors___ror___cuda (__main__.TestCommonCUDA) ... ok (0.002s) 2022-05-18T04:49:05.2663262Z test_errors___rpow___cuda (__main__.TestCommonCUDA) ... ok (0.002s) 2022-05-18T04:49:05.2678054Z test_errors___rsub___cuda (__main__.TestCommonCUDA) ... ok (0.001s) 2022-05-18T04:49:05.2694137Z test_errors___rxor___cuda (__main__.TestCommonCUDA) ... ok (0.002s) 2022-05-18T04:49:05.2711940Z test_errors__refs_add_cuda (__main__.TestCommonCUDA) ... expected failure (0.002s) 2022-05-18T04:49:05.2870129Z test_errors__refs_amax_cuda (__main__.TestCommonCUDA) ... ok (0.016s) 2022-05-18T04:49:05.3018093Z test_errors__refs_amin_cuda (__main__.TestCommonCUDA) ... ok (0.015s) 2022-05-18T04:49:05.3044626Z test_errors__refs_atan2_cuda (__main__.TestCommonCUDA) ... ok (0.003s) 2022-05-18T04:49:05.3284251Z test_errors__refs_bitwise_and_cuda (__main__.TestCommonCUDA) ... ok (0.024s) 2022-05-18T04:49:05.3525224Z test_errors__refs_bitwise_left_shift_cuda (__main__.TestCommonCUDA) ... ok (0.024s) 2022-05-18T04:49:05.3766265Z test_errors__refs_bitwise_or_cuda (__main__.TestCommonCUDA) ... ok (0.024s) 2022-05-18T04:49:05.4005311Z test_errors__refs_bitwise_xor_cuda (__main__.TestCommonCUDA) ... ok (0.024s) 2022-05-18T04:49:05.4026949Z test_errors__refs_eq_cuda (__main__.TestCommonCUDA) ... ok (0.002s) 2022-05-18T04:49:05.4049558Z test_errors__refs_float_power_cuda (__main__.TestCommonCUDA) ... ok (0.002s) 2022-05-18T04:49:05.4071043Z test_errors__refs_ge_cuda (__main__.TestCommonCUDA) ... ok (0.002s) 2022-05-18T04:49:05.4092213Z test_errors__refs_gt_cuda (__main__.TestCommonCUDA) ... ok (0.002s) 2022-05-18T04:49:05.4118185Z test_errors__refs_igamma_cuda (__main__.TestCommonCUDA) ... ok (0.002s) 2022-05-18T04:49:05.4144752Z test_errors__refs_igammac_cuda (__main__.TestCommonCUDA) ... ok (0.003s) 2022-05-18T04:49:05.4161437Z test_errors__refs_isclose_cuda (__main__.TestCommonCUDA) ... ok (0.002s) 2022-05-18T04:49:05.4182905Z test_errors__refs_le_cuda (__main__.TestCommonCUDA) ... ok (0.002s) 2022-05-18T04:49:05.4206108Z test_errors__refs_logical_and_cuda (__main__.TestCommonCUDA) ... ok (0.002s) 2022-05-18T04:49:05.4234672Z test_errors__refs_logical_or_cuda (__main__.TestCommonCUDA) ... ok (0.003s) 2022-05-18T04:49:05.4255788Z test_errors__refs_lt_cuda (__main__.TestCommonCUDA) ... ok (0.002s) 2022-05-18T04:49:05.4274897Z test_errors__refs_maximum_cuda (__main__.TestCommonCUDA) ... expected failure (0.002s) 2022-05-18T04:49:05.4293554Z test_errors__refs_minimum_cuda (__main__.TestCommonCUDA) ... expected failure (0.002s) 2022-05-18T04:49:05.4310159Z test_errors__refs_mul_cuda (__main__.TestCommonCUDA) ... expected failure (0.002s) 2022-05-18T04:49:05.4331404Z test_errors__refs_ne_cuda (__main__.TestCommonCUDA) ... ok (0.002s) 2022-05-18T04:49:05.4401158Z test_errors__refs_neg_cuda (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:49:05.4425804Z test_errors__refs_nextafter_cuda (__main__.TestCommonCUDA) ... ok (0.002s) 2022-05-18T04:49:05.4443517Z test_errors__refs_pow_cuda (__main__.TestCommonCUDA) ... ok (0.002s) 2022-05-18T04:49:05.4476803Z test_errors__refs_reshape_cuda (__main__.TestCommonCUDA) ... ok (0.003s) 2022-05-18T04:49:05.4493027Z test_errors__refs_sub_cuda (__main__.TestCommonCUDA) ... expected failure (0.002s) 2022-05-18T04:49:05.4510069Z test_errors__refs_true_divide_cuda (__main__.TestCommonCUDA) ... expected failure (0.002s) 2022-05-18T04:49:05.4524940Z test_errors_add_cuda (__main__.TestCommonCUDA) ... ok (0.001s) 2022-05-18T04:49:05.4903943Z test_errors_amax_cuda (__main__.TestCommonCUDA) ... ok (0.038s) 2022-05-18T04:49:05.5282745Z test_errors_amin_cuda (__main__.TestCommonCUDA) ... ok (0.038s) 2022-05-18T04:49:05.5517842Z test_errors_aminmax_cuda (__main__.TestCommonCUDA) ... ok (0.023s) 2022-05-18T04:49:05.5536303Z test_errors_atan2_cuda (__main__.TestCommonCUDA) ... ok (0.002s) 2022-05-18T04:49:05.5732991Z test_errors_bitwise_and_cuda (__main__.TestCommonCUDA) ... ok (0.020s) 2022-05-18T04:49:05.5937135Z test_errors_bitwise_left_shift_cuda (__main__.TestCommonCUDA) ... ok (0.020s) 2022-05-18T04:49:05.5993780Z test_errors_bitwise_not_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:49:05.6192457Z test_errors_bitwise_or_cuda (__main__.TestCommonCUDA) ... ok (0.020s) 2022-05-18T04:49:05.6391045Z test_errors_bitwise_right_shift_cuda (__main__.TestCommonCUDA) ... ok (0.020s) 2022-05-18T04:49:05.6587032Z test_errors_bitwise_xor_cuda (__main__.TestCommonCUDA) ... ok (0.020s) 2022-05-18T04:49:05.6605413Z test_errors_complex_cuda (__main__.TestCommonCUDA) ... ok (0.002s) 2022-05-18T04:49:05.6623364Z test_errors_copysign_cuda (__main__.TestCommonCUDA) ... ok (0.002s) 2022-05-18T04:49:05.6879068Z test_errors_cov_cuda (__main__.TestCommonCUDA) ... ok (0.025s) 2022-05-18T04:49:05.6902221Z test_errors_diag_cuda (__main__.TestCommonCUDA) ... ok (0.002s) 2022-05-18T04:49:05.6917059Z test_errors_div_floor_rounding_cuda (__main__.TestCommonCUDA) ... ok (0.001s) 2022-05-18T04:49:05.6932103Z test_errors_div_no_rounding_mode_cuda (__main__.TestCommonCUDA) ... ok (0.001s) 2022-05-18T04:49:05.6947160Z test_errors_div_trunc_rounding_cuda (__main__.TestCommonCUDA) ... ok (0.001s) 2022-05-18T04:49:05.7019462Z test_errors_dsplit_cuda (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:49:05.7142522Z test_errors_eig_cuda (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:49:05.7160162Z test_errors_eq_cuda (__main__.TestCommonCUDA) ... ok (0.002s) 2022-05-18T04:49:05.7176273Z test_errors_float_power_cuda (__main__.TestCommonCUDA) ... ok (0.002s) 2022-05-18T04:49:05.7196533Z test_errors_floor_divide_cuda (__main__.TestCommonCUDA) ... ok (0.002s) 2022-05-18T04:49:05.7214874Z test_errors_fmax_cuda (__main__.TestCommonCUDA) ... ok (0.002s) 2022-05-18T04:49:05.7233621Z test_errors_fmin_cuda (__main__.TestCommonCUDA) ... ok (0.002s) 2022-05-18T04:49:05.7251121Z test_errors_fmod_cuda (__main__.TestCommonCUDA) ... ok (0.002s) 2022-05-18T04:49:05.7616469Z test_errors_gather_cuda (__main__.TestCommonCUDA) ... /opt/conda/lib/python3.9/site-packages/torch/testing/_internal/common_methods_invocations.py:930: UserWarning: An output with one or more elements was resized since it had shape [6], 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-18T04:49:05.7617462Z return self.op(*args, **kwargs) 2022-05-18T04:49:05.7670060Z /opt/conda/lib/python3.9/site-packages/torch/testing/_internal/common_methods_invocations.py:930: UserWarning: An output with one or more elements was resized since it had shape [1], which does not match the required output shape [2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:49:05.7671429Z return self.op(*args, **kwargs) 2022-05-18T04:49:05.7671699Z ok (0.042s) 2022-05-18T04:49:05.7690130Z test_errors_gcd_cuda (__main__.TestCommonCUDA) ... ok (0.002s) 2022-05-18T04:49:05.7708118Z test_errors_ge_cuda (__main__.TestCommonCUDA) ... ok (0.002s) 2022-05-18T04:49:05.8361059Z test_errors_gradient_cuda (__main__.TestCommonCUDA) ... ok (0.065s) 2022-05-18T04:49:05.8384151Z test_errors_gt_cuda (__main__.TestCommonCUDA) ... ok (0.002s) 2022-05-18T04:49:05.8402759Z test_errors_heaviside_cuda (__main__.TestCommonCUDA) ... ok (0.002s) 2022-05-18T04:49:05.8474786Z test_errors_hsplit_cuda (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:49:05.8493685Z test_errors_hypot_cuda (__main__.TestCommonCUDA) ... ok (0.002s) 2022-05-18T04:49:05.8512526Z test_errors_igamma_cuda (__main__.TestCommonCUDA) ... ok (0.002s) 2022-05-18T04:49:05.8531158Z test_errors_igammac_cuda (__main__.TestCommonCUDA) ... ok (0.002s) 2022-05-18T04:49:05.8596076Z test_errors_index_select_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:49:05.8614913Z test_errors_isclose_cuda (__main__.TestCommonCUDA) ... ok (0.002s) 2022-05-18T04:49:05.8637767Z test_errors_jiterator_binary_cuda (__main__.TestCommonCUDA) ... ok (0.002s) 2022-05-18T04:49:05.8888514Z test_errors_kthvalue_cuda (__main__.TestCommonCUDA) ... ok (0.025s) 2022-05-18T04:49:05.8907510Z test_errors_lcm_cuda (__main__.TestCommonCUDA) ... ok (0.002s) 2022-05-18T04:49:05.8926163Z test_errors_ldexp_cuda (__main__.TestCommonCUDA) ... ok (0.002s) 2022-05-18T04:49:05.8944078Z test_errors_le_cuda (__main__.TestCommonCUDA) ... ok (0.002s) 2022-05-18T04:49:05.8959384Z test_errors_linalg_lstsq_cuda (__main__.TestCommonCUDA) ... ok (0.001s) 2022-05-18T04:49:05.8975112Z test_errors_linalg_lstsq_grad_oriented_cuda (__main__.TestCommonCUDA) ... ok (0.001s) 2022-05-18T04:49:05.8994116Z test_errors_logical_and_cuda (__main__.TestCommonCUDA) ... ok (0.002s) 2022-05-18T04:49:05.9018200Z test_errors_logical_or_cuda (__main__.TestCommonCUDA) ... ok (0.002s) 2022-05-18T04:49:05.9038056Z test_errors_logical_xor_cuda (__main__.TestCommonCUDA) ... ok (0.002s) 2022-05-18T04:49:05.9055648Z test_errors_lt_cuda (__main__.TestCommonCUDA) ... ok (0.002s) 2022-05-18T04:49:05.9215756Z test_errors_masked_select_cuda (__main__.TestCommonCUDA) ... ok (0.016s) 2022-05-18T04:49:05.9277400Z test_errors_max_binary_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:49:05.9295917Z test_errors_maximum_cuda (__main__.TestCommonCUDA) ... ok (0.002s) 2022-05-18T04:49:05.9467120Z test_errors_mean_cuda (__main__.TestCommonCUDA) ... ok (0.017s) 2022-05-18T04:49:05.9529621Z test_errors_min_binary_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:49:05.9553752Z test_errors_minimum_cuda (__main__.TestCommonCUDA) ... ok (0.002s) 2022-05-18T04:49:05.9569349Z test_errors_mul_cuda (__main__.TestCommonCUDA) ... ok (0.001s) 2022-05-18T04:49:05.9903393Z test_errors_multinomial_cuda (__main__.TestCommonCUDA) ... ok (0.033s) 2022-05-18T04:49:05.9920688Z test_errors_ne_cuda (__main__.TestCommonCUDA) ... ok (0.002s) 2022-05-18T04:49:05.9980020Z test_errors_neg_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:49:05.9998713Z test_errors_nextafter_cuda (__main__.TestCommonCUDA) ... ok (0.002s) 2022-05-18T04:49:06.0097243Z test_errors_nn_functional_embedding_cuda (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:49:06.0113247Z test_errors_ormqr_cuda (__main__.TestCommonCUDA) ... ok (0.002s) 2022-05-18T04:49:06.0137314Z test_errors_polar_cuda (__main__.TestCommonCUDA) ... ok (0.002s) 2022-05-18T04:49:06.0154242Z test_errors_pow_cuda (__main__.TestCommonCUDA) ... ok (0.002s) 2022-05-18T04:49:06.0170329Z test_errors_remainder_cuda (__main__.TestCommonCUDA) ... ok (0.002s) 2022-05-18T04:49:06.0233512Z test_errors_renorm_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:49:06.0290427Z test_errors_reshape_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:49:06.0308215Z test_errors_rsub_cuda (__main__.TestCommonCUDA) ... ok (0.002s) 2022-05-18T04:49:06.0543611Z test_errors_scatter_add_cuda (__main__.TestCommonCUDA) ... ok (0.023s) 2022-05-18T04:49:06.0775156Z test_errors_scatter_cuda (__main__.TestCommonCUDA) ... ok (0.023s) 2022-05-18T04:49:06.0796749Z test_errors_special_xlog1py_cuda (__main__.TestCommonCUDA) ... ok (0.002s) 2022-05-18T04:49:06.0812794Z test_errors_special_zeta_cuda (__main__.TestCommonCUDA) ... ok (0.002s) 2022-05-18T04:49:06.0827778Z test_errors_sub_cuda (__main__.TestCommonCUDA) ... ok (0.001s) 2022-05-18T04:49:06.0962248Z test_errors_take_cuda (__main__.TestCommonCUDA) ... ok (0.013s) 2022-05-18T04:49:06.0976896Z test_errors_true_divide_cuda (__main__.TestCommonCUDA) ... ok (0.001s) 2022-05-18T04:49:06.1049167Z test_errors_vsplit_cuda (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:49:06.1413073Z test_errors_where_cuda (__main__.TestCommonCUDA) ... ok (0.036s) 2022-05-18T04:49:06.1429642Z test_errors_xlogy_cuda (__main__.TestCommonCUDA) ... ok (0.002s) 2022-05-18T04:49:06.1451972Z test_multiple_devices_H_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.1468998Z test_multiple_devices_H_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.1485815Z test_multiple_devices_T_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.1503031Z test_multiple_devices_T_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.1519856Z test_multiple_devices___getitem___cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.1536883Z test_multiple_devices___getitem___cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.1554024Z test_multiple_devices___radd___cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.1570781Z test_multiple_devices___radd___cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.1588010Z test_multiple_devices___rand___cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.1604856Z test_multiple_devices___rdiv___cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.1622000Z test_multiple_devices___rdiv___cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.1644205Z test_multiple_devices___rmatmul___cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.1661132Z test_multiple_devices___rmod___cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.1678040Z test_multiple_devices___rmod___cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.1695016Z test_multiple_devices___rmul___cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.1712033Z test_multiple_devices___rmul___cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.1728745Z test_multiple_devices___ror___cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.1746099Z test_multiple_devices___rpow___cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.1762883Z test_multiple_devices___rpow___cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.1779946Z test_multiple_devices___rsub___cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.1796861Z test_multiple_devices___rsub___cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.1813730Z test_multiple_devices___rxor___cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.1831062Z test_multiple_devices__masked_amax_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.1853181Z test_multiple_devices__masked_amax_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.1870098Z test_multiple_devices__masked_amin_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.1886983Z test_multiple_devices__masked_amin_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.1904053Z test_multiple_devices__masked_argmax_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.1920796Z test_multiple_devices__masked_argmax_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.1937598Z test_multiple_devices__masked_argmin_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.1955477Z test_multiple_devices__masked_argmin_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.1972279Z test_multiple_devices__masked_log_softmax_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.1989670Z test_multiple_devices__masked_mean_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.2006019Z test_multiple_devices__masked_mean_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.2023178Z test_multiple_devices__masked_norm_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.2039970Z test_multiple_devices__masked_normalize_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.2062549Z test_multiple_devices__masked_prod_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.2079204Z test_multiple_devices__masked_prod_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.2096056Z test_multiple_devices__masked_softmax_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.2113161Z test_multiple_devices__masked_softmin_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.2130144Z test_multiple_devices__masked_std_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.2147236Z test_multiple_devices__masked_std_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.2164149Z test_multiple_devices__masked_sum_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.2181154Z test_multiple_devices__masked_sum_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.2199071Z test_multiple_devices__masked_var_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.2215885Z test_multiple_devices__masked_var_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.2233059Z test_multiple_devices_abs_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.2250266Z test_multiple_devices_abs_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.2274139Z test_multiple_devices_acos_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.2290904Z test_multiple_devices_acos_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.2307890Z test_multiple_devices_acosh_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.2324820Z test_multiple_devices_acosh_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.2341944Z test_multiple_devices_add_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.2358718Z test_multiple_devices_add_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.2375491Z test_multiple_devices_addbmm_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.2392402Z test_multiple_devices_addcdiv_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.2409293Z test_multiple_devices_addcmul_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.2426410Z test_multiple_devices_addcmul_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.2443333Z test_multiple_devices_addmm_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.2460364Z test_multiple_devices_addmm_decomposed_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.2482653Z test_multiple_devices_addmv_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.2499411Z test_multiple_devices_addr_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.2516384Z test_multiple_devices_addr_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.2533374Z test_multiple_devices_all_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.2550462Z test_multiple_devices_all_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.2567537Z test_multiple_devices_allclose_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.2584501Z test_multiple_devices_amax_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.2601234Z test_multiple_devices_amax_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.2618091Z test_multiple_devices_amin_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.2635988Z test_multiple_devices_amin_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.2652817Z test_multiple_devices_aminmax_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.2670508Z test_multiple_devices_aminmax_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.2692721Z test_multiple_devices_angle_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.2709948Z test_multiple_devices_angle_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.2726728Z test_multiple_devices_any_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.2744164Z test_multiple_devices_any_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.2760725Z test_multiple_devices_argmax_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.2777488Z test_multiple_devices_argmax_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.2795189Z test_multiple_devices_argmin_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.2812194Z test_multiple_devices_argmin_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.2829369Z test_multiple_devices_argsort_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.2846419Z test_multiple_devices_argsort_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.2863504Z test_multiple_devices_argwhere_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.2880400Z test_multiple_devices_argwhere_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.2902801Z test_multiple_devices_as_strided_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.2919519Z test_multiple_devices_as_strided_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.2936341Z test_multiple_devices_asin_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.2953842Z test_multiple_devices_asin_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.2970856Z test_multiple_devices_asinh_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.2988026Z test_multiple_devices_asinh_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.3004858Z test_multiple_devices_atan2_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.3021958Z test_multiple_devices_atan2_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.3038794Z test_multiple_devices_atan_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.3055710Z test_multiple_devices_atan_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.3072854Z test_multiple_devices_atanh_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.3095046Z test_multiple_devices_atanh_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.3112074Z test_multiple_devices_atleast_1d_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.3128993Z test_multiple_devices_atleast_1d_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.3146189Z test_multiple_devices_atleast_2d_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.3162880Z test_multiple_devices_atleast_2d_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.3179927Z test_multiple_devices_atleast_3d_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.3196804Z test_multiple_devices_atleast_3d_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.3213673Z test_multiple_devices_baddbmm_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.3230890Z test_multiple_devices_bernoulli_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.3247771Z test_multiple_devices_bfloat16_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.3265003Z test_multiple_devices_bfloat16_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.3281976Z test_multiple_devices_bincount_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.3304563Z test_multiple_devices_bitwise_and_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.3321211Z test_multiple_devices_bitwise_left_shift_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.3338108Z test_multiple_devices_bitwise_not_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.3355799Z test_multiple_devices_bitwise_or_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.3372579Z test_multiple_devices_bitwise_right_shift_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.3389704Z test_multiple_devices_bitwise_xor_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.3406777Z test_multiple_devices_block_diag_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.3423890Z test_multiple_devices_block_diag_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.3440702Z test_multiple_devices_bmm_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.3457562Z test_multiple_devices_bool_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.3475249Z test_multiple_devices_bool_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.3492203Z test_multiple_devices_broadcast_tensors_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.3514739Z test_multiple_devices_broadcast_tensors_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.3531768Z test_multiple_devices_broadcast_to_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.3548724Z test_multiple_devices_broadcast_to_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.3565546Z test_multiple_devices_bucketize_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.3582836Z test_multiple_devices_bucketize_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.3599651Z test_multiple_devices_byte_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.3616289Z test_multiple_devices_byte_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.3633516Z test_multiple_devices_cartesian_prod_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.3650262Z test_multiple_devices_cartesian_prod_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.3667387Z test_multiple_devices_cat_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.3684468Z test_multiple_devices_cat_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.3701350Z test_multiple_devices_cdist_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.3723768Z test_multiple_devices_ceil_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.3740642Z test_multiple_devices_chalf_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.3757624Z test_multiple_devices_chalf_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.3774485Z test_multiple_devices_char_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.3792275Z test_multiple_devices_char_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.3808933Z test_multiple_devices_cholesky_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.3825704Z test_multiple_devices_cholesky_inverse_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.3842102Z test_multiple_devices_cholesky_solve_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.3858827Z test_multiple_devices_chunk_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.3876484Z test_multiple_devices_chunk_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.3893444Z test_multiple_devices_clamp_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.3910593Z test_multiple_devices_clamp_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.3932837Z test_multiple_devices_clamp_scalar_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.3949874Z test_multiple_devices_clamp_scalar_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.3966881Z test_multiple_devices_clone_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.3984039Z test_multiple_devices_clone_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.4000797Z test_multiple_devices_column_stack_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.4017666Z test_multiple_devices_column_stack_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.4035267Z test_multiple_devices_combinations_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.4052092Z test_multiple_devices_combinations_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.4069254Z test_multiple_devices_complex_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.4086272Z test_multiple_devices_conj_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.4103520Z test_multiple_devices_conj_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.4120271Z test_multiple_devices_conj_physical_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.4142949Z test_multiple_devices_conj_physical_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.4159711Z test_multiple_devices_contiguous_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.4176766Z test_multiple_devices_contiguous_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.4194939Z test_multiple_devices_copysign_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.4211757Z test_multiple_devices_copysign_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.4229243Z test_multiple_devices_corrcoef_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.4245961Z test_multiple_devices_corrcoef_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.4263014Z test_multiple_devices_cos_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.4279874Z test_multiple_devices_cos_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.4296781Z test_multiple_devices_cosh_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.4313928Z test_multiple_devices_cosh_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.4331208Z test_multiple_devices_count_nonzero_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.4353549Z test_multiple_devices_count_nonzero_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.4370415Z test_multiple_devices_cov_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.4387724Z test_multiple_devices_cov_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.4404397Z test_multiple_devices_cross_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.4421435Z test_multiple_devices_cross_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.4438356Z test_multiple_devices_cummax_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.4455219Z test_multiple_devices_cummax_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.4472409Z test_multiple_devices_cummin_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.4489118Z test_multiple_devices_cummin_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.4506392Z test_multiple_devices_cumprod_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.4523195Z test_multiple_devices_cumprod_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.4545974Z test_multiple_devices_cumsum_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.4562730Z test_multiple_devices_cumsum_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.4579742Z test_multiple_devices_cumulative_trapezoid_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.4598171Z test_multiple_devices_cumulative_trapezoid_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.4616085Z test_multiple_devices_deg2rad_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.4634555Z test_multiple_devices_deg2rad_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.4652756Z test_multiple_devices_diag_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.4671206Z test_multiple_devices_diag_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.4687905Z test_multiple_devices_diag_embed_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.4705074Z test_multiple_devices_diag_embed_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.4721929Z test_multiple_devices_diagflat_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.4738932Z test_multiple_devices_diagflat_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.4763647Z test_multiple_devices_diagonal_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.4780670Z test_multiple_devices_diagonal_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.4797651Z test_multiple_devices_diagonal_scatter_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.4814303Z test_multiple_devices_diagonal_scatter_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.4831353Z test_multiple_devices_diff_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.4848597Z test_multiple_devices_diff_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.4865341Z test_multiple_devices_digamma_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.4882118Z test_multiple_devices_digamma_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.4898815Z test_multiple_devices_dist_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.4916370Z test_multiple_devices_div_floor_rounding_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.4933290Z test_multiple_devices_div_floor_rounding_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.4950440Z test_multiple_devices_div_no_rounding_mode_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.4973074Z test_multiple_devices_div_no_rounding_mode_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.4991410Z test_multiple_devices_div_trunc_rounding_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.5009556Z test_multiple_devices_div_trunc_rounding_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.5027964Z test_multiple_devices_dot_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.5046135Z test_multiple_devices_double_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.5064587Z test_multiple_devices_double_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.5082894Z test_multiple_devices_dsplit_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.5101425Z test_multiple_devices_dsplit_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.5119741Z test_multiple_devices_dstack_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.5138028Z test_multiple_devices_dstack_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.5155868Z test_multiple_devices_eig_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.5172528Z test_multiple_devices_einsum_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.5195496Z test_multiple_devices_empty_like_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.5212408Z test_multiple_devices_empty_like_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.5229370Z test_multiple_devices_eq_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.5246368Z test_multiple_devices_eq_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.5263530Z test_multiple_devices_erf_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.5280416Z test_multiple_devices_erf_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.5297248Z test_multiple_devices_erfc_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.5314913Z test_multiple_devices_erfc_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.5331910Z test_multiple_devices_erfinv_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.5349193Z test_multiple_devices_erfinv_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.5366057Z test_multiple_devices_exp2_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.5383754Z test_multiple_devices_exp2_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.5405989Z test_multiple_devices_exp_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.5423098Z test_multiple_devices_exp_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.5439890Z test_multiple_devices_expand_as_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.5458193Z test_multiple_devices_expand_as_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.5475528Z test_multiple_devices_expand_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.5492547Z test_multiple_devices_expand_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.5509681Z test_multiple_devices_expm1_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.5526689Z test_multiple_devices_expm1_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.5544478Z test_multiple_devices_fft_fft2_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.5561800Z test_multiple_devices_fft_fft2_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.5578373Z test_multiple_devices_fft_fft_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.5596256Z test_multiple_devices_fft_fft_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.5618630Z test_multiple_devices_fft_fftn_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.5636162Z test_multiple_devices_fft_fftn_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.5653039Z test_multiple_devices_fft_fftshift_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.5669930Z test_multiple_devices_fft_fftshift_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.5686891Z test_multiple_devices_fft_hfft2_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.5704125Z test_multiple_devices_fft_hfft2_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.5721065Z test_multiple_devices_fft_hfft_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.5738163Z test_multiple_devices_fft_hfft_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.5756139Z test_multiple_devices_fft_hfftn_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.5773216Z test_multiple_devices_fft_hfftn_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.5790374Z test_multiple_devices_fft_ifft2_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.5807580Z test_multiple_devices_fft_ifft2_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.5830260Z test_multiple_devices_fft_ifft_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.5846913Z test_multiple_devices_fft_ifft_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.5863993Z test_multiple_devices_fft_ifftn_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.5880918Z test_multiple_devices_fft_ifftn_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.5897932Z test_multiple_devices_fft_ifftshift_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.5915566Z test_multiple_devices_fft_ifftshift_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.5932450Z test_multiple_devices_fft_ihfft2_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.5949912Z test_multiple_devices_fft_ihfft2_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.5966940Z test_multiple_devices_fft_ihfft_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.5984234Z test_multiple_devices_fft_ihfft_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.6001439Z test_multiple_devices_fft_ihfftn_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.6024548Z test_multiple_devices_fft_ihfftn_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.6041311Z test_multiple_devices_fft_irfft2_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.6057955Z test_multiple_devices_fft_irfft2_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.6075669Z test_multiple_devices_fft_irfft_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.6092683Z test_multiple_devices_fft_irfft_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.6110000Z test_multiple_devices_fft_irfftn_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.6126994Z test_multiple_devices_fft_irfftn_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.6144756Z test_multiple_devices_fft_rfft2_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.6161750Z test_multiple_devices_fft_rfft2_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.6178654Z test_multiple_devices_fft_rfft_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.6198905Z test_multiple_devices_fft_rfft_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.6215795Z test_multiple_devices_fft_rfftn_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.6238892Z test_multiple_devices_fft_rfftn_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.6255641Z test_multiple_devices_fill__cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.6272682Z test_multiple_devices_fill__cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.6289483Z test_multiple_devices_flatten_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.6306875Z test_multiple_devices_flatten_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.6323783Z test_multiple_devices_flip_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.6340800Z test_multiple_devices_flip_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.6357903Z test_multiple_devices_fliplr_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.6374636Z test_multiple_devices_fliplr_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.6392187Z test_multiple_devices_flipud_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.6409080Z test_multiple_devices_flipud_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.6426354Z test_multiple_devices_float_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.6448818Z test_multiple_devices_float_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.6466376Z test_multiple_devices_float_power_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.6483188Z test_multiple_devices_float_power_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.6499944Z test_multiple_devices_floor_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.6517096Z test_multiple_devices_floor_divide_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.6534499Z test_multiple_devices_floor_divide_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.6551475Z test_multiple_devices_fmax_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.6568213Z test_multiple_devices_fmax_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.6585293Z test_multiple_devices_fmin_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.6602182Z test_multiple_devices_fmin_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.6618834Z test_multiple_devices_fmod_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.6636486Z test_multiple_devices_fmod_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.6659246Z test_multiple_devices_frac_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.6676334Z test_multiple_devices_frexp_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.6693298Z test_multiple_devices_full_like_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.6710313Z test_multiple_devices_full_like_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.6727259Z test_multiple_devices_gather_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.6744645Z test_multiple_devices_gather_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.6761255Z test_multiple_devices_gcd_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.6778216Z test_multiple_devices_ge_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.6795753Z test_multiple_devices_ge_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.6812861Z test_multiple_devices_geqrf_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.6830248Z test_multiple_devices_gradient_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.6847373Z test_multiple_devices_gradient_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.6869834Z test_multiple_devices_gt_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.6886422Z test_multiple_devices_gt_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.6903580Z test_multiple_devices_half_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.6920396Z test_multiple_devices_half_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.6937268Z test_multiple_devices_heaviside_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.6954843Z test_multiple_devices_heaviside_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.6971736Z test_multiple_devices_histc_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.6988575Z test_multiple_devices_histc_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.7005166Z test_multiple_devices_hsplit_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.7022345Z test_multiple_devices_hsplit_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.7039236Z test_multiple_devices_hstack_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.7056056Z test_multiple_devices_hstack_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.7078882Z test_multiple_devices_hypot_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.7095987Z test_multiple_devices_i0_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.7113440Z test_multiple_devices_i0_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.7130665Z test_multiple_devices_igamma_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.7149098Z test_multiple_devices_igammac_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.7165738Z test_multiple_devices_index_add_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.7183051Z test_multiple_devices_index_add_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.7200515Z test_multiple_devices_index_copy_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.7217954Z test_multiple_devices_index_copy_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.7235623Z test_multiple_devices_index_fill_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.7252515Z test_multiple_devices_index_fill_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.7269624Z test_multiple_devices_index_put_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.7295004Z test_multiple_devices_index_put_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.7311926Z test_multiple_devices_index_reduce_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.7328659Z test_multiple_devices_index_select_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.7345747Z test_multiple_devices_index_select_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.7362328Z test_multiple_devices_inner_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.7379033Z test_multiple_devices_int_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.7396308Z test_multiple_devices_int_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.7413353Z test_multiple_devices_inverse_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.7430331Z test_multiple_devices_isclose_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.7447064Z test_multiple_devices_isclose_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.7464486Z test_multiple_devices_isfinite_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.7486616Z test_multiple_devices_isfinite_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.7503598Z test_multiple_devices_isin_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.7520371Z test_multiple_devices_isin_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.7537129Z test_multiple_devices_isinf_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.7554127Z test_multiple_devices_isinf_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.7571135Z test_multiple_devices_isnan_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.7588603Z test_multiple_devices_isnan_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.7605393Z test_multiple_devices_isneginf_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.7622565Z test_multiple_devices_isneginf_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.7639840Z test_multiple_devices_isposinf_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.7656735Z test_multiple_devices_isposinf_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.7673992Z test_multiple_devices_isreal_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.7696339Z test_multiple_devices_isreal_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.7713074Z test_multiple_devices_istft_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.7730098Z test_multiple_devices_jiterator_4inputs_with_extra_args_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.7747110Z test_multiple_devices_jiterator_4inputs_with_extra_args_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.7764070Z test_multiple_devices_jiterator_binary_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.7781394Z test_multiple_devices_jiterator_binary_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.7798363Z test_multiple_devices_jiterator_unary_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.7815285Z test_multiple_devices_jiterator_unary_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.7832231Z test_multiple_devices_kron_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.7848949Z test_multiple_devices_kron_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.7866120Z test_multiple_devices_kthvalue_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.7882800Z test_multiple_devices_kthvalue_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.7905470Z test_multiple_devices_lcm_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.7922027Z test_multiple_devices_ldexp_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.7939123Z test_multiple_devices_ldexp_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.7956981Z test_multiple_devices_le_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.7973888Z test_multiple_devices_le_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.7990941Z test_multiple_devices_lerp_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.8007712Z test_multiple_devices_lgamma_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.8024829Z test_multiple_devices_lgamma_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.8041948Z test_multiple_devices_linalg_cholesky_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.8058850Z test_multiple_devices_linalg_cholesky_ex_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.8077859Z test_multiple_devices_linalg_cond_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.8094789Z test_multiple_devices_linalg_cross_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.8117377Z test_multiple_devices_linalg_cross_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.8134015Z test_multiple_devices_linalg_det_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.8151106Z test_multiple_devices_linalg_eig_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.8167701Z test_multiple_devices_linalg_eigh_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.8185059Z test_multiple_devices_linalg_eigvals_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.8201499Z test_multiple_devices_linalg_eigvalsh_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.8218606Z test_multiple_devices_linalg_householder_product_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.8236500Z test_multiple_devices_linalg_inv_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.8253546Z test_multiple_devices_linalg_inv_ex_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.8271061Z test_multiple_devices_linalg_ldl_factor_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.8287947Z test_multiple_devices_linalg_ldl_factor_ex_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.8305311Z test_multiple_devices_linalg_ldl_solve_cuda_float32 (__main__.TestCommonCUDA) ... skip: not available before CUDA 11.3.1 (0.002s) 2022-05-18T04:49:06.8326828Z test_multiple_devices_linalg_lstsq_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.8343480Z test_multiple_devices_linalg_lstsq_grad_oriented_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.8360218Z test_multiple_devices_linalg_lu_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.8377245Z test_multiple_devices_linalg_lu_factor_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.8394915Z test_multiple_devices_linalg_lu_factor_ex_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.8412069Z test_multiple_devices_linalg_matrix_norm_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.8429487Z test_multiple_devices_linalg_matrix_power_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.8446287Z test_multiple_devices_linalg_matrix_rank_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.8463467Z test_multiple_devices_linalg_matrix_rank_hermitian_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.8480268Z test_multiple_devices_linalg_multi_dot_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.8497478Z test_multiple_devices_linalg_norm_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.8515589Z test_multiple_devices_linalg_norm_subgradients_at_zero_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.8538284Z test_multiple_devices_linalg_pinv_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.8555408Z test_multiple_devices_linalg_pinv_hermitian_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.8572290Z test_multiple_devices_linalg_pinv_singular_cuda_float32 (__main__.TestCommonCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:49:06.8589249Z test_multiple_devices_linalg_qr_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.8606822Z test_multiple_devices_linalg_slogdet_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.8624807Z test_multiple_devices_linalg_solve_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.8643094Z test_multiple_devices_linalg_solve_triangular_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.8660418Z test_multiple_devices_linalg_svd_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.8677916Z test_multiple_devices_linalg_svdvals_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.8695345Z test_multiple_devices_linalg_tensorinv_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.8712475Z test_multiple_devices_linalg_tensorsolve_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.8729516Z test_multiple_devices_linalg_vander_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.8752144Z test_multiple_devices_linalg_vander_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.8768466Z test_multiple_devices_linalg_vector_norm_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.8785558Z test_multiple_devices_log10_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.8802638Z test_multiple_devices_log10_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.8819962Z test_multiple_devices_log1p_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.8837012Z test_multiple_devices_log1p_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.8853791Z test_multiple_devices_log2_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.8871050Z test_multiple_devices_log2_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.8887688Z test_multiple_devices_log_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.8904928Z test_multiple_devices_log_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.8921744Z test_multiple_devices_log_softmax_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.8944542Z test_multiple_devices_log_softmax_dtype_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.8961275Z test_multiple_devices_log_softmax_dtype_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.8977985Z test_multiple_devices_logaddexp2_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.8995618Z test_multiple_devices_logaddexp_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.9012250Z test_multiple_devices_logcumsumexp_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.9029166Z test_multiple_devices_logdet_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.9046303Z test_multiple_devices_logical_and_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.9063887Z test_multiple_devices_logical_and_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.9080649Z test_multiple_devices_logical_not_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.9097783Z test_multiple_devices_logical_not_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.9115532Z test_multiple_devices_logical_or_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.9132352Z test_multiple_devices_logical_or_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.9155338Z test_multiple_devices_logical_xor_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.9172253Z test_multiple_devices_logical_xor_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.9189562Z test_multiple_devices_logit_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.9206620Z test_multiple_devices_logit_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.9223747Z test_multiple_devices_logsumexp_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.9240570Z test_multiple_devices_logsumexp_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.9257712Z test_multiple_devices_long_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.9275307Z test_multiple_devices_long_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.9292343Z test_multiple_devices_lt_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.9309405Z test_multiple_devices_lt_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.9327678Z test_multiple_devices_lu_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.9345463Z test_multiple_devices_lu_solve_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.9367888Z test_multiple_devices_lu_unpack_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.9385099Z test_multiple_devices_mH_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.9402490Z test_multiple_devices_mH_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.9419389Z test_multiple_devices_mT_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.9436290Z test_multiple_devices_mT_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.9453517Z test_multiple_devices_masked_fill_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.9470715Z test_multiple_devices_masked_fill_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.9487493Z test_multiple_devices_masked_scatter_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.9504468Z test_multiple_devices_masked_scatter_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.9521182Z test_multiple_devices_masked_select_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.9537912Z test_multiple_devices_masked_select_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.9555515Z test_multiple_devices_matmul_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.9577800Z test_multiple_devices_matrix_exp_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.9595190Z test_multiple_devices_max_binary_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.9612296Z test_multiple_devices_max_binary_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.9629358Z test_multiple_devices_max_reduction_no_dim_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.9646612Z test_multiple_devices_max_reduction_no_dim_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.9664050Z test_multiple_devices_max_reduction_with_dim_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.9680796Z test_multiple_devices_max_reduction_with_dim_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.9697631Z test_multiple_devices_maximum_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.9715008Z test_multiple_devices_maximum_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.9731897Z test_multiple_devices_mean_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.9748899Z test_multiple_devices_median_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.9766352Z test_multiple_devices_median_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.9790510Z test_multiple_devices_meshgrid_list_of_tensors_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.9807119Z test_multiple_devices_meshgrid_list_of_tensors_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.9824750Z test_multiple_devices_meshgrid_variadic_tensors_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.9841628Z test_multiple_devices_meshgrid_variadic_tensors_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.9858289Z test_multiple_devices_min_binary_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.9875752Z test_multiple_devices_min_binary_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.9892386Z test_multiple_devices_min_reduction_no_dim_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.9909219Z test_multiple_devices_min_reduction_no_dim_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.9926138Z test_multiple_devices_min_reduction_with_dim_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.9943365Z test_multiple_devices_min_reduction_with_dim_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.9959946Z test_multiple_devices_minimum_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.9976982Z test_multiple_devices_minimum_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:06.9999587Z test_multiple_devices_mm_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.0016978Z test_multiple_devices_mode_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.0034007Z test_multiple_devices_mode_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.0050800Z test_multiple_devices_movedim_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.0067789Z test_multiple_devices_movedim_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.0084558Z test_multiple_devices_msort_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.0101815Z test_multiple_devices_msort_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.0118498Z test_multiple_devices_mul_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.0135358Z test_multiple_devices_mul_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.0152572Z test_multiple_devices_multinomial_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.0169467Z test_multiple_devices_mv_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.0186650Z test_multiple_devices_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.0209356Z test_multiple_devices_mvlgamma_mvlgamma_p_1_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.0219506Z test_multiple_devices_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestCommonCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:49:07.0229995Z test_multiple_devices_mvlgamma_mvlgamma_p_3_cuda_int64 (__main__.TestCommonCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:49:07.0240326Z test_multiple_devices_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestCommonCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:49:07.0250776Z test_multiple_devices_mvlgamma_mvlgamma_p_5_cuda_int64 (__main__.TestCommonCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:49:07.0268146Z test_multiple_devices_nan_to_num_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.0284721Z test_multiple_devices_nan_to_num_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.0301890Z test_multiple_devices_nanmean_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.0318506Z test_multiple_devices_nanmedian_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.0335333Z test_multiple_devices_nanmedian_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.0352176Z test_multiple_devices_nanquantile_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.0368902Z test_multiple_devices_nansum_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.0386291Z test_multiple_devices_nansum_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.0403486Z test_multiple_devices_narrow_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.0420298Z test_multiple_devices_narrow_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.0442703Z test_multiple_devices_ne_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.0459519Z test_multiple_devices_ne_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.0476297Z test_multiple_devices_neg_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.0492999Z test_multiple_devices_neg_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.0510106Z test_multiple_devices_new_empty_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.0528874Z test_multiple_devices_new_empty_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.0544075Z test_multiple_devices_new_full_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.0560700Z test_multiple_devices_new_full_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.0577528Z test_multiple_devices_new_ones_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.0595146Z test_multiple_devices_new_ones_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.0611978Z test_multiple_devices_new_zeros_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.0629124Z test_multiple_devices_new_zeros_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.0651821Z test_multiple_devices_nextafter_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.0668797Z test_multiple_devices_nn_functional_adaptive_avg_pool1d_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.0685425Z test_multiple_devices_nn_functional_adaptive_avg_pool2d_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.0702439Z test_multiple_devices_nn_functional_adaptive_avg_pool3d_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.0719203Z test_multiple_devices_nn_functional_adaptive_max_pool1d_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.0736167Z test_multiple_devices_nn_functional_adaptive_max_pool2d_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.0753269Z test_multiple_devices_nn_functional_adaptive_max_pool3d_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.0769805Z test_multiple_devices_nn_functional_avg_pool1d_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.0786845Z test_multiple_devices_nn_functional_avg_pool2d_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.0803616Z test_multiple_devices_nn_functional_avg_pool3d_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.0820423Z test_multiple_devices_nn_functional_batch_norm_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.0838066Z test_multiple_devices_nn_functional_batch_norm_without_cudnn_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.0862022Z test_multiple_devices_nn_functional_bilinear_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.0879880Z test_multiple_devices_nn_functional_binary_cross_entropy_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.0897884Z test_multiple_devices_nn_functional_binary_cross_entropy_with_logits_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.0915582Z test_multiple_devices_nn_functional_celu_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.0932343Z test_multiple_devices_nn_functional_conv1d_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.0949594Z test_multiple_devices_nn_functional_conv2d_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.0966468Z test_multiple_devices_nn_functional_conv_transpose1d_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.0983494Z test_multiple_devices_nn_functional_conv_transpose2d_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.1000117Z test_multiple_devices_nn_functional_conv_transpose3d_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.1016887Z test_multiple_devices_nn_functional_cosine_embedding_loss_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.1033922Z test_multiple_devices_nn_functional_cosine_embedding_loss_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.1050748Z test_multiple_devices_nn_functional_cosine_similarity_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.1073704Z test_multiple_devices_nn_functional_cross_entropy_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.1090370Z test_multiple_devices_nn_functional_ctc_loss_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.1107444Z test_multiple_devices_nn_functional_dropout2d_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.1124128Z test_multiple_devices_nn_functional_dropout_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.1141221Z test_multiple_devices_nn_functional_elu_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.1158082Z test_multiple_devices_nn_functional_embedding_bag_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.1174871Z test_multiple_devices_nn_functional_embedding_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.1192272Z test_multiple_devices_nn_functional_feature_alpha_dropout_with_train_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.1208691Z test_multiple_devices_nn_functional_feature_alpha_dropout_without_train_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.1225759Z test_multiple_devices_nn_functional_feature_alpha_dropout_without_train_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.1242484Z test_multiple_devices_nn_functional_fractional_max_pool2d_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.1259351Z test_multiple_devices_nn_functional_fractional_max_pool3d_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.1281711Z test_multiple_devices_nn_functional_gaussian_nll_loss_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.1298426Z test_multiple_devices_nn_functional_gelu_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.1315871Z test_multiple_devices_nn_functional_glu_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.1332563Z test_multiple_devices_nn_functional_grid_sample_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.1349677Z test_multiple_devices_nn_functional_group_norm_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.1366280Z test_multiple_devices_nn_functional_hardshrink_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.1383331Z test_multiple_devices_nn_functional_hardsigmoid_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.1399952Z test_multiple_devices_nn_functional_hardswish_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.1416639Z test_multiple_devices_nn_functional_hardtanh_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.1433826Z test_multiple_devices_nn_functional_hardtanh_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.1450502Z test_multiple_devices_nn_functional_hinge_embedding_loss_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.1467491Z test_multiple_devices_nn_functional_huber_loss_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.1489924Z test_multiple_devices_nn_functional_instance_norm_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.1507306Z test_multiple_devices_nn_functional_interpolate_area_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.1524088Z test_multiple_devices_nn_functional_interpolate_bicubic_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.1541168Z test_multiple_devices_nn_functional_interpolate_bilinear_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.1557848Z test_multiple_devices_nn_functional_interpolate_linear_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.1574790Z test_multiple_devices_nn_functional_interpolate_nearest_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.1591594Z test_multiple_devices_nn_functional_interpolate_trilinear_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.1608388Z test_multiple_devices_nn_functional_kl_div_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.1625328Z test_multiple_devices_nn_functional_kl_div_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.1642123Z test_multiple_devices_nn_functional_l1_loss_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.1659069Z test_multiple_devices_nn_functional_layer_norm_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.1676252Z test_multiple_devices_nn_functional_leaky_relu_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.1698649Z test_multiple_devices_nn_functional_linear_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.1716067Z test_multiple_devices_nn_functional_local_response_norm_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.1732781Z test_multiple_devices_nn_functional_logsigmoid_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.1749800Z test_multiple_devices_nn_functional_margin_ranking_loss_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.1766531Z test_multiple_devices_nn_functional_margin_ranking_loss_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.1783666Z test_multiple_devices_nn_functional_max_pool1d_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.1800400Z test_multiple_devices_nn_functional_max_pool2d_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.1817006Z test_multiple_devices_nn_functional_max_pool3d_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.1833969Z test_multiple_devices_nn_functional_max_unpool1d_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.1850725Z test_multiple_devices_nn_functional_max_unpool1d_grad_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.1867894Z test_multiple_devices_nn_functional_max_unpool2d_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.1889878Z test_multiple_devices_nn_functional_max_unpool2d_grad_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.1906819Z test_multiple_devices_nn_functional_max_unpool3d_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.1923567Z test_multiple_devices_nn_functional_max_unpool3d_grad_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.1940304Z test_multiple_devices_nn_functional_mish_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.1957172Z test_multiple_devices_nn_functional_mse_loss_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.1973779Z test_multiple_devices_nn_functional_multi_margin_loss_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.1990839Z test_multiple_devices_nn_functional_multilabel_margin_loss_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.2007628Z test_multiple_devices_nn_functional_multilabel_soft_margin_loss_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.2024598Z test_multiple_devices_nn_functional_nll_loss_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.2041500Z test_multiple_devices_nn_functional_normalize_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.2058141Z test_multiple_devices_nn_functional_one_hot_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.2076001Z test_multiple_devices_nn_functional_pad_circular_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.2098144Z test_multiple_devices_nn_functional_pad_circular_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.2115614Z test_multiple_devices_nn_functional_pad_constant_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.2132433Z test_multiple_devices_nn_functional_pad_constant_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.2149326Z test_multiple_devices_nn_functional_pad_reflect_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.2166029Z test_multiple_devices_nn_functional_pad_replicate_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.2183052Z test_multiple_devices_nn_functional_pairwise_distance_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.2200018Z test_multiple_devices_nn_functional_pairwise_distance_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.2216603Z test_multiple_devices_nn_functional_pdist_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.2233599Z test_multiple_devices_nn_functional_pixel_shuffle_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.2250443Z test_multiple_devices_nn_functional_pixel_shuffle_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.2267407Z test_multiple_devices_nn_functional_pixel_unshuffle_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.2284239Z test_multiple_devices_nn_functional_pixel_unshuffle_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.2308379Z test_multiple_devices_nn_functional_poisson_nll_loss_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.2325122Z test_multiple_devices_nn_functional_poisson_nll_loss_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.2342191Z test_multiple_devices_nn_functional_prelu_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.2359007Z test_multiple_devices_nn_functional_relu6_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.2375433Z test_multiple_devices_nn_functional_relu6_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.2392437Z test_multiple_devices_nn_functional_relu_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.2409184Z test_multiple_devices_nn_functional_relu_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.2426538Z test_multiple_devices_nn_functional_rrelu_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.2442996Z test_multiple_devices_nn_functional_selu_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.2459706Z test_multiple_devices_nn_functional_silu_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.2476907Z test_multiple_devices_nn_functional_smooth_l1_loss_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.2493666Z test_multiple_devices_nn_functional_soft_margin_loss_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.2516209Z test_multiple_devices_nn_functional_softmin_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.2533205Z test_multiple_devices_nn_functional_softmin_with_dtype_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.2550040Z test_multiple_devices_nn_functional_softmin_with_dtype_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.2566883Z test_multiple_devices_nn_functional_softplus_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.2583916Z test_multiple_devices_nn_functional_softshrink_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.2600694Z test_multiple_devices_nn_functional_softsign_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.2617332Z test_multiple_devices_nn_functional_softsign_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.2634870Z test_multiple_devices_nn_functional_tanhshrink_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.2653061Z test_multiple_devices_nn_functional_tanhshrink_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.2671446Z test_multiple_devices_nn_functional_threshold_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.2689668Z test_multiple_devices_nn_functional_threshold_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.2708051Z test_multiple_devices_nn_functional_triplet_margin_loss_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.2731828Z test_multiple_devices_nn_functional_triplet_margin_loss_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.2750187Z test_multiple_devices_nn_functional_triplet_margin_with_distance_loss_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.2768223Z test_multiple_devices_nn_functional_triplet_margin_with_distance_loss_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.2785379Z test_multiple_devices_nn_functional_unfold_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.2802153Z test_multiple_devices_nn_functional_upsample_bilinear_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.2818856Z test_multiple_devices_nn_functional_upsample_nearest_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.2836401Z test_multiple_devices_nonzero_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.2853285Z test_multiple_devices_nonzero_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.2870120Z test_multiple_devices_norm_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.2886816Z test_multiple_devices_norm_fro_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.2903864Z test_multiple_devices_norm_inf_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.2920808Z test_multiple_devices_norm_nuc_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.2943641Z test_multiple_devices_normal_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.2960420Z test_multiple_devices_normal_number_mean_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.2977204Z test_multiple_devices_ones_like_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.2994626Z test_multiple_devices_ones_like_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.3011500Z test_multiple_devices_ormqr_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.3028363Z test_multiple_devices_outer_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.3045143Z test_multiple_devices_outer_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.3062741Z test_multiple_devices_pca_lowrank_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.3079642Z test_multiple_devices_permute_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.3096154Z test_multiple_devices_permute_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.3113346Z test_multiple_devices_pinverse_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.3130095Z test_multiple_devices_polar_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.3152904Z test_multiple_devices_polygamma_polygamma_n_0_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.3171082Z test_multiple_devices_polygamma_polygamma_n_0_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.3182396Z test_multiple_devices_polygamma_polygamma_n_1_cuda_float32 (__main__.TestCommonCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:49:07.3194363Z test_multiple_devices_polygamma_polygamma_n_1_cuda_int64 (__main__.TestCommonCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:49:07.3205508Z test_multiple_devices_polygamma_polygamma_n_2_cuda_float32 (__main__.TestCommonCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:49:07.3217524Z test_multiple_devices_polygamma_polygamma_n_2_cuda_int64 (__main__.TestCommonCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:49:07.3228785Z test_multiple_devices_polygamma_polygamma_n_3_cuda_float32 (__main__.TestCommonCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:49:07.3239220Z test_multiple_devices_polygamma_polygamma_n_3_cuda_int64 (__main__.TestCommonCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:49:07.3249677Z test_multiple_devices_polygamma_polygamma_n_4_cuda_float32 (__main__.TestCommonCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:49:07.3259634Z test_multiple_devices_polygamma_polygamma_n_4_cuda_int64 (__main__.TestCommonCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:49:07.3276992Z test_multiple_devices_positive_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.3293862Z test_multiple_devices_positive_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.3310893Z test_multiple_devices_pow_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.3327851Z test_multiple_devices_pow_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.3344863Z test_multiple_devices_prod_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.3361578Z test_multiple_devices_prod_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.3379512Z test_multiple_devices_put_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.3397761Z test_multiple_devices_put_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.3414547Z test_multiple_devices_qr_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.3437254Z test_multiple_devices_quantile_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.3454137Z test_multiple_devices_rad2deg_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.3471426Z test_multiple_devices_rad2deg_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.3487667Z test_multiple_devices_rand_like_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.3504639Z test_multiple_devices_randint_like_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.3521493Z test_multiple_devices_randint_like_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.3538194Z test_multiple_devices_randn_like_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.3555969Z test_multiple_devices_ravel_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.3574177Z test_multiple_devices_ravel_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.3592569Z test_multiple_devices_real_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.3609428Z test_multiple_devices_real_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.3626430Z test_multiple_devices_reciprocal_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.3648753Z test_multiple_devices_reciprocal_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.3665847Z test_multiple_devices_remainder_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.3682441Z test_multiple_devices_remainder_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.3699091Z test_multiple_devices_renorm_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.3716234Z test_multiple_devices_repeat_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.3733072Z test_multiple_devices_repeat_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.3749944Z test_multiple_devices_repeat_interleave_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.3766817Z test_multiple_devices_repeat_interleave_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.3783839Z test_multiple_devices_reshape_as_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.3800405Z test_multiple_devices_reshape_as_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.3817197Z test_multiple_devices_reshape_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.3834938Z test_multiple_devices_reshape_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.3857496Z test_multiple_devices_resize__cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.3874937Z test_multiple_devices_resize__cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.3891674Z test_multiple_devices_resize_as__cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.3908749Z test_multiple_devices_resize_as__cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.3925534Z test_multiple_devices_resolve_conj_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.3942667Z test_multiple_devices_resolve_conj_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.3959692Z test_multiple_devices_resolve_neg_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.3976497Z test_multiple_devices_resolve_neg_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.3993738Z test_multiple_devices_roll_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.4010388Z test_multiple_devices_roll_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.4027397Z test_multiple_devices_rot90_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.4044231Z test_multiple_devices_rot90_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.4066801Z test_multiple_devices_round_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.4083667Z test_multiple_devices_round_decimals_0_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.4093903Z test_multiple_devices_round_decimals_3_cuda_float32 (__main__.TestCommonCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:49:07.4104124Z test_multiple_devices_round_decimals_neg_3_cuda_float32 (__main__.TestCommonCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:49:07.4121237Z test_multiple_devices_rsqrt_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.4138153Z test_multiple_devices_rsqrt_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.4155773Z test_multiple_devices_rsub_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.4172499Z test_multiple_devices_rsub_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.4189670Z test_multiple_devices_scatter_add_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.4206371Z test_multiple_devices_scatter_add_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.4223346Z test_multiple_devices_scatter_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.4240477Z test_multiple_devices_scatter_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.4257042Z test_multiple_devices_scatter_reduce_amax_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.4274242Z test_multiple_devices_scatter_reduce_amin_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.4296416Z test_multiple_devices_scatter_reduce_mean_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.4313379Z test_multiple_devices_scatter_reduce_prod_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.4330011Z test_multiple_devices_scatter_reduce_sum_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.4347156Z test_multiple_devices_scatter_reduce_sum_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.4364139Z test_multiple_devices_searchsorted_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.4380858Z test_multiple_devices_searchsorted_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.4397560Z test_multiple_devices_select_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.4414323Z test_multiple_devices_select_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.4431343Z test_multiple_devices_select_scatter_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.4448090Z test_multiple_devices_select_scatter_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.4465489Z test_multiple_devices_sgn_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.4482280Z test_multiple_devices_sgn_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.4504997Z test_multiple_devices_short_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.4521809Z test_multiple_devices_short_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.4538407Z test_multiple_devices_sigmoid_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.4556190Z test_multiple_devices_sigmoid_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.4572884Z test_multiple_devices_sign_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.4590034Z test_multiple_devices_sign_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.4606771Z test_multiple_devices_signbit_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.4623667Z test_multiple_devices_signbit_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.4640397Z test_multiple_devices_sin_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.4657180Z test_multiple_devices_sin_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.4674344Z test_multiple_devices_sinc_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.4696689Z test_multiple_devices_sinc_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.4713638Z test_multiple_devices_sinh_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.4730322Z test_multiple_devices_sinh_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.4747389Z test_multiple_devices_slice_scatter_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.4764035Z test_multiple_devices_slice_scatter_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.4780725Z test_multiple_devices_softmax_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.4797825Z test_multiple_devices_softmax_with_dtype_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.4814524Z test_multiple_devices_softmax_with_dtype_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.4831823Z test_multiple_devices_sort_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.4848412Z test_multiple_devices_sort_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.4865575Z test_multiple_devices_sparse_sampled_addmm_cuda_float32 (__main__.TestCommonCUDA) ... skip: cusparseSDDMM was added in 11.2.1 (0.002s) 2022-05-18T04:49:07.4882443Z test_multiple_devices_special_entr_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.4906674Z test_multiple_devices_special_entr_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.4923375Z test_multiple_devices_special_erfcx_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.4940114Z test_multiple_devices_special_erfcx_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.4957034Z test_multiple_devices_special_i0e_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.4973838Z test_multiple_devices_special_i0e_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.4990806Z test_multiple_devices_special_i1_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.5007516Z test_multiple_devices_special_i1_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.5024452Z test_multiple_devices_special_i1e_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.5041204Z test_multiple_devices_special_i1e_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.5059108Z test_multiple_devices_special_log_ndtr_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.5077424Z test_multiple_devices_special_log_ndtr_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.5095750Z test_multiple_devices_special_ndtr_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.5119683Z test_multiple_devices_special_ndtr_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.5137734Z test_multiple_devices_special_ndtri_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.5155567Z test_multiple_devices_special_ndtri_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.5172423Z test_multiple_devices_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.5189420Z test_multiple_devices_special_polygamma_special_polygamma_n_0_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.5205912Z test_multiple_devices_special_xlog1py_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.5223079Z test_multiple_devices_special_xlog1py_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.5239879Z test_multiple_devices_special_zeta_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.5256682Z test_multiple_devices_special_zeta_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.5273869Z test_multiple_devices_split_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.5290752Z test_multiple_devices_split_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.5307843Z test_multiple_devices_split_list_args_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.5330172Z test_multiple_devices_split_list_args_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.5347104Z test_multiple_devices_split_with_sizes_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.5363861Z test_multiple_devices_split_with_sizes_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.5380830Z test_multiple_devices_sqrt_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.5397696Z test_multiple_devices_sqrt_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.5414277Z test_multiple_devices_square_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.5431397Z test_multiple_devices_square_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.5448282Z test_multiple_devices_squeeze_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.5466633Z test_multiple_devices_squeeze_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.5484742Z test_multiple_devices_stack_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.5503139Z test_multiple_devices_stack_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.5521135Z test_multiple_devices_std_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.5545176Z test_multiple_devices_std_mean_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.5563285Z test_multiple_devices_stft_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.5581511Z test_multiple_devices_sub_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.5599608Z test_multiple_devices_sub_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.5617786Z test_multiple_devices_sum_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.5635411Z test_multiple_devices_sum_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.5652173Z test_multiple_devices_sum_to_size_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.5669376Z test_multiple_devices_sum_to_size_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.5686426Z test_multiple_devices_svd_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.5703949Z test_multiple_devices_svd_lowrank_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.5720653Z test_multiple_devices_symeig_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.5737627Z test_multiple_devices_t_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.5760841Z test_multiple_devices_t_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.5777465Z test_multiple_devices_take_along_dim_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.5795090Z test_multiple_devices_take_along_dim_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.5811618Z test_multiple_devices_take_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.5828561Z test_multiple_devices_take_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.5845444Z test_multiple_devices_tan_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.5862424Z test_multiple_devices_tan_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.5878989Z test_multiple_devices_tanh_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.5895830Z test_multiple_devices_tanh_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.5912885Z test_multiple_devices_tensor_split_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.5929795Z test_multiple_devices_tensor_split_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.5946933Z test_multiple_devices_tensordot_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.5969150Z test_multiple_devices_tile_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.5986213Z test_multiple_devices_tile_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.6002877Z test_multiple_devices_to_sparse_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.6019569Z test_multiple_devices_to_sparse_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.6036403Z test_multiple_devices_topk_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.6053036Z test_multiple_devices_topk_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.6070018Z test_multiple_devices_trace_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.6086803Z test_multiple_devices_trace_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.6103952Z test_multiple_devices_transpose_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.6120765Z test_multiple_devices_transpose_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.6137683Z test_multiple_devices_trapezoid_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.6160941Z test_multiple_devices_trapezoid_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.6177535Z test_multiple_devices_trapz_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.6195346Z test_multiple_devices_trapz_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.6211503Z test_multiple_devices_triangular_solve_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.6228830Z test_multiple_devices_tril_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.6245218Z test_multiple_devices_tril_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.6262209Z test_multiple_devices_triu_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.6278861Z test_multiple_devices_triu_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.6295422Z test_multiple_devices_true_divide_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.6313666Z test_multiple_devices_true_divide_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.6330443Z test_multiple_devices_trunc_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.6347667Z test_multiple_devices_unfold_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.6370028Z test_multiple_devices_unfold_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.6386962Z test_multiple_devices_unique_consecutive_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.6403577Z test_multiple_devices_unique_consecutive_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.6420323Z test_multiple_devices_unique_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.6437177Z test_multiple_devices_unique_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.6455328Z test_multiple_devices_unsqueeze_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.6473708Z test_multiple_devices_unsqueeze_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.6492079Z test_multiple_devices_var_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.6510223Z test_multiple_devices_var_mean_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.6527543Z test_multiple_devices_vdot_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.6544473Z test_multiple_devices_view_as_complex_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.6561385Z test_multiple_devices_view_as_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.6583971Z test_multiple_devices_view_as_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.6600607Z test_multiple_devices_view_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.6617352Z test_multiple_devices_view_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.6634858Z test_multiple_devices_vsplit_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.6651486Z test_multiple_devices_vsplit_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.6668660Z test_multiple_devices_vstack_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.6685350Z test_multiple_devices_vstack_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.6702329Z test_multiple_devices_where_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.6719049Z test_multiple_devices_where_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.6735899Z test_multiple_devices_xlogy_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.6753070Z test_multiple_devices_xlogy_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.6770089Z test_multiple_devices_zero__cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.6792819Z test_multiple_devices_zero__cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.6809399Z test_multiple_devices_zeros_like_cuda_float32 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.6826420Z test_multiple_devices_zeros_like_cuda_int64 (__main__.TestCommonCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T04:49:07.6911820Z test_noncontiguous_samples_H_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:49:07.6986027Z test_noncontiguous_samples_H_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:49:07.7036252Z test_noncontiguous_samples_H_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:49:07.7114855Z test_noncontiguous_samples_T_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:49:07.7189240Z test_noncontiguous_samples_T_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:49:07.7239535Z test_noncontiguous_samples_T_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:49:07.7698412Z test_noncontiguous_samples___getitem___cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.046s) 2022-05-18T04:49:07.8118670Z test_noncontiguous_samples___getitem___cuda_float32 (__main__.TestCommonCUDA) ... ok (0.042s) 2022-05-18T04:49:07.8271206Z test_noncontiguous_samples___getitem___cuda_int64 (__main__.TestCommonCUDA) ... ok (0.015s) 2022-05-18T04:49:07.8580123Z test_noncontiguous_samples___radd___cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.031s) 2022-05-18T04:49:07.8859144Z test_noncontiguous_samples___radd___cuda_float32 (__main__.TestCommonCUDA) ... ok (0.028s) 2022-05-18T04:49:07.8978276Z test_noncontiguous_samples___radd___cuda_int64 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:49:07.9104644Z test_noncontiguous_samples___rand___cuda_int64 (__main__.TestCommonCUDA) ... ok (0.013s) 2022-05-18T04:49:07.9459136Z test_noncontiguous_samples___rdiv___cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.035s) 2022-05-18T04:49:07.9771019Z test_noncontiguous_samples___rdiv___cuda_float32 (__main__.TestCommonCUDA) ... ok (0.031s) 2022-05-18T04:49:07.9927633Z test_noncontiguous_samples___rdiv___cuda_int64 (__main__.TestCommonCUDA) ... ok (0.016s) 2022-05-18T04:49:08.0392899Z test_noncontiguous_samples___rmatmul___cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.046s) 2022-05-18T04:49:08.0807568Z test_noncontiguous_samples___rmatmul___cuda_float32 (__main__.TestCommonCUDA) ... ok (0.041s) 2022-05-18T04:49:08.1094620Z test_noncontiguous_samples___rmod___cuda_float32 (__main__.TestCommonCUDA) ... ok (0.029s) 2022-05-18T04:49:08.1222138Z test_noncontiguous_samples___rmod___cuda_int64 (__main__.TestCommonCUDA) ... ok (0.013s) 2022-05-18T04:49:08.1544572Z test_noncontiguous_samples___rmul___cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.032s) 2022-05-18T04:49:08.1830149Z test_noncontiguous_samples___rmul___cuda_float32 (__main__.TestCommonCUDA) ... ok (0.028s) 2022-05-18T04:49:08.1949633Z test_noncontiguous_samples___rmul___cuda_int64 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:49:08.2069158Z test_noncontiguous_samples___ror___cuda_int64 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:49:08.2386607Z test_noncontiguous_samples___rpow___cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.032s) 2022-05-18T04:49:08.2663967Z test_noncontiguous_samples___rpow___cuda_float32 (__main__.TestCommonCUDA) ... ok (0.028s) 2022-05-18T04:49:08.2797928Z test_noncontiguous_samples___rpow___cuda_int64 (__main__.TestCommonCUDA) ... ok (0.013s) 2022-05-18T04:49:08.3110239Z test_noncontiguous_samples___rsub___cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.031s) 2022-05-18T04:49:08.3393102Z test_noncontiguous_samples___rsub___cuda_float32 (__main__.TestCommonCUDA) ... ok (0.028s) 2022-05-18T04:49:08.3513189Z test_noncontiguous_samples___rsub___cuda_int64 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:49:08.3632704Z test_noncontiguous_samples___rxor___cuda_int64 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:49:08.5563050Z test_noncontiguous_samples__masked_amax_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.193s) 2022-05-18T04:49:08.6365965Z test_noncontiguous_samples__masked_amax_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.080s) 2022-05-18T04:49:08.8285552Z test_noncontiguous_samples__masked_amin_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.192s) 2022-05-18T04:49:08.9090612Z test_noncontiguous_samples__masked_amin_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.080s) 2022-05-18T04:49:08.9823355Z test_noncontiguous_samples__masked_argmax_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.073s) 2022-05-18T04:49:09.0319249Z test_noncontiguous_samples__masked_argmax_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.049s) 2022-05-18T04:49:09.1048254Z test_noncontiguous_samples__masked_argmin_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.073s) 2022-05-18T04:49:09.1546606Z test_noncontiguous_samples__masked_argmin_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.050s) 2022-05-18T04:49:09.1986003Z test_noncontiguous_samples__masked_log_softmax_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.044s) 2022-05-18T04:49:09.4153460Z test_noncontiguous_samples__masked_mean_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.217s) 2022-05-18T04:49:09.6234827Z test_noncontiguous_samples__masked_mean_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.208s) 2022-05-18T04:49:09.7425157Z test_noncontiguous_samples__masked_mean_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.119s) 2022-05-18T04:49:10.6917311Z test_noncontiguous_samples__masked_norm_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.949s) 2022-05-18T04:49:10.7734941Z test_noncontiguous_samples__masked_normalize_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.082s) 2022-05-18T04:49:11.0019549Z test_noncontiguous_samples__masked_prod_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.228s) 2022-05-18T04:49:11.2155687Z test_noncontiguous_samples__masked_prod_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.213s) 2022-05-18T04:49:11.2975418Z test_noncontiguous_samples__masked_prod_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.082s) 2022-05-18T04:49:11.3416035Z test_noncontiguous_samples__masked_softmax_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.044s) 2022-05-18T04:49:11.3868373Z test_noncontiguous_samples__masked_softmin_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.045s) 2022-05-18T04:49:11.7018945Z test_noncontiguous_samples__masked_std_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.315s) 2022-05-18T04:49:11.9868408Z test_noncontiguous_samples__masked_std_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.285s) 2022-05-18T04:49:12.2913890Z test_noncontiguous_samples__masked_std_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.304s) 2022-05-18T04:49:12.4785315Z test_noncontiguous_samples__masked_sum_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.187s) 2022-05-18T04:49:12.6589068Z test_noncontiguous_samples__masked_sum_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.180s) 2022-05-18T04:49:12.7389785Z test_noncontiguous_samples__masked_sum_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.080s) 2022-05-18T04:49:13.0434250Z test_noncontiguous_samples__masked_var_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.304s) 2022-05-18T04:49:13.3197721Z test_noncontiguous_samples__masked_var_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.276s) 2022-05-18T04:49:13.6195535Z test_noncontiguous_samples__masked_var_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.300s) 2022-05-18T04:49:13.6258207Z test_noncontiguous_samples_abs_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:49:13.6320761Z test_noncontiguous_samples_abs_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:49:13.6367450Z test_noncontiguous_samples_abs_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:49:13.6471867Z test_noncontiguous_samples_acos_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:49:13.6567951Z test_noncontiguous_samples_acos_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:49:13.6630434Z test_noncontiguous_samples_acos_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:49:13.6739389Z test_noncontiguous_samples_acosh_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:49:13.6834811Z test_noncontiguous_samples_acosh_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:49:13.6896117Z test_noncontiguous_samples_acosh_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:49:13.7267122Z test_noncontiguous_samples_add_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.037s) 2022-05-18T04:49:13.7600109Z test_noncontiguous_samples_add_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.033s) 2022-05-18T04:49:13.7736653Z test_noncontiguous_samples_add_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.014s) 2022-05-18T04:49:13.8306493Z test_noncontiguous_samples_addbmm_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.057s) 2022-05-18T04:49:13.8583555Z test_noncontiguous_samples_addbmm_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.028s) 2022-05-18T04:49:14.2680821Z test_noncontiguous_samples_addcdiv_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.409s) 2022-05-18T04:49:14.3205071Z test_noncontiguous_samples_addcdiv_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.052s) 2022-05-18T04:49:14.6417191Z test_noncontiguous_samples_addcmul_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.321s) 2022-05-18T04:49:14.6934235Z test_noncontiguous_samples_addcmul_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.052s) 2022-05-18T04:49:14.7158104Z test_noncontiguous_samples_addcmul_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.022s) 2022-05-18T04:49:14.7403005Z test_noncontiguous_samples_addmm_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.024s) 2022-05-18T04:49:14.7560470Z test_noncontiguous_samples_addmm_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.016s) 2022-05-18T04:49:14.7799047Z test_noncontiguous_samples_addmm_decomposed_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.024s) 2022-05-18T04:49:14.7947100Z test_noncontiguous_samples_addmm_decomposed_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.015s) 2022-05-18T04:49:14.8241812Z test_noncontiguous_samples_addmv_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.029s) 2022-05-18T04:49:14.8500113Z test_noncontiguous_samples_addmv_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.026s) 2022-05-18T04:49:14.8704171Z test_noncontiguous_samples_addr_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.020s) 2022-05-18T04:49:14.8886276Z test_noncontiguous_samples_addr_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.018s) 2022-05-18T04:49:14.8971881Z test_noncontiguous_samples_addr_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:49:14.9104359Z test_noncontiguous_samples_all_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.013s) 2022-05-18T04:49:14.9224398Z test_noncontiguous_samples_all_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:49:14.9340319Z test_noncontiguous_samples_all_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:49:14.9709019Z test_noncontiguous_samples_allclose_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.037s) 2022-05-18T04:49:15.0022157Z test_noncontiguous_samples_allclose_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.031s) 2022-05-18T04:49:15.0452391Z test_noncontiguous_samples_amax_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.043s) 2022-05-18T04:49:15.0607115Z test_noncontiguous_samples_amax_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.015s) 2022-05-18T04:49:15.1036913Z test_noncontiguous_samples_amin_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.043s) 2022-05-18T04:49:15.1186196Z test_noncontiguous_samples_amin_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.015s) 2022-05-18T04:49:15.1297055Z test_noncontiguous_samples_aminmax_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:49:15.1379164Z test_noncontiguous_samples_aminmax_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:49:15.7465192Z test_noncontiguous_samples_angle_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.608s) 2022-05-18T04:49:15.7526473Z test_noncontiguous_samples_angle_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:49:15.7582431Z test_noncontiguous_samples_angle_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:49:15.7706873Z test_noncontiguous_samples_any_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:49:15.7826720Z test_noncontiguous_samples_any_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:49:15.7942756Z test_noncontiguous_samples_any_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:49:15.8058297Z test_noncontiguous_samples_argmax_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:49:15.8170063Z test_noncontiguous_samples_argmax_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:49:15.8285254Z test_noncontiguous_samples_argmin_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:49:15.8402820Z test_noncontiguous_samples_argmin_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:49:15.8639236Z test_noncontiguous_samples_argsort_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.024s) 2022-05-18T04:49:15.8870057Z test_noncontiguous_samples_argsort_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.023s) 2022-05-18T04:49:15.8953884Z test_noncontiguous_samples_argwhere_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:49:15.9034447Z test_noncontiguous_samples_argwhere_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:49:15.9111949Z test_noncontiguous_samples_argwhere_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:49:15.9206626Z test_noncontiguous_samples_as_strided_cuda_complex64 (__main__.TestCommonCUDA) ... expected failure (0.009s) 2022-05-18T04:49:16.1050036Z test_noncontiguous_samples_as_strided_cuda_float32 (__main__.TestCommonCUDA) ... expected failure (0.184s) 2022-05-18T04:49:16.2486903Z test_noncontiguous_samples_as_strided_cuda_int64 (__main__.TestCommonCUDA) ... expected failure (0.144s) 2022-05-18T04:49:16.3908852Z test_noncontiguous_samples_asin_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.142s) 2022-05-18T04:49:16.3970917Z test_noncontiguous_samples_asin_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:49:16.4021173Z test_noncontiguous_samples_asin_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:49:16.4086131Z test_noncontiguous_samples_asinh_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:49:16.4148136Z test_noncontiguous_samples_asinh_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:49:16.4198935Z test_noncontiguous_samples_asinh_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:49:16.4493495Z test_noncontiguous_samples_atan2_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.029s) 2022-05-18T04:49:16.4632065Z test_noncontiguous_samples_atan2_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.014s) 2022-05-18T04:49:16.4696524Z test_noncontiguous_samples_atan_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:49:16.4758668Z test_noncontiguous_samples_atan_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:49:16.4810317Z test_noncontiguous_samples_atan_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:49:16.4875529Z test_noncontiguous_samples_atanh_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:49:16.4937374Z test_noncontiguous_samples_atanh_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:49:16.4987770Z test_noncontiguous_samples_atanh_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:49:16.5214105Z test_noncontiguous_samples_atleast_1d_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.022s) 2022-05-18T04:49:16.5420377Z test_noncontiguous_samples_atleast_1d_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.021s) 2022-05-18T04:49:16.5513603Z test_noncontiguous_samples_atleast_1d_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:49:16.5739745Z test_noncontiguous_samples_atleast_2d_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.023s) 2022-05-18T04:49:16.5947121Z test_noncontiguous_samples_atleast_2d_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.021s) 2022-05-18T04:49:16.6036759Z test_noncontiguous_samples_atleast_2d_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:49:16.6263746Z test_noncontiguous_samples_atleast_3d_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.023s) 2022-05-18T04:49:16.6470343Z test_noncontiguous_samples_atleast_3d_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.021s) 2022-05-18T04:49:16.6560484Z test_noncontiguous_samples_atleast_3d_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:49:16.7111892Z test_noncontiguous_samples_baddbmm_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.055s) 2022-05-18T04:49:16.7372614Z test_noncontiguous_samples_baddbmm_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.026s) 2022-05-18T04:49:16.7493137Z test_noncontiguous_samples_bernoulli_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:49:16.7637149Z test_noncontiguous_samples_bfloat16_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.014s) 2022-05-18T04:49:16.7773123Z test_noncontiguous_samples_bfloat16_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.013s) 2022-05-18T04:49:16.7854461Z test_noncontiguous_samples_bfloat16_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:49:16.8065611Z test_noncontiguous_samples_bincount_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.021s) 2022-05-18T04:49:16.8190891Z test_noncontiguous_samples_bitwise_and_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:49:16.8312430Z test_noncontiguous_samples_bitwise_left_shift_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:49:16.8367835Z test_noncontiguous_samples_bitwise_not_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:49:16.8486237Z test_noncontiguous_samples_bitwise_or_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:49:16.8605219Z test_noncontiguous_samples_bitwise_right_shift_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:49:16.8723205Z test_noncontiguous_samples_bitwise_xor_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:49:16.8807722Z test_noncontiguous_samples_block_diag_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:49:16.8891584Z test_noncontiguous_samples_block_diag_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:49:16.8943558Z test_noncontiguous_samples_block_diag_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:49:16.9015090Z test_noncontiguous_samples_bmm_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:49:16.9083460Z test_noncontiguous_samples_bmm_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:49:16.9168399Z test_noncontiguous_samples_bool_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:49:16.9248390Z test_noncontiguous_samples_bool_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:49:16.9323695Z test_noncontiguous_samples_bool_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:49:16.9446311Z test_noncontiguous_samples_broadcast_tensors_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:49:16.9547739Z test_noncontiguous_samples_broadcast_tensors_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:49:16.9605124Z test_noncontiguous_samples_broadcast_tensors_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:49:16.9788956Z test_noncontiguous_samples_broadcast_to_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.018s) 2022-05-18T04:49:16.9963557Z test_noncontiguous_samples_broadcast_to_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.017s) 2022-05-18T04:49:17.0038404Z test_noncontiguous_samples_broadcast_to_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:49:17.0333371Z test_noncontiguous_samples_bucketize_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.029s) 2022-05-18T04:49:17.0597967Z test_noncontiguous_samples_bucketize_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.026s) 2022-05-18T04:49:17.0677091Z test_noncontiguous_samples_byte_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:49:17.0751526Z test_noncontiguous_samples_byte_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:49:17.0821517Z test_noncontiguous_samples_byte_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:49:17.0945255Z test_noncontiguous_samples_cartesian_prod_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:49:17.1063650Z test_noncontiguous_samples_cartesian_prod_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:49:17.1128860Z test_noncontiguous_samples_cartesian_prod_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:49:17.1366309Z test_noncontiguous_samples_cat_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.024s) 2022-05-18T04:49:17.1590404Z test_noncontiguous_samples_cat_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.022s) 2022-05-18T04:49:17.1686903Z test_noncontiguous_samples_cat_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:49:17.8561427Z test_noncontiguous_samples_cdist_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.687s) 2022-05-18T04:49:17.8622164Z test_noncontiguous_samples_ceil_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:49:17.8742081Z test_noncontiguous_samples_chalf_cuda_complex64 (__main__.TestCommonCUDA) ... expected failure (0.012s) 2022-05-18T04:49:17.8859087Z test_noncontiguous_samples_chalf_cuda_float32 (__main__.TestCommonCUDA) ... expected failure (0.012s) 2022-05-18T04:49:17.8941911Z test_noncontiguous_samples_chalf_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:49:17.9021265Z test_noncontiguous_samples_char_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:49:17.9095776Z test_noncontiguous_samples_char_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:49:17.9166885Z test_noncontiguous_samples_char_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:49:17.9528774Z test_noncontiguous_samples_cholesky_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.036s) 2022-05-18T04:49:17.9854855Z test_noncontiguous_samples_cholesky_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.032s) 2022-05-18T04:49:18.0218838Z test_noncontiguous_samples_cholesky_inverse_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.036s) 2022-05-18T04:49:18.0556246Z test_noncontiguous_samples_cholesky_inverse_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.034s) 2022-05-18T04:49:18.1092024Z test_noncontiguous_samples_cholesky_solve_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.053s) 2022-05-18T04:49:18.1588041Z test_noncontiguous_samples_cholesky_solve_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.049s) 2022-05-18T04:49:18.1758077Z test_noncontiguous_samples_chunk_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.017s) 2022-05-18T04:49:18.1923401Z test_noncontiguous_samples_chunk_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.016s) 2022-05-18T04:49:18.1990740Z test_noncontiguous_samples_chunk_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:49:18.2131954Z test_noncontiguous_samples_clamp_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.014s) 2022-05-18T04:49:18.2202759Z test_noncontiguous_samples_clamp_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:49:18.2369632Z test_noncontiguous_samples_clamp_scalar_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.017s) 2022-05-18T04:49:18.2453087Z test_noncontiguous_samples_clamp_scalar_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:49:18.2534477Z test_noncontiguous_samples_clone_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:49:18.2617553Z test_noncontiguous_samples_clone_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:49:18.2669420Z test_noncontiguous_samples_clone_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:49:18.2799033Z test_noncontiguous_samples_column_stack_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.013s) 2022-05-18T04:49:18.2918666Z test_noncontiguous_samples_column_stack_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:49:18.2983791Z test_noncontiguous_samples_column_stack_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:49:18.3532804Z test_noncontiguous_samples_combinations_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.055s) 2022-05-18T04:49:18.4064395Z test_noncontiguous_samples_combinations_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.053s) 2022-05-18T04:49:18.4294627Z test_noncontiguous_samples_combinations_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.023s) 2022-05-18T04:49:18.4582288Z test_noncontiguous_samples_complex_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.029s) 2022-05-18T04:49:18.4680843Z test_noncontiguous_samples_conj_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:49:18.4771107Z test_noncontiguous_samples_conj_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:49:18.4826613Z test_noncontiguous_samples_conj_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:49:18.4888356Z test_noncontiguous_samples_conj_physical_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:49:18.4946988Z test_noncontiguous_samples_conj_physical_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:49:18.4997028Z test_noncontiguous_samples_conj_physical_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:49:18.5063498Z test_noncontiguous_samples_contiguous_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:49:18.5121297Z test_noncontiguous_samples_contiguous_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:49:18.5166067Z test_noncontiguous_samples_contiguous_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.004s) 2022-05-18T04:49:18.5455898Z test_noncontiguous_samples_copysign_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.029s) 2022-05-18T04:49:18.5592534Z test_noncontiguous_samples_copysign_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.014s) 2022-05-18T04:49:18.5788206Z test_noncontiguous_samples_corrcoef_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.019s) 2022-05-18T04:49:18.5951653Z test_noncontiguous_samples_corrcoef_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.016s) 2022-05-18T04:49:18.6041792Z test_noncontiguous_samples_corrcoef_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:49:18.6142016Z test_noncontiguous_samples_cos_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:49:18.6236400Z test_noncontiguous_samples_cos_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:49:18.6297202Z test_noncontiguous_samples_cos_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:49:18.6397384Z test_noncontiguous_samples_cosh_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:49:18.6490737Z test_noncontiguous_samples_cosh_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:49:18.6551605Z test_noncontiguous_samples_cosh_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:49:18.6720320Z test_noncontiguous_samples_count_nonzero_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.017s) 2022-05-18T04:49:18.6891099Z test_noncontiguous_samples_count_nonzero_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.017s) 2022-05-18T04:49:18.7060105Z test_noncontiguous_samples_count_nonzero_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.017s) 2022-05-18T04:49:18.8516092Z test_noncontiguous_samples_cov_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.145s) 2022-05-18T04:49:18.9814705Z test_noncontiguous_samples_cov_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.130s) 2022-05-18T04:49:19.0445648Z test_noncontiguous_samples_cov_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.063s) 2022-05-18T04:49:19.0578787Z test_noncontiguous_samples_cross_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.013s) 2022-05-18T04:49:19.0700564Z test_noncontiguous_samples_cross_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:49:19.0765318Z test_noncontiguous_samples_cross_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:49:19.0869323Z test_noncontiguous_samples_cummax_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:49:19.0930502Z test_noncontiguous_samples_cummax_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:49:19.1035183Z test_noncontiguous_samples_cummin_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:49:19.1106505Z test_noncontiguous_samples_cummin_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:49:19.1432354Z test_noncontiguous_samples_cumprod_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.032s) 2022-05-18T04:49:19.1725349Z test_noncontiguous_samples_cumprod_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.029s) 2022-05-18T04:49:19.1823742Z test_noncontiguous_samples_cumprod_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:49:19.1950021Z test_noncontiguous_samples_cumsum_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.013s) 2022-05-18T04:49:19.2067878Z test_noncontiguous_samples_cumsum_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:49:19.2130224Z test_noncontiguous_samples_cumsum_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:49:19.2472796Z test_noncontiguous_samples_cumulative_trapezoid_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.034s) 2022-05-18T04:49:19.2777326Z test_noncontiguous_samples_cumulative_trapezoid_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.030s) 2022-05-18T04:49:19.2912375Z test_noncontiguous_samples_cumulative_trapezoid_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.013s) 2022-05-18T04:49:19.3005788Z test_noncontiguous_samples_deg2rad_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:49:19.3068149Z test_noncontiguous_samples_deg2rad_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:49:19.3422492Z test_noncontiguous_samples_diag_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.035s) 2022-05-18T04:49:19.3760748Z test_noncontiguous_samples_diag_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.034s) 2022-05-18T04:49:19.3890912Z test_noncontiguous_samples_diag_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.013s) 2022-05-18T04:49:19.4253623Z test_noncontiguous_samples_diag_embed_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.036s) 2022-05-18T04:49:19.4586905Z test_noncontiguous_samples_diag_embed_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.033s) 2022-05-18T04:49:19.4717938Z test_noncontiguous_samples_diag_embed_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.013s) 2022-05-18T04:49:19.4865473Z test_noncontiguous_samples_diagflat_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.015s) 2022-05-18T04:49:19.5006005Z test_noncontiguous_samples_diagflat_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.014s) 2022-05-18T04:49:19.5075069Z test_noncontiguous_samples_diagflat_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:49:19.5436060Z test_noncontiguous_samples_diagonal_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.036s) 2022-05-18T04:49:19.5759237Z test_noncontiguous_samples_diagonal_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.032s) 2022-05-18T04:49:19.5882112Z test_noncontiguous_samples_diagonal_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:49:19.6351136Z test_noncontiguous_samples_diagonal_scatter_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.047s) 2022-05-18T04:49:19.6528135Z test_noncontiguous_samples_diagonal_scatter_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.018s) 2022-05-18T04:49:19.9432286Z test_noncontiguous_samples_diff_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.290s) 2022-05-18T04:49:20.2050910Z test_noncontiguous_samples_diff_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.262s) 2022-05-18T04:49:20.2826663Z test_noncontiguous_samples_diff_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.077s) 2022-05-18T04:49:22.2766386Z test_noncontiguous_samples_digamma_cuda_float32 (__main__.TestCommonCUDA) ... ok (1.994s) 2022-05-18T04:49:23.8378017Z test_noncontiguous_samples_digamma_cuda_int64 (__main__.TestCommonCUDA) ... ok (1.561s) 2022-05-18T04:49:24.0123832Z test_noncontiguous_samples_dist_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.174s) 2022-05-18T04:49:24.1689477Z test_noncontiguous_samples_dist_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.156s) 2022-05-18T04:49:24.1990107Z test_noncontiguous_samples_div_floor_rounding_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.030s) 2022-05-18T04:49:24.2129873Z test_noncontiguous_samples_div_floor_rounding_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.014s) 2022-05-18T04:49:24.2470935Z test_noncontiguous_samples_div_no_rounding_mode_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.034s) 2022-05-18T04:49:24.2773204Z test_noncontiguous_samples_div_no_rounding_mode_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.030s) 2022-05-18T04:49:24.2924139Z test_noncontiguous_samples_div_no_rounding_mode_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.015s) 2022-05-18T04:49:24.3222190Z test_noncontiguous_samples_div_trunc_rounding_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.030s) 2022-05-18T04:49:24.3355177Z test_noncontiguous_samples_div_trunc_rounding_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.013s) 2022-05-18T04:49:24.3457776Z test_noncontiguous_samples_dot_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:49:24.3531583Z test_noncontiguous_samples_dot_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:49:24.3671291Z test_noncontiguous_samples_double_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.014s) 2022-05-18T04:49:24.3802756Z test_noncontiguous_samples_double_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.013s) 2022-05-18T04:49:24.3880476Z test_noncontiguous_samples_double_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:49:24.3994679Z test_noncontiguous_samples_dsplit_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:49:24.4107368Z test_noncontiguous_samples_dsplit_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:49:24.4163622Z test_noncontiguous_samples_dsplit_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:49:24.4243208Z test_noncontiguous_samples_dstack_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:49:24.4323197Z test_noncontiguous_samples_dstack_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:49:24.4378980Z test_noncontiguous_samples_dstack_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:49:24.4559823Z test_noncontiguous_samples_eig_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.018s) 2022-05-18T04:49:24.4732808Z test_noncontiguous_samples_eig_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.017s) 2022-05-18T04:49:24.5094012Z test_noncontiguous_samples_einsum_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.036s) 2022-05-18T04:49:24.5427122Z test_noncontiguous_samples_einsum_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.033s) 2022-05-18T04:49:24.5457165Z test_noncontiguous_samples_empty_like_cuda_complex64 (__main__.TestCommonCUDA) ... skip: Skipped! (0.003s) 2022-05-18T04:49:24.5488158Z test_noncontiguous_samples_empty_like_cuda_float32 (__main__.TestCommonCUDA) ... skip: Skipped! (0.003s) 2022-05-18T04:49:24.5518959Z test_noncontiguous_samples_empty_like_cuda_int64 (__main__.TestCommonCUDA) ... skip: Skipped! (0.003s) 2022-05-18T04:49:24.5681864Z test_noncontiguous_samples_eq_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.016s) 2022-05-18T04:49:24.5833406Z test_noncontiguous_samples_eq_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.015s) 2022-05-18T04:49:24.5963954Z test_noncontiguous_samples_eq_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.013s) 2022-05-18T04:49:24.6025778Z test_noncontiguous_samples_erf_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:49:24.6074327Z test_noncontiguous_samples_erf_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:49:25.3359163Z test_noncontiguous_samples_erfc_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.728s) 2022-05-18T04:49:26.6717730Z test_noncontiguous_samples_erfc_cuda_int64 (__main__.TestCommonCUDA) ... ok (1.336s) 2022-05-18T04:49:27.2509268Z test_noncontiguous_samples_erfinv_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.579s) 2022-05-18T04:49:28.6151590Z test_noncontiguous_samples_erfinv_cuda_int64 (__main__.TestCommonCUDA) ... ok (1.364s) 2022-05-18T04:49:29.3217605Z test_noncontiguous_samples_exp2_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.706s) 2022-05-18T04:49:30.6371969Z test_noncontiguous_samples_exp2_cuda_int64 (__main__.TestCommonCUDA) ... ok (1.315s) 2022-05-18T04:49:31.6976766Z test_noncontiguous_samples_exp_cuda_complex64 (__main__.TestCommonCUDA) ... ok (1.060s) 2022-05-18T04:49:31.7074778Z test_noncontiguous_samples_exp_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:49:31.7136647Z test_noncontiguous_samples_exp_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:49:31.7256181Z test_noncontiguous_samples_expand_as_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:49:31.7367602Z test_noncontiguous_samples_expand_as_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:49:31.7439909Z test_noncontiguous_samples_expand_as_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:49:31.7678746Z test_noncontiguous_samples_expand_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.024s) 2022-05-18T04:49:31.7899764Z test_noncontiguous_samples_expand_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.022s) 2022-05-18T04:49:31.7988988Z test_noncontiguous_samples_expand_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:49:31.8049728Z test_noncontiguous_samples_expm1_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:49:31.8097852Z test_noncontiguous_samples_expm1_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:49:31.8293361Z test_noncontiguous_samples_fft_fft2_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.019s) 2022-05-18T04:49:31.8476263Z test_noncontiguous_samples_fft_fft2_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.018s) 2022-05-18T04:49:31.8572730Z test_noncontiguous_samples_fft_fft2_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:49:31.8771935Z test_noncontiguous_samples_fft_fft_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.020s) 2022-05-18T04:49:31.8968202Z test_noncontiguous_samples_fft_fft_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.020s) 2022-05-18T04:49:31.9075405Z test_noncontiguous_samples_fft_fft_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:49:31.9299774Z test_noncontiguous_samples_fft_fftn_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.022s) 2022-05-18T04:49:31.9516460Z test_noncontiguous_samples_fft_fftn_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.022s) 2022-05-18T04:49:31.9638215Z test_noncontiguous_samples_fft_fftn_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:49:31.9792995Z test_noncontiguous_samples_fft_fftshift_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.015s) 2022-05-18T04:49:31.9937618Z test_noncontiguous_samples_fft_fftshift_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.014s) 2022-05-18T04:49:32.0008663Z test_noncontiguous_samples_fft_fftshift_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:49:32.0216594Z test_noncontiguous_samples_fft_hfft2_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.021s) 2022-05-18T04:49:32.0411433Z test_noncontiguous_samples_fft_hfft2_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.019s) 2022-05-18T04:49:32.0512627Z test_noncontiguous_samples_fft_hfft2_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:49:32.0731030Z test_noncontiguous_samples_fft_hfft_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.022s) 2022-05-18T04:49:32.0931850Z test_noncontiguous_samples_fft_hfft_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.020s) 2022-05-18T04:49:32.1038752Z test_noncontiguous_samples_fft_hfft_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:49:32.1280628Z test_noncontiguous_samples_fft_hfftn_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.024s) 2022-05-18T04:49:32.1514279Z test_noncontiguous_samples_fft_hfftn_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.023s) 2022-05-18T04:49:32.1632734Z test_noncontiguous_samples_fft_hfftn_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:49:32.1816438Z test_noncontiguous_samples_fft_ifft2_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.018s) 2022-05-18T04:49:32.1996651Z test_noncontiguous_samples_fft_ifft2_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.018s) 2022-05-18T04:49:32.2101563Z test_noncontiguous_samples_fft_ifft2_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:49:32.2301231Z test_noncontiguous_samples_fft_ifft_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.020s) 2022-05-18T04:49:32.2504715Z test_noncontiguous_samples_fft_ifft_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.020s) 2022-05-18T04:49:32.2615889Z test_noncontiguous_samples_fft_ifft_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:49:32.2842328Z test_noncontiguous_samples_fft_ifftn_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.022s) 2022-05-18T04:49:32.3062661Z test_noncontiguous_samples_fft_ifftn_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.022s) 2022-05-18T04:49:32.3179213Z test_noncontiguous_samples_fft_ifftn_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:49:32.3339285Z test_noncontiguous_samples_fft_ifftshift_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.016s) 2022-05-18T04:49:32.3483248Z test_noncontiguous_samples_fft_ifftshift_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.014s) 2022-05-18T04:49:32.3553404Z test_noncontiguous_samples_fft_ifftshift_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:49:32.3739126Z test_noncontiguous_samples_fft_ihfft2_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.018s) 2022-05-18T04:49:32.3844023Z test_noncontiguous_samples_fft_ihfft2_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:49:32.4052748Z test_noncontiguous_samples_fft_ihfft_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.021s) 2022-05-18T04:49:32.4162524Z test_noncontiguous_samples_fft_ihfft_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:49:32.4401960Z test_noncontiguous_samples_fft_ihfftn_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.024s) 2022-05-18T04:49:32.4524589Z test_noncontiguous_samples_fft_ihfftn_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:49:32.4718254Z test_noncontiguous_samples_fft_irfft2_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.019s) 2022-05-18T04:49:32.4899831Z test_noncontiguous_samples_fft_irfft2_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.018s) 2022-05-18T04:49:32.4997535Z test_noncontiguous_samples_fft_irfft2_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:49:32.5200496Z test_noncontiguous_samples_fft_irfft_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.020s) 2022-05-18T04:49:32.5398595Z test_noncontiguous_samples_fft_irfft_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.020s) 2022-05-18T04:49:32.5510461Z test_noncontiguous_samples_fft_irfft_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:49:32.5739286Z test_noncontiguous_samples_fft_irfftn_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.023s) 2022-05-18T04:49:32.5964494Z test_noncontiguous_samples_fft_irfftn_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.022s) 2022-05-18T04:49:32.6080277Z test_noncontiguous_samples_fft_irfftn_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:49:32.6263319Z test_noncontiguous_samples_fft_rfft2_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.018s) 2022-05-18T04:49:32.6362673Z test_noncontiguous_samples_fft_rfft2_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:49:32.6558985Z test_noncontiguous_samples_fft_rfft_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.020s) 2022-05-18T04:49:32.6665577Z test_noncontiguous_samples_fft_rfft_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:49:32.6889011Z test_noncontiguous_samples_fft_rfftn_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.022s) 2022-05-18T04:49:32.7005497Z test_noncontiguous_samples_fft_rfftn_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:49:32.7124241Z test_noncontiguous_samples_fill__cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:49:32.7235083Z test_noncontiguous_samples_fill__cuda_float32 (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:49:32.7297095Z test_noncontiguous_samples_fill__cuda_int64 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:49:32.7461681Z test_noncontiguous_samples_flatten_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.016s) 2022-05-18T04:49:32.7614174Z test_noncontiguous_samples_flatten_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.015s) 2022-05-18T04:49:32.7691120Z test_noncontiguous_samples_flatten_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:49:32.7926408Z test_noncontiguous_samples_flip_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.023s) 2022-05-18T04:49:32.8146454Z test_noncontiguous_samples_flip_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.022s) 2022-05-18T04:49:32.8241466Z test_noncontiguous_samples_flip_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:49:32.8320081Z test_noncontiguous_samples_fliplr_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:49:32.8395950Z test_noncontiguous_samples_fliplr_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:49:32.8446893Z test_noncontiguous_samples_fliplr_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:49:32.8531759Z test_noncontiguous_samples_flipud_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:49:32.8607372Z test_noncontiguous_samples_flipud_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:49:32.8657881Z test_noncontiguous_samples_flipud_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:49:32.8804674Z test_noncontiguous_samples_float_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.015s) 2022-05-18T04:49:32.8936706Z test_noncontiguous_samples_float_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.013s) 2022-05-18T04:49:32.9017125Z test_noncontiguous_samples_float_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:49:32.9397182Z test_noncontiguous_samples_float_power_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.038s) 2022-05-18T04:49:32.9731521Z test_noncontiguous_samples_float_power_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.033s) 2022-05-18T04:49:32.9876940Z test_noncontiguous_samples_float_power_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.014s) 2022-05-18T04:49:32.9936767Z test_noncontiguous_samples_floor_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:49:33.0101885Z test_noncontiguous_samples_floor_divide_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.016s) 2022-05-18T04:49:33.0235525Z test_noncontiguous_samples_floor_divide_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.013s) 2022-05-18T04:49:33.0546379Z test_noncontiguous_samples_fmax_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.031s) 2022-05-18T04:49:33.0665906Z test_noncontiguous_samples_fmax_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:49:33.0975664Z test_noncontiguous_samples_fmin_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.031s) 2022-05-18T04:49:33.1101917Z test_noncontiguous_samples_fmin_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.013s) 2022-05-18T04:49:33.1411410Z test_noncontiguous_samples_fmod_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.031s) 2022-05-18T04:49:33.1545240Z test_noncontiguous_samples_fmod_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.013s) 2022-05-18T04:49:33.1639123Z test_noncontiguous_samples_frac_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:49:33.1741937Z test_noncontiguous_samples_frexp_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:49:33.1858385Z test_noncontiguous_samples_full_like_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:49:33.1962829Z test_noncontiguous_samples_full_like_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:49:33.2054341Z test_noncontiguous_samples_full_like_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:49:33.2228936Z test_noncontiguous_samples_gather_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.017s) 2022-05-18T04:49:33.2391513Z test_noncontiguous_samples_gather_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.016s) 2022-05-18T04:49:33.2484578Z test_noncontiguous_samples_gather_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:49:33.4499088Z test_noncontiguous_samples_gcd_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.201s) 2022-05-18T04:49:33.4637526Z test_noncontiguous_samples_ge_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.014s) 2022-05-18T04:49:33.4759877Z test_noncontiguous_samples_ge_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:49:33.5374886Z test_noncontiguous_samples_geqrf_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.061s) 2022-05-18T04:49:33.5901217Z test_noncontiguous_samples_geqrf_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.053s) 2022-05-18T04:49:33.6385345Z test_noncontiguous_samples_gradient_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.048s) 2022-05-18T04:49:33.6834179Z test_noncontiguous_samples_gradient_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.045s) 2022-05-18T04:49:33.7026176Z test_noncontiguous_samples_gradient_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.019s) 2022-05-18T04:49:33.7162145Z test_noncontiguous_samples_gt_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.013s) 2022-05-18T04:49:33.7289905Z test_noncontiguous_samples_gt_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.013s) 2022-05-18T04:49:33.7435670Z test_noncontiguous_samples_half_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.015s) 2022-05-18T04:49:33.7574262Z test_noncontiguous_samples_half_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.014s) 2022-05-18T04:49:33.7654335Z test_noncontiguous_samples_half_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:49:33.7806151Z test_noncontiguous_samples_heaviside_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.015s) 2022-05-18T04:49:33.7925539Z test_noncontiguous_samples_heaviside_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:49:33.8859710Z test_noncontiguous_samples_histc_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.093s) 2022-05-18T04:49:33.9518228Z test_noncontiguous_samples_histc_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.066s) 2022-05-18T04:49:33.9635218Z test_noncontiguous_samples_hsplit_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:49:33.9745657Z test_noncontiguous_samples_hsplit_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:49:33.9801575Z test_noncontiguous_samples_hsplit_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:49:33.9882697Z test_noncontiguous_samples_hstack_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:49:33.9957227Z test_noncontiguous_samples_hstack_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:49:34.0009192Z test_noncontiguous_samples_hstack_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:49:34.0305454Z test_noncontiguous_samples_hypot_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.029s) 2022-05-18T04:49:35.7185517Z test_noncontiguous_samples_i0_cuda_float32 (__main__.TestCommonCUDA) ... ok (1.688s) 2022-05-18T04:49:37.1172872Z test_noncontiguous_samples_i0_cuda_int64 (__main__.TestCommonCUDA) ... ok (1.399s) 2022-05-18T04:49:37.1325923Z test_noncontiguous_samples_igamma_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.015s) 2022-05-18T04:49:37.1476706Z test_noncontiguous_samples_igammac_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.015s) 2022-05-18T04:49:37.1579079Z test_noncontiguous_samples_imag_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:49:37.1938971Z test_noncontiguous_samples_index_add_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.036s) 2022-05-18T04:49:37.2266304Z test_noncontiguous_samples_index_add_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.033s) 2022-05-18T04:49:37.2422205Z test_noncontiguous_samples_index_add_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.016s) 2022-05-18T04:49:37.2569230Z test_noncontiguous_samples_index_copy_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.015s) 2022-05-18T04:49:37.2705921Z test_noncontiguous_samples_index_copy_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.014s) 2022-05-18T04:49:37.2781807Z test_noncontiguous_samples_index_copy_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:49:37.2906670Z test_noncontiguous_samples_index_fill_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:49:37.3023222Z test_noncontiguous_samples_index_fill_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:49:37.3092129Z test_noncontiguous_samples_index_fill_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:49:37.3289058Z test_noncontiguous_samples_index_put_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.020s) 2022-05-18T04:49:37.3464566Z test_noncontiguous_samples_index_put_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.017s) 2022-05-18T04:49:37.3558519Z test_noncontiguous_samples_index_put_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:49:37.4773600Z test_noncontiguous_samples_index_reduce_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.121s) 2022-05-18T04:49:37.4890324Z test_noncontiguous_samples_index_select_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:49:37.5000334Z test_noncontiguous_samples_index_select_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:49:37.5065959Z test_noncontiguous_samples_index_select_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:49:37.5173480Z test_noncontiguous_samples_inner_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:49:37.5277988Z test_noncontiguous_samples_inner_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:49:37.5357893Z test_noncontiguous_samples_int_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:49:37.5432666Z test_noncontiguous_samples_int_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:49:37.5503032Z test_noncontiguous_samples_int_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:49:37.5754181Z test_noncontiguous_samples_inverse_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.025s) 2022-05-18T04:49:37.5970159Z test_noncontiguous_samples_inverse_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.022s) 2022-05-18T04:49:37.6280132Z test_noncontiguous_samples_isclose_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.031s) 2022-05-18T04:49:37.6550179Z test_noncontiguous_samples_isclose_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.027s) 2022-05-18T04:49:37.6789546Z test_noncontiguous_samples_isclose_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.024s) 2022-05-18T04:49:37.6855862Z test_noncontiguous_samples_isfinite_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:49:37.6917350Z test_noncontiguous_samples_isfinite_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:49:37.6975316Z test_noncontiguous_samples_isfinite_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:49:37.7046406Z test_noncontiguous_samples_isin_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:49:37.7114828Z test_noncontiguous_samples_isin_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:49:37.7170477Z test_noncontiguous_samples_isinf_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:49:37.7217131Z test_noncontiguous_samples_isinf_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:49:37.7263118Z test_noncontiguous_samples_isinf_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.004s) 2022-05-18T04:49:37.7311277Z test_noncontiguous_samples_isnan_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:49:37.7358177Z test_noncontiguous_samples_isnan_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:49:37.7404419Z test_noncontiguous_samples_isnan_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:49:37.7451413Z test_noncontiguous_samples_isneginf_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:49:37.7497715Z test_noncontiguous_samples_isneginf_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:49:37.7550161Z test_noncontiguous_samples_isposinf_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:49:37.7595930Z test_noncontiguous_samples_isposinf_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.004s) 2022-05-18T04:49:37.7658260Z test_noncontiguous_samples_isreal_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:49:37.7718302Z test_noncontiguous_samples_isreal_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:49:37.7775611Z test_noncontiguous_samples_isreal_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:49:37.8211944Z test_noncontiguous_samples_istft_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.043s) 2022-05-18T04:49:37.8625397Z test_noncontiguous_samples_istft_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.041s) 2022-05-18T04:49:38.1480333Z test_noncontiguous_samples_jiterator_4inputs_with_extra_args_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.285s) 2022-05-18T04:49:38.3368031Z test_noncontiguous_samples_jiterator_4inputs_with_extra_args_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.189s) 2022-05-18T04:49:38.5243570Z test_noncontiguous_samples_jiterator_4inputs_with_extra_args_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.187s) 2022-05-18T04:49:38.7574875Z test_noncontiguous_samples_jiterator_binary_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.233s) 2022-05-18T04:49:38.9351071Z test_noncontiguous_samples_jiterator_binary_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.177s) 2022-05-18T04:49:39.1125537Z test_noncontiguous_samples_jiterator_binary_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.177s) 2022-05-18T04:49:39.9578010Z test_noncontiguous_samples_jiterator_unary_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.845s) 2022-05-18T04:49:40.6644502Z test_noncontiguous_samples_jiterator_unary_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.706s) 2022-05-18T04:49:41.3753470Z test_noncontiguous_samples_jiterator_unary_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.711s) 2022-05-18T04:49:41.3832537Z test_noncontiguous_samples_kron_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:49:41.3903499Z test_noncontiguous_samples_kron_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:49:41.3953095Z test_noncontiguous_samples_kron_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:49:41.4215587Z test_noncontiguous_samples_kthvalue_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.026s) 2022-05-18T04:49:41.4327853Z test_noncontiguous_samples_kthvalue_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:49:41.6551099Z test_noncontiguous_samples_lcm_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.222s) 2022-05-18T04:49:41.6906785Z test_noncontiguous_samples_ldexp_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.036s) 2022-05-18T04:49:41.7213224Z test_noncontiguous_samples_ldexp_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.031s) 2022-05-18T04:49:41.7355860Z test_noncontiguous_samples_ldexp_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.014s) 2022-05-18T04:49:41.7491409Z test_noncontiguous_samples_le_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.013s) 2022-05-18T04:49:41.7612883Z test_noncontiguous_samples_le_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:49:41.8411276Z test_noncontiguous_samples_lerp_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.080s) 2022-05-18T04:49:41.8906982Z test_noncontiguous_samples_lerp_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.049s) 2022-05-18T04:49:42.1373858Z test_noncontiguous_samples_lgamma_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.246s) 2022-05-18T04:49:43.5915247Z test_noncontiguous_samples_lgamma_cuda_int64 (__main__.TestCommonCUDA) ... ok (1.454s) 2022-05-18T04:49:43.6374752Z test_noncontiguous_samples_linalg_cholesky_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.046s) 2022-05-18T04:49:43.6805078Z test_noncontiguous_samples_linalg_cholesky_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.043s) 2022-05-18T04:49:43.7281281Z test_noncontiguous_samples_linalg_cholesky_ex_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.048s) 2022-05-18T04:49:43.7731602Z test_noncontiguous_samples_linalg_cholesky_ex_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.045s) 2022-05-18T04:49:43.7925242Z test_noncontiguous_samples_linalg_cond_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.019s) 2022-05-18T04:49:43.8081035Z test_noncontiguous_samples_linalg_cond_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.015s) 2022-05-18T04:49:43.8218374Z test_noncontiguous_samples_linalg_cross_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.014s) 2022-05-18T04:49:43.8342581Z test_noncontiguous_samples_linalg_cross_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:49:43.8408623Z test_noncontiguous_samples_linalg_cross_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:49:43.9040796Z test_noncontiguous_samples_linalg_det_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.063s) 2022-05-18T04:49:43.9610770Z test_noncontiguous_samples_linalg_det_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.057s) 2022-05-18T04:49:44.0113024Z test_noncontiguous_samples_linalg_eig_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.050s) 2022-05-18T04:49:44.0579017Z test_noncontiguous_samples_linalg_eig_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.046s) 2022-05-18T04:49:44.0933994Z test_noncontiguous_samples_linalg_eigh_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.035s) 2022-05-18T04:49:44.1222257Z test_noncontiguous_samples_linalg_eigh_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.029s) 2022-05-18T04:49:44.1613512Z test_noncontiguous_samples_linalg_eigvals_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.039s) 2022-05-18T04:49:44.1978991Z test_noncontiguous_samples_linalg_eigvals_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.036s) 2022-05-18T04:49:44.2244714Z test_noncontiguous_samples_linalg_eigvalsh_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.026s) 2022-05-18T04:49:44.2487786Z test_noncontiguous_samples_linalg_eigvalsh_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.024s) 2022-05-18T04:49:44.2926452Z test_noncontiguous_samples_linalg_householder_product_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.044s) 2022-05-18T04:49:44.3302218Z test_noncontiguous_samples_linalg_householder_product_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.037s) 2022-05-18T04:49:44.3557148Z test_noncontiguous_samples_linalg_inv_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.025s) 2022-05-18T04:49:44.3779077Z test_noncontiguous_samples_linalg_inv_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.022s) 2022-05-18T04:49:44.4040151Z test_noncontiguous_samples_linalg_inv_ex_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.026s) 2022-05-18T04:49:44.4268541Z test_noncontiguous_samples_linalg_inv_ex_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.023s) 2022-05-18T04:49:44.4367572Z test_noncontiguous_samples_linalg_ldl_factor_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:49:44.4456076Z test_noncontiguous_samples_linalg_ldl_factor_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:49:44.4553790Z test_noncontiguous_samples_linalg_ldl_factor_ex_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:49:44.4646777Z test_noncontiguous_samples_linalg_ldl_factor_ex_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:49:44.4684714Z test_noncontiguous_samples_linalg_ldl_solve_cuda_complex64 (__main__.TestCommonCUDA) ... skip: not available before CUDA 11.3.1 (0.004s) 2022-05-18T04:49:44.4722299Z test_noncontiguous_samples_linalg_ldl_solve_cuda_float32 (__main__.TestCommonCUDA) ... skip: not available before CUDA 11.3.1 (0.004s) 2022-05-18T04:49:44.5927619Z test_noncontiguous_samples_linalg_lstsq_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.120s) 2022-05-18T04:49:44.6852752Z test_noncontiguous_samples_linalg_lstsq_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.092s) 2022-05-18T04:49:44.7964018Z test_noncontiguous_samples_linalg_lstsq_grad_oriented_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.111s) 2022-05-18T04:49:44.8792647Z test_noncontiguous_samples_linalg_lstsq_grad_oriented_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.083s) 2022-05-18T04:49:45.0615797Z test_noncontiguous_samples_linalg_lu_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.182s) 2022-05-18T04:49:45.1909495Z test_noncontiguous_samples_linalg_lu_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.129s) 2022-05-18T04:49:45.4657956Z test_noncontiguous_samples_linalg_lu_factor_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.275s) 2022-05-18T04:49:45.6363262Z test_noncontiguous_samples_linalg_lu_factor_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.170s) 2022-05-18T04:49:45.7863183Z test_noncontiguous_samples_linalg_lu_factor_ex_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.150s) 2022-05-18T04:49:45.8880401Z test_noncontiguous_samples_linalg_lu_factor_ex_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.102s) 2022-05-18T04:49:46.0764462Z test_noncontiguous_samples_linalg_matrix_norm_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.188s) 2022-05-18T04:49:46.2467732Z test_noncontiguous_samples_linalg_matrix_norm_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.170s) 2022-05-18T04:49:46.2988811Z test_noncontiguous_samples_linalg_matrix_power_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.052s) 2022-05-18T04:49:46.3457844Z test_noncontiguous_samples_linalg_matrix_power_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.047s) 2022-05-18T04:49:46.3641746Z test_noncontiguous_samples_linalg_matrix_rank_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.018s) 2022-05-18T04:49:46.3797000Z test_noncontiguous_samples_linalg_matrix_rank_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.015s) 2022-05-18T04:49:46.3945618Z test_noncontiguous_samples_linalg_matrix_rank_hermitian_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.015s) 2022-05-18T04:49:46.4077417Z test_noncontiguous_samples_linalg_matrix_rank_hermitian_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.013s) 2022-05-18T04:49:46.4107816Z test_noncontiguous_samples_linalg_multi_dot_cuda_complex64 (__main__.TestCommonCUDA) ... skip: 67470! (0.003s) 2022-05-18T04:49:46.4138760Z test_noncontiguous_samples_linalg_multi_dot_cuda_float32 (__main__.TestCommonCUDA) ... skip: 67470! (0.003s) 2022-05-18T04:49:46.4791987Z test_noncontiguous_samples_linalg_norm_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.065s) 2022-05-18T04:49:46.5400415Z test_noncontiguous_samples_linalg_norm_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.061s) 2022-05-18T04:49:46.5965620Z test_noncontiguous_samples_linalg_norm_subgradients_at_zero_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.056s) 2022-05-18T04:49:46.6518502Z test_noncontiguous_samples_linalg_norm_subgradients_at_zero_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.055s) 2022-05-18T04:49:46.7287790Z test_noncontiguous_samples_linalg_pinv_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.077s) 2022-05-18T04:49:46.7946995Z test_noncontiguous_samples_linalg_pinv_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.066s) 2022-05-18T04:49:46.8222029Z test_noncontiguous_samples_linalg_pinv_hermitian_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.027s) 2022-05-18T04:49:46.8464719Z test_noncontiguous_samples_linalg_pinv_hermitian_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.024s) 2022-05-18T04:49:46.8502691Z test_noncontiguous_samples_linalg_pinv_singular_cuda_complex64 (__main__.TestCommonCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:49:46.8540476Z test_noncontiguous_samples_linalg_pinv_singular_cuda_float32 (__main__.TestCommonCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:49:46.9655708Z test_noncontiguous_samples_linalg_qr_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.111s) 2022-05-18T04:49:47.0640390Z test_noncontiguous_samples_linalg_qr_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.098s) 2022-05-18T04:49:47.0948405Z test_noncontiguous_samples_linalg_slogdet_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.031s) 2022-05-18T04:49:47.1223591Z test_noncontiguous_samples_linalg_slogdet_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.027s) 2022-05-18T04:49:47.2492869Z test_noncontiguous_samples_linalg_solve_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.127s) 2022-05-18T04:49:47.3687408Z test_noncontiguous_samples_linalg_solve_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.119s) 2022-05-18T04:49:48.2834849Z test_noncontiguous_samples_linalg_solve_triangular_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.915s) 2022-05-18T04:49:49.0994972Z test_noncontiguous_samples_linalg_solve_triangular_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.816s) 2022-05-18T04:49:50.0008439Z test_noncontiguous_samples_linalg_svd_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.901s) 2022-05-18T04:49:50.6866095Z test_noncontiguous_samples_linalg_svd_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.686s) 2022-05-18T04:49:50.7642303Z test_noncontiguous_samples_linalg_svdvals_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.078s) 2022-05-18T04:49:50.8346850Z test_noncontiguous_samples_linalg_svdvals_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.070s) 2022-05-18T04:49:50.8469571Z test_noncontiguous_samples_linalg_tensorinv_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:49:50.8572307Z test_noncontiguous_samples_linalg_tensorinv_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:49:50.8922969Z test_noncontiguous_samples_linalg_tensorsolve_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.035s) 2022-05-18T04:49:50.9250280Z test_noncontiguous_samples_linalg_tensorsolve_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.033s) 2022-05-18T04:49:50.9550567Z test_noncontiguous_samples_linalg_vander_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.030s) 2022-05-18T04:49:50.9820719Z test_noncontiguous_samples_linalg_vander_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.027s) 2022-05-18T04:49:50.9934603Z test_noncontiguous_samples_linalg_vander_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:49:51.2204317Z test_noncontiguous_samples_linalg_vector_norm_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.227s) 2022-05-18T04:49:51.4305415Z test_noncontiguous_samples_linalg_vector_norm_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.210s) 2022-05-18T04:49:52.3217077Z test_noncontiguous_samples_log10_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.891s) 2022-05-18T04:49:52.3328265Z test_noncontiguous_samples_log10_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:49:52.3391883Z test_noncontiguous_samples_log10_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:49:52.3451624Z test_noncontiguous_samples_log1p_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:49:52.3504175Z test_noncontiguous_samples_log1p_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:49:53.2289249Z test_noncontiguous_samples_log2_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.878s) 2022-05-18T04:49:53.2393247Z test_noncontiguous_samples_log2_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:49:53.2468113Z test_noncontiguous_samples_log2_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:49:53.4845576Z test_noncontiguous_samples_log_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.237s) 2022-05-18T04:49:53.4954432Z test_noncontiguous_samples_log_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:49:53.5017916Z test_noncontiguous_samples_log_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:49:53.5188435Z test_noncontiguous_samples_log_softmax_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.017s) 2022-05-18T04:49:53.5355286Z test_noncontiguous_samples_log_softmax_dtype_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.017s) 2022-05-18T04:49:53.5527353Z test_noncontiguous_samples_log_softmax_dtype_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.017s) 2022-05-18T04:49:53.5620508Z test_noncontiguous_samples_log_softmax_dtype_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:49:53.5703445Z test_noncontiguous_samples_logaddexp2_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:49:53.5773688Z test_noncontiguous_samples_logaddexp_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:49:53.5957251Z test_noncontiguous_samples_logcumsumexp_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.018s) 2022-05-18T04:49:53.6217365Z test_noncontiguous_samples_logdet_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.026s) 2022-05-18T04:49:53.6250049Z test_noncontiguous_samples_logical_and_cuda_complex64 (__main__.TestCommonCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:49:53.6401237Z test_noncontiguous_samples_logical_and_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.015s) 2022-05-18T04:49:53.6524096Z test_noncontiguous_samples_logical_and_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:49:53.6606803Z test_noncontiguous_samples_logical_not_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:49:53.6666959Z test_noncontiguous_samples_logical_not_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:49:53.6723940Z test_noncontiguous_samples_logical_not_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:49:53.6874882Z test_noncontiguous_samples_logical_or_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.015s) 2022-05-18T04:49:53.7025799Z test_noncontiguous_samples_logical_or_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.015s) 2022-05-18T04:49:53.7161487Z test_noncontiguous_samples_logical_or_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.013s) 2022-05-18T04:49:53.7328422Z test_noncontiguous_samples_logical_xor_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.017s) 2022-05-18T04:49:53.7472150Z test_noncontiguous_samples_logical_xor_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.014s) 2022-05-18T04:49:53.7608008Z test_noncontiguous_samples_logical_xor_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.013s) 2022-05-18T04:49:53.7736424Z test_noncontiguous_samples_logit_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.013s) 2022-05-18T04:49:53.7807880Z test_noncontiguous_samples_logit_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:49:53.8114905Z test_noncontiguous_samples_logsumexp_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.031s) 2022-05-18T04:49:53.8204934Z test_noncontiguous_samples_logsumexp_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:49:53.8287545Z test_noncontiguous_samples_long_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:49:53.8367022Z test_noncontiguous_samples_long_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:49:53.8441176Z test_noncontiguous_samples_long_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:49:53.8582791Z test_noncontiguous_samples_lt_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.014s) 2022-05-18T04:49:53.8717614Z test_noncontiguous_samples_lt_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.013s) 2022-05-18T04:49:54.0790078Z test_noncontiguous_samples_lu_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.207s) 2022-05-18T04:49:54.2394493Z test_noncontiguous_samples_lu_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.160s) 2022-05-18T04:49:54.5435580Z test_noncontiguous_samples_lu_solve_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.304s) 2022-05-18T04:49:54.8310441Z test_noncontiguous_samples_lu_solve_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.287s) 2022-05-18T04:49:54.9488970Z test_noncontiguous_samples_lu_unpack_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.118s) 2022-05-18T04:49:55.0579535Z test_noncontiguous_samples_lu_unpack_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.109s) 2022-05-18T04:49:55.0749473Z test_noncontiguous_samples_mH_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.017s) 2022-05-18T04:49:55.0900401Z test_noncontiguous_samples_mH_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.015s) 2022-05-18T04:49:55.0982000Z test_noncontiguous_samples_mH_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:49:55.1139856Z test_noncontiguous_samples_mT_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.016s) 2022-05-18T04:49:55.1292676Z test_noncontiguous_samples_mT_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.015s) 2022-05-18T04:49:55.1380425Z test_noncontiguous_samples_mT_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:49:55.1655779Z test_noncontiguous_samples_masked_fill_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.027s) 2022-05-18T04:49:55.1919319Z test_noncontiguous_samples_masked_fill_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.026s) 2022-05-18T04:49:55.2055105Z test_noncontiguous_samples_masked_fill_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.013s) 2022-05-18T04:49:55.2259698Z test_noncontiguous_samples_masked_scatter_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.020s) 2022-05-18T04:49:55.2449719Z test_noncontiguous_samples_masked_scatter_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.019s) 2022-05-18T04:49:55.2554962Z test_noncontiguous_samples_masked_scatter_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:49:55.2790425Z test_noncontiguous_samples_masked_select_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.023s) 2022-05-18T04:49:55.3017519Z test_noncontiguous_samples_masked_select_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.023s) 2022-05-18T04:49:55.3141651Z test_noncontiguous_samples_masked_select_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:49:55.3598434Z test_noncontiguous_samples_matmul_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.046s) 2022-05-18T04:49:55.4023802Z test_noncontiguous_samples_matmul_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.042s) 2022-05-18T04:49:55.4182954Z test_noncontiguous_samples_matrix_exp_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.016s) 2022-05-18T04:49:55.4331249Z test_noncontiguous_samples_matrix_exp_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.015s) 2022-05-18T04:49:55.4636937Z test_noncontiguous_samples_max_binary_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.030s) 2022-05-18T04:49:55.4770016Z test_noncontiguous_samples_max_binary_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.013s) 2022-05-18T04:49:55.4852044Z test_noncontiguous_samples_max_reduction_no_dim_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:49:55.4907688Z test_noncontiguous_samples_max_reduction_no_dim_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:49:55.5043493Z test_noncontiguous_samples_max_reduction_with_dim_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.013s) 2022-05-18T04:49:55.5113006Z test_noncontiguous_samples_max_reduction_with_dim_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:49:55.5423453Z test_noncontiguous_samples_maximum_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.031s) 2022-05-18T04:49:55.5555670Z test_noncontiguous_samples_maximum_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.013s) 2022-05-18T04:49:55.5989296Z test_noncontiguous_samples_mean_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.043s) 2022-05-18T04:49:55.6406228Z test_noncontiguous_samples_mean_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.042s) 2022-05-18T04:49:55.6728731Z test_noncontiguous_samples_median_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.032s) 2022-05-18T04:49:55.6876672Z test_noncontiguous_samples_median_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.015s) 2022-05-18T04:49:55.7334330Z test_noncontiguous_samples_meshgrid_list_of_tensors_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.046s) 2022-05-18T04:49:55.7746762Z test_noncontiguous_samples_meshgrid_list_of_tensors_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.041s) 2022-05-18T04:49:55.7912184Z test_noncontiguous_samples_meshgrid_list_of_tensors_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.016s) 2022-05-18T04:49:55.8352865Z test_noncontiguous_samples_meshgrid_variadic_tensors_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.044s) 2022-05-18T04:49:55.8762888Z test_noncontiguous_samples_meshgrid_variadic_tensors_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.041s) 2022-05-18T04:49:55.8920699Z test_noncontiguous_samples_meshgrid_variadic_tensors_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.016s) 2022-05-18T04:49:55.9230016Z test_noncontiguous_samples_min_binary_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.031s) 2022-05-18T04:49:55.9360957Z test_noncontiguous_samples_min_binary_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.013s) 2022-05-18T04:49:55.9443007Z test_noncontiguous_samples_min_reduction_no_dim_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:49:55.9512312Z test_noncontiguous_samples_min_reduction_no_dim_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:49:55.9638348Z test_noncontiguous_samples_min_reduction_with_dim_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:49:55.9715118Z test_noncontiguous_samples_min_reduction_with_dim_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:49:56.0017806Z test_noncontiguous_samples_minimum_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.030s) 2022-05-18T04:49:56.0150608Z test_noncontiguous_samples_minimum_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.013s) 2022-05-18T04:49:56.0256099Z test_noncontiguous_samples_mm_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:49:56.0337388Z test_noncontiguous_samples_mm_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:49:56.0506244Z test_noncontiguous_samples_mode_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.017s) 2022-05-18T04:49:56.0608257Z test_noncontiguous_samples_mode_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:49:56.0685418Z test_noncontiguous_samples_movedim_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:49:56.0764684Z test_noncontiguous_samples_movedim_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:49:56.0821109Z test_noncontiguous_samples_movedim_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:49:56.0904034Z test_noncontiguous_samples_msort_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:49:56.0963907Z test_noncontiguous_samples_msort_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:49:56.1291476Z test_noncontiguous_samples_mul_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.033s) 2022-05-18T04:49:56.1592107Z test_noncontiguous_samples_mul_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.030s) 2022-05-18T04:49:56.1723817Z test_noncontiguous_samples_mul_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.013s) 2022-05-18T04:49:56.1843510Z test_noncontiguous_samples_multinomial_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:49:56.1929161Z test_noncontiguous_samples_mv_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:49:56.1998268Z test_noncontiguous_samples_mv_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:49:56.2274815Z test_noncontiguous_samples_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.028s) 2022-05-18T04:49:56.2413995Z test_noncontiguous_samples_mvlgamma_mvlgamma_p_1_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.014s) 2022-05-18T04:49:56.2445334Z test_noncontiguous_samples_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestCommonCUDA) ... skip: Skipped! (0.003s) 2022-05-18T04:49:56.2483426Z test_noncontiguous_samples_mvlgamma_mvlgamma_p_3_cuda_int64 (__main__.TestCommonCUDA) ... skip: Skipped! (0.004s) 2022-05-18T04:49:56.2520377Z test_noncontiguous_samples_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestCommonCUDA) ... skip: Skipped! (0.004s) 2022-05-18T04:49:56.2552335Z test_noncontiguous_samples_mvlgamma_mvlgamma_p_5_cuda_int64 (__main__.TestCommonCUDA) ... skip: Skipped! (0.003s) 2022-05-18T04:49:56.2653784Z test_noncontiguous_samples_nan_to_num_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:49:56.2709981Z test_noncontiguous_samples_nan_to_num_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:49:56.3460122Z test_noncontiguous_samples_nanmean_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.075s) 2022-05-18T04:49:56.3789441Z test_noncontiguous_samples_nanmedian_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.033s) 2022-05-18T04:49:56.3939470Z test_noncontiguous_samples_nanmedian_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.015s) 2022-05-18T04:49:56.5707235Z test_noncontiguous_samples_nanquantile_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.177s) 2022-05-18T04:49:56.6121095Z test_noncontiguous_samples_nansum_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.041s) 2022-05-18T04:49:56.6286383Z test_noncontiguous_samples_nansum_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.016s) 2022-05-18T04:49:56.6442535Z test_noncontiguous_samples_narrow_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.015s) 2022-05-18T04:49:56.6586411Z test_noncontiguous_samples_narrow_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.014s) 2022-05-18T04:49:56.6661349Z test_noncontiguous_samples_narrow_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:49:56.6819884Z test_noncontiguous_samples_ne_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.016s) 2022-05-18T04:49:56.6975835Z test_noncontiguous_samples_ne_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.015s) 2022-05-18T04:49:56.7110335Z test_noncontiguous_samples_ne_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.013s) 2022-05-18T04:49:56.7172441Z test_noncontiguous_samples_neg_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:49:56.7244641Z test_noncontiguous_samples_neg_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:49:56.7291692Z test_noncontiguous_samples_neg_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:49:56.7322705Z test_noncontiguous_samples_new_empty_cuda_complex64 (__main__.TestCommonCUDA) ... skip: Skipped! (0.003s) 2022-05-18T04:49:56.7353299Z test_noncontiguous_samples_new_empty_cuda_float32 (__main__.TestCommonCUDA) ... skip: Skipped! (0.003s) 2022-05-18T04:49:56.7385226Z test_noncontiguous_samples_new_empty_cuda_int64 (__main__.TestCommonCUDA) ... skip: Skipped! (0.003s) 2022-05-18T04:49:56.7516732Z test_noncontiguous_samples_new_full_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.013s) 2022-05-18T04:49:56.7620048Z test_noncontiguous_samples_new_full_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:49:56.7725738Z test_noncontiguous_samples_new_full_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:49:56.7835479Z test_noncontiguous_samples_new_ones_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:49:56.7949953Z test_noncontiguous_samples_new_ones_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:49:56.8033786Z test_noncontiguous_samples_new_ones_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:49:56.8157414Z test_noncontiguous_samples_new_zeros_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:49:56.8258109Z test_noncontiguous_samples_new_zeros_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:49:56.8356243Z test_noncontiguous_samples_new_zeros_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:49:56.8511892Z test_noncontiguous_samples_nextafter_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.015s) 2022-05-18T04:49:56.8608271Z test_noncontiguous_samples_nn_functional_adaptive_avg_pool1d_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:49:56.8763426Z test_noncontiguous_samples_nn_functional_adaptive_avg_pool2d_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.015s) 2022-05-18T04:49:56.8933054Z test_noncontiguous_samples_nn_functional_adaptive_avg_pool3d_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.017s) 2022-05-18T04:49:56.9072060Z test_noncontiguous_samples_nn_functional_adaptive_max_pool1d_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.014s) 2022-05-18T04:49:56.9375297Z test_noncontiguous_samples_nn_functional_adaptive_max_pool2d_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.030s) 2022-05-18T04:49:56.9640094Z test_noncontiguous_samples_nn_functional_adaptive_max_pool3d_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.026s) 2022-05-18T04:49:56.9877756Z test_noncontiguous_samples_nn_functional_avg_pool1d_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.024s) 2022-05-18T04:49:57.0069964Z test_noncontiguous_samples_nn_functional_avg_pool2d_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.019s) 2022-05-18T04:49:57.0280433Z test_noncontiguous_samples_nn_functional_avg_pool3d_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.021s) 2022-05-18T04:49:57.0759870Z test_noncontiguous_samples_nn_functional_batch_norm_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.048s) 2022-05-18T04:49:57.1220198Z test_noncontiguous_samples_nn_functional_batch_norm_without_cudnn_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.046s) 2022-05-18T04:49:57.2163525Z test_noncontiguous_samples_nn_functional_bilinear_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.094s) 2022-05-18T04:49:57.2548247Z test_noncontiguous_samples_nn_functional_binary_cross_entropy_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.038s) 2022-05-18T04:49:57.3475603Z test_noncontiguous_samples_nn_functional_binary_cross_entropy_with_logits_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.093s) 2022-05-18T04:49:57.3579829Z test_noncontiguous_samples_nn_functional_celu_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:49:57.3915370Z test_noncontiguous_samples_nn_functional_conv1d_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.033s) 2022-05-18T04:49:57.4144240Z test_noncontiguous_samples_nn_functional_conv1d_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.023s) 2022-05-18T04:49:57.5074231Z test_noncontiguous_samples_nn_functional_conv2d_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.093s) 2022-05-18T04:49:57.5667358Z test_noncontiguous_samples_nn_functional_conv2d_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.059s) 2022-05-18T04:49:57.5884427Z test_noncontiguous_samples_nn_functional_conv_transpose1d_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.022s) 2022-05-18T04:49:57.6125473Z test_noncontiguous_samples_nn_functional_conv_transpose2d_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.024s) 2022-05-18T04:49:57.6367520Z test_noncontiguous_samples_nn_functional_conv_transpose3d_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.024s) 2022-05-18T04:49:57.6691941Z test_noncontiguous_samples_nn_functional_cosine_embedding_loss_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.032s) 2022-05-18T04:49:57.6859165Z test_noncontiguous_samples_nn_functional_cosine_embedding_loss_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.017s) 2022-05-18T04:49:57.7250256Z test_noncontiguous_samples_nn_functional_cosine_similarity_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.039s) 2022-05-18T04:49:57.7876292Z test_noncontiguous_samples_nn_functional_cross_entropy_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.062s) 2022-05-18T04:49:57.8145563Z test_noncontiguous_samples_nn_functional_ctc_loss_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.027s) 2022-05-18T04:49:57.8482910Z test_noncontiguous_samples_nn_functional_dropout2d_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.034s) 2022-05-18T04:49:57.8924739Z test_noncontiguous_samples_nn_functional_dropout_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.044s) 2022-05-18T04:49:57.9018037Z test_noncontiguous_samples_nn_functional_elu_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:49:57.9976486Z test_noncontiguous_samples_nn_functional_embedding_bag_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.096s) 2022-05-18T04:49:58.0096948Z test_noncontiguous_samples_nn_functional_embedding_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:49:58.0289594Z test_noncontiguous_samples_nn_functional_feature_alpha_dropout_with_train_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.019s) 2022-05-18T04:49:58.0562475Z test_noncontiguous_samples_nn_functional_feature_alpha_dropout_without_train_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.027s) 2022-05-18T04:49:58.0818911Z test_noncontiguous_samples_nn_functional_feature_alpha_dropout_without_train_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.026s) 2022-05-18T04:49:58.0942947Z test_noncontiguous_samples_nn_functional_feature_alpha_dropout_without_train_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:49:58.1797901Z test_noncontiguous_samples_nn_functional_fractional_max_pool2d_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.085s) 2022-05-18T04:49:58.2910717Z test_noncontiguous_samples_nn_functional_fractional_max_pool3d_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.111s) 2022-05-18T04:49:59.7111185Z test_noncontiguous_samples_nn_functional_gaussian_nll_loss_cuda_float32 (__main__.TestCommonCUDA) ... ok (1.420s) 2022-05-18T04:49:59.7316353Z test_noncontiguous_samples_nn_functional_gelu_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.020s) 2022-05-18T04:49:59.8220701Z test_noncontiguous_samples_nn_functional_glu_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.090s) 2022-05-18T04:49:59.9083957Z test_noncontiguous_samples_nn_functional_grid_sample_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.086s) 2022-05-18T04:49:59.9259528Z test_noncontiguous_samples_nn_functional_group_norm_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.017s) 2022-05-18T04:49:59.9483441Z test_noncontiguous_samples_nn_functional_hardshrink_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.022s) 2022-05-18T04:49:59.9589270Z test_noncontiguous_samples_nn_functional_hardsigmoid_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:49:59.9707034Z test_noncontiguous_samples_nn_functional_hardswish_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:49:59.9932874Z test_noncontiguous_samples_nn_functional_hardtanh_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.022s) 2022-05-18T04:50:00.0043903Z test_noncontiguous_samples_nn_functional_hardtanh_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:50:00.0351198Z test_noncontiguous_samples_nn_functional_hinge_embedding_loss_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.031s) 2022-05-18T04:50:00.0656426Z test_noncontiguous_samples_nn_functional_huber_loss_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.030s) 2022-05-18T04:50:00.1029299Z test_noncontiguous_samples_nn_functional_instance_norm_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.037s) 2022-05-18T04:50:00.1323695Z test_noncontiguous_samples_nn_functional_interpolate_area_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.029s) 2022-05-18T04:50:00.1613162Z test_noncontiguous_samples_nn_functional_interpolate_bicubic_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.029s) 2022-05-18T04:50:00.1898970Z test_noncontiguous_samples_nn_functional_interpolate_bilinear_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.028s) 2022-05-18T04:50:00.2191860Z test_noncontiguous_samples_nn_functional_interpolate_linear_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.029s) 2022-05-18T04:50:00.2480002Z test_noncontiguous_samples_nn_functional_interpolate_nearest_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.029s) 2022-05-18T04:50:00.2768710Z test_noncontiguous_samples_nn_functional_interpolate_trilinear_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.029s) 2022-05-18T04:50:00.3174932Z test_noncontiguous_samples_nn_functional_kl_div_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.041s) 2022-05-18T04:50:00.3372215Z test_noncontiguous_samples_nn_functional_kl_div_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.020s) 2022-05-18T04:50:00.3551681Z test_noncontiguous_samples_nn_functional_l1_loss_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.018s) 2022-05-18T04:50:00.3779769Z test_noncontiguous_samples_nn_functional_l1_loss_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.023s) 2022-05-18T04:50:00.4032593Z test_noncontiguous_samples_nn_functional_layer_norm_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.025s) 2022-05-18T04:50:00.4256719Z test_noncontiguous_samples_nn_functional_leaky_relu_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.022s) 2022-05-18T04:50:00.4873162Z test_noncontiguous_samples_nn_functional_linear_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.062s) 2022-05-18T04:50:00.5418432Z test_noncontiguous_samples_nn_functional_linear_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.054s) 2022-05-18T04:50:00.5765847Z test_noncontiguous_samples_nn_functional_local_response_norm_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.035s) 2022-05-18T04:50:00.5860260Z test_noncontiguous_samples_nn_functional_logsigmoid_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:50:00.6145324Z test_noncontiguous_samples_nn_functional_margin_ranking_loss_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.028s) 2022-05-18T04:50:00.6324843Z test_noncontiguous_samples_nn_functional_margin_ranking_loss_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.018s) 2022-05-18T04:50:02.5019454Z test_noncontiguous_samples_nn_functional_max_pool1d_cuda_float32 (__main__.TestCommonCUDA) ... ok (1.869s) 2022-05-18T04:50:05.2152383Z test_noncontiguous_samples_nn_functional_max_pool2d_cuda_float32 (__main__.TestCommonCUDA) ... ok (2.713s) 2022-05-18T04:50:06.4451791Z test_noncontiguous_samples_nn_functional_max_pool3d_cuda_float32 (__main__.TestCommonCUDA) ... ok (1.230s) 2022-05-18T04:50:06.8867923Z test_noncontiguous_samples_nn_functional_max_unpool1d_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.441s) 2022-05-18T04:50:07.0355130Z test_noncontiguous_samples_nn_functional_max_unpool1d_grad_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.149s) 2022-05-18T04:50:07.8054804Z test_noncontiguous_samples_nn_functional_max_unpool2d_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.770s) 2022-05-18T04:50:08.0727674Z test_noncontiguous_samples_nn_functional_max_unpool2d_grad_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.267s) 2022-05-18T04:50:08.3668495Z test_noncontiguous_samples_nn_functional_max_unpool3d_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.294s) 2022-05-18T04:50:08.4744445Z test_noncontiguous_samples_nn_functional_max_unpool3d_grad_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.107s) 2022-05-18T04:50:08.4838040Z test_noncontiguous_samples_nn_functional_mish_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:50:08.5045194Z test_noncontiguous_samples_nn_functional_mse_loss_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.021s) 2022-05-18T04:50:08.5204457Z test_noncontiguous_samples_nn_functional_multi_margin_loss_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.016s) 2022-05-18T04:50:08.5312319Z test_noncontiguous_samples_nn_functional_multilabel_margin_loss_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:50:08.5486590Z test_noncontiguous_samples_nn_functional_multilabel_soft_margin_loss_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.017s) 2022-05-18T04:50:08.7038925Z test_noncontiguous_samples_nn_functional_nll_loss_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.155s) 2022-05-18T04:50:08.9339523Z test_noncontiguous_samples_nn_functional_normalize_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.230s) 2022-05-18T04:50:08.9583065Z test_noncontiguous_samples_nn_functional_normalize_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.024s) 2022-05-18T04:50:08.9660868Z test_noncontiguous_samples_nn_functional_one_hot_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:50:08.9905979Z test_noncontiguous_samples_nn_functional_pad_circular_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.024s) 2022-05-18T04:50:09.0135975Z test_noncontiguous_samples_nn_functional_pad_circular_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.023s) 2022-05-18T04:50:09.0226050Z test_noncontiguous_samples_nn_functional_pad_circular_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:50:09.1256011Z test_noncontiguous_samples_nn_functional_pad_constant_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.103s) 2022-05-18T04:50:09.2188441Z test_noncontiguous_samples_nn_functional_pad_constant_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.093s) 2022-05-18T04:50:09.2514327Z test_noncontiguous_samples_nn_functional_pad_constant_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.032s) 2022-05-18T04:50:09.2799263Z test_noncontiguous_samples_nn_functional_pad_reflect_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.028s) 2022-05-18T04:50:09.3060401Z test_noncontiguous_samples_nn_functional_pad_reflect_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.026s) 2022-05-18T04:50:09.3343058Z test_noncontiguous_samples_nn_functional_pad_replicate_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.028s) 2022-05-18T04:50:09.3601483Z test_noncontiguous_samples_nn_functional_pad_replicate_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.026s) 2022-05-18T04:50:09.3862246Z test_noncontiguous_samples_nn_functional_pairwise_distance_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.026s) 2022-05-18T04:50:09.4099261Z test_noncontiguous_samples_nn_functional_pairwise_distance_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.024s) 2022-05-18T04:50:09.4222749Z test_noncontiguous_samples_nn_functional_pairwise_distance_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:50:09.4437256Z test_noncontiguous_samples_nn_functional_pdist_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.021s) 2022-05-18T04:50:09.4519968Z test_noncontiguous_samples_nn_functional_pixel_shuffle_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:50:09.4602615Z test_noncontiguous_samples_nn_functional_pixel_shuffle_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:50:09.4653565Z test_noncontiguous_samples_nn_functional_pixel_shuffle_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:50:09.4736189Z test_noncontiguous_samples_nn_functional_pixel_unshuffle_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:50:09.4814510Z test_noncontiguous_samples_nn_functional_pixel_unshuffle_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:50:09.4871716Z test_noncontiguous_samples_nn_functional_pixel_unshuffle_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:50:09.7274677Z test_noncontiguous_samples_nn_functional_poisson_nll_loss_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.240s) 2022-05-18T04:50:09.8244286Z test_noncontiguous_samples_nn_functional_poisson_nll_loss_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.097s) 2022-05-18T04:50:09.8828996Z test_noncontiguous_samples_nn_functional_prelu_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.058s) 2022-05-18T04:50:09.9038912Z test_noncontiguous_samples_nn_functional_relu6_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.021s) 2022-05-18T04:50:09.9128428Z test_noncontiguous_samples_nn_functional_relu6_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:50:09.9246299Z test_noncontiguous_samples_nn_functional_relu_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:50:09.9308724Z test_noncontiguous_samples_nn_functional_relu_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:50:09.9407629Z test_noncontiguous_samples_nn_functional_rrelu_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:50:09.9500165Z test_noncontiguous_samples_nn_functional_selu_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:50:09.9598618Z test_noncontiguous_samples_nn_functional_silu_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:50:09.9863271Z test_noncontiguous_samples_nn_functional_smooth_l1_loss_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.026s) 2022-05-18T04:50:10.0055161Z test_noncontiguous_samples_nn_functional_soft_margin_loss_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.019s) 2022-05-18T04:50:10.0214877Z test_noncontiguous_samples_nn_functional_softmin_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.016s) 2022-05-18T04:50:10.0386909Z test_noncontiguous_samples_nn_functional_softmin_with_dtype_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.017s) 2022-05-18T04:50:10.0548981Z test_noncontiguous_samples_nn_functional_softmin_with_dtype_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.016s) 2022-05-18T04:50:10.0636301Z test_noncontiguous_samples_nn_functional_softmin_with_dtype_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:50:10.0733710Z test_noncontiguous_samples_nn_functional_softplus_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:50:10.0948454Z test_noncontiguous_samples_nn_functional_softshrink_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.021s) 2022-05-18T04:50:10.1055518Z test_noncontiguous_samples_nn_functional_softsign_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:50:10.1154703Z test_noncontiguous_samples_nn_functional_softsign_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:50:10.1217274Z test_noncontiguous_samples_nn_functional_softsign_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:50:10.1317723Z test_noncontiguous_samples_nn_functional_tanhshrink_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:50:10.1412623Z test_noncontiguous_samples_nn_functional_tanhshrink_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:50:10.1474962Z test_noncontiguous_samples_nn_functional_tanhshrink_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:50:10.1606928Z test_noncontiguous_samples_nn_functional_threshold_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.013s) 2022-05-18T04:50:10.1674617Z test_noncontiguous_samples_nn_functional_threshold_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:50:10.2046193Z test_noncontiguous_samples_nn_functional_triplet_margin_loss_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.037s) 2022-05-18T04:50:10.2388278Z test_noncontiguous_samples_nn_functional_triplet_margin_loss_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.034s) 2022-05-18T04:50:10.2539085Z test_noncontiguous_samples_nn_functional_triplet_margin_loss_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.015s) 2022-05-18T04:50:10.2923066Z test_noncontiguous_samples_nn_functional_triplet_margin_with_distance_loss_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.038s) 2022-05-18T04:50:10.3276919Z test_noncontiguous_samples_nn_functional_triplet_margin_with_distance_loss_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.035s) 2022-05-18T04:50:10.3445093Z test_noncontiguous_samples_nn_functional_triplet_margin_with_distance_loss_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.017s) 2022-05-18T04:50:10.8483323Z test_noncontiguous_samples_nn_functional_unfold_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.504s) 2022-05-18T04:50:11.3109705Z test_noncontiguous_samples_nn_functional_unfold_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.462s) 2022-05-18T04:50:11.3233892Z test_noncontiguous_samples_nn_functional_upsample_bilinear_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:50:11.3509276Z test_noncontiguous_samples_nn_functional_upsample_nearest_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.027s) 2022-05-18T04:50:11.3731281Z test_noncontiguous_samples_nonzero_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.022s) 2022-05-18T04:50:11.3947577Z test_noncontiguous_samples_nonzero_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.022s) 2022-05-18T04:50:11.4164605Z test_noncontiguous_samples_nonzero_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.022s) 2022-05-18T04:50:11.5215952Z test_noncontiguous_samples_norm_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.105s) 2022-05-18T04:50:11.6189439Z test_noncontiguous_samples_norm_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.097s) 2022-05-18T04:50:11.6302612Z test_noncontiguous_samples_norm_fro_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:50:11.6406791Z test_noncontiguous_samples_norm_fro_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:50:11.6441748Z test_noncontiguous_samples_norm_inf_cuda_complex64 (__main__.TestCommonCUDA) ... skip: Skipped! (0.003s) 2022-05-18T04:50:11.6475690Z test_noncontiguous_samples_norm_inf_cuda_float32 (__main__.TestCommonCUDA) ... skip: Skipped! (0.003s) 2022-05-18T04:50:11.6594900Z test_noncontiguous_samples_norm_nuc_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:50:11.6696028Z test_noncontiguous_samples_norm_nuc_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:50:11.6888842Z test_noncontiguous_samples_normal_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.019s) 2022-05-18T04:50:11.6952629Z test_noncontiguous_samples_normal_number_mean_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:50:11.7059298Z test_noncontiguous_samples_ones_like_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:50:11.7157694Z test_noncontiguous_samples_ones_like_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:50:11.7241219Z test_noncontiguous_samples_ones_like_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:50:11.9248989Z test_noncontiguous_samples_ormqr_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.201s) 2022-05-18T04:50:12.0980672Z test_noncontiguous_samples_ormqr_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.173s) 2022-05-18T04:50:12.1052909Z test_noncontiguous_samples_outer_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:50:12.1121194Z test_noncontiguous_samples_outer_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:50:12.1169540Z test_noncontiguous_samples_outer_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:50:13.1176530Z test_noncontiguous_samples_pca_lowrank_cuda_float32 (__main__.TestCommonCUDA) ... ok (1.000s) 2022-05-18T04:50:13.1292776Z test_noncontiguous_samples_permute_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:50:13.1398995Z test_noncontiguous_samples_permute_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:50:13.1460857Z test_noncontiguous_samples_permute_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:50:13.1756127Z test_noncontiguous_samples_pinverse_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.029s) 2022-05-18T04:50:13.2008641Z test_noncontiguous_samples_pinverse_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.025s) 2022-05-18T04:50:13.2312679Z test_noncontiguous_samples_polar_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.030s) 2022-05-18T04:50:15.1129303Z test_noncontiguous_samples_polygamma_polygamma_n_0_cuda_float32 (__main__.TestCommonCUDA) ... ok (1.881s) 2022-05-18T04:50:18.3002570Z test_noncontiguous_samples_polygamma_polygamma_n_0_cuda_int64 (__main__.TestCommonCUDA) ... ok (3.187s) 2022-05-18T04:50:18.3032268Z test_noncontiguous_samples_polygamma_polygamma_n_1_cuda_float32 (__main__.TestCommonCUDA) ... skip: Skipped! (0.003s) 2022-05-18T04:50:18.3062782Z test_noncontiguous_samples_polygamma_polygamma_n_1_cuda_int64 (__main__.TestCommonCUDA) ... skip: Skipped! (0.003s) 2022-05-18T04:50:18.3092788Z test_noncontiguous_samples_polygamma_polygamma_n_2_cuda_float32 (__main__.TestCommonCUDA) ... skip: Skipped! (0.003s) 2022-05-18T04:50:18.3123431Z test_noncontiguous_samples_polygamma_polygamma_n_2_cuda_int64 (__main__.TestCommonCUDA) ... skip: Skipped! (0.003s) 2022-05-18T04:50:18.3153690Z test_noncontiguous_samples_polygamma_polygamma_n_3_cuda_float32 (__main__.TestCommonCUDA) ... skip: Skipped! (0.003s) 2022-05-18T04:50:18.3183960Z test_noncontiguous_samples_polygamma_polygamma_n_3_cuda_int64 (__main__.TestCommonCUDA) ... skip: Skipped! (0.003s) 2022-05-18T04:50:18.3215462Z test_noncontiguous_samples_polygamma_polygamma_n_4_cuda_float32 (__main__.TestCommonCUDA) ... skip: Skipped! (0.003s) 2022-05-18T04:50:18.3245868Z test_noncontiguous_samples_polygamma_polygamma_n_4_cuda_int64 (__main__.TestCommonCUDA) ... skip: Skipped! (0.003s) 2022-05-18T04:50:18.3344499Z test_noncontiguous_samples_positive_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:50:18.3434630Z test_noncontiguous_samples_positive_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:50:18.3489912Z test_noncontiguous_samples_positive_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:50:18.3847893Z test_noncontiguous_samples_pow_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.036s) 2022-05-18T04:50:18.4157871Z test_noncontiguous_samples_pow_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.031s) 2022-05-18T04:50:18.4282956Z test_noncontiguous_samples_pow_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:50:18.5146342Z test_noncontiguous_samples_prod_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.086s) 2022-05-18T04:50:18.5941859Z test_noncontiguous_samples_prod_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.079s) 2022-05-18T04:50:18.6184464Z test_noncontiguous_samples_prod_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.024s) 2022-05-18T04:50:18.6896990Z test_noncontiguous_samples_put_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.071s) 2022-05-18T04:50:18.7560315Z test_noncontiguous_samples_put_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.066s) 2022-05-18T04:50:18.7831546Z test_noncontiguous_samples_put_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.027s) 2022-05-18T04:50:18.8891384Z test_noncontiguous_samples_qr_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.106s) 2022-05-18T04:50:18.9827378Z test_noncontiguous_samples_qr_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.093s) 2022-05-18T04:50:19.1572694Z test_noncontiguous_samples_quantile_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.174s) 2022-05-18T04:50:19.1665771Z test_noncontiguous_samples_rad2deg_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:50:19.1726875Z test_noncontiguous_samples_rad2deg_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:50:19.1849625Z test_noncontiguous_samples_rand_like_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:50:19.1963536Z test_noncontiguous_samples_rand_like_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:50:19.2140831Z test_noncontiguous_samples_randint_like_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.018s) 2022-05-18T04:50:19.2294220Z test_noncontiguous_samples_randint_like_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.015s) 2022-05-18T04:50:19.2422806Z test_noncontiguous_samples_randn_like_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.013s) 2022-05-18T04:50:19.2534670Z test_noncontiguous_samples_randn_like_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:50:19.2615070Z test_noncontiguous_samples_ravel_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:50:19.2695741Z test_noncontiguous_samples_ravel_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:50:19.2746202Z test_noncontiguous_samples_ravel_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:50:19.2843769Z test_noncontiguous_samples_real_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:50:19.2932800Z test_noncontiguous_samples_real_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:50:19.2988131Z test_noncontiguous_samples_real_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:50:19.3093407Z test_noncontiguous_samples_reciprocal_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:50:19.3187155Z test_noncontiguous_samples_reciprocal_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:50:19.3248601Z test_noncontiguous_samples_reciprocal_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:50:19.3546404Z test_noncontiguous_samples_remainder_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.030s) 2022-05-18T04:50:19.3676911Z test_noncontiguous_samples_remainder_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.013s) 2022-05-18T04:50:19.3827161Z test_noncontiguous_samples_renorm_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.015s) 2022-05-18T04:50:19.3963325Z test_noncontiguous_samples_renorm_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.014s) 2022-05-18T04:50:19.4443734Z test_noncontiguous_samples_repeat_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.048s) 2022-05-18T04:50:19.4878138Z test_noncontiguous_samples_repeat_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.043s) 2022-05-18T04:50:19.5097677Z test_noncontiguous_samples_repeat_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.022s) 2022-05-18T04:50:19.5238372Z test_noncontiguous_samples_repeat_interleave_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.014s) 2022-05-18T04:50:19.5368817Z test_noncontiguous_samples_repeat_interleave_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.013s) 2022-05-18T04:50:19.5443826Z test_noncontiguous_samples_repeat_interleave_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:50:19.5585850Z test_noncontiguous_samples_reshape_as_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.014s) 2022-05-18T04:50:19.5710179Z test_noncontiguous_samples_reshape_as_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:50:19.5780686Z test_noncontiguous_samples_reshape_as_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:50:19.6030797Z test_noncontiguous_samples_reshape_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.025s) 2022-05-18T04:50:19.6256444Z test_noncontiguous_samples_reshape_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.022s) 2022-05-18T04:50:19.6346290Z test_noncontiguous_samples_reshape_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:50:19.6416648Z test_noncontiguous_samples_resize__cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:50:19.6482983Z test_noncontiguous_samples_resize__cuda_float32 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:50:19.6546349Z test_noncontiguous_samples_resize__cuda_int64 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:50:19.6635101Z test_noncontiguous_samples_resize_as__cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:50:19.6716271Z test_noncontiguous_samples_resize_as__cuda_float32 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:50:19.6786544Z test_noncontiguous_samples_resize_as__cuda_int64 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:50:19.6866057Z test_noncontiguous_samples_resolve_conj_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:50:19.6940651Z test_noncontiguous_samples_resolve_conj_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:50:19.6990465Z test_noncontiguous_samples_resolve_conj_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:50:19.7075574Z test_noncontiguous_samples_resolve_neg_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:50:19.7150324Z test_noncontiguous_samples_resolve_neg_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:50:19.7199395Z test_noncontiguous_samples_resolve_neg_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:50:19.7411678Z test_noncontiguous_samples_roll_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.021s) 2022-05-18T04:50:19.7606267Z test_noncontiguous_samples_roll_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.019s) 2022-05-18T04:50:19.7692982Z test_noncontiguous_samples_roll_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:50:19.7807957Z test_noncontiguous_samples_rot90_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:50:19.7915720Z test_noncontiguous_samples_rot90_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:50:19.7984915Z test_noncontiguous_samples_rot90_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:50:19.8043167Z test_noncontiguous_samples_round_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:50:19.8134280Z test_noncontiguous_samples_round_decimals_0_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:50:19.8164775Z test_noncontiguous_samples_round_decimals_3_cuda_float32 (__main__.TestCommonCUDA) ... skip: Skipped! (0.003s) 2022-05-18T04:50:19.8194605Z test_noncontiguous_samples_round_decimals_neg_3_cuda_float32 (__main__.TestCommonCUDA) ... skip: Skipped! (0.003s) 2022-05-18T04:50:21.2255302Z test_noncontiguous_samples_rsqrt_cuda_complex64 (__main__.TestCommonCUDA) ... ok (1.406s) 2022-05-18T04:50:21.2351114Z test_noncontiguous_samples_rsqrt_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:50:21.2412297Z test_noncontiguous_samples_rsqrt_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:50:21.2782791Z test_noncontiguous_samples_rsub_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.037s) 2022-05-18T04:50:21.3122770Z test_noncontiguous_samples_rsub_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.034s) 2022-05-18T04:50:21.3257685Z test_noncontiguous_samples_rsub_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.013s) 2022-05-18T04:50:21.3559324Z test_noncontiguous_samples_scatter_add_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.030s) 2022-05-18T04:50:21.3837095Z test_noncontiguous_samples_scatter_add_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.028s) 2022-05-18T04:50:21.3986517Z test_noncontiguous_samples_scatter_add_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.015s) 2022-05-18T04:50:21.4316862Z test_noncontiguous_samples_scatter_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.033s) 2022-05-18T04:50:21.4617266Z test_noncontiguous_samples_scatter_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.030s) 2022-05-18T04:50:21.4874472Z test_noncontiguous_samples_scatter_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.024s) 2022-05-18T04:50:21.5392746Z test_noncontiguous_samples_scatter_reduce_amax_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.053s) 2022-05-18T04:50:21.5922079Z test_noncontiguous_samples_scatter_reduce_amin_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.053s) 2022-05-18T04:50:21.6464303Z test_noncontiguous_samples_scatter_reduce_mean_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.054s) 2022-05-18T04:50:21.7101430Z test_noncontiguous_samples_scatter_reduce_prod_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.064s) 2022-05-18T04:50:21.7596483Z test_noncontiguous_samples_scatter_reduce_sum_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.049s) 2022-05-18T04:50:21.7827484Z test_noncontiguous_samples_scatter_reduce_sum_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.023s) 2022-05-18T04:50:21.9175437Z test_noncontiguous_samples_searchsorted_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.135s) 2022-05-18T04:50:22.0451971Z test_noncontiguous_samples_searchsorted_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.128s) 2022-05-18T04:50:22.0598325Z test_noncontiguous_samples_select_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.015s) 2022-05-18T04:50:22.0733940Z test_noncontiguous_samples_select_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.013s) 2022-05-18T04:50:22.0801386Z test_noncontiguous_samples_select_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:50:22.0981629Z test_noncontiguous_samples_select_scatter_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.018s) 2022-05-18T04:50:22.1066037Z test_noncontiguous_samples_select_scatter_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:50:22.1130893Z test_noncontiguous_samples_sgn_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:50:22.1191215Z test_noncontiguous_samples_sgn_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:50:22.1242651Z test_noncontiguous_samples_sgn_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:50:22.1321816Z test_noncontiguous_samples_short_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:50:22.1396518Z test_noncontiguous_samples_short_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:50:22.1466373Z test_noncontiguous_samples_short_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:50:24.6817677Z test_noncontiguous_samples_sigmoid_cuda_complex64 (__main__.TestCommonCUDA) ... ok (2.535s) 2022-05-18T04:50:24.6914054Z test_noncontiguous_samples_sigmoid_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:50:24.6975977Z test_noncontiguous_samples_sigmoid_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:50:24.7044178Z test_noncontiguous_samples_sign_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:50:24.7089928Z test_noncontiguous_samples_sign_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.004s) 2022-05-18T04:50:24.7136487Z test_noncontiguous_samples_signbit_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:50:24.7182835Z test_noncontiguous_samples_signbit_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:50:24.7245930Z test_noncontiguous_samples_sin_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:50:24.7305585Z test_noncontiguous_samples_sin_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:50:24.7353466Z test_noncontiguous_samples_sin_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:50:26.2040484Z test_noncontiguous_samples_sinc_cuda_complex64 (__main__.TestCommonCUDA) ... ok (1.468s) 2022-05-18T04:50:27.1097560Z test_noncontiguous_samples_sinc_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.906s) 2022-05-18T04:50:28.5837859Z test_noncontiguous_samples_sinc_cuda_int64 (__main__.TestCommonCUDA) ... ok (1.474s) 2022-05-18T04:50:28.5905904Z test_noncontiguous_samples_sinh_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:50:28.5966709Z test_noncontiguous_samples_sinh_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:50:28.6014954Z test_noncontiguous_samples_sinh_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:50:28.6313041Z test_noncontiguous_samples_slice_scatter_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.030s) 2022-05-18T04:50:28.6434909Z test_noncontiguous_samples_slice_scatter_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:50:28.6597071Z test_noncontiguous_samples_softmax_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.016s) 2022-05-18T04:50:28.6763431Z test_noncontiguous_samples_softmax_with_dtype_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.017s) 2022-05-18T04:50:28.6920523Z test_noncontiguous_samples_softmax_with_dtype_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.016s) 2022-05-18T04:50:28.7006519Z test_noncontiguous_samples_softmax_with_dtype_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:50:28.7708795Z test_noncontiguous_samples_sort_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.070s) 2022-05-18T04:50:28.7996100Z test_noncontiguous_samples_sort_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.029s) 2022-05-18T04:50:28.8027038Z test_noncontiguous_samples_sparse_sampled_addmm_cuda_complex64 (__main__.TestCommonCUDA) ... skip: Skipped! (0.003s) 2022-05-18T04:50:28.8057208Z test_noncontiguous_samples_sparse_sampled_addmm_cuda_float32 (__main__.TestCommonCUDA) ... skip: Skipped! (0.003s) 2022-05-18T04:50:29.5348531Z test_noncontiguous_samples_special_entr_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.729s) 2022-05-18T04:50:30.8445337Z test_noncontiguous_samples_special_entr_cuda_int64 (__main__.TestCommonCUDA) ... ok (1.310s) 2022-05-18T04:50:33.5836546Z test_noncontiguous_samples_special_erfcx_cuda_float32 (__main__.TestCommonCUDA) ... ok (2.739s) 2022-05-18T04:50:36.2563294Z test_noncontiguous_samples_special_erfcx_cuda_int64 (__main__.TestCommonCUDA) ... ok (2.673s) 2022-05-18T04:50:37.8856165Z test_noncontiguous_samples_special_i0e_cuda_float32 (__main__.TestCommonCUDA) ... ok (1.629s) 2022-05-18T04:50:39.2602001Z test_noncontiguous_samples_special_i0e_cuda_int64 (__main__.TestCommonCUDA) ... ok (1.374s) 2022-05-18T04:50:39.2711294Z test_noncontiguous_samples_special_i1_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:50:40.6587732Z test_noncontiguous_samples_special_i1_cuda_int64 (__main__.TestCommonCUDA) ... ok (1.387s) 2022-05-18T04:50:40.6701657Z test_noncontiguous_samples_special_i1e_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:50:42.0369420Z test_noncontiguous_samples_special_i1e_cuda_int64 (__main__.TestCommonCUDA) ... ok (1.366s) 2022-05-18T04:50:42.8893106Z test_noncontiguous_samples_special_log_ndtr_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.852s) 2022-05-18T04:50:44.3043564Z test_noncontiguous_samples_special_log_ndtr_cuda_int64 (__main__.TestCommonCUDA) ... ok (1.415s) 2022-05-18T04:50:44.3147345Z test_noncontiguous_samples_special_ndtr_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:50:44.3211489Z test_noncontiguous_samples_special_ndtr_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:50:45.2229031Z test_noncontiguous_samples_special_ndtri_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.901s) 2022-05-18T04:50:46.6776171Z test_noncontiguous_samples_special_ndtri_cuda_int64 (__main__.TestCommonCUDA) ... ok (1.455s) 2022-05-18T04:50:46.7019179Z test_noncontiguous_samples_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.024s) 2022-05-18T04:50:46.7137473Z test_noncontiguous_samples_special_polygamma_special_polygamma_n_0_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:50:46.7429682Z test_noncontiguous_samples_special_xlog1py_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.029s) 2022-05-18T04:50:46.7567276Z test_noncontiguous_samples_special_xlog1py_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.014s) 2022-05-18T04:50:47.2764786Z test_noncontiguous_samples_special_zeta_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.519s) 2022-05-18T04:50:47.2795550Z test_noncontiguous_samples_special_zeta_cuda_int64 (__main__.TestCommonCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:50:47.2895089Z test_noncontiguous_samples_split_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:50:47.2987892Z test_noncontiguous_samples_split_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:50:47.3048937Z test_noncontiguous_samples_split_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:50:47.3196126Z test_noncontiguous_samples_split_list_args_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.015s) 2022-05-18T04:50:47.3332153Z test_noncontiguous_samples_split_list_args_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.014s) 2022-05-18T04:50:47.3397048Z test_noncontiguous_samples_split_list_args_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:50:47.3576821Z test_noncontiguous_samples_split_with_sizes_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.018s) 2022-05-18T04:50:47.3744240Z test_noncontiguous_samples_split_with_sizes_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.017s) 2022-05-18T04:50:47.3816883Z test_noncontiguous_samples_split_with_sizes_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:50:48.1793824Z test_noncontiguous_samples_sqrt_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.797s) 2022-05-18T04:50:48.1862839Z test_noncontiguous_samples_sqrt_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:50:48.1910688Z test_noncontiguous_samples_sqrt_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:50:48.2012020Z test_noncontiguous_samples_square_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:50:48.2107443Z test_noncontiguous_samples_square_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:50:48.2164048Z test_noncontiguous_samples_square_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:50:48.2349154Z test_noncontiguous_samples_squeeze_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.018s) 2022-05-18T04:50:48.2518413Z test_noncontiguous_samples_squeeze_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.017s) 2022-05-18T04:50:48.2595868Z test_noncontiguous_samples_squeeze_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:50:48.2872046Z test_noncontiguous_samples_stack_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.027s) 2022-05-18T04:50:48.3123226Z test_noncontiguous_samples_stack_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.025s) 2022-05-18T04:50:48.3232988Z test_noncontiguous_samples_stack_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:50:48.3436719Z test_noncontiguous_samples_std_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.020s) 2022-05-18T04:50:48.3623989Z test_noncontiguous_samples_std_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.019s) 2022-05-18T04:50:48.3837799Z test_noncontiguous_samples_std_mean_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.021s) 2022-05-18T04:50:48.4241457Z test_noncontiguous_samples_std_mean_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.040s) 2022-05-18T04:50:48.4471142Z test_noncontiguous_samples_stft_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.023s) 2022-05-18T04:50:48.4716470Z test_noncontiguous_samples_stft_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.024s) 2022-05-18T04:50:48.5087964Z test_noncontiguous_samples_sub_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.037s) 2022-05-18T04:50:48.5425500Z test_noncontiguous_samples_sub_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.034s) 2022-05-18T04:50:48.5562050Z test_noncontiguous_samples_sub_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.014s) 2022-05-18T04:50:48.5980873Z test_noncontiguous_samples_sum_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.042s) 2022-05-18T04:50:48.6378816Z test_noncontiguous_samples_sum_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.040s) 2022-05-18T04:50:48.6527059Z test_noncontiguous_samples_sum_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.015s) 2022-05-18T04:50:48.6688960Z test_noncontiguous_samples_sum_to_size_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.016s) 2022-05-18T04:50:48.6838945Z test_noncontiguous_samples_sum_to_size_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.015s) 2022-05-18T04:50:48.6911957Z test_noncontiguous_samples_sum_to_size_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:50:49.6625903Z test_noncontiguous_samples_svd_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.971s) 2022-05-18T04:50:50.3634431Z test_noncontiguous_samples_svd_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.701s) 2022-05-18T04:50:51.4394635Z test_noncontiguous_samples_svd_lowrank_cuda_float32 (__main__.TestCommonCUDA) ... ok (1.076s) 2022-05-18T04:50:51.4859193Z test_noncontiguous_samples_symeig_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.046s) 2022-05-18T04:50:51.5257733Z test_noncontiguous_samples_symeig_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.040s) 2022-05-18T04:50:51.5357656Z test_noncontiguous_samples_t_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:50:51.5451732Z test_noncontiguous_samples_t_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:50:51.5513149Z test_noncontiguous_samples_t_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:50:51.5695648Z test_noncontiguous_samples_take_along_dim_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.018s) 2022-05-18T04:50:51.5866691Z test_noncontiguous_samples_take_along_dim_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.017s) 2022-05-18T04:50:51.5968406Z test_noncontiguous_samples_take_along_dim_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:50:51.6220300Z test_noncontiguous_samples_take_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.025s) 2022-05-18T04:50:51.6453871Z test_noncontiguous_samples_take_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.023s) 2022-05-18T04:50:51.6568573Z test_noncontiguous_samples_take_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:50:51.6637409Z test_noncontiguous_samples_tan_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:50:51.6697621Z test_noncontiguous_samples_tan_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:50:51.6745362Z test_noncontiguous_samples_tan_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:50:52.5995388Z test_noncontiguous_samples_tanh_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.925s) 2022-05-18T04:50:52.6057325Z test_noncontiguous_samples_tanh_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:50:52.6105921Z test_noncontiguous_samples_tanh_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:50:52.6540834Z test_noncontiguous_samples_tensor_split_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.043s) 2022-05-18T04:50:52.6939559Z test_noncontiguous_samples_tensor_split_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.040s) 2022-05-18T04:50:52.7082925Z test_noncontiguous_samples_tensor_split_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.014s) 2022-05-18T04:50:52.7190536Z test_noncontiguous_samples_tensordot_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:50:52.7289813Z test_noncontiguous_samples_tensordot_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:50:52.7832660Z test_noncontiguous_samples_tile_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.054s) 2022-05-18T04:50:52.8330300Z test_noncontiguous_samples_tile_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.050s) 2022-05-18T04:50:52.8617595Z test_noncontiguous_samples_tile_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.029s) 2022-05-18T04:50:52.8648299Z test_noncontiguous_samples_to_sparse_cuda_complex64 (__main__.TestCommonCUDA) ... skip: (0.003s) 2022-05-18T04:50:52.8678802Z test_noncontiguous_samples_to_sparse_cuda_float32 (__main__.TestCommonCUDA) ... skip: (0.003s) 2022-05-18T04:50:52.8708954Z test_noncontiguous_samples_to_sparse_cuda_int64 (__main__.TestCommonCUDA) ... skip: (0.003s) 2022-05-18T04:50:52.9041014Z test_noncontiguous_samples_topk_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.033s) 2022-05-18T04:50:52.9185228Z test_noncontiguous_samples_topk_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.014s) 2022-05-18T04:50:52.9249305Z test_noncontiguous_samples_trace_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:50:52.9309097Z test_noncontiguous_samples_trace_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:50:52.9354092Z test_noncontiguous_samples_trace_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.004s) 2022-05-18T04:50:52.9549371Z test_noncontiguous_samples_transpose_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.019s) 2022-05-18T04:50:52.9733468Z test_noncontiguous_samples_transpose_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.018s) 2022-05-18T04:50:52.9816721Z test_noncontiguous_samples_transpose_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:50:53.0157737Z test_noncontiguous_samples_trapezoid_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.034s) 2022-05-18T04:50:53.0463464Z test_noncontiguous_samples_trapezoid_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.030s) 2022-05-18T04:50:53.0598827Z test_noncontiguous_samples_trapezoid_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.013s) 2022-05-18T04:50:53.0933760Z test_noncontiguous_samples_trapz_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.033s) 2022-05-18T04:50:53.1240702Z test_noncontiguous_samples_trapz_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.031s) 2022-05-18T04:50:53.1381585Z test_noncontiguous_samples_trapz_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.014s) 2022-05-18T04:50:53.1840956Z test_noncontiguous_samples_triangular_solve_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.046s) 2022-05-18T04:50:53.2248314Z test_noncontiguous_samples_triangular_solve_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.041s) 2022-05-18T04:50:53.2399060Z test_noncontiguous_samples_tril_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.015s) 2022-05-18T04:50:53.2534310Z test_noncontiguous_samples_tril_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.013s) 2022-05-18T04:50:53.2601832Z test_noncontiguous_samples_tril_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:50:53.2747992Z test_noncontiguous_samples_triu_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.015s) 2022-05-18T04:50:53.2889333Z test_noncontiguous_samples_triu_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.014s) 2022-05-18T04:50:53.2957113Z test_noncontiguous_samples_triu_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:50:53.3294957Z test_noncontiguous_samples_true_divide_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.034s) 2022-05-18T04:50:53.3594608Z test_noncontiguous_samples_true_divide_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.030s) 2022-05-18T04:50:53.3743506Z test_noncontiguous_samples_true_divide_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.015s) 2022-05-18T04:50:53.3802248Z test_noncontiguous_samples_trunc_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:50:53.4281109Z test_noncontiguous_samples_unfold_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.048s) 2022-05-18T04:50:53.4724438Z test_noncontiguous_samples_unfold_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.044s) 2022-05-18T04:50:53.4876941Z test_noncontiguous_samples_unfold_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.015s) 2022-05-18T04:50:53.8286402Z test_noncontiguous_samples_unique_consecutive_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.341s) 2022-05-18T04:50:54.0992539Z test_noncontiguous_samples_unique_consecutive_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.270s) 2022-05-18T04:50:54.8637363Z test_noncontiguous_samples_unique_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.764s) 2022-05-18T04:50:55.4956565Z test_noncontiguous_samples_unique_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.632s) 2022-05-18T04:50:55.5177526Z test_noncontiguous_samples_unsqueeze_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.022s) 2022-05-18T04:50:55.5380135Z test_noncontiguous_samples_unsqueeze_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.020s) 2022-05-18T04:50:55.5465876Z test_noncontiguous_samples_unsqueeze_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:50:55.5659403Z test_noncontiguous_samples_var_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.019s) 2022-05-18T04:50:55.5839725Z test_noncontiguous_samples_var_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.018s) 2022-05-18T04:50:55.6051801Z test_noncontiguous_samples_var_mean_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.021s) 2022-05-18T04:50:55.6443789Z test_noncontiguous_samples_var_mean_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.039s) 2022-05-18T04:50:55.6545660Z test_noncontiguous_samples_vdot_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:50:55.6612050Z test_noncontiguous_samples_vdot_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:50:55.6717629Z test_noncontiguous_samples_view_as_complex_cuda_float32 (__main__.TestCommonCUDA) ... expected failure (0.010s) 2022-05-18T04:50:55.6833003Z test_noncontiguous_samples_view_as_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:50:55.6938734Z test_noncontiguous_samples_view_as_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:50:55.7003199Z test_noncontiguous_samples_view_as_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:50:55.7083297Z test_noncontiguous_samples_view_as_real_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:50:55.7273905Z test_noncontiguous_samples_view_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.019s) 2022-05-18T04:50:55.7442707Z test_noncontiguous_samples_view_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.017s) 2022-05-18T04:50:55.7520175Z test_noncontiguous_samples_view_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:50:55.7633750Z test_noncontiguous_samples_vsplit_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:50:55.7740862Z test_noncontiguous_samples_vsplit_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:50:55.7796601Z test_noncontiguous_samples_vsplit_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:50:55.7876106Z test_noncontiguous_samples_vstack_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:50:55.7950394Z test_noncontiguous_samples_vstack_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:50:55.8007695Z test_noncontiguous_samples_vstack_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:50:55.8224798Z test_noncontiguous_samples_where_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.022s) 2022-05-18T04:50:55.8422283Z test_noncontiguous_samples_where_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.020s) 2022-05-18T04:50:55.8523155Z test_noncontiguous_samples_where_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:50:55.8822683Z test_noncontiguous_samples_xlogy_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.030s) 2022-05-18T04:50:55.8957870Z test_noncontiguous_samples_xlogy_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.013s) 2022-05-18T04:50:55.9063038Z test_noncontiguous_samples_zero__cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:50:55.9166819Z test_noncontiguous_samples_zero__cuda_float32 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:50:55.9225718Z test_noncontiguous_samples_zero__cuda_int64 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:50:55.9332738Z test_noncontiguous_samples_zeros_like_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:50:55.9430845Z test_noncontiguous_samples_zeros_like_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:50:55.9512432Z test_noncontiguous_samples_zeros_like_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:50:55.9571355Z test_out_H_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:50:55.9629468Z test_out_T_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:50:55.9690591Z test_out___getitem___cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:50:55.9757123Z test_out___radd___cuda (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:50:55.9815471Z test_out___rand___cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:50:55.9878461Z test_out___rdiv___cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:50:55.9961123Z test_out___rmatmul___cuda (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:50:56.0020335Z test_out___rmod___cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:50:56.0080941Z test_out___rmul___cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:50:56.0139047Z test_out___ror___cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:50:56.0197668Z test_out___rpow___cuda (__main__.TestCommonCUDA) ... /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:50:56.0198412Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-05-18T04:50:56.0200612Z ok (0.006s) 2022-05-18T04:50:56.0265730Z test_out___rsub___cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:50:56.0324380Z test_out___rxor___cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:50:56.0431747Z test_out__masked_amax_cuda (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:50:56.0537748Z test_out__masked_amin_cuda (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:50:56.0627990Z test_out__masked_argmax_cuda (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:50:56.0717867Z test_out__masked_argmin_cuda (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:50:56.0788643Z test_out__masked_log_softmax_cuda (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:50:56.0903169Z test_out__masked_mean_cuda (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:50:56.1275736Z test_out__masked_norm_cuda (__main__.TestCommonCUDA) ... ok (0.037s) 2022-05-18T04:50:56.1373083Z test_out__masked_normalize_cuda (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:50:56.1479550Z test_out__masked_prod_cuda (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:50:56.1551167Z test_out__masked_softmax_cuda (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:50:56.1622701Z test_out__masked_softmin_cuda (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:50:56.1813064Z test_out__masked_std_cuda (__main__.TestCommonCUDA) ... ok (0.019s) 2022-05-18T04:50:56.1919327Z test_out__masked_sum_cuda (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:50:56.2105765Z test_out__masked_var_cuda (__main__.TestCommonCUDA) ... ok (0.019s) 2022-05-18T04:50:56.2201340Z test_out__refs_abs_cuda (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:50:56.2355074Z test_out__refs_acos_cuda (__main__.TestCommonCUDA) ... ok (0.015s) 2022-05-18T04:50:56.2509181Z test_out__refs_acosh_cuda (__main__.TestCommonCUDA) ... ok (0.015s) 2022-05-18T04:50:56.3127251Z test_out__refs_add_cuda (__main__.TestCommonCUDA) ... ok (0.062s) 2022-05-18T04:50:56.3910250Z test_out__refs_amax_cuda (__main__.TestCommonCUDA) ... ok (0.078s) 2022-05-18T04:50:56.4693283Z test_out__refs_amin_cuda (__main__.TestCommonCUDA) ... ok (0.078s) 2022-05-18T04:50:56.4756276Z test_out__refs_as_strided_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:50:56.4854743Z test_out__refs_asin_cuda (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:50:56.5361790Z test_out__refs_atan2_cuda (__main__.TestCommonCUDA) ... ok (0.051s) 2022-05-18T04:50:56.5454532Z test_out__refs_atan_cuda (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:50:56.5838761Z test_out__refs_bitwise_and_cuda (__main__.TestCommonCUDA) ... ok (0.038s) 2022-05-18T04:50:56.6228653Z test_out__refs_bitwise_left_shift_cuda (__main__.TestCommonCUDA) ... ok (0.039s) 2022-05-18T04:50:56.6612400Z test_out__refs_bitwise_or_cuda (__main__.TestCommonCUDA) ... ok (0.038s) 2022-05-18T04:50:56.6996380Z test_out__refs_bitwise_xor_cuda (__main__.TestCommonCUDA) ... ok (0.038s) 2022-05-18T04:50:56.7340398Z test_out__refs_cat_cuda (__main__.TestCommonCUDA) ... ok (0.034s) 2022-05-18T04:50:56.7433191Z test_out__refs_ceil_cuda (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:50:56.7493387Z test_out__refs_chunk_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:50:56.7552016Z test_out__refs_clone_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:50:56.7705479Z test_out__refs_cos_cuda (__main__.TestCommonCUDA) ... ok (0.015s) 2022-05-18T04:50:56.7859137Z test_out__refs_cosh_cuda (__main__.TestCommonCUDA) ... ok (0.015s) 2022-05-18T04:50:56.8013694Z test_out__refs_digamma_cuda (__main__.TestCommonCUDA) ... ok (0.015s) 2022-05-18T04:50:56.8453072Z test_out__refs_eq_cuda (__main__.TestCommonCUDA) ... ok (0.044s) 2022-05-18T04:50:56.8546093Z test_out__refs_erf_cuda (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:50:56.8699172Z test_out__refs_erfc_cuda (__main__.TestCommonCUDA) ... ok (0.015s) 2022-05-18T04:50:56.8793359Z test_out__refs_erfinv_cuda (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:50:56.8947615Z test_out__refs_exp_cuda (__main__.TestCommonCUDA) ... ok (0.015s) 2022-05-18T04:50:56.9041146Z test_out__refs_expm1_cuda (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:50:56.9105852Z test_out__refs_flatten_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:50:56.9164949Z test_out__refs_flip_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:50:56.9698274Z test_out__refs_float_power_cuda (__main__.TestCommonCUDA) ... ok (0.053s) 2022-05-18T04:50:56.9790532Z test_out__refs_floor_cuda (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:50:57.0194946Z test_out__refs_ge_cuda (__main__.TestCommonCUDA) ... ok (0.040s) 2022-05-18T04:50:57.0590346Z test_out__refs_gt_cuda (__main__.TestCommonCUDA) ... ok (0.039s) 2022-05-18T04:50:57.1101638Z test_out__refs_igamma_cuda (__main__.TestCommonCUDA) ... ok (0.051s) 2022-05-18T04:50:57.1609448Z test_out__refs_igammac_cuda (__main__.TestCommonCUDA) ... ok (0.051s) 2022-05-18T04:50:57.1692634Z test_out__refs_isclose_cuda (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:50:57.1825761Z test_out__refs_isfinite_cuda (__main__.TestCommonCUDA) ... ok (0.013s) 2022-05-18T04:50:57.1908755Z test_out__refs_isnan_cuda (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:50:57.2309731Z test_out__refs_le_cuda (__main__.TestCommonCUDA) ... ok (0.040s) 2022-05-18T04:50:57.2463008Z test_out__refs_lgamma_cuda (__main__.TestCommonCUDA) ... ok (0.015s) 2022-05-18T04:50:57.2556718Z test_out__refs_log1p_cuda (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:50:57.2709990Z test_out__refs_log_cuda (__main__.TestCommonCUDA) ... ok (0.015s) 2022-05-18T04:50:57.3431274Z test_out__refs_logical_and_cuda (__main__.TestCommonCUDA) ... ok (0.072s) 2022-05-18T04:50:57.4147186Z test_out__refs_logical_or_cuda (__main__.TestCommonCUDA) ... ok (0.071s) 2022-05-18T04:50:57.4545129Z test_out__refs_lt_cuda (__main__.TestCommonCUDA) ... ok (0.040s) 2022-05-18T04:50:57.5053588Z test_out__refs_maximum_cuda (__main__.TestCommonCUDA) ... ok (0.051s) 2022-05-18T04:50:57.5560569Z test_out__refs_minimum_cuda (__main__.TestCommonCUDA) ... ok (0.051s) 2022-05-18T04:50:57.6069212Z test_out__refs_mul_cuda (__main__.TestCommonCUDA) ... ok (0.051s) 2022-05-18T04:50:57.6128507Z test_out__refs_narrow_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:50:57.6525048Z test_out__refs_ne_cuda (__main__.TestCommonCUDA) ... ok (0.040s) 2022-05-18T04:50:57.6618478Z test_out__refs_neg_cuda (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:50:57.7127490Z test_out__refs_nextafter_cuda (__main__.TestCommonCUDA) ... ok (0.051s) 2022-05-18T04:50:57.7193649Z test_out__refs_nn_functional_elu_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:50:57.7252362Z test_out__refs_permute_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:50:57.7760588Z test_out__refs_pow_cuda (__main__.TestCommonCUDA) ... ok (0.051s) 2022-05-18T04:50:57.7914900Z test_out__refs_reciprocal_cuda (__main__.TestCommonCUDA) ... ok (0.015s) 2022-05-18T04:50:57.7975140Z test_out__refs_reshape_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:50:57.8069100Z test_out__refs_round_cuda (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:50:57.8163521Z test_out__refs_sign_cuda (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:50:57.8263856Z test_out__refs_sin_cuda (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:50:57.8358012Z test_out__refs_sinh_cuda (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:50:57.8483535Z test_out__refs_special_i0e_cuda (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:50:57.8609180Z test_out__refs_special_i1e_cuda (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:50:57.8703312Z test_out__refs_sqrt_cuda (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:50:57.8858954Z test_out__refs_square_cuda (__main__.TestCommonCUDA) ... ok (0.015s) 2022-05-18T04:50:57.8918170Z test_out__refs_squeeze_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:50:57.9455082Z test_out__refs_stack_cuda (__main__.TestCommonCUDA) ... ok (0.054s) 2022-05-18T04:50:58.0079097Z test_out__refs_sub_cuda (__main__.TestCommonCUDA) ... ok (0.062s) 2022-05-18T04:50:58.0832000Z test_out__refs_sum_cuda (__main__.TestCommonCUDA) ... ok (0.075s) 2022-05-18T04:50:58.0926663Z test_out__refs_tan_cuda (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:50:58.0991501Z test_out__refs_tensor_split_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:50:58.1051763Z test_out__refs_transpose_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:50:58.1578306Z test_out__refs_true_divide_cuda (__main__.TestCommonCUDA) ... ok (0.052s) 2022-05-18T04:50:58.1647323Z test_out__refs_unsqueeze_cuda (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:50:58.1706789Z test_out__refs_view_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:50:58.1899869Z test_out_abs_cuda (__main__.TestCommonCUDA) ... ok (0.019s) 2022-05-18T04:50:58.2284580Z test_out_acos_cuda (__main__.TestCommonCUDA) ... ok (0.038s) 2022-05-18T04:50:58.2647635Z test_out_acosh_cuda (__main__.TestCommonCUDA) ... ok (0.036s) 2022-05-18T04:50:58.4224106Z test_out_add_cuda (__main__.TestCommonCUDA) ... ok (0.157s) 2022-05-18T04:50:58.5096700Z test_out_addbmm_cuda (__main__.TestCommonCUDA) ... ok (0.087s) 2022-05-18T04:50:58.6858924Z test_out_addcdiv_cuda (__main__.TestCommonCUDA) ... ok (0.176s) 2022-05-18T04:50:58.8529643Z test_out_addcmul_cuda (__main__.TestCommonCUDA) ... ok (0.167s) 2022-05-18T04:50:58.8968482Z test_out_addmm_cuda (__main__.TestCommonCUDA) ... ok (0.044s) 2022-05-18T04:50:58.9418908Z test_out_addmm_decomposed_cuda (__main__.TestCommonCUDA) ... ok (0.045s) 2022-05-18T04:50:59.0235572Z test_out_addmv_cuda (__main__.TestCommonCUDA) ... ok (0.082s) 2022-05-18T04:50:59.0803674Z test_out_addr_cuda (__main__.TestCommonCUDA) ... ok (0.057s) 2022-05-18T04:50:59.1743815Z test_out_all_cuda (__main__.TestCommonCUDA) ... ok (0.094s) 2022-05-18T04:50:59.1844462Z test_out_allclose_cuda (__main__.TestCommonCUDA) ... skip: Skipped! Only supports single tensor or iterable of tensor outputs. (0.010s) 2022-05-18T04:50:59.4140818Z test_out_amax_cuda (__main__.TestCommonCUDA) ... ok (0.229s) 2022-05-18T04:50:59.6410718Z test_out_amin_cuda (__main__.TestCommonCUDA) ... ok (0.227s) 2022-05-18T04:50:59.7423639Z test_out_aminmax_cuda (__main__.TestCommonCUDA) ... ok (0.101s) 2022-05-18T04:50:59.7622471Z test_out_angle_cuda (__main__.TestCommonCUDA) ... ok (0.020s) 2022-05-18T04:50:59.8564503Z test_out_any_cuda (__main__.TestCommonCUDA) ... ok (0.094s) 2022-05-18T04:50:59.9363810Z test_out_argmax_cuda (__main__.TestCommonCUDA) ... ok (0.080s) 2022-05-18T04:51:00.0188251Z test_out_argmin_cuda (__main__.TestCommonCUDA) ... ok (0.082s) 2022-05-18T04:51:00.0277046Z test_out_argsort_cuda (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:51:00.0337758Z test_out_argwhere_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:00.0402037Z test_out_as_strided_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:00.0577659Z test_out_asin_cuda (__main__.TestCommonCUDA) ... ok (0.017s) 2022-05-18T04:51:00.0752394Z test_out_asinh_cuda (__main__.TestCommonCUDA) ... ok (0.017s) 2022-05-18T04:51:00.1820801Z test_out_atan2_cuda (__main__.TestCommonCUDA) ... ok (0.107s) 2022-05-18T04:51:00.1990067Z test_out_atan_cuda (__main__.TestCommonCUDA) ... ok (0.017s) 2022-05-18T04:51:00.2153823Z test_out_atanh_cuda (__main__.TestCommonCUDA) ... ok (0.016s) 2022-05-18T04:51:00.2230592Z test_out_atleast_1d_cuda (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:51:00.2306144Z test_out_atleast_2d_cuda (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:51:00.2382394Z test_out_atleast_3d_cuda (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:51:00.3227230Z test_out_baddbmm_cuda (__main__.TestCommonCUDA) ... ok (0.084s) 2022-05-18T04:51:00.3325644Z test_out_bernoulli_cuda (__main__.TestCommonCUDA) ... expected failure (0.010s) 2022-05-18T04:51:00.3385635Z test_out_bfloat16_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:00.3448125Z test_out_bincount_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:00.4126976Z test_out_bitwise_and_cuda (__main__.TestCommonCUDA) ... ok (0.068s) 2022-05-18T04:51:00.4811511Z test_out_bitwise_left_shift_cuda (__main__.TestCommonCUDA) ... ok (0.068s) 2022-05-18T04:51:00.5067440Z test_out_bitwise_not_cuda (__main__.TestCommonCUDA) ... ok (0.026s) 2022-05-18T04:51:00.5746684Z test_out_bitwise_or_cuda (__main__.TestCommonCUDA) ... ok (0.068s) 2022-05-18T04:51:00.6435645Z test_out_bitwise_right_shift_cuda (__main__.TestCommonCUDA) ... ok (0.069s) 2022-05-18T04:51:00.7120964Z test_out_bitwise_xor_cuda (__main__.TestCommonCUDA) ... ok (0.068s) 2022-05-18T04:51:00.7183512Z test_out_block_diag_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:00.7354183Z test_out_bmm_cuda (__main__.TestCommonCUDA) ... ok (0.017s) 2022-05-18T04:51:00.7413677Z test_out_bool_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:00.7476121Z test_out_broadcast_tensors_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:00.7542416Z test_out_broadcast_to_cuda (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:51:00.9069605Z test_out_bucketize_cuda (__main__.TestCommonCUDA) ... ok (0.152s) 2022-05-18T04:51:00.9130928Z test_out_byte_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:00.9198317Z test_out_cartesian_prod_cuda (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:51:01.0060586Z test_out_cat_cuda (__main__.TestCommonCUDA) ... ok (0.086s) 2022-05-18T04:51:01.0605646Z test_out_cdist_cuda (__main__.TestCommonCUDA) ... ok (0.054s) 2022-05-18T04:51:01.0775820Z test_out_ceil_cuda (__main__.TestCommonCUDA) ... ok (0.017s) 2022-05-18T04:51:01.0834288Z test_out_chalf_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:01.0893702Z test_out_char_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:01.0963355Z test_out_cholesky_cuda (__main__.TestCommonCUDA) ... /opt/conda/lib/python3.9/site-packages/torch/testing/_internal/common_methods_invocations.py:930: UserWarning: torch.cholesky is deprecated in favor of torch.linalg.cholesky and will be removed in a future PyTorch release. 2022-05-18T04:51:01.0963973Z L = torch.cholesky(A) 2022-05-18T04:51:01.0964223Z should be replaced with 2022-05-18T04:51:01.0965344Z L = torch.linalg.cholesky(A) 2022-05-18T04:51:01.0965610Z and 2022-05-18T04:51:01.0969749Z U = torch.cholesky(A, upper=True) 2022-05-18T04:51:01.0970090Z should be replaced with 2022-05-18T04:51:01.0970396Z U = torch.linalg.cholesky(A).mH(). 2022-05-18T04:51:01.0970962Z 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:1790.) 2022-05-18T04:51:01.0971718Z return self.op(*args, **kwargs) 2022-05-18T04:51:01.2821150Z ok (0.192s) 2022-05-18T04:51:01.3270838Z test_out_cholesky_inverse_cuda (__main__.TestCommonCUDA) ... expected failure (0.045s) 2022-05-18T04:51:01.6333357Z test_out_cholesky_solve_cuda (__main__.TestCommonCUDA) ... ok (0.306s) 2022-05-18T04:51:01.6395548Z test_out_chunk_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:01.6849103Z test_out_clamp_cuda (__main__.TestCommonCUDA) ... ok (0.045s) 2022-05-18T04:51:01.7861837Z test_out_clamp_scalar_cuda (__main__.TestCommonCUDA) ... ok (0.101s) 2022-05-18T04:51:01.7925010Z test_out_clone_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:01.8435129Z test_out_column_stack_cuda (__main__.TestCommonCUDA) ... ok (0.051s) 2022-05-18T04:51:01.8506333Z test_out_combinations_cuda (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:51:01.9534353Z test_out_complex_cuda (__main__.TestCommonCUDA) ... ok (0.102s) 2022-05-18T04:51:01.9596341Z test_out_conj_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:01.9791877Z test_out_conj_physical_cuda (__main__.TestCommonCUDA) ... ok (0.019s) 2022-05-18T04:51:01.9858674Z test_out_contiguous_cuda (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:51:02.0945680Z test_out_copysign_cuda (__main__.TestCommonCUDA) ... ok (0.108s) 2022-05-18T04:51:02.1012890Z test_out_corrcoef_cuda (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:51:02.1391390Z test_out_cos_cuda (__main__.TestCommonCUDA) ... ok (0.038s) 2022-05-18T04:51:02.1776749Z test_out_cosh_cuda (__main__.TestCommonCUDA) ... ok (0.038s) 2022-05-18T04:51:02.1848904Z test_out_count_nonzero_cuda (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:51:02.1934880Z test_out_cov_cuda (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:51:02.2375149Z test_out_cross_cuda (__main__.TestCommonCUDA) ... ok (0.044s) 2022-05-18T04:51:02.2900715Z test_out_cummax_cuda (__main__.TestCommonCUDA) ... ok (0.052s) 2022-05-18T04:51:02.3421736Z test_out_cummin_cuda (__main__.TestCommonCUDA) ... ok (0.052s) 2022-05-18T04:51:02.3562700Z test_out_cumprod_cuda (__main__.TestCommonCUDA) ... expected failure (0.014s) 2022-05-18T04:51:02.3705079Z test_out_cumsum_cuda (__main__.TestCommonCUDA) ... expected failure (0.014s) 2022-05-18T04:51:02.3782006Z test_out_cumulative_trapezoid_cuda (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:51:02.4212387Z test_out_deg2rad_cuda (__main__.TestCommonCUDA) ... ok (0.043s) 2022-05-18T04:51:02.6251276Z test_out_diag_cuda (__main__.TestCommonCUDA) ... ok (0.204s) 2022-05-18T04:51:02.6320635Z test_out_diag_embed_cuda (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:51:02.6385247Z test_out_diagflat_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:02.6444990Z test_out_diagonal_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:02.6506854Z test_out_diagonal_scatter_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:03.8518812Z test_out_diff_cuda (__main__.TestCommonCUDA) ... ok (1.201s) 2022-05-18T04:51:03.8906589Z test_out_digamma_cuda (__main__.TestCommonCUDA) ... ok (0.039s) 2022-05-18T04:51:03.8970267Z test_out_dist_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:04.0431809Z test_out_div_floor_rounding_cuda (__main__.TestCommonCUDA) ... ok (0.146s) 2022-05-18T04:51:04.1503772Z test_out_div_no_rounding_mode_cuda (__main__.TestCommonCUDA) ... ok (0.107s) 2022-05-18T04:51:04.2956835Z test_out_div_trunc_rounding_cuda (__main__.TestCommonCUDA) ... ok (0.145s) 2022-05-18T04:51:04.3101736Z test_out_dot_cuda (__main__.TestCommonCUDA) ... ok (0.015s) 2022-05-18T04:51:04.3161389Z test_out_double_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:04.3222582Z test_out_dsplit_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:04.3413162Z test_out_dstack_cuda (__main__.TestCommonCUDA) ... ok (0.019s) 2022-05-18T04:51:04.3812835Z test_out_eig_cuda (__main__.TestCommonCUDA) ... ok (0.040s) 2022-05-18T04:51:04.3891624Z test_out_einsum_cuda (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:51:04.3958378Z test_out_empty_like_cuda (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:51:04.4619410Z test_out_eq_cuda (__main__.TestCommonCUDA) ... ok (0.066s) 2022-05-18T04:51:04.4795237Z test_out_erf_cuda (__main__.TestCommonCUDA) ... ok (0.017s) 2022-05-18T04:51:04.5184255Z test_out_erfc_cuda (__main__.TestCommonCUDA) ... ok (0.039s) 2022-05-18T04:51:04.5359314Z test_out_erfinv_cuda (__main__.TestCommonCUDA) ... ok (0.017s) 2022-05-18T04:51:04.5718065Z test_out_exp2_cuda (__main__.TestCommonCUDA) ... ok (0.036s) 2022-05-18T04:51:04.6096631Z test_out_exp_cuda (__main__.TestCommonCUDA) ... ok (0.038s) 2022-05-18T04:51:04.6163599Z test_out_expand_as_cuda (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:51:04.6223281Z test_out_expand_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:04.6392022Z test_out_expm1_cuda (__main__.TestCommonCUDA) ... ok (0.017s) 2022-05-18T04:51:04.7297020Z test_out_fft_fft2_cuda (__main__.TestCommonCUDA) ... ok (0.090s) 2022-05-18T04:51:04.8224736Z test_out_fft_fft_cuda (__main__.TestCommonCUDA) ... ok (0.092s) 2022-05-18T04:51:04.9339239Z test_out_fft_fftn_cuda (__main__.TestCommonCUDA) ... ok (0.111s) 2022-05-18T04:51:04.9400138Z test_out_fft_fftshift_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:05.0374743Z test_out_fft_hfft2_cuda (__main__.TestCommonCUDA) ... ok (0.097s) 2022-05-18T04:51:05.1422815Z test_out_fft_hfft_cuda (__main__.TestCommonCUDA) ... ok (0.105s) 2022-05-18T04:51:05.2640876Z test_out_fft_hfftn_cuda (__main__.TestCommonCUDA) ... ok (0.122s) 2022-05-18T04:51:05.3563560Z test_out_fft_ifft2_cuda (__main__.TestCommonCUDA) ... ok (0.092s) 2022-05-18T04:51:05.4514810Z test_out_fft_ifft_cuda (__main__.TestCommonCUDA) ... ok (0.095s) 2022-05-18T04:51:05.5628158Z test_out_fft_ifftn_cuda (__main__.TestCommonCUDA) ... ok (0.111s) 2022-05-18T04:51:05.5689942Z test_out_fft_ifftshift_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:05.6199256Z test_out_fft_ihfft2_cuda (__main__.TestCommonCUDA) ... expected failure (0.051s) 2022-05-18T04:51:05.8555897Z test_out_fft_ihfft_cuda (__main__.TestCommonCUDA) ... ok (0.235s) 2022-05-18T04:51:05.8910598Z test_out_fft_ihfftn_cuda (__main__.TestCommonCUDA) ... expected failure (0.035s) 2022-05-18T04:51:06.1282173Z test_out_fft_irfft2_cuda (__main__.TestCommonCUDA) ... ok (0.237s) 2022-05-18T04:51:06.2225431Z test_out_fft_irfft_cuda (__main__.TestCommonCUDA) ... ok (0.094s) 2022-05-18T04:51:06.3329479Z test_out_fft_irfftn_cuda (__main__.TestCommonCUDA) ... ok (0.110s) 2022-05-18T04:51:06.4183911Z test_out_fft_rfft2_cuda (__main__.TestCommonCUDA) ... ok (0.085s) 2022-05-18T04:51:06.5108215Z test_out_fft_rfft_cuda (__main__.TestCommonCUDA) ... ok (0.092s) 2022-05-18T04:51:06.6175367Z test_out_fft_rfftn_cuda (__main__.TestCommonCUDA) ... ok (0.106s) 2022-05-18T04:51:06.6240971Z test_out_fill__cuda (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:51:06.6310322Z test_out_flatten_cuda (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:51:06.6373654Z test_out_flip_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:06.6436900Z test_out_fliplr_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:06.6504041Z test_out_flipud_cuda (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:51:06.6566007Z test_out_float_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:06.7524263Z test_out_float_power_cuda (__main__.TestCommonCUDA) ... ok (0.095s) 2022-05-18T04:51:06.7703473Z test_out_floor_cuda (__main__.TestCommonCUDA) ... ok (0.018s) 2022-05-18T04:51:06.7770438Z test_out_floor_divide_cuda (__main__.TestCommonCUDA) ... /opt/conda/lib/python3.9/site-packages/torch/testing/_internal/common_methods_invocations.py:930: UserWarning: floor_divide is deprecated, and will be removed 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. 2022-05-18T04:51:06.7771768Z 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'). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BinaryOps.cpp:582.) 2022-05-18T04:51:06.7772316Z return self.op(*args, **kwargs) 2022-05-18T04:51:06.9113501Z ok (0.141s) 2022-05-18T04:51:07.0208674Z test_out_fmax_cuda (__main__.TestCommonCUDA) ... ok (0.109s) 2022-05-18T04:51:07.1289683Z test_out_fmin_cuda (__main__.TestCommonCUDA) ... ok (0.108s) 2022-05-18T04:51:07.2380259Z test_out_fmod_cuda (__main__.TestCommonCUDA) ... ok (0.109s) 2022-05-18T04:51:07.2769880Z test_out_frac_cuda (__main__.TestCommonCUDA) ... ok (0.039s) 2022-05-18T04:51:07.3293518Z test_out_frexp_cuda (__main__.TestCommonCUDA) ... ok (0.052s) 2022-05-18T04:51:07.3369349Z test_out_full_like_cuda (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:51:07.4052033Z test_out_gather_cuda (__main__.TestCommonCUDA) ... ok (0.068s) 2022-05-18T04:51:07.4673462Z test_out_gcd_cuda (__main__.TestCommonCUDA) ... ok (0.062s) 2022-05-18T04:51:07.5283222Z test_out_ge_cuda (__main__.TestCommonCUDA) ... ok (0.061s) 2022-05-18T04:51:07.5724452Z test_out_geqrf_cuda (__main__.TestCommonCUDA) ... expected failure (0.044s) 2022-05-18T04:51:07.7302607Z test_out_gradient_cuda (__main__.TestCommonCUDA) ... ok (0.158s) 2022-05-18T04:51:07.7911419Z test_out_gt_cuda (__main__.TestCommonCUDA) ... ok (0.061s) 2022-05-18T04:51:07.7975482Z test_out_half_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:07.9174630Z test_out_heaviside_cuda (__main__.TestCommonCUDA) ... ok (0.120s) 2022-05-18T04:51:07.9410608Z test_out_histc_cuda (__main__.TestCommonCUDA) ... expected failure (0.023s) 2022-05-18T04:51:07.9467812Z test_out_histogram_cuda (__main__.TestCommonCUDA) ... skip: Skipped! Op has not supported dtypes on this device. (0.006s) 2022-05-18T04:51:07.9524057Z test_out_histogramdd_cuda (__main__.TestCommonCUDA) ... skip: Skipped! Op has not supported dtypes on this device. (0.005s) 2022-05-18T04:51:07.9590597Z test_out_hsplit_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:07.9789682Z test_out_hstack_cuda (__main__.TestCommonCUDA) ... ok (0.020s) 2022-05-18T04:51:08.0804998Z test_out_hypot_cuda (__main__.TestCommonCUDA) ... ok (0.101s) 2022-05-18T04:51:08.1072042Z test_out_i0_cuda (__main__.TestCommonCUDA) ... ok (0.027s) 2022-05-18T04:51:08.2085790Z test_out_igamma_cuda (__main__.TestCommonCUDA) ... ok (0.101s) 2022-05-18T04:51:08.3091238Z test_out_igammac_cuda (__main__.TestCommonCUDA) ... ok (0.100s) 2022-05-18T04:51:08.3156718Z test_out_imag_cuda (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:51:08.4390820Z test_out_index_add_cuda (__main__.TestCommonCUDA) ... ok (0.123s) 2022-05-18T04:51:08.4828009Z test_out_index_copy_cuda (__main__.TestCommonCUDA) ... ok (0.044s) 2022-05-18T04:51:08.4896524Z test_out_index_fill_cuda (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:51:08.4976841Z test_out_index_put_cuda (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:51:08.9200477Z test_out_index_reduce_cuda (__main__.TestCommonCUDA) ... ok (0.422s) 2022-05-18T04:51:08.9645033Z test_out_index_select_cuda (__main__.TestCommonCUDA) ... ok (0.044s) 2022-05-18T04:51:08.9919423Z test_out_inner_cuda (__main__.TestCommonCUDA) ... ok (0.027s) 2022-05-18T04:51:08.9984540Z test_out_int_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:09.0314204Z test_out_inverse_cuda (__main__.TestCommonCUDA) ... expected failure (0.033s) 2022-05-18T04:51:09.0380919Z test_out_isclose_cuda (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:51:09.0445192Z test_out_isfinite_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:09.0656352Z test_out_isin_cuda (__main__.TestCommonCUDA) ... ok (0.021s) 2022-05-18T04:51:09.0718379Z test_out_isinf_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:09.0779963Z test_out_isnan_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:09.0893006Z test_out_isneginf_cuda (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:51:09.1005303Z test_out_isposinf_cuda (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:51:09.1067952Z test_out_isreal_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:09.1134785Z test_out_istft_cuda (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:51:09.1198894Z test_out_jiterator_4inputs_with_extra_args_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:09.1265591Z test_out_jiterator_binary_cuda (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:51:09.1324193Z test_out_jiterator_unary_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:09.1511501Z test_out_kron_cuda (__main__.TestCommonCUDA) ... ok (0.019s) 2022-05-18T04:51:09.3128172Z test_out_kthvalue_cuda (__main__.TestCommonCUDA) ... ok (0.161s) 2022-05-18T04:51:09.3751775Z test_out_lcm_cuda (__main__.TestCommonCUDA) ... ok (0.062s) 2022-05-18T04:51:09.4979594Z test_out_ldexp_cuda (__main__.TestCommonCUDA) ... ok (0.123s) 2022-05-18T04:51:09.5577676Z test_out_le_cuda (__main__.TestCommonCUDA) ... ok (0.060s) 2022-05-18T04:51:09.7521413Z test_out_lerp_cuda (__main__.TestCommonCUDA) ... ok (0.194s) 2022-05-18T04:51:09.7904108Z test_out_lgamma_cuda (__main__.TestCommonCUDA) ... ok (0.038s) 2022-05-18T04:51:09.8293484Z test_out_linalg_cholesky_cuda (__main__.TestCommonCUDA) ... expected failure (0.039s) 2022-05-18T04:51:10.0588351Z test_out_linalg_cholesky_ex_cuda (__main__.TestCommonCUDA) ... expected failure (0.229s) 2022-05-18T04:51:10.2287454Z test_out_linalg_cond_cuda (__main__.TestCommonCUDA) ... ok (0.170s) 2022-05-18T04:51:10.2675855Z test_out_linalg_cross_cuda (__main__.TestCommonCUDA) ... ok (0.039s) 2022-05-18T04:51:10.4183396Z test_out_linalg_det_cuda (__main__.TestCommonCUDA) ... ok (0.151s) 2022-05-18T04:51:10.7026709Z test_out_linalg_det_singular_cuda (__main__.TestCommonCUDA) ... ok (0.284s) 2022-05-18T04:51:10.8490912Z test_out_linalg_eig_cuda (__main__.TestCommonCUDA) ... ok (0.146s) 2022-05-18T04:51:10.9794449Z test_out_linalg_eigh_cuda (__main__.TestCommonCUDA) ... ok (0.130s) 2022-05-18T04:51:11.0485086Z test_out_linalg_eigvals_cuda (__main__.TestCommonCUDA) ... ok (0.069s) 2022-05-18T04:51:11.1454154Z test_out_linalg_eigvalsh_cuda (__main__.TestCommonCUDA) ... ok (0.097s) 2022-05-18T04:51:11.2348799Z test_out_linalg_householder_product_cuda (__main__.TestCommonCUDA) ... ok (0.089s) 2022-05-18T04:51:11.2605749Z test_out_linalg_inv_cuda (__main__.TestCommonCUDA) ... expected failure (0.026s) 2022-05-18T04:51:11.2997677Z test_out_linalg_inv_ex_cuda (__main__.TestCommonCUDA) ... expected failure (0.039s) 2022-05-18T04:51:11.5219349Z test_out_linalg_ldl_factor_cuda (__main__.TestCommonCUDA) ... ok (0.222s) 2022-05-18T04:51:11.5896884Z test_out_linalg_ldl_factor_ex_cuda (__main__.TestCommonCUDA) ... ok (0.068s) 2022-05-18T04:51:11.5953740Z test_out_linalg_ldl_solve_cuda (__main__.TestCommonCUDA) ... skip: not available before CUDA 11.3.1 (0.006s) 2022-05-18T04:51:11.6002391Z test_out_linalg_lstsq_cuda (__main__.TestCommonCUDA) ... skip: Skipped! (0.005s) 2022-05-18T04:51:11.6201759Z test_out_linalg_lstsq_grad_oriented_cuda (__main__.TestCommonCUDA) ... ok (0.020s) 2022-05-18T04:51:12.2305416Z test_out_linalg_lu_cuda (__main__.TestCommonCUDA) ... ok (0.610s) 2022-05-18T04:51:12.9143822Z test_out_linalg_lu_factor_cuda (__main__.TestCommonCUDA) ... ok (0.684s) 2022-05-18T04:51:13.4833499Z test_out_linalg_lu_factor_ex_cuda (__main__.TestCommonCUDA) ... ok (0.569s) 2022-05-18T04:51:13.4990999Z test_out_linalg_matrix_norm_cuda (__main__.TestCommonCUDA) ... expected failure (0.016s) 2022-05-18T04:51:13.5963189Z test_out_linalg_matrix_power_cuda (__main__.TestCommonCUDA) ... expected failure (0.097s) 2022-05-18T04:51:13.6451619Z test_out_linalg_matrix_rank_cuda (__main__.TestCommonCUDA) ... ok (0.049s) 2022-05-18T04:51:13.6894118Z test_out_linalg_matrix_rank_hermitian_cuda (__main__.TestCommonCUDA) ... ok (0.044s) 2022-05-18T04:51:13.7482687Z test_out_linalg_multi_dot_cuda (__main__.TestCommonCUDA) ... ok (0.059s) 2022-05-18T04:51:13.7596827Z test_out_linalg_norm_cuda (__main__.TestCommonCUDA) ... expected failure (0.011s) 2022-05-18T04:51:13.7680397Z test_out_linalg_norm_subgradients_at_zero_cuda (__main__.TestCommonCUDA) ... expected failure (0.008s) 2022-05-18T04:51:14.0378047Z test_out_linalg_pinv_cuda (__main__.TestCommonCUDA) ... ok (0.270s) 2022-05-18T04:51:14.1396175Z test_out_linalg_pinv_hermitian_cuda (__main__.TestCommonCUDA) ... ok (0.102s) 2022-05-18T04:51:14.1452084Z test_out_linalg_pinv_singular_cuda (__main__.TestCommonCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-05-18T04:51:14.6889798Z test_out_linalg_qr_cuda (__main__.TestCommonCUDA) ... ok (0.543s) 2022-05-18T04:51:14.8306594Z test_out_linalg_slogdet_cuda (__main__.TestCommonCUDA) ... ok (0.142s) 2022-05-18T04:51:14.8968452Z test_out_linalg_solve_cuda (__main__.TestCommonCUDA) ... expected failure (0.066s) 2022-05-18T04:51:16.5928265Z test_out_linalg_solve_triangular_cuda (__main__.TestCommonCUDA) ... ok (1.696s) 2022-05-18T04:51:21.2583379Z test_out_linalg_svd_cuda (__main__.TestCommonCUDA) ... ok (4.665s) 2022-05-18T04:51:21.8916438Z test_out_linalg_svdvals_cuda (__main__.TestCommonCUDA) ... ok (0.633s) 2022-05-18T04:51:21.9185510Z test_out_linalg_tensorinv_cuda (__main__.TestCommonCUDA) ... ok (0.027s) 2022-05-18T04:51:21.9720557Z test_out_linalg_tensorsolve_cuda (__main__.TestCommonCUDA) ... ok (0.053s) 2022-05-18T04:51:21.9784717Z test_out_linalg_vander_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:23.1030009Z test_out_linalg_vector_norm_cuda (__main__.TestCommonCUDA) ... ok (1.124s) 2022-05-18T04:51:23.1411143Z test_out_log10_cuda (__main__.TestCommonCUDA) ... ok (0.038s) 2022-05-18T04:51:23.1589302Z test_out_log1p_cuda (__main__.TestCommonCUDA) ... ok (0.018s) 2022-05-18T04:51:23.1968776Z test_out_log2_cuda (__main__.TestCommonCUDA) ... ok (0.038s) 2022-05-18T04:51:23.2348635Z test_out_log_cuda (__main__.TestCommonCUDA) ... ok (0.038s) 2022-05-18T04:51:23.3254292Z test_out_log_softmax_cuda (__main__.TestCommonCUDA) ... ok (0.090s) 2022-05-18T04:51:23.4172250Z test_out_log_softmax_dtype_cuda (__main__.TestCommonCUDA) ... ok (0.091s) 2022-05-18T04:51:23.4344192Z test_out_logaddexp2_cuda (__main__.TestCommonCUDA) ... ok (0.017s) 2022-05-18T04:51:23.4516683Z test_out_logaddexp_cuda (__main__.TestCommonCUDA) ... ok (0.017s) 2022-05-18T04:51:23.5254911Z test_out_logcumsumexp_cuda (__main__.TestCommonCUDA) ... ok (0.074s) 2022-05-18T04:51:23.5338689Z test_out_logdet_cuda (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:51:23.6006445Z test_out_logical_and_cuda (__main__.TestCommonCUDA) ... ok (0.067s) 2022-05-18T04:51:23.6234319Z test_out_logical_not_cuda (__main__.TestCommonCUDA) ... ok (0.023s) 2022-05-18T04:51:23.6898907Z test_out_logical_or_cuda (__main__.TestCommonCUDA) ... ok (0.066s) 2022-05-18T04:51:23.7569437Z test_out_logical_xor_cuda (__main__.TestCommonCUDA) ... ok (0.067s) 2022-05-18T04:51:23.8154562Z test_out_logit_cuda (__main__.TestCommonCUDA) ... ok (0.058s) 2022-05-18T04:51:23.9859713Z test_out_logsumexp_cuda (__main__.TestCommonCUDA) ... ok (0.170s) 2022-05-18T04:51:23.9920004Z test_out_long_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:24.0526869Z test_out_lt_cuda (__main__.TestCommonCUDA) ... ok (0.061s) 2022-05-18T04:51:24.0642836Z test_out_lu_cuda (__main__.TestCommonCUDA) ... expected failure (0.011s) 2022-05-18T04:51:24.4722214Z test_out_lu_solve_cuda (__main__.TestCommonCUDA) ... ok (0.408s) 2022-05-18T04:51:25.0716231Z test_out_lu_unpack_cuda (__main__.TestCommonCUDA) ... ok (0.599s) 2022-05-18T04:51:25.0775436Z test_out_mH_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:25.0834628Z test_out_mT_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:25.0896021Z test_out_masked_fill_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:25.0958709Z test_out_masked_scatter_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:25.1765978Z test_out_masked_select_cuda (__main__.TestCommonCUDA) ... ok (0.081s) 2022-05-18T04:51:25.2508702Z test_out_matmul_cuda (__main__.TestCommonCUDA) ... /opt/conda/lib/python3.9/site-packages/torch/testing/_internal/common_methods_invocations.py:930: UserWarning: An output with one or more elements was resized since it had shape [5, 5], which does not match the required output shape [25, 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:51:25.2509714Z return self.op(*args, **kwargs) 2022-05-18T04:51:25.2525751Z expected failure (0.076s) 2022-05-18T04:51:25.4054365Z test_out_matrix_exp_cuda (__main__.TestCommonCUDA) ... ok (0.153s) 2022-05-18T04:51:25.5200078Z test_out_max_binary_cuda (__main__.TestCommonCUDA) ... ok (0.114s) 2022-05-18T04:51:25.5263837Z test_out_max_reduction_no_dim_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:25.6029859Z test_out_max_reduction_with_dim_cuda (__main__.TestCommonCUDA) ... ok (0.076s) 2022-05-18T04:51:25.7089134Z test_out_maximum_cuda (__main__.TestCommonCUDA) ... ok (0.106s) 2022-05-18T04:51:25.7161666Z test_out_mean_cuda (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:51:25.7230396Z test_out_median_cuda (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:51:25.7311546Z test_out_meshgrid_list_of_tensors_cuda (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:51:25.7393505Z test_out_meshgrid_variadic_tensors_cuda (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:51:25.8532600Z test_out_min_binary_cuda (__main__.TestCommonCUDA) ... ok (0.114s) 2022-05-18T04:51:25.8598321Z test_out_min_reduction_no_dim_cuda (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:51:25.9373112Z test_out_min_reduction_with_dim_cuda (__main__.TestCommonCUDA) ... ok (0.077s) 2022-05-18T04:51:26.0431585Z test_out_minimum_cuda (__main__.TestCommonCUDA) ... ok (0.106s) 2022-05-18T04:51:26.0598929Z test_out_mm_cuda (__main__.TestCommonCUDA) ... ok (0.017s) 2022-05-18T04:51:26.1519249Z test_out_mode_cuda (__main__.TestCommonCUDA) ... ok (0.092s) 2022-05-18T04:51:26.1582311Z test_out_movedim_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:26.2043927Z test_out_msort_cuda (__main__.TestCommonCUDA) ... ok (0.046s) 2022-05-18T04:51:26.3101226Z test_out_mul_cuda (__main__.TestCommonCUDA) ... ok (0.106s) 2022-05-18T04:51:26.3149523Z test_out_multinomial_cuda (__main__.TestCommonCUDA) ... skip: Skipped! (0.005s) 2022-05-18T04:51:26.3330939Z test_out_mv_cuda (__main__.TestCommonCUDA) ... ok (0.018s) 2022-05-18T04:51:26.4574104Z test_out_mvlgamma_mvlgamma_p_1_cuda (__main__.TestCommonCUDA) ... ok (0.124s) 2022-05-18T04:51:26.4622222Z test_out_mvlgamma_mvlgamma_p_3_cuda (__main__.TestCommonCUDA) ... skip: Skipped! (0.005s) 2022-05-18T04:51:26.4670371Z test_out_mvlgamma_mvlgamma_p_5_cuda (__main__.TestCommonCUDA) ... skip: Skipped! (0.005s) 2022-05-18T04:51:26.5056875Z test_out_nan_to_num_cuda (__main__.TestCommonCUDA) ... ok (0.038s) 2022-05-18T04:51:26.8465344Z test_out_nanmean_cuda (__main__.TestCommonCUDA) ... ok (0.341s) 2022-05-18T04:51:26.8534414Z test_out_nanmedian_cuda (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:51:27.4068113Z test_out_nanquantile_cuda (__main__.TestCommonCUDA) ... ok (0.553s) 2022-05-18T04:51:27.6486549Z test_out_nansum_cuda (__main__.TestCommonCUDA) ... ok (0.242s) 2022-05-18T04:51:27.6549917Z test_out_narrow_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:27.7150607Z test_out_ne_cuda (__main__.TestCommonCUDA) ... ok (0.060s) 2022-05-18T04:51:27.7321356Z test_out_neg_cuda (__main__.TestCommonCUDA) ... ok (0.017s) 2022-05-18T04:51:27.7390767Z test_out_new_empty_cuda (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:51:27.7463902Z test_out_new_full_cuda (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:51:27.7532499Z test_out_new_ones_cuda (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:51:27.7606730Z test_out_new_zeros_cuda (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:51:27.8602050Z test_out_nextafter_cuda (__main__.TestCommonCUDA) ... ok (0.099s) 2022-05-18T04:51:27.8661307Z test_out_nn_functional_adaptive_avg_pool1d_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:27.8720098Z test_out_nn_functional_adaptive_avg_pool2d_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:27.8778300Z test_out_nn_functional_adaptive_avg_pool3d_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:27.8838049Z test_out_nn_functional_adaptive_max_pool1d_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:27.8897277Z test_out_nn_functional_adaptive_max_pool2d_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:27.8957625Z test_out_nn_functional_adaptive_max_pool3d_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:27.9023763Z test_out_nn_functional_avg_pool1d_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:27.9102509Z test_out_nn_functional_avg_pool2d_cuda (__main__.TestCommonCUDA) ... expected failure (0.008s) 2022-05-18T04:51:28.1588919Z test_out_nn_functional_avg_pool3d_cuda (__main__.TestCommonCUDA) ... ok (0.248s) 2022-05-18T04:51:28.1655911Z test_out_nn_functional_batch_norm_cuda (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:51:28.1721230Z test_out_nn_functional_batch_norm_without_cudnn_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:28.1835497Z test_out_nn_functional_bilinear_cuda (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:51:28.1901009Z test_out_nn_functional_binary_cross_entropy_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:28.1988363Z test_out_nn_functional_binary_cross_entropy_with_logits_cuda (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:51:28.2047998Z test_out_nn_functional_celu_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:28.2113084Z test_out_nn_functional_conv1d_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:28.2177658Z test_out_nn_functional_conv2d_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:28.2242640Z test_out_nn_functional_conv_transpose1d_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:28.2309717Z test_out_nn_functional_conv_transpose2d_cuda (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:51:28.2373480Z test_out_nn_functional_conv_transpose3d_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:28.2438829Z test_out_nn_functional_cosine_embedding_loss_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:28.2502742Z test_out_nn_functional_cosine_similarity_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:28.2606128Z test_out_nn_functional_cross_entropy_cuda (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:51:28.2669483Z test_out_nn_functional_ctc_loss_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:28.2735944Z test_out_nn_functional_dropout2d_cuda (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:51:28.2797780Z test_out_nn_functional_dropout_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:28.2857861Z test_out_nn_functional_elu_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:28.2920890Z test_out_nn_functional_embedding_bag_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:28.2982790Z test_out_nn_functional_embedding_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:28.3044302Z test_out_nn_functional_feature_alpha_dropout_with_train_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:28.3107288Z test_out_nn_functional_feature_alpha_dropout_without_train_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:28.3207601Z test_out_nn_functional_fractional_max_pool2d_cuda (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:51:28.3323792Z test_out_nn_functional_fractional_max_pool3d_cuda (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:51:28.3389225Z test_out_nn_functional_gaussian_nll_loss_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:28.3437862Z test_out_nn_functional_gelu_cuda (__main__.TestCommonCUDA) ... skip: Skipped! (0.005s) 2022-05-18T04:51:28.3560488Z test_out_nn_functional_glu_cuda (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:51:28.3684767Z test_out_nn_functional_grid_sample_cuda (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:51:28.3747856Z test_out_nn_functional_group_norm_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:28.4808827Z test_out_nn_functional_hardshrink_cuda (__main__.TestCommonCUDA) ... ok (0.106s) 2022-05-18T04:51:28.4872064Z test_out_nn_functional_hardsigmoid_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:28.4936217Z test_out_nn_functional_hardswish_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:28.5009997Z test_out_nn_functional_hardtanh_cuda (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:51:28.5071440Z test_out_nn_functional_hinge_embedding_loss_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:28.5132437Z test_out_nn_functional_huber_loss_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:28.5198280Z test_out_nn_functional_instance_norm_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:28.5270029Z test_out_nn_functional_interpolate_area_cuda (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:51:28.5340892Z test_out_nn_functional_interpolate_bicubic_cuda (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:51:28.5411806Z test_out_nn_functional_interpolate_bilinear_cuda (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:51:28.5483240Z test_out_nn_functional_interpolate_linear_cuda (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:51:28.5560246Z test_out_nn_functional_interpolate_nearest_cuda (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:51:28.5630995Z test_out_nn_functional_interpolate_trilinear_cuda (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:51:28.5712254Z test_out_nn_functional_kl_div_cuda (__main__.TestCommonCUDA) ... /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:51:28.5712973Z warnings.warn( 2022-05-18T04:51:28.5715283Z ok (0.008s) 2022-05-18T04:51:28.5775906Z test_out_nn_functional_l1_loss_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:28.5837325Z test_out_nn_functional_layer_norm_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:28.5905851Z test_out_nn_functional_leaky_relu_cuda (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:51:28.6429551Z test_out_nn_functional_linear_cuda (__main__.TestCommonCUDA) ... /opt/conda/lib/python3.9/site-packages/torch/testing/_internal/common_methods_invocations.py:930: UserWarning: An output with one or more elements was resized since it had shape [2, 3, 4], which does not match the required output shape [6, 4]. 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:51:28.6430541Z return self.op(*args, **kwargs) 2022-05-18T04:51:28.6448265Z expected failure (0.054s) 2022-05-18T04:51:28.7975860Z test_out_nn_functional_local_response_norm_cuda (__main__.TestCommonCUDA) ... ok (0.152s) 2022-05-18T04:51:28.8552047Z test_out_nn_functional_logsigmoid_cuda (__main__.TestCommonCUDA) ... ok (0.058s) 2022-05-18T04:51:28.8615349Z test_out_nn_functional_margin_ranking_loss_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:28.8678427Z test_out_nn_functional_max_pool1d_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:28.8741614Z test_out_nn_functional_max_pool2d_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:28.8802841Z test_out_nn_functional_max_pool3d_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:28.8866171Z test_out_nn_functional_max_unpool1d_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:28.8930720Z test_out_nn_functional_max_unpool1d_grad_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:28.8993101Z test_out_nn_functional_max_unpool2d_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:28.9059974Z test_out_nn_functional_max_unpool2d_grad_cuda (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:51:28.9121475Z test_out_nn_functional_max_unpool3d_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:28.9224041Z test_out_nn_functional_max_unpool3d_grad_cuda (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:51:28.9283695Z test_out_nn_functional_mish_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:28.9345910Z test_out_nn_functional_mse_loss_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:28.9408242Z test_out_nn_functional_multi_margin_loss_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:28.9473482Z test_out_nn_functional_multilabel_margin_loss_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:28.9536526Z test_out_nn_functional_multilabel_soft_margin_loss_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:28.9597303Z test_out_nn_functional_nll_loss_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:29.0593787Z test_out_nn_functional_normalize_cuda (__main__.TestCommonCUDA) ... ok (0.099s) 2022-05-18T04:51:29.0657529Z test_out_nn_functional_one_hot_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:29.0716087Z test_out_nn_functional_pad_circular_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:29.0777372Z test_out_nn_functional_pad_constant_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:29.0838145Z test_out_nn_functional_pad_reflect_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:29.0905453Z test_out_nn_functional_pad_replicate_cuda (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:51:29.0979579Z test_out_nn_functional_pairwise_distance_cuda (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:51:29.1040104Z test_out_nn_functional_pdist_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:29.1101545Z test_out_nn_functional_pixel_shuffle_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:29.1163077Z test_out_nn_functional_pixel_unshuffle_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:29.1228767Z test_out_nn_functional_poisson_nll_loss_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:29.1289767Z test_out_nn_functional_prelu_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:29.1359024Z test_out_nn_functional_relu6_cuda (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:51:29.1424756Z test_out_nn_functional_relu_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:29.1485198Z test_out_nn_functional_rrelu_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:29.1543742Z test_out_nn_functional_selu_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:29.1598852Z test_out_nn_functional_silu_complex_cuda (__main__.TestCommonCUDA) ... skip: Skipped! Op has not supported dtypes on this device. (0.005s) 2022-05-18T04:51:29.1656694Z test_out_nn_functional_silu_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:29.1716714Z test_out_nn_functional_smooth_l1_loss_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:29.1776559Z test_out_nn_functional_soft_margin_loss_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:29.1841112Z test_out_nn_functional_softmin_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:29.1911548Z test_out_nn_functional_softmin_with_dtype_cuda (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:51:29.2356401Z test_out_nn_functional_softplus_cuda (__main__.TestCommonCUDA) ... ok (0.044s) 2022-05-18T04:51:29.3482868Z test_out_nn_functional_softshrink_cuda (__main__.TestCommonCUDA) ... ok (0.112s) 2022-05-18T04:51:29.3542826Z test_out_nn_functional_softsign_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:29.3601741Z test_out_nn_functional_tanhshrink_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:29.3675224Z test_out_nn_functional_threshold_cuda (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:51:29.3737550Z test_out_nn_functional_triplet_margin_loss_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:29.3801573Z test_out_nn_functional_triplet_margin_with_distance_loss_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:29.3865910Z test_out_nn_functional_unfold_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:29.3925437Z test_out_nn_functional_upsample_bilinear_cuda (__main__.TestCommonCUDA) ... /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:51:29.3926190Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T04:51:29.3928113Z ok (0.006s) 2022-05-18T04:51:29.3996642Z test_out_nn_functional_upsample_nearest_cuda (__main__.TestCommonCUDA) ... /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:51:29.3997411Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T04:51:29.3998839Z ok (0.007s) 2022-05-18T04:51:29.4119376Z test_out_nonzero_cuda (__main__.TestCommonCUDA) ... expected failure (0.012s) 2022-05-18T04:51:30.0359005Z test_out_norm_cuda (__main__.TestCommonCUDA) ... ok (0.624s) 2022-05-18T04:51:30.0444964Z test_out_norm_fro_cuda (__main__.TestCommonCUDA) ... expected failure (0.009s) 2022-05-18T04:51:30.1062254Z test_out_norm_inf_cuda (__main__.TestCommonCUDA) ... ok (0.062s) 2022-05-18T04:51:30.1200434Z test_out_norm_nuc_cuda (__main__.TestCommonCUDA) ... expected failure (0.014s) 2022-05-18T04:51:30.1788873Z test_out_normal_cuda (__main__.TestCommonCUDA) ... expected failure (0.059s) 2022-05-18T04:51:30.2004945Z test_out_normal_number_mean_cuda (__main__.TestCommonCUDA) ... ok (0.022s) 2022-05-18T04:51:30.2071366Z test_out_ones_like_cuda (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:51:30.3362671Z test_out_ormqr_cuda (__main__.TestCommonCUDA) ... expected failure (0.129s) 2022-05-18T04:51:30.4977462Z test_out_outer_cuda (__main__.TestCommonCUDA) ... ok (0.161s) 2022-05-18T04:51:30.5048290Z test_out_pca_lowrank_cuda (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:51:30.5110332Z test_out_permute_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:30.5194815Z test_out_pinverse_cuda (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:51:30.6202682Z test_out_polar_cuda (__main__.TestCommonCUDA) ... ok (0.101s) 2022-05-18T04:51:30.7533702Z test_out_polygamma_polygamma_n_0_cuda (__main__.TestCommonCUDA) ... ok (0.133s) 2022-05-18T04:51:30.7582657Z test_out_polygamma_polygamma_n_1_cuda (__main__.TestCommonCUDA) ... skip: Skipped! (0.005s) 2022-05-18T04:51:30.7630907Z test_out_polygamma_polygamma_n_2_cuda (__main__.TestCommonCUDA) ... skip: Skipped! (0.005s) 2022-05-18T04:51:30.7679882Z test_out_polygamma_polygamma_n_3_cuda (__main__.TestCommonCUDA) ... skip: Skipped! (0.005s) 2022-05-18T04:51:30.7729448Z test_out_polygamma_polygamma_n_4_cuda (__main__.TestCommonCUDA) ... skip: Skipped! (0.005s) 2022-05-18T04:51:30.7792397Z test_out_positive_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:30.8858634Z test_out_pow_cuda (__main__.TestCommonCUDA) ... ok (0.106s) 2022-05-18T04:51:30.8921338Z test_out_prod_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:30.8985913Z test_out_put_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:30.9063890Z test_out_qr_cuda (__main__.TestCommonCUDA) ... /opt/conda/lib/python3.9/site-packages/torch/testing/_internal/common_methods_invocations.py:930: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-05-18T04:51:30.9064675Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-05-18T04:51:30.9065030Z Q, R = torch.qr(A, some) 2022-05-18T04:51:30.9065304Z should be replaced with 2022-05-18T04:51:30.9066693Z 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:51:30.9067218Z return self.op(*args, **kwargs) 2022-05-18T04:51:31.5331761Z ok (0.634s) 2022-05-18T04:51:32.0765279Z test_out_quantile_cuda (__main__.TestCommonCUDA) ... ok (0.543s) 2022-05-18T04:51:32.1191697Z test_out_rad2deg_cuda (__main__.TestCommonCUDA) ... ok (0.043s) 2022-05-18T04:51:32.1262042Z test_out_rand_like_cuda (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:51:32.1333431Z test_out_randint_like_cuda (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:51:32.1403101Z test_out_randn_like_cuda (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:51:32.1465465Z test_out_ravel_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:32.1526255Z test_out_real_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:32.1905516Z test_out_reciprocal_cuda (__main__.TestCommonCUDA) ... ok (0.038s) 2022-05-18T04:51:32.2991300Z test_out_remainder_cuda (__main__.TestCommonCUDA) ... ok (0.108s) 2022-05-18T04:51:32.3593605Z test_out_renorm_cuda (__main__.TestCommonCUDA) ... ok (0.060s) 2022-05-18T04:51:32.3687873Z test_out_repeat_cuda (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:51:32.3754083Z test_out_repeat_interleave_cuda (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:51:32.3815619Z test_out_reshape_as_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:32.3883918Z test_out_reshape_cuda (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:51:32.3951276Z test_out_resize__cuda (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:51:32.4019868Z test_out_resize_as__cuda (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:51:32.4087703Z test_out_resolve_conj_cuda (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:51:32.4149312Z test_out_resolve_neg_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:32.4210324Z test_out_roll_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:32.4271368Z test_out_rot90_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:32.4442613Z test_out_round_cuda (__main__.TestCommonCUDA) ... ok (0.017s) 2022-05-18T04:51:32.4867131Z test_out_round_decimals_0_cuda (__main__.TestCommonCUDA) ... ok (0.042s) 2022-05-18T04:51:32.4915405Z test_out_round_decimals_3_cuda (__main__.TestCommonCUDA) ... skip: Skipped! (0.005s) 2022-05-18T04:51:32.4964034Z test_out_round_decimals_neg_3_cuda (__main__.TestCommonCUDA) ... skip: Skipped! (0.005s) 2022-05-18T04:51:32.5340840Z test_out_rsqrt_cuda (__main__.TestCommonCUDA) ... ok (0.037s) 2022-05-18T04:51:32.5403011Z test_out_rsub_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:32.6396071Z test_out_scatter_add_cuda (__main__.TestCommonCUDA) ... ok (0.099s) 2022-05-18T04:51:32.9404747Z test_out_scatter_cuda (__main__.TestCommonCUDA) ... ok (0.301s) 2022-05-18T04:51:33.1311807Z test_out_scatter_reduce_amax_cuda (__main__.TestCommonCUDA) ... ok (0.191s) 2022-05-18T04:51:33.3219137Z test_out_scatter_reduce_amin_cuda (__main__.TestCommonCUDA) ... ok (0.191s) 2022-05-18T04:51:33.5173898Z test_out_scatter_reduce_mean_cuda (__main__.TestCommonCUDA) ... ok (0.195s) 2022-05-18T04:51:33.7078772Z test_out_scatter_reduce_prod_cuda (__main__.TestCommonCUDA) ... ok (0.190s) 2022-05-18T04:51:33.8999149Z test_out_scatter_reduce_sum_cuda (__main__.TestCommonCUDA) ... ok (0.192s) 2022-05-18T04:51:35.2326136Z test_out_searchsorted_cuda (__main__.TestCommonCUDA) ... ok (1.333s) 2022-05-18T04:51:35.2386975Z test_out_select_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:35.2448050Z test_out_select_scatter_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:35.2610883Z test_out_sgn_cuda (__main__.TestCommonCUDA) ... ok (0.016s) 2022-05-18T04:51:35.2671671Z test_out_short_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:35.3049259Z test_out_sigmoid_cuda (__main__.TestCommonCUDA) ... ok (0.038s) 2022-05-18T04:51:35.3218901Z test_out_sign_cuda (__main__.TestCommonCUDA) ... ok (0.017s) 2022-05-18T04:51:35.3328305Z test_out_signbit_cuda (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:51:35.3502965Z test_out_sin_cuda (__main__.TestCommonCUDA) ... ok (0.017s) 2022-05-18T04:51:35.3857918Z test_out_sinc_cuda (__main__.TestCommonCUDA) ... ok (0.035s) 2022-05-18T04:51:35.4027006Z test_out_sinh_cuda (__main__.TestCommonCUDA) ... ok (0.017s) 2022-05-18T04:51:35.4088005Z test_out_slice_scatter_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:35.5000179Z test_out_softmax_cuda (__main__.TestCommonCUDA) ... ok (0.091s) 2022-05-18T04:51:35.5916370Z test_out_softmax_with_dtype_cuda (__main__.TestCommonCUDA) ... ok (0.091s) 2022-05-18T04:51:36.1865739Z test_out_sort_cuda (__main__.TestCommonCUDA) ... ok (0.595s) 2022-05-18T04:51:36.1913281Z test_out_sparse_sampled_addmm_cuda (__main__.TestCommonCUDA) ... skip: Skipped! (0.005s) 2022-05-18T04:51:36.2174548Z test_out_special_entr_cuda (__main__.TestCommonCUDA) ... ok (0.026s) 2022-05-18T04:51:36.2533361Z test_out_special_erfcx_cuda (__main__.TestCommonCUDA) ... ok (0.036s) 2022-05-18T04:51:36.2793909Z test_out_special_i0e_cuda (__main__.TestCommonCUDA) ... ok (0.026s) 2022-05-18T04:51:36.3054888Z test_out_special_i1_cuda (__main__.TestCommonCUDA) ... ok (0.026s) 2022-05-18T04:51:36.3313515Z test_out_special_i1e_cuda (__main__.TestCommonCUDA) ... ok (0.026s) 2022-05-18T04:51:36.3669757Z test_out_special_log_ndtr_cuda (__main__.TestCommonCUDA) ... ok (0.035s) 2022-05-18T04:51:36.3922847Z test_out_special_ndtr_cuda (__main__.TestCommonCUDA) ... ok (0.025s) 2022-05-18T04:51:36.4283960Z test_out_special_ndtri_cuda (__main__.TestCommonCUDA) ... ok (0.036s) 2022-05-18T04:51:36.5682138Z test_out_special_polygamma_special_polygamma_n_0_cuda (__main__.TestCommonCUDA) ... ok (0.140s) 2022-05-18T04:51:36.6749000Z test_out_special_xlog1py_cuda (__main__.TestCommonCUDA) ... ok (0.107s) 2022-05-18T04:51:36.7813618Z test_out_special_zeta_cuda (__main__.TestCommonCUDA) ... ok (0.106s) 2022-05-18T04:51:36.7874228Z test_out_split_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:36.7933520Z test_out_split_list_args_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:36.7993915Z test_out_split_with_sizes_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:36.8169888Z test_out_sqrt_cuda (__main__.TestCommonCUDA) ... ok (0.017s) 2022-05-18T04:51:36.8654063Z test_out_square_cuda (__main__.TestCommonCUDA) ... ok (0.048s) 2022-05-18T04:51:36.8714864Z test_out_squeeze_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:36.9936709Z test_out_stack_cuda (__main__.TestCommonCUDA) ... ok (0.122s) 2022-05-18T04:51:37.0004700Z test_out_std_cuda (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:51:37.0071719Z test_out_std_mean_cuda (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:51:37.0132616Z test_out_stft_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:37.1710493Z test_out_sub_cuda (__main__.TestCommonCUDA) ... ok (0.157s) 2022-05-18T04:51:37.1780039Z test_out_sum_cuda (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:51:37.1854331Z test_out_sum_to_size_cuda (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:51:42.4650748Z test_out_svd_cuda (__main__.TestCommonCUDA) ... ok (5.279s) 2022-05-18T04:51:42.4717979Z test_out_svd_lowrank_cuda (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:51:42.4839789Z test_out_symeig_cuda (__main__.TestCommonCUDA) ... /opt/conda/lib/python3.9/site-packages/torch/testing/_internal/common_methods_invocations.py:930: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-05-18T04:51:42.4841392Z 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:51:42.4841889Z L, _ = torch.symeig(A, upper=upper) 2022-05-18T04:51:42.4842535Z should be replaced with 2022-05-18T04:51:42.4843146Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-05-18T04:51:42.4843495Z and 2022-05-18T04:51:42.4843751Z L, V = torch.symeig(A, eigenvectors=True) 2022-05-18T04:51:42.4844048Z should be replaced with 2022-05-18T04:51:42.4844678Z 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:51:42.4845158Z return self.op(*args, **kwargs) 2022-05-18T04:51:42.6501965Z ok (0.178s) 2022-05-18T04:51:42.6563377Z test_out_t_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:42.7185751Z test_out_take_along_dim_cuda (__main__.TestCommonCUDA) ... ok (0.062s) 2022-05-18T04:51:42.8171718Z test_out_take_cuda (__main__.TestCommonCUDA) ... ok (0.098s) 2022-05-18T04:51:42.8342517Z test_out_tan_cuda (__main__.TestCommonCUDA) ... ok (0.017s) 2022-05-18T04:51:42.8511518Z test_out_tanh_cuda (__main__.TestCommonCUDA) ... ok (0.017s) 2022-05-18T04:51:42.8578959Z test_out_tensor_split_cuda (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:51:42.8855071Z test_out_tensordot_cuda (__main__.TestCommonCUDA) ... ok (0.027s) 2022-05-18T04:51:42.8958376Z test_out_tile_cuda (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:51:42.9020714Z test_out_to_sparse_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:43.1317437Z test_out_topk_cuda (__main__.TestCommonCUDA) ... ok (0.229s) 2022-05-18T04:51:43.1377841Z test_out_trace_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:43.1438081Z test_out_transpose_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:43.1514247Z test_out_trapezoid_cuda (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:51:43.1597840Z test_out_trapz_cuda (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:51:43.2066562Z test_out_triangular_solve_cuda (__main__.TestCommonCUDA) ... expected failure (0.047s) 2022-05-18T04:51:43.4220747Z test_out_tril_cuda (__main__.TestCommonCUDA) ... ok (0.215s) 2022-05-18T04:51:43.4904088Z test_out_triu_cuda (__main__.TestCommonCUDA) ... ok (0.068s) 2022-05-18T04:51:43.6065237Z test_out_true_divide_cuda (__main__.TestCommonCUDA) ... ok (0.116s) 2022-05-18T04:51:43.6240278Z test_out_trunc_cuda (__main__.TestCommonCUDA) ... ok (0.017s) 2022-05-18T04:51:43.6324095Z test_out_unfold_cuda (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:51:43.6716479Z test_out_unique_consecutive_cuda (__main__.TestCommonCUDA) ... ok (0.039s) 2022-05-18T04:51:43.7106651Z test_out_unique_cuda (__main__.TestCommonCUDA) ... ok (0.039s) 2022-05-18T04:51:43.7176202Z test_out_unsqueeze_cuda (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:51:43.7244316Z test_out_var_cuda (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:51:43.7312413Z test_out_var_mean_cuda (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:51:43.7458997Z test_out_vdot_cuda (__main__.TestCommonCUDA) ... ok (0.014s) 2022-05-18T04:51:43.7522484Z test_out_view_as_complex_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:43.7584154Z test_out_view_as_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:43.7647080Z test_out_view_as_real_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:43.7707878Z test_out_view_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:43.7769532Z test_out_vsplit_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:43.7959884Z test_out_vstack_cuda (__main__.TestCommonCUDA) ... ok (0.019s) 2022-05-18T04:51:43.8014956Z test_out_warning_H_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:43.8060460Z test_out_warning_T_cuda (__main__.TestCommonCUDA) ... ok (0.004s) 2022-05-18T04:51:43.8109396Z test_out_warning___getitem___cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:43.8158059Z test_out_warning___radd___cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:43.8204887Z test_out_warning___rand___cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:43.8254424Z test_out_warning___rdiv___cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:43.8327115Z test_out_warning___rmatmul___cuda (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:51:43.8375156Z test_out_warning___rmod___cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:43.8430625Z test_out_warning___rmul___cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:43.8477397Z test_out_warning___ror___cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:43.8523262Z test_out_warning___rpow___cuda (__main__.TestCommonCUDA) ... /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:51:43.8524106Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-05-18T04:51:43.8526915Z ok (0.005s) 2022-05-18T04:51:43.8574337Z test_out_warning___rsub___cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:43.8621984Z test_out_warning___rxor___cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:43.8719795Z test_out_warning__masked_amax_cuda (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:51:43.8815334Z test_out_warning__masked_amin_cuda (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:51:43.8895309Z test_out_warning__masked_argmax_cuda (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:51:43.8979951Z test_out_warning__masked_argmin_cuda (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:51:43.9038374Z test_out_warning__masked_log_softmax_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:43.9133403Z test_out_warning__masked_mean_cuda (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:51:43.9506713Z test_out_warning__masked_norm_cuda (__main__.TestCommonCUDA) ... ok (0.037s) 2022-05-18T04:51:43.9591443Z test_out_warning__masked_normalize_cuda (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:51:43.9684353Z test_out_warning__masked_prod_cuda (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:51:43.9742426Z test_out_warning__masked_softmax_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:43.9800346Z test_out_warning__masked_softmin_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:43.9978469Z test_out_warning__masked_std_cuda (__main__.TestCommonCUDA) ... ok (0.018s) 2022-05-18T04:51:44.0071076Z test_out_warning__masked_sum_cuda (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:51:44.0244316Z test_out_warning__masked_var_cuda (__main__.TestCommonCUDA) ... ok (0.017s) 2022-05-18T04:51:44.0331235Z test_out_warning__refs_abs_cuda (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:51:44.0439999Z test_out_warning__refs_acos_cuda (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:51:44.0550951Z test_out_warning__refs_acosh_cuda (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:51:44.0975408Z test_out_warning__refs_add_cuda (__main__.TestCommonCUDA) ... ok (0.042s) 2022-05-18T04:51:44.1606433Z test_out_warning__refs_amax_cuda (__main__.TestCommonCUDA) ... ok (0.063s) 2022-05-18T04:51:44.2231033Z test_out_warning__refs_amin_cuda (__main__.TestCommonCUDA) ... ok (0.062s) 2022-05-18T04:51:44.2282093Z test_out_warning__refs_as_strided_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:44.2361828Z test_out_warning__refs_asin_cuda (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:51:44.2705173Z test_out_warning__refs_atan2_cuda (__main__.TestCommonCUDA) ... ok (0.034s) 2022-05-18T04:51:44.2778456Z test_out_warning__refs_atan_cuda (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:51:44.3082778Z test_out_warning__refs_bitwise_and_cuda (__main__.TestCommonCUDA) ... ok (0.030s) 2022-05-18T04:51:44.3384888Z test_out_warning__refs_bitwise_left_shift_cuda (__main__.TestCommonCUDA) ... ok (0.030s) 2022-05-18T04:51:44.3685577Z test_out_warning__refs_bitwise_or_cuda (__main__.TestCommonCUDA) ... ok (0.030s) 2022-05-18T04:51:44.3990394Z test_out_warning__refs_bitwise_xor_cuda (__main__.TestCommonCUDA) ... ok (0.030s) 2022-05-18T04:51:44.4253802Z test_out_warning__refs_cat_cuda (__main__.TestCommonCUDA) ... ok (0.026s) 2022-05-18T04:51:44.4326254Z test_out_warning__refs_ceil_cuda (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:51:44.4373844Z test_out_warning__refs_chunk_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:44.4419186Z test_out_warning__refs_clone_cuda (__main__.TestCommonCUDA) ... ok (0.004s) 2022-05-18T04:51:44.4531616Z test_out_warning__refs_cos_cuda (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:51:44.4643858Z test_out_warning__refs_cosh_cuda (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:51:44.4755682Z test_out_warning__refs_digamma_cuda (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:51:44.5113018Z test_out_warning__refs_eq_cuda (__main__.TestCommonCUDA) ... ok (0.035s) 2022-05-18T04:51:44.5187693Z test_out_warning__refs_erf_cuda (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:51:44.5298602Z test_out_warning__refs_erfc_cuda (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:51:44.5373924Z test_out_warning__refs_erfinv_cuda (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:51:44.5485629Z test_out_warning__refs_exp_cuda (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:51:44.5558916Z test_out_warning__refs_expm1_cuda (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:51:44.5610142Z test_out_warning__refs_flatten_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:44.5661454Z test_out_warning__refs_flip_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:44.6022019Z test_out_warning__refs_float_power_cuda (__main__.TestCommonCUDA) ... ok (0.036s) 2022-05-18T04:51:44.6093803Z test_out_warning__refs_floor_cuda (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:51:44.6407431Z test_out_warning__refs_ge_cuda (__main__.TestCommonCUDA) ... ok (0.031s) 2022-05-18T04:51:44.6721404Z test_out_warning__refs_gt_cuda (__main__.TestCommonCUDA) ... ok (0.031s) 2022-05-18T04:51:44.7069928Z test_out_warning__refs_igamma_cuda (__main__.TestCommonCUDA) ... ok (0.035s) 2022-05-18T04:51:44.7425036Z test_out_warning__refs_igammac_cuda (__main__.TestCommonCUDA) ... ok (0.035s) 2022-05-18T04:51:44.7495173Z test_out_warning__refs_isclose_cuda (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:51:44.7598726Z test_out_warning__refs_isfinite_cuda (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:51:44.7667233Z test_out_warning__refs_isnan_cuda (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:51:44.7977320Z test_out_warning__refs_le_cuda (__main__.TestCommonCUDA) ... ok (0.031s) 2022-05-18T04:51:44.8088666Z test_out_warning__refs_lgamma_cuda (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:51:44.8163539Z test_out_warning__refs_log1p_cuda (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:51:44.8275869Z test_out_warning__refs_log_cuda (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:51:44.8761175Z test_out_warning__refs_logical_and_cuda (__main__.TestCommonCUDA) ... ok (0.048s) 2022-05-18T04:51:44.9234066Z test_out_warning__refs_logical_or_cuda (__main__.TestCommonCUDA) ... ok (0.047s) 2022-05-18T04:51:44.9547030Z test_out_warning__refs_lt_cuda (__main__.TestCommonCUDA) ... ok (0.031s) 2022-05-18T04:51:44.9889492Z test_out_warning__refs_maximum_cuda (__main__.TestCommonCUDA) ... ok (0.034s) 2022-05-18T04:51:45.0233481Z test_out_warning__refs_minimum_cuda (__main__.TestCommonCUDA) ... ok (0.034s) 2022-05-18T04:51:45.0581007Z test_out_warning__refs_mul_cuda (__main__.TestCommonCUDA) ... ok (0.034s) 2022-05-18T04:51:45.0628545Z test_out_warning__refs_narrow_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:45.0951032Z test_out_warning__refs_ne_cuda (__main__.TestCommonCUDA) ... ok (0.032s) 2022-05-18T04:51:45.1025314Z test_out_warning__refs_neg_cuda (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:51:45.1383028Z test_out_warning__refs_nextafter_cuda (__main__.TestCommonCUDA) ... ok (0.035s) 2022-05-18T04:51:45.1436052Z test_out_warning__refs_nn_functional_elu_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:45.1482018Z test_out_warning__refs_permute_cuda (__main__.TestCommonCUDA) ... ok (0.004s) 2022-05-18T04:51:45.1825933Z test_out_warning__refs_pow_cuda (__main__.TestCommonCUDA) ... ok (0.034s) 2022-05-18T04:51:45.1934770Z test_out_warning__refs_reciprocal_cuda (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:51:45.1980716Z test_out_warning__refs_reshape_cuda (__main__.TestCommonCUDA) ... ok (0.004s) 2022-05-18T04:51:45.2053669Z test_out_warning__refs_round_cuda (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:51:45.2125953Z test_out_warning__refs_sign_cuda (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:51:45.2210121Z test_out_warning__refs_sin_cuda (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:51:45.2282024Z test_out_warning__refs_sinh_cuda (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:51:45.2382741Z test_out_warning__refs_special_i0e_cuda (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:51:45.2484600Z test_out_warning__refs_special_i1e_cuda (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:51:45.2558549Z test_out_warning__refs_sqrt_cuda (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:51:45.2669920Z test_out_warning__refs_square_cuda (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:51:45.2716497Z test_out_warning__refs_squeeze_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:45.3038505Z test_out_warning__refs_stack_cuda (__main__.TestCommonCUDA) ... ok (0.032s) 2022-05-18T04:51:45.3466414Z test_out_warning__refs_sub_cuda (__main__.TestCommonCUDA) ... ok (0.043s) 2022-05-18T04:51:45.4093630Z test_out_warning__refs_sum_cuda (__main__.TestCommonCUDA) ... ok (0.063s) 2022-05-18T04:51:45.4166937Z test_out_warning__refs_tan_cuda (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:51:45.4216912Z test_out_warning__refs_tensor_split_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:45.4263111Z test_out_warning__refs_transpose_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:45.4621890Z test_out_warning__refs_true_divide_cuda (__main__.TestCommonCUDA) ... ok (0.036s) 2022-05-18T04:51:45.4676478Z test_out_warning__refs_unsqueeze_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:45.4728823Z test_out_warning__refs_view_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:45.4796562Z test_out_warning_abs_cuda (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:51:45.4893775Z test_out_warning_acos_cuda (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:51:45.4991677Z test_out_warning_acosh_cuda (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:51:45.5300046Z test_out_warning_add_cuda (__main__.TestCommonCUDA) ... ok (0.031s) 2022-05-18T04:51:45.5370513Z test_out_warning_addbmm_cuda (__main__.TestCommonCUDA) ... expected failure (0.007s) 2022-05-18T04:51:45.5787120Z test_out_warning_addcdiv_cuda (__main__.TestCommonCUDA) ... ok (0.042s) 2022-05-18T04:51:45.6209200Z test_out_warning_addcmul_cuda (__main__.TestCommonCUDA) ... ok (0.042s) 2022-05-18T04:51:45.6340146Z test_out_warning_addmm_cuda (__main__.TestCommonCUDA) ... ok (0.013s) 2022-05-18T04:51:45.6464235Z test_out_warning_addmm_decomposed_cuda (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:51:45.6671796Z test_out_warning_addmv_cuda (__main__.TestCommonCUDA) ... ok (0.021s) 2022-05-18T04:51:45.6821538Z test_out_warning_addr_cuda (__main__.TestCommonCUDA) ... ok (0.015s) 2022-05-18T04:51:45.7131011Z test_out_warning_all_cuda (__main__.TestCommonCUDA) ... ok (0.031s) 2022-05-18T04:51:45.7215262Z test_out_warning_allclose_cuda (__main__.TestCommonCUDA) ... skip: Skipped! Only supports single tensor or iterable of tensor outputs. (0.008s) 2022-05-18T04:51:45.7736616Z test_out_warning_amax_cuda (__main__.TestCommonCUDA) ... ok (0.052s) 2022-05-18T04:51:45.8258479Z test_out_warning_amin_cuda (__main__.TestCommonCUDA) ... ok (0.052s) 2022-05-18T04:51:45.8496555Z test_out_warning_aminmax_cuda (__main__.TestCommonCUDA) ... ok (0.024s) 2022-05-18T04:51:45.8564380Z test_out_warning_angle_cuda (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:51:45.8873831Z test_out_warning_any_cuda (__main__.TestCommonCUDA) ... ok (0.031s) 2022-05-18T04:51:45.9179265Z test_out_warning_argmax_cuda (__main__.TestCommonCUDA) ... ok (0.030s) 2022-05-18T04:51:45.9483231Z test_out_warning_argmin_cuda (__main__.TestCommonCUDA) ... ok (0.030s) 2022-05-18T04:51:45.9556510Z test_out_warning_argsort_cuda (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:51:45.9601794Z test_out_warning_argwhere_cuda (__main__.TestCommonCUDA) ... ok (0.004s) 2022-05-18T04:51:45.9651444Z test_out_warning_as_strided_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:45.9726609Z test_out_warning_asin_cuda (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:51:45.9794728Z test_out_warning_asinh_cuda (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:51:46.0052745Z test_out_warning_atan2_cuda (__main__.TestCommonCUDA) ... ok (0.026s) 2022-05-18T04:51:46.0120354Z test_out_warning_atan_cuda (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:51:46.0188899Z test_out_warning_atanh_cuda (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:51:46.0243258Z test_out_warning_atleast_1d_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:46.0297310Z test_out_warning_atleast_2d_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:46.0351914Z test_out_warning_atleast_3d_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:46.0565371Z test_out_warning_baddbmm_cuda (__main__.TestCommonCUDA) ... ok (0.021s) 2022-05-18T04:51:46.0638303Z test_out_warning_bernoulli_cuda (__main__.TestCommonCUDA) ... expected failure (0.007s) 2022-05-18T04:51:46.0684117Z test_out_warning_bfloat16_cuda (__main__.TestCommonCUDA) ... ok (0.004s) 2022-05-18T04:51:46.0734170Z test_out_warning_bincount_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:46.0960618Z test_out_warning_bitwise_and_cuda (__main__.TestCommonCUDA) ... ok (0.022s) 2022-05-18T04:51:46.1180463Z test_out_warning_bitwise_left_shift_cuda (__main__.TestCommonCUDA) ... ok (0.022s) 2022-05-18T04:51:46.1270603Z test_out_warning_bitwise_not_cuda (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:51:46.1493555Z test_out_warning_bitwise_or_cuda (__main__.TestCommonCUDA) ... ok (0.022s) 2022-05-18T04:51:46.1719261Z test_out_warning_bitwise_right_shift_cuda (__main__.TestCommonCUDA) ... ok (0.023s) 2022-05-18T04:51:46.1935016Z test_out_warning_bitwise_xor_cuda (__main__.TestCommonCUDA) ... ok (0.021s) 2022-05-18T04:51:46.1983595Z test_out_warning_block_diag_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:46.2053690Z test_out_warning_bmm_cuda (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:51:46.2099184Z test_out_warning_bool_cuda (__main__.TestCommonCUDA) ... ok (0.004s) 2022-05-18T04:51:46.2148047Z test_out_warning_broadcast_tensors_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:46.2200141Z test_out_warning_broadcast_to_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:46.2709129Z test_out_warning_bucketize_cuda (__main__.TestCommonCUDA) ... ok (0.051s) 2022-05-18T04:51:46.2760581Z test_out_warning_byte_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:46.2804668Z test_out_warning_cartesian_prod_cuda (__main__.TestCommonCUDA) ... ok (0.004s) 2022-05-18T04:51:46.3025995Z test_out_warning_cat_cuda (__main__.TestCommonCUDA) ... ok (0.022s) 2022-05-18T04:51:46.3556472Z test_out_warning_cdist_cuda (__main__.TestCommonCUDA) ... ok (0.053s) 2022-05-18T04:51:46.3629005Z test_out_warning_ceil_cuda (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:51:46.3674709Z test_out_warning_chalf_cuda (__main__.TestCommonCUDA) ... ok (0.004s) 2022-05-18T04:51:46.3720030Z test_out_warning_char_cuda (__main__.TestCommonCUDA) ... ok (0.004s) 2022-05-18T04:51:46.4022108Z test_out_warning_cholesky_cuda (__main__.TestCommonCUDA) ... ok (0.030s) 2022-05-18T04:51:46.4390890Z test_out_warning_cholesky_inverse_cuda (__main__.TestCommonCUDA) ... ok (0.037s) 2022-05-18T04:51:46.4765231Z test_out_warning_cholesky_solve_cuda (__main__.TestCommonCUDA) ... ok (0.037s) 2022-05-18T04:51:46.4811086Z test_out_warning_chunk_cuda (__main__.TestCommonCUDA) ... ok (0.004s) 2022-05-18T04:51:46.4936004Z test_out_warning_clamp_cuda (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:51:46.5108741Z test_out_warning_clamp_scalar_cuda (__main__.TestCommonCUDA) ... ok (0.017s) 2022-05-18T04:51:46.5154054Z test_out_warning_clone_cuda (__main__.TestCommonCUDA) ... ok (0.004s) 2022-05-18T04:51:46.5274792Z test_out_warning_column_stack_cuda (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:51:46.5326604Z test_out_warning_combinations_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:46.5605851Z test_out_warning_complex_cuda (__main__.TestCommonCUDA) ... ok (0.028s) 2022-05-18T04:51:46.5651532Z test_out_warning_conj_cuda (__main__.TestCommonCUDA) ... ok (0.004s) 2022-05-18T04:51:46.5719228Z test_out_warning_conj_physical_cuda (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:51:46.5771211Z test_out_warning_contiguous_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:46.6028351Z test_out_warning_copysign_cuda (__main__.TestCommonCUDA) ... ok (0.026s) 2022-05-18T04:51:46.6079057Z test_out_warning_corrcoef_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:46.6176295Z test_out_warning_cos_cuda (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:51:46.6274412Z test_out_warning_cosh_cuda (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:51:46.6327971Z test_out_warning_count_nonzero_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:46.6392093Z test_out_warning_cov_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:46.6512719Z test_out_warning_cross_cuda (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:51:46.6648644Z test_out_warning_cummax_cuda (__main__.TestCommonCUDA) ... ok (0.013s) 2022-05-18T04:51:46.6775418Z test_out_warning_cummin_cuda (__main__.TestCommonCUDA) ... ok (0.013s) 2022-05-18T04:51:46.7067117Z test_out_warning_cumprod_cuda (__main__.TestCommonCUDA) ... ok (0.029s) 2022-05-18T04:51:46.7208192Z test_out_warning_cumsum_cuda (__main__.TestCommonCUDA) ... ok (0.014s) 2022-05-18T04:51:46.7269746Z test_out_warning_cumulative_trapezoid_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:46.7367921Z test_out_warning_deg2rad_cuda (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:51:46.7790005Z test_out_warning_diag_cuda (__main__.TestCommonCUDA) ... ok (0.042s) 2022-05-18T04:51:46.7836473Z test_out_warning_diag_embed_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:46.7893279Z test_out_warning_diagflat_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:46.7943217Z test_out_warning_diagonal_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:46.7990337Z test_out_warning_diagonal_scatter_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:47.0127715Z test_out_warning_diff_cuda (__main__.TestCommonCUDA) ... ok (0.213s) 2022-05-18T04:51:47.0228060Z test_out_warning_digamma_cuda (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:51:47.0275672Z test_out_warning_dist_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:47.0550701Z test_out_warning_div_floor_rounding_cuda (__main__.TestCommonCUDA) ... ok (0.027s) 2022-05-18T04:51:47.0824491Z test_out_warning_div_no_rounding_mode_cuda (__main__.TestCommonCUDA) ... ok (0.027s) 2022-05-18T04:51:47.1105752Z test_out_warning_div_trunc_rounding_cuda (__main__.TestCommonCUDA) ... ok (0.028s) 2022-05-18T04:51:47.1177322Z test_out_warning_dot_cuda (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:51:47.1224191Z test_out_warning_double_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:47.1272089Z test_out_warning_dsplit_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:47.1352061Z test_out_warning_dstack_cuda (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:51:47.1566980Z test_out_warning_eig_cuda (__main__.TestCommonCUDA) ... ok (0.021s) 2022-05-18T04:51:47.1627783Z test_out_warning_einsum_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:47.1693619Z test_out_warning_empty_like_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:47.1974753Z test_out_warning_eq_cuda (__main__.TestCommonCUDA) ... ok (0.028s) 2022-05-18T04:51:47.2052200Z test_out_warning_erf_cuda (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:51:47.2160216Z test_out_warning_erfc_cuda (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:51:47.2229271Z test_out_warning_erfinv_cuda (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:51:47.2329021Z test_out_warning_exp2_cuda (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:51:47.2442373Z test_out_warning_exp_cuda (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:51:47.2490961Z test_out_warning_expand_as_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:47.2539078Z test_out_warning_expand_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:47.2626220Z test_out_warning_expm1_cuda (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:51:47.2852611Z test_out_warning_fft_fft2_cuda (__main__.TestCommonCUDA) ... ok (0.023s) 2022-05-18T04:51:47.3105576Z test_out_warning_fft_fft_cuda (__main__.TestCommonCUDA) ... ok (0.025s) 2022-05-18T04:51:47.3404267Z test_out_warning_fft_fftn_cuda (__main__.TestCommonCUDA) ... ok (0.030s) 2022-05-18T04:51:47.3453610Z test_out_warning_fft_fftshift_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:47.3696392Z test_out_warning_fft_hfft2_cuda (__main__.TestCommonCUDA) ... ok (0.024s) 2022-05-18T04:51:47.3962581Z test_out_warning_fft_hfft_cuda (__main__.TestCommonCUDA) ... ok (0.026s) 2022-05-18T04:51:47.4267639Z test_out_warning_fft_hfftn_cuda (__main__.TestCommonCUDA) ... ok (0.030s) 2022-05-18T04:51:47.4510724Z test_out_warning_fft_ifft2_cuda (__main__.TestCommonCUDA) ... ok (0.024s) 2022-05-18T04:51:47.4781730Z test_out_warning_fft_ifft_cuda (__main__.TestCommonCUDA) ... ok (0.027s) 2022-05-18T04:51:47.5079702Z test_out_warning_fft_ifftn_cuda (__main__.TestCommonCUDA) ... ok (0.030s) 2022-05-18T04:51:47.5128681Z test_out_warning_fft_ifftshift_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:47.5291314Z test_out_warning_fft_ihfft2_cuda (__main__.TestCommonCUDA) ... expected failure (0.016s) 2022-05-18T04:51:47.7219293Z test_out_warning_fft_ihfft_cuda (__main__.TestCommonCUDA) ... ok (0.193s) 2022-05-18T04:51:47.7357097Z test_out_warning_fft_ihfftn_cuda (__main__.TestCommonCUDA) ... expected failure (0.014s) 2022-05-18T04:51:47.9117708Z test_out_warning_fft_irfft2_cuda (__main__.TestCommonCUDA) ... ok (0.176s) 2022-05-18T04:51:47.9375363Z test_out_warning_fft_irfft_cuda (__main__.TestCommonCUDA) ... ok (0.026s) 2022-05-18T04:51:47.9659349Z test_out_warning_fft_irfftn_cuda (__main__.TestCommonCUDA) ... ok (0.028s) 2022-05-18T04:51:47.9898950Z test_out_warning_fft_rfft2_cuda (__main__.TestCommonCUDA) ... ok (0.024s) 2022-05-18T04:51:48.0149382Z test_out_warning_fft_rfft_cuda (__main__.TestCommonCUDA) ... ok (0.025s) 2022-05-18T04:51:48.0449146Z test_out_warning_fft_rfftn_cuda (__main__.TestCommonCUDA) ... ok (0.030s) 2022-05-18T04:51:48.0501153Z test_out_warning_fill__cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:48.0566189Z test_out_warning_flatten_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:48.0615180Z test_out_warning_flip_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:48.0664601Z test_out_warning_fliplr_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:48.0719420Z test_out_warning_flipud_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:48.0776657Z test_out_warning_float_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:48.1067325Z test_out_warning_float_power_cuda (__main__.TestCommonCUDA) ... ok (0.029s) 2022-05-18T04:51:48.1150603Z test_out_warning_floor_cuda (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:51:48.1443854Z test_out_warning_floor_divide_cuda (__main__.TestCommonCUDA) ... ok (0.029s) 2022-05-18T04:51:48.1725789Z test_out_warning_fmax_cuda (__main__.TestCommonCUDA) ... ok (0.028s) 2022-05-18T04:51:48.2010723Z test_out_warning_fmin_cuda (__main__.TestCommonCUDA) ... ok (0.028s) 2022-05-18T04:51:48.2305162Z test_out_warning_fmod_cuda (__main__.TestCommonCUDA) ... ok (0.029s) 2022-05-18T04:51:48.2419677Z test_out_warning_frac_cuda (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:51:48.2534358Z test_out_warning_frexp_cuda (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:51:48.2609807Z test_out_warning_full_like_cuda (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:51:48.2809622Z test_out_warning_gather_cuda (__main__.TestCommonCUDA) ... ok (0.020s) 2022-05-18T04:51:48.3036791Z test_out_warning_gcd_cuda (__main__.TestCommonCUDA) ... ok (0.023s) 2022-05-18T04:51:48.3292141Z test_out_warning_ge_cuda (__main__.TestCommonCUDA) ... ok (0.025s) 2022-05-18T04:51:48.4418737Z test_out_warning_geqrf_cuda (__main__.TestCommonCUDA) ... ok (0.112s) 2022-05-18T04:51:48.4486097Z test_out_warning_gradient_cuda (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:51:48.4739620Z test_out_warning_gt_cuda (__main__.TestCommonCUDA) ... ok (0.025s) 2022-05-18T04:51:48.4792175Z test_out_warning_half_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:48.5079000Z test_out_warning_heaviside_cuda (__main__.TestCommonCUDA) ... ok (0.028s) 2022-05-18T04:51:48.7724158Z test_out_warning_histc_cuda (__main__.TestCommonCUDA) ... ok (0.264s) 2022-05-18T04:51:48.7767526Z test_out_warning_histogram_cuda (__main__.TestCommonCUDA) ... skip: Skipped! Op has not supported dtypes on this device. (0.004s) 2022-05-18T04:51:48.7818104Z test_out_warning_histogramdd_cuda (__main__.TestCommonCUDA) ... skip: Skipped! Op has not supported dtypes on this device. (0.005s) 2022-05-18T04:51:48.7869320Z test_out_warning_hsplit_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:48.7947477Z test_out_warning_hstack_cuda (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:51:48.8224005Z test_out_warning_hypot_cuda (__main__.TestCommonCUDA) ... ok (0.027s) 2022-05-18T04:51:48.8331010Z test_out_warning_i0_cuda (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:51:48.8599133Z test_out_warning_igamma_cuda (__main__.TestCommonCUDA) ... ok (0.027s) 2022-05-18T04:51:48.8878733Z test_out_warning_igammac_cuda (__main__.TestCommonCUDA) ... ok (0.028s) 2022-05-18T04:51:48.8929745Z test_out_warning_imag_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:48.9244160Z test_out_warning_index_add_cuda (__main__.TestCommonCUDA) ... ok (0.031s) 2022-05-18T04:51:48.9391655Z test_out_warning_index_copy_cuda (__main__.TestCommonCUDA) ... ok (0.015s) 2022-05-18T04:51:48.9443245Z test_out_warning_index_fill_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:48.9511559Z test_out_warning_index_put_cuda (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:51:49.0456500Z test_out_warning_index_reduce_cuda (__main__.TestCommonCUDA) ... ok (0.094s) 2022-05-18T04:51:49.0592521Z test_out_warning_index_select_cuda (__main__.TestCommonCUDA) ... ok (0.014s) 2022-05-18T04:51:49.0705648Z test_out_warning_inner_cuda (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:51:49.0753930Z test_out_warning_int_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:49.0978879Z test_out_warning_inverse_cuda (__main__.TestCommonCUDA) ... ok (0.022s) 2022-05-18T04:51:49.1040652Z test_out_warning_isclose_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:49.1095632Z test_out_warning_isfinite_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:49.1204883Z test_out_warning_isin_cuda (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:51:49.1250262Z test_out_warning_isinf_cuda (__main__.TestCommonCUDA) ... ok (0.004s) 2022-05-18T04:51:49.1296280Z test_out_warning_isnan_cuda (__main__.TestCommonCUDA) ... ok (0.004s) 2022-05-18T04:51:49.1367189Z test_out_warning_isneginf_cuda (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:51:49.1440170Z test_out_warning_isposinf_cuda (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:51:49.1486227Z test_out_warning_isreal_cuda (__main__.TestCommonCUDA) ... ok (0.004s) 2022-05-18T04:51:49.1543712Z test_out_warning_istft_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:49.1602924Z test_out_warning_jiterator_4inputs_with_extra_args_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:49.1652961Z test_out_warning_jiterator_binary_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:49.1698747Z test_out_warning_jiterator_unary_cuda (__main__.TestCommonCUDA) ... ok (0.004s) 2022-05-18T04:51:49.1768364Z test_out_warning_kron_cuda (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:51:49.2095349Z test_out_warning_kthvalue_cuda (__main__.TestCommonCUDA) ... ok (0.032s) 2022-05-18T04:51:49.2333144Z test_out_warning_lcm_cuda (__main__.TestCommonCUDA) ... ok (0.024s) 2022-05-18T04:51:49.2627163Z test_out_warning_ldexp_cuda (__main__.TestCommonCUDA) ... ok (0.029s) 2022-05-18T04:51:49.2884619Z test_out_warning_le_cuda (__main__.TestCommonCUDA) ... ok (0.026s) 2022-05-18T04:51:49.3318373Z test_out_warning_lerp_cuda (__main__.TestCommonCUDA) ... ok (0.043s) 2022-05-18T04:51:49.3429230Z test_out_warning_lgamma_cuda (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:51:49.3819776Z test_out_warning_linalg_cholesky_cuda (__main__.TestCommonCUDA) ... ok (0.039s) 2022-05-18T04:51:49.4465151Z test_out_warning_linalg_cholesky_ex_cuda (__main__.TestCommonCUDA) ... ok (0.064s) 2022-05-18T04:51:49.4663218Z test_out_warning_linalg_cond_cuda (__main__.TestCommonCUDA) ... ok (0.020s) 2022-05-18T04:51:49.4801467Z test_out_warning_linalg_cross_cuda (__main__.TestCommonCUDA) ... ok (0.014s) 2022-05-18T04:51:49.5441706Z test_out_warning_linalg_det_cuda (__main__.TestCommonCUDA) ... ok (0.064s) 2022-05-18T04:51:49.6730831Z test_out_warning_linalg_det_singular_cuda (__main__.TestCommonCUDA) ... ok (0.129s) 2022-05-18T04:51:49.7094945Z test_out_warning_linalg_eig_cuda (__main__.TestCommonCUDA) ... ok (0.036s) 2022-05-18T04:51:49.7420131Z test_out_warning_linalg_eigh_cuda (__main__.TestCommonCUDA) ... ok (0.032s) 2022-05-18T04:51:49.7707783Z test_out_warning_linalg_eigvals_cuda (__main__.TestCommonCUDA) ... ok (0.029s) 2022-05-18T04:51:49.7994117Z test_out_warning_linalg_eigvalsh_cuda (__main__.TestCommonCUDA) ... ok (0.028s) 2022-05-18T04:51:49.8268752Z test_out_warning_linalg_householder_product_cuda (__main__.TestCommonCUDA) ... ok (0.027s) 2022-05-18T04:51:49.8506471Z test_out_warning_linalg_inv_cuda (__main__.TestCommonCUDA) ... ok (0.024s) 2022-05-18T04:51:49.8830521Z test_out_warning_linalg_inv_ex_cuda (__main__.TestCommonCUDA) ... ok (0.032s) 2022-05-18T04:51:49.9012705Z test_out_warning_linalg_ldl_factor_cuda (__main__.TestCommonCUDA) ... ok (0.018s) 2022-05-18T04:51:49.9203730Z test_out_warning_linalg_ldl_factor_ex_cuda (__main__.TestCommonCUDA) ... ok (0.019s) 2022-05-18T04:51:49.9246756Z test_out_warning_linalg_ldl_solve_cuda (__main__.TestCommonCUDA) ... skip: not available before CUDA 11.3.1 (0.004s) 2022-05-18T04:51:49.9905480Z test_out_warning_linalg_lstsq_cuda (__main__.TestCommonCUDA) ... ok (0.066s) 2022-05-18T04:51:50.0173303Z test_out_warning_linalg_lstsq_grad_oriented_cuda (__main__.TestCommonCUDA) ... ok (0.027s) 2022-05-18T04:51:50.1699932Z test_out_warning_linalg_lu_cuda (__main__.TestCommonCUDA) ... ok (0.152s) 2022-05-18T04:51:50.3966052Z test_out_warning_linalg_lu_factor_cuda (__main__.TestCommonCUDA) ... ok (0.226s) 2022-05-18T04:51:50.5251294Z test_out_warning_linalg_lu_factor_ex_cuda (__main__.TestCommonCUDA) ... ok (0.128s) 2022-05-18T04:51:50.7352369Z test_out_warning_linalg_matrix_norm_cuda (__main__.TestCommonCUDA) ... ok (0.210s) 2022-05-18T04:51:50.7833005Z test_out_warning_linalg_matrix_power_cuda (__main__.TestCommonCUDA) ... ok (0.048s) 2022-05-18T04:51:50.8169826Z test_out_warning_linalg_matrix_rank_cuda (__main__.TestCommonCUDA) ... ok (0.034s) 2022-05-18T04:51:50.8463420Z test_out_warning_linalg_matrix_rank_hermitian_cuda (__main__.TestCommonCUDA) ... ok (0.029s) 2022-05-18T04:51:50.8692177Z test_out_warning_linalg_multi_dot_cuda (__main__.TestCommonCUDA) ... ok (0.023s) 2022-05-18T04:51:50.9415964Z test_out_warning_linalg_norm_cuda (__main__.TestCommonCUDA) ... ok (0.072s) 2022-05-18T04:51:51.0051507Z test_out_warning_linalg_norm_subgradients_at_zero_cuda (__main__.TestCommonCUDA) ... ok (0.063s) 2022-05-18T04:51:51.0753081Z test_out_warning_linalg_pinv_cuda (__main__.TestCommonCUDA) ... ok (0.070s) 2022-05-18T04:51:51.0998281Z test_out_warning_linalg_pinv_hermitian_cuda (__main__.TestCommonCUDA) ... ok (0.024s) 2022-05-18T04:51:51.1042522Z test_out_warning_linalg_pinv_singular_cuda (__main__.TestCommonCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:51:51.2025822Z test_out_warning_linalg_qr_cuda (__main__.TestCommonCUDA) ... ok (0.098s) 2022-05-18T04:51:51.2398414Z test_out_warning_linalg_slogdet_cuda (__main__.TestCommonCUDA) ... ok (0.037s) 2022-05-18T04:51:51.3121568Z test_out_warning_linalg_solve_cuda (__main__.TestCommonCUDA) ... ok (0.072s) 2022-05-18T04:51:51.5165843Z test_out_warning_linalg_solve_triangular_cuda (__main__.TestCommonCUDA) ... ok (0.204s) 2022-05-18T04:51:52.3746706Z test_out_warning_linalg_svd_cuda (__main__.TestCommonCUDA) ... ok (0.858s) 2022-05-18T04:51:52.4683838Z test_out_warning_linalg_svdvals_cuda (__main__.TestCommonCUDA) ... ok (0.094s) 2022-05-18T04:51:52.4828062Z test_out_warning_linalg_tensorinv_cuda (__main__.TestCommonCUDA) ... ok (0.014s) 2022-05-18T04:51:52.5092494Z test_out_warning_linalg_tensorsolve_cuda (__main__.TestCommonCUDA) ... ok (0.026s) 2022-05-18T04:51:52.5142758Z test_out_warning_linalg_vander_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:52.7663631Z test_out_warning_linalg_vector_norm_cuda (__main__.TestCommonCUDA) ... ok (0.252s) 2022-05-18T04:51:52.7775197Z test_out_warning_log10_cuda (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:51:52.7851479Z test_out_warning_log1p_cuda (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:51:52.7950408Z test_out_warning_log2_cuda (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:51:52.8049788Z test_out_warning_log_cuda (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:51:52.8256307Z test_out_warning_log_softmax_cuda (__main__.TestCommonCUDA) ... ok (0.021s) 2022-05-18T04:51:52.8463491Z test_out_warning_log_softmax_dtype_cuda (__main__.TestCommonCUDA) ... ok (0.021s) 2022-05-18T04:51:52.8539509Z test_out_warning_logaddexp2_cuda (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:51:52.8615854Z test_out_warning_logaddexp_cuda (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:51:52.8690184Z test_out_warning_logcumsumexp_cuda (__main__.TestCommonCUDA) ... expected failure (0.007s) 2022-05-18T04:51:52.8762713Z test_out_warning_logdet_cuda (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:51:52.9001787Z test_out_warning_logical_and_cuda (__main__.TestCommonCUDA) ... ok (0.024s) 2022-05-18T04:51:52.9102142Z test_out_warning_logical_not_cuda (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:51:52.9339212Z test_out_warning_logical_or_cuda (__main__.TestCommonCUDA) ... ok (0.023s) 2022-05-18T04:51:52.9587157Z test_out_warning_logical_xor_cuda (__main__.TestCommonCUDA) ... ok (0.025s) 2022-05-18T04:51:52.9747468Z test_out_warning_logit_cuda (__main__.TestCommonCUDA) ... ok (0.016s) 2022-05-18T04:51:53.0142746Z test_out_warning_logsumexp_cuda (__main__.TestCommonCUDA) ... ok (0.039s) 2022-05-18T04:51:53.0192321Z test_out_warning_long_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:53.0446187Z test_out_warning_lt_cuda (__main__.TestCommonCUDA) ... ok (0.025s) 2022-05-18T04:51:53.0540767Z test_out_warning_lu_cuda (__main__.TestCommonCUDA) ... expected failure (0.009s) 2022-05-18T04:51:53.1556125Z test_out_warning_lu_solve_cuda (__main__.TestCommonCUDA) ... ok (0.101s) 2022-05-18T04:51:53.2940756Z test_out_warning_lu_unpack_cuda (__main__.TestCommonCUDA) ... ok (0.138s) 2022-05-18T04:51:53.2987449Z test_out_warning_mH_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:53.3042732Z test_out_warning_mT_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:53.3094775Z test_out_warning_masked_fill_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:53.3143727Z test_out_warning_masked_scatter_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:53.3406289Z test_out_warning_masked_select_cuda (__main__.TestCommonCUDA) ... ok (0.026s) 2022-05-18T04:51:53.3818378Z test_out_warning_matmul_cuda (__main__.TestCommonCUDA) ... ok (0.041s) 2022-05-18T04:51:53.3878559Z test_out_warning_matrix_exp_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:53.4150151Z test_out_warning_max_binary_cuda (__main__.TestCommonCUDA) ... ok (0.027s) 2022-05-18T04:51:53.4200560Z test_out_warning_max_reduction_no_dim_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:53.4371501Z test_out_warning_max_reduction_with_dim_cuda (__main__.TestCommonCUDA) ... ok (0.017s) 2022-05-18T04:51:53.4646637Z test_out_warning_maximum_cuda (__main__.TestCommonCUDA) ... ok (0.027s) 2022-05-18T04:51:53.4706762Z test_out_warning_mean_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:53.4775588Z test_out_warning_median_cuda (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:51:53.4842921Z test_out_warning_meshgrid_list_of_tensors_cuda (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:51:53.4911993Z test_out_warning_meshgrid_variadic_tensors_cuda (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:51:53.5187573Z test_out_warning_min_binary_cuda (__main__.TestCommonCUDA) ... ok (0.027s) 2022-05-18T04:51:53.5236731Z test_out_warning_min_reduction_no_dim_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:53.5407349Z test_out_warning_min_reduction_with_dim_cuda (__main__.TestCommonCUDA) ... ok (0.017s) 2022-05-18T04:51:53.5682773Z test_out_warning_minimum_cuda (__main__.TestCommonCUDA) ... ok (0.027s) 2022-05-18T04:51:53.5761870Z test_out_warning_mm_cuda (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:51:53.5953563Z test_out_warning_mode_cuda (__main__.TestCommonCUDA) ... expected failure (0.019s) 2022-05-18T04:51:53.6005098Z test_out_warning_movedim_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:53.6125163Z test_out_warning_msort_cuda (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:51:53.6390851Z test_out_warning_mul_cuda (__main__.TestCommonCUDA) ... ok (0.026s) 2022-05-18T04:51:53.6481292Z test_out_warning_multinomial_cuda (__main__.TestCommonCUDA) ... expected failure (0.009s) 2022-05-18T04:51:53.6558594Z test_out_warning_mv_cuda (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:51:53.6899426Z test_out_warning_mvlgamma_mvlgamma_p_1_cuda (__main__.TestCommonCUDA) ... ok (0.034s) 2022-05-18T04:51:53.6934039Z test_out_warning_mvlgamma_mvlgamma_p_3_cuda (__main__.TestCommonCUDA) ... skip: Skipped! (0.003s) 2022-05-18T04:51:53.6976849Z test_out_warning_mvlgamma_mvlgamma_p_5_cuda (__main__.TestCommonCUDA) ... skip: Skipped! (0.004s) 2022-05-18T04:51:53.7084146Z test_out_warning_nan_to_num_cuda (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:51:53.8044159Z test_out_warning_nanmean_cuda (__main__.TestCommonCUDA) ... ok (0.096s) 2022-05-18T04:51:53.8118961Z test_out_warning_nanmedian_cuda (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:51:54.0118102Z test_out_warning_nanquantile_cuda (__main__.TestCommonCUDA) ... ok (0.200s) 2022-05-18T04:51:54.0659360Z test_out_warning_nansum_cuda (__main__.TestCommonCUDA) ... ok (0.054s) 2022-05-18T04:51:54.0708521Z test_out_warning_narrow_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:54.0951538Z test_out_warning_ne_cuda (__main__.TestCommonCUDA) ... ok (0.024s) 2022-05-18T04:51:54.1027160Z test_out_warning_neg_cuda (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:51:54.1087613Z test_out_warning_new_empty_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:54.1146856Z test_out_warning_new_full_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:54.1208879Z test_out_warning_new_ones_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:54.1274631Z test_out_warning_new_zeros_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:54.1537802Z test_out_warning_nextafter_cuda (__main__.TestCommonCUDA) ... ok (0.026s) 2022-05-18T04:51:54.1585135Z test_out_warning_nn_functional_adaptive_avg_pool1d_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:54.1640052Z test_out_warning_nn_functional_adaptive_avg_pool2d_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:54.1685881Z test_out_warning_nn_functional_adaptive_avg_pool3d_cuda (__main__.TestCommonCUDA) ... ok (0.004s) 2022-05-18T04:51:54.1731203Z test_out_warning_nn_functional_adaptive_max_pool1d_cuda (__main__.TestCommonCUDA) ... ok (0.004s) 2022-05-18T04:51:54.1777783Z test_out_warning_nn_functional_adaptive_max_pool2d_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:54.1840174Z test_out_warning_nn_functional_adaptive_max_pool3d_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:54.1888638Z test_out_warning_nn_functional_avg_pool1d_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:54.2109437Z test_out_warning_nn_functional_avg_pool2d_cuda (__main__.TestCommonCUDA) ... ok (0.022s) 2022-05-18T04:51:54.2355259Z test_out_warning_nn_functional_avg_pool3d_cuda (__main__.TestCommonCUDA) ... ok (0.024s) 2022-05-18T04:51:54.2410522Z test_out_warning_nn_functional_batch_norm_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:54.2472134Z test_out_warning_nn_functional_batch_norm_without_cudnn_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:54.2578388Z test_out_warning_nn_functional_bilinear_cuda (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:51:54.2637444Z test_out_warning_nn_functional_binary_cross_entropy_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:54.2709383Z test_out_warning_nn_functional_binary_cross_entropy_with_logits_cuda (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:51:54.2765107Z test_out_warning_nn_functional_celu_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:54.2820450Z test_out_warning_nn_functional_conv1d_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:54.2870614Z test_out_warning_nn_functional_conv2d_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:54.2921322Z test_out_warning_nn_functional_conv_transpose1d_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:54.2982224Z test_out_warning_nn_functional_conv_transpose2d_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:54.3034787Z test_out_warning_nn_functional_conv_transpose3d_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:54.3093232Z test_out_warning_nn_functional_cosine_embedding_loss_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:54.3142841Z test_out_warning_nn_functional_cosine_similarity_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:54.3247328Z test_out_warning_nn_functional_cross_entropy_cuda (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:51:54.3295677Z test_out_warning_nn_functional_ctc_loss_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:54.3343287Z test_out_warning_nn_functional_dropout2d_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:54.3389494Z test_out_warning_nn_functional_dropout_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:54.3434506Z test_out_warning_nn_functional_elu_cuda (__main__.TestCommonCUDA) ... ok (0.004s) 2022-05-18T04:51:54.3482623Z test_out_warning_nn_functional_embedding_bag_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:54.3534479Z test_out_warning_nn_functional_embedding_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:54.3580794Z test_out_warning_nn_functional_feature_alpha_dropout_with_train_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:54.3627256Z test_out_warning_nn_functional_feature_alpha_dropout_without_train_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:54.3713703Z test_out_warning_nn_functional_fractional_max_pool2d_cuda (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:51:54.3811258Z test_out_warning_nn_functional_fractional_max_pool3d_cuda (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:51:54.3861032Z test_out_warning_nn_functional_gaussian_nll_loss_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:54.4113064Z test_out_warning_nn_functional_gelu_cuda (__main__.TestCommonCUDA) ... ok (0.025s) 2022-05-18T04:51:54.4222327Z test_out_warning_nn_functional_glu_cuda (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:51:54.4338928Z test_out_warning_nn_functional_grid_sample_cuda (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:51:54.4387087Z test_out_warning_nn_functional_group_norm_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:54.4651671Z test_out_warning_nn_functional_hardshrink_cuda (__main__.TestCommonCUDA) ... ok (0.026s) 2022-05-18T04:51:54.4696227Z test_out_warning_nn_functional_hardsigmoid_cuda (__main__.TestCommonCUDA) ... ok (0.004s) 2022-05-18T04:51:54.4744408Z test_out_warning_nn_functional_hardswish_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:54.4798252Z test_out_warning_nn_functional_hardtanh_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:54.4845412Z test_out_warning_nn_functional_hinge_embedding_loss_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:54.4892029Z test_out_warning_nn_functional_huber_loss_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:54.4950323Z test_out_warning_nn_functional_instance_norm_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:54.5007478Z test_out_warning_nn_functional_interpolate_area_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:54.5065939Z test_out_warning_nn_functional_interpolate_bicubic_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:54.5123042Z test_out_warning_nn_functional_interpolate_bilinear_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:54.5180517Z test_out_warning_nn_functional_interpolate_linear_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:54.5238069Z test_out_warning_nn_functional_interpolate_nearest_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:54.5295492Z test_out_warning_nn_functional_interpolate_trilinear_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:54.5363834Z test_out_warning_nn_functional_kl_div_cuda (__main__.TestCommonCUDA) ... /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:51:54.5364657Z warnings.warn( 2022-05-18T04:51:54.5367170Z ok (0.007s) 2022-05-18T04:51:54.5419105Z test_out_warning_nn_functional_l1_loss_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:54.5466882Z test_out_warning_nn_functional_layer_norm_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:54.5520350Z test_out_warning_nn_functional_leaky_relu_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:54.5918154Z test_out_warning_nn_functional_linear_cuda (__main__.TestCommonCUDA) ... ok (0.040s) 2022-05-18T04:51:54.5964843Z test_out_warning_nn_functional_local_response_norm_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:54.6063830Z test_out_warning_nn_functional_logsigmoid_cuda (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:51:54.6111382Z test_out_warning_nn_functional_margin_ranking_loss_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:54.6158969Z test_out_warning_nn_functional_max_pool1d_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:54.6211234Z test_out_warning_nn_functional_max_pool2d_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:54.6262935Z test_out_warning_nn_functional_max_pool3d_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:54.6315520Z test_out_warning_nn_functional_max_unpool1d_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:54.6369658Z test_out_warning_nn_functional_max_unpool1d_grad_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:54.6422543Z test_out_warning_nn_functional_max_unpool2d_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:54.6475588Z test_out_warning_nn_functional_max_unpool2d_grad_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:54.6525874Z test_out_warning_nn_functional_max_unpool3d_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:54.6614671Z test_out_warning_nn_functional_max_unpool3d_grad_cuda (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:51:54.6670213Z test_out_warning_nn_functional_mish_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:54.6721749Z test_out_warning_nn_functional_mse_loss_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:54.6773972Z test_out_warning_nn_functional_multi_margin_loss_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:54.6825657Z test_out_warning_nn_functional_multilabel_margin_loss_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:54.6879224Z test_out_warning_nn_functional_multilabel_soft_margin_loss_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:54.6929910Z test_out_warning_nn_functional_nll_loss_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:54.7213733Z test_out_warning_nn_functional_normalize_cuda (__main__.TestCommonCUDA) ... ok (0.028s) 2022-05-18T04:51:54.7263730Z test_out_warning_nn_functional_one_hot_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:54.7316826Z test_out_warning_nn_functional_pad_circular_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:54.7362612Z test_out_warning_nn_functional_pad_constant_cuda (__main__.TestCommonCUDA) ... ok (0.004s) 2022-05-18T04:51:54.7408364Z test_out_warning_nn_functional_pad_reflect_cuda (__main__.TestCommonCUDA) ... ok (0.004s) 2022-05-18T04:51:54.7454187Z test_out_warning_nn_functional_pad_replicate_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:54.7515349Z test_out_warning_nn_functional_pairwise_distance_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:54.7561471Z test_out_warning_nn_functional_pdist_cuda (__main__.TestCommonCUDA) ... ok (0.004s) 2022-05-18T04:51:54.7608700Z test_out_warning_nn_functional_pixel_shuffle_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:54.7655674Z test_out_warning_nn_functional_pixel_unshuffle_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:54.7714154Z test_out_warning_nn_functional_poisson_nll_loss_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:54.7761983Z test_out_warning_nn_functional_prelu_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:54.7815889Z test_out_warning_nn_functional_relu6_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:54.7860813Z test_out_warning_nn_functional_relu_cuda (__main__.TestCommonCUDA) ... ok (0.004s) 2022-05-18T04:51:54.7908200Z test_out_warning_nn_functional_rrelu_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:54.7953625Z test_out_warning_nn_functional_selu_cuda (__main__.TestCommonCUDA) ... ok (0.004s) 2022-05-18T04:51:54.7995247Z test_out_warning_nn_functional_silu_complex_cuda (__main__.TestCommonCUDA) ... skip: Skipped! Op has not supported dtypes on this device. (0.004s) 2022-05-18T04:51:54.8040270Z test_out_warning_nn_functional_silu_cuda (__main__.TestCommonCUDA) ... ok (0.004s) 2022-05-18T04:51:54.8095033Z test_out_warning_nn_functional_smooth_l1_loss_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:54.8142086Z test_out_warning_nn_functional_soft_margin_loss_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:54.8193141Z test_out_warning_nn_functional_softmin_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:54.8243800Z test_out_warning_nn_functional_softmin_with_dtype_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:54.8373029Z test_out_warning_nn_functional_softplus_cuda (__main__.TestCommonCUDA) ... ok (0.013s) 2022-05-18T04:51:54.8638142Z test_out_warning_nn_functional_softshrink_cuda (__main__.TestCommonCUDA) ... ok (0.026s) 2022-05-18T04:51:54.8682972Z test_out_warning_nn_functional_softsign_cuda (__main__.TestCommonCUDA) ... ok (0.004s) 2022-05-18T04:51:54.8727500Z test_out_warning_nn_functional_tanhshrink_cuda (__main__.TestCommonCUDA) ... ok (0.004s) 2022-05-18T04:51:54.8793482Z test_out_warning_nn_functional_threshold_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:54.8841827Z test_out_warning_nn_functional_triplet_margin_loss_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:54.8891012Z test_out_warning_nn_functional_triplet_margin_with_distance_loss_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:54.8935232Z test_out_warning_nn_functional_unfold_cuda (__main__.TestCommonCUDA) ... ok (0.004s) 2022-05-18T04:51:54.8983108Z test_out_warning_nn_functional_upsample_bilinear_cuda (__main__.TestCommonCUDA) ... /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:51:54.8984294Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T04:51:54.8985707Z ok (0.005s) 2022-05-18T04:51:54.9040726Z test_out_warning_nn_functional_upsample_nearest_cuda (__main__.TestCommonCUDA) ... /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:51:54.9041518Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T04:51:54.9043920Z ok (0.006s) 2022-05-18T04:51:54.9107739Z test_out_warning_nonzero_cuda (__main__.TestCommonCUDA) ... expected failure (0.006s) 2022-05-18T04:51:55.0331867Z test_out_warning_norm_cuda (__main__.TestCommonCUDA) ... ok (0.122s) 2022-05-18T04:51:55.0467903Z test_out_warning_norm_fro_cuda (__main__.TestCommonCUDA) ... ok (0.014s) 2022-05-18T04:51:55.0612095Z test_out_warning_norm_inf_cuda (__main__.TestCommonCUDA) ... ok (0.014s) 2022-05-18T04:51:55.0745964Z test_out_warning_norm_nuc_cuda (__main__.TestCommonCUDA) ... ok (0.013s) 2022-05-18T04:51:55.0948424Z test_out_warning_normal_cuda (__main__.TestCommonCUDA) ... expected failure (0.020s) 2022-05-18T04:51:55.1022938Z test_out_warning_normal_number_mean_cuda (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:51:55.1075863Z test_out_warning_ones_like_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:55.3684461Z test_out_warning_ormqr_cuda (__main__.TestCommonCUDA) ... ok (0.261s) 2022-05-18T04:51:55.3759839Z test_out_warning_outer_cuda (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:51:55.3820810Z test_out_warning_pca_lowrank_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:55.3871486Z test_out_warning_permute_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:55.3937754Z test_out_warning_pinverse_cuda (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:51:55.4220011Z test_out_warning_polar_cuda (__main__.TestCommonCUDA) ... ok (0.028s) 2022-05-18T04:51:55.4512245Z test_out_warning_polygamma_polygamma_n_0_cuda (__main__.TestCommonCUDA) ... ok (0.029s) 2022-05-18T04:51:55.4546846Z test_out_warning_polygamma_polygamma_n_1_cuda (__main__.TestCommonCUDA) ... skip: Skipped! (0.003s) 2022-05-18T04:51:55.4581521Z test_out_warning_polygamma_polygamma_n_2_cuda (__main__.TestCommonCUDA) ... skip: Skipped! (0.003s) 2022-05-18T04:51:55.4615725Z test_out_warning_polygamma_polygamma_n_3_cuda (__main__.TestCommonCUDA) ... skip: Skipped! (0.003s) 2022-05-18T04:51:55.4650239Z test_out_warning_polygamma_polygamma_n_4_cuda (__main__.TestCommonCUDA) ... skip: Skipped! (0.003s) 2022-05-18T04:51:55.4696667Z test_out_warning_positive_cuda (__main__.TestCommonCUDA) ... ok (0.004s) 2022-05-18T04:51:55.4963950Z test_out_warning_pow_cuda (__main__.TestCommonCUDA) ... ok (0.027s) 2022-05-18T04:51:55.5009571Z test_out_warning_prod_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:55.5058340Z test_out_warning_put_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:55.6004490Z test_out_warning_qr_cuda (__main__.TestCommonCUDA) ... ok (0.094s) 2022-05-18T04:51:55.7968961Z test_out_warning_quantile_cuda (__main__.TestCommonCUDA) ... ok (0.196s) 2022-05-18T04:51:55.8068825Z test_out_warning_rad2deg_cuda (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:51:55.8123958Z test_out_warning_rand_like_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:55.8181321Z test_out_warning_randint_like_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:55.8242504Z test_out_warning_randn_like_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:55.8288943Z test_out_warning_ravel_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:55.8333920Z test_out_warning_real_cuda (__main__.TestCommonCUDA) ... ok (0.004s) 2022-05-18T04:51:55.8432491Z test_out_warning_reciprocal_cuda (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:51:55.8708659Z test_out_warning_remainder_cuda (__main__.TestCommonCUDA) ... ok (0.028s) 2022-05-18T04:51:55.8855573Z test_out_warning_renorm_cuda (__main__.TestCommonCUDA) ... ok (0.015s) 2022-05-18T04:51:55.8935266Z test_out_warning_repeat_cuda (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:51:55.8986926Z test_out_warning_repeat_interleave_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:55.9038234Z test_out_warning_reshape_as_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:55.9083290Z test_out_warning_reshape_cuda (__main__.TestCommonCUDA) ... ok (0.004s) 2022-05-18T04:51:55.9128227Z test_out_warning_resize__cuda (__main__.TestCommonCUDA) ... ok (0.004s) 2022-05-18T04:51:55.9174713Z test_out_warning_resize_as__cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:55.9220817Z test_out_warning_resolve_conj_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:55.9267046Z test_out_warning_resolve_neg_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:55.9312387Z test_out_warning_roll_cuda (__main__.TestCommonCUDA) ... ok (0.004s) 2022-05-18T04:51:55.9357946Z test_out_warning_rot90_cuda (__main__.TestCommonCUDA) ... ok (0.004s) 2022-05-18T04:51:55.9431899Z test_out_warning_round_cuda (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:51:55.9530213Z test_out_warning_round_decimals_0_cuda (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:51:55.9564857Z test_out_warning_round_decimals_3_cuda (__main__.TestCommonCUDA) ... skip: Skipped! (0.003s) 2022-05-18T04:51:55.9598711Z test_out_warning_round_decimals_neg_3_cuda (__main__.TestCommonCUDA) ... skip: Skipped! (0.003s) 2022-05-18T04:51:55.9696913Z test_out_warning_rsqrt_cuda (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:51:55.9744175Z test_out_warning_rsub_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:56.0007233Z test_out_warning_scatter_add_cuda (__main__.TestCommonCUDA) ... ok (0.026s) 2022-05-18T04:51:56.0686560Z test_out_warning_scatter_cuda (__main__.TestCommonCUDA) ... ok (0.068s) 2022-05-18T04:51:56.1163074Z test_out_warning_scatter_reduce_amax_cuda (__main__.TestCommonCUDA) ... ok (0.047s) 2022-05-18T04:51:56.1629961Z test_out_warning_scatter_reduce_amin_cuda (__main__.TestCommonCUDA) ... ok (0.047s) 2022-05-18T04:51:56.2124532Z test_out_warning_scatter_reduce_mean_cuda (__main__.TestCommonCUDA) ... ok (0.049s) 2022-05-18T04:51:56.2580646Z test_out_warning_scatter_reduce_prod_cuda (__main__.TestCommonCUDA) ... ok (0.046s) 2022-05-18T04:51:56.3037111Z test_out_warning_scatter_reduce_sum_cuda (__main__.TestCommonCUDA) ... ok (0.046s) 2022-05-18T04:51:56.5985897Z test_out_warning_searchsorted_cuda (__main__.TestCommonCUDA) ... ok (0.295s) 2022-05-18T04:51:56.6032482Z test_out_warning_select_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:56.6080570Z test_out_warning_select_scatter_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:56.6155964Z test_out_warning_sgn_cuda (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:51:56.6202668Z test_out_warning_short_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:56.6312180Z test_out_warning_sigmoid_cuda (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:51:56.6382113Z test_out_warning_sign_cuda (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:51:56.6447329Z test_out_warning_signbit_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:56.6522103Z test_out_warning_sin_cuda (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:51:56.6619800Z test_out_warning_sinc_cuda (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:51:56.6687364Z test_out_warning_sinh_cuda (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:51:56.6734087Z test_out_warning_slice_scatter_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:56.6924222Z test_out_warning_softmax_cuda (__main__.TestCommonCUDA) ... ok (0.019s) 2022-05-18T04:51:56.7116853Z test_out_warning_softmax_with_dtype_cuda (__main__.TestCommonCUDA) ... ok (0.019s) 2022-05-18T04:51:56.8080209Z test_out_warning_sort_cuda (__main__.TestCommonCUDA) ... ok (0.096s) 2022-05-18T04:51:56.8113615Z test_out_warning_sparse_sampled_addmm_cuda (__main__.TestCommonCUDA) ... skip: Skipped! (0.003s) 2022-05-18T04:51:56.8208800Z test_out_warning_special_entr_cuda (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:51:56.8319920Z test_out_warning_special_erfcx_cuda (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:51:56.8418598Z test_out_warning_special_i0e_cuda (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:51:56.8516651Z test_out_warning_special_i1_cuda (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:51:56.8615322Z test_out_warning_special_i1e_cuda (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:51:56.8719483Z test_out_warning_special_log_ndtr_cuda (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:51:56.8828294Z test_out_warning_special_ndtr_cuda (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:51:56.8930924Z test_out_warning_special_ndtri_cuda (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:51:56.9224438Z test_out_warning_special_polygamma_special_polygamma_n_0_cuda (__main__.TestCommonCUDA) ... ok (0.029s) 2022-05-18T04:51:56.9492350Z test_out_warning_special_xlog1py_cuda (__main__.TestCommonCUDA) ... ok (0.027s) 2022-05-18T04:51:56.9752278Z test_out_warning_special_zeta_cuda (__main__.TestCommonCUDA) ... ok (0.026s) 2022-05-18T04:51:56.9797283Z test_out_warning_split_cuda (__main__.TestCommonCUDA) ... ok (0.004s) 2022-05-18T04:51:56.9842670Z test_out_warning_split_list_args_cuda (__main__.TestCommonCUDA) ... ok (0.004s) 2022-05-18T04:51:56.9889515Z test_out_warning_split_with_sizes_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:56.9970328Z test_out_warning_sqrt_cuda (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:51:57.0077916Z test_out_warning_square_cuda (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:51:57.0124715Z test_out_warning_squeeze_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:57.0364798Z test_out_warning_stack_cuda (__main__.TestCommonCUDA) ... ok (0.024s) 2022-05-18T04:51:57.0420666Z test_out_warning_std_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:57.0475075Z test_out_warning_std_mean_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:57.0521791Z test_out_warning_stft_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:57.0849573Z test_out_warning_sub_cuda (__main__.TestCommonCUDA) ... ok (0.032s) 2022-05-18T04:51:57.0905329Z test_out_warning_sum_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:57.0962117Z test_out_warning_sum_to_size_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:57.9302172Z test_out_warning_svd_cuda (__main__.TestCommonCUDA) ... ok (0.834s) 2022-05-18T04:51:57.9355511Z test_out_warning_svd_lowrank_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:57.9924715Z test_out_warning_symeig_cuda (__main__.TestCommonCUDA) ... ok (0.057s) 2022-05-18T04:51:57.9973236Z test_out_warning_t_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:58.0164596Z test_out_warning_take_along_dim_cuda (__main__.TestCommonCUDA) ... ok (0.019s) 2022-05-18T04:51:58.0452463Z test_out_warning_take_cuda (__main__.TestCommonCUDA) ... ok (0.029s) 2022-05-18T04:51:58.0520472Z test_out_warning_tan_cuda (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:51:58.0588916Z test_out_warning_tanh_cuda (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:51:58.0641925Z test_out_warning_tensor_split_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:58.0740030Z test_out_warning_tensordot_cuda (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:51:58.0831025Z test_out_warning_tile_cuda (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:51:58.0879214Z test_out_warning_to_sparse_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:58.1315361Z test_out_warning_topk_cuda (__main__.TestCommonCUDA) ... ok (0.043s) 2022-05-18T04:51:58.1360723Z test_out_warning_trace_cuda (__main__.TestCommonCUDA) ... ok (0.004s) 2022-05-18T04:51:58.1406734Z test_out_warning_transpose_cuda (__main__.TestCommonCUDA) ... ok (0.004s) 2022-05-18T04:51:58.1468947Z test_out_warning_trapezoid_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:58.1536988Z test_out_warning_trapz_cuda (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:51:58.1843692Z test_out_warning_triangular_solve_cuda (__main__.TestCommonCUDA) ... ok (0.031s) 2022-05-18T04:51:58.2010738Z test_out_warning_tril_cuda (__main__.TestCommonCUDA) ... ok (0.017s) 2022-05-18T04:51:58.2178087Z test_out_warning_triu_cuda (__main__.TestCommonCUDA) ... ok (0.017s) 2022-05-18T04:51:58.2455162Z test_out_warning_true_divide_cuda (__main__.TestCommonCUDA) ... ok (0.028s) 2022-05-18T04:51:58.2523225Z test_out_warning_trunc_cuda (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:51:58.2592175Z test_out_warning_unfold_cuda (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:51:58.2989013Z test_out_warning_unique_consecutive_cuda (__main__.TestCommonCUDA) ... ok (0.040s) 2022-05-18T04:51:58.3378467Z test_out_warning_unique_cuda (__main__.TestCommonCUDA) ... ok (0.039s) 2022-05-18T04:51:58.3432833Z test_out_warning_unsqueeze_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:58.3485962Z test_out_warning_var_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:58.3539258Z test_out_warning_var_mean_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:58.3623136Z test_out_warning_vdot_cuda (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:51:58.3669606Z test_out_warning_view_as_complex_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:58.3716336Z test_out_warning_view_as_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:58.3765880Z test_out_warning_view_as_real_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:58.3819153Z test_out_warning_view_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:58.3866036Z test_out_warning_vsplit_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:58.3949798Z test_out_warning_vstack_cuda (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:51:58.3998744Z test_out_warning_where_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:58.4273415Z test_out_warning_xlogy_cuda (__main__.TestCommonCUDA) ... ok (0.027s) 2022-05-18T04:51:58.4319992Z test_out_warning_zero__cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:58.4374053Z test_out_warning_zeros_like_cuda (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:51:58.4437304Z test_out_where_cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:58.5512254Z test_out_xlogy_cuda (__main__.TestCommonCUDA) ... ok (0.107s) 2022-05-18T04:51:58.5570996Z test_out_zero__cuda (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:51:58.5637751Z test_out_zeros_like_cuda (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:51:58.5987438Z test_python_reference_consistency__refs_abs_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (0.035s) 2022-05-18T04:51:58.6214210Z test_python_reference_consistency__refs_abs_cuda_bool (__main__.TestCommonCUDA) ... ok (0.023s) 2022-05-18T04:51:58.6873494Z test_python_reference_consistency__refs_abs_cuda_complex128 (__main__.TestCommonCUDA) ... ok (0.066s) 2022-05-18T04:51:58.7217353Z test_python_reference_consistency__refs_abs_cuda_complex32 (__main__.TestCommonCUDA) ... expected failure (0.034s) 2022-05-18T04:51:58.7823490Z test_python_reference_consistency__refs_abs_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.061s) 2022-05-18T04:51:58.8173934Z test_python_reference_consistency__refs_abs_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.035s) 2022-05-18T04:51:58.8502381Z test_python_reference_consistency__refs_abs_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.033s) 2022-05-18T04:51:58.8835691Z test_python_reference_consistency__refs_abs_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.033s) 2022-05-18T04:51:58.9020604Z test_python_reference_consistency__refs_abs_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.018s) 2022-05-18T04:51:58.9206806Z test_python_reference_consistency__refs_abs_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.019s) 2022-05-18T04:51:58.9393081Z test_python_reference_consistency__refs_abs_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.019s) 2022-05-18T04:51:58.9561170Z test_python_reference_consistency__refs_abs_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.017s) 2022-05-18T04:51:58.9728969Z test_python_reference_consistency__refs_abs_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.017s) 2022-05-18T04:51:59.0111737Z test_python_reference_consistency__refs_acos_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (0.038s) 2022-05-18T04:51:59.0507993Z test_python_reference_consistency__refs_acos_cuda_bool (__main__.TestCommonCUDA) ... ok (0.040s) 2022-05-18T04:51:59.1652156Z test_python_reference_consistency__refs_acos_cuda_complex128 (__main__.TestCommonCUDA) ... ok (0.114s) 2022-05-18T04:51:59.2349573Z test_python_reference_consistency__refs_acos_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.070s) 2022-05-18T04:51:59.2729163Z test_python_reference_consistency__refs_acos_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.038s) 2022-05-18T04:51:59.3086251Z test_python_reference_consistency__refs_acos_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.036s) 2022-05-18T04:51:59.3490839Z test_python_reference_consistency__refs_acos_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.040s) 2022-05-18T04:51:59.3803492Z test_python_reference_consistency__refs_acos_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.031s) 2022-05-18T04:51:59.4110262Z test_python_reference_consistency__refs_acos_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.031s) 2022-05-18T04:51:59.4418806Z test_python_reference_consistency__refs_acos_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.031s) 2022-05-18T04:51:59.4702077Z test_python_reference_consistency__refs_acos_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.028s) 2022-05-18T04:51:59.4985638Z test_python_reference_consistency__refs_acos_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.028s) 2022-05-18T04:51:59.5372092Z test_python_reference_consistency__refs_acosh_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (0.039s) 2022-05-18T04:51:59.5768409Z test_python_reference_consistency__refs_acosh_cuda_bool (__main__.TestCommonCUDA) ... ok (0.040s) 2022-05-18T04:51:59.6836891Z test_python_reference_consistency__refs_acosh_cuda_complex128 (__main__.TestCommonCUDA) ... ok (0.107s) 2022-05-18T04:51:59.7572441Z test_python_reference_consistency__refs_acosh_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.073s) 2022-05-18T04:51:59.7963592Z test_python_reference_consistency__refs_acosh_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.039s) 2022-05-18T04:51:59.8328640Z test_python_reference_consistency__refs_acosh_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.036s) 2022-05-18T04:51:59.8749610Z test_python_reference_consistency__refs_acosh_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.042s) 2022-05-18T04:51:59.9057812Z test_python_reference_consistency__refs_acosh_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.031s) 2022-05-18T04:51:59.9369476Z test_python_reference_consistency__refs_acosh_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.031s) 2022-05-18T04:51:59.9686357Z test_python_reference_consistency__refs_acosh_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.032s) 2022-05-18T04:51:59.9974928Z test_python_reference_consistency__refs_acosh_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.029s) 2022-05-18T04:52:00.0262859Z test_python_reference_consistency__refs_acosh_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.029s) 2022-05-18T04:52:00.1958888Z test_python_reference_consistency__refs_add_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (0.169s) 2022-05-18T04:52:00.2983694Z test_python_reference_consistency__refs_add_cuda_bool (__main__.TestCommonCUDA) ... ok (0.102s) 2022-05-18T04:52:00.5085562Z test_python_reference_consistency__refs_add_cuda_complex128 (__main__.TestCommonCUDA) ... ok (0.210s) 2022-05-18T04:52:00.5655801Z test_python_reference_consistency__refs_add_cuda_complex32 (__main__.TestCommonCUDA) ... ok (0.057s) 2022-05-18T04:52:00.7751254Z test_python_reference_consistency__refs_add_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.209s) 2022-05-18T04:52:00.9447156Z test_python_reference_consistency__refs_add_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.170s) 2022-05-18T04:52:01.0974567Z test_python_reference_consistency__refs_add_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.153s) 2022-05-18T04:52:01.2487640Z test_python_reference_consistency__refs_add_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.151s) 2022-05-18T04:52:01.3569690Z test_python_reference_consistency__refs_add_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.108s) 2022-05-18T04:52:01.4686280Z test_python_reference_consistency__refs_add_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.112s) 2022-05-18T04:52:01.5758511Z test_python_reference_consistency__refs_add_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.107s) 2022-05-18T04:52:01.6828481Z test_python_reference_consistency__refs_add_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.107s) 2022-05-18T04:52:01.7890076Z test_python_reference_consistency__refs_add_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.106s) 2022-05-18T04:52:01.8063839Z test_python_reference_consistency__refs_amax_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (0.017s) 2022-05-18T04:52:01.8178590Z test_python_reference_consistency__refs_amax_cuda_bool (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:52:01.8354248Z test_python_reference_consistency__refs_amax_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.017s) 2022-05-18T04:52:01.8508984Z test_python_reference_consistency__refs_amax_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.015s) 2022-05-18T04:52:01.8656619Z test_python_reference_consistency__refs_amax_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.015s) 2022-05-18T04:52:01.8770826Z test_python_reference_consistency__refs_amax_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:52:01.8886302Z test_python_reference_consistency__refs_amax_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:52:01.8994286Z test_python_reference_consistency__refs_amax_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:52:01.9109599Z test_python_reference_consistency__refs_amax_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:52:01.9224668Z test_python_reference_consistency__refs_amax_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:52:01.9407195Z test_python_reference_consistency__refs_amin_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (0.018s) 2022-05-18T04:52:01.9526282Z test_python_reference_consistency__refs_amin_cuda_bool (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:52:01.9704386Z test_python_reference_consistency__refs_amin_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.018s) 2022-05-18T04:52:01.9866376Z test_python_reference_consistency__refs_amin_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.016s) 2022-05-18T04:52:02.0021825Z test_python_reference_consistency__refs_amin_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.015s) 2022-05-18T04:52:02.0141524Z test_python_reference_consistency__refs_amin_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:52:02.0262535Z test_python_reference_consistency__refs_amin_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:52:02.0377233Z test_python_reference_consistency__refs_amin_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:52:02.0509179Z test_python_reference_consistency__refs_amin_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.013s) 2022-05-18T04:52:02.0632858Z test_python_reference_consistency__refs_amin_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:52:02.0697257Z test_python_reference_consistency__refs_as_strided_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:52:02.0744586Z test_python_reference_consistency__refs_as_strided_cuda_bool (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:52:02.0810601Z test_python_reference_consistency__refs_as_strided_cuda_complex128 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:52:02.0877557Z test_python_reference_consistency__refs_as_strided_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:52:02.0936953Z test_python_reference_consistency__refs_as_strided_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:52:02.0996934Z test_python_reference_consistency__refs_as_strided_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:52:02.1061874Z test_python_reference_consistency__refs_as_strided_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:52:02.1107325Z test_python_reference_consistency__refs_as_strided_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.004s) 2022-05-18T04:52:02.1151420Z test_python_reference_consistency__refs_as_strided_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.004s) 2022-05-18T04:52:02.1194587Z test_python_reference_consistency__refs_as_strided_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.004s) 2022-05-18T04:52:02.1239370Z test_python_reference_consistency__refs_as_strided_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.004s) 2022-05-18T04:52:02.1284652Z test_python_reference_consistency__refs_as_strided_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.004s) 2022-05-18T04:52:02.1627884Z test_python_reference_consistency__refs_asin_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (0.034s) 2022-05-18T04:52:02.1991035Z test_python_reference_consistency__refs_asin_cuda_bool (__main__.TestCommonCUDA) ... ok (0.036s) 2022-05-18T04:52:02.2946498Z test_python_reference_consistency__refs_asin_cuda_complex128 (__main__.TestCommonCUDA) ... ok (0.095s) 2022-05-18T04:52:02.3589977Z test_python_reference_consistency__refs_asin_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.064s) 2022-05-18T04:52:02.3924847Z test_python_reference_consistency__refs_asin_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.033s) 2022-05-18T04:52:02.4236868Z test_python_reference_consistency__refs_asin_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.031s) 2022-05-18T04:52:02.4586752Z test_python_reference_consistency__refs_asin_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.035s) 2022-05-18T04:52:02.4851678Z test_python_reference_consistency__refs_asin_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.026s) 2022-05-18T04:52:02.5131368Z test_python_reference_consistency__refs_asin_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.028s) 2022-05-18T04:52:02.5407166Z test_python_reference_consistency__refs_asin_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.027s) 2022-05-18T04:52:02.5658132Z test_python_reference_consistency__refs_asin_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.025s) 2022-05-18T04:52:02.5911331Z test_python_reference_consistency__refs_asin_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.025s) 2022-05-18T04:52:02.7402073Z test_python_reference_consistency__refs_atan2_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (0.149s) 2022-05-18T04:52:02.8546188Z test_python_reference_consistency__refs_atan2_cuda_bool (__main__.TestCommonCUDA) ... ok (0.114s) 2022-05-18T04:52:03.0007045Z test_python_reference_consistency__refs_atan2_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.146s) 2022-05-18T04:52:03.1326122Z test_python_reference_consistency__refs_atan2_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.132s) 2022-05-18T04:52:03.2639021Z test_python_reference_consistency__refs_atan2_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.131s) 2022-05-18T04:52:03.3864265Z test_python_reference_consistency__refs_atan2_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.122s) 2022-05-18T04:52:03.5094691Z test_python_reference_consistency__refs_atan2_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.123s) 2022-05-18T04:52:03.6319897Z test_python_reference_consistency__refs_atan2_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.123s) 2022-05-18T04:52:03.7523226Z test_python_reference_consistency__refs_atan2_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.120s) 2022-05-18T04:52:03.8720742Z test_python_reference_consistency__refs_atan2_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.120s) 2022-05-18T04:52:03.9060054Z test_python_reference_consistency__refs_atan_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (0.034s) 2022-05-18T04:52:03.9414256Z test_python_reference_consistency__refs_atan_cuda_bool (__main__.TestCommonCUDA) ... ok (0.035s) 2022-05-18T04:52:04.0194843Z test_python_reference_consistency__refs_atan_cuda_complex128 (__main__.TestCommonCUDA) ... ok (0.078s) 2022-05-18T04:52:04.0826896Z test_python_reference_consistency__refs_atan_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.063s) 2022-05-18T04:52:04.1164346Z test_python_reference_consistency__refs_atan_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.033s) 2022-05-18T04:52:04.1481645Z test_python_reference_consistency__refs_atan_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.032s) 2022-05-18T04:52:04.1829654Z test_python_reference_consistency__refs_atan_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.035s) 2022-05-18T04:52:04.2098304Z test_python_reference_consistency__refs_atan_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.027s) 2022-05-18T04:52:04.2365726Z test_python_reference_consistency__refs_atan_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.027s) 2022-05-18T04:52:04.2636607Z test_python_reference_consistency__refs_atan_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.027s) 2022-05-18T04:52:04.2883099Z test_python_reference_consistency__refs_atan_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.025s) 2022-05-18T04:52:04.3128322Z test_python_reference_consistency__refs_atan_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.024s) 2022-05-18T04:52:04.4105777Z test_python_reference_consistency__refs_bitwise_and_cuda_bool (__main__.TestCommonCUDA) ... ok (0.097s) 2022-05-18T04:52:04.5146681Z test_python_reference_consistency__refs_bitwise_and_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.104s) 2022-05-18T04:52:04.6187233Z test_python_reference_consistency__refs_bitwise_and_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.104s) 2022-05-18T04:52:04.7209012Z test_python_reference_consistency__refs_bitwise_and_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.102s) 2022-05-18T04:52:04.8228964Z test_python_reference_consistency__refs_bitwise_and_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.102s) 2022-05-18T04:52:04.9251831Z test_python_reference_consistency__refs_bitwise_and_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.102s) 2022-05-18T04:52:05.0289724Z test_python_reference_consistency__refs_bitwise_left_shift_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.104s) 2022-05-18T04:52:05.0307687Z test_python_reference_consistency__refs_bitwise_left_shift_cuda_int32 (__main__.TestCommonCUDA) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/77598 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-18T04:52:05.1320711Z test_python_reference_consistency__refs_bitwise_left_shift_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.101s) 2022-05-18T04:52:05.2348028Z test_python_reference_consistency__refs_bitwise_left_shift_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.103s) 2022-05-18T04:52:05.3371118Z test_python_reference_consistency__refs_bitwise_left_shift_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.102s) 2022-05-18T04:52:05.4341793Z test_python_reference_consistency__refs_bitwise_or_cuda_bool (__main__.TestCommonCUDA) ... ok (0.097s) 2022-05-18T04:52:05.5407439Z test_python_reference_consistency__refs_bitwise_or_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.106s) 2022-05-18T04:52:05.6482061Z test_python_reference_consistency__refs_bitwise_or_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.107s) 2022-05-18T04:52:05.7500765Z test_python_reference_consistency__refs_bitwise_or_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.102s) 2022-05-18T04:52:05.8520324Z test_python_reference_consistency__refs_bitwise_or_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.102s) 2022-05-18T04:52:05.9539635Z test_python_reference_consistency__refs_bitwise_or_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.102s) 2022-05-18T04:52:06.0509188Z test_python_reference_consistency__refs_bitwise_xor_cuda_bool (__main__.TestCommonCUDA) ... ok (0.097s) 2022-05-18T04:52:06.1565164Z test_python_reference_consistency__refs_bitwise_xor_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.105s) 2022-05-18T04:52:06.2604651Z test_python_reference_consistency__refs_bitwise_xor_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.104s) 2022-05-18T04:52:06.3618034Z test_python_reference_consistency__refs_bitwise_xor_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.101s) 2022-05-18T04:52:06.4639349Z test_python_reference_consistency__refs_bitwise_xor_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.102s) 2022-05-18T04:52:06.5687419Z test_python_reference_consistency__refs_bitwise_xor_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.105s) 2022-05-18T04:52:06.5795099Z test_python_reference_consistency__refs_cat_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:52:06.5875119Z test_python_reference_consistency__refs_cat_cuda_bool (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:52:06.5996349Z test_python_reference_consistency__refs_cat_cuda_complex128 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:52:06.6120071Z test_python_reference_consistency__refs_cat_cuda_complex32 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:52:06.6243671Z test_python_reference_consistency__refs_cat_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:52:06.6349133Z test_python_reference_consistency__refs_cat_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:52:06.6455050Z test_python_reference_consistency__refs_cat_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:52:06.6566630Z test_python_reference_consistency__refs_cat_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:52:06.6649845Z test_python_reference_consistency__refs_cat_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:52:06.6732941Z test_python_reference_consistency__refs_cat_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:52:06.6813648Z test_python_reference_consistency__refs_cat_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:52:06.6896688Z test_python_reference_consistency__refs_cat_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:52:06.6978649Z test_python_reference_consistency__refs_cat_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:52:06.7290927Z test_python_reference_consistency__refs_ceil_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (0.031s) 2022-05-18T04:52:06.7608328Z test_python_reference_consistency__refs_ceil_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.032s) 2022-05-18T04:52:06.7921307Z test_python_reference_consistency__refs_ceil_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.031s) 2022-05-18T04:52:06.8239171Z test_python_reference_consistency__refs_ceil_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.032s) 2022-05-18T04:52:06.8677084Z test_python_reference_consistency__refs_chunk_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (0.044s) 2022-05-18T04:52:06.8953209Z test_python_reference_consistency__refs_chunk_cuda_bool (__main__.TestCommonCUDA) ... ok (0.028s) 2022-05-18T04:52:06.9439101Z test_python_reference_consistency__refs_chunk_cuda_complex128 (__main__.TestCommonCUDA) ... ok (0.048s) 2022-05-18T04:52:06.9947604Z test_python_reference_consistency__refs_chunk_cuda_complex32 (__main__.TestCommonCUDA) ... ok (0.051s) 2022-05-18T04:52:07.0446595Z test_python_reference_consistency__refs_chunk_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.050s) 2022-05-18T04:52:07.0898199Z test_python_reference_consistency__refs_chunk_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.045s) 2022-05-18T04:52:07.1341021Z test_python_reference_consistency__refs_chunk_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.044s) 2022-05-18T04:52:07.1757521Z test_python_reference_consistency__refs_chunk_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.042s) 2022-05-18T04:52:07.2039024Z test_python_reference_consistency__refs_chunk_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.028s) 2022-05-18T04:52:07.2321794Z test_python_reference_consistency__refs_chunk_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.028s) 2022-05-18T04:52:07.2574534Z test_python_reference_consistency__refs_chunk_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.025s) 2022-05-18T04:52:07.2854235Z test_python_reference_consistency__refs_chunk_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.028s) 2022-05-18T04:52:07.3135388Z test_python_reference_consistency__refs_chunk_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.028s) 2022-05-18T04:52:07.3183311Z test_python_reference_consistency__refs_clone_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:52:07.3215554Z test_python_reference_consistency__refs_clone_cuda_bool (__main__.TestCommonCUDA) ... ok (0.003s) 2022-05-18T04:52:07.3256385Z test_python_reference_consistency__refs_clone_cuda_complex128 (__main__.TestCommonCUDA) ... ok (0.004s) 2022-05-18T04:52:07.3297945Z test_python_reference_consistency__refs_clone_cuda_complex32 (__main__.TestCommonCUDA) ... ok (0.004s) 2022-05-18T04:52:07.3338651Z test_python_reference_consistency__refs_clone_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.004s) 2022-05-18T04:52:07.3376630Z test_python_reference_consistency__refs_clone_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.004s) 2022-05-18T04:52:07.3414937Z test_python_reference_consistency__refs_clone_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.004s) 2022-05-18T04:52:07.3452768Z test_python_reference_consistency__refs_clone_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.004s) 2022-05-18T04:52:07.3492553Z test_python_reference_consistency__refs_clone_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.004s) 2022-05-18T04:52:07.3524763Z test_python_reference_consistency__refs_clone_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.003s) 2022-05-18T04:52:07.3556750Z test_python_reference_consistency__refs_clone_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.003s) 2022-05-18T04:52:07.3589073Z test_python_reference_consistency__refs_clone_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.003s) 2022-05-18T04:52:07.3621707Z test_python_reference_consistency__refs_clone_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.003s) 2022-05-18T04:52:07.3976881Z test_python_reference_consistency__refs_cos_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (0.035s) 2022-05-18T04:52:07.4364128Z test_python_reference_consistency__refs_cos_cuda_bool (__main__.TestCommonCUDA) ... ok (0.039s) 2022-05-18T04:52:07.5135596Z test_python_reference_consistency__refs_cos_cuda_complex128 (__main__.TestCommonCUDA) ... ok (0.077s) 2022-05-18T04:52:07.5772085Z test_python_reference_consistency__refs_cos_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.063s) 2022-05-18T04:52:07.6128174Z test_python_reference_consistency__refs_cos_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.035s) 2022-05-18T04:52:07.6458839Z test_python_reference_consistency__refs_cos_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.033s) 2022-05-18T04:52:07.6811117Z test_python_reference_consistency__refs_cos_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.035s) 2022-05-18T04:52:07.7114117Z test_python_reference_consistency__refs_cos_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.030s) 2022-05-18T04:52:07.7419832Z test_python_reference_consistency__refs_cos_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.030s) 2022-05-18T04:52:07.7736745Z test_python_reference_consistency__refs_cos_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.032s) 2022-05-18T04:52:07.8022057Z test_python_reference_consistency__refs_cos_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.028s) 2022-05-18T04:52:07.8305986Z test_python_reference_consistency__refs_cos_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.028s) 2022-05-18T04:52:07.8684566Z test_python_reference_consistency__refs_cosh_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (0.038s) 2022-05-18T04:52:07.9080146Z test_python_reference_consistency__refs_cosh_cuda_bool (__main__.TestCommonCUDA) ... ok (0.039s) 2022-05-18T04:52:07.9915264Z test_python_reference_consistency__refs_cosh_cuda_complex128 (__main__.TestCommonCUDA) ... ok (0.083s) 2022-05-18T04:52:08.0634441Z test_python_reference_consistency__refs_cosh_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.072s) 2022-05-18T04:52:08.1012348Z test_python_reference_consistency__refs_cosh_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.038s) 2022-05-18T04:52:08.1362019Z test_python_reference_consistency__refs_cosh_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.035s) 2022-05-18T04:52:08.1732001Z test_python_reference_consistency__refs_cosh_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.037s) 2022-05-18T04:52:08.2031746Z test_python_reference_consistency__refs_cosh_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.030s) 2022-05-18T04:52:08.2332029Z test_python_reference_consistency__refs_cosh_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.030s) 2022-05-18T04:52:08.2636370Z test_python_reference_consistency__refs_cosh_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.030s) 2022-05-18T04:52:08.2923256Z test_python_reference_consistency__refs_cosh_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.029s) 2022-05-18T04:52:08.3206969Z test_python_reference_consistency__refs_cosh_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.028s) 2022-05-18T04:52:08.3613512Z test_python_reference_consistency__refs_digamma_cuda_bool (__main__.TestCommonCUDA) ... ok (0.040s) 2022-05-18T04:52:09.4125228Z test_python_reference_consistency__refs_digamma_cuda_float16 (__main__.TestCommonCUDA) ... ok (1.051s) 2022-05-18T04:52:09.4527761Z test_python_reference_consistency__refs_digamma_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.040s) 2022-05-18T04:52:10.5646299Z test_python_reference_consistency__refs_digamma_cuda_float64 (__main__.TestCommonCUDA) ... ok (1.112s) 2022-05-18T04:52:10.5959471Z test_python_reference_consistency__refs_digamma_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.031s) 2022-05-18T04:52:10.6283042Z test_python_reference_consistency__refs_digamma_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.032s) 2022-05-18T04:52:10.6601592Z test_python_reference_consistency__refs_digamma_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.032s) 2022-05-18T04:52:10.6894906Z test_python_reference_consistency__refs_digamma_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.029s) 2022-05-18T04:52:10.7186656Z test_python_reference_consistency__refs_digamma_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.029s) 2022-05-18T04:52:10.8455710Z test_python_reference_consistency__refs_eq_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (0.127s) 2022-05-18T04:52:10.9431076Z test_python_reference_consistency__refs_eq_cuda_bool (__main__.TestCommonCUDA) ... ok (0.097s) 2022-05-18T04:52:11.1244399Z test_python_reference_consistency__refs_eq_cuda_complex128 (__main__.TestCommonCUDA) ... ok (0.181s) 2022-05-18T04:52:11.2992132Z test_python_reference_consistency__refs_eq_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.175s) 2022-05-18T04:52:11.4250808Z test_python_reference_consistency__refs_eq_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.126s) 2022-05-18T04:52:11.5518655Z test_python_reference_consistency__refs_eq_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.127s) 2022-05-18T04:52:11.6814341Z test_python_reference_consistency__refs_eq_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.129s) 2022-05-18T04:52:11.7859011Z test_python_reference_consistency__refs_eq_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.104s) 2022-05-18T04:52:11.8936358Z test_python_reference_consistency__refs_eq_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.107s) 2022-05-18T04:52:12.0001748Z test_python_reference_consistency__refs_eq_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.106s) 2022-05-18T04:52:12.1047706Z test_python_reference_consistency__refs_eq_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.104s) 2022-05-18T04:52:12.2074704Z test_python_reference_consistency__refs_eq_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.103s) 2022-05-18T04:52:12.2431452Z test_python_reference_consistency__refs_erf_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (0.035s) 2022-05-18T04:52:12.2810460Z test_python_reference_consistency__refs_erf_cuda_bool (__main__.TestCommonCUDA) ... ok (0.038s) 2022-05-18T04:52:12.3163353Z test_python_reference_consistency__refs_erf_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.035s) 2022-05-18T04:52:12.3493351Z test_python_reference_consistency__refs_erf_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.033s) 2022-05-18T04:52:12.3885823Z test_python_reference_consistency__refs_erf_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.039s) 2022-05-18T04:52:12.4165085Z test_python_reference_consistency__refs_erf_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.028s) 2022-05-18T04:52:12.4451602Z test_python_reference_consistency__refs_erf_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.029s) 2022-05-18T04:52:12.4734959Z test_python_reference_consistency__refs_erf_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.028s) 2022-05-18T04:52:12.4993249Z test_python_reference_consistency__refs_erf_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.026s) 2022-05-18T04:52:12.5249324Z test_python_reference_consistency__refs_erf_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.025s) 2022-05-18T04:52:13.3356619Z test_python_reference_consistency__refs_erfc_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (0.810s) 2022-05-18T04:52:13.3755860Z test_python_reference_consistency__refs_erfc_cuda_bool (__main__.TestCommonCUDA) ... ok (0.040s) 2022-05-18T04:52:14.1619435Z test_python_reference_consistency__refs_erfc_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.786s) 2022-05-18T04:52:14.1986748Z test_python_reference_consistency__refs_erfc_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.037s) 2022-05-18T04:52:15.0399148Z test_python_reference_consistency__refs_erfc_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.841s) 2022-05-18T04:52:15.0707090Z test_python_reference_consistency__refs_erfc_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.031s) 2022-05-18T04:52:15.1013742Z test_python_reference_consistency__refs_erfc_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.031s) 2022-05-18T04:52:15.1325267Z test_python_reference_consistency__refs_erfc_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.031s) 2022-05-18T04:52:15.1611503Z test_python_reference_consistency__refs_erfc_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.029s) 2022-05-18T04:52:15.1909539Z test_python_reference_consistency__refs_erfc_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.030s) 2022-05-18T04:52:15.2284040Z test_python_reference_consistency__refs_erfinv_cuda_bool (__main__.TestCommonCUDA) ... ok (0.037s) 2022-05-18T04:52:15.8498204Z test_python_reference_consistency__refs_erfinv_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.621s) 2022-05-18T04:52:15.8828304Z test_python_reference_consistency__refs_erfinv_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.033s) 2022-05-18T04:52:16.5570313Z test_python_reference_consistency__refs_erfinv_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.674s) 2022-05-18T04:52:16.5851211Z test_python_reference_consistency__refs_erfinv_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.028s) 2022-05-18T04:52:16.6131398Z test_python_reference_consistency__refs_erfinv_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.028s) 2022-05-18T04:52:16.6420660Z test_python_reference_consistency__refs_erfinv_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.029s) 2022-05-18T04:52:16.6678478Z test_python_reference_consistency__refs_erfinv_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.026s) 2022-05-18T04:52:16.6934259Z test_python_reference_consistency__refs_erfinv_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.025s) 2022-05-18T04:52:16.7313200Z test_python_reference_consistency__refs_exp_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (0.038s) 2022-05-18T04:52:16.7709479Z test_python_reference_consistency__refs_exp_cuda_bool (__main__.TestCommonCUDA) ... ok (0.040s) 2022-05-18T04:52:17.9271648Z test_python_reference_consistency__refs_exp_cuda_complex128 (__main__.TestCommonCUDA) ... ok (1.156s) 2022-05-18T04:52:17.9646423Z test_python_reference_consistency__refs_exp_cuda_complex32 (__main__.TestCommonCUDA) ... expected failure (0.037s) 2022-05-18T04:52:18.0347278Z test_python_reference_consistency__refs_exp_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.070s) 2022-05-18T04:52:18.0724067Z test_python_reference_consistency__refs_exp_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.038s) 2022-05-18T04:52:18.1076894Z test_python_reference_consistency__refs_exp_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.035s) 2022-05-18T04:52:18.1446102Z test_python_reference_consistency__refs_exp_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.037s) 2022-05-18T04:52:18.1749855Z test_python_reference_consistency__refs_exp_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.030s) 2022-05-18T04:52:18.2054994Z test_python_reference_consistency__refs_exp_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.030s) 2022-05-18T04:52:18.2364968Z test_python_reference_consistency__refs_exp_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.031s) 2022-05-18T04:52:18.2661713Z test_python_reference_consistency__refs_exp_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.030s) 2022-05-18T04:52:18.2945905Z test_python_reference_consistency__refs_exp_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.028s) 2022-05-18T04:52:18.3291219Z test_python_reference_consistency__refs_expm1_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (0.034s) 2022-05-18T04:52:18.3660206Z test_python_reference_consistency__refs_expm1_cuda_bool (__main__.TestCommonCUDA) ... ok (0.037s) 2022-05-18T04:52:18.4010475Z test_python_reference_consistency__refs_expm1_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.035s) 2022-05-18T04:52:18.4339703Z test_python_reference_consistency__refs_expm1_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.033s) 2022-05-18T04:52:18.4692879Z test_python_reference_consistency__refs_expm1_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.035s) 2022-05-18T04:52:18.4977351Z test_python_reference_consistency__refs_expm1_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.028s) 2022-05-18T04:52:18.5253033Z test_python_reference_consistency__refs_expm1_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.027s) 2022-05-18T04:52:18.5532676Z test_python_reference_consistency__refs_expm1_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.028s) 2022-05-18T04:52:18.5787217Z test_python_reference_consistency__refs_expm1_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.025s) 2022-05-18T04:52:18.6041799Z test_python_reference_consistency__refs_expm1_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.025s) 2022-05-18T04:52:18.6383242Z test_python_reference_consistency__refs_flatten_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (0.034s) 2022-05-18T04:52:18.6604918Z test_python_reference_consistency__refs_flatten_cuda_bool (__main__.TestCommonCUDA) ... ok (0.022s) 2022-05-18T04:52:18.7002106Z test_python_reference_consistency__refs_flatten_cuda_complex128 (__main__.TestCommonCUDA) ... ok (0.040s) 2022-05-18T04:52:18.7189651Z test_python_reference_consistency__refs_flatten_cuda_complex32 (__main__.TestCommonCUDA) ... expected failure (0.019s) 2022-05-18T04:52:18.7592069Z test_python_reference_consistency__refs_flatten_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.040s) 2022-05-18T04:52:18.7930877Z test_python_reference_consistency__refs_flatten_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.034s) 2022-05-18T04:52:18.8269799Z test_python_reference_consistency__refs_flatten_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.034s) 2022-05-18T04:52:18.8594179Z test_python_reference_consistency__refs_flatten_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.032s) 2022-05-18T04:52:18.8819739Z test_python_reference_consistency__refs_flatten_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.022s) 2022-05-18T04:52:18.9047003Z test_python_reference_consistency__refs_flatten_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.023s) 2022-05-18T04:52:18.9265374Z test_python_reference_consistency__refs_flatten_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.022s) 2022-05-18T04:52:18.9494795Z test_python_reference_consistency__refs_flatten_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.023s) 2022-05-18T04:52:18.9726218Z test_python_reference_consistency__refs_flatten_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.023s) 2022-05-18T04:52:18.9813742Z test_python_reference_consistency__refs_flip_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:52:18.9879280Z test_python_reference_consistency__refs_flip_cuda_bool (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:52:18.9975739Z test_python_reference_consistency__refs_flip_cuda_complex128 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:52:19.0073516Z test_python_reference_consistency__refs_flip_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:52:19.0159882Z test_python_reference_consistency__refs_flip_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:52:19.0253289Z test_python_reference_consistency__refs_flip_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:52:19.0336033Z test_python_reference_consistency__refs_flip_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:52:19.0400950Z test_python_reference_consistency__refs_flip_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:52:19.0465551Z test_python_reference_consistency__refs_flip_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:52:19.0527772Z test_python_reference_consistency__refs_flip_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:52:19.0592276Z test_python_reference_consistency__refs_flip_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:52:19.0656729Z test_python_reference_consistency__refs_flip_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:52:19.2262751Z test_python_reference_consistency__refs_float_power_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (0.160s) 2022-05-18T04:52:19.3573445Z test_python_reference_consistency__refs_float_power_cuda_bool (__main__.TestCommonCUDA) ... ok (0.131s) 2022-05-18T04:52:19.5757436Z test_python_reference_consistency__refs_float_power_cuda_complex128 (__main__.TestCommonCUDA) ... ok (0.218s) 2022-05-18T04:52:19.8015020Z test_python_reference_consistency__refs_float_power_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.226s) 2022-05-18T04:52:19.9614337Z test_python_reference_consistency__refs_float_power_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.160s) 2022-05-18T04:52:20.1226450Z test_python_reference_consistency__refs_float_power_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.161s) 2022-05-18T04:52:20.2719296Z test_python_reference_consistency__refs_float_power_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.149s) 2022-05-18T04:52:20.4105207Z test_python_reference_consistency__refs_float_power_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.139s) 2022-05-18T04:52:20.5489958Z test_python_reference_consistency__refs_float_power_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.138s) 2022-05-18T04:52:20.6889439Z test_python_reference_consistency__refs_float_power_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.140s) 2022-05-18T04:52:20.8255140Z test_python_reference_consistency__refs_float_power_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.136s) 2022-05-18T04:52:20.9614737Z test_python_reference_consistency__refs_float_power_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.136s) 2022-05-18T04:52:20.9931208Z test_python_reference_consistency__refs_floor_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (0.032s) 2022-05-18T04:52:21.0249495Z test_python_reference_consistency__refs_floor_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.032s) 2022-05-18T04:52:21.0575232Z test_python_reference_consistency__refs_floor_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.032s) 2022-05-18T04:52:21.0906600Z test_python_reference_consistency__refs_floor_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.033s) 2022-05-18T04:52:21.2147014Z test_python_reference_consistency__refs_ge_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (0.124s) 2022-05-18T04:52:21.3110880Z test_python_reference_consistency__refs_ge_cuda_bool (__main__.TestCommonCUDA) ... ok (0.096s) 2022-05-18T04:52:21.4355908Z test_python_reference_consistency__refs_ge_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.124s) 2022-05-18T04:52:21.5604367Z test_python_reference_consistency__refs_ge_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.125s) 2022-05-18T04:52:21.6873978Z test_python_reference_consistency__refs_ge_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.127s) 2022-05-18T04:52:21.7896496Z test_python_reference_consistency__refs_ge_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.102s) 2022-05-18T04:52:21.8931622Z test_python_reference_consistency__refs_ge_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.103s) 2022-05-18T04:52:21.9969677Z test_python_reference_consistency__refs_ge_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.104s) 2022-05-18T04:52:22.0970794Z test_python_reference_consistency__refs_ge_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.100s) 2022-05-18T04:52:22.1973772Z test_python_reference_consistency__refs_ge_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.100s) 2022-05-18T04:52:22.3208000Z test_python_reference_consistency__refs_gt_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (0.123s) 2022-05-18T04:52:22.4164709Z test_python_reference_consistency__refs_gt_cuda_bool (__main__.TestCommonCUDA) ... ok (0.095s) 2022-05-18T04:52:22.5409251Z test_python_reference_consistency__refs_gt_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.124s) 2022-05-18T04:52:22.6652256Z test_python_reference_consistency__refs_gt_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.124s) 2022-05-18T04:52:22.7919160Z test_python_reference_consistency__refs_gt_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.127s) 2022-05-18T04:52:22.8938392Z test_python_reference_consistency__refs_gt_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.102s) 2022-05-18T04:52:22.9963453Z test_python_reference_consistency__refs_gt_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.102s) 2022-05-18T04:52:23.1001345Z test_python_reference_consistency__refs_gt_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.104s) 2022-05-18T04:52:23.2002619Z test_python_reference_consistency__refs_gt_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.100s) 2022-05-18T04:52:23.3011716Z test_python_reference_consistency__refs_gt_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.101s) 2022-05-18T04:52:23.4574705Z test_python_reference_consistency__refs_igamma_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.156s) 2022-05-18T04:52:23.8260114Z test_python_reference_consistency__refs_igamma_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.368s) 2022-05-18T04:52:23.9872169Z test_python_reference_consistency__refs_igammac_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.161s) 2022-05-18T04:52:24.3720071Z test_python_reference_consistency__refs_igammac_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.385s) 2022-05-18T04:52:24.8266902Z test_python_reference_consistency__refs_isclose_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (0.455s) 2022-05-18T04:52:25.1738164Z test_python_reference_consistency__refs_isclose_cuda_bool (__main__.TestCommonCUDA) ... ok (0.347s) 2022-05-18T04:52:25.6330578Z test_python_reference_consistency__refs_isclose_cuda_complex128 (__main__.TestCommonCUDA) ... ok (0.459s) 2022-05-18T04:52:26.0816944Z test_python_reference_consistency__refs_isclose_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.448s) 2022-05-18T04:52:26.5343589Z test_python_reference_consistency__refs_isclose_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.452s) 2022-05-18T04:52:26.9253606Z test_python_reference_consistency__refs_isclose_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.391s) 2022-05-18T04:52:27.3187800Z test_python_reference_consistency__refs_isclose_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.393s) 2022-05-18T04:52:27.6817395Z test_python_reference_consistency__refs_isclose_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.363s) 2022-05-18T04:52:28.0474020Z test_python_reference_consistency__refs_isclose_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.366s) 2022-05-18T04:52:28.4118593Z test_python_reference_consistency__refs_isclose_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.364s) 2022-05-18T04:52:28.7675385Z test_python_reference_consistency__refs_isclose_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.356s) 2022-05-18T04:52:29.1236101Z test_python_reference_consistency__refs_isclose_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.356s) 2022-05-18T04:52:29.1515096Z test_python_reference_consistency__refs_isfinite_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (0.028s) 2022-05-18T04:52:29.1761184Z test_python_reference_consistency__refs_isfinite_cuda_bool (__main__.TestCommonCUDA) ... ok (0.024s) 2022-05-18T04:52:29.2436127Z test_python_reference_consistency__refs_isfinite_cuda_complex128 (__main__.TestCommonCUDA) ... ok (0.067s) 2022-05-18T04:52:29.2766764Z test_python_reference_consistency__refs_isfinite_cuda_complex32 (__main__.TestCommonCUDA) ... expected failure (0.033s) 2022-05-18T04:52:29.3362284Z test_python_reference_consistency__refs_isfinite_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.059s) 2022-05-18T04:52:29.3636582Z test_python_reference_consistency__refs_isfinite_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.027s) 2022-05-18T04:52:29.3924407Z test_python_reference_consistency__refs_isfinite_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.029s) 2022-05-18T04:52:29.4227586Z test_python_reference_consistency__refs_isfinite_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.030s) 2022-05-18T04:52:29.4429844Z test_python_reference_consistency__refs_isfinite_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.020s) 2022-05-18T04:52:29.4633705Z test_python_reference_consistency__refs_isfinite_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.020s) 2022-05-18T04:52:29.4838312Z test_python_reference_consistency__refs_isfinite_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.020s) 2022-05-18T04:52:29.5029698Z test_python_reference_consistency__refs_isfinite_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.019s) 2022-05-18T04:52:29.5220088Z test_python_reference_consistency__refs_isfinite_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.019s) 2022-05-18T04:52:29.5456464Z test_python_reference_consistency__refs_isnan_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (0.024s) 2022-05-18T04:52:29.5677990Z test_python_reference_consistency__refs_isnan_cuda_bool (__main__.TestCommonCUDA) ... ok (0.022s) 2022-05-18T04:52:29.6229120Z test_python_reference_consistency__refs_isnan_cuda_complex128 (__main__.TestCommonCUDA) ... ok (0.055s) 2022-05-18T04:52:29.6729673Z test_python_reference_consistency__refs_isnan_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.050s) 2022-05-18T04:52:29.6955840Z test_python_reference_consistency__refs_isnan_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.023s) 2022-05-18T04:52:29.7184554Z test_python_reference_consistency__refs_isnan_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.023s) 2022-05-18T04:52:29.7435938Z test_python_reference_consistency__refs_isnan_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.025s) 2022-05-18T04:52:29.7611919Z test_python_reference_consistency__refs_isnan_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.017s) 2022-05-18T04:52:29.7789826Z test_python_reference_consistency__refs_isnan_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.018s) 2022-05-18T04:52:29.7969911Z test_python_reference_consistency__refs_isnan_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.018s) 2022-05-18T04:52:29.8132091Z test_python_reference_consistency__refs_isnan_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.016s) 2022-05-18T04:52:29.8295425Z test_python_reference_consistency__refs_isnan_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.016s) 2022-05-18T04:52:29.9537475Z test_python_reference_consistency__refs_le_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (0.124s) 2022-05-18T04:52:30.0496552Z test_python_reference_consistency__refs_le_cuda_bool (__main__.TestCommonCUDA) ... ok (0.096s) 2022-05-18T04:52:30.1728491Z test_python_reference_consistency__refs_le_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.123s) 2022-05-18T04:52:30.2971621Z test_python_reference_consistency__refs_le_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.124s) 2022-05-18T04:52:30.4238324Z test_python_reference_consistency__refs_le_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.127s) 2022-05-18T04:52:30.5280529Z test_python_reference_consistency__refs_le_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.104s) 2022-05-18T04:52:30.6313208Z test_python_reference_consistency__refs_le_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.103s) 2022-05-18T04:52:30.7347004Z test_python_reference_consistency__refs_le_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.103s) 2022-05-18T04:52:30.8352349Z test_python_reference_consistency__refs_le_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.100s) 2022-05-18T04:52:30.9359763Z test_python_reference_consistency__refs_le_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.101s) 2022-05-18T04:52:30.9742647Z test_python_reference_consistency__refs_lgamma_cuda_bool (__main__.TestCommonCUDA) ... ok (0.038s) 2022-05-18T04:52:31.9171294Z test_python_reference_consistency__refs_lgamma_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.943s) 2022-05-18T04:52:31.9527819Z test_python_reference_consistency__refs_lgamma_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.036s) 2022-05-18T04:52:32.2556123Z test_python_reference_consistency__refs_lgamma_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.303s) 2022-05-18T04:52:32.2860708Z test_python_reference_consistency__refs_lgamma_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.030s) 2022-05-18T04:52:32.3173130Z test_python_reference_consistency__refs_lgamma_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.031s) 2022-05-18T04:52:32.3483183Z test_python_reference_consistency__refs_lgamma_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.031s) 2022-05-18T04:52:32.3765613Z test_python_reference_consistency__refs_lgamma_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.028s) 2022-05-18T04:52:32.4047570Z test_python_reference_consistency__refs_lgamma_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.028s) 2022-05-18T04:52:32.4386445Z test_python_reference_consistency__refs_log1p_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (0.034s) 2022-05-18T04:52:32.4737714Z test_python_reference_consistency__refs_log1p_cuda_bool (__main__.TestCommonCUDA) ... ok (0.035s) 2022-05-18T04:52:32.5076491Z test_python_reference_consistency__refs_log1p_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.034s) 2022-05-18T04:52:32.5396483Z test_python_reference_consistency__refs_log1p_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.032s) 2022-05-18T04:52:32.5741429Z test_python_reference_consistency__refs_log1p_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.034s) 2022-05-18T04:52:32.6004323Z test_python_reference_consistency__refs_log1p_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.026s) 2022-05-18T04:52:32.6269311Z test_python_reference_consistency__refs_log1p_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.026s) 2022-05-18T04:52:32.6538397Z test_python_reference_consistency__refs_log1p_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.027s) 2022-05-18T04:52:32.6782309Z test_python_reference_consistency__refs_log1p_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.024s) 2022-05-18T04:52:32.7029085Z test_python_reference_consistency__refs_log1p_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.025s) 2022-05-18T04:52:32.7419236Z test_python_reference_consistency__refs_log_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (0.039s) 2022-05-18T04:52:32.7794024Z test_python_reference_consistency__refs_log_cuda_bool (__main__.TestCommonCUDA) ... ok (0.037s) 2022-05-18T04:52:33.1049053Z test_python_reference_consistency__refs_log_cuda_complex128 (__main__.TestCommonCUDA) ... ok (0.325s) 2022-05-18T04:52:33.1159215Z test_python_reference_consistency__refs_log_cuda_complex32 (__main__.TestCommonCUDA) ... expected failure (0.011s) 2022-05-18T04:52:33.1854778Z test_python_reference_consistency__refs_log_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.069s) 2022-05-18T04:52:33.2238886Z test_python_reference_consistency__refs_log_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.038s) 2022-05-18T04:52:33.2594677Z test_python_reference_consistency__refs_log_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.036s) 2022-05-18T04:52:33.2978580Z test_python_reference_consistency__refs_log_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.038s) 2022-05-18T04:52:33.3285045Z test_python_reference_consistency__refs_log_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.031s) 2022-05-18T04:52:33.3593871Z test_python_reference_consistency__refs_log_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.031s) 2022-05-18T04:52:33.3912711Z test_python_reference_consistency__refs_log_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.032s) 2022-05-18T04:52:33.4199078Z test_python_reference_consistency__refs_log_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.029s) 2022-05-18T04:52:33.4485538Z test_python_reference_consistency__refs_log_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.029s) 2022-05-18T04:52:33.6190814Z test_python_reference_consistency__refs_logical_and_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (0.170s) 2022-05-18T04:52:33.7233722Z test_python_reference_consistency__refs_logical_and_cuda_bool (__main__.TestCommonCUDA) ... ok (0.104s) 2022-05-18T04:52:33.7249176Z test_python_reference_consistency__refs_logical_and_cuda_complex128 (__main__.TestCommonCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-05-18T04:52:33.9359712Z test_python_reference_consistency__refs_logical_and_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.211s) 2022-05-18T04:52:34.1070379Z test_python_reference_consistency__refs_logical_and_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.171s) 2022-05-18T04:52:34.2779406Z test_python_reference_consistency__refs_logical_and_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.171s) 2022-05-18T04:52:34.4516471Z test_python_reference_consistency__refs_logical_and_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.174s) 2022-05-18T04:52:34.6012763Z test_python_reference_consistency__refs_logical_and_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.149s) 2022-05-18T04:52:34.7507289Z test_python_reference_consistency__refs_logical_and_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.149s) 2022-05-18T04:52:34.8995110Z test_python_reference_consistency__refs_logical_and_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.149s) 2022-05-18T04:52:35.0454227Z test_python_reference_consistency__refs_logical_and_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.146s) 2022-05-18T04:52:35.1914906Z test_python_reference_consistency__refs_logical_and_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.146s) 2022-05-18T04:52:35.3615604Z test_python_reference_consistency__refs_logical_or_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (0.170s) 2022-05-18T04:52:35.4658219Z test_python_reference_consistency__refs_logical_or_cuda_bool (__main__.TestCommonCUDA) ... ok (0.104s) 2022-05-18T04:52:35.6829895Z test_python_reference_consistency__refs_logical_or_cuda_complex128 (__main__.TestCommonCUDA) ... ok (0.217s) 2022-05-18T04:52:35.8930926Z test_python_reference_consistency__refs_logical_or_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.210s) 2022-05-18T04:52:36.0629989Z test_python_reference_consistency__refs_logical_or_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.170s) 2022-05-18T04:52:36.2336161Z test_python_reference_consistency__refs_logical_or_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.170s) 2022-05-18T04:52:36.4049890Z test_python_reference_consistency__refs_logical_or_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.171s) 2022-05-18T04:52:36.5544528Z test_python_reference_consistency__refs_logical_or_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.149s) 2022-05-18T04:52:36.7036727Z test_python_reference_consistency__refs_logical_or_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.149s) 2022-05-18T04:52:36.8520096Z test_python_reference_consistency__refs_logical_or_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.148s) 2022-05-18T04:52:36.9979114Z test_python_reference_consistency__refs_logical_or_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.146s) 2022-05-18T04:52:37.1430446Z test_python_reference_consistency__refs_logical_or_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.145s) 2022-05-18T04:52:37.2656848Z test_python_reference_consistency__refs_lt_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (0.122s) 2022-05-18T04:52:37.3609359Z test_python_reference_consistency__refs_lt_cuda_bool (__main__.TestCommonCUDA) ... ok (0.095s) 2022-05-18T04:52:37.4842184Z test_python_reference_consistency__refs_lt_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.123s) 2022-05-18T04:52:37.6113983Z test_python_reference_consistency__refs_lt_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.127s) 2022-05-18T04:52:37.7395732Z test_python_reference_consistency__refs_lt_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.128s) 2022-05-18T04:52:37.8416407Z test_python_reference_consistency__refs_lt_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.102s) 2022-05-18T04:52:37.9453679Z test_python_reference_consistency__refs_lt_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.104s) 2022-05-18T04:52:38.0480915Z test_python_reference_consistency__refs_lt_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.103s) 2022-05-18T04:52:38.1478248Z test_python_reference_consistency__refs_lt_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.100s) 2022-05-18T04:52:38.2474460Z test_python_reference_consistency__refs_lt_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.099s) 2022-05-18T04:52:38.3776816Z test_python_reference_consistency__refs_maximum_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (0.130s) 2022-05-18T04:52:38.4646645Z test_python_reference_consistency__refs_maximum_cuda_bool (__main__.TestCommonCUDA) ... ok (0.087s) 2022-05-18T04:52:38.5952232Z test_python_reference_consistency__refs_maximum_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.130s) 2022-05-18T04:52:38.7272967Z test_python_reference_consistency__refs_maximum_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.132s) 2022-05-18T04:52:38.8579460Z test_python_reference_consistency__refs_maximum_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.131s) 2022-05-18T04:52:38.9508325Z test_python_reference_consistency__refs_maximum_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.093s) 2022-05-18T04:52:39.0442089Z test_python_reference_consistency__refs_maximum_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.093s) 2022-05-18T04:52:39.1346016Z test_python_reference_consistency__refs_maximum_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.090s) 2022-05-18T04:52:39.2252215Z test_python_reference_consistency__refs_maximum_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.091s) 2022-05-18T04:52:39.3165663Z test_python_reference_consistency__refs_maximum_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.091s) 2022-05-18T04:52:39.4467089Z test_python_reference_consistency__refs_minimum_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (0.130s) 2022-05-18T04:52:39.5332619Z test_python_reference_consistency__refs_minimum_cuda_bool (__main__.TestCommonCUDA) ... ok (0.086s) 2022-05-18T04:52:39.6639272Z test_python_reference_consistency__refs_minimum_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.131s) 2022-05-18T04:52:39.7961154Z test_python_reference_consistency__refs_minimum_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.132s) 2022-05-18T04:52:39.9265283Z test_python_reference_consistency__refs_minimum_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.130s) 2022-05-18T04:52:40.0198405Z test_python_reference_consistency__refs_minimum_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.093s) 2022-05-18T04:52:40.1130106Z test_python_reference_consistency__refs_minimum_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.093s) 2022-05-18T04:52:40.2036263Z test_python_reference_consistency__refs_minimum_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.090s) 2022-05-18T04:52:40.2944622Z test_python_reference_consistency__refs_minimum_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.091s) 2022-05-18T04:52:40.3851723Z test_python_reference_consistency__refs_minimum_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.091s) 2022-05-18T04:52:40.5473384Z test_python_reference_consistency__refs_mul_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (0.162s) 2022-05-18T04:52:40.6446968Z test_python_reference_consistency__refs_mul_cuda_bool (__main__.TestCommonCUDA) ... ok (0.097s) 2022-05-18T04:52:40.8476324Z test_python_reference_consistency__refs_mul_cuda_complex128 (__main__.TestCommonCUDA) ... ok (0.203s) 2022-05-18T04:52:41.1660356Z test_python_reference_consistency__refs_mul_cuda_complex32 (__main__.TestCommonCUDA) ... expected failure (0.318s) 2022-05-18T04:52:41.8523597Z test_python_reference_consistency__refs_mul_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.686s) 2022-05-18T04:52:42.0140923Z test_python_reference_consistency__refs_mul_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.162s) 2022-05-18T04:52:42.1609548Z test_python_reference_consistency__refs_mul_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.147s) 2022-05-18T04:52:42.3041052Z test_python_reference_consistency__refs_mul_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.143s) 2022-05-18T04:52:42.4077102Z test_python_reference_consistency__refs_mul_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.104s) 2022-05-18T04:52:42.5116814Z test_python_reference_consistency__refs_mul_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.104s) 2022-05-18T04:52:42.6131705Z test_python_reference_consistency__refs_mul_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.101s) 2022-05-18T04:52:42.7151277Z test_python_reference_consistency__refs_mul_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.102s) 2022-05-18T04:52:42.8171471Z test_python_reference_consistency__refs_mul_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.102s) 2022-05-18T04:52:42.8234537Z test_python_reference_consistency__refs_narrow_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:52:42.8284107Z test_python_reference_consistency__refs_narrow_cuda_bool (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:52:42.8358595Z test_python_reference_consistency__refs_narrow_cuda_complex128 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:52:42.8429065Z test_python_reference_consistency__refs_narrow_cuda_complex32 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:52:42.8499452Z test_python_reference_consistency__refs_narrow_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:52:42.8562424Z test_python_reference_consistency__refs_narrow_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:52:42.8626674Z test_python_reference_consistency__refs_narrow_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:52:42.8689586Z test_python_reference_consistency__refs_narrow_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:52:42.8739185Z test_python_reference_consistency__refs_narrow_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:52:42.8789316Z test_python_reference_consistency__refs_narrow_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:52:42.8844130Z test_python_reference_consistency__refs_narrow_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:52:42.8893046Z test_python_reference_consistency__refs_narrow_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:52:42.8942274Z test_python_reference_consistency__refs_narrow_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:52:43.0194428Z test_python_reference_consistency__refs_ne_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (0.125s) 2022-05-18T04:52:43.1179788Z test_python_reference_consistency__refs_ne_cuda_bool (__main__.TestCommonCUDA) ... ok (0.098s) 2022-05-18T04:52:43.2931789Z test_python_reference_consistency__refs_ne_cuda_complex128 (__main__.TestCommonCUDA) ... ok (0.175s) 2022-05-18T04:52:43.4617758Z test_python_reference_consistency__refs_ne_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.168s) 2022-05-18T04:52:43.5854847Z test_python_reference_consistency__refs_ne_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.124s) 2022-05-18T04:52:43.7098177Z test_python_reference_consistency__refs_ne_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.124s) 2022-05-18T04:52:43.8361424Z test_python_reference_consistency__refs_ne_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.126s) 2022-05-18T04:52:43.9384432Z test_python_reference_consistency__refs_ne_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.102s) 2022-05-18T04:52:44.0409517Z test_python_reference_consistency__refs_ne_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.102s) 2022-05-18T04:52:44.1441616Z test_python_reference_consistency__refs_ne_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.103s) 2022-05-18T04:52:44.2437175Z test_python_reference_consistency__refs_ne_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.099s) 2022-05-18T04:52:44.3436376Z test_python_reference_consistency__refs_ne_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.100s) 2022-05-18T04:52:44.3741111Z test_python_reference_consistency__refs_neg_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (0.030s) 2022-05-18T04:52:44.4411328Z test_python_reference_consistency__refs_neg_cuda_complex128 (__main__.TestCommonCUDA) ... ok (0.067s) 2022-05-18T04:52:44.4750122Z test_python_reference_consistency__refs_neg_cuda_complex32 (__main__.TestCommonCUDA) ... expected failure (0.034s) 2022-05-18T04:52:44.5378302Z test_python_reference_consistency__refs_neg_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.063s) 2022-05-18T04:52:44.5681816Z test_python_reference_consistency__refs_neg_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.030s) 2022-05-18T04:52:44.5990441Z test_python_reference_consistency__refs_neg_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.031s) 2022-05-18T04:52:44.6308501Z test_python_reference_consistency__refs_neg_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.032s) 2022-05-18T04:52:44.6485911Z test_python_reference_consistency__refs_neg_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.018s) 2022-05-18T04:52:44.6665959Z test_python_reference_consistency__refs_neg_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.018s) 2022-05-18T04:52:44.6839168Z test_python_reference_consistency__refs_neg_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.017s) 2022-05-18T04:52:44.7004026Z test_python_reference_consistency__refs_neg_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.016s) 2022-05-18T04:52:44.7169090Z test_python_reference_consistency__refs_neg_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.016s) 2022-05-18T04:52:44.8476531Z test_python_reference_consistency__refs_nextafter_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (0.130s) 2022-05-18T04:52:44.9799731Z test_python_reference_consistency__refs_nextafter_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.132s) 2022-05-18T04:52:45.1091193Z test_python_reference_consistency__refs_nextafter_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.129s) 2022-05-18T04:52:45.1728538Z test_python_reference_consistency__refs_nn_functional_elu_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (0.064s) 2022-05-18T04:52:45.2371183Z test_python_reference_consistency__refs_nn_functional_elu_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.064s) 2022-05-18T04:52:45.2978131Z test_python_reference_consistency__refs_nn_functional_elu_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.061s) 2022-05-18T04:52:45.3584503Z test_python_reference_consistency__refs_nn_functional_elu_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.061s) 2022-05-18T04:52:45.4090100Z test_python_reference_consistency__refs_permute_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (0.050s) 2022-05-18T04:52:45.4429202Z test_python_reference_consistency__refs_permute_cuda_bool (__main__.TestCommonCUDA) ... ok (0.034s) 2022-05-18T04:52:45.5007029Z test_python_reference_consistency__refs_permute_cuda_complex128 (__main__.TestCommonCUDA) ... ok (0.058s) 2022-05-18T04:52:45.5601376Z test_python_reference_consistency__refs_permute_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.059s) 2022-05-18T04:52:45.6108507Z test_python_reference_consistency__refs_permute_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.051s) 2022-05-18T04:52:45.6615846Z test_python_reference_consistency__refs_permute_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.051s) 2022-05-18T04:52:45.7106614Z test_python_reference_consistency__refs_permute_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.049s) 2022-05-18T04:52:45.7448659Z test_python_reference_consistency__refs_permute_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.034s) 2022-05-18T04:52:45.7791159Z test_python_reference_consistency__refs_permute_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.034s) 2022-05-18T04:52:45.8112657Z test_python_reference_consistency__refs_permute_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.032s) 2022-05-18T04:52:45.8456668Z test_python_reference_consistency__refs_permute_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.034s) 2022-05-18T04:52:45.8800073Z test_python_reference_consistency__refs_permute_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.034s) 2022-05-18T04:52:46.0272675Z test_python_reference_consistency__refs_pow_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (0.147s) 2022-05-18T04:52:46.2413019Z test_python_reference_consistency__refs_pow_cuda_complex128 (__main__.TestCommonCUDA) ... ok (0.214s) 2022-05-18T04:52:46.4423638Z test_python_reference_consistency__refs_pow_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.201s) 2022-05-18T04:52:46.5884066Z test_python_reference_consistency__refs_pow_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.146s) 2022-05-18T04:52:46.7353378Z test_python_reference_consistency__refs_pow_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.147s) 2022-05-18T04:52:46.8841077Z test_python_reference_consistency__refs_pow_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.149s) 2022-05-18T04:52:46.9884473Z test_python_reference_consistency__refs_pow_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.104s) 2022-05-18T04:52:47.0923360Z test_python_reference_consistency__refs_pow_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.104s) 2022-05-18T04:52:47.1939499Z test_python_reference_consistency__refs_pow_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.101s) 2022-05-18T04:52:47.2966810Z test_python_reference_consistency__refs_pow_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.103s) 2022-05-18T04:52:47.3991666Z test_python_reference_consistency__refs_pow_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.102s) 2022-05-18T04:52:47.4366740Z test_python_reference_consistency__refs_reciprocal_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (0.037s) 2022-05-18T04:52:47.4746350Z test_python_reference_consistency__refs_reciprocal_cuda_bool (__main__.TestCommonCUDA) ... ok (0.038s) 2022-05-18T04:52:47.5446340Z test_python_reference_consistency__refs_reciprocal_cuda_complex128 (__main__.TestCommonCUDA) ... ok (0.070s) 2022-05-18T04:52:47.6111746Z test_python_reference_consistency__refs_reciprocal_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.066s) 2022-05-18T04:52:47.6481265Z test_python_reference_consistency__refs_reciprocal_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.037s) 2022-05-18T04:52:47.6827926Z test_python_reference_consistency__refs_reciprocal_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.034s) 2022-05-18T04:52:47.7175802Z test_python_reference_consistency__refs_reciprocal_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.035s) 2022-05-18T04:52:47.7480071Z test_python_reference_consistency__refs_reciprocal_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.030s) 2022-05-18T04:52:47.7776610Z test_python_reference_consistency__refs_reciprocal_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.029s) 2022-05-18T04:52:47.8080654Z test_python_reference_consistency__refs_reciprocal_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.030s) 2022-05-18T04:52:47.8354580Z test_python_reference_consistency__refs_reciprocal_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.027s) 2022-05-18T04:52:47.8628444Z test_python_reference_consistency__refs_reciprocal_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.027s) 2022-05-18T04:52:47.9125211Z test_python_reference_consistency__refs_reshape_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (0.050s) 2022-05-18T04:52:47.9462786Z test_python_reference_consistency__refs_reshape_cuda_bool (__main__.TestCommonCUDA) ... ok (0.034s) 2022-05-18T04:52:48.0027533Z test_python_reference_consistency__refs_reshape_cuda_complex128 (__main__.TestCommonCUDA) ... ok (0.056s) 2022-05-18T04:52:48.0602592Z test_python_reference_consistency__refs_reshape_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.057s) 2022-05-18T04:52:48.1104444Z test_python_reference_consistency__refs_reshape_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.050s) 2022-05-18T04:52:48.1594029Z test_python_reference_consistency__refs_reshape_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.049s) 2022-05-18T04:52:48.2064023Z test_python_reference_consistency__refs_reshape_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.047s) 2022-05-18T04:52:48.2400261Z test_python_reference_consistency__refs_reshape_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.033s) 2022-05-18T04:52:48.2734343Z test_python_reference_consistency__refs_reshape_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.033s) 2022-05-18T04:52:48.3051228Z test_python_reference_consistency__refs_reshape_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.031s) 2022-05-18T04:52:48.3395836Z test_python_reference_consistency__refs_reshape_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.034s) 2022-05-18T04:52:48.3730568Z test_python_reference_consistency__refs_reshape_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.033s) 2022-05-18T04:52:48.4037585Z test_python_reference_consistency__refs_round_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (0.031s) 2022-05-18T04:52:48.4343328Z test_python_reference_consistency__refs_round_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.030s) 2022-05-18T04:52:48.4655825Z test_python_reference_consistency__refs_round_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.031s) 2022-05-18T04:52:48.4973301Z test_python_reference_consistency__refs_round_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.032s) 2022-05-18T04:52:48.5279787Z test_python_reference_consistency__refs_sign_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (0.031s) 2022-05-18T04:52:48.5510190Z test_python_reference_consistency__refs_sign_cuda_bool (__main__.TestCommonCUDA) ... ok (0.023s) 2022-05-18T04:52:48.5816403Z test_python_reference_consistency__refs_sign_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.030s) 2022-05-18T04:52:48.6125194Z test_python_reference_consistency__refs_sign_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.031s) 2022-05-18T04:52:48.6438587Z test_python_reference_consistency__refs_sign_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.031s) 2022-05-18T04:52:48.6612586Z test_python_reference_consistency__refs_sign_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.017s) 2022-05-18T04:52:48.6790071Z test_python_reference_consistency__refs_sign_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.018s) 2022-05-18T04:52:48.6960562Z test_python_reference_consistency__refs_sign_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.017s) 2022-05-18T04:52:48.7131111Z test_python_reference_consistency__refs_sign_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.017s) 2022-05-18T04:52:48.7296077Z test_python_reference_consistency__refs_sign_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.016s) 2022-05-18T04:52:48.7614019Z test_python_reference_consistency__refs_sin_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (0.032s) 2022-05-18T04:52:48.7963506Z test_python_reference_consistency__refs_sin_cuda_bool (__main__.TestCommonCUDA) ... ok (0.035s) 2022-05-18T04:52:48.8646794Z test_python_reference_consistency__refs_sin_cuda_complex128 (__main__.TestCommonCUDA) ... ok (0.068s) 2022-05-18T04:52:48.9237220Z test_python_reference_consistency__refs_sin_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.059s) 2022-05-18T04:52:48.9552706Z test_python_reference_consistency__refs_sin_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.031s) 2022-05-18T04:52:48.9855066Z test_python_reference_consistency__refs_sin_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.030s) 2022-05-18T04:52:49.0157027Z test_python_reference_consistency__refs_sin_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.030s) 2022-05-18T04:52:49.0421650Z test_python_reference_consistency__refs_sin_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.026s) 2022-05-18T04:52:49.0689130Z test_python_reference_consistency__refs_sin_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.027s) 2022-05-18T04:52:49.0961568Z test_python_reference_consistency__refs_sin_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.027s) 2022-05-18T04:52:49.1209563Z test_python_reference_consistency__refs_sin_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.025s) 2022-05-18T04:52:49.1454615Z test_python_reference_consistency__refs_sin_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.024s) 2022-05-18T04:52:49.1792785Z test_python_reference_consistency__refs_sinh_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (0.034s) 2022-05-18T04:52:49.2137183Z test_python_reference_consistency__refs_sinh_cuda_bool (__main__.TestCommonCUDA) ... ok (0.034s) 2022-05-18T04:52:49.2852710Z test_python_reference_consistency__refs_sinh_cuda_complex128 (__main__.TestCommonCUDA) ... ok (0.071s) 2022-05-18T04:52:49.3482027Z test_python_reference_consistency__refs_sinh_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.063s) 2022-05-18T04:52:49.3812676Z test_python_reference_consistency__refs_sinh_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.033s) 2022-05-18T04:52:49.4128749Z test_python_reference_consistency__refs_sinh_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.031s) 2022-05-18T04:52:49.4474685Z test_python_reference_consistency__refs_sinh_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.034s) 2022-05-18T04:52:49.4739879Z test_python_reference_consistency__refs_sinh_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.026s) 2022-05-18T04:52:49.5005316Z test_python_reference_consistency__refs_sinh_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.026s) 2022-05-18T04:52:49.5273083Z test_python_reference_consistency__refs_sinh_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.027s) 2022-05-18T04:52:49.5515779Z test_python_reference_consistency__refs_sinh_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.024s) 2022-05-18T04:52:49.5759204Z test_python_reference_consistency__refs_sinh_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.024s) 2022-05-18T04:52:50.4687776Z test_python_reference_consistency__refs_special_i0e_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (0.893s) 2022-05-18T04:52:50.5058795Z test_python_reference_consistency__refs_special_i0e_cuda_bool (__main__.TestCommonCUDA) ... ok (0.037s) 2022-05-18T04:52:51.3894820Z test_python_reference_consistency__refs_special_i0e_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.883s) 2022-05-18T04:52:51.4225474Z test_python_reference_consistency__refs_special_i0e_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.033s) 2022-05-18T04:52:52.3189197Z test_python_reference_consistency__refs_special_i0e_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.896s) 2022-05-18T04:52:52.3470876Z test_python_reference_consistency__refs_special_i0e_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.028s) 2022-05-18T04:52:52.3753197Z test_python_reference_consistency__refs_special_i0e_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.028s) 2022-05-18T04:52:52.4041599Z test_python_reference_consistency__refs_special_i0e_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.029s) 2022-05-18T04:52:52.4314825Z test_python_reference_consistency__refs_special_i0e_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.027s) 2022-05-18T04:52:52.4580884Z test_python_reference_consistency__refs_special_i0e_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.026s) 2022-05-18T04:52:52.4950515Z test_python_reference_consistency__refs_special_i1e_cuda_bool (__main__.TestCommonCUDA) ... ok (0.037s) 2022-05-18T04:52:52.5284607Z test_python_reference_consistency__refs_special_i1e_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.033s) 2022-05-18T04:52:53.4375541Z test_python_reference_consistency__refs_special_i1e_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.909s) 2022-05-18T04:52:53.4658142Z test_python_reference_consistency__refs_special_i1e_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.028s) 2022-05-18T04:52:53.4941387Z test_python_reference_consistency__refs_special_i1e_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.028s) 2022-05-18T04:52:53.5234402Z test_python_reference_consistency__refs_special_i1e_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.029s) 2022-05-18T04:52:53.5494214Z test_python_reference_consistency__refs_special_i1e_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.026s) 2022-05-18T04:52:53.5755512Z test_python_reference_consistency__refs_special_i1e_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.026s) 2022-05-18T04:52:53.6092505Z test_python_reference_consistency__refs_sqrt_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (0.034s) 2022-05-18T04:52:53.6443029Z test_python_reference_consistency__refs_sqrt_cuda_bool (__main__.TestCommonCUDA) ... ok (0.035s) 2022-05-18T04:52:54.5478663Z test_python_reference_consistency__refs_sqrt_cuda_complex128 (__main__.TestCommonCUDA) ... ok (0.903s) 2022-05-18T04:52:54.6139990Z test_python_reference_consistency__refs_sqrt_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.066s) 2022-05-18T04:52:54.6476268Z test_python_reference_consistency__refs_sqrt_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.033s) 2022-05-18T04:52:54.6790028Z test_python_reference_consistency__refs_sqrt_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.031s) 2022-05-18T04:52:54.7106289Z test_python_reference_consistency__refs_sqrt_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.032s) 2022-05-18T04:52:54.7370130Z test_python_reference_consistency__refs_sqrt_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.026s) 2022-05-18T04:52:54.7635335Z test_python_reference_consistency__refs_sqrt_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.026s) 2022-05-18T04:52:54.7907901Z test_python_reference_consistency__refs_sqrt_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.027s) 2022-05-18T04:52:54.8164568Z test_python_reference_consistency__refs_sqrt_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.026s) 2022-05-18T04:52:54.8412240Z test_python_reference_consistency__refs_sqrt_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.025s) 2022-05-18T04:52:54.8757251Z test_python_reference_consistency__refs_square_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (0.034s) 2022-05-18T04:52:54.9017151Z test_python_reference_consistency__refs_square_cuda_bool (__main__.TestCommonCUDA) ... ok (0.026s) 2022-05-18T04:52:54.9853813Z test_python_reference_consistency__refs_square_cuda_complex128 (__main__.TestCommonCUDA) ... ok (0.083s) 2022-05-18T04:52:55.0546724Z test_python_reference_consistency__refs_square_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.069s) 2022-05-18T04:52:55.0883666Z test_python_reference_consistency__refs_square_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.034s) 2022-05-18T04:52:55.1236737Z test_python_reference_consistency__refs_square_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.035s) 2022-05-18T04:52:55.1584839Z test_python_reference_consistency__refs_square_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.035s) 2022-05-18T04:52:55.1788605Z test_python_reference_consistency__refs_square_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.020s) 2022-05-18T04:52:55.1993023Z test_python_reference_consistency__refs_square_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.020s) 2022-05-18T04:52:55.2188349Z test_python_reference_consistency__refs_square_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.019s) 2022-05-18T04:52:55.2373574Z test_python_reference_consistency__refs_square_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.018s) 2022-05-18T04:52:55.2559139Z test_python_reference_consistency__refs_square_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.018s) 2022-05-18T04:52:55.2639574Z test_python_reference_consistency__refs_squeeze_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:52:55.2691674Z test_python_reference_consistency__refs_squeeze_cuda_bool (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:52:55.2772867Z test_python_reference_consistency__refs_squeeze_cuda_complex128 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:52:55.2856921Z test_python_reference_consistency__refs_squeeze_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:52:55.2929307Z test_python_reference_consistency__refs_squeeze_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:52:55.3002601Z test_python_reference_consistency__refs_squeeze_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:52:55.3072665Z test_python_reference_consistency__refs_squeeze_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:52:55.3125785Z test_python_reference_consistency__refs_squeeze_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:52:55.3186521Z test_python_reference_consistency__refs_squeeze_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:52:55.3236481Z test_python_reference_consistency__refs_squeeze_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:52:55.3288359Z test_python_reference_consistency__refs_squeeze_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:52:55.3341205Z test_python_reference_consistency__refs_squeeze_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:52:55.3451754Z test_python_reference_consistency__refs_stack_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:52:55.3543536Z test_python_reference_consistency__refs_stack_cuda_bool (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:52:55.3662651Z test_python_reference_consistency__refs_stack_cuda_complex128 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:52:55.3787243Z test_python_reference_consistency__refs_stack_cuda_complex32 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:52:55.3903312Z test_python_reference_consistency__refs_stack_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:52:55.4010120Z test_python_reference_consistency__refs_stack_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:52:55.4117920Z test_python_reference_consistency__refs_stack_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:52:55.4227052Z test_python_reference_consistency__refs_stack_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:52:55.4321730Z test_python_reference_consistency__refs_stack_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:52:55.4416250Z test_python_reference_consistency__refs_stack_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:52:55.4508483Z test_python_reference_consistency__refs_stack_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:52:55.4610621Z test_python_reference_consistency__refs_stack_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:52:55.4704780Z test_python_reference_consistency__refs_stack_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:52:55.6410096Z test_python_reference_consistency__refs_sub_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (0.170s) 2022-05-18T04:52:55.8536872Z test_python_reference_consistency__refs_sub_cuda_complex128 (__main__.TestCommonCUDA) ... ok (0.213s) 2022-05-18T04:52:55.9109063Z test_python_reference_consistency__refs_sub_cuda_complex32 (__main__.TestCommonCUDA) ... ok (0.057s) 2022-05-18T04:52:56.1201152Z test_python_reference_consistency__refs_sub_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.209s) 2022-05-18T04:52:56.2893728Z test_python_reference_consistency__refs_sub_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.169s) 2022-05-18T04:52:56.4427598Z test_python_reference_consistency__refs_sub_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.153s) 2022-05-18T04:52:56.5931231Z test_python_reference_consistency__refs_sub_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.150s) 2022-05-18T04:52:56.7017321Z test_python_reference_consistency__refs_sub_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.108s) 2022-05-18T04:52:56.8106438Z test_python_reference_consistency__refs_sub_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.109s) 2022-05-18T04:52:56.9163484Z test_python_reference_consistency__refs_sub_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.106s) 2022-05-18T04:52:57.0231748Z test_python_reference_consistency__refs_sub_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.107s) 2022-05-18T04:52:57.1297120Z test_python_reference_consistency__refs_sub_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.106s) 2022-05-18T04:52:57.1473162Z test_python_reference_consistency__refs_sum_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (0.017s) 2022-05-18T04:52:57.1592525Z test_python_reference_consistency__refs_sum_cuda_bool (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:52:57.1768362Z test_python_reference_consistency__refs_sum_cuda_complex128 (__main__.TestCommonCUDA) ... ok (0.017s) 2022-05-18T04:52:57.1960694Z test_python_reference_consistency__refs_sum_cuda_complex32 (__main__.TestCommonCUDA) ... ok (0.019s) 2022-05-18T04:52:57.2133200Z test_python_reference_consistency__refs_sum_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.017s) 2022-05-18T04:52:57.2305060Z test_python_reference_consistency__refs_sum_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.017s) 2022-05-18T04:52:57.2460180Z test_python_reference_consistency__refs_sum_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.015s) 2022-05-18T04:52:57.2607791Z test_python_reference_consistency__refs_sum_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.015s) 2022-05-18T04:52:57.2726939Z test_python_reference_consistency__refs_sum_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:52:57.2845809Z test_python_reference_consistency__refs_sum_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:52:57.2962437Z test_python_reference_consistency__refs_sum_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:52:57.3087328Z test_python_reference_consistency__refs_sum_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:52:57.3207095Z test_python_reference_consistency__refs_sum_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:52:57.3570326Z test_python_reference_consistency__refs_tan_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (0.036s) 2022-05-18T04:52:57.3921378Z test_python_reference_consistency__refs_tan_cuda_bool (__main__.TestCommonCUDA) ... ok (0.035s) 2022-05-18T04:52:57.4739194Z test_python_reference_consistency__refs_tan_cuda_complex128 (__main__.TestCommonCUDA) ... ok (0.082s) 2022-05-18T04:52:57.5440262Z test_python_reference_consistency__refs_tan_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.070s) 2022-05-18T04:52:57.5806859Z test_python_reference_consistency__refs_tan_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.037s) 2022-05-18T04:52:57.6149933Z test_python_reference_consistency__refs_tan_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.034s) 2022-05-18T04:52:57.6528010Z test_python_reference_consistency__refs_tan_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.038s) 2022-05-18T04:52:57.6824732Z test_python_reference_consistency__refs_tan_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.030s) 2022-05-18T04:52:57.7123664Z test_python_reference_consistency__refs_tan_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.030s) 2022-05-18T04:52:57.7428407Z test_python_reference_consistency__refs_tan_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.030s) 2022-05-18T04:52:57.7718131Z test_python_reference_consistency__refs_tan_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.029s) 2022-05-18T04:52:57.8001145Z test_python_reference_consistency__refs_tan_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.028s) 2022-05-18T04:52:57.8206417Z test_python_reference_consistency__refs_tensor_split_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (0.020s) 2022-05-18T04:52:57.8343365Z test_python_reference_consistency__refs_tensor_split_cuda_bool (__main__.TestCommonCUDA) ... ok (0.014s) 2022-05-18T04:52:57.8567452Z test_python_reference_consistency__refs_tensor_split_cuda_complex128 (__main__.TestCommonCUDA) ... ok (0.022s) 2022-05-18T04:52:57.8796236Z test_python_reference_consistency__refs_tensor_split_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.023s) 2022-05-18T04:52:57.8997886Z test_python_reference_consistency__refs_tensor_split_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.020s) 2022-05-18T04:52:57.9198021Z test_python_reference_consistency__refs_tensor_split_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.020s) 2022-05-18T04:52:57.9389964Z test_python_reference_consistency__refs_tensor_split_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.019s) 2022-05-18T04:52:57.9532328Z test_python_reference_consistency__refs_tensor_split_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.014s) 2022-05-18T04:52:57.9667204Z test_python_reference_consistency__refs_tensor_split_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.013s) 2022-05-18T04:52:57.9790789Z test_python_reference_consistency__refs_tensor_split_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:52:57.9926624Z test_python_reference_consistency__refs_tensor_split_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.013s) 2022-05-18T04:52:58.0061939Z test_python_reference_consistency__refs_tensor_split_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.013s) 2022-05-18T04:52:58.0142301Z test_python_reference_consistency__refs_transpose_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:52:58.0198897Z test_python_reference_consistency__refs_transpose_cuda_bool (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:52:58.0289213Z test_python_reference_consistency__refs_transpose_cuda_complex128 (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:52:58.0388409Z test_python_reference_consistency__refs_transpose_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:52:58.0468600Z test_python_reference_consistency__refs_transpose_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:52:58.0548953Z test_python_reference_consistency__refs_transpose_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:52:58.0625960Z test_python_reference_consistency__refs_transpose_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:52:58.0683938Z test_python_reference_consistency__refs_transpose_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:52:58.0741623Z test_python_reference_consistency__refs_transpose_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:52:58.0796594Z test_python_reference_consistency__refs_transpose_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:52:58.0854268Z test_python_reference_consistency__refs_transpose_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:52:58.0918232Z test_python_reference_consistency__refs_transpose_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:52:58.2708840Z test_python_reference_consistency__refs_true_divide_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (0.179s) 2022-05-18T04:52:58.4149005Z test_python_reference_consistency__refs_true_divide_cuda_bool (__main__.TestCommonCUDA) ... ok (0.144s) 2022-05-18T04:52:58.6391182Z test_python_reference_consistency__refs_true_divide_cuda_complex128 (__main__.TestCommonCUDA) ... ok (0.224s) 2022-05-18T04:52:58.8593037Z test_python_reference_consistency__refs_true_divide_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.220s) 2022-05-18T04:52:59.0382869Z test_python_reference_consistency__refs_true_divide_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.179s) 2022-05-18T04:52:59.2011218Z test_python_reference_consistency__refs_true_divide_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.163s) 2022-05-18T04:52:59.3626385Z test_python_reference_consistency__refs_true_divide_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.161s) 2022-05-18T04:52:59.5143671Z test_python_reference_consistency__refs_true_divide_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.152s) 2022-05-18T04:52:59.6659822Z test_python_reference_consistency__refs_true_divide_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.151s) 2022-05-18T04:52:59.8180546Z test_python_reference_consistency__refs_true_divide_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.152s) 2022-05-18T04:52:59.9667236Z test_python_reference_consistency__refs_true_divide_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.149s) 2022-05-18T04:53:00.1179308Z test_python_reference_consistency__refs_true_divide_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.151s) 2022-05-18T04:53:00.1266914Z test_python_reference_consistency__refs_unsqueeze_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:53:00.1326857Z test_python_reference_consistency__refs_unsqueeze_cuda_bool (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:53:00.1427669Z test_python_reference_consistency__refs_unsqueeze_cuda_complex128 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:53:00.1526939Z test_python_reference_consistency__refs_unsqueeze_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:53:00.1613135Z test_python_reference_consistency__refs_unsqueeze_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:53:00.1703066Z test_python_reference_consistency__refs_unsqueeze_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:53:00.1785441Z test_python_reference_consistency__refs_unsqueeze_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:53:00.1850200Z test_python_reference_consistency__refs_unsqueeze_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:53:00.1915014Z test_python_reference_consistency__refs_unsqueeze_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:53:00.1976577Z test_python_reference_consistency__refs_unsqueeze_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:53:00.2047937Z test_python_reference_consistency__refs_unsqueeze_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:53:00.2112186Z test_python_reference_consistency__refs_unsqueeze_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:53:00.2580344Z test_python_reference_consistency__refs_view_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (0.047s) 2022-05-18T04:53:00.2887608Z test_python_reference_consistency__refs_view_cuda_bool (__main__.TestCommonCUDA) ... ok (0.031s) 2022-05-18T04:53:00.3403762Z test_python_reference_consistency__refs_view_cuda_complex128 (__main__.TestCommonCUDA) ... ok (0.052s) 2022-05-18T04:53:00.3578309Z test_python_reference_consistency__refs_view_cuda_complex32 (__main__.TestCommonCUDA) ... expected failure (0.017s) 2022-05-18T04:53:00.4113670Z test_python_reference_consistency__refs_view_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.053s) 2022-05-18T04:53:00.4578770Z test_python_reference_consistency__refs_view_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.046s) 2022-05-18T04:53:00.5044186Z test_python_reference_consistency__refs_view_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.047s) 2022-05-18T04:53:00.5481792Z test_python_reference_consistency__refs_view_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.044s) 2022-05-18T04:53:00.5793916Z test_python_reference_consistency__refs_view_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.031s) 2022-05-18T04:53:00.6107114Z test_python_reference_consistency__refs_view_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.031s) 2022-05-18T04:53:00.6401059Z test_python_reference_consistency__refs_view_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.029s) 2022-05-18T04:53:00.6713158Z test_python_reference_consistency__refs_view_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.031s) 2022-05-18T04:53:00.7025487Z test_python_reference_consistency__refs_view_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.031s) 2022-05-18T04:53:00.7388691Z test_python_reference_meta_functions__refs_abs_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (0.036s) 2022-05-18T04:53:00.7639967Z test_python_reference_meta_functions__refs_abs_cuda_bool (__main__.TestCommonCUDA) ... ok (0.025s) 2022-05-18T04:53:00.8536755Z test_python_reference_meta_functions__refs_abs_cuda_complex128 (__main__.TestCommonCUDA) ... ok (0.089s) 2022-05-18T04:53:00.8780688Z test_python_reference_meta_functions__refs_abs_cuda_complex32 (__main__.TestCommonCUDA) ... expected failure (0.024s) 2022-05-18T04:53:00.9594689Z test_python_reference_meta_functions__refs_abs_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.081s) 2022-05-18T04:53:00.9951436Z test_python_reference_meta_functions__refs_abs_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.036s) 2022-05-18T04:53:01.0246753Z test_python_reference_meta_functions__refs_abs_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.029s) 2022-05-18T04:53:01.0559827Z test_python_reference_meta_functions__refs_abs_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.031s) 2022-05-18T04:53:01.0771660Z test_python_reference_meta_functions__refs_abs_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.021s) 2022-05-18T04:53:01.0986139Z test_python_reference_meta_functions__refs_abs_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.021s) 2022-05-18T04:53:01.1201342Z test_python_reference_meta_functions__refs_abs_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.021s) 2022-05-18T04:53:01.1395857Z test_python_reference_meta_functions__refs_abs_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.019s) 2022-05-18T04:53:01.1587221Z test_python_reference_meta_functions__refs_abs_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.019s) 2022-05-18T04:53:01.1992190Z test_python_reference_meta_functions__refs_acos_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (0.040s) 2022-05-18T04:53:01.2318238Z test_python_reference_meta_functions__refs_acos_cuda_bool (__main__.TestCommonCUDA) ... ok (0.032s) 2022-05-18T04:53:01.3285896Z test_python_reference_meta_functions__refs_acos_cuda_complex128 (__main__.TestCommonCUDA) ... ok (0.097s) 2022-05-18T04:53:01.4198944Z test_python_reference_meta_functions__refs_acos_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.083s) 2022-05-18T04:53:01.4607722Z test_python_reference_meta_functions__refs_acos_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.041s) 2022-05-18T04:53:01.4949215Z test_python_reference_meta_functions__refs_acos_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.034s) 2022-05-18T04:53:01.5312840Z test_python_reference_meta_functions__refs_acos_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.036s) 2022-05-18T04:53:01.5593013Z test_python_reference_meta_functions__refs_acos_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.028s) 2022-05-18T04:53:01.5872814Z test_python_reference_meta_functions__refs_acos_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.028s) 2022-05-18T04:53:01.6157065Z test_python_reference_meta_functions__refs_acos_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.028s) 2022-05-18T04:53:01.6412029Z test_python_reference_meta_functions__refs_acos_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.025s) 2022-05-18T04:53:01.6669812Z test_python_reference_meta_functions__refs_acos_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.026s) 2022-05-18T04:53:01.7088988Z test_python_reference_meta_functions__refs_acosh_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (0.042s) 2022-05-18T04:53:01.7419329Z test_python_reference_meta_functions__refs_acosh_cuda_bool (__main__.TestCommonCUDA) ... ok (0.033s) 2022-05-18T04:53:01.8439461Z test_python_reference_meta_functions__refs_acosh_cuda_complex128 (__main__.TestCommonCUDA) ... ok (0.102s) 2022-05-18T04:53:01.9397562Z test_python_reference_meta_functions__refs_acosh_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.089s) 2022-05-18T04:53:01.9816509Z test_python_reference_meta_functions__refs_acosh_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.042s) 2022-05-18T04:53:02.0178995Z test_python_reference_meta_functions__refs_acosh_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.036s) 2022-05-18T04:53:02.0559976Z test_python_reference_meta_functions__refs_acosh_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.038s) 2022-05-18T04:53:02.0861622Z test_python_reference_meta_functions__refs_acosh_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.030s) 2022-05-18T04:53:02.1159237Z test_python_reference_meta_functions__refs_acosh_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.030s) 2022-05-18T04:53:02.1462243Z test_python_reference_meta_functions__refs_acosh_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.030s) 2022-05-18T04:53:02.1735519Z test_python_reference_meta_functions__refs_acosh_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.027s) 2022-05-18T04:53:02.2007926Z test_python_reference_meta_functions__refs_acosh_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.027s) 2022-05-18T04:53:02.4708921Z test_python_reference_meta_functions__refs_add_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (0.270s) 2022-05-18T04:53:02.6469918Z test_python_reference_meta_functions__refs_add_cuda_bool (__main__.TestCommonCUDA) ... ok (0.176s) 2022-05-18T04:53:02.9798792Z test_python_reference_meta_functions__refs_add_cuda_complex128 (__main__.TestCommonCUDA) ... ok (0.333s) 2022-05-18T04:53:03.0680323Z test_python_reference_meta_functions__refs_add_cuda_complex32 (__main__.TestCommonCUDA) ... ok (0.088s) 2022-05-18T04:53:03.3924417Z test_python_reference_meta_functions__refs_add_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.324s) 2022-05-18T04:53:03.6613330Z test_python_reference_meta_functions__refs_add_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.269s) 2022-05-18T04:53:03.8969305Z test_python_reference_meta_functions__refs_add_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.235s) 2022-05-18T04:53:04.1364141Z test_python_reference_meta_functions__refs_add_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.239s) 2022-05-18T04:53:04.3276840Z test_python_reference_meta_functions__refs_add_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.191s) 2022-05-18T04:53:04.5234230Z test_python_reference_meta_functions__refs_add_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.196s) 2022-05-18T04:53:04.7154035Z test_python_reference_meta_functions__refs_add_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.192s) 2022-05-18T04:53:04.9042358Z test_python_reference_meta_functions__refs_add_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.189s) 2022-05-18T04:53:05.0924723Z test_python_reference_meta_functions__refs_add_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.188s) 2022-05-18T04:53:05.1084470Z test_python_reference_meta_functions__refs_amax_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (0.016s) 2022-05-18T04:53:05.1205252Z test_python_reference_meta_functions__refs_amax_cuda_bool (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:53:05.1365600Z test_python_reference_meta_functions__refs_amax_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.016s) 2022-05-18T04:53:05.1493383Z test_python_reference_meta_functions__refs_amax_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.013s) 2022-05-18T04:53:05.1621505Z test_python_reference_meta_functions__refs_amax_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.013s) 2022-05-18T04:53:05.1742684Z test_python_reference_meta_functions__refs_amax_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:53:05.1866954Z test_python_reference_meta_functions__refs_amax_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:53:05.1987950Z test_python_reference_meta_functions__refs_amax_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:53:05.2109434Z test_python_reference_meta_functions__refs_amax_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:53:05.2230976Z test_python_reference_meta_functions__refs_amax_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:53:05.2392177Z test_python_reference_meta_functions__refs_amin_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (0.016s) 2022-05-18T04:53:05.2513371Z test_python_reference_meta_functions__refs_amin_cuda_bool (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:53:05.2672982Z test_python_reference_meta_functions__refs_amin_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.016s) 2022-05-18T04:53:05.2804674Z test_python_reference_meta_functions__refs_amin_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.013s) 2022-05-18T04:53:05.2934583Z test_python_reference_meta_functions__refs_amin_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.013s) 2022-05-18T04:53:05.3065046Z test_python_reference_meta_functions__refs_amin_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.013s) 2022-05-18T04:53:05.3188504Z test_python_reference_meta_functions__refs_amin_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:53:05.3312415Z test_python_reference_meta_functions__refs_amin_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:53:05.3435877Z test_python_reference_meta_functions__refs_amin_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:53:05.3558405Z test_python_reference_meta_functions__refs_amin_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:53:05.3604896Z test_python_reference_meta_functions__refs_as_strided_cuda_bfloat16 (__main__.TestCommonCUDA) ... expected failure (0.005s) 2022-05-18T04:53:05.3634858Z test_python_reference_meta_functions__refs_as_strided_cuda_bool (__main__.TestCommonCUDA) ... expected failure (0.003s) 2022-05-18T04:53:05.3684141Z test_python_reference_meta_functions__refs_as_strided_cuda_complex128 (__main__.TestCommonCUDA) ... expected failure (0.005s) 2022-05-18T04:53:05.3739830Z test_python_reference_meta_functions__refs_as_strided_cuda_complex64 (__main__.TestCommonCUDA) ... expected failure (0.005s) 2022-05-18T04:53:05.3777927Z test_python_reference_meta_functions__refs_as_strided_cuda_float16 (__main__.TestCommonCUDA) ... expected failure (0.004s) 2022-05-18T04:53:05.3815897Z test_python_reference_meta_functions__refs_as_strided_cuda_float32 (__main__.TestCommonCUDA) ... expected failure (0.004s) 2022-05-18T04:53:05.3854008Z test_python_reference_meta_functions__refs_as_strided_cuda_float64 (__main__.TestCommonCUDA) ... expected failure (0.004s) 2022-05-18T04:53:05.3883744Z test_python_reference_meta_functions__refs_as_strided_cuda_int16 (__main__.TestCommonCUDA) ... expected failure (0.003s) 2022-05-18T04:53:05.3913641Z test_python_reference_meta_functions__refs_as_strided_cuda_int32 (__main__.TestCommonCUDA) ... expected failure (0.003s) 2022-05-18T04:53:05.3943722Z test_python_reference_meta_functions__refs_as_strided_cuda_int64 (__main__.TestCommonCUDA) ... expected failure (0.003s) 2022-05-18T04:53:05.3973550Z test_python_reference_meta_functions__refs_as_strided_cuda_int8 (__main__.TestCommonCUDA) ... expected failure (0.003s) 2022-05-18T04:53:05.4003395Z test_python_reference_meta_functions__refs_as_strided_cuda_uint8 (__main__.TestCommonCUDA) ... expected failure (0.003s) 2022-05-18T04:53:05.4360218Z test_python_reference_meta_functions__refs_asin_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (0.036s) 2022-05-18T04:53:05.4653479Z test_python_reference_meta_functions__refs_asin_cuda_bool (__main__.TestCommonCUDA) ... ok (0.029s) 2022-05-18T04:53:05.5568159Z test_python_reference_meta_functions__refs_asin_cuda_complex128 (__main__.TestCommonCUDA) ... ok (0.091s) 2022-05-18T04:53:05.6431309Z test_python_reference_meta_functions__refs_asin_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.079s) 2022-05-18T04:53:05.6782990Z test_python_reference_meta_functions__refs_asin_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.035s) 2022-05-18T04:53:05.7083189Z test_python_reference_meta_functions__refs_asin_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.030s) 2022-05-18T04:53:05.7407675Z test_python_reference_meta_functions__refs_asin_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.032s) 2022-05-18T04:53:05.7649193Z test_python_reference_meta_functions__refs_asin_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.024s) 2022-05-18T04:53:05.7895995Z test_python_reference_meta_functions__refs_asin_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.025s) 2022-05-18T04:53:05.8144797Z test_python_reference_meta_functions__refs_asin_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.025s) 2022-05-18T04:53:05.8367928Z test_python_reference_meta_functions__refs_asin_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.022s) 2022-05-18T04:53:05.8595700Z test_python_reference_meta_functions__refs_asin_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.023s) 2022-05-18T04:53:06.0928978Z test_python_reference_meta_functions__refs_atan2_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (0.233s) 2022-05-18T04:53:06.2647005Z test_python_reference_meta_functions__refs_atan2_cuda_bool (__main__.TestCommonCUDA) ... ok (0.172s) 2022-05-18T04:53:06.4970885Z test_python_reference_meta_functions__refs_atan2_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.232s) 2022-05-18T04:53:06.7003247Z test_python_reference_meta_functions__refs_atan2_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.203s) 2022-05-18T04:53:06.9086490Z test_python_reference_meta_functions__refs_atan2_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.208s) 2022-05-18T04:53:07.0953604Z test_python_reference_meta_functions__refs_atan2_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.187s) 2022-05-18T04:53:07.2817643Z test_python_reference_meta_functions__refs_atan2_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.186s) 2022-05-18T04:53:07.4690989Z test_python_reference_meta_functions__refs_atan2_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.187s) 2022-05-18T04:53:07.6546393Z test_python_reference_meta_functions__refs_atan2_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.185s) 2022-05-18T04:53:07.8368769Z test_python_reference_meta_functions__refs_atan2_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.182s) 2022-05-18T04:53:07.8721734Z test_python_reference_meta_functions__refs_atan_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (0.035s) 2022-05-18T04:53:07.9018444Z test_python_reference_meta_functions__refs_atan_cuda_bool (__main__.TestCommonCUDA) ... ok (0.029s) 2022-05-18T04:53:07.9912861Z test_python_reference_meta_functions__refs_atan_cuda_complex128 (__main__.TestCommonCUDA) ... ok (0.089s) 2022-05-18T04:53:08.0726761Z test_python_reference_meta_functions__refs_atan_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.078s) 2022-05-18T04:53:08.1080880Z test_python_reference_meta_functions__refs_atan_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.035s) 2022-05-18T04:53:08.1378416Z test_python_reference_meta_functions__refs_atan_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.029s) 2022-05-18T04:53:08.1704764Z test_python_reference_meta_functions__refs_atan_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.032s) 2022-05-18T04:53:08.1956177Z test_python_reference_meta_functions__refs_atan_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.025s) 2022-05-18T04:53:08.2210545Z test_python_reference_meta_functions__refs_atan_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.025s) 2022-05-18T04:53:08.2468481Z test_python_reference_meta_functions__refs_atan_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.026s) 2022-05-18T04:53:08.2695824Z test_python_reference_meta_functions__refs_atan_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.023s) 2022-05-18T04:53:08.2923135Z test_python_reference_meta_functions__refs_atan_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.023s) 2022-05-18T04:53:08.4654414Z test_python_reference_meta_functions__refs_bitwise_and_cuda_bool (__main__.TestCommonCUDA) ... ok (0.173s) 2022-05-18T04:53:08.6486257Z test_python_reference_meta_functions__refs_bitwise_and_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.183s) 2022-05-18T04:53:08.8331518Z test_python_reference_meta_functions__refs_bitwise_and_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.184s) 2022-05-18T04:53:09.0169295Z test_python_reference_meta_functions__refs_bitwise_and_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.184s) 2022-05-18T04:53:09.1998180Z test_python_reference_meta_functions__refs_bitwise_and_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.183s) 2022-05-18T04:53:09.3786796Z test_python_reference_meta_functions__refs_bitwise_and_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.179s) 2022-05-18T04:53:09.5626702Z test_python_reference_meta_functions__refs_bitwise_left_shift_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.184s) 2022-05-18T04:53:09.7459380Z test_python_reference_meta_functions__refs_bitwise_left_shift_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.183s) 2022-05-18T04:53:09.9296593Z test_python_reference_meta_functions__refs_bitwise_left_shift_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.184s) 2022-05-18T04:53:10.1095397Z test_python_reference_meta_functions__refs_bitwise_left_shift_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.180s) 2022-05-18T04:53:10.2893237Z test_python_reference_meta_functions__refs_bitwise_left_shift_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.180s) 2022-05-18T04:53:10.4565155Z test_python_reference_meta_functions__refs_bitwise_or_cuda_bool (__main__.TestCommonCUDA) ... ok (0.167s) 2022-05-18T04:53:10.6398229Z test_python_reference_meta_functions__refs_bitwise_or_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.183s) 2022-05-18T04:53:10.8299473Z test_python_reference_meta_functions__refs_bitwise_or_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.190s) 2022-05-18T04:53:11.0138760Z test_python_reference_meta_functions__refs_bitwise_or_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.184s) 2022-05-18T04:53:11.1935947Z test_python_reference_meta_functions__refs_bitwise_or_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.180s) 2022-05-18T04:53:11.3729712Z test_python_reference_meta_functions__refs_bitwise_or_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.179s) 2022-05-18T04:53:11.5467990Z test_python_reference_meta_functions__refs_bitwise_xor_cuda_bool (__main__.TestCommonCUDA) ... ok (0.174s) 2022-05-18T04:53:11.7300378Z test_python_reference_meta_functions__refs_bitwise_xor_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.183s) 2022-05-18T04:53:11.9132378Z test_python_reference_meta_functions__refs_bitwise_xor_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.183s) 2022-05-18T04:53:12.0984679Z test_python_reference_meta_functions__refs_bitwise_xor_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.185s) 2022-05-18T04:53:12.2778811Z test_python_reference_meta_functions__refs_bitwise_xor_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.179s) 2022-05-18T04:53:12.4574434Z test_python_reference_meta_functions__refs_bitwise_xor_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.179s) 2022-05-18T04:53:12.4693584Z test_python_reference_meta_functions__refs_cat_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:53:12.4783967Z test_python_reference_meta_functions__refs_cat_cuda_bool (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:53:12.4931089Z test_python_reference_meta_functions__refs_cat_cuda_complex128 (__main__.TestCommonCUDA) ... ok (0.015s) 2022-05-18T04:53:12.5077546Z test_python_reference_meta_functions__refs_cat_cuda_complex32 (__main__.TestCommonCUDA) ... ok (0.015s) 2022-05-18T04:53:12.5223779Z test_python_reference_meta_functions__refs_cat_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.015s) 2022-05-18T04:53:12.5340941Z test_python_reference_meta_functions__refs_cat_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:53:12.5471821Z test_python_reference_meta_functions__refs_cat_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.013s) 2022-05-18T04:53:12.5594589Z test_python_reference_meta_functions__refs_cat_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:53:12.5695563Z test_python_reference_meta_functions__refs_cat_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:53:12.5796501Z test_python_reference_meta_functions__refs_cat_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:53:12.5897676Z test_python_reference_meta_functions__refs_cat_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:53:12.5998727Z test_python_reference_meta_functions__refs_cat_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:53:12.6098817Z test_python_reference_meta_functions__refs_cat_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:53:12.6405154Z test_python_reference_meta_functions__refs_ceil_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (0.030s) 2022-05-18T04:53:12.6694949Z test_python_reference_meta_functions__refs_ceil_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.029s) 2022-05-18T04:53:12.6997560Z test_python_reference_meta_functions__refs_ceil_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.030s) 2022-05-18T04:53:12.7311452Z test_python_reference_meta_functions__refs_ceil_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.031s) 2022-05-18T04:53:12.7604195Z test_python_reference_meta_functions__refs_chunk_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (0.029s) 2022-05-18T04:53:12.7867084Z test_python_reference_meta_functions__refs_chunk_cuda_bool (__main__.TestCommonCUDA) ... ok (0.026s) 2022-05-18T04:53:12.8189411Z test_python_reference_meta_functions__refs_chunk_cuda_complex128 (__main__.TestCommonCUDA) ... ok (0.032s) 2022-05-18T04:53:12.8510045Z test_python_reference_meta_functions__refs_chunk_cuda_complex32 (__main__.TestCommonCUDA) ... ok (0.032s) 2022-05-18T04:53:12.8839556Z test_python_reference_meta_functions__refs_chunk_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.033s) 2022-05-18T04:53:12.9131421Z test_python_reference_meta_functions__refs_chunk_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.029s) 2022-05-18T04:53:12.9423574Z test_python_reference_meta_functions__refs_chunk_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.029s) 2022-05-18T04:53:12.9715053Z test_python_reference_meta_functions__refs_chunk_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.029s) 2022-05-18T04:53:12.9974640Z test_python_reference_meta_functions__refs_chunk_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.026s) 2022-05-18T04:53:13.0231432Z test_python_reference_meta_functions__refs_chunk_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.026s) 2022-05-18T04:53:13.0492450Z test_python_reference_meta_functions__refs_chunk_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.026s) 2022-05-18T04:53:13.0749354Z test_python_reference_meta_functions__refs_chunk_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.026s) 2022-05-18T04:53:13.1005839Z test_python_reference_meta_functions__refs_chunk_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.026s) 2022-05-18T04:53:13.1037603Z test_python_reference_meta_functions__refs_clone_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (0.003s) 2022-05-18T04:53:13.1065485Z test_python_reference_meta_functions__refs_clone_cuda_bool (__main__.TestCommonCUDA) ... ok (0.003s) 2022-05-18T04:53:13.1101530Z test_python_reference_meta_functions__refs_clone_cuda_complex128 (__main__.TestCommonCUDA) ... ok (0.003s) 2022-05-18T04:53:13.1137070Z test_python_reference_meta_functions__refs_clone_cuda_complex32 (__main__.TestCommonCUDA) ... ok (0.003s) 2022-05-18T04:53:13.1172757Z test_python_reference_meta_functions__refs_clone_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.003s) 2022-05-18T04:53:13.1210754Z test_python_reference_meta_functions__refs_clone_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.004s) 2022-05-18T04:53:13.1241758Z test_python_reference_meta_functions__refs_clone_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.003s) 2022-05-18T04:53:13.1273037Z test_python_reference_meta_functions__refs_clone_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.003s) 2022-05-18T04:53:13.1301059Z test_python_reference_meta_functions__refs_clone_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.003s) 2022-05-18T04:53:13.1328759Z test_python_reference_meta_functions__refs_clone_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.003s) 2022-05-18T04:53:13.1356495Z test_python_reference_meta_functions__refs_clone_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.003s) 2022-05-18T04:53:13.1384337Z test_python_reference_meta_functions__refs_clone_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.003s) 2022-05-18T04:53:13.1418062Z test_python_reference_meta_functions__refs_clone_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.003s) 2022-05-18T04:53:13.1792026Z test_python_reference_meta_functions__refs_cos_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (0.037s) 2022-05-18T04:53:13.2115679Z test_python_reference_meta_functions__refs_cos_cuda_bool (__main__.TestCommonCUDA) ... ok (0.032s) 2022-05-18T04:53:13.2938901Z test_python_reference_meta_functions__refs_cos_cuda_complex128 (__main__.TestCommonCUDA) ... ok (0.082s) 2022-05-18T04:53:13.3708424Z test_python_reference_meta_functions__refs_cos_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.075s) 2022-05-18T04:53:13.4084975Z test_python_reference_meta_functions__refs_cos_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.038s) 2022-05-18T04:53:13.4397397Z test_python_reference_meta_functions__refs_cos_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.031s) 2022-05-18T04:53:13.4727803Z test_python_reference_meta_functions__refs_cos_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.033s) 2022-05-18T04:53:13.5001405Z test_python_reference_meta_functions__refs_cos_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.027s) 2022-05-18T04:53:13.5275974Z test_python_reference_meta_functions__refs_cos_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.027s) 2022-05-18T04:53:13.5559048Z test_python_reference_meta_functions__refs_cos_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.028s) 2022-05-18T04:53:13.5811768Z test_python_reference_meta_functions__refs_cos_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.025s) 2022-05-18T04:53:13.6064381Z test_python_reference_meta_functions__refs_cos_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.025s) 2022-05-18T04:53:13.6461264Z test_python_reference_meta_functions__refs_cosh_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (0.040s) 2022-05-18T04:53:13.6783031Z test_python_reference_meta_functions__refs_cosh_cuda_bool (__main__.TestCommonCUDA) ... ok (0.032s) 2022-05-18T04:53:13.7695450Z test_python_reference_meta_functions__refs_cosh_cuda_complex128 (__main__.TestCommonCUDA) ... ok (0.091s) 2022-05-18T04:53:13.8558433Z test_python_reference_meta_functions__refs_cosh_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.084s) 2022-05-18T04:53:13.8959588Z test_python_reference_meta_functions__refs_cosh_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.040s) 2022-05-18T04:53:13.9292863Z test_python_reference_meta_functions__refs_cosh_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.033s) 2022-05-18T04:53:13.9644278Z test_python_reference_meta_functions__refs_cosh_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.035s) 2022-05-18T04:53:13.9927701Z test_python_reference_meta_functions__refs_cosh_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.028s) 2022-05-18T04:53:14.0208733Z test_python_reference_meta_functions__refs_cosh_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.028s) 2022-05-18T04:53:14.0491465Z test_python_reference_meta_functions__refs_cosh_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.028s) 2022-05-18T04:53:14.0750552Z test_python_reference_meta_functions__refs_cosh_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.026s) 2022-05-18T04:53:14.1003946Z test_python_reference_meta_functions__refs_cosh_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.025s) 2022-05-18T04:53:14.1333096Z test_python_reference_meta_functions__refs_digamma_cuda_bool (__main__.TestCommonCUDA) ... ok (0.033s) 2022-05-18T04:53:14.1740014Z test_python_reference_meta_functions__refs_digamma_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.041s) 2022-05-18T04:53:14.2088178Z test_python_reference_meta_functions__refs_digamma_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.035s) 2022-05-18T04:53:14.2506417Z test_python_reference_meta_functions__refs_digamma_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.042s) 2022-05-18T04:53:14.2818747Z test_python_reference_meta_functions__refs_digamma_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.027s) 2022-05-18T04:53:14.3102575Z test_python_reference_meta_functions__refs_digamma_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.028s) 2022-05-18T04:53:14.3394607Z test_python_reference_meta_functions__refs_digamma_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.029s) 2022-05-18T04:53:14.3650931Z test_python_reference_meta_functions__refs_digamma_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.025s) 2022-05-18T04:53:14.3909869Z test_python_reference_meta_functions__refs_digamma_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.026s) 2022-05-18T04:53:14.6223377Z test_python_reference_meta_functions__refs_eq_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (0.231s) 2022-05-18T04:53:14.7907380Z test_python_reference_meta_functions__refs_eq_cuda_bool (__main__.TestCommonCUDA) ... ok (0.168s) 2022-05-18T04:53:15.1195998Z test_python_reference_meta_functions__refs_eq_cuda_complex128 (__main__.TestCommonCUDA) ... ok (0.329s) 2022-05-18T04:53:15.4393337Z test_python_reference_meta_functions__refs_eq_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.320s) 2022-05-18T04:53:15.6719282Z test_python_reference_meta_functions__refs_eq_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.232s) 2022-05-18T04:53:15.9056407Z test_python_reference_meta_functions__refs_eq_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.234s) 2022-05-18T04:53:16.1427363Z test_python_reference_meta_functions__refs_eq_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.237s) 2022-05-18T04:53:16.3324294Z test_python_reference_meta_functions__refs_eq_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.190s) 2022-05-18T04:53:16.5216806Z test_python_reference_meta_functions__refs_eq_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.189s) 2022-05-18T04:53:16.7127169Z test_python_reference_meta_functions__refs_eq_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.191s) 2022-05-18T04:53:16.8983500Z test_python_reference_meta_functions__refs_eq_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.185s) 2022-05-18T04:53:17.0867542Z test_python_reference_meta_functions__refs_eq_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.188s) 2022-05-18T04:53:17.1219875Z test_python_reference_meta_functions__refs_erf_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (0.035s) 2022-05-18T04:53:17.1509863Z test_python_reference_meta_functions__refs_erf_cuda_bool (__main__.TestCommonCUDA) ... ok (0.029s) 2022-05-18T04:53:17.1861022Z test_python_reference_meta_functions__refs_erf_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.035s) 2022-05-18T04:53:17.2155768Z test_python_reference_meta_functions__refs_erf_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.029s) 2022-05-18T04:53:17.2477647Z test_python_reference_meta_functions__refs_erf_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.032s) 2022-05-18T04:53:17.2716356Z test_python_reference_meta_functions__refs_erf_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.024s) 2022-05-18T04:53:17.2955473Z test_python_reference_meta_functions__refs_erf_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.024s) 2022-05-18T04:53:17.3201093Z test_python_reference_meta_functions__refs_erf_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.024s) 2022-05-18T04:53:17.3417581Z test_python_reference_meta_functions__refs_erf_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.022s) 2022-05-18T04:53:17.3635023Z test_python_reference_meta_functions__refs_erf_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.022s) 2022-05-18T04:53:17.4035357Z test_python_reference_meta_functions__refs_erfc_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (0.040s) 2022-05-18T04:53:17.4370649Z test_python_reference_meta_functions__refs_erfc_cuda_bool (__main__.TestCommonCUDA) ... ok (0.033s) 2022-05-18T04:53:17.4785989Z test_python_reference_meta_functions__refs_erfc_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.041s) 2022-05-18T04:53:17.5131852Z test_python_reference_meta_functions__refs_erfc_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.034s) 2022-05-18T04:53:17.5494371Z test_python_reference_meta_functions__refs_erfc_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.036s) 2022-05-18T04:53:17.5774116Z test_python_reference_meta_functions__refs_erfc_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.028s) 2022-05-18T04:53:17.6048298Z test_python_reference_meta_functions__refs_erfc_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.027s) 2022-05-18T04:53:17.6326337Z test_python_reference_meta_functions__refs_erfc_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.028s) 2022-05-18T04:53:17.6582231Z test_python_reference_meta_functions__refs_erfc_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.026s) 2022-05-18T04:53:17.6840683Z test_python_reference_meta_functions__refs_erfc_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.026s) 2022-05-18T04:53:17.7141997Z test_python_reference_meta_functions__refs_erfinv_cuda_bool (__main__.TestCommonCUDA) ... ok (0.030s) 2022-05-18T04:53:17.7510309Z test_python_reference_meta_functions__refs_erfinv_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.037s) 2022-05-18T04:53:17.7813893Z test_python_reference_meta_functions__refs_erfinv_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.030s) 2022-05-18T04:53:17.8147018Z test_python_reference_meta_functions__refs_erfinv_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.033s) 2022-05-18T04:53:17.8391366Z test_python_reference_meta_functions__refs_erfinv_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.024s) 2022-05-18T04:53:17.8634277Z test_python_reference_meta_functions__refs_erfinv_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.024s) 2022-05-18T04:53:17.8886754Z test_python_reference_meta_functions__refs_erfinv_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.025s) 2022-05-18T04:53:17.9109730Z test_python_reference_meta_functions__refs_erfinv_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.022s) 2022-05-18T04:53:17.9341492Z test_python_reference_meta_functions__refs_erfinv_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.023s) 2022-05-18T04:53:17.9764624Z test_python_reference_meta_functions__refs_exp_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (0.042s) 2022-05-18T04:53:18.0098688Z test_python_reference_meta_functions__refs_exp_cuda_bool (__main__.TestCommonCUDA) ... ok (0.033s) 2022-05-18T04:53:18.0988552Z test_python_reference_meta_functions__refs_exp_cuda_complex128 (__main__.TestCommonCUDA) ... ok (0.089s) 2022-05-18T04:53:18.1235648Z test_python_reference_meta_functions__refs_exp_cuda_complex32 (__main__.TestCommonCUDA) ... expected failure (0.024s) 2022-05-18T04:53:18.2064753Z test_python_reference_meta_functions__refs_exp_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.083s) 2022-05-18T04:53:18.2464451Z test_python_reference_meta_functions__refs_exp_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.040s) 2022-05-18T04:53:18.2796283Z test_python_reference_meta_functions__refs_exp_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.033s) 2022-05-18T04:53:18.3143160Z test_python_reference_meta_functions__refs_exp_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.035s) 2022-05-18T04:53:18.3423812Z test_python_reference_meta_functions__refs_exp_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.028s) 2022-05-18T04:53:18.3710388Z test_python_reference_meta_functions__refs_exp_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.029s) 2022-05-18T04:53:18.4000637Z test_python_reference_meta_functions__refs_exp_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.029s) 2022-05-18T04:53:18.4269026Z test_python_reference_meta_functions__refs_exp_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.027s) 2022-05-18T04:53:18.4520859Z test_python_reference_meta_functions__refs_exp_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.025s) 2022-05-18T04:53:18.4885476Z test_python_reference_meta_functions__refs_expm1_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (0.036s) 2022-05-18T04:53:18.5179415Z test_python_reference_meta_functions__refs_expm1_cuda_bool (__main__.TestCommonCUDA) ... ok (0.029s) 2022-05-18T04:53:18.5530030Z test_python_reference_meta_functions__refs_expm1_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.035s) 2022-05-18T04:53:18.5828495Z test_python_reference_meta_functions__refs_expm1_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.030s) 2022-05-18T04:53:18.6140725Z test_python_reference_meta_functions__refs_expm1_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.031s) 2022-05-18T04:53:18.6381467Z test_python_reference_meta_functions__refs_expm1_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.024s) 2022-05-18T04:53:18.6625741Z test_python_reference_meta_functions__refs_expm1_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.024s) 2022-05-18T04:53:18.6868342Z test_python_reference_meta_functions__refs_expm1_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.024s) 2022-05-18T04:53:18.7085432Z test_python_reference_meta_functions__refs_expm1_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.022s) 2022-05-18T04:53:18.7306649Z test_python_reference_meta_functions__refs_expm1_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.022s) 2022-05-18T04:53:18.7608338Z test_python_reference_meta_functions__refs_flatten_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (0.030s) 2022-05-18T04:53:18.7833118Z test_python_reference_meta_functions__refs_flatten_cuda_bool (__main__.TestCommonCUDA) ... ok (0.022s) 2022-05-18T04:53:18.8215974Z test_python_reference_meta_functions__refs_flatten_cuda_complex128 (__main__.TestCommonCUDA) ... ok (0.038s) 2022-05-18T04:53:18.8332096Z test_python_reference_meta_functions__refs_flatten_cuda_complex32 (__main__.TestCommonCUDA) ... expected failure (0.012s) 2022-05-18T04:53:18.8715970Z test_python_reference_meta_functions__refs_flatten_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.038s) 2022-05-18T04:53:18.9017102Z test_python_reference_meta_functions__refs_flatten_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.030s) 2022-05-18T04:53:18.9322184Z test_python_reference_meta_functions__refs_flatten_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.030s) 2022-05-18T04:53:18.9623893Z test_python_reference_meta_functions__refs_flatten_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.030s) 2022-05-18T04:53:18.9855890Z test_python_reference_meta_functions__refs_flatten_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.023s) 2022-05-18T04:53:19.0096343Z test_python_reference_meta_functions__refs_flatten_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.024s) 2022-05-18T04:53:19.0342673Z test_python_reference_meta_functions__refs_flatten_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.024s) 2022-05-18T04:53:19.0582367Z test_python_reference_meta_functions__refs_flatten_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.024s) 2022-05-18T04:53:19.0820719Z test_python_reference_meta_functions__refs_flatten_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.024s) 2022-05-18T04:53:19.0889658Z test_python_reference_meta_functions__refs_flip_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:53:19.0942118Z test_python_reference_meta_functions__refs_flip_cuda_bool (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:53:19.1024191Z test_python_reference_meta_functions__refs_flip_cuda_complex128 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:53:19.1105848Z test_python_reference_meta_functions__refs_flip_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:53:19.1173631Z test_python_reference_meta_functions__refs_flip_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:53:19.1241377Z test_python_reference_meta_functions__refs_flip_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:53:19.1316904Z test_python_reference_meta_functions__refs_flip_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:53:19.1370484Z test_python_reference_meta_functions__refs_flip_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:53:19.1423986Z test_python_reference_meta_functions__refs_flip_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:53:19.1477085Z test_python_reference_meta_functions__refs_flip_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:53:19.1530375Z test_python_reference_meta_functions__refs_flip_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:53:19.1583883Z test_python_reference_meta_functions__refs_flip_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:53:19.3939666Z test_python_reference_meta_functions__refs_float_power_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (0.235s) 2022-05-18T04:53:19.5736180Z test_python_reference_meta_functions__refs_float_power_cuda_bool (__main__.TestCommonCUDA) ... ok (0.180s) 2022-05-18T04:53:19.8774443Z test_python_reference_meta_functions__refs_float_power_cuda_complex128 (__main__.TestCommonCUDA) ... ok (0.304s) 2022-05-18T04:53:20.1964728Z test_python_reference_meta_functions__refs_float_power_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.319s) 2022-05-18T04:53:20.4335877Z test_python_reference_meta_functions__refs_float_power_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.237s) 2022-05-18T04:53:20.6715857Z test_python_reference_meta_functions__refs_float_power_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.238s) 2022-05-18T04:53:20.8939596Z test_python_reference_meta_functions__refs_float_power_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.222s) 2022-05-18T04:53:21.0882643Z test_python_reference_meta_functions__refs_float_power_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.194s) 2022-05-18T04:53:21.2827506Z test_python_reference_meta_functions__refs_float_power_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.194s) 2022-05-18T04:53:21.4790982Z test_python_reference_meta_functions__refs_float_power_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.196s) 2022-05-18T04:53:21.6709432Z test_python_reference_meta_functions__refs_float_power_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.192s) 2022-05-18T04:53:21.8624326Z test_python_reference_meta_functions__refs_float_power_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.191s) 2022-05-18T04:53:21.8924699Z test_python_reference_meta_functions__refs_floor_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (0.030s) 2022-05-18T04:53:21.9219505Z test_python_reference_meta_functions__refs_floor_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.029s) 2022-05-18T04:53:21.9524435Z test_python_reference_meta_functions__refs_floor_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.030s) 2022-05-18T04:53:21.9840539Z test_python_reference_meta_functions__refs_floor_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.031s) 2022-05-18T04:53:22.2133389Z test_python_reference_meta_functions__refs_ge_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (0.229s) 2022-05-18T04:53:22.3827813Z test_python_reference_meta_functions__refs_ge_cuda_bool (__main__.TestCommonCUDA) ... ok (0.169s) 2022-05-18T04:53:22.6118794Z test_python_reference_meta_functions__refs_ge_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.229s) 2022-05-18T04:53:22.8416979Z test_python_reference_meta_functions__refs_ge_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.230s) 2022-05-18T04:53:23.0758400Z test_python_reference_meta_functions__refs_ge_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.234s) 2022-05-18T04:53:23.2642462Z test_python_reference_meta_functions__refs_ge_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.188s) 2022-05-18T04:53:23.4508893Z test_python_reference_meta_functions__refs_ge_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.187s) 2022-05-18T04:53:23.6385464Z test_python_reference_meta_functions__refs_ge_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.188s) 2022-05-18T04:53:23.8209801Z test_python_reference_meta_functions__refs_ge_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.182s) 2022-05-18T04:53:24.0033421Z test_python_reference_meta_functions__refs_ge_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.182s) 2022-05-18T04:53:24.2326343Z test_python_reference_meta_functions__refs_gt_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (0.229s) 2022-05-18T04:53:24.3984093Z test_python_reference_meta_functions__refs_gt_cuda_bool (__main__.TestCommonCUDA) ... ok (0.166s) 2022-05-18T04:53:24.6271960Z test_python_reference_meta_functions__refs_gt_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.229s) 2022-05-18T04:53:24.8575412Z test_python_reference_meta_functions__refs_gt_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.230s) 2022-05-18T04:53:25.0951804Z test_python_reference_meta_functions__refs_gt_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.237s) 2022-05-18T04:53:25.2815594Z test_python_reference_meta_functions__refs_gt_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.186s) 2022-05-18T04:53:25.4713841Z test_python_reference_meta_functions__refs_gt_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.190s) 2022-05-18T04:53:25.6591683Z test_python_reference_meta_functions__refs_gt_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.188s) 2022-05-18T04:53:25.8429137Z test_python_reference_meta_functions__refs_gt_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.184s) 2022-05-18T04:53:26.0260432Z test_python_reference_meta_functions__refs_gt_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.183s) 2022-05-18T04:53:26.2379996Z test_python_reference_meta_functions__refs_igamma_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.212s) 2022-05-18T04:53:26.5788510Z test_python_reference_meta_functions__refs_igamma_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.341s) 2022-05-18T04:53:26.7936968Z test_python_reference_meta_functions__refs_igammac_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.214s) 2022-05-18T04:53:27.1333872Z test_python_reference_meta_functions__refs_igammac_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.339s) 2022-05-18T04:53:28.2586319Z test_python_reference_meta_functions__refs_isclose_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (1.125s) 2022-05-18T04:53:29.1445693Z test_python_reference_meta_functions__refs_isclose_cuda_bool (__main__.TestCommonCUDA) ... ok (0.886s) 2022-05-18T04:53:30.2742890Z test_python_reference_meta_functions__refs_isclose_cuda_complex128 (__main__.TestCommonCUDA) ... ok (1.130s) 2022-05-18T04:53:31.4014707Z test_python_reference_meta_functions__refs_isclose_cuda_complex64 (__main__.TestCommonCUDA) ... ok (1.127s) 2022-05-18T04:53:32.5274165Z test_python_reference_meta_functions__refs_isclose_cuda_float16 (__main__.TestCommonCUDA) ... ok (1.126s) 2022-05-18T04:53:33.5400377Z test_python_reference_meta_functions__refs_isclose_cuda_float32 (__main__.TestCommonCUDA) ... ok (1.013s) 2022-05-18T04:53:34.5488394Z test_python_reference_meta_functions__refs_isclose_cuda_float64 (__main__.TestCommonCUDA) ... ok (1.009s) 2022-05-18T04:53:35.4751838Z test_python_reference_meta_functions__refs_isclose_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.926s) 2022-05-18T04:53:36.4004444Z test_python_reference_meta_functions__refs_isclose_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.925s) 2022-05-18T04:53:37.3251610Z test_python_reference_meta_functions__refs_isclose_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.925s) 2022-05-18T04:53:38.2370555Z test_python_reference_meta_functions__refs_isclose_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.912s) 2022-05-18T04:53:39.1513151Z test_python_reference_meta_functions__refs_isclose_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.914s) 2022-05-18T04:53:39.1874330Z test_python_reference_meta_functions__refs_isfinite_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (0.036s) 2022-05-18T04:53:39.2162186Z test_python_reference_meta_functions__refs_isfinite_cuda_bool (__main__.TestCommonCUDA) ... ok (0.029s) 2022-05-18T04:53:39.3105649Z test_python_reference_meta_functions__refs_isfinite_cuda_complex128 (__main__.TestCommonCUDA) ... ok (0.094s) 2022-05-18T04:53:39.3343770Z test_python_reference_meta_functions__refs_isfinite_cuda_complex32 (__main__.TestCommonCUDA) ... expected failure (0.024s) 2022-05-18T04:53:39.4252656Z test_python_reference_meta_functions__refs_isfinite_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.091s) 2022-05-18T04:53:39.4610906Z test_python_reference_meta_functions__refs_isfinite_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.036s) 2022-05-18T04:53:39.4976710Z test_python_reference_meta_functions__refs_isfinite_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.036s) 2022-05-18T04:53:39.5355223Z test_python_reference_meta_functions__refs_isfinite_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.038s) 2022-05-18T04:53:39.5616062Z test_python_reference_meta_functions__refs_isfinite_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.026s) 2022-05-18T04:53:39.5880288Z test_python_reference_meta_functions__refs_isfinite_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.026s) 2022-05-18T04:53:39.6143290Z test_python_reference_meta_functions__refs_isfinite_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.026s) 2022-05-18T04:53:39.6381564Z test_python_reference_meta_functions__refs_isfinite_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.024s) 2022-05-18T04:53:39.6624214Z test_python_reference_meta_functions__refs_isfinite_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.024s) 2022-05-18T04:53:39.6951785Z test_python_reference_meta_functions__refs_isnan_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (0.033s) 2022-05-18T04:53:39.7227344Z test_python_reference_meta_functions__refs_isnan_cuda_bool (__main__.TestCommonCUDA) ... ok (0.027s) 2022-05-18T04:53:39.8081984Z test_python_reference_meta_functions__refs_isnan_cuda_complex128 (__main__.TestCommonCUDA) ... ok (0.085s) 2022-05-18T04:53:39.8914193Z test_python_reference_meta_functions__refs_isnan_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.083s) 2022-05-18T04:53:39.9238817Z test_python_reference_meta_functions__refs_isnan_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.032s) 2022-05-18T04:53:39.9581532Z test_python_reference_meta_functions__refs_isnan_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.034s) 2022-05-18T04:53:39.9927872Z test_python_reference_meta_functions__refs_isnan_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.034s) 2022-05-18T04:53:40.0170917Z test_python_reference_meta_functions__refs_isnan_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.024s) 2022-05-18T04:53:40.0418650Z test_python_reference_meta_functions__refs_isnan_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.025s) 2022-05-18T04:53:40.0663692Z test_python_reference_meta_functions__refs_isnan_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.024s) 2022-05-18T04:53:40.0882418Z test_python_reference_meta_functions__refs_isnan_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.022s) 2022-05-18T04:53:40.1105048Z test_python_reference_meta_functions__refs_isnan_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.022s) 2022-05-18T04:53:40.3376224Z test_python_reference_meta_functions__refs_le_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (0.227s) 2022-05-18T04:53:40.5021441Z test_python_reference_meta_functions__refs_le_cuda_bool (__main__.TestCommonCUDA) ... ok (0.164s) 2022-05-18T04:53:40.7285836Z test_python_reference_meta_functions__refs_le_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.226s) 2022-05-18T04:53:40.9642572Z test_python_reference_meta_functions__refs_le_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.235s) 2022-05-18T04:53:41.1942429Z test_python_reference_meta_functions__refs_le_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.230s) 2022-05-18T04:53:41.3881234Z test_python_reference_meta_functions__refs_le_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.194s) 2022-05-18T04:53:41.5768637Z test_python_reference_meta_functions__refs_le_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.189s) 2022-05-18T04:53:41.7623795Z test_python_reference_meta_functions__refs_le_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.185s) 2022-05-18T04:53:41.9435357Z test_python_reference_meta_functions__refs_le_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.181s) 2022-05-18T04:53:42.1247866Z test_python_reference_meta_functions__refs_le_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.181s) 2022-05-18T04:53:42.1563773Z test_python_reference_meta_functions__refs_lgamma_cuda_bool (__main__.TestCommonCUDA) ... ok (0.032s) 2022-05-18T04:53:42.1986676Z test_python_reference_meta_functions__refs_lgamma_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.041s) 2022-05-18T04:53:42.2326472Z test_python_reference_meta_functions__refs_lgamma_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.035s) 2022-05-18T04:53:42.2703976Z test_python_reference_meta_functions__refs_lgamma_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.038s) 2022-05-18T04:53:42.3002727Z test_python_reference_meta_functions__refs_lgamma_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.030s) 2022-05-18T04:53:42.3295360Z test_python_reference_meta_functions__refs_lgamma_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.029s) 2022-05-18T04:53:42.3594264Z test_python_reference_meta_functions__refs_lgamma_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.030s) 2022-05-18T04:53:42.3871321Z test_python_reference_meta_functions__refs_lgamma_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.028s) 2022-05-18T04:53:42.4142231Z test_python_reference_meta_functions__refs_lgamma_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.027s) 2022-05-18T04:53:42.4498182Z test_python_reference_meta_functions__refs_log1p_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (0.035s) 2022-05-18T04:53:42.4785737Z test_python_reference_meta_functions__refs_log1p_cuda_bool (__main__.TestCommonCUDA) ... ok (0.029s) 2022-05-18T04:53:42.5137506Z test_python_reference_meta_functions__refs_log1p_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.035s) 2022-05-18T04:53:42.5438660Z test_python_reference_meta_functions__refs_log1p_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.030s) 2022-05-18T04:53:42.5749222Z test_python_reference_meta_functions__refs_log1p_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.031s) 2022-05-18T04:53:42.5991510Z test_python_reference_meta_functions__refs_log1p_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.024s) 2022-05-18T04:53:42.6236872Z test_python_reference_meta_functions__refs_log1p_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.024s) 2022-05-18T04:53:42.6478360Z test_python_reference_meta_functions__refs_log1p_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.024s) 2022-05-18T04:53:42.6696139Z test_python_reference_meta_functions__refs_log1p_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.022s) 2022-05-18T04:53:42.6921136Z test_python_reference_meta_functions__refs_log1p_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.022s) 2022-05-18T04:53:42.7359552Z test_python_reference_meta_functions__refs_log_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (0.044s) 2022-05-18T04:53:42.7689220Z test_python_reference_meta_functions__refs_log_cuda_bool (__main__.TestCommonCUDA) ... ok (0.033s) 2022-05-18T04:53:42.8626013Z test_python_reference_meta_functions__refs_log_cuda_complex128 (__main__.TestCommonCUDA) ... ok (0.093s) 2022-05-18T04:53:42.8719121Z test_python_reference_meta_functions__refs_log_cuda_complex32 (__main__.TestCommonCUDA) ... expected failure (0.009s) 2022-05-18T04:53:42.9600305Z test_python_reference_meta_functions__refs_log_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.088s) 2022-05-18T04:53:43.0031233Z test_python_reference_meta_functions__refs_log_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.043s) 2022-05-18T04:53:43.0393538Z test_python_reference_meta_functions__refs_log_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.036s) 2022-05-18T04:53:43.0770591Z test_python_reference_meta_functions__refs_log_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.038s) 2022-05-18T04:53:43.1075000Z test_python_reference_meta_functions__refs_log_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.030s) 2022-05-18T04:53:43.1379625Z test_python_reference_meta_functions__refs_log_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.030s) 2022-05-18T04:53:43.1695084Z test_python_reference_meta_functions__refs_log_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.031s) 2022-05-18T04:53:43.1976163Z test_python_reference_meta_functions__refs_log_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.028s) 2022-05-18T04:53:43.2257088Z test_python_reference_meta_functions__refs_log_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.028s) 2022-05-18T04:53:43.6104006Z test_python_reference_meta_functions__refs_logical_and_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (0.384s) 2022-05-18T04:53:43.8166348Z test_python_reference_meta_functions__refs_logical_and_cuda_bool (__main__.TestCommonCUDA) ... ok (0.206s) 2022-05-18T04:53:44.2916877Z test_python_reference_meta_functions__refs_logical_and_cuda_complex128 (__main__.TestCommonCUDA) ... ok (0.475s) 2022-05-18T04:53:44.7608296Z test_python_reference_meta_functions__refs_logical_and_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.469s) 2022-05-18T04:53:45.1442600Z test_python_reference_meta_functions__refs_logical_and_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.383s) 2022-05-18T04:53:45.5291941Z test_python_reference_meta_functions__refs_logical_and_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.385s) 2022-05-18T04:53:45.9174338Z test_python_reference_meta_functions__refs_logical_and_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.388s) 2022-05-18T04:53:46.2582366Z test_python_reference_meta_functions__refs_logical_and_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.341s) 2022-05-18T04:53:46.6012522Z test_python_reference_meta_functions__refs_logical_and_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.343s) 2022-05-18T04:53:46.9421152Z test_python_reference_meta_functions__refs_logical_and_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.341s) 2022-05-18T04:53:47.2808108Z test_python_reference_meta_functions__refs_logical_and_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.339s) 2022-05-18T04:53:47.6141657Z test_python_reference_meta_functions__refs_logical_and_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.333s) 2022-05-18T04:53:47.9958343Z test_python_reference_meta_functions__refs_logical_or_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (0.381s) 2022-05-18T04:53:48.1985871Z test_python_reference_meta_functions__refs_logical_or_cuda_bool (__main__.TestCommonCUDA) ... ok (0.202s) 2022-05-18T04:53:48.6739296Z test_python_reference_meta_functions__refs_logical_or_cuda_complex128 (__main__.TestCommonCUDA) ... ok (0.475s) 2022-05-18T04:53:49.1425783Z test_python_reference_meta_functions__refs_logical_or_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.469s) 2022-05-18T04:53:49.5265528Z test_python_reference_meta_functions__refs_logical_or_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.384s) 2022-05-18T04:53:49.9116351Z test_python_reference_meta_functions__refs_logical_or_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.385s) 2022-05-18T04:53:50.2994296Z test_python_reference_meta_functions__refs_logical_or_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.388s) 2022-05-18T04:53:50.6404433Z test_python_reference_meta_functions__refs_logical_or_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.341s) 2022-05-18T04:53:50.9826779Z test_python_reference_meta_functions__refs_logical_or_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.342s) 2022-05-18T04:53:51.3244521Z test_python_reference_meta_functions__refs_logical_or_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.342s) 2022-05-18T04:53:51.6602899Z test_python_reference_meta_functions__refs_logical_or_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.336s) 2022-05-18T04:53:51.9941930Z test_python_reference_meta_functions__refs_logical_or_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.334s) 2022-05-18T04:53:52.2245212Z test_python_reference_meta_functions__refs_lt_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (0.230s) 2022-05-18T04:53:52.3908749Z test_python_reference_meta_functions__refs_lt_cuda_bool (__main__.TestCommonCUDA) ... ok (0.166s) 2022-05-18T04:53:52.6204848Z test_python_reference_meta_functions__refs_lt_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.230s) 2022-05-18T04:53:52.8508827Z test_python_reference_meta_functions__refs_lt_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.230s) 2022-05-18T04:53:53.0840232Z test_python_reference_meta_functions__refs_lt_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.233s) 2022-05-18T04:53:53.2726032Z test_python_reference_meta_functions__refs_lt_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.188s) 2022-05-18T04:53:53.4595397Z test_python_reference_meta_functions__refs_lt_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.187s) 2022-05-18T04:53:53.6465480Z test_python_reference_meta_functions__refs_lt_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.187s) 2022-05-18T04:53:53.8284063Z test_python_reference_meta_functions__refs_lt_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.182s) 2022-05-18T04:53:54.0100353Z test_python_reference_meta_functions__refs_lt_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.182s) 2022-05-18T04:53:54.2114948Z test_python_reference_meta_functions__refs_maximum_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (0.201s) 2022-05-18T04:53:54.3633950Z test_python_reference_meta_functions__refs_maximum_cuda_bool (__main__.TestCommonCUDA) ... ok (0.152s) 2022-05-18T04:53:54.5656235Z test_python_reference_meta_functions__refs_maximum_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.202s) 2022-05-18T04:53:54.7732596Z test_python_reference_meta_functions__refs_maximum_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.208s) 2022-05-18T04:53:54.9846261Z test_python_reference_meta_functions__refs_maximum_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.211s) 2022-05-18T04:53:55.1510856Z test_python_reference_meta_functions__refs_maximum_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.166s) 2022-05-18T04:53:55.3164807Z test_python_reference_meta_functions__refs_maximum_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.165s) 2022-05-18T04:53:55.4830700Z test_python_reference_meta_functions__refs_maximum_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.166s) 2022-05-18T04:53:55.6459054Z test_python_reference_meta_functions__refs_maximum_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.163s) 2022-05-18T04:53:55.8138853Z test_python_reference_meta_functions__refs_maximum_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.168s) 2022-05-18T04:53:56.0219912Z test_python_reference_meta_functions__refs_minimum_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (0.208s) 2022-05-18T04:53:56.1737579Z test_python_reference_meta_functions__refs_minimum_cuda_bool (__main__.TestCommonCUDA) ... ok (0.152s) 2022-05-18T04:53:56.3748547Z test_python_reference_meta_functions__refs_minimum_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.201s) 2022-05-18T04:53:56.5778288Z test_python_reference_meta_functions__refs_minimum_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.203s) 2022-05-18T04:53:56.7867782Z test_python_reference_meta_functions__refs_minimum_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.209s) 2022-05-18T04:53:56.9536526Z test_python_reference_meta_functions__refs_minimum_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.167s) 2022-05-18T04:53:57.1202841Z test_python_reference_meta_functions__refs_minimum_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.166s) 2022-05-18T04:53:57.2869729Z test_python_reference_meta_functions__refs_minimum_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.167s) 2022-05-18T04:53:57.4491572Z test_python_reference_meta_functions__refs_minimum_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.162s) 2022-05-18T04:53:57.6111675Z test_python_reference_meta_functions__refs_minimum_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.162s) 2022-05-18T04:53:57.8762515Z test_python_reference_meta_functions__refs_mul_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (0.265s) 2022-05-18T04:53:58.0443032Z test_python_reference_meta_functions__refs_mul_cuda_bool (__main__.TestCommonCUDA) ... ok (0.168s) 2022-05-18T04:53:58.3644382Z test_python_reference_meta_functions__refs_mul_cuda_complex128 (__main__.TestCommonCUDA) ... ok (0.320s) 2022-05-18T04:53:58.4446842Z test_python_reference_meta_functions__refs_mul_cuda_complex32 (__main__.TestCommonCUDA) ... ok (0.080s) 2022-05-18T04:53:58.7562967Z test_python_reference_meta_functions__refs_mul_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.311s) 2022-05-18T04:53:59.0162815Z test_python_reference_meta_functions__refs_mul_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.260s) 2022-05-18T04:53:59.2426456Z test_python_reference_meta_functions__refs_mul_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.226s) 2022-05-18T04:53:59.4723842Z test_python_reference_meta_functions__refs_mul_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.230s) 2022-05-18T04:53:59.6566188Z test_python_reference_meta_functions__refs_mul_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.184s) 2022-05-18T04:53:59.8466016Z test_python_reference_meta_functions__refs_mul_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.190s) 2022-05-18T04:54:00.0320775Z test_python_reference_meta_functions__refs_mul_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.185s) 2022-05-18T04:54:00.2119817Z test_python_reference_meta_functions__refs_mul_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.180s) 2022-05-18T04:54:00.3922122Z test_python_reference_meta_functions__refs_mul_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.180s) 2022-05-18T04:54:00.3977917Z test_python_reference_meta_functions__refs_narrow_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:54:00.4023678Z test_python_reference_meta_functions__refs_narrow_cuda_bool (__main__.TestCommonCUDA) ... ok (0.004s) 2022-05-18T04:54:00.4089046Z test_python_reference_meta_functions__refs_narrow_cuda_complex128 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:54:00.4154010Z test_python_reference_meta_functions__refs_narrow_cuda_complex32 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:54:00.4219369Z test_python_reference_meta_functions__refs_narrow_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:54:00.4274007Z test_python_reference_meta_functions__refs_narrow_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:54:00.4328792Z test_python_reference_meta_functions__refs_narrow_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:54:00.4390835Z test_python_reference_meta_functions__refs_narrow_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:54:00.4436035Z test_python_reference_meta_functions__refs_narrow_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.004s) 2022-05-18T04:54:00.4481125Z test_python_reference_meta_functions__refs_narrow_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.004s) 2022-05-18T04:54:00.4526176Z test_python_reference_meta_functions__refs_narrow_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.004s) 2022-05-18T04:54:00.4571551Z test_python_reference_meta_functions__refs_narrow_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.004s) 2022-05-18T04:54:00.4616729Z test_python_reference_meta_functions__refs_narrow_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.004s) 2022-05-18T04:54:00.6921125Z test_python_reference_meta_functions__refs_ne_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (0.230s) 2022-05-18T04:54:00.8583850Z test_python_reference_meta_functions__refs_ne_cuda_bool (__main__.TestCommonCUDA) ... ok (0.166s) 2022-05-18T04:54:01.1843276Z test_python_reference_meta_functions__refs_ne_cuda_complex128 (__main__.TestCommonCUDA) ... ok (0.326s) 2022-05-18T04:54:01.5031380Z test_python_reference_meta_functions__refs_ne_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.319s) 2022-05-18T04:54:01.7322048Z test_python_reference_meta_functions__refs_ne_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.229s) 2022-05-18T04:54:01.9655278Z test_python_reference_meta_functions__refs_ne_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.233s) 2022-05-18T04:54:02.2034269Z test_python_reference_meta_functions__refs_ne_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.238s) 2022-05-18T04:54:02.3929311Z test_python_reference_meta_functions__refs_ne_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.189s) 2022-05-18T04:54:02.5804691Z test_python_reference_meta_functions__refs_ne_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.187s) 2022-05-18T04:54:02.7682569Z test_python_reference_meta_functions__refs_ne_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.188s) 2022-05-18T04:54:02.9520037Z test_python_reference_meta_functions__refs_ne_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.184s) 2022-05-18T04:54:03.1340229Z test_python_reference_meta_functions__refs_ne_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.182s) 2022-05-18T04:54:03.1631772Z test_python_reference_meta_functions__refs_neg_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (0.029s) 2022-05-18T04:54:03.2485919Z test_python_reference_meta_functions__refs_neg_cuda_complex128 (__main__.TestCommonCUDA) ... ok (0.085s) 2022-05-18T04:54:03.2727140Z test_python_reference_meta_functions__refs_neg_cuda_complex32 (__main__.TestCommonCUDA) ... expected failure (0.024s) 2022-05-18T04:54:03.3514571Z test_python_reference_meta_functions__refs_neg_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.079s) 2022-05-18T04:54:03.3802244Z test_python_reference_meta_functions__refs_neg_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.029s) 2022-05-18T04:54:03.4098366Z test_python_reference_meta_functions__refs_neg_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.029s) 2022-05-18T04:54:03.4405298Z test_python_reference_meta_functions__refs_neg_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.031s) 2022-05-18T04:54:03.4615850Z test_python_reference_meta_functions__refs_neg_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.021s) 2022-05-18T04:54:03.4835116Z test_python_reference_meta_functions__refs_neg_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.022s) 2022-05-18T04:54:03.5054942Z test_python_reference_meta_functions__refs_neg_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.022s) 2022-05-18T04:54:03.5250439Z test_python_reference_meta_functions__refs_neg_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.019s) 2022-05-18T04:54:03.5457054Z test_python_reference_meta_functions__refs_neg_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.020s) 2022-05-18T04:54:03.7472671Z test_python_reference_meta_functions__refs_nextafter_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (0.201s) 2022-05-18T04:54:03.9512552Z test_python_reference_meta_functions__refs_nextafter_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.204s) 2022-05-18T04:54:04.1584501Z test_python_reference_meta_functions__refs_nextafter_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.207s) 2022-05-18T04:54:04.2828464Z test_python_reference_meta_functions__refs_nn_functional_elu_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (0.124s) 2022-05-18T04:54:04.4075563Z test_python_reference_meta_functions__refs_nn_functional_elu_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.124s) 2022-05-18T04:54:04.5256300Z test_python_reference_meta_functions__refs_nn_functional_elu_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.118s) 2022-05-18T04:54:04.6491112Z test_python_reference_meta_functions__refs_nn_functional_elu_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.123s) 2022-05-18T04:54:04.6990456Z test_python_reference_meta_functions__refs_permute_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (0.050s) 2022-05-18T04:54:04.7376177Z test_python_reference_meta_functions__refs_permute_cuda_bool (__main__.TestCommonCUDA) ... ok (0.038s) 2022-05-18T04:54:04.7979273Z test_python_reference_meta_functions__refs_permute_cuda_complex128 (__main__.TestCommonCUDA) ... ok (0.060s) 2022-05-18T04:54:04.8580994Z test_python_reference_meta_functions__refs_permute_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.060s) 2022-05-18T04:54:04.9070020Z test_python_reference_meta_functions__refs_permute_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.049s) 2022-05-18T04:54:04.9563972Z test_python_reference_meta_functions__refs_permute_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.049s) 2022-05-18T04:54:05.0058778Z test_python_reference_meta_functions__refs_permute_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.049s) 2022-05-18T04:54:05.0452351Z test_python_reference_meta_functions__refs_permute_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.039s) 2022-05-18T04:54:05.0838053Z test_python_reference_meta_functions__refs_permute_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.039s) 2022-05-18T04:54:05.1225034Z test_python_reference_meta_functions__refs_permute_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.039s) 2022-05-18T04:54:05.1607765Z test_python_reference_meta_functions__refs_permute_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.038s) 2022-05-18T04:54:05.1993619Z test_python_reference_meta_functions__refs_permute_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.038s) 2022-05-18T04:54:05.4278544Z test_python_reference_meta_functions__refs_pow_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (0.228s) 2022-05-18T04:54:05.7504920Z test_python_reference_meta_functions__refs_pow_cuda_complex128 (__main__.TestCommonCUDA) ... ok (0.322s) 2022-05-18T04:54:06.0642519Z test_python_reference_meta_functions__refs_pow_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.314s) 2022-05-18T04:54:06.2902179Z test_python_reference_meta_functions__refs_pow_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.226s) 2022-05-18T04:54:06.5176812Z test_python_reference_meta_functions__refs_pow_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.227s) 2022-05-18T04:54:06.7516105Z test_python_reference_meta_functions__refs_pow_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.234s) 2022-05-18T04:54:06.9353572Z test_python_reference_meta_functions__refs_pow_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.184s) 2022-05-18T04:54:07.1225298Z test_python_reference_meta_functions__refs_pow_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.187s) 2022-05-18T04:54:07.3072254Z test_python_reference_meta_functions__refs_pow_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.184s) 2022-05-18T04:54:07.4872993Z test_python_reference_meta_functions__refs_pow_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.180s) 2022-05-18T04:54:07.6667026Z test_python_reference_meta_functions__refs_pow_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.179s) 2022-05-18T04:54:07.7063337Z test_python_reference_meta_functions__refs_reciprocal_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (0.040s) 2022-05-18T04:54:07.7390480Z test_python_reference_meta_functions__refs_reciprocal_cuda_bool (__main__.TestCommonCUDA) ... ok (0.032s) 2022-05-18T04:54:07.8290911Z test_python_reference_meta_functions__refs_reciprocal_cuda_complex128 (__main__.TestCommonCUDA) ... ok (0.090s) 2022-05-18T04:54:07.9127428Z test_python_reference_meta_functions__refs_reciprocal_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.084s) 2022-05-18T04:54:07.9531599Z test_python_reference_meta_functions__refs_reciprocal_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.040s) 2022-05-18T04:54:07.9867074Z test_python_reference_meta_functions__refs_reciprocal_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.033s) 2022-05-18T04:54:08.0218136Z test_python_reference_meta_functions__refs_reciprocal_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.035s) 2022-05-18T04:54:08.0493926Z test_python_reference_meta_functions__refs_reciprocal_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.027s) 2022-05-18T04:54:08.0774035Z test_python_reference_meta_functions__refs_reciprocal_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.028s) 2022-05-18T04:54:08.1061808Z test_python_reference_meta_functions__refs_reciprocal_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.029s) 2022-05-18T04:54:08.1318503Z test_python_reference_meta_functions__refs_reciprocal_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.026s) 2022-05-18T04:54:08.1573790Z test_python_reference_meta_functions__refs_reciprocal_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.025s) 2022-05-18T04:54:08.2161260Z test_python_reference_meta_functions__refs_reshape_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (0.058s) 2022-05-18T04:54:08.2632048Z test_python_reference_meta_functions__refs_reshape_cuda_bool (__main__.TestCommonCUDA) ... ok (0.047s) 2022-05-18T04:54:08.3324498Z test_python_reference_meta_functions__refs_reshape_cuda_complex128 (__main__.TestCommonCUDA) ... ok (0.069s) 2022-05-18T04:54:08.4016545Z test_python_reference_meta_functions__refs_reshape_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.069s) 2022-05-18T04:54:08.4596560Z test_python_reference_meta_functions__refs_reshape_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.058s) 2022-05-18T04:54:08.5177111Z test_python_reference_meta_functions__refs_reshape_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.058s) 2022-05-18T04:54:08.5758574Z test_python_reference_meta_functions__refs_reshape_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.058s) 2022-05-18T04:54:08.6237748Z test_python_reference_meta_functions__refs_reshape_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.048s) 2022-05-18T04:54:08.6716561Z test_python_reference_meta_functions__refs_reshape_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.048s) 2022-05-18T04:54:08.7196937Z test_python_reference_meta_functions__refs_reshape_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.048s) 2022-05-18T04:54:08.7674887Z test_python_reference_meta_functions__refs_reshape_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.048s) 2022-05-18T04:54:08.8153641Z test_python_reference_meta_functions__refs_reshape_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.048s) 2022-05-18T04:54:08.8449815Z test_python_reference_meta_functions__refs_round_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (0.029s) 2022-05-18T04:54:08.8743583Z test_python_reference_meta_functions__refs_round_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.029s) 2022-05-18T04:54:08.9045564Z test_python_reference_meta_functions__refs_round_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.030s) 2022-05-18T04:54:08.9356110Z test_python_reference_meta_functions__refs_round_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.031s) 2022-05-18T04:54:08.9649208Z test_python_reference_meta_functions__refs_sign_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (0.029s) 2022-05-18T04:54:08.9907904Z test_python_reference_meta_functions__refs_sign_cuda_bool (__main__.TestCommonCUDA) ... ok (0.026s) 2022-05-18T04:54:09.0203478Z test_python_reference_meta_functions__refs_sign_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.029s) 2022-05-18T04:54:09.0505419Z test_python_reference_meta_functions__refs_sign_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.030s) 2022-05-18T04:54:09.0818176Z test_python_reference_meta_functions__refs_sign_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.031s) 2022-05-18T04:54:09.1031461Z test_python_reference_meta_functions__refs_sign_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.021s) 2022-05-18T04:54:09.1251998Z test_python_reference_meta_functions__refs_sign_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.022s) 2022-05-18T04:54:09.1472486Z test_python_reference_meta_functions__refs_sign_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.022s) 2022-05-18T04:54:09.1667802Z test_python_reference_meta_functions__refs_sign_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.019s) 2022-05-18T04:54:09.1866972Z test_python_reference_meta_functions__refs_sign_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.020s) 2022-05-18T04:54:09.2197679Z test_python_reference_meta_functions__refs_sin_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (0.033s) 2022-05-18T04:54:09.2493796Z test_python_reference_meta_functions__refs_sin_cuda_bool (__main__.TestCommonCUDA) ... ok (0.029s) 2022-05-18T04:54:09.3289978Z test_python_reference_meta_functions__refs_sin_cuda_complex128 (__main__.TestCommonCUDA) ... ok (0.079s) 2022-05-18T04:54:09.4028919Z test_python_reference_meta_functions__refs_sin_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.072s) 2022-05-18T04:54:09.4365801Z test_python_reference_meta_functions__refs_sin_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.034s) 2022-05-18T04:54:09.4645989Z test_python_reference_meta_functions__refs_sin_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.028s) 2022-05-18T04:54:09.4942306Z test_python_reference_meta_functions__refs_sin_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.030s) 2022-05-18T04:54:09.5190263Z test_python_reference_meta_functions__refs_sin_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.025s) 2022-05-18T04:54:09.5434279Z test_python_reference_meta_functions__refs_sin_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.024s) 2022-05-18T04:54:09.5684058Z test_python_reference_meta_functions__refs_sin_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.025s) 2022-05-18T04:54:09.5920653Z test_python_reference_meta_functions__refs_sin_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.023s) 2022-05-18T04:54:09.6145054Z test_python_reference_meta_functions__refs_sin_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.022s) 2022-05-18T04:54:09.6501431Z test_python_reference_meta_functions__refs_sinh_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (0.035s) 2022-05-18T04:54:09.6798789Z test_python_reference_meta_functions__refs_sinh_cuda_bool (__main__.TestCommonCUDA) ... ok (0.030s) 2022-05-18T04:54:09.7676482Z test_python_reference_meta_functions__refs_sinh_cuda_complex128 (__main__.TestCommonCUDA) ... ok (0.088s) 2022-05-18T04:54:09.8505166Z test_python_reference_meta_functions__refs_sinh_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.081s) 2022-05-18T04:54:09.8859515Z test_python_reference_meta_functions__refs_sinh_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.035s) 2022-05-18T04:54:09.9157727Z test_python_reference_meta_functions__refs_sinh_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.030s) 2022-05-18T04:54:09.9483625Z test_python_reference_meta_functions__refs_sinh_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.032s) 2022-05-18T04:54:09.9727045Z test_python_reference_meta_functions__refs_sinh_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.024s) 2022-05-18T04:54:09.9972229Z test_python_reference_meta_functions__refs_sinh_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.024s) 2022-05-18T04:54:10.0222248Z test_python_reference_meta_functions__refs_sinh_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.025s) 2022-05-18T04:54:10.0442328Z test_python_reference_meta_functions__refs_sinh_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.022s) 2022-05-18T04:54:10.0663515Z test_python_reference_meta_functions__refs_sinh_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.022s) 2022-05-18T04:54:10.1047029Z test_python_reference_meta_functions__refs_special_i0e_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (0.038s) 2022-05-18T04:54:10.1356907Z test_python_reference_meta_functions__refs_special_i0e_cuda_bool (__main__.TestCommonCUDA) ... ok (0.031s) 2022-05-18T04:54:10.1737546Z test_python_reference_meta_functions__refs_special_i0e_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.038s) 2022-05-18T04:54:10.2054847Z test_python_reference_meta_functions__refs_special_i0e_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.032s) 2022-05-18T04:54:10.2433178Z test_python_reference_meta_functions__refs_special_i0e_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.038s) 2022-05-18T04:54:10.2720105Z test_python_reference_meta_functions__refs_special_i0e_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.026s) 2022-05-18T04:54:10.2979477Z test_python_reference_meta_functions__refs_special_i0e_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.026s) 2022-05-18T04:54:10.3246262Z test_python_reference_meta_functions__refs_special_i0e_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.026s) 2022-05-18T04:54:10.3489638Z test_python_reference_meta_functions__refs_special_i0e_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.024s) 2022-05-18T04:54:10.3728443Z test_python_reference_meta_functions__refs_special_i0e_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.024s) 2022-05-18T04:54:10.4036384Z test_python_reference_meta_functions__refs_special_i1e_cuda_bool (__main__.TestCommonCUDA) ... ok (0.031s) 2022-05-18T04:54:10.4357065Z test_python_reference_meta_functions__refs_special_i1e_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.032s) 2022-05-18T04:54:10.4736879Z test_python_reference_meta_functions__refs_special_i1e_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.038s) 2022-05-18T04:54:10.5021518Z test_python_reference_meta_functions__refs_special_i1e_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.026s) 2022-05-18T04:54:10.5297320Z test_python_reference_meta_functions__refs_special_i1e_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.027s) 2022-05-18T04:54:10.5569764Z test_python_reference_meta_functions__refs_special_i1e_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.027s) 2022-05-18T04:54:10.5819363Z test_python_reference_meta_functions__refs_special_i1e_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.025s) 2022-05-18T04:54:10.6074865Z test_python_reference_meta_functions__refs_special_i1e_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.025s) 2022-05-18T04:54:10.6443804Z test_python_reference_meta_functions__refs_sqrt_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (0.037s) 2022-05-18T04:54:10.6740332Z test_python_reference_meta_functions__refs_sqrt_cuda_bool (__main__.TestCommonCUDA) ... ok (0.029s) 2022-05-18T04:54:10.7619490Z test_python_reference_meta_functions__refs_sqrt_cuda_complex128 (__main__.TestCommonCUDA) ... ok (0.088s) 2022-05-18T04:54:10.8447903Z test_python_reference_meta_functions__refs_sqrt_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.080s) 2022-05-18T04:54:10.8810285Z test_python_reference_meta_functions__refs_sqrt_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.036s) 2022-05-18T04:54:10.9111990Z test_python_reference_meta_functions__refs_sqrt_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.030s) 2022-05-18T04:54:10.9432318Z test_python_reference_meta_functions__refs_sqrt_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.032s) 2022-05-18T04:54:10.9677734Z test_python_reference_meta_functions__refs_sqrt_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.024s) 2022-05-18T04:54:10.9924835Z test_python_reference_meta_functions__refs_sqrt_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.025s) 2022-05-18T04:54:11.0177683Z test_python_reference_meta_functions__refs_sqrt_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.025s) 2022-05-18T04:54:11.0400406Z test_python_reference_meta_functions__refs_sqrt_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.022s) 2022-05-18T04:54:11.0622963Z test_python_reference_meta_functions__refs_sqrt_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.022s) 2022-05-18T04:54:11.0961121Z test_python_reference_meta_functions__refs_square_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (0.034s) 2022-05-18T04:54:11.1287251Z test_python_reference_meta_functions__refs_square_cuda_bool (__main__.TestCommonCUDA) ... ok (0.032s) 2022-05-18T04:54:11.2252836Z test_python_reference_meta_functions__refs_square_cuda_complex128 (__main__.TestCommonCUDA) ... ok (0.096s) 2022-05-18T04:54:11.3167238Z test_python_reference_meta_functions__refs_square_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.087s) 2022-05-18T04:54:11.3510168Z test_python_reference_meta_functions__refs_square_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.034s) 2022-05-18T04:54:11.3866845Z test_python_reference_meta_functions__refs_square_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.036s) 2022-05-18T04:54:11.4218605Z test_python_reference_meta_functions__refs_square_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.035s) 2022-05-18T04:54:11.4467438Z test_python_reference_meta_functions__refs_square_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.025s) 2022-05-18T04:54:11.4714492Z test_python_reference_meta_functions__refs_square_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.024s) 2022-05-18T04:54:11.4969457Z test_python_reference_meta_functions__refs_square_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.025s) 2022-05-18T04:54:11.5201641Z test_python_reference_meta_functions__refs_square_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.023s) 2022-05-18T04:54:11.5429895Z test_python_reference_meta_functions__refs_square_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.023s) 2022-05-18T04:54:11.5492242Z test_python_reference_meta_functions__refs_squeeze_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:54:11.5539082Z test_python_reference_meta_functions__refs_squeeze_cuda_bool (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:54:11.5613920Z test_python_reference_meta_functions__refs_squeeze_cuda_complex128 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:54:11.5688965Z test_python_reference_meta_functions__refs_squeeze_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:54:11.5750142Z test_python_reference_meta_functions__refs_squeeze_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:54:11.5817005Z test_python_reference_meta_functions__refs_squeeze_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:54:11.5877192Z test_python_reference_meta_functions__refs_squeeze_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:54:11.5925279Z test_python_reference_meta_functions__refs_squeeze_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:54:11.5972505Z test_python_reference_meta_functions__refs_squeeze_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:54:11.6020069Z test_python_reference_meta_functions__refs_squeeze_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:54:11.6067779Z test_python_reference_meta_functions__refs_squeeze_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:54:11.6115569Z test_python_reference_meta_functions__refs_squeeze_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:54:11.6270998Z test_python_reference_meta_functions__refs_stack_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (0.015s) 2022-05-18T04:54:11.6412877Z test_python_reference_meta_functions__refs_stack_cuda_bool (__main__.TestCommonCUDA) ... ok (0.014s) 2022-05-18T04:54:11.6581491Z test_python_reference_meta_functions__refs_stack_cuda_complex128 (__main__.TestCommonCUDA) ... ok (0.017s) 2022-05-18T04:54:11.6747807Z test_python_reference_meta_functions__refs_stack_cuda_complex32 (__main__.TestCommonCUDA) ... ok (0.016s) 2022-05-18T04:54:11.6904667Z test_python_reference_meta_functions__refs_stack_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.016s) 2022-05-18T04:54:11.7049833Z test_python_reference_meta_functions__refs_stack_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.014s) 2022-05-18T04:54:11.7195047Z test_python_reference_meta_functions__refs_stack_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.014s) 2022-05-18T04:54:11.7349409Z test_python_reference_meta_functions__refs_stack_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.015s) 2022-05-18T04:54:11.7487188Z test_python_reference_meta_functions__refs_stack_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.014s) 2022-05-18T04:54:11.7624435Z test_python_reference_meta_functions__refs_stack_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.014s) 2022-05-18T04:54:11.7761807Z test_python_reference_meta_functions__refs_stack_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.014s) 2022-05-18T04:54:11.7899162Z test_python_reference_meta_functions__refs_stack_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.014s) 2022-05-18T04:54:11.8036997Z test_python_reference_meta_functions__refs_stack_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.014s) 2022-05-18T04:54:12.0752711Z test_python_reference_meta_functions__refs_sub_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (0.271s) 2022-05-18T04:54:12.4104100Z test_python_reference_meta_functions__refs_sub_cuda_complex128 (__main__.TestCommonCUDA) ... ok (0.335s) 2022-05-18T04:54:12.4968674Z test_python_reference_meta_functions__refs_sub_cuda_complex32 (__main__.TestCommonCUDA) ... ok (0.086s) 2022-05-18T04:54:12.8235050Z test_python_reference_meta_functions__refs_sub_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.326s) 2022-05-18T04:54:13.0936788Z test_python_reference_meta_functions__refs_sub_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.270s) 2022-05-18T04:54:13.3398315Z test_python_reference_meta_functions__refs_sub_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.246s) 2022-05-18T04:54:13.5831798Z test_python_reference_meta_functions__refs_sub_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.243s) 2022-05-18T04:54:13.7760997Z test_python_reference_meta_functions__refs_sub_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.193s) 2022-05-18T04:54:13.9687439Z test_python_reference_meta_functions__refs_sub_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.192s) 2022-05-18T04:54:14.1633755Z test_python_reference_meta_functions__refs_sub_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.194s) 2022-05-18T04:54:14.3536597Z test_python_reference_meta_functions__refs_sub_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.190s) 2022-05-18T04:54:14.5430322Z test_python_reference_meta_functions__refs_sub_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.189s) 2022-05-18T04:54:14.5585865Z test_python_reference_meta_functions__refs_sum_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (0.016s) 2022-05-18T04:54:14.5708481Z test_python_reference_meta_functions__refs_sum_cuda_bool (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:54:14.5841256Z test_python_reference_meta_functions__refs_sum_cuda_complex128 (__main__.TestCommonCUDA) ... ok (0.013s) 2022-05-18T04:54:14.6002316Z test_python_reference_meta_functions__refs_sum_cuda_complex32 (__main__.TestCommonCUDA) ... ok (0.016s) 2022-05-18T04:54:14.6140178Z test_python_reference_meta_functions__refs_sum_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.014s) 2022-05-18T04:54:14.6293257Z test_python_reference_meta_functions__refs_sum_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.015s) 2022-05-18T04:54:14.6417236Z test_python_reference_meta_functions__refs_sum_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:54:14.6542452Z test_python_reference_meta_functions__refs_sum_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:54:14.6669130Z test_python_reference_meta_functions__refs_sum_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:54:14.6801874Z test_python_reference_meta_functions__refs_sum_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.013s) 2022-05-18T04:54:14.6920756Z test_python_reference_meta_functions__refs_sum_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:54:14.7048544Z test_python_reference_meta_functions__refs_sum_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.013s) 2022-05-18T04:54:14.7175689Z test_python_reference_meta_functions__refs_sum_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.013s) 2022-05-18T04:54:14.7592594Z test_python_reference_meta_functions__refs_tan_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (0.041s) 2022-05-18T04:54:14.7880842Z test_python_reference_meta_functions__refs_tan_cuda_bool (__main__.TestCommonCUDA) ... ok (0.029s) 2022-05-18T04:54:14.8869189Z test_python_reference_meta_functions__refs_tan_cuda_complex128 (__main__.TestCommonCUDA) ... ok (0.099s) 2022-05-18T04:54:14.9824495Z test_python_reference_meta_functions__refs_tan_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.091s) 2022-05-18T04:54:15.0236877Z test_python_reference_meta_functions__refs_tan_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.041s) 2022-05-18T04:54:15.0593750Z test_python_reference_meta_functions__refs_tan_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.036s) 2022-05-18T04:54:15.0976070Z test_python_reference_meta_functions__refs_tan_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.038s) 2022-05-18T04:54:15.1279311Z test_python_reference_meta_functions__refs_tan_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.030s) 2022-05-18T04:54:15.1588938Z test_python_reference_meta_functions__refs_tan_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.031s) 2022-05-18T04:54:15.1898571Z test_python_reference_meta_functions__refs_tan_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.031s) 2022-05-18T04:54:15.2173204Z test_python_reference_meta_functions__refs_tan_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.027s) 2022-05-18T04:54:15.2449423Z test_python_reference_meta_functions__refs_tan_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.028s) 2022-05-18T04:54:15.2492518Z test_python_reference_meta_functions__refs_tensor_split_cuda_bfloat16 (__main__.TestCommonCUDA) ... expected failure (0.004s) 2022-05-18T04:54:15.2526217Z test_python_reference_meta_functions__refs_tensor_split_cuda_bool (__main__.TestCommonCUDA) ... expected failure (0.003s) 2022-05-18T04:54:15.2579149Z test_python_reference_meta_functions__refs_tensor_split_cuda_complex128 (__main__.TestCommonCUDA) ... expected failure (0.005s) 2022-05-18T04:54:15.2635822Z test_python_reference_meta_functions__refs_tensor_split_cuda_complex64 (__main__.TestCommonCUDA) ... expected failure (0.006s) 2022-05-18T04:54:15.2681278Z test_python_reference_meta_functions__refs_tensor_split_cuda_float16 (__main__.TestCommonCUDA) ... expected failure (0.004s) 2022-05-18T04:54:15.2726477Z test_python_reference_meta_functions__refs_tensor_split_cuda_float32 (__main__.TestCommonCUDA) ... expected failure (0.004s) 2022-05-18T04:54:15.2772209Z test_python_reference_meta_functions__refs_tensor_split_cuda_float64 (__main__.TestCommonCUDA) ... expected failure (0.004s) 2022-05-18T04:54:15.2807587Z test_python_reference_meta_functions__refs_tensor_split_cuda_int16 (__main__.TestCommonCUDA) ... expected failure (0.003s) 2022-05-18T04:54:15.2843274Z test_python_reference_meta_functions__refs_tensor_split_cuda_int32 (__main__.TestCommonCUDA) ... expected failure (0.003s) 2022-05-18T04:54:15.2878393Z test_python_reference_meta_functions__refs_tensor_split_cuda_int64 (__main__.TestCommonCUDA) ... expected failure (0.003s) 2022-05-18T04:54:15.2918344Z test_python_reference_meta_functions__refs_tensor_split_cuda_int8 (__main__.TestCommonCUDA) ... expected failure (0.004s) 2022-05-18T04:54:15.2951286Z test_python_reference_meta_functions__refs_tensor_split_cuda_uint8 (__main__.TestCommonCUDA) ... expected failure (0.003s) 2022-05-18T04:54:15.3017933Z test_python_reference_meta_functions__refs_transpose_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:54:15.3069110Z test_python_reference_meta_functions__refs_transpose_cuda_bool (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:54:15.3152417Z test_python_reference_meta_functions__refs_transpose_cuda_complex128 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:54:15.3236093Z test_python_reference_meta_functions__refs_transpose_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:54:15.3303227Z test_python_reference_meta_functions__refs_transpose_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:54:15.3370977Z test_python_reference_meta_functions__refs_transpose_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:54:15.3445845Z test_python_reference_meta_functions__refs_transpose_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:54:15.3498511Z test_python_reference_meta_functions__refs_transpose_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:54:15.3551018Z test_python_reference_meta_functions__refs_transpose_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:54:15.3603838Z test_python_reference_meta_functions__refs_transpose_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:54:15.3656502Z test_python_reference_meta_functions__refs_transpose_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:54:15.3709531Z test_python_reference_meta_functions__refs_transpose_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:54:15.6636952Z test_python_reference_meta_functions__refs_true_divide_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (0.292s) 2022-05-18T04:54:15.8894786Z test_python_reference_meta_functions__refs_true_divide_cuda_bool (__main__.TestCommonCUDA) ... ok (0.226s) 2022-05-18T04:54:16.2608441Z test_python_reference_meta_functions__refs_true_divide_cuda_complex128 (__main__.TestCommonCUDA) ... ok (0.371s) 2022-05-18T04:54:16.6166114Z test_python_reference_meta_functions__refs_true_divide_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.356s) 2022-05-18T04:54:16.9082091Z test_python_reference_meta_functions__refs_true_divide_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.291s) 2022-05-18T04:54:17.1689600Z test_python_reference_meta_functions__refs_true_divide_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.261s) 2022-05-18T04:54:17.4337592Z test_python_reference_meta_functions__refs_true_divide_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.265s) 2022-05-18T04:54:17.6734639Z test_python_reference_meta_functions__refs_true_divide_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.239s) 2022-05-18T04:54:17.9125222Z test_python_reference_meta_functions__refs_true_divide_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.239s) 2022-05-18T04:54:18.1605692Z test_python_reference_meta_functions__refs_true_divide_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.248s) 2022-05-18T04:54:18.3946918Z test_python_reference_meta_functions__refs_true_divide_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.234s) 2022-05-18T04:54:18.6299943Z test_python_reference_meta_functions__refs_true_divide_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.235s) 2022-05-18T04:54:18.6369231Z test_python_reference_meta_functions__refs_unsqueeze_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:54:18.6422809Z test_python_reference_meta_functions__refs_unsqueeze_cuda_bool (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:54:18.6508995Z test_python_reference_meta_functions__refs_unsqueeze_cuda_complex128 (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:54:18.6595403Z test_python_reference_meta_functions__refs_unsqueeze_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:54:18.6664592Z test_python_reference_meta_functions__refs_unsqueeze_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:54:18.6733027Z test_python_reference_meta_functions__refs_unsqueeze_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:54:18.6807866Z test_python_reference_meta_functions__refs_unsqueeze_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:54:18.6864578Z test_python_reference_meta_functions__refs_unsqueeze_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:54:18.6922268Z test_python_reference_meta_functions__refs_unsqueeze_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:54:18.6976481Z test_python_reference_meta_functions__refs_unsqueeze_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:54:18.7031391Z test_python_reference_meta_functions__refs_unsqueeze_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:54:18.7086147Z test_python_reference_meta_functions__refs_unsqueeze_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:54:18.7659591Z test_python_reference_meta_functions__refs_view_cuda_bfloat16 (__main__.TestCommonCUDA) ... ok (0.057s) 2022-05-18T04:54:18.8123868Z test_python_reference_meta_functions__refs_view_cuda_bool (__main__.TestCommonCUDA) ... ok (0.046s) 2022-05-18T04:54:18.8796048Z test_python_reference_meta_functions__refs_view_cuda_complex128 (__main__.TestCommonCUDA) ... ok (0.067s) 2022-05-18T04:54:18.8909443Z test_python_reference_meta_functions__refs_view_cuda_complex32 (__main__.TestCommonCUDA) ... expected failure (0.011s) 2022-05-18T04:54:18.9580308Z test_python_reference_meta_functions__refs_view_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.067s) 2022-05-18T04:54:19.0148447Z test_python_reference_meta_functions__refs_view_cuda_float16 (__main__.TestCommonCUDA) ... ok (0.057s) 2022-05-18T04:54:19.0720641Z test_python_reference_meta_functions__refs_view_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.057s) 2022-05-18T04:54:19.1296291Z test_python_reference_meta_functions__refs_view_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.057s) 2022-05-18T04:54:19.1774414Z test_python_reference_meta_functions__refs_view_cuda_int16 (__main__.TestCommonCUDA) ... ok (0.048s) 2022-05-18T04:54:19.2258944Z test_python_reference_meta_functions__refs_view_cuda_int32 (__main__.TestCommonCUDA) ... ok (0.048s) 2022-05-18T04:54:19.2732389Z test_python_reference_meta_functions__refs_view_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.047s) 2022-05-18T04:54:19.3204744Z test_python_reference_meta_functions__refs_view_cuda_int8 (__main__.TestCommonCUDA) ... ok (0.047s) 2022-05-18T04:54:19.3676665Z test_python_reference_meta_functions__refs_view_cuda_uint8 (__main__.TestCommonCUDA) ... ok (0.047s) 2022-05-18T04:54:19.3859579Z test_reference_testing_addbmm_cuda_complex128 (__main__.TestCommonCUDA) ... ok (0.018s) 2022-05-18T04:54:19.3938777Z test_reference_testing_addbmm_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:54:19.4162379Z test_reference_testing_allclose_cuda_complex128 (__main__.TestCommonCUDA) ... ok (0.022s) 2022-05-18T04:54:19.4336587Z test_reference_testing_allclose_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.017s) 2022-05-18T04:54:19.4389832Z test_reference_testing_aminmax_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:54:19.4433188Z test_reference_testing_aminmax_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.004s) 2022-05-18T04:54:19.4493020Z test_reference_testing_argwhere_cuda_complex128 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:54:19.4542427Z test_reference_testing_argwhere_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:54:19.4589122Z test_reference_testing_argwhere_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:54:19.4632300Z test_reference_testing_broadcast_tensors_cuda_complex128 (__main__.TestCommonCUDA) ... ok (0.004s) 2022-05-18T04:54:19.4668678Z test_reference_testing_broadcast_tensors_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.004s) 2022-05-18T04:54:19.4698693Z test_reference_testing_broadcast_tensors_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.003s) 2022-05-18T04:54:19.4762092Z test_reference_testing_broadcast_to_cuda_complex128 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:54:19.4823632Z test_reference_testing_broadcast_to_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:54:19.4865541Z test_reference_testing_broadcast_to_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.004s) 2022-05-18T04:54:19.4959819Z test_reference_testing_cat_cuda_complex128 (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:54:19.5038096Z test_reference_testing_cat_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:54:19.5098238Z test_reference_testing_cat_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:54:19.5150222Z test_reference_testing_diagflat_cuda_complex128 (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:54:19.5195797Z test_reference_testing_diagflat_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.004s) 2022-05-18T04:54:19.5240332Z test_reference_testing_diagflat_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.004s) 2022-05-18T04:54:19.6003454Z test_reference_testing_diff_cuda_complex128 (__main__.TestCommonCUDA) ... ok (0.076s) 2022-05-18T04:54:19.6610167Z test_reference_testing_diff_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.060s) 2022-05-18T04:54:19.7018172Z test_reference_testing_diff_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.041s) 2022-05-18T04:54:19.7168821Z test_reference_testing_jiterator_4inputs_with_extra_args_cuda_complex128 (__main__.TestCommonCUDA) ... ok (0.015s) 2022-05-18T04:54:19.7280595Z test_reference_testing_jiterator_4inputs_with_extra_args_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:54:19.7356406Z test_reference_testing_jiterator_4inputs_with_extra_args_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:54:19.7405478Z test_reference_testing_linalg_cross_cuda_complex128 (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:54:19.7447587Z test_reference_testing_linalg_cross_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.004s) 2022-05-18T04:54:19.7482351Z test_reference_testing_linalg_cross_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.003s) 2022-05-18T04:54:19.7787665Z test_reference_testing_linalg_tensorinv_cuda_complex128 (__main__.TestCommonCUDA) ... ok (0.030s) 2022-05-18T04:54:19.7905316Z test_reference_testing_linalg_tensorinv_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:54:19.8021441Z test_reference_testing_linalg_tensorsolve_cuda_complex128 (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:54:19.8124986Z test_reference_testing_linalg_tensorsolve_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:54:19.8223851Z test_reference_testing_linalg_vander_cuda_complex128 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:54:19.8307821Z test_reference_testing_linalg_vander_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:54:19.8374884Z test_reference_testing_linalg_vander_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:54:19.8530960Z test_reference_testing_meshgrid_variadic_tensors_cuda_complex128 (__main__.TestCommonCUDA) ... ok (0.015s) 2022-05-18T04:54:19.8651394Z test_reference_testing_meshgrid_variadic_tensors_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:54:19.8739382Z test_reference_testing_meshgrid_variadic_tensors_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:54:19.8810145Z test_reference_testing_nn_functional_gelu_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:54:19.8878701Z test_reference_testing_nn_functional_group_norm_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:54:19.8967131Z test_reference_testing_nn_functional_l1_loss_cuda_complex128 (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:54:19.9025757Z test_reference_testing_nn_functional_l1_loss_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:54:19.9107407Z test_reference_testing_nn_functional_layer_norm_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:54:19.9165183Z test_reference_testing_nn_functional_mse_loss_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:54:19.9212254Z test_reference_testing_nn_functional_one_hot_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:54:19.9288663Z test_reference_testing_nn_functional_pairwise_distance_cuda_complex128 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:54:19.9351391Z test_reference_testing_nn_functional_pairwise_distance_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:54:19.9404559Z test_reference_testing_nn_functional_pairwise_distance_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:54:19.9476544Z test_reference_testing_nn_functional_pdist_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:54:19.9628901Z test_reference_testing_nn_functional_prelu_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.015s) 2022-05-18T04:54:19.9701666Z test_reference_testing_nn_functional_smooth_l1_loss_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:54:19.9735938Z test_reference_testing_nn_functional_softplus_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.003s) 2022-05-18T04:54:19.9786915Z test_reference_testing_nn_functional_threshold_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:54:19.9824637Z test_reference_testing_nn_functional_threshold_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.004s) 2022-05-18T04:54:20.0301189Z test_reference_testing_permute_cuda_complex128 (__main__.TestCommonCUDA) ... ok (0.048s) 2022-05-18T04:54:20.0706865Z test_reference_testing_permute_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.040s) 2022-05-18T04:54:20.0997562Z test_reference_testing_permute_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.029s) 2022-05-18T04:54:20.1028118Z test_reference_testing_ravel_cuda_complex128 (__main__.TestCommonCUDA) ... ok (0.003s) 2022-05-18T04:54:20.1056129Z test_reference_testing_ravel_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.003s) 2022-05-18T04:54:20.1081394Z test_reference_testing_ravel_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.002s) 2022-05-18T04:54:20.1310346Z test_reference_testing_repeat_cuda_complex128 (__main__.TestCommonCUDA) ... ok (0.023s) 2022-05-18T04:54:20.1494269Z test_reference_testing_repeat_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.018s) 2022-05-18T04:54:20.1625267Z test_reference_testing_repeat_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.013s) 2022-05-18T04:54:20.1702140Z test_reference_testing_roll_cuda_complex128 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:54:20.1768866Z test_reference_testing_roll_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:54:20.1820869Z test_reference_testing_roll_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.005s) 2022-05-18T04:54:20.2887021Z test_reference_testing_searchsorted_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.106s) 2022-05-18T04:54:20.3864240Z test_reference_testing_searchsorted_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.098s) 2022-05-18T04:54:20.4013502Z test_reference_testing_tensor_split_cuda_complex128 (__main__.TestCommonCUDA) ... ok (0.015s) 2022-05-18T04:54:20.4139337Z test_reference_testing_tensor_split_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:54:20.4232130Z test_reference_testing_tensor_split_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:54:20.4522409Z test_reference_testing_tile_cuda_complex128 (__main__.TestCommonCUDA) ... ok (0.029s) 2022-05-18T04:54:20.4771635Z test_reference_testing_tile_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.025s) 2022-05-18T04:54:20.4939525Z test_reference_testing_tile_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.017s) 2022-05-18T04:54:20.5011293Z test_reference_testing_transpose_cuda_complex128 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:54:20.5071421Z test_reference_testing_transpose_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:54:20.5117376Z test_reference_testing_transpose_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.004s) 2022-05-18T04:54:20.5193647Z test_reference_testing_where_cuda_complex128 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:54:20.5256777Z test_reference_testing_where_cuda_float64 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:54:20.5312848Z test_reference_testing_where_cuda_int64 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:54:20.5389774Z test_variant_consistency_eager_H_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:54:20.5452127Z test_variant_consistency_eager_H_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:54:20.5525276Z test_variant_consistency_eager_T_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:54:20.5588042Z test_variant_consistency_eager_T_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:54:20.6747287Z test_variant_consistency_eager___getitem___cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.116s) 2022-05-18T04:54:20.7303428Z test_variant_consistency_eager___getitem___cuda_float32 (__main__.TestCommonCUDA) ... ok (0.056s) 2022-05-18T04:54:20.7693978Z test_variant_consistency_eager___radd___cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.039s) 2022-05-18T04:54:20.7899393Z test_variant_consistency_eager___radd___cuda_float32 (__main__.TestCommonCUDA) ... ok (0.020s) 2022-05-18T04:54:20.8374769Z test_variant_consistency_eager___rdiv___cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.047s) 2022-05-18T04:54:20.8604397Z test_variant_consistency_eager___rdiv___cuda_float32 (__main__.TestCommonCUDA) ... ok (0.023s) 2022-05-18T04:54:20.8995850Z test_variant_consistency_eager___rmatmul___cuda_complex64 (__main__.TestCommonCUDA) ... /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-18T04:54:20.8996936Z return self._grad 2022-05-18T04:54:20.9150604Z ok (0.054s) 2022-05-18T04:54:20.9449624Z test_variant_consistency_eager___rmatmul___cuda_float32 (__main__.TestCommonCUDA) ... ok (0.030s) 2022-05-18T04:54:20.9656139Z test_variant_consistency_eager___rmod___cuda_float32 (__main__.TestCommonCUDA) ... ok (0.020s) 2022-05-18T04:54:21.0070610Z test_variant_consistency_eager___rmul___cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.041s) 2022-05-18T04:54:21.0285571Z test_variant_consistency_eager___rmul___cuda_float32 (__main__.TestCommonCUDA) ... ok (0.021s) 2022-05-18T04:54:21.0425341Z test_variant_consistency_eager___rpow___cuda_complex64 (__main__.TestCommonCUDA) ... /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:54:21.0426226Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-05-18T04:54:21.0769733Z ok (0.048s) 2022-05-18T04:54:21.0998827Z test_variant_consistency_eager___rpow___cuda_float32 (__main__.TestCommonCUDA) ... ok (0.023s) 2022-05-18T04:54:21.1398552Z test_variant_consistency_eager___rsub___cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.040s) 2022-05-18T04:54:21.1604435Z test_variant_consistency_eager___rsub___cuda_float32 (__main__.TestCommonCUDA) ... ok (0.020s) 2022-05-18T04:54:21.2202527Z test_variant_consistency_eager__masked_amax_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.060s) 2022-05-18T04:54:21.2793831Z test_variant_consistency_eager__masked_amin_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.059s) 2022-05-18T04:54:21.3064031Z test_variant_consistency_eager__masked_argmax_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.027s) 2022-05-18T04:54:21.3350669Z test_variant_consistency_eager__masked_argmin_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.028s) 2022-05-18T04:54:21.3519544Z test_variant_consistency_eager__masked_log_softmax_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.017s) 2022-05-18T04:54:21.5191149Z test_variant_consistency_eager__masked_mean_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.167s) 2022-05-18T04:54:21.6005043Z test_variant_consistency_eager__masked_mean_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.081s) 2022-05-18T04:54:21.8862120Z test_variant_consistency_eager__masked_norm_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.286s) 2022-05-18T04:54:21.9164387Z test_variant_consistency_eager__masked_normalize_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.030s) 2022-05-18T04:54:22.0676018Z test_variant_consistency_eager__masked_prod_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.151s) 2022-05-18T04:54:22.1399828Z test_variant_consistency_eager__masked_prod_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.072s) 2022-05-18T04:54:22.1564610Z test_variant_consistency_eager__masked_softmax_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.016s) 2022-05-18T04:54:22.1739104Z test_variant_consistency_eager__masked_softmin_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.017s) 2022-05-18T04:54:22.5282450Z test_variant_consistency_eager__masked_std_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.354s) 2022-05-18T04:54:22.6870373Z test_variant_consistency_eager__masked_std_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.159s) 2022-05-18T04:54:22.7949740Z test_variant_consistency_eager__masked_sum_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.108s) 2022-05-18T04:54:22.8469595Z test_variant_consistency_eager__masked_sum_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.052s) 2022-05-18T04:54:23.1868127Z test_variant_consistency_eager__masked_var_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.340s) 2022-05-18T04:54:23.3395622Z test_variant_consistency_eager__masked_var_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.153s) 2022-05-18T04:54:23.3566103Z test_variant_consistency_eager_abs_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.017s) 2022-05-18T04:54:23.3692536Z test_variant_consistency_eager_abs_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.013s) 2022-05-18T04:54:23.4119046Z test_variant_consistency_eager_acos_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.043s) 2022-05-18T04:54:23.4344511Z test_variant_consistency_eager_acos_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.022s) 2022-05-18T04:54:23.4693550Z test_variant_consistency_eager_acosh_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.035s) 2022-05-18T04:54:23.4882960Z test_variant_consistency_eager_acosh_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.019s) 2022-05-18T04:54:23.6796105Z test_variant_consistency_eager_add_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.191s) 2022-05-18T04:54:23.7718452Z test_variant_consistency_eager_add_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.092s) 2022-05-18T04:54:23.7763369Z test_variant_consistency_eager_addbmm_cuda_complex64 (__main__.TestCommonCUDA) ... skip: Skipped! (0.004s) 2022-05-18T04:54:23.7808319Z test_variant_consistency_eager_addbmm_cuda_float32 (__main__.TestCommonCUDA) ... skip: Skipped! (0.004s) 2022-05-18T04:54:23.8496567Z test_variant_consistency_eager_addcdiv_cuda_complex64 (__main__.TestCommonCUDA) ... expected failure (0.069s) 2022-05-18T04:54:23.8978704Z test_variant_consistency_eager_addcdiv_cuda_float32 (__main__.TestCommonCUDA) ... expected failure (0.048s) 2022-05-18T04:54:23.9647935Z test_variant_consistency_eager_addcmul_cuda_complex64 (__main__.TestCommonCUDA) ... expected failure (0.067s) 2022-05-18T04:54:24.0127885Z test_variant_consistency_eager_addcmul_cuda_float32 (__main__.TestCommonCUDA) ... expected failure (0.048s) 2022-05-18T04:54:24.0681220Z test_variant_consistency_eager_addmm_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.055s) 2022-05-18T04:54:24.0923209Z test_variant_consistency_eager_addmm_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.024s) 2022-05-18T04:54:24.1460327Z test_variant_consistency_eager_addmm_decomposed_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.054s) 2022-05-18T04:54:24.1709393Z test_variant_consistency_eager_addmm_decomposed_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.025s) 2022-05-18T04:54:24.2557399Z test_variant_consistency_eager_addmv_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.085s) 2022-05-18T04:54:24.2972500Z test_variant_consistency_eager_addmv_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.042s) 2022-05-18T04:54:24.3018088Z test_variant_consistency_eager_addr_cuda_complex64 (__main__.TestCommonCUDA) ... skip: Skipped! (0.005s) 2022-05-18T04:54:24.3063942Z test_variant_consistency_eager_addr_cuda_float32 (__main__.TestCommonCUDA) ... skip: Skipped! (0.004s) 2022-05-18T04:54:24.3220010Z test_variant_consistency_eager_all_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.015s) 2022-05-18T04:54:24.3319503Z test_variant_consistency_eager_all_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:54:24.3914780Z test_variant_consistency_eager_allclose_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.059s) 2022-05-18T04:54:24.4158184Z test_variant_consistency_eager_allclose_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.024s) 2022-05-18T04:54:24.4523714Z test_variant_consistency_eager_amax_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.036s) 2022-05-18T04:54:24.4894120Z test_variant_consistency_eager_amin_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.037s) 2022-05-18T04:54:24.5007027Z test_variant_consistency_eager_aminmax_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:54:24.5102909Z test_variant_consistency_eager_angle_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:54:24.5174188Z test_variant_consistency_eager_angle_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:54:24.5328063Z test_variant_consistency_eager_any_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.015s) 2022-05-18T04:54:24.5427623Z test_variant_consistency_eager_any_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:54:24.5522267Z test_variant_consistency_eager_argmax_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:54:24.5616549Z test_variant_consistency_eager_argmin_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:54:24.5798866Z test_variant_consistency_eager_argsort_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.018s) 2022-05-18T04:54:24.5914803Z test_variant_consistency_eager_argwhere_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:54:24.5998304Z test_variant_consistency_eager_argwhere_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:54:24.6288810Z test_variant_consistency_eager_as_strided_cuda_complex64 (__main__.TestCommonCUDA) ... expected failure (0.029s) 2022-05-18T04:54:25.5771966Z test_variant_consistency_eager_as_strided_cuda_float32 (__main__.TestCommonCUDA) ... expected failure (0.948s) 2022-05-18T04:54:25.7423728Z test_variant_consistency_eager_asin_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.165s) 2022-05-18T04:54:25.7544795Z test_variant_consistency_eager_asin_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:54:25.7712003Z test_variant_consistency_eager_asinh_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.017s) 2022-05-18T04:54:25.7824720Z test_variant_consistency_eager_asinh_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:54:25.8736694Z test_variant_consistency_eager_atan2_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.091s) 2022-05-18T04:54:25.8934875Z test_variant_consistency_eager_atan_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.020s) 2022-05-18T04:54:25.9052933Z test_variant_consistency_eager_atan_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:54:25.9222282Z test_variant_consistency_eager_atanh_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.017s) 2022-05-18T04:54:25.9328622Z test_variant_consistency_eager_atanh_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:54:25.9455013Z test_variant_consistency_eager_atleast_1d_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.013s) 2022-05-18T04:54:25.9537317Z test_variant_consistency_eager_atleast_1d_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:54:25.9664356Z test_variant_consistency_eager_atleast_2d_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.013s) 2022-05-18T04:54:25.9743312Z test_variant_consistency_eager_atleast_2d_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:54:25.9870701Z test_variant_consistency_eager_atleast_3d_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.013s) 2022-05-18T04:54:25.9951240Z test_variant_consistency_eager_atleast_3d_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:54:26.1514816Z test_variant_consistency_eager_baddbmm_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.156s) 2022-05-18T04:54:26.1954549Z test_variant_consistency_eager_baddbmm_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.044s) 2022-05-18T04:54:26.2077614Z test_variant_consistency_eager_bernoulli_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:54:26.2294873Z test_variant_consistency_eager_bfloat16_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.022s) 2022-05-18T04:54:26.2425455Z test_variant_consistency_eager_bfloat16_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.013s) 2022-05-18T04:54:26.2507961Z test_variant_consistency_eager_block_diag_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:54:26.2574638Z test_variant_consistency_eager_block_diag_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:54:26.2667551Z test_variant_consistency_eager_bmm_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:54:26.2742043Z test_variant_consistency_eager_bmm_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:54:26.2853280Z test_variant_consistency_eager_bool_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:54:26.2929627Z test_variant_consistency_eager_bool_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:54:26.3004388Z test_variant_consistency_eager_broadcast_tensors_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:54:26.3066211Z test_variant_consistency_eager_broadcast_tensors_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:54:26.3311768Z test_variant_consistency_eager_broadcast_to_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.024s) 2022-05-18T04:54:26.3467111Z test_variant_consistency_eager_broadcast_to_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.015s) 2022-05-18T04:54:26.3597179Z test_variant_consistency_eager_bucketize_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.013s) 2022-05-18T04:54:26.3702827Z test_variant_consistency_eager_byte_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:54:26.3783075Z test_variant_consistency_eager_byte_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:54:26.3869849Z test_variant_consistency_eager_cartesian_prod_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:54:26.3937450Z test_variant_consistency_eager_cartesian_prod_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:54:26.4244353Z test_variant_consistency_eager_cat_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.031s) 2022-05-18T04:54:26.4406104Z test_variant_consistency_eager_cat_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.016s) 2022-05-18T04:54:26.5925033Z test_variant_consistency_eager_cdist_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.152s) 2022-05-18T04:54:26.6009302Z test_variant_consistency_eager_ceil_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:54:26.6231550Z test_variant_consistency_eager_chalf_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.022s) 2022-05-18T04:54:26.6364462Z test_variant_consistency_eager_chalf_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.013s) 2022-05-18T04:54:26.6468749Z test_variant_consistency_eager_char_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:54:26.6544391Z test_variant_consistency_eager_char_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:54:26.7111982Z test_variant_consistency_eager_cholesky_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.057s) 2022-05-18T04:54:26.7442725Z test_variant_consistency_eager_cholesky_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.033s) 2022-05-18T04:54:26.8162197Z test_variant_consistency_eager_cholesky_inverse_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.072s) 2022-05-18T04:54:26.8525976Z test_variant_consistency_eager_cholesky_inverse_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.036s) 2022-05-18T04:54:26.9442151Z test_variant_consistency_eager_cholesky_solve_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.091s) 2022-05-18T04:54:26.9903865Z test_variant_consistency_eager_cholesky_solve_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.046s) 2022-05-18T04:54:27.0085166Z test_variant_consistency_eager_chunk_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.018s) 2022-05-18T04:54:27.0194730Z test_variant_consistency_eager_chunk_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:54:27.0462877Z test_variant_consistency_eager_clamp_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.027s) 2022-05-18T04:54:27.0912822Z test_variant_consistency_eager_clamp_scalar_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.045s) 2022-05-18T04:54:27.1041753Z test_variant_consistency_eager_clone_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.013s) 2022-05-18T04:54:27.1126196Z test_variant_consistency_eager_clone_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:54:27.1231273Z test_variant_consistency_eager_column_stack_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:54:27.1302844Z test_variant_consistency_eager_column_stack_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:54:27.1777005Z test_variant_consistency_eager_combinations_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.047s) 2022-05-18T04:54:27.2021901Z test_variant_consistency_eager_combinations_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.024s) 2022-05-18T04:54:27.2123795Z test_variant_consistency_eager_complex_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:54:27.2268802Z test_variant_consistency_eager_conj_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.014s) 2022-05-18T04:54:27.2366743Z test_variant_consistency_eager_conj_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:54:27.2481912Z test_variant_consistency_eager_conj_physical_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:54:27.2563329Z test_variant_consistency_eager_conj_physical_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:54:27.2650453Z test_variant_consistency_eager_contiguous_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:54:27.2719498Z test_variant_consistency_eager_contiguous_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:54:27.3168902Z test_variant_consistency_eager_copysign_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.045s) 2022-05-18T04:54:27.3475700Z test_variant_consistency_eager_corrcoef_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.031s) 2022-05-18T04:54:27.3648664Z test_variant_consistency_eager_corrcoef_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.017s) 2022-05-18T04:54:27.3882713Z test_variant_consistency_eager_cos_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.023s) 2022-05-18T04:54:27.4014456Z test_variant_consistency_eager_cos_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.013s) 2022-05-18T04:54:27.4237536Z test_variant_consistency_eager_cosh_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.022s) 2022-05-18T04:54:27.4368067Z test_variant_consistency_eager_cosh_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.013s) 2022-05-18T04:54:27.4581783Z test_variant_consistency_eager_count_nonzero_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.021s) 2022-05-18T04:54:27.4708118Z test_variant_consistency_eager_count_nonzero_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.013s) 2022-05-18T04:54:27.7029152Z test_variant_consistency_eager_cov_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.232s) 2022-05-18T04:54:27.8254826Z test_variant_consistency_eager_cov_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.122s) 2022-05-18T04:54:27.8419326Z test_variant_consistency_eager_cross_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.016s) 2022-05-18T04:54:27.8526313Z test_variant_consistency_eager_cross_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:54:27.8608736Z test_variant_consistency_eager_cummax_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:54:27.8690288Z test_variant_consistency_eager_cummin_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:54:27.9550040Z test_variant_consistency_eager_cumprod_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.086s) 2022-05-18T04:54:27.9965857Z test_variant_consistency_eager_cumprod_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.042s) 2022-05-18T04:54:28.0216086Z test_variant_consistency_eager_cumsum_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.025s) 2022-05-18T04:54:28.0387281Z test_variant_consistency_eager_cumsum_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.017s) 2022-05-18T04:54:28.0632815Z test_variant_consistency_eager_cumulative_trapezoid_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.024s) 2022-05-18T04:54:28.0760867Z test_variant_consistency_eager_cumulative_trapezoid_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.013s) 2022-05-18T04:54:28.0888781Z test_variant_consistency_eager_deg2rad_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.013s) 2022-05-18T04:54:28.1350152Z test_variant_consistency_eager_diag_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.046s) 2022-05-18T04:54:28.1626819Z test_variant_consistency_eager_diag_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.028s) 2022-05-18T04:54:28.2197330Z test_variant_consistency_eager_diag_embed_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.057s) 2022-05-18T04:54:28.2485210Z test_variant_consistency_eager_diag_embed_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.029s) 2022-05-18T04:54:28.2700147Z test_variant_consistency_eager_diagflat_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.021s) 2022-05-18T04:54:28.2835041Z test_variant_consistency_eager_diagflat_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.013s) 2022-05-18T04:54:28.3734840Z test_variant_consistency_eager_diagonal_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.090s) 2022-05-18T04:54:28.4164575Z test_variant_consistency_eager_diagonal_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.043s) 2022-05-18T04:54:28.4482088Z test_variant_consistency_eager_diagonal_scatter_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.032s) 2022-05-18T04:54:28.8076222Z test_variant_consistency_eager_diff_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.359s) 2022-05-18T04:54:28.9957608Z test_variant_consistency_eager_diff_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.188s) 2022-05-18T04:54:29.0142417Z test_variant_consistency_eager_digamma_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.018s) 2022-05-18T04:54:29.2433673Z test_variant_consistency_eager_dist_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.229s) 2022-05-18T04:54:29.3474102Z test_variant_consistency_eager_dist_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.104s) 2022-05-18T04:54:29.4583310Z test_variant_consistency_eager_div_floor_rounding_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.111s) 2022-05-18T04:54:29.6502045Z test_variant_consistency_eager_div_no_rounding_mode_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.192s) 2022-05-18T04:54:29.7417840Z test_variant_consistency_eager_div_no_rounding_mode_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.092s) 2022-05-18T04:54:29.8531251Z test_variant_consistency_eager_div_trunc_rounding_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.111s) 2022-05-18T04:54:29.8656463Z test_variant_consistency_eager_dot_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:54:29.8728696Z test_variant_consistency_eager_dot_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:54:29.8941909Z test_variant_consistency_eager_double_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.021s) 2022-05-18T04:54:29.9068654Z test_variant_consistency_eager_double_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.013s) 2022-05-18T04:54:29.9192246Z test_variant_consistency_eager_dsplit_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:54:29.9275000Z test_variant_consistency_eager_dsplit_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:54:29.9352822Z test_variant_consistency_eager_dstack_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:54:29.9421779Z test_variant_consistency_eager_dstack_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:54:29.9734310Z test_variant_consistency_eager_eig_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.031s) 2022-05-18T04:54:29.9908738Z test_variant_consistency_eager_eig_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.017s) 2022-05-18T04:54:30.0126718Z test_variant_consistency_eager_einsum_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.022s) 2022-05-18T04:54:30.0246464Z test_variant_consistency_eager_einsum_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:54:30.0337319Z test_variant_consistency_eager_empty_like_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:54:30.0402998Z test_variant_consistency_eager_empty_like_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:54:30.0628137Z test_variant_consistency_eager_eq_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.022s) 2022-05-18T04:54:30.0759808Z test_variant_consistency_eager_eq_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.013s) 2022-05-18T04:54:30.0857565Z test_variant_consistency_eager_erf_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:54:30.1016573Z test_variant_consistency_eager_erfc_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.016s) 2022-05-18T04:54:30.1111569Z test_variant_consistency_eager_erfinv_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:54:30.1267242Z test_variant_consistency_eager_exp2_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.015s) 2022-05-18T04:54:30.1480825Z test_variant_consistency_eager_exp_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.021s) 2022-05-18T04:54:30.1606940Z test_variant_consistency_eager_exp_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.013s) 2022-05-18T04:54:30.1771282Z test_variant_consistency_eager_expand_as_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.016s) 2022-05-18T04:54:30.1878219Z test_variant_consistency_eager_expand_as_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:54:30.2221920Z test_variant_consistency_eager_expand_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.034s) 2022-05-18T04:54:30.2403027Z test_variant_consistency_eager_expand_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.018s) 2022-05-18T04:54:30.2496464Z test_variant_consistency_eager_expm1_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:54:30.2648555Z test_variant_consistency_eager_fft_fft2_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.015s) 2022-05-18T04:54:30.2737715Z test_variant_consistency_eager_fft_fft2_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:54:30.2888305Z test_variant_consistency_eager_fft_fft_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.015s) 2022-05-18T04:54:30.2985276Z test_variant_consistency_eager_fft_fft_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:54:30.3148154Z test_variant_consistency_eager_fft_fftn_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.016s) 2022-05-18T04:54:30.3244911Z test_variant_consistency_eager_fft_fftn_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:54:30.3350866Z test_variant_consistency_eager_fft_fftshift_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:54:30.3427299Z test_variant_consistency_eager_fft_fftshift_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:54:30.3583233Z test_variant_consistency_eager_fft_hfft2_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.015s) 2022-05-18T04:54:30.3688064Z test_variant_consistency_eager_fft_hfft2_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:54:30.3841290Z test_variant_consistency_eager_fft_hfft_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.015s) 2022-05-18T04:54:30.3952077Z test_variant_consistency_eager_fft_hfft_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:54:30.4124984Z test_variant_consistency_eager_fft_hfftn_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.017s) 2022-05-18T04:54:30.4243190Z test_variant_consistency_eager_fft_hfftn_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:54:30.4392415Z test_variant_consistency_eager_fft_ifft2_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.015s) 2022-05-18T04:54:30.4485657Z test_variant_consistency_eager_fft_ifft2_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:54:30.4639541Z test_variant_consistency_eager_fft_ifft_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.015s) 2022-05-18T04:54:30.4738304Z test_variant_consistency_eager_fft_ifft_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:54:30.4910556Z test_variant_consistency_eager_fft_ifftn_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.017s) 2022-05-18T04:54:30.5020797Z test_variant_consistency_eager_fft_ifftn_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:54:30.5127855Z test_variant_consistency_eager_fft_ifftshift_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:54:30.5204665Z test_variant_consistency_eager_fft_ifftshift_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:54:30.5312036Z test_variant_consistency_eager_fft_ihfft2_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:54:30.5410106Z test_variant_consistency_eager_fft_ihfft_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:54:30.5516572Z test_variant_consistency_eager_fft_ihfftn_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:54:30.5666638Z test_variant_consistency_eager_fft_irfft2_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.015s) 2022-05-18T04:54:30.5765249Z test_variant_consistency_eager_fft_irfft2_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:54:30.5922307Z test_variant_consistency_eager_fft_irfft_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.016s) 2022-05-18T04:54:30.6024360Z test_variant_consistency_eager_fft_irfft_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:54:30.6187677Z test_variant_consistency_eager_fft_irfftn_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.016s) 2022-05-18T04:54:30.6297455Z test_variant_consistency_eager_fft_irfftn_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:54:30.6386982Z test_variant_consistency_eager_fft_rfft2_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:54:30.6478348Z test_variant_consistency_eager_fft_rfft_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:54:30.6575705Z test_variant_consistency_eager_fft_rfftn_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:54:30.6748012Z test_variant_consistency_eager_fill__cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.017s) 2022-05-18T04:54:30.6861004Z test_variant_consistency_eager_fill__cuda_float32 (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:54:30.7073112Z test_variant_consistency_eager_flatten_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.021s) 2022-05-18T04:54:30.7210712Z test_variant_consistency_eager_flatten_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.014s) 2022-05-18T04:54:30.7539498Z test_variant_consistency_eager_flip_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.033s) 2022-05-18T04:54:30.7718976Z test_variant_consistency_eager_flip_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.018s) 2022-05-18T04:54:30.7821302Z test_variant_consistency_eager_fliplr_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:54:30.7901365Z test_variant_consistency_eager_fliplr_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:54:30.8003622Z test_variant_consistency_eager_flipud_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:54:30.8090592Z test_variant_consistency_eager_flipud_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:54:30.8303263Z test_variant_consistency_eager_float_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.021s) 2022-05-18T04:54:30.8427658Z test_variant_consistency_eager_float_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:54:30.8933034Z test_variant_consistency_eager_float_power_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.050s) 2022-05-18T04:54:30.9179043Z test_variant_consistency_eager_float_power_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.024s) 2022-05-18T04:54:30.9264390Z test_variant_consistency_eager_floor_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:54:30.9672421Z test_variant_consistency_eager_floor_divide_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.041s) 2022-05-18T04:54:30.9888737Z test_variant_consistency_eager_fmax_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.022s) 2022-05-18T04:54:31.0109519Z test_variant_consistency_eager_fmin_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.022s) 2022-05-18T04:54:31.0568437Z test_variant_consistency_eager_fmod_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.046s) 2022-05-18T04:54:31.0693064Z test_variant_consistency_eager_frac_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:54:31.0770388Z test_variant_consistency_eager_frexp_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:54:31.0873815Z test_variant_consistency_eager_full_like_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:54:31.0944048Z test_variant_consistency_eager_full_like_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:54:31.1166580Z test_variant_consistency_eager_gather_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.022s) 2022-05-18T04:54:31.1308809Z test_variant_consistency_eager_gather_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.014s) 2022-05-18T04:54:31.1468631Z test_variant_consistency_eager_ge_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.016s) 2022-05-18T04:54:31.2418749Z test_variant_consistency_eager_geqrf_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.095s) 2022-05-18T04:54:31.2850464Z test_variant_consistency_eager_geqrf_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.043s) 2022-05-18T04:54:31.3116514Z test_variant_consistency_eager_gradient_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.027s) 2022-05-18T04:54:31.3254192Z test_variant_consistency_eager_gradient_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.014s) 2022-05-18T04:54:31.3407714Z test_variant_consistency_eager_gt_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.015s) 2022-05-18T04:54:31.3622907Z test_variant_consistency_eager_half_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.021s) 2022-05-18T04:54:31.3754102Z test_variant_consistency_eager_half_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.013s) 2022-05-18T04:54:31.4116610Z test_variant_consistency_eager_heaviside_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.036s) 2022-05-18T04:54:31.4848228Z test_variant_consistency_eager_histc_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.073s) 2022-05-18T04:54:31.4969206Z test_variant_consistency_eager_hsplit_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:54:31.5050507Z test_variant_consistency_eager_hsplit_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:54:31.5126782Z test_variant_consistency_eager_hstack_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:54:31.5189049Z test_variant_consistency_eager_hstack_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:54:31.5631182Z test_variant_consistency_eager_hypot_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.044s) 2022-05-18T04:54:31.5798677Z test_variant_consistency_eager_i0_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.017s) 2022-05-18T04:54:31.6153093Z test_variant_consistency_eager_igamma_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.035s) 2022-05-18T04:54:31.6502589Z test_variant_consistency_eager_igammac_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.035s) 2022-05-18T04:54:31.6583883Z test_variant_consistency_eager_imag_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:54:31.7252733Z test_variant_consistency_eager_index_add_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.067s) 2022-05-18T04:54:31.7578014Z test_variant_consistency_eager_index_add_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.032s) 2022-05-18T04:54:31.7843513Z test_variant_consistency_eager_index_copy_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.026s) 2022-05-18T04:54:31.7995110Z test_variant_consistency_eager_index_copy_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.015s) 2022-05-18T04:54:31.8257521Z test_variant_consistency_eager_index_fill_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.026s) 2022-05-18T04:54:31.8413803Z test_variant_consistency_eager_index_fill_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.016s) 2022-05-18T04:54:31.8732113Z test_variant_consistency_eager_index_put_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.032s) 2022-05-18T04:54:31.8928768Z test_variant_consistency_eager_index_put_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.020s) 2022-05-18T04:54:32.0183267Z test_variant_consistency_eager_index_reduce_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.125s) 2022-05-18T04:54:32.0343154Z test_variant_consistency_eager_index_select_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.016s) 2022-05-18T04:54:32.0445078Z test_variant_consistency_eager_index_select_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:54:32.0573673Z test_variant_consistency_eager_inner_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.013s) 2022-05-18T04:54:32.0670925Z test_variant_consistency_eager_inner_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:54:32.0774242Z test_variant_consistency_eager_int_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:54:32.0850035Z test_variant_consistency_eager_int_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:54:32.1251065Z test_variant_consistency_eager_inverse_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.040s) 2022-05-18T04:54:32.1451675Z test_variant_consistency_eager_inverse_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.020s) 2022-05-18T04:54:32.1845527Z test_variant_consistency_eager_isclose_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.039s) 2022-05-18T04:54:32.2025847Z test_variant_consistency_eager_isclose_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.018s) 2022-05-18T04:54:32.2119355Z test_variant_consistency_eager_isfinite_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:54:32.2194424Z test_variant_consistency_eager_isfinite_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:54:32.2259844Z test_variant_consistency_eager_isin_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:54:32.2327985Z test_variant_consistency_eager_isinf_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:54:32.2388422Z test_variant_consistency_eager_isinf_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:54:32.2453829Z test_variant_consistency_eager_isnan_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:54:32.2513136Z test_variant_consistency_eager_isnan_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:54:32.2572776Z test_variant_consistency_eager_isneginf_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:54:32.2632221Z test_variant_consistency_eager_isposinf_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:54:32.2722072Z test_variant_consistency_eager_isreal_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:54:32.2788380Z test_variant_consistency_eager_isreal_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:54:32.3486503Z test_variant_consistency_eager_istft_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.070s) 2022-05-18T04:54:32.3872711Z test_variant_consistency_eager_istft_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.039s) 2022-05-18T04:54:32.4075063Z test_variant_consistency_eager_jiterator_4inputs_with_extra_args_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.020s) 2022-05-18T04:54:32.4172444Z test_variant_consistency_eager_jiterator_4inputs_with_extra_args_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:54:32.4308138Z test_variant_consistency_eager_jiterator_binary_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.013s) 2022-05-18T04:54:32.4388513Z test_variant_consistency_eager_jiterator_binary_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:54:32.4463121Z test_variant_consistency_eager_jiterator_unary_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:54:32.4522515Z test_variant_consistency_eager_jiterator_unary_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:54:32.4614757Z test_variant_consistency_eager_kron_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:54:32.4688139Z test_variant_consistency_eager_kron_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:54:32.4822417Z test_variant_consistency_eager_kthvalue_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.013s) 2022-05-18T04:54:32.5009469Z test_variant_consistency_eager_ldexp_cuda_complex64 (__main__.TestCommonCUDA) ... expected failure (0.019s) 2022-05-18T04:54:32.5140024Z test_variant_consistency_eager_ldexp_cuda_float32 (__main__.TestCommonCUDA) ... expected failure (0.013s) 2022-05-18T04:54:32.5292382Z test_variant_consistency_eager_le_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.015s) 2022-05-18T04:54:32.7168114Z test_variant_consistency_eager_lerp_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.187s) 2022-05-18T04:54:32.7941994Z test_variant_consistency_eager_lerp_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.077s) 2022-05-18T04:54:32.8100103Z test_variant_consistency_eager_lgamma_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.016s) 2022-05-18T04:54:32.8540715Z test_variant_consistency_eager_linalg_cholesky_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.044s) 2022-05-18T04:54:32.8771962Z test_variant_consistency_eager_linalg_cholesky_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.023s) 2022-05-18T04:54:32.9059628Z test_variant_consistency_eager_linalg_cholesky_ex_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.029s) 2022-05-18T04:54:32.9226795Z test_variant_consistency_eager_linalg_cholesky_ex_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.017s) 2022-05-18T04:54:32.9378802Z test_variant_consistency_eager_linalg_cond_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.015s) 2022-05-18T04:54:32.9489342Z test_variant_consistency_eager_linalg_cond_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:54:32.9591250Z test_variant_consistency_eager_linalg_cross_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:54:32.9662632Z test_variant_consistency_eager_linalg_cross_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:54:33.0989446Z test_variant_consistency_eager_linalg_det_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.133s) 2022-05-18T04:54:33.1746828Z test_variant_consistency_eager_linalg_det_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.076s) 2022-05-18T04:54:33.1974547Z test_variant_consistency_eager_linalg_eig_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.023s) 2022-05-18T04:54:33.2096866Z test_variant_consistency_eager_linalg_eig_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:54:33.2307924Z test_variant_consistency_eager_linalg_eigh_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.021s) 2022-05-18T04:54:33.2429945Z test_variant_consistency_eager_linalg_eigh_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:54:33.2802970Z test_variant_consistency_eager_linalg_eigvals_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.037s) 2022-05-18T04:54:33.2987188Z test_variant_consistency_eager_linalg_eigvals_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.018s) 2022-05-18T04:54:33.3218800Z test_variant_consistency_eager_linalg_eigvalsh_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.023s) 2022-05-18T04:54:33.3353682Z test_variant_consistency_eager_linalg_eigvalsh_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.013s) 2022-05-18T04:54:33.4165247Z test_variant_consistency_eager_linalg_householder_product_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.081s) 2022-05-18T04:54:33.4639184Z test_variant_consistency_eager_linalg_householder_product_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.047s) 2022-05-18T04:54:33.4881217Z test_variant_consistency_eager_linalg_inv_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.024s) 2022-05-18T04:54:33.5018448Z test_variant_consistency_eager_linalg_inv_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.014s) 2022-05-18T04:54:33.5204480Z test_variant_consistency_eager_linalg_inv_ex_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.018s) 2022-05-18T04:54:33.5309608Z test_variant_consistency_eager_linalg_inv_ex_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:54:33.5398927Z test_variant_consistency_eager_linalg_ldl_factor_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:54:33.5470430Z test_variant_consistency_eager_linalg_ldl_factor_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:54:33.5557273Z test_variant_consistency_eager_linalg_ldl_factor_ex_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:54:33.5627623Z test_variant_consistency_eager_linalg_ldl_factor_ex_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:54:33.5680822Z test_variant_consistency_eager_linalg_ldl_solve_cuda_complex64 (__main__.TestCommonCUDA) ... skip: not available before CUDA 11.3.1 (0.005s) 2022-05-18T04:54:33.5734291Z test_variant_consistency_eager_linalg_ldl_solve_cuda_float32 (__main__.TestCommonCUDA) ... skip: not available before CUDA 11.3.1 (0.005s) 2022-05-18T04:54:33.6297260Z test_variant_consistency_eager_linalg_lstsq_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.056s) 2022-05-18T04:54:33.6542059Z test_variant_consistency_eager_linalg_lstsq_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.024s) 2022-05-18T04:54:33.7553164Z test_variant_consistency_eager_linalg_lstsq_grad_oriented_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.101s) 2022-05-18T04:54:33.7939840Z test_variant_consistency_eager_linalg_lstsq_grad_oriented_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.039s) 2022-05-18T04:54:33.9235781Z test_variant_consistency_eager_linalg_lu_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.129s) 2022-05-18T04:54:33.9534472Z test_variant_consistency_eager_linalg_lu_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.030s) 2022-05-18T04:54:34.2540491Z test_variant_consistency_eager_linalg_lu_factor_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.300s) 2022-05-18T04:54:34.3373064Z test_variant_consistency_eager_linalg_lu_factor_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.083s) 2022-05-18T04:54:34.4545645Z test_variant_consistency_eager_linalg_lu_factor_ex_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.117s) 2022-05-18T04:54:34.4793754Z test_variant_consistency_eager_linalg_lu_factor_ex_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.025s) 2022-05-18T04:54:34.5951199Z test_variant_consistency_eager_linalg_matrix_norm_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.115s) 2022-05-18T04:54:34.6564043Z test_variant_consistency_eager_linalg_matrix_norm_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.061s) 2022-05-18T04:54:34.7850553Z test_variant_consistency_eager_linalg_matrix_power_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.129s) 2022-05-18T04:54:34.8455272Z test_variant_consistency_eager_linalg_matrix_power_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.060s) 2022-05-18T04:54:34.8675305Z test_variant_consistency_eager_linalg_matrix_rank_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.022s) 2022-05-18T04:54:34.8799449Z test_variant_consistency_eager_linalg_matrix_rank_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:54:34.8977608Z test_variant_consistency_eager_linalg_matrix_rank_hermitian_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.018s) 2022-05-18T04:54:34.9081616Z test_variant_consistency_eager_linalg_matrix_rank_hermitian_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:54:34.9266603Z test_variant_consistency_eager_linalg_multi_dot_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.018s) 2022-05-18T04:54:34.9366868Z test_variant_consistency_eager_linalg_multi_dot_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:54:34.9743396Z test_variant_consistency_eager_linalg_norm_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.038s) 2022-05-18T04:54:34.9930434Z test_variant_consistency_eager_linalg_norm_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.019s) 2022-05-18T04:54:35.0197133Z test_variant_consistency_eager_linalg_norm_subgradients_at_zero_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.027s) 2022-05-18T04:54:35.0359649Z test_variant_consistency_eager_linalg_norm_subgradients_at_zero_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.016s) 2022-05-18T04:54:35.1095430Z test_variant_consistency_eager_linalg_pinv_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.073s) 2022-05-18T04:54:35.1407992Z test_variant_consistency_eager_linalg_pinv_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.031s) 2022-05-18T04:54:35.1688076Z test_variant_consistency_eager_linalg_pinv_hermitian_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.028s) 2022-05-18T04:54:35.1835079Z test_variant_consistency_eager_linalg_pinv_hermitian_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.015s) 2022-05-18T04:54:35.1888609Z test_variant_consistency_eager_linalg_pinv_singular_cuda_complex64 (__main__.TestCommonCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-05-18T04:54:35.1941708Z test_variant_consistency_eager_linalg_pinv_singular_cuda_float32 (__main__.TestCommonCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-05-18T04:54:35.2460298Z test_variant_consistency_eager_linalg_qr_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.052s) 2022-05-18T04:54:35.2701844Z test_variant_consistency_eager_linalg_qr_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.024s) 2022-05-18T04:54:35.2913841Z test_variant_consistency_eager_linalg_slogdet_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.021s) 2022-05-18T04:54:35.3026593Z test_variant_consistency_eager_linalg_slogdet_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:54:35.4318985Z test_variant_consistency_eager_linalg_solve_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.129s) 2022-05-18T04:54:35.4951931Z test_variant_consistency_eager_linalg_solve_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.063s) 2022-05-18T04:54:35.8929230Z test_variant_consistency_eager_linalg_solve_triangular_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.398s) 2022-05-18T04:54:36.0724152Z test_variant_consistency_eager_linalg_solve_triangular_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.179s) 2022-05-18T04:54:36.5341991Z test_variant_consistency_eager_linalg_svd_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.462s) 2022-05-18T04:54:36.6973216Z test_variant_consistency_eager_linalg_svd_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.163s) 2022-05-18T04:54:36.7437345Z test_variant_consistency_eager_linalg_svdvals_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.046s) 2022-05-18T04:54:36.7709487Z test_variant_consistency_eager_linalg_svdvals_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.027s) 2022-05-18T04:54:36.7866081Z test_variant_consistency_eager_linalg_tensorinv_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.016s) 2022-05-18T04:54:36.7956716Z test_variant_consistency_eager_linalg_tensorinv_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:54:36.8311433Z test_variant_consistency_eager_linalg_tensorsolve_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.035s) 2022-05-18T04:54:36.8505471Z test_variant_consistency_eager_linalg_tensorsolve_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.019s) 2022-05-18T04:54:36.8719731Z test_variant_consistency_eager_linalg_vander_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.021s) 2022-05-18T04:54:36.8838726Z test_variant_consistency_eager_linalg_vander_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:54:36.9970562Z test_variant_consistency_eager_linalg_vector_norm_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.113s) 2022-05-18T04:54:37.0489100Z test_variant_consistency_eager_linalg_vector_norm_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.052s) 2022-05-18T04:54:37.0706421Z test_variant_consistency_eager_log10_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.022s) 2022-05-18T04:54:37.0835008Z test_variant_consistency_eager_log10_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.013s) 2022-05-18T04:54:37.0928949Z test_variant_consistency_eager_log1p_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:54:37.1145412Z test_variant_consistency_eager_log2_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.022s) 2022-05-18T04:54:37.1272985Z test_variant_consistency_eager_log2_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.013s) 2022-05-18T04:54:37.1487653Z test_variant_consistency_eager_log_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.021s) 2022-05-18T04:54:37.1620488Z test_variant_consistency_eager_log_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.013s) 2022-05-18T04:54:37.1887015Z test_variant_consistency_eager_log_softmax_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.026s) 2022-05-18T04:54:37.2284941Z test_variant_consistency_eager_log_softmax_dtype_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.040s) 2022-05-18T04:54:37.2554421Z test_variant_consistency_eager_log_softmax_dtype_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.027s) 2022-05-18T04:54:37.2628859Z test_variant_consistency_eager_logaddexp2_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:54:37.2702583Z test_variant_consistency_eager_logaddexp_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:54:37.2867525Z test_variant_consistency_eager_logcumsumexp_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.016s) 2022-05-18T04:54:37.3138527Z test_variant_consistency_eager_logdet_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.027s) 2022-05-18T04:54:37.3325071Z test_variant_consistency_eager_logical_and_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.019s) 2022-05-18T04:54:37.3427181Z test_variant_consistency_eager_logical_and_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:54:37.3473839Z test_variant_consistency_eager_logical_not_cuda_complex64 (__main__.TestCommonCUDA) ... skip: Skipped! (0.005s) 2022-05-18T04:54:37.3520187Z test_variant_consistency_eager_logical_not_cuda_float32 (__main__.TestCommonCUDA) ... skip: Skipped! (0.005s) 2022-05-18T04:54:37.3699429Z test_variant_consistency_eager_logical_or_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.018s) 2022-05-18T04:54:37.3800689Z test_variant_consistency_eager_logical_or_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:54:37.3974232Z test_variant_consistency_eager_logical_xor_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.017s) 2022-05-18T04:54:37.4074839Z test_variant_consistency_eager_logical_xor_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:54:37.4280704Z test_variant_consistency_eager_logit_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.020s) 2022-05-18T04:54:37.4687336Z test_variant_consistency_eager_logsumexp_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.041s) 2022-05-18T04:54:37.4795431Z test_variant_consistency_eager_long_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:54:37.4870078Z test_variant_consistency_eager_long_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:54:37.5024382Z test_variant_consistency_eager_lt_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.015s) 2022-05-18T04:54:37.7842214Z test_variant_consistency_eager_lu_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.282s) 2022-05-18T04:54:37.8942062Z test_variant_consistency_eager_lu_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.110s) 2022-05-18T04:54:38.4152512Z test_variant_consistency_eager_lu_solve_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.521s) 2022-05-18T04:54:38.6640311Z test_variant_consistency_eager_lu_solve_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.249s) 2022-05-18T04:54:38.7133307Z test_variant_consistency_eager_lu_unpack_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.049s) 2022-05-18T04:54:38.7376726Z test_variant_consistency_eager_lu_unpack_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.024s) 2022-05-18T04:54:38.7781332Z test_variant_consistency_eager_mH_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.040s) 2022-05-18T04:54:38.7980307Z test_variant_consistency_eager_mH_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.020s) 2022-05-18T04:54:38.8087807Z test_variant_consistency_eager_mT_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:54:38.8164286Z test_variant_consistency_eager_mT_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:54:38.8939784Z test_variant_consistency_eager_masked_fill_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.077s) 2022-05-18T04:54:38.9327989Z test_variant_consistency_eager_masked_fill_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.039s) 2022-05-18T04:54:38.9780755Z test_variant_consistency_eager_masked_scatter_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.045s) 2022-05-18T04:54:39.0020163Z test_variant_consistency_eager_masked_scatter_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.024s) 2022-05-18T04:54:39.0322713Z test_variant_consistency_eager_masked_select_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.030s) 2022-05-18T04:54:39.0508302Z test_variant_consistency_eager_masked_select_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.018s) 2022-05-18T04:54:39.1527846Z test_variant_consistency_eager_matmul_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.102s) 2022-05-18T04:54:39.2128062Z test_variant_consistency_eager_matmul_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.060s) 2022-05-18T04:54:39.2475347Z test_variant_consistency_eager_matrix_exp_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.035s) 2022-05-18T04:54:39.2686460Z test_variant_consistency_eager_matrix_exp_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.021s) 2022-05-18T04:54:39.3101158Z test_variant_consistency_eager_max_binary_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.041s) 2022-05-18T04:54:39.3190764Z test_variant_consistency_eager_max_reduction_no_dim_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:54:39.3279852Z test_variant_consistency_eager_max_reduction_with_dim_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:54:39.3493815Z test_variant_consistency_eager_maximum_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.021s) 2022-05-18T04:54:39.4046908Z test_variant_consistency_eager_mean_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.055s) 2022-05-18T04:54:39.4379778Z test_variant_consistency_eager_mean_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.033s) 2022-05-18T04:54:39.4581214Z test_variant_consistency_eager_median_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.020s) 2022-05-18T04:54:39.4732507Z test_variant_consistency_eager_meshgrid_list_of_tensors_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.015s) 2022-05-18T04:54:39.4815722Z test_variant_consistency_eager_meshgrid_list_of_tensors_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:54:39.4966273Z test_variant_consistency_eager_meshgrid_variadic_tensors_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.015s) 2022-05-18T04:54:39.5049451Z test_variant_consistency_eager_meshgrid_variadic_tensors_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:54:39.5464458Z test_variant_consistency_eager_min_binary_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.041s) 2022-05-18T04:54:39.5553281Z test_variant_consistency_eager_min_reduction_no_dim_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:54:39.5642152Z test_variant_consistency_eager_min_reduction_with_dim_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:54:39.5863157Z test_variant_consistency_eager_minimum_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.022s) 2022-05-18T04:54:39.6000357Z test_variant_consistency_eager_mm_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.014s) 2022-05-18T04:54:39.6073611Z test_variant_consistency_eager_mm_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:54:39.6180191Z test_variant_consistency_eager_mode_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:54:39.6358243Z test_variant_consistency_eager_movedim_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.018s) 2022-05-18T04:54:39.6483786Z test_variant_consistency_eager_movedim_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:54:39.6574200Z test_variant_consistency_eager_msort_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:54:39.9100638Z test_variant_consistency_eager_mul_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.252s) 2022-05-18T04:54:40.0305811Z test_variant_consistency_eager_mul_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.120s) 2022-05-18T04:54:40.0426051Z test_variant_consistency_eager_multinomial_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:54:40.0520685Z test_variant_consistency_eager_mv_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:54:40.0595763Z test_variant_consistency_eager_mv_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:54:40.1115563Z test_variant_consistency_eager_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.052s) 2022-05-18T04:54:40.1161320Z test_variant_consistency_eager_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestCommonCUDA) ... skip: Skipped! (0.005s) 2022-05-18T04:54:40.1207237Z test_variant_consistency_eager_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestCommonCUDA) ... skip: Skipped! (0.005s) 2022-05-18T04:54:40.1344522Z test_variant_consistency_eager_nan_to_num_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.013s) 2022-05-18T04:54:40.1988732Z test_variant_consistency_eager_nanmean_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.064s) 2022-05-18T04:54:40.2203568Z test_variant_consistency_eager_nanmedian_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.021s) 2022-05-18T04:54:40.3837736Z test_variant_consistency_eager_nanquantile_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.163s) 2022-05-18T04:54:40.4187465Z test_variant_consistency_eager_nansum_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.035s) 2022-05-18T04:54:40.4403207Z test_variant_consistency_eager_narrow_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.021s) 2022-05-18T04:54:40.4530099Z test_variant_consistency_eager_narrow_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.013s) 2022-05-18T04:54:40.4815400Z test_variant_consistency_eager_ne_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.028s) 2022-05-18T04:54:40.4970097Z test_variant_consistency_eager_ne_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.015s) 2022-05-18T04:54:40.5177108Z test_variant_consistency_eager_neg_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.021s) 2022-05-18T04:54:40.5309848Z test_variant_consistency_eager_neg_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.013s) 2022-05-18T04:54:40.5355462Z test_variant_consistency_eager_new_empty_cuda_complex64 (__main__.TestCommonCUDA) ... skip: Skipped! (0.005s) 2022-05-18T04:54:40.5400874Z test_variant_consistency_eager_new_empty_cuda_float32 (__main__.TestCommonCUDA) ... skip: Skipped! (0.004s) 2022-05-18T04:54:40.5578692Z test_variant_consistency_eager_new_full_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.017s) 2022-05-18T04:54:40.5680738Z test_variant_consistency_eager_new_full_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:54:40.5840334Z test_variant_consistency_eager_new_ones_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.016s) 2022-05-18T04:54:40.5938158Z test_variant_consistency_eager_new_ones_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:54:40.6096828Z test_variant_consistency_eager_new_zeros_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.016s) 2022-05-18T04:54:40.6194145Z test_variant_consistency_eager_new_zeros_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:54:40.6515778Z test_variant_consistency_eager_nextafter_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.032s) 2022-05-18T04:54:40.6595082Z test_variant_consistency_eager_nn_functional_adaptive_avg_pool1d_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:54:40.6672713Z test_variant_consistency_eager_nn_functional_adaptive_avg_pool2d_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:54:40.6754479Z test_variant_consistency_eager_nn_functional_adaptive_avg_pool3d_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:54:40.6824723Z test_variant_consistency_eager_nn_functional_adaptive_max_pool1d_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:54:40.6918329Z test_variant_consistency_eager_nn_functional_adaptive_max_pool2d_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:54:40.7006679Z test_variant_consistency_eager_nn_functional_adaptive_max_pool3d_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:54:40.7103502Z test_variant_consistency_eager_nn_functional_avg_pool1d_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:54:40.7190396Z test_variant_consistency_eager_nn_functional_avg_pool2d_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:54:40.7288897Z test_variant_consistency_eager_nn_functional_avg_pool3d_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:54:40.7442717Z test_variant_consistency_eager_nn_functional_batch_norm_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.015s) 2022-05-18T04:54:40.7592041Z test_variant_consistency_eager_nn_functional_batch_norm_without_cudnn_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.015s) 2022-05-18T04:54:40.7916071Z test_variant_consistency_eager_nn_functional_bilinear_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.032s) 2022-05-18T04:54:40.8051468Z test_variant_consistency_eager_nn_functional_binary_cross_entropy_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.014s) 2022-05-18T04:54:40.8339604Z test_variant_consistency_eager_nn_functional_binary_cross_entropy_with_logits_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.029s) 2022-05-18T04:54:40.8441934Z test_variant_consistency_eager_nn_functional_celu_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:54:40.8967716Z test_variant_consistency_eager_nn_functional_conv1d_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.052s) 2022-05-18T04:54:40.9139666Z test_variant_consistency_eager_nn_functional_conv1d_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.017s) 2022-05-18T04:54:41.0561371Z test_variant_consistency_eager_nn_functional_conv2d_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.142s) 2022-05-18T04:54:41.0926252Z test_variant_consistency_eager_nn_functional_conv2d_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.036s) 2022-05-18T04:54:41.1089930Z test_variant_consistency_eager_nn_functional_conv_transpose1d_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.016s) 2022-05-18T04:54:41.1260532Z test_variant_consistency_eager_nn_functional_conv_transpose2d_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.017s) 2022-05-18T04:54:41.1435074Z test_variant_consistency_eager_nn_functional_conv_transpose3d_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.017s) 2022-05-18T04:54:41.1593840Z test_variant_consistency_eager_nn_functional_cosine_embedding_loss_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.016s) 2022-05-18T04:54:41.1757519Z test_variant_consistency_eager_nn_functional_cosine_similarity_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.016s) 2022-05-18T04:54:41.1953259Z test_variant_consistency_eager_nn_functional_cross_entropy_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.019s) 2022-05-18T04:54:41.2093942Z test_variant_consistency_eager_nn_functional_ctc_loss_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.014s) 2022-05-18T04:54:41.2427592Z test_variant_consistency_eager_nn_functional_dropout2d_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.033s) 2022-05-18T04:54:41.2860027Z test_variant_consistency_eager_nn_functional_dropout_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.043s) 2022-05-18T04:54:41.2963122Z test_variant_consistency_eager_nn_functional_elu_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:54:41.3279268Z test_variant_consistency_eager_nn_functional_embedding_bag_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.031s) 2022-05-18T04:54:41.3350655Z test_variant_consistency_eager_nn_functional_embedding_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:54:41.3557602Z test_variant_consistency_eager_nn_functional_feature_alpha_dropout_with_train_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.021s) 2022-05-18T04:54:41.4032752Z test_variant_consistency_eager_nn_functional_feature_alpha_dropout_without_train_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.047s) 2022-05-18T04:54:41.4278945Z test_variant_consistency_eager_nn_functional_feature_alpha_dropout_without_train_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.024s) 2022-05-18T04:54:41.4526039Z test_variant_consistency_eager_nn_functional_fractional_max_pool2d_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.025s) 2022-05-18T04:54:41.4821294Z test_variant_consistency_eager_nn_functional_fractional_max_pool3d_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.029s) 2022-05-18T04:54:41.9377787Z test_variant_consistency_eager_nn_functional_gaussian_nll_loss_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.455s) 2022-05-18T04:54:41.9466920Z test_variant_consistency_eager_nn_functional_gelu_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:54:41.9707594Z test_variant_consistency_eager_nn_functional_glu_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.024s) 2022-05-18T04:54:41.9915703Z test_variant_consistency_eager_nn_functional_grid_sample_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.021s) 2022-05-18T04:54:42.0067038Z test_variant_consistency_eager_nn_functional_group_norm_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.015s) 2022-05-18T04:54:42.0156595Z test_variant_consistency_eager_nn_functional_hardshrink_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:54:42.0258146Z test_variant_consistency_eager_nn_functional_hardsigmoid_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:54:42.0330723Z test_variant_consistency_eager_nn_functional_hardswish_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:54:42.0430810Z test_variant_consistency_eager_nn_functional_hardtanh_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:54:42.0575075Z test_variant_consistency_eager_nn_functional_hinge_embedding_loss_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.014s) 2022-05-18T04:54:42.0686885Z test_variant_consistency_eager_nn_functional_huber_loss_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:54:42.0852107Z test_variant_consistency_eager_nn_functional_instance_norm_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.016s) 2022-05-18T04:54:42.0964883Z test_variant_consistency_eager_nn_functional_interpolate_area_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:54:42.1073498Z test_variant_consistency_eager_nn_functional_interpolate_bicubic_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:54:42.1180782Z test_variant_consistency_eager_nn_functional_interpolate_bilinear_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:54:42.1287606Z test_variant_consistency_eager_nn_functional_interpolate_linear_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:54:42.1399874Z test_variant_consistency_eager_nn_functional_interpolate_nearest_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:54:42.1505083Z test_variant_consistency_eager_nn_functional_interpolate_trilinear_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:54:42.1585075Z test_variant_consistency_eager_nn_functional_kl_div_cuda_float32 (__main__.TestCommonCUDA) ... /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:54:42.1586363Z warnings.warn( 2022-05-18T04:54:42.1646574Z ok (0.014s) 2022-05-18T04:54:42.1782544Z test_variant_consistency_eager_nn_functional_l1_loss_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.013s) 2022-05-18T04:54:42.1878537Z test_variant_consistency_eager_nn_functional_l1_loss_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:54:42.2038182Z test_variant_consistency_eager_nn_functional_layer_norm_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.016s) 2022-05-18T04:54:42.2129432Z test_variant_consistency_eager_nn_functional_leaky_relu_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:54:42.2480743Z test_variant_consistency_eager_nn_functional_linear_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.035s) 2022-05-18T04:54:42.2646986Z test_variant_consistency_eager_nn_functional_linear_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.017s) 2022-05-18T04:54:42.2808994Z test_variant_consistency_eager_nn_functional_local_response_norm_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.016s) 2022-05-18T04:54:42.2878309Z test_variant_consistency_eager_nn_functional_logsigmoid_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:54:42.3007429Z test_variant_consistency_eager_nn_functional_margin_ranking_loss_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.013s) 2022-05-18T04:54:42.6003318Z test_variant_consistency_eager_nn_functional_max_pool1d_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.299s) 2022-05-18T04:54:43.0598726Z test_variant_consistency_eager_nn_functional_max_pool2d_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.459s) 2022-05-18T04:54:43.2527316Z test_variant_consistency_eager_nn_functional_max_pool3d_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.193s) 2022-05-18T04:54:43.4280710Z test_variant_consistency_eager_nn_functional_max_unpool1d_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.175s) 2022-05-18T04:54:43.5686270Z test_variant_consistency_eager_nn_functional_max_unpool1d_grad_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.140s) 2022-05-18T04:54:43.8831689Z test_variant_consistency_eager_nn_functional_max_unpool2d_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.314s) 2022-05-18T04:54:44.1389274Z test_variant_consistency_eager_nn_functional_max_unpool2d_grad_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.256s) 2022-05-18T04:54:44.2534241Z test_variant_consistency_eager_nn_functional_max_unpool3d_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.114s) 2022-05-18T04:54:44.3505656Z test_variant_consistency_eager_nn_functional_max_unpool3d_grad_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.097s) 2022-05-18T04:54:44.3609125Z test_variant_consistency_eager_nn_functional_mish_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:54:44.3702179Z test_variant_consistency_eager_nn_functional_mse_loss_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:54:44.3772730Z test_variant_consistency_eager_nn_functional_multi_margin_loss_cuda_float32 (__main__.TestCommonCUDA) ... /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]. 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:54:44.3774937Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-05-18T04:54:44.3781577Z /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:54:44.3782565Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-05-18T04:54:44.3785317Z /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, 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:54:44.3786292Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-05-18T04:54:44.3791681Z ok (0.009s) 2022-05-18T04:54:44.3863387Z test_variant_consistency_eager_nn_functional_multilabel_margin_loss_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:54:44.3977052Z test_variant_consistency_eager_nn_functional_multilabel_soft_margin_loss_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:54:44.4349043Z test_variant_consistency_eager_nn_functional_nll_loss_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.037s) 2022-05-18T04:54:44.4554356Z test_variant_consistency_eager_nn_functional_normalize_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.020s) 2022-05-18T04:54:44.4673499Z test_variant_consistency_eager_nn_functional_normalize_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:54:44.4854781Z test_variant_consistency_eager_nn_functional_pad_circular_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.018s) 2022-05-18T04:54:44.4967555Z test_variant_consistency_eager_nn_functional_pad_circular_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:54:44.5466657Z test_variant_consistency_eager_nn_functional_pad_constant_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.050s) 2022-05-18T04:54:44.5712160Z test_variant_consistency_eager_nn_functional_pad_constant_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.024s) 2022-05-18T04:54:44.5886504Z test_variant_consistency_eager_nn_functional_pad_reflect_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.017s) 2022-05-18T04:54:44.5988713Z test_variant_consistency_eager_nn_functional_pad_reflect_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:54:44.6150022Z test_variant_consistency_eager_nn_functional_pad_replicate_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.016s) 2022-05-18T04:54:44.6252471Z test_variant_consistency_eager_nn_functional_pad_replicate_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:54:44.6426437Z test_variant_consistency_eager_nn_functional_pairwise_distance_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.017s) 2022-05-18T04:54:44.6527902Z test_variant_consistency_eager_nn_functional_pairwise_distance_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:54:44.6618683Z test_variant_consistency_eager_nn_functional_pdist_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:54:44.6697958Z test_variant_consistency_eager_nn_functional_pixel_shuffle_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:54:44.6768763Z test_variant_consistency_eager_nn_functional_pixel_shuffle_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:54:44.6847139Z test_variant_consistency_eager_nn_functional_pixel_unshuffle_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:54:44.6911297Z test_variant_consistency_eager_nn_functional_pixel_unshuffle_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:54:44.7645526Z test_variant_consistency_eager_nn_functional_poisson_nll_loss_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.073s) 2022-05-18T04:54:44.7806641Z test_variant_consistency_eager_nn_functional_prelu_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.016s) 2022-05-18T04:54:44.7899612Z test_variant_consistency_eager_nn_functional_relu6_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:54:44.7972844Z test_variant_consistency_eager_nn_functional_relu_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:54:44.8087806Z test_variant_consistency_eager_nn_functional_rrelu_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:54:44.8196232Z test_variant_consistency_eager_nn_functional_selu_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:54:44.8295974Z test_variant_consistency_eager_nn_functional_silu_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:54:44.8400786Z test_variant_consistency_eager_nn_functional_smooth_l1_loss_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:54:44.8498777Z test_variant_consistency_eager_nn_functional_soft_margin_loss_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:54:44.8580918Z test_variant_consistency_eager_nn_functional_softmin_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:54:44.8707054Z test_variant_consistency_eager_nn_functional_softmin_with_dtype_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:54:44.8791083Z test_variant_consistency_eager_nn_functional_softmin_with_dtype_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:54:44.8859043Z test_variant_consistency_eager_nn_functional_softplus_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:54:44.8955451Z test_variant_consistency_eager_nn_functional_softshrink_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:54:44.9052286Z test_variant_consistency_eager_nn_functional_softsign_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:54:44.9124589Z test_variant_consistency_eager_nn_functional_softsign_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:54:44.9212029Z test_variant_consistency_eager_nn_functional_tanhshrink_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:54:44.9281428Z test_variant_consistency_eager_nn_functional_tanhshrink_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:54:44.9364550Z test_variant_consistency_eager_nn_functional_threshold_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:54:44.9610965Z test_variant_consistency_eager_nn_functional_triplet_margin_loss_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.024s) 2022-05-18T04:54:44.9754810Z test_variant_consistency_eager_nn_functional_triplet_margin_loss_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.014s) 2022-05-18T04:54:45.0019126Z test_variant_consistency_eager_nn_functional_triplet_margin_with_distance_loss_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.026s) 2022-05-18T04:54:45.0169044Z test_variant_consistency_eager_nn_functional_triplet_margin_with_distance_loss_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.015s) 2022-05-18T04:54:45.2606140Z test_variant_consistency_eager_nn_functional_unfold_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.243s) 2022-05-18T04:54:45.3676415Z test_variant_consistency_eager_nn_functional_unfold_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.107s) 2022-05-18T04:54:45.3737245Z test_variant_consistency_eager_nn_functional_upsample_bilinear_cuda_float32 (__main__.TestCommonCUDA) ... /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:54:45.3755082Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T04:54:45.3755490Z ok (0.008s) 2022-05-18T04:54:45.3824086Z test_variant_consistency_eager_nn_functional_upsample_nearest_cuda_float32 (__main__.TestCommonCUDA) ... /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:54:45.3824887Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T04:54:45.3862434Z ok (0.011s) 2022-05-18T04:54:45.4134647Z test_variant_consistency_eager_nonzero_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.027s) 2022-05-18T04:54:45.4295049Z test_variant_consistency_eager_nonzero_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.016s) 2022-05-18T04:54:45.5931210Z test_variant_consistency_eager_norm_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.163s) 2022-05-18T04:54:45.6720828Z test_variant_consistency_eager_norm_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.079s) 2022-05-18T04:54:45.6896815Z test_variant_consistency_eager_norm_fro_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.018s) 2022-05-18T04:54:45.7016928Z test_variant_consistency_eager_norm_fro_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:54:45.7234125Z test_variant_consistency_eager_norm_inf_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.022s) 2022-05-18T04:54:45.7367792Z test_variant_consistency_eager_norm_inf_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.013s) 2022-05-18T04:54:45.7612512Z test_variant_consistency_eager_norm_nuc_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.024s) 2022-05-18T04:54:45.7749286Z test_variant_consistency_eager_norm_nuc_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.014s) 2022-05-18T04:54:45.7848120Z test_variant_consistency_eager_normal_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:54:45.7912705Z test_variant_consistency_eager_normal_number_mean_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:54:45.8003430Z test_variant_consistency_eager_ones_like_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:54:45.8075803Z test_variant_consistency_eager_ones_like_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:54:46.0600716Z test_variant_consistency_eager_ormqr_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.252s) 2022-05-18T04:54:46.1584321Z test_variant_consistency_eager_ormqr_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.098s) 2022-05-18T04:54:46.1716682Z test_variant_consistency_eager_outer_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.013s) 2022-05-18T04:54:46.1814098Z test_variant_consistency_eager_outer_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:54:46.5053040Z test_variant_consistency_eager_pca_lowrank_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.324s) 2022-05-18T04:54:46.5242646Z test_variant_consistency_eager_permute_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.019s) 2022-05-18T04:54:46.5359256Z test_variant_consistency_eager_permute_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:54:46.6065352Z test_variant_consistency_eager_pinverse_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.070s) 2022-05-18T04:54:46.6362139Z test_variant_consistency_eager_pinverse_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.030s) 2022-05-18T04:54:46.6476317Z test_variant_consistency_eager_polar_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:54:46.6797296Z test_variant_consistency_eager_polygamma_polygamma_n_0_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.032s) 2022-05-18T04:54:46.6843274Z test_variant_consistency_eager_polygamma_polygamma_n_1_cuda_float32 (__main__.TestCommonCUDA) ... skip: Skipped! (0.005s) 2022-05-18T04:54:46.6888960Z test_variant_consistency_eager_polygamma_polygamma_n_2_cuda_float32 (__main__.TestCommonCUDA) ... skip: Skipped! (0.005s) 2022-05-18T04:54:46.6934836Z test_variant_consistency_eager_polygamma_polygamma_n_3_cuda_float32 (__main__.TestCommonCUDA) ... skip: Skipped! (0.004s) 2022-05-18T04:54:46.6980948Z test_variant_consistency_eager_polygamma_polygamma_n_4_cuda_float32 (__main__.TestCommonCUDA) ... skip: Skipped! (0.004s) 2022-05-18T04:54:46.7119067Z test_variant_consistency_eager_positive_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.014s) 2022-05-18T04:54:46.7218817Z test_variant_consistency_eager_positive_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:54:46.8790626Z test_variant_consistency_eager_pow_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.157s) 2022-05-18T04:54:46.9540538Z test_variant_consistency_eager_pow_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.075s) 2022-05-18T04:54:47.0922460Z test_variant_consistency_eager_prod_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.138s) 2022-05-18T04:54:47.1569906Z test_variant_consistency_eager_prod_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.065s) 2022-05-18T04:54:47.2975075Z test_variant_consistency_eager_put_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.140s) 2022-05-18T04:54:47.3656039Z test_variant_consistency_eager_put_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.068s) 2022-05-18T04:54:47.4814786Z test_variant_consistency_eager_qr_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.116s) 2022-05-18T04:54:47.5339285Z test_variant_consistency_eager_qr_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.052s) 2022-05-18T04:54:47.6949351Z test_variant_consistency_eager_quantile_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.161s) 2022-05-18T04:54:47.7078326Z test_variant_consistency_eager_rad2deg_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.013s) 2022-05-18T04:54:47.7186665Z test_variant_consistency_eager_rand_like_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:54:47.7262188Z test_variant_consistency_eager_rand_like_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:54:47.7350044Z test_variant_consistency_eager_randint_like_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:54:47.7456590Z test_variant_consistency_eager_randn_like_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:54:47.7532208Z test_variant_consistency_eager_randn_like_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:54:47.7647626Z test_variant_consistency_eager_ravel_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:54:47.7731263Z test_variant_consistency_eager_ravel_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:54:47.7812319Z test_variant_consistency_eager_real_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:54:47.7877042Z test_variant_consistency_eager_real_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:54:47.8091765Z test_variant_consistency_eager_reciprocal_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.021s) 2022-05-18T04:54:47.8220568Z test_variant_consistency_eager_reciprocal_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.013s) 2022-05-18T04:54:47.9024997Z test_variant_consistency_eager_remainder_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.080s) 2022-05-18T04:54:47.9397183Z test_variant_consistency_eager_renorm_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.037s) 2022-05-18T04:54:47.9600011Z test_variant_consistency_eager_renorm_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.020s) 2022-05-18T04:54:48.0243488Z test_variant_consistency_eager_repeat_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.064s) 2022-05-18T04:54:48.0612289Z test_variant_consistency_eager_repeat_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.037s) 2022-05-18T04:54:48.0822874Z test_variant_consistency_eager_repeat_interleave_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.021s) 2022-05-18T04:54:48.0957092Z test_variant_consistency_eager_repeat_interleave_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.013s) 2022-05-18T04:54:48.1157913Z test_variant_consistency_eager_reshape_as_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.020s) 2022-05-18T04:54:48.1277818Z test_variant_consistency_eager_reshape_as_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:54:48.1691918Z test_variant_consistency_eager_reshape_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.041s) 2022-05-18T04:54:48.1914604Z test_variant_consistency_eager_reshape_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.022s) 2022-05-18T04:54:48.2020875Z test_variant_consistency_eager_resize__cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:54:48.2097801Z test_variant_consistency_eager_resize__cuda_float32 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:54:48.2215047Z test_variant_consistency_eager_resize_as__cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:54:48.2295159Z test_variant_consistency_eager_resize_as__cuda_float32 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:54:48.2403736Z test_variant_consistency_eager_resolve_conj_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:54:48.2486631Z test_variant_consistency_eager_resolve_conj_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:54:48.2594828Z test_variant_consistency_eager_resolve_neg_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:54:48.2683521Z test_variant_consistency_eager_resolve_neg_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:54:48.3009003Z test_variant_consistency_eager_roll_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.032s) 2022-05-18T04:54:48.3186796Z test_variant_consistency_eager_roll_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.018s) 2022-05-18T04:54:48.3383279Z test_variant_consistency_eager_rot90_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.020s) 2022-05-18T04:54:48.3502432Z test_variant_consistency_eager_rot90_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:54:48.3597472Z test_variant_consistency_eager_round_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:54:48.3754628Z test_variant_consistency_eager_round_decimals_0_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.016s) 2022-05-18T04:54:48.3800083Z test_variant_consistency_eager_round_decimals_3_cuda_float32 (__main__.TestCommonCUDA) ... skip: Skipped! (0.005s) 2022-05-18T04:54:48.3846273Z test_variant_consistency_eager_round_decimals_neg_3_cuda_float32 (__main__.TestCommonCUDA) ... skip: Skipped! (0.004s) 2022-05-18T04:54:48.4073044Z test_variant_consistency_eager_rsqrt_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.023s) 2022-05-18T04:54:48.4201610Z test_variant_consistency_eager_rsqrt_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.013s) 2022-05-18T04:54:48.4407096Z test_variant_consistency_eager_rsub_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.020s) 2022-05-18T04:54:48.4518489Z test_variant_consistency_eager_rsub_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:54:48.5020988Z test_variant_consistency_eager_scatter_add_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.050s) 2022-05-18T04:54:48.5318090Z test_variant_consistency_eager_scatter_add_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.030s) 2022-05-18T04:54:48.5872250Z test_variant_consistency_eager_scatter_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.055s) 2022-05-18T04:54:48.6193221Z test_variant_consistency_eager_scatter_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.032s) 2022-05-18T04:54:48.6766237Z test_variant_consistency_eager_scatter_reduce_amax_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.057s) 2022-05-18T04:54:48.7331714Z test_variant_consistency_eager_scatter_reduce_amin_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.056s) 2022-05-18T04:54:48.7926648Z test_variant_consistency_eager_scatter_reduce_mean_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.059s) 2022-05-18T04:54:48.8631797Z test_variant_consistency_eager_scatter_reduce_prod_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.070s) 2022-05-18T04:54:48.9142203Z test_variant_consistency_eager_scatter_reduce_sum_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.051s) 2022-05-18T04:54:48.9418286Z test_variant_consistency_eager_searchsorted_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.027s) 2022-05-18T04:54:48.9637129Z test_variant_consistency_eager_select_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.022s) 2022-05-18T04:54:48.9765499Z test_variant_consistency_eager_select_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.013s) 2022-05-18T04:54:48.9913521Z test_variant_consistency_eager_select_scatter_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.015s) 2022-05-18T04:54:49.0036802Z test_variant_consistency_eager_sgn_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:54:49.0119094Z test_variant_consistency_eager_sgn_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:54:49.0224256Z test_variant_consistency_eager_short_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:54:49.0300158Z test_variant_consistency_eager_short_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:54:49.0404370Z test_variant_consistency_eager_sigmoid_cuda_complex64 (__main__.TestCommonCUDA) ... /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:54:49.0405068Z warnings.warn("nn.functional.sigmoid is deprecated. Use torch.sigmoid instead.") 2022-05-18T04:54:49.0635590Z ok (0.033s) 2022-05-18T04:54:49.0820883Z test_variant_consistency_eager_sigmoid_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.018s) 2022-05-18T04:54:49.0905786Z test_variant_consistency_eager_sign_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:54:49.0973794Z test_variant_consistency_eager_signbit_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:54:49.1093638Z test_variant_consistency_eager_sin_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:54:49.1178121Z test_variant_consistency_eager_sin_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:54:49.1481711Z test_variant_consistency_eager_sinc_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.030s) 2022-05-18T04:54:49.1648765Z test_variant_consistency_eager_sinc_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.017s) 2022-05-18T04:54:49.1767287Z test_variant_consistency_eager_sinh_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:54:49.1850306Z test_variant_consistency_eager_sinh_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:54:49.2062987Z test_variant_consistency_eager_slice_scatter_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.021s) 2022-05-18T04:54:49.2343265Z test_variant_consistency_eager_softmax_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.028s) 2022-05-18T04:54:49.2748381Z test_variant_consistency_eager_softmax_with_dtype_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.040s) 2022-05-18T04:54:49.3022853Z test_variant_consistency_eager_softmax_with_dtype_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.027s) 2022-05-18T04:54:49.3351745Z test_variant_consistency_eager_sort_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.033s) 2022-05-18T04:54:49.3397524Z test_variant_consistency_eager_sparse_sampled_addmm_cuda_complex64 (__main__.TestCommonCUDA) ... skip: Skipped! (0.005s) 2022-05-18T04:54:49.3443740Z test_variant_consistency_eager_sparse_sampled_addmm_cuda_float32 (__main__.TestCommonCUDA) ... skip: Skipped! (0.005s) 2022-05-18T04:54:49.3509039Z test_variant_consistency_eager_special_entr_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:54:49.3576936Z test_variant_consistency_eager_special_erfcx_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:54:49.3642915Z test_variant_consistency_eager_special_i0e_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:54:49.3715229Z test_variant_consistency_eager_special_i1_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:54:49.3793794Z test_variant_consistency_eager_special_i1e_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:54:49.3862052Z test_variant_consistency_eager_special_log_ndtr_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:54:49.3933328Z test_variant_consistency_eager_special_ndtr_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:54:49.4001681Z test_variant_consistency_eager_special_ndtri_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:54:49.4096289Z test_variant_consistency_eager_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:54:49.4203664Z test_variant_consistency_eager_special_xlog1py_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:54:49.4284365Z test_variant_consistency_eager_special_zeta_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:54:49.4390819Z test_variant_consistency_eager_split_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:54:49.4475527Z test_variant_consistency_eager_split_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:54:49.4629273Z test_variant_consistency_eager_split_list_args_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.015s) 2022-05-18T04:54:49.4727562Z test_variant_consistency_eager_split_list_args_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:54:49.4908313Z test_variant_consistency_eager_split_with_sizes_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.018s) 2022-05-18T04:54:49.5015705Z test_variant_consistency_eager_split_with_sizes_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:54:49.5133836Z test_variant_consistency_eager_sqrt_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:54:49.5218278Z test_variant_consistency_eager_sqrt_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:54:49.5438975Z test_variant_consistency_eager_square_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.022s) 2022-05-18T04:54:49.5574973Z test_variant_consistency_eager_square_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.013s) 2022-05-18T04:54:49.6029562Z test_variant_consistency_eager_squeeze_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.045s) 2022-05-18T04:54:49.6266875Z test_variant_consistency_eager_squeeze_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.024s) 2022-05-18T04:54:49.6398817Z test_variant_consistency_eager_stack_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.013s) 2022-05-18T04:54:49.6489806Z test_variant_consistency_eager_stack_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:54:49.6768530Z test_variant_consistency_eager_std_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.028s) 2022-05-18T04:54:49.6941192Z test_variant_consistency_eager_std_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.017s) 2022-05-18T04:54:49.7064619Z test_variant_consistency_eager_std_mean_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:54:49.7143539Z test_variant_consistency_eager_std_mean_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:54:49.7541526Z test_variant_consistency_eager_stft_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.040s) 2022-05-18T04:54:49.7783555Z test_variant_consistency_eager_stft_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.024s) 2022-05-18T04:54:50.0856729Z test_variant_consistency_eager_sub_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.307s) 2022-05-18T04:54:50.2350996Z test_variant_consistency_eager_sub_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.149s) 2022-05-18T04:54:50.2899570Z test_variant_consistency_eager_sum_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.055s) 2022-05-18T04:54:50.3231061Z test_variant_consistency_eager_sum_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.033s) 2022-05-18T04:54:50.3467916Z test_variant_consistency_eager_sum_to_size_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.024s) 2022-05-18T04:54:50.3610881Z test_variant_consistency_eager_sum_to_size_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.014s) 2022-05-18T04:54:51.5342218Z test_variant_consistency_eager_svd_cuda_complex64 (__main__.TestCommonCUDA) ... ok (1.173s) 2022-05-18T04:54:51.9395609Z test_variant_consistency_eager_svd_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.405s) 2022-05-18T04:54:52.2706653Z test_variant_consistency_eager_svd_lowrank_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.331s) 2022-05-18T04:54:52.3419239Z test_variant_consistency_eager_symeig_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.071s) 2022-05-18T04:54:52.3783484Z test_variant_consistency_eager_symeig_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.036s) 2022-05-18T04:54:52.3974203Z test_variant_consistency_eager_t_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.019s) 2022-05-18T04:54:52.4107225Z test_variant_consistency_eager_t_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.013s) 2022-05-18T04:54:52.4355333Z test_variant_consistency_eager_take_along_dim_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.025s) 2022-05-18T04:54:52.4512076Z test_variant_consistency_eager_take_along_dim_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.016s) 2022-05-18T04:54:52.4877976Z test_variant_consistency_eager_take_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.036s) 2022-05-18T04:54:52.5081738Z test_variant_consistency_eager_take_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.020s) 2022-05-18T04:54:52.5202060Z test_variant_consistency_eager_tan_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:54:52.5285303Z test_variant_consistency_eager_tan_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:54:52.5371176Z test_variant_consistency_eager_tanh_cuda_complex64 (__main__.TestCommonCUDA) ... /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:54:52.5371817Z warnings.warn("nn.functional.tanh is deprecated. Use torch.tanh instead.") 2022-05-18T04:54:52.5424764Z ok (0.014s) 2022-05-18T04:54:52.5517424Z test_variant_consistency_eager_tanh_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:54:52.5900878Z test_variant_consistency_eager_tensor_split_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.038s) 2022-05-18T04:54:52.6095842Z test_variant_consistency_eager_tensor_split_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.019s) 2022-05-18T04:54:52.6195305Z test_variant_consistency_eager_tensordot_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:54:52.6274860Z test_variant_consistency_eager_tensordot_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:54:52.7022558Z test_variant_consistency_eager_tile_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.074s) 2022-05-18T04:54:52.7454055Z test_variant_consistency_eager_tile_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.043s) 2022-05-18T04:54:52.7579116Z test_variant_consistency_eager_to_sparse_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:54:52.7692377Z test_variant_consistency_eager_to_sparse_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.011s) 2022-05-18T04:54:52.7858552Z test_variant_consistency_eager_topk_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.016s) 2022-05-18T04:54:52.7948421Z test_variant_consistency_eager_trace_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:54:52.8021957Z test_variant_consistency_eager_trace_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:54:52.9636597Z test_variant_consistency_eager_transpose_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.161s) 2022-05-18T04:54:53.0396111Z test_variant_consistency_eager_transpose_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.076s) 2022-05-18T04:54:53.0644788Z test_variant_consistency_eager_trapezoid_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.025s) 2022-05-18T04:54:53.0776412Z test_variant_consistency_eager_trapezoid_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.013s) 2022-05-18T04:54:53.1027583Z test_variant_consistency_eager_trapz_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.025s) 2022-05-18T04:54:53.1159492Z test_variant_consistency_eager_trapz_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.013s) 2022-05-18T04:54:53.1580036Z test_variant_consistency_eager_triangular_solve_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.042s) 2022-05-18T04:54:53.1784023Z test_variant_consistency_eager_triangular_solve_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.020s) 2022-05-18T04:54:53.2133167Z test_variant_consistency_eager_tril_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.035s) 2022-05-18T04:54:53.2317777Z test_variant_consistency_eager_tril_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.018s) 2022-05-18T04:54:53.2663986Z test_variant_consistency_eager_triu_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.034s) 2022-05-18T04:54:53.2851102Z test_variant_consistency_eager_triu_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.019s) 2022-05-18T04:54:53.3827002Z test_variant_consistency_eager_true_divide_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.097s) 2022-05-18T04:54:53.4308411Z test_variant_consistency_eager_true_divide_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.048s) 2022-05-18T04:54:53.4424976Z test_variant_consistency_eager_trunc_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:54:53.5088344Z test_variant_consistency_eager_unfold_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.066s) 2022-05-18T04:54:53.5469232Z test_variant_consistency_eager_unfold_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.038s) 2022-05-18T04:54:53.8475738Z test_variant_consistency_eager_unique_consecutive_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.300s) 2022-05-18T04:54:54.5664325Z test_variant_consistency_eager_unique_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.719s) 2022-05-18T04:54:54.6126942Z test_variant_consistency_eager_unsqueeze_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.046s) 2022-05-18T04:54:54.6411093Z test_variant_consistency_eager_unsqueeze_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.028s) 2022-05-18T04:54:54.6675924Z test_variant_consistency_eager_var_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.026s) 2022-05-18T04:54:54.6843535Z test_variant_consistency_eager_var_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.017s) 2022-05-18T04:54:54.6964864Z test_variant_consistency_eager_var_mean_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:54:54.7038086Z test_variant_consistency_eager_var_mean_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:54:54.7163672Z test_variant_consistency_eager_vdot_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:54:54.7244428Z test_variant_consistency_eager_vdot_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.008s) 2022-05-18T04:54:54.7302866Z test_variant_consistency_eager_view_as_complex_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:54:54.7463121Z test_variant_consistency_eager_view_as_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.016s) 2022-05-18T04:54:54.7562490Z test_variant_consistency_eager_view_as_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:54:54.7627509Z test_variant_consistency_eager_view_as_real_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.006s) 2022-05-18T04:54:54.7901052Z test_variant_consistency_eager_view_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.027s) 2022-05-18T04:54:54.8052426Z test_variant_consistency_eager_view_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.015s) 2022-05-18T04:54:54.8172185Z test_variant_consistency_eager_vsplit_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.012s) 2022-05-18T04:54:54.8259764Z test_variant_consistency_eager_vsplit_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:54:54.8353652Z test_variant_consistency_eager_vstack_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.009s) 2022-05-18T04:54:54.8426220Z test_variant_consistency_eager_vstack_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:54:54.8689275Z test_variant_consistency_eager_where_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.026s) 2022-05-18T04:54:54.8836130Z test_variant_consistency_eager_where_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.015s) 2022-05-18T04:54:54.9393913Z test_variant_consistency_eager_xlogy_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.056s) 2022-05-18T04:54:54.9557438Z test_variant_consistency_eager_zero__cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.016s) 2022-05-18T04:54:54.9661302Z test_variant_consistency_eager_zero__cuda_float32 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:54:54.9761529Z test_variant_consistency_eager_zeros_like_cuda_complex64 (__main__.TestCommonCUDA) ... ok (0.010s) 2022-05-18T04:54:54.9837172Z test_variant_consistency_eager_zeros_like_cuda_float32 (__main__.TestCommonCUDA) ... ok (0.007s) 2022-05-18T04:54:54.9882497Z test_backward_H_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.005s) 2022-05-18T04:54:54.9934763Z test_backward_T_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.005s) 2022-05-18T04:54:55.0647699Z test_backward___getitem___cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.071s) 2022-05-18T04:54:55.1033343Z test_backward___radd___cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.039s) 2022-05-18T04:54:55.2095782Z test_backward___rdiv___cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.106s) 2022-05-18T04:54:55.3837593Z test_backward___rmatmul___cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.174s) 2022-05-18T04:54:55.4544584Z test_backward___rmod___cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.071s) 2022-05-18T04:54:55.5173482Z test_backward___rmul___cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.063s) 2022-05-18T04:54:55.6374497Z test_backward___rpow___cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.120s) 2022-05-18T04:54:55.6822314Z test_backward___rsub___cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.045s) 2022-05-18T04:54:56.7312335Z test_backward__masked_amax_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (1.049s) 2022-05-18T04:54:57.7790159Z test_backward__masked_amin_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (1.048s) 2022-05-18T04:54:57.9191952Z test_backward__masked_log_softmax_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.140s) 2022-05-18T04:54:58.8788182Z test_backward__masked_mean_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.959s) 2022-05-18T04:55:05.0722998Z test_backward__masked_norm_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (6.193s) 2022-05-18T04:55:05.4152948Z test_backward__masked_normalize_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.343s) 2022-05-18T04:55:07.0251231Z test_backward__masked_prod_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (1.610s) 2022-05-18T04:55:07.1671892Z test_backward__masked_softmax_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.142s) 2022-05-18T04:55:07.3335147Z test_backward__masked_softmin_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.166s) 2022-05-18T04:55:09.6243904Z test_backward__masked_std_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (2.291s) 2022-05-18T04:55:10.2090877Z test_backward__masked_sum_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.585s) 2022-05-18T04:55:12.1967551Z test_backward__masked_var_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (1.987s) 2022-05-18T04:55:12.2006509Z test_backward_abs_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.004s) 2022-05-18T04:55:12.2123762Z test_backward_acos_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.012s) 2022-05-18T04:55:12.2222429Z test_backward_acosh_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.010s) 2022-05-18T04:55:12.2682622Z test_backward_add_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.046s) 2022-05-18T04:55:12.4225841Z test_backward_addbmm_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.154s) 2022-05-18T04:55:12.7547616Z test_backward_addcdiv_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.332s) 2022-05-18T04:55:12.9880283Z test_backward_addcmul_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.233s) 2022-05-18T04:55:13.0541376Z test_backward_addmm_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.066s) 2022-05-18T04:55:13.1017056Z test_backward_addmm_decomposed_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.047s) 2022-05-18T04:55:13.2163704Z test_backward_addmv_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.115s) 2022-05-18T04:55:13.2804529Z test_backward_addr_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.064s) 2022-05-18T04:55:13.3710020Z test_backward_amax_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.090s) 2022-05-18T04:55:13.4624718Z test_backward_amin_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.091s) 2022-05-18T04:55:13.4663511Z test_backward_angle_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.004s) 2022-05-18T04:55:13.4875286Z test_backward_as_strided_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.021s) 2022-05-18T04:55:13.4924523Z test_backward_asin_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.005s) 2022-05-18T04:55:13.4971020Z test_backward_asinh_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.005s) 2022-05-18T04:55:13.6202201Z test_backward_atan2_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.123s) 2022-05-18T04:55:13.6245513Z test_backward_atan_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.004s) 2022-05-18T04:55:13.6308044Z test_backward_atanh_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.006s) 2022-05-18T04:55:13.6569314Z test_backward_atleast_1d_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.026s) 2022-05-18T04:55:13.6909551Z test_backward_atleast_2d_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.034s) 2022-05-18T04:55:13.7393562Z test_backward_atleast_3d_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.048s) 2022-05-18T04:55:13.8520379Z test_backward_baddbmm_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.112s) 2022-05-18T04:55:13.8617301Z test_backward_bernoulli_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.010s) 2022-05-18T04:55:13.8718973Z test_backward_bfloat16_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.010s) 2022-05-18T04:55:13.8798695Z test_backward_block_diag_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... expected failure (0.008s) 2022-05-18T04:55:13.8880100Z test_backward_bmm_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.008s) 2022-05-18T04:55:14.1377171Z test_backward_broadcast_tensors_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.250s) 2022-05-18T04:55:14.1527483Z test_backward_broadcast_to_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.015s) 2022-05-18T04:55:14.2062573Z test_backward_cartesian_prod_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.053s) 2022-05-18T04:55:14.2224361Z test_backward_cat_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.016s) 2022-05-18T04:55:17.1590154Z test_backward_cdist_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (2.936s) 2022-05-18T04:55:17.1626943Z test_backward_ceil_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.004s) 2022-05-18T04:55:17.1767430Z test_backward_chalf_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.014s) 2022-05-18T04:55:17.3231807Z test_backward_cholesky_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.146s) 2022-05-18T04:55:17.4390516Z test_backward_cholesky_inverse_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.116s) 2022-05-18T04:55:17.7213584Z test_backward_cholesky_solve_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.282s) 2022-05-18T04:55:17.7784749Z test_backward_chunk_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.057s) 2022-05-18T04:55:17.8732263Z test_backward_clamp_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.095s) 2022-05-18T04:55:17.8934095Z test_backward_clamp_scalar_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.020s) 2022-05-18T04:55:17.8972150Z test_backward_clone_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.004s) 2022-05-18T04:55:17.9071443Z test_backward_column_stack_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.010s) 2022-05-18T04:55:18.1293135Z test_backward_combinations_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.222s) 2022-05-18T04:55:18.1928759Z test_backward_complex_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.063s) 2022-05-18T04:55:18.1968338Z test_backward_conj_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.004s) 2022-05-18T04:55:18.1993272Z test_backward_conj_physical_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.002s) 2022-05-18T04:55:18.2017383Z test_backward_contiguous_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.002s) 2022-05-18T04:55:18.2878480Z test_backward_copysign_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.086s) 2022-05-18T04:55:18.3731267Z test_backward_corrcoef_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.085s) 2022-05-18T04:55:18.3829119Z test_backward_cos_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.010s) 2022-05-18T04:55:18.3906137Z test_backward_cosh_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.008s) 2022-05-18T04:55:20.9024878Z test_backward_cov_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (2.512s) 2022-05-18T04:55:20.9198389Z test_backward_cross_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.017s) 2022-05-18T04:55:20.9227871Z test_backward_cummax_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... expected failure (0.003s) 2022-05-18T04:55:20.9255599Z test_backward_cummin_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... expected failure (0.003s) 2022-05-18T04:55:20.9532167Z test_backward_cumprod_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... expected failure (0.028s) 2022-05-18T04:55:20.9634813Z test_backward_cumsum_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.010s) 2022-05-18T04:55:21.1182298Z test_backward_cumulative_trapezoid_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.155s) 2022-05-18T04:55:21.1246985Z test_backward_deg2rad_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.006s) 2022-05-18T04:55:21.1524507Z test_backward_diag_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.028s) 2022-05-18T04:55:21.1783357Z test_backward_diag_embed_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.026s) 2022-05-18T04:55:21.1919691Z test_backward_diagflat_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.013s) 2022-05-18T04:55:21.2211510Z test_backward_diagonal_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.029s) 2022-05-18T04:55:21.2945250Z test_backward_diagonal_scatter_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.073s) 2022-05-18T04:55:24.3712057Z test_backward_diff_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (3.076s) 2022-05-18T04:55:24.3791836Z test_backward_digamma_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.008s) 2022-05-18T04:55:25.5293203Z test_backward_dist_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (1.150s) 2022-05-18T04:55:25.5952125Z test_backward_div_floor_rounding_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.066s) 2022-05-18T04:55:25.6871626Z test_backward_div_no_rounding_mode_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.092s) 2022-05-18T04:55:25.7524935Z test_backward_div_trunc_rounding_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.065s) 2022-05-18T04:55:25.7592385Z test_backward_dot_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.007s) 2022-05-18T04:55:25.7692691Z test_backward_double_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.010s) 2022-05-18T04:55:25.8192961Z test_backward_dsplit_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.050s) 2022-05-18T04:55:25.8260622Z test_backward_dstack_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.007s) 2022-05-18T04:55:25.8682403Z test_backward_eig_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.042s) 2022-05-18T04:55:25.9673682Z test_backward_einsum_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.099s) 2022-05-18T04:55:25.9730353Z test_backward_erf_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.006s) 2022-05-18T04:55:25.9839419Z test_backward_erfc_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.011s) 2022-05-18T04:55:25.9889421Z test_backward_erfinv_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.005s) 2022-05-18T04:55:26.0006654Z test_backward_exp2_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.012s) 2022-05-18T04:55:26.0088486Z test_backward_exp_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.008s) 2022-05-18T04:55:26.0210533Z test_backward_expand_as_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.012s) 2022-05-18T04:55:26.0403873Z test_backward_expand_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.019s) 2022-05-18T04:55:26.0450631Z test_backward_expm1_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.005s) 2022-05-18T04:55:26.0685752Z test_backward_fft_fft2_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.023s) 2022-05-18T04:55:26.0913090Z test_backward_fft_fft_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.023s) 2022-05-18T04:55:26.1212633Z test_backward_fft_fftn_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.030s) 2022-05-18T04:55:26.1327653Z test_backward_fft_fftshift_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.011s) 2022-05-18T04:55:26.1730512Z test_backward_fft_hfft2_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.040s) 2022-05-18T04:55:26.2115076Z test_backward_fft_hfft_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.038s) 2022-05-18T04:55:26.2595745Z test_backward_fft_hfftn_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.048s) 2022-05-18T04:55:26.2845731Z test_backward_fft_ifft2_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.025s) 2022-05-18T04:55:26.3149887Z test_backward_fft_ifft_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.030s) 2022-05-18T04:55:26.3449717Z test_backward_fft_ifftn_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.030s) 2022-05-18T04:55:26.3564294Z test_backward_fft_ifftshift_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.011s) 2022-05-18T04:55:26.3966260Z test_backward_fft_ihfft2_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.040s) 2022-05-18T04:55:26.4373943Z test_backward_fft_ihfft_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.041s) 2022-05-18T04:55:26.4883102Z test_backward_fft_ihfftn_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.051s) 2022-05-18T04:55:26.5182552Z test_backward_fft_irfft2_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.030s) 2022-05-18T04:55:26.5493941Z test_backward_fft_irfft_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.031s) 2022-05-18T04:55:26.5866045Z test_backward_fft_irfftn_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.037s) 2022-05-18T04:55:26.6181847Z test_backward_fft_rfft2_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.031s) 2022-05-18T04:55:26.6506630Z test_backward_fft_rfft_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.032s) 2022-05-18T04:55:26.6902245Z test_backward_fft_rfftn_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.039s) 2022-05-18T04:55:26.6909352Z test_backward_fill__cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: Allowed exemption (0.001s) 2022-05-18T04:55:26.7012791Z test_backward_flatten_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.010s) 2022-05-18T04:55:26.7193858Z test_backward_flip_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.018s) 2022-05-18T04:55:26.7241590Z test_backward_fliplr_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.005s) 2022-05-18T04:55:26.7289546Z test_backward_flipud_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.005s) 2022-05-18T04:55:26.7351414Z test_backward_float_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.006s) 2022-05-18T04:55:26.9523957Z test_backward_float_power_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.217s) 2022-05-18T04:55:26.9566569Z test_backward_floor_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.004s) 2022-05-18T04:55:27.0875168Z test_backward_fmax_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.131s) 2022-05-18T04:55:27.2176638Z test_backward_fmin_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.130s) 2022-05-18T04:55:27.2921458Z test_backward_fmod_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.074s) 2022-05-18T04:55:27.2969845Z test_backward_frac_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.005s) 2022-05-18T04:55:27.3049892Z test_backward_frexp_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.008s) 2022-05-18T04:55:27.3357369Z test_backward_gather_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.031s) 2022-05-18T04:55:28.4142851Z test_backward_gradient_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (1.078s) 2022-05-18T04:55:28.4247830Z test_backward_half_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.010s) 2022-05-18T04:55:28.4743815Z test_backward_hsplit_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.049s) 2022-05-18T04:55:28.4789008Z test_backward_hstack_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.004s) 2022-05-18T04:55:28.5804020Z test_backward_hypot_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.101s) 2022-05-18T04:55:28.5885132Z test_backward_i0_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.008s) 2022-05-18T04:55:28.7090025Z test_backward_index_add_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.120s) 2022-05-18T04:55:28.7512192Z test_backward_index_copy_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.042s) 2022-05-18T04:55:28.7657317Z test_backward_index_fill_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.014s) 2022-05-18T04:55:28.7667857Z test_backward_index_put_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/76941 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:55:30.2802755Z test_backward_index_reduce_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (1.513s) 2022-05-18T04:55:30.2992771Z test_backward_index_select_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.019s) 2022-05-18T04:55:30.3243785Z test_backward_inner_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.025s) 2022-05-18T04:55:30.3964029Z test_backward_inverse_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.072s) 2022-05-18T04:55:30.6490971Z test_backward_istft_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.253s) 2022-05-18T04:55:30.6651874Z test_backward_kron_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.016s) 2022-05-18T04:55:30.6916779Z test_backward_kthvalue_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.026s) 2022-05-18T04:55:30.7890499Z test_backward_ldexp_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.097s) 2022-05-18T04:55:31.0124562Z test_backward_lerp_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.223s) 2022-05-18T04:55:31.0202181Z test_backward_lgamma_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.008s) 2022-05-18T04:55:31.1809952Z test_backward_linalg_cholesky_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.161s) 2022-05-18T04:55:31.3373299Z test_backward_linalg_cholesky_ex_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.156s) 2022-05-18T04:55:31.3802221Z test_backward_linalg_cond_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.043s) 2022-05-18T04:55:31.3975527Z test_backward_linalg_cross_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.017s) 2022-05-18T04:55:31.4712314Z test_backward_linalg_det_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.074s) 2022-05-18T04:55:31.4792033Z test_backward_linalg_eig_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... expected failure (0.008s) 2022-05-18T04:55:31.4855125Z test_backward_linalg_eigh_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... expected failure (0.006s) 2022-05-18T04:55:31.5722789Z test_backward_linalg_eigvals_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.087s) 2022-05-18T04:55:31.6303385Z test_backward_linalg_eigvalsh_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.058s) 2022-05-18T04:55:31.6397012Z test_backward_linalg_householder_product_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... expected failure (0.009s) 2022-05-18T04:55:31.7133863Z test_backward_linalg_inv_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.074s) 2022-05-18T04:55:31.7857844Z test_backward_linalg_inv_ex_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.072s) 2022-05-18T04:55:31.8813108Z test_backward_linalg_lstsq_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... expected failure (0.095s) 2022-05-18T04:55:31.9744877Z test_backward_linalg_lstsq_grad_oriented_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... expected failure (0.093s) 2022-05-18T04:55:32.9213314Z test_backward_linalg_lu_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.947s) 2022-05-18T04:55:33.5386746Z test_backward_linalg_lu_factor_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.617s) 2022-05-18T04:55:34.0478559Z test_backward_linalg_lu_factor_ex_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.509s) 2022-05-18T04:55:34.0600116Z test_backward_linalg_matrix_norm_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... expected failure (0.012s) 2022-05-18T04:55:34.2846573Z test_backward_linalg_matrix_power_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.224s) 2022-05-18T04:55:34.3268545Z test_backward_linalg_multi_dot_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.042s) 2022-05-18T04:55:34.3335597Z test_backward_linalg_norm_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... expected failure (0.007s) 2022-05-18T04:55:34.3375320Z test_backward_linalg_norm_subgradients_at_zero_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... expected failure (0.004s) 2022-05-18T04:55:35.2945473Z test_backward_linalg_pinv_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.957s) 2022-05-18T04:55:35.5090495Z test_backward_linalg_pinv_hermitian_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.214s) 2022-05-18T04:55:35.5105219Z test_backward_linalg_pinv_singular_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-05-18T04:55:35.5562344Z test_backward_linalg_qr_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... expected failure (0.046s) 2022-05-18T04:55:35.6029132Z test_backward_linalg_slogdet_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.047s) 2022-05-18T04:55:36.1840232Z test_backward_linalg_solve_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.581s) 2022-05-18T04:55:41.5100608Z test_backward_linalg_solve_triangular_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (5.326s) 2022-05-18T04:55:41.5310754Z test_backward_linalg_svd_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... expected failure (0.021s) 2022-05-18T04:55:41.7744640Z test_backward_linalg_svdvals_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.243s) 2022-05-18T04:55:41.7932145Z test_backward_linalg_tensorinv_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.019s) 2022-05-18T04:55:41.9521948Z test_backward_linalg_tensorsolve_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.159s) 2022-05-18T04:55:42.0371881Z test_backward_linalg_vander_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.085s) 2022-05-18T04:55:42.5510647Z test_backward_linalg_vector_norm_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.514s) 2022-05-18T04:55:42.5593744Z test_backward_log10_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.008s) 2022-05-18T04:55:42.5633497Z test_backward_log1p_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.004s) 2022-05-18T04:55:42.5714167Z test_backward_log2_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.008s) 2022-05-18T04:55:42.5782687Z test_backward_log_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.007s) 2022-05-18T04:55:42.5938218Z test_backward_log_softmax_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.015s) 2022-05-18T04:55:42.6163214Z test_backward_log_softmax_dtype_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.022s) 2022-05-18T04:55:42.6302607Z test_backward_logaddexp2_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.014s) 2022-05-18T04:55:42.6434627Z test_backward_logaddexp_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.013s) 2022-05-18T04:55:42.6975208Z test_backward_logcumsumexp_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.054s) 2022-05-18T04:55:42.7368961Z test_backward_logdet_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.039s) 2022-05-18T04:55:42.7455942Z test_backward_logit_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.009s) 2022-05-18T04:55:42.7914393Z test_backward_logsumexp_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.046s) 2022-05-18T04:55:43.4434354Z test_backward_lu_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.652s) 2022-05-18T04:55:48.8197017Z test_backward_lu_solve_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (5.376s) 2022-05-18T04:55:49.2688782Z test_backward_lu_unpack_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.449s) 2022-05-18T04:55:49.2792428Z test_backward_mH_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.010s) 2022-05-18T04:55:49.2895592Z test_backward_mT_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.010s) 2022-05-18T04:55:49.3671984Z test_backward_masked_fill_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.078s) 2022-05-18T04:55:49.4464929Z test_backward_masked_scatter_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.079s) 2022-05-18T04:55:49.5040763Z test_backward_masked_select_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.057s) 2022-05-18T04:55:49.6795689Z test_backward_matmul_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.175s) 2022-05-18T04:55:49.6839739Z test_backward_matrix_exp_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... expected failure (0.004s) 2022-05-18T04:55:49.8280958Z test_backward_max_binary_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.144s) 2022-05-18T04:55:49.8400378Z test_backward_max_reduction_no_dim_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.012s) 2022-05-18T04:55:49.8509770Z test_backward_max_reduction_with_dim_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.011s) 2022-05-18T04:55:49.9941554Z test_backward_maximum_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.143s) 2022-05-18T04:55:50.0429981Z test_backward_mean_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.049s) 2022-05-18T04:55:50.0859143Z test_backward_median_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.043s) 2022-05-18T04:55:50.2265568Z test_backward_meshgrid_list_of_tensors_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.140s) 2022-05-18T04:55:51.0625240Z test_backward_meshgrid_variadic_tensors_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.836s) 2022-05-18T04:55:51.2069114Z test_backward_min_binary_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.144s) 2022-05-18T04:55:51.2188489Z test_backward_min_reduction_no_dim_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.012s) 2022-05-18T04:55:51.2299356Z test_backward_min_reduction_with_dim_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.011s) 2022-05-18T04:55:51.3735787Z test_backward_minimum_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.143s) 2022-05-18T04:55:51.3816782Z test_backward_mm_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.008s) 2022-05-18T04:55:51.3975985Z test_backward_mode_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.016s) 2022-05-18T04:55:51.4037296Z test_backward_movedim_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.006s) 2022-05-18T04:55:51.4099548Z test_backward_msort_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.006s) 2022-05-18T04:55:51.4737122Z test_backward_mul_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.064s) 2022-05-18T04:55:51.4824197Z test_backward_mv_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.009s) 2022-05-18T04:55:51.5219829Z test_backward_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.039s) 2022-05-18T04:55:51.5609180Z test_backward_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.039s) 2022-05-18T04:55:51.6007902Z test_backward_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.040s) 2022-05-18T04:55:51.6119060Z test_backward_nan_to_num_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.011s) 2022-05-18T04:55:51.7983055Z test_backward_nanmean_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.186s) 2022-05-18T04:55:51.8418827Z test_backward_nanmedian_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.044s) 2022-05-18T04:55:53.3960893Z test_backward_nanquantile_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (1.554s) 2022-05-18T04:55:53.4623043Z test_backward_nansum_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.066s) 2022-05-18T04:55:53.4733293Z test_backward_narrow_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.011s) 2022-05-18T04:55:53.4766392Z test_backward_neg_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.003s) 2022-05-18T04:55:53.4884688Z test_backward_nn_functional_adaptive_avg_pool1d_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.012s) 2022-05-18T04:55:53.4998807Z test_backward_nn_functional_adaptive_avg_pool2d_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.011s) 2022-05-18T04:55:53.5137192Z test_backward_nn_functional_adaptive_avg_pool3d_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.014s) 2022-05-18T04:55:53.5299223Z test_backward_nn_functional_adaptive_max_pool1d_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.016s) 2022-05-18T04:55:53.5559966Z test_backward_nn_functional_adaptive_max_pool2d_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.026s) 2022-05-18T04:55:53.5780286Z test_backward_nn_functional_adaptive_max_pool3d_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.022s) 2022-05-18T04:55:53.6132184Z test_backward_nn_functional_avg_pool1d_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.035s) 2022-05-18T04:55:53.6312527Z test_backward_nn_functional_avg_pool2d_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.018s) 2022-05-18T04:55:53.6534228Z test_backward_nn_functional_avg_pool3d_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.022s) 2022-05-18T04:55:54.1562876Z test_backward_nn_functional_batch_norm_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.503s) 2022-05-18T04:55:54.6468542Z test_backward_nn_functional_batch_norm_without_cudnn_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.490s) 2022-05-18T04:55:55.8399680Z test_backward_nn_functional_bilinear_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (1.193s) 2022-05-18T04:55:56.0012523Z test_backward_nn_functional_binary_cross_entropy_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.161s) 2022-05-18T04:55:56.7634778Z test_backward_nn_functional_binary_cross_entropy_with_logits_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.762s) 2022-05-18T04:55:56.7707688Z test_backward_nn_functional_celu_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.007s) 2022-05-18T04:55:56.8343947Z test_backward_nn_functional_conv1d_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.063s) 2022-05-18T04:55:57.0469912Z test_backward_nn_functional_conv2d_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.212s) 2022-05-18T04:55:57.1111257Z test_backward_nn_functional_conv_transpose1d_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.064s) 2022-05-18T04:55:57.1797203Z test_backward_nn_functional_conv_transpose2d_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.068s) 2022-05-18T04:55:57.2511519Z test_backward_nn_functional_conv_transpose3d_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.071s) 2022-05-18T04:55:58.0102038Z test_backward_nn_functional_cosine_embedding_loss_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.759s) 2022-05-18T04:55:58.4291891Z test_backward_nn_functional_cosine_similarity_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.419s) 2022-05-18T04:55:58.7184577Z test_backward_nn_functional_cross_entropy_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.289s) 2022-05-18T04:55:58.7271827Z test_backward_nn_functional_ctc_loss_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... expected failure (0.009s) 2022-05-18T04:55:58.7589695Z test_backward_nn_functional_dropout2d_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.032s) 2022-05-18T04:55:58.7883847Z test_backward_nn_functional_dropout_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.029s) 2022-05-18T04:55:58.7954818Z test_backward_nn_functional_elu_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.007s) 2022-05-18T04:55:59.2930051Z test_backward_nn_functional_embedding_bag_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.497s) 2022-05-18T04:55:59.3066366Z test_backward_nn_functional_embedding_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.014s) 2022-05-18T04:55:59.3230355Z test_backward_nn_functional_feature_alpha_dropout_with_train_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.016s) 2022-05-18T04:55:59.3356022Z test_backward_nn_functional_feature_alpha_dropout_without_train_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.012s) 2022-05-18T04:55:59.4292432Z test_backward_nn_functional_fractional_max_pool2d_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.093s) 2022-05-18T04:55:59.5551470Z test_backward_nn_functional_fractional_max_pool3d_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.126s) 2022-05-18T04:56:17.9946104Z test_backward_nn_functional_gaussian_nll_loss_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (18.439s) 2022-05-18T04:56:18.0107001Z test_backward_nn_functional_gelu_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.016s) 2022-05-18T04:56:18.0951637Z test_backward_nn_functional_glu_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.084s) 2022-05-18T04:56:18.2511157Z test_backward_nn_functional_grid_sample_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.156s) 2022-05-18T04:56:18.3372125Z test_backward_nn_functional_group_norm_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.086s) 2022-05-18T04:56:18.3548054Z test_backward_nn_functional_hardshrink_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.017s) 2022-05-18T04:56:18.3616660Z test_backward_nn_functional_hardsigmoid_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.007s) 2022-05-18T04:56:18.3703636Z test_backward_nn_functional_hardswish_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.009s) 2022-05-18T04:56:18.3890585Z test_backward_nn_functional_hardtanh_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.019s) 2022-05-18T04:56:18.5650313Z test_backward_nn_functional_hinge_embedding_loss_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.176s) 2022-05-18T04:56:18.6227016Z test_backward_nn_functional_huber_loss_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.058s) 2022-05-18T04:56:19.9929422Z test_backward_nn_functional_instance_norm_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (1.370s) 2022-05-18T04:56:20.0239024Z test_backward_nn_functional_interpolate_area_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.031s) 2022-05-18T04:56:20.0499325Z test_backward_nn_functional_interpolate_bicubic_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.026s) 2022-05-18T04:56:20.0747937Z test_backward_nn_functional_interpolate_bilinear_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.025s) 2022-05-18T04:56:20.0992628Z test_backward_nn_functional_interpolate_linear_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.024s) 2022-05-18T04:56:20.1241208Z test_backward_nn_functional_interpolate_nearest_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.025s) 2022-05-18T04:56:20.1495539Z test_backward_nn_functional_interpolate_trilinear_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.025s) 2022-05-18T04:56:20.2865071Z test_backward_nn_functional_kl_div_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.137s) 2022-05-18T04:56:20.3274795Z test_backward_nn_functional_l1_loss_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.041s) 2022-05-18T04:56:20.3942100Z test_backward_nn_functional_layer_norm_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.067s) 2022-05-18T04:56:20.4127430Z test_backward_nn_functional_leaky_relu_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.018s) 2022-05-18T04:56:20.6865165Z test_backward_nn_functional_linear_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.273s) 2022-05-18T04:56:20.8164924Z test_backward_nn_functional_local_response_norm_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.130s) 2022-05-18T04:56:20.8237598Z test_backward_nn_functional_logsigmoid_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.007s) 2022-05-18T04:56:21.0303996Z test_backward_nn_functional_margin_ranking_loss_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.206s) 2022-05-18T04:56:24.6919514Z test_backward_nn_functional_max_pool1d_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (3.661s) 2022-05-18T04:56:28.4893580Z test_backward_nn_functional_max_pool2d_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (3.797s) 2022-05-18T04:56:30.0573886Z test_backward_nn_functional_max_pool3d_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (1.568s) 2022-05-18T04:56:31.7394122Z test_backward_nn_functional_max_unpool1d_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (1.682s) 2022-05-18T04:56:32.0670914Z test_backward_nn_functional_max_unpool1d_grad_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.328s) 2022-05-18T04:56:34.5872988Z test_backward_nn_functional_max_unpool2d_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (2.520s) 2022-05-18T04:56:35.0017935Z test_backward_nn_functional_max_unpool2d_grad_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.414s) 2022-05-18T04:56:35.8298555Z test_backward_nn_functional_max_unpool3d_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.828s) 2022-05-18T04:56:36.0291033Z test_backward_nn_functional_max_unpool3d_grad_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.199s) 2022-05-18T04:56:36.0364848Z test_backward_nn_functional_mish_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.007s) 2022-05-18T04:56:36.0747670Z test_backward_nn_functional_mse_loss_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.038s) 2022-05-18T04:56:36.0815705Z test_backward_nn_functional_multi_margin_loss_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... /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:56:36.0817163Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-05-18T04:56:36.0910486Z /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:56:36.0911615Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-05-18T04:56:36.0959697Z /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:56:36.0960669Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-05-18T04:56:36.1004761Z ok (0.026s) 2022-05-18T04:56:36.1153760Z test_backward_nn_functional_multilabel_margin_loss_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.015s) 2022-05-18T04:56:36.2594155Z test_backward_nn_functional_multilabel_soft_margin_loss_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.144s) 2022-05-18T04:56:36.7130939Z test_backward_nn_functional_nll_loss_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.453s) 2022-05-18T04:56:36.7928689Z test_backward_nn_functional_normalize_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.080s) 2022-05-18T04:56:36.9158955Z test_backward_nn_functional_pad_circular_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.123s) 2022-05-18T04:56:37.0086170Z test_backward_nn_functional_pad_constant_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.093s) 2022-05-18T04:56:37.0359483Z test_backward_nn_functional_pad_reflect_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.027s) 2022-05-18T04:56:37.0627704Z test_backward_nn_functional_pad_replicate_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.027s) 2022-05-18T04:56:37.1652415Z test_backward_nn_functional_pairwise_distance_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.102s) 2022-05-18T04:56:37.1894456Z test_backward_nn_functional_pdist_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.024s) 2022-05-18T04:56:37.1947105Z test_backward_nn_functional_pixel_shuffle_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.005s) 2022-05-18T04:56:37.1996787Z test_backward_nn_functional_pixel_unshuffle_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.005s) 2022-05-18T04:56:38.7086620Z test_backward_nn_functional_poisson_nll_loss_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (1.509s) 2022-05-18T04:56:38.8074746Z test_backward_nn_functional_prelu_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.099s) 2022-05-18T04:56:38.8259460Z test_backward_nn_functional_relu6_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.018s) 2022-05-18T04:56:38.8370988Z test_backward_nn_functional_relu_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.011s) 2022-05-18T04:56:38.8456780Z test_backward_nn_functional_rrelu_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.009s) 2022-05-18T04:56:38.8528828Z test_backward_nn_functional_selu_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.007s) 2022-05-18T04:56:38.8596950Z test_backward_nn_functional_silu_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.007s) 2022-05-18T04:56:38.9116065Z test_backward_nn_functional_smooth_l1_loss_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.052s) 2022-05-18T04:56:38.9442163Z test_backward_nn_functional_soft_margin_loss_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.032s) 2022-05-18T04:56:38.9657902Z test_backward_nn_functional_softmin_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.022s) 2022-05-18T04:56:38.9924508Z test_backward_nn_functional_softmin_with_dtype_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.027s) 2022-05-18T04:56:38.9996895Z test_backward_nn_functional_softplus_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.007s) 2022-05-18T04:56:39.0170247Z test_backward_nn_functional_softshrink_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.017s) 2022-05-18T04:56:39.0340581Z test_backward_nn_functional_softsign_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.017s) 2022-05-18T04:56:39.0458482Z test_backward_nn_functional_tanhshrink_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.012s) 2022-05-18T04:56:39.0560256Z test_backward_nn_functional_threshold_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.010s) 2022-05-18T04:56:39.6275062Z test_backward_nn_functional_triplet_margin_loss_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.571s) 2022-05-18T04:56:40.2038941Z test_backward_nn_functional_triplet_margin_with_distance_loss_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.576s) 2022-05-18T04:56:40.7239442Z test_backward_nn_functional_unfold_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.520s) 2022-05-18T04:56:40.7334794Z test_backward_nn_functional_upsample_bilinear_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.010s) 2022-05-18T04:56:40.7571800Z test_backward_nn_functional_upsample_nearest_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.024s) 2022-05-18T04:56:41.0012561Z test_backward_norm_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.244s) 2022-05-18T04:56:41.0051950Z test_backward_norm_fro_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... expected failure (0.004s) 2022-05-18T04:56:41.0411385Z test_backward_norm_inf_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.036s) 2022-05-18T04:56:41.0484670Z test_backward_norm_nuc_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... expected failure (0.007s) 2022-05-18T04:56:41.0669407Z test_backward_normal_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.018s) 2022-05-18T04:56:41.0704178Z test_backward_normal_number_mean_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.003s) 2022-05-18T04:56:41.0843658Z test_backward_outer_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.014s) 2022-05-18T04:56:41.0936716Z test_backward_pca_lowrank_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... expected failure (0.009s) 2022-05-18T04:56:41.1024833Z test_backward_permute_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.009s) 2022-05-18T04:56:41.3230597Z test_backward_pinverse_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.220s) 2022-05-18T04:56:41.4897473Z test_backward_polar_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.167s) 2022-05-18T04:56:41.5134081Z test_backward_polygamma_polygamma_n_0_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.024s) 2022-05-18T04:56:41.5376009Z test_backward_polygamma_polygamma_n_1_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.024s) 2022-05-18T04:56:41.5610489Z test_backward_polygamma_polygamma_n_2_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.023s) 2022-05-18T04:56:41.5842485Z test_backward_polygamma_polygamma_n_3_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.023s) 2022-05-18T04:56:41.6074096Z test_backward_polygamma_polygamma_n_4_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.023s) 2022-05-18T04:56:41.6114723Z test_backward_positive_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.004s) 2022-05-18T04:56:41.7944113Z test_backward_pow_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.183s) 2022-05-18T04:56:41.9685232Z test_backward_prod_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.174s) 2022-05-18T04:56:41.9723422Z test_backward_put_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... expected failure (0.004s) 2022-05-18T04:56:42.0181964Z test_backward_qr_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... expected failure (0.046s) 2022-05-18T04:56:43.5428694Z test_backward_quantile_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (1.524s) 2022-05-18T04:56:43.5496252Z test_backward_rad2deg_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.007s) 2022-05-18T04:56:43.5548578Z test_backward_ravel_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.005s) 2022-05-18T04:56:43.5590523Z test_backward_real_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.004s) 2022-05-18T04:56:43.5697911Z test_backward_reciprocal_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.011s) 2022-05-18T04:56:43.6473542Z test_backward_remainder_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.077s) 2022-05-18T04:56:43.6892742Z test_backward_renorm_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.042s) 2022-05-18T04:56:43.7376969Z test_backward_repeat_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.048s) 2022-05-18T04:56:43.7569516Z test_backward_repeat_interleave_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.019s) 2022-05-18T04:56:43.7735695Z test_backward_reshape_as_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.016s) 2022-05-18T04:56:43.7962464Z test_backward_reshape_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.022s) 2022-05-18T04:56:43.7996867Z test_backward_resolve_conj_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.003s) 2022-05-18T04:56:43.8037977Z test_backward_resolve_neg_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.004s) 2022-05-18T04:56:43.8202969Z test_backward_roll_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.016s) 2022-05-18T04:56:43.8292735Z test_backward_rot90_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.009s) 2022-05-18T04:56:43.8331072Z test_backward_round_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.004s) 2022-05-18T04:56:43.8404046Z test_backward_round_decimals_0_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.007s) 2022-05-18T04:56:43.8477344Z test_backward_round_decimals_3_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.007s) 2022-05-18T04:56:43.8550445Z test_backward_round_decimals_neg_3_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.007s) 2022-05-18T04:56:43.8667578Z test_backward_rsqrt_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.012s) 2022-05-18T04:56:43.9221824Z test_backward_rsub_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.055s) 2022-05-18T04:56:43.9862116Z test_backward_scatter_add_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.064s) 2022-05-18T04:56:44.0739334Z test_backward_scatter_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.087s) 2022-05-18T04:56:44.6979729Z test_backward_scatter_reduce_amax_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.624s) 2022-05-18T04:56:45.3214878Z test_backward_scatter_reduce_amin_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.623s) 2022-05-18T04:56:45.8346216Z test_backward_scatter_reduce_mean_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.513s) 2022-05-18T04:56:46.9533268Z test_backward_scatter_reduce_prod_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (1.118s) 2022-05-18T04:56:47.1525555Z test_backward_scatter_reduce_sum_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.199s) 2022-05-18T04:56:47.1636608Z test_backward_select_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.011s) 2022-05-18T04:56:47.1906111Z test_backward_select_scatter_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.027s) 2022-05-18T04:56:47.1948472Z test_backward_sgn_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.004s) 2022-05-18T04:56:47.2032593Z test_backward_sigmoid_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.008s) 2022-05-18T04:56:47.2069064Z test_backward_sign_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.004s) 2022-05-18T04:56:47.2115913Z test_backward_sin_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.005s) 2022-05-18T04:56:47.2305213Z test_backward_sinc_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.019s) 2022-05-18T04:56:47.2345506Z test_backward_sinh_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.004s) 2022-05-18T04:56:47.2832866Z test_backward_slice_scatter_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.048s) 2022-05-18T04:56:47.2997916Z test_backward_softmax_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.016s) 2022-05-18T04:56:47.3223999Z test_backward_softmax_with_dtype_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.022s) 2022-05-18T04:56:47.3927067Z test_backward_sort_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.070s) 2022-05-18T04:56:47.3934662Z test_backward_sparse_sampled_addmm_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:56:47.4013113Z test_backward_special_entr_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.008s) 2022-05-18T04:56:47.4133113Z test_backward_special_erfcx_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.012s) 2022-05-18T04:56:47.4228764Z test_backward_special_i0e_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.009s) 2022-05-18T04:56:47.4415614Z test_backward_special_i1_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.018s) 2022-05-18T04:56:47.4626525Z test_backward_special_i1e_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.021s) 2022-05-18T04:56:47.4779175Z test_backward_special_log_ndtr_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.015s) 2022-05-18T04:56:47.4964870Z test_backward_special_ndtr_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.018s) 2022-05-18T04:56:47.5096967Z test_backward_special_ndtri_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.013s) 2022-05-18T04:56:47.5335892Z test_backward_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.024s) 2022-05-18T04:56:47.6274865Z test_backward_special_xlog1py_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.094s) 2022-05-18T04:56:47.6380944Z test_backward_split_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.011s) 2022-05-18T04:56:47.6606564Z test_backward_split_list_args_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.022s) 2022-05-18T04:56:47.6895683Z test_backward_split_with_sizes_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.029s) 2022-05-18T04:56:47.6950625Z test_backward_sqrt_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.005s) 2022-05-18T04:56:47.7042820Z test_backward_square_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.009s) 2022-05-18T04:56:47.7170302Z test_backward_squeeze_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.013s) 2022-05-18T04:56:47.7348211Z test_backward_stack_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.018s) 2022-05-18T04:56:47.7781007Z test_backward_std_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.043s) 2022-05-18T04:56:47.7788921Z test_backward_std_mean_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:56:47.9312551Z test_backward_stft_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.152s) 2022-05-18T04:56:47.9877719Z test_backward_sub_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.056s) 2022-05-18T04:56:48.0271070Z test_backward_sum_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.039s) 2022-05-18T04:56:48.0384166Z test_backward_sum_to_size_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.011s) 2022-05-18T04:56:48.0589793Z test_backward_svd_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... expected failure (0.020s) 2022-05-18T04:56:48.0683120Z test_backward_svd_lowrank_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... expected failure (0.009s) 2022-05-18T04:56:48.0773493Z test_backward_symeig_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... expected failure (0.009s) 2022-05-18T04:56:48.0835955Z test_backward_t_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.006s) 2022-05-18T04:56:48.1264399Z test_backward_take_along_dim_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.043s) 2022-05-18T04:56:48.1291006Z test_backward_take_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... expected failure (0.003s) 2022-05-18T04:56:48.1340476Z test_backward_tan_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.005s) 2022-05-18T04:56:48.1381614Z test_backward_tanh_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.004s) 2022-05-18T04:56:48.1657735Z test_backward_tensor_split_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... expected failure (0.027s) 2022-05-18T04:56:48.2034014Z test_backward_tensordot_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.037s) 2022-05-18T04:56:48.2553512Z test_backward_tile_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.052s) 2022-05-18T04:56:48.2560722Z test_backward_to_sparse_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: Allowed exception (0.001s) 2022-05-18T04:56:48.2882839Z test_backward_topk_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.032s) 2022-05-18T04:56:48.2928479Z test_backward_trace_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.005s) 2022-05-18T04:56:48.3075916Z test_backward_transpose_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.015s) 2022-05-18T04:56:48.4712916Z test_backward_trapezoid_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.163s) 2022-05-18T04:56:48.6355662Z test_backward_trapz_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.164s) 2022-05-18T04:56:49.0234055Z test_backward_triangular_solve_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.388s) 2022-05-18T04:56:49.0334657Z test_backward_tril_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.010s) 2022-05-18T04:56:49.0434111Z test_backward_triu_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.010s) 2022-05-18T04:56:49.1401552Z test_backward_true_divide_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.096s) 2022-05-18T04:56:49.1439513Z test_backward_trunc_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.004s) 2022-05-18T04:56:49.1890762Z test_backward_unfold_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.045s) 2022-05-18T04:56:49.2046632Z test_backward_unsqueeze_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.016s) 2022-05-18T04:56:49.2300959Z test_backward_var_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.025s) 2022-05-18T04:56:49.2308318Z test_backward_var_mean_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:56:49.2381080Z test_backward_vdot_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.007s) 2022-05-18T04:56:49.2413536Z test_backward_view_as_complex_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.003s) 2022-05-18T04:56:49.2534030Z test_backward_view_as_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.012s) 2022-05-18T04:56:49.2676459Z test_backward_view_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.014s) 2022-05-18T04:56:49.3197530Z test_backward_vsplit_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.052s) 2022-05-18T04:56:49.3242023Z test_backward_vstack_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.004s) 2022-05-18T04:56:49.4228827Z test_backward_where_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.098s) 2022-05-18T04:56:49.5564633Z test_backward_xlogy_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.133s) 2022-05-18T04:56:49.5646891Z test_backward_zero__cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.008s) 2022-05-18T04:56:49.5701620Z test_forward_ad_H_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.005s) 2022-05-18T04:56:49.5769432Z test_forward_ad_T_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.007s) 2022-05-18T04:56:49.6405895Z test_forward_ad___getitem___cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.063s) 2022-05-18T04:56:49.7888049Z test_forward_ad___radd___cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.148s) 2022-05-18T04:56:50.1053379Z test_forward_ad___rdiv___cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.316s) 2022-05-18T04:56:50.6635333Z test_forward_ad___rmatmul___cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.558s) 2022-05-18T04:56:50.8974099Z test_forward_ad___rmod___cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.234s) 2022-05-18T04:56:51.1261484Z test_forward_ad___rmul___cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.229s) 2022-05-18T04:56:51.5993406Z test_forward_ad___rpow___cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.473s) 2022-05-18T04:56:51.7564132Z test_forward_ad___rsub___cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.157s) 2022-05-18T04:56:51.7580010Z test_forward_ad__masked_amax_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: Does not support forward_ad (0.002s) 2022-05-18T04:56:51.7595890Z test_forward_ad__masked_amin_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: Does not support forward_ad (0.001s) 2022-05-18T04:56:51.7611443Z test_forward_ad__masked_argmax_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: Does not support autograd (0.001s) 2022-05-18T04:56:51.7627292Z test_forward_ad__masked_argmin_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: Does not support autograd (0.001s) 2022-05-18T04:56:52.1755286Z test_forward_ad__masked_log_softmax_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.412s) 2022-05-18T04:56:54.5122187Z test_forward_ad__masked_mean_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (2.337s) 2022-05-18T04:57:04.2817367Z test_forward_ad__masked_norm_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (9.769s) 2022-05-18T04:57:04.8266711Z test_forward_ad__masked_normalize_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.545s) 2022-05-18T04:57:06.9790270Z test_forward_ad__masked_prod_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (2.152s) 2022-05-18T04:57:07.4067939Z test_forward_ad__masked_softmax_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.427s) 2022-05-18T04:57:07.8697687Z test_forward_ad__masked_softmin_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.463s) 2022-05-18T04:57:12.1165642Z test_forward_ad__masked_std_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (4.247s) 2022-05-18T04:57:12.9391990Z test_forward_ad__masked_sum_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.822s) 2022-05-18T04:57:16.9072343Z test_forward_ad__masked_var_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (3.968s) 2022-05-18T04:57:16.9126380Z test_forward_ad_abs_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.005s) 2022-05-18T04:57:16.9284701Z test_forward_ad_acos_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.016s) 2022-05-18T04:57:16.9424662Z test_forward_ad_acosh_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.014s) 2022-05-18T04:57:17.1255964Z test_forward_ad_add_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.183s) 2022-05-18T04:57:18.2205431Z test_forward_ad_addbmm_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (1.095s) 2022-05-18T04:57:20.4268619Z test_forward_ad_addcdiv_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (2.206s) 2022-05-18T04:57:22.2956904Z test_forward_ad_addcmul_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (1.869s) 2022-05-18T04:57:22.8033170Z test_forward_ad_addmm_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.507s) 2022-05-18T04:57:23.2081049Z test_forward_ad_addmm_decomposed_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.405s) 2022-05-18T04:57:24.1144786Z test_forward_ad_addmv_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.906s) 2022-05-18T04:57:24.8291111Z test_forward_ad_addr_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.715s) 2022-05-18T04:57:24.8307759Z test_forward_ad_all_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: Does not support autograd (0.002s) 2022-05-18T04:57:24.8323277Z test_forward_ad_allclose_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: Does not support autograd (0.001s) 2022-05-18T04:57:24.8339180Z test_forward_ad_amax_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: Does not support forward_ad (0.001s) 2022-05-18T04:57:24.8354929Z test_forward_ad_amin_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: Does not support forward_ad (0.001s) 2022-05-18T04:57:24.8370540Z test_forward_ad_aminmax_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: Does not support autograd (0.001s) 2022-05-18T04:57:24.8418131Z test_forward_ad_angle_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.005s) 2022-05-18T04:57:24.8434668Z test_forward_ad_any_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: Does not support autograd (0.002s) 2022-05-18T04:57:24.8450256Z test_forward_ad_argmax_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: Does not support autograd (0.001s) 2022-05-18T04:57:24.8466449Z test_forward_ad_argmin_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: Does not support autograd (0.002s) 2022-05-18T04:57:24.8488645Z test_forward_ad_argsort_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: Does not support autograd (0.002s) 2022-05-18T04:57:24.8504434Z test_forward_ad_argwhere_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: Does not support autograd (0.001s) 2022-05-18T04:57:24.8650633Z test_forward_ad_as_strided_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.014s) 2022-05-18T04:57:24.8715312Z test_forward_ad_asin_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.006s) 2022-05-18T04:57:24.8776106Z test_forward_ad_asinh_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.006s) 2022-05-18T04:57:25.2045284Z test_forward_ad_atan2_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.327s) 2022-05-18T04:57:25.2102179Z test_forward_ad_atan_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.006s) 2022-05-18T04:57:25.2174464Z test_forward_ad_atanh_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.007s) 2022-05-18T04:57:25.2318315Z test_forward_ad_atleast_1d_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.014s) 2022-05-18T04:57:25.2480633Z test_forward_ad_atleast_2d_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.016s) 2022-05-18T04:57:25.2678030Z test_forward_ad_atleast_3d_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.020s) 2022-05-18T04:57:26.1809680Z test_forward_ad_baddbmm_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.913s) 2022-05-18T04:57:26.1947485Z test_forward_ad_bernoulli_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.014s) 2022-05-18T04:57:26.1964155Z test_forward_ad_bfloat16_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: Does not support forward_ad (0.002s) 2022-05-18T04:57:26.2005222Z test_forward_ad_block_diag_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... expected failure (0.004s) 2022-05-18T04:57:26.2265561Z test_forward_ad_bmm_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.026s) 2022-05-18T04:57:26.2282332Z test_forward_ad_bool_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: Does not support autograd (0.002s) 2022-05-18T04:57:26.6741843Z test_forward_ad_broadcast_tensors_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.446s) 2022-05-18T04:57:26.6922893Z test_forward_ad_broadcast_to_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.018s) 2022-05-18T04:57:26.6939268Z test_forward_ad_bucketize_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: Does not support autograd (0.002s) 2022-05-18T04:57:26.6955232Z test_forward_ad_byte_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: Does not support autograd (0.001s) 2022-05-18T04:57:27.0104021Z test_forward_ad_cartesian_prod_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.315s) 2022-05-18T04:57:27.0365800Z test_forward_ad_cat_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.026s) 2022-05-18T04:57:27.0382829Z test_forward_ad_cdist_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: Does not support forward_ad (0.002s) 2022-05-18T04:57:27.0427964Z test_forward_ad_ceil_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.004s) 2022-05-18T04:57:27.0444079Z test_forward_ad_chalf_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: Does not support forward_ad (0.002s) 2022-05-18T04:57:27.0460327Z test_forward_ad_char_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: Does not support autograd (0.002s) 2022-05-18T04:57:27.0475777Z test_forward_ad_cholesky_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: Does not support forward_ad (0.001s) 2022-05-18T04:57:27.0527604Z test_forward_ad_cholesky_inverse_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... expected failure (0.005s) 2022-05-18T04:57:27.8584450Z test_forward_ad_cholesky_solve_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.805s) 2022-05-18T04:57:27.8710463Z test_forward_ad_chunk_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.013s) 2022-05-18T04:57:28.1942950Z test_forward_ad_clamp_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.323s) 2022-05-18T04:57:28.2219884Z test_forward_ad_clamp_scalar_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.028s) 2022-05-18T04:57:28.2286291Z test_forward_ad_clone_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.007s) 2022-05-18T04:57:28.2431033Z test_forward_ad_column_stack_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.014s) 2022-05-18T04:57:28.4610389Z test_forward_ad_combinations_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.218s) 2022-05-18T04:57:28.5929981Z test_forward_ad_complex_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.132s) 2022-05-18T04:57:28.5984378Z test_forward_ad_conj_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.005s) 2022-05-18T04:57:28.6014498Z test_forward_ad_conj_physical_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.003s) 2022-05-18T04:57:28.6044652Z test_forward_ad_contiguous_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.003s) 2022-05-18T04:57:28.8152849Z test_forward_ad_copysign_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.211s) 2022-05-18T04:57:28.9304259Z test_forward_ad_corrcoef_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.115s) 2022-05-18T04:57:28.9423331Z test_forward_ad_cos_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.012s) 2022-05-18T04:57:28.9534191Z test_forward_ad_cosh_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.011s) 2022-05-18T04:57:28.9550590Z test_forward_ad_count_nonzero_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: Does not support autograd (0.002s) 2022-05-18T04:57:35.7167639Z test_forward_ad_cov_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (6.761s) 2022-05-18T04:57:35.7981657Z test_forward_ad_cross_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.081s) 2022-05-18T04:57:35.8084425Z test_forward_ad_cummax_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.010s) 2022-05-18T04:57:35.8186381Z test_forward_ad_cummin_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.010s) 2022-05-18T04:57:35.9037916Z test_forward_ad_cumprod_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.085s) 2022-05-18T04:57:35.9150919Z test_forward_ad_cumsum_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.011s) 2022-05-18T04:57:36.3089566Z test_forward_ad_cumulative_trapezoid_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.394s) 2022-05-18T04:57:36.3178042Z test_forward_ad_deg2rad_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.009s) 2022-05-18T04:57:36.3555995Z test_forward_ad_diag_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.038s) 2022-05-18T04:57:36.3973007Z test_forward_ad_diag_embed_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.042s) 2022-05-18T04:57:36.4174490Z test_forward_ad_diagflat_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.020s) 2022-05-18T04:57:36.4528314Z test_forward_ad_diagonal_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.035s) 2022-05-18T04:57:36.6897469Z test_forward_ad_diagonal_scatter_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.237s) 2022-05-18T04:57:54.3645558Z test_forward_ad_diff_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (17.675s) 2022-05-18T04:57:54.3760284Z test_forward_ad_digamma_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.012s) 2022-05-18T04:57:56.8325582Z test_forward_ad_dist_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (2.456s) 2022-05-18T04:57:56.9949847Z test_forward_ad_div_floor_rounding_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.162s) 2022-05-18T04:57:57.2807705Z test_forward_ad_div_no_rounding_mode_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.286s) 2022-05-18T04:57:57.4434864Z test_forward_ad_div_trunc_rounding_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.163s) 2022-05-18T04:57:57.4707701Z test_forward_ad_dot_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.027s) 2022-05-18T04:57:57.4849860Z test_forward_ad_double_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.014s) 2022-05-18T04:57:57.4948912Z test_forward_ad_dsplit_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.010s) 2022-05-18T04:57:57.5035677Z test_forward_ad_dstack_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.009s) 2022-05-18T04:57:57.5051231Z test_forward_ad_eig_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: Does not support forward_ad (0.001s) 2022-05-18T04:57:57.6273537Z test_forward_ad_einsum_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.122s) 2022-05-18T04:57:57.6289550Z test_forward_ad_empty_like_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: Does not support autograd (0.002s) 2022-05-18T04:57:57.6312981Z test_forward_ad_eq_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: Does not support autograd (0.002s) 2022-05-18T04:57:57.6376628Z test_forward_ad_erf_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.006s) 2022-05-18T04:57:57.6524240Z test_forward_ad_erfc_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.015s) 2022-05-18T04:57:57.6587315Z test_forward_ad_erfinv_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.006s) 2022-05-18T04:57:57.6700472Z test_forward_ad_exp2_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.011s) 2022-05-18T04:57:57.6798661Z test_forward_ad_exp_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.010s) 2022-05-18T04:57:57.6952092Z test_forward_ad_expand_as_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.015s) 2022-05-18T04:57:57.7190009Z test_forward_ad_expand_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.024s) 2022-05-18T04:57:57.7240482Z test_forward_ad_expm1_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.005s) 2022-05-18T04:57:57.7552531Z test_forward_ad_fft_fft2_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.031s) 2022-05-18T04:57:57.7799529Z test_forward_ad_fft_fft_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.025s) 2022-05-18T04:57:57.8182964Z test_forward_ad_fft_fftn_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.038s) 2022-05-18T04:57:57.8337978Z test_forward_ad_fft_fftshift_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.015s) 2022-05-18T04:57:57.8824833Z test_forward_ad_fft_hfft2_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.049s) 2022-05-18T04:57:57.9274231Z test_forward_ad_fft_hfft_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.045s) 2022-05-18T04:57:57.9840466Z test_forward_ad_fft_hfftn_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.056s) 2022-05-18T04:57:58.0165728Z test_forward_ad_fft_ifft2_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.032s) 2022-05-18T04:57:58.0486055Z test_forward_ad_fft_ifft_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.032s) 2022-05-18T04:57:58.0895431Z test_forward_ad_fft_ifftn_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.041s) 2022-05-18T04:57:58.1052863Z test_forward_ad_fft_ifftshift_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.016s) 2022-05-18T04:57:58.1446002Z test_forward_ad_fft_ihfft2_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.039s) 2022-05-18T04:57:58.1754352Z test_forward_ad_fft_ihfft_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.031s) 2022-05-18T04:57:58.2182914Z test_forward_ad_fft_ihfftn_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.043s) 2022-05-18T04:57:58.2506880Z test_forward_ad_fft_irfft2_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.032s) 2022-05-18T04:57:58.2839460Z test_forward_ad_fft_irfft_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.033s) 2022-05-18T04:57:58.3239119Z test_forward_ad_fft_irfftn_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.040s) 2022-05-18T04:57:58.3484027Z test_forward_ad_fft_rfft2_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.024s) 2022-05-18T04:57:58.3723101Z test_forward_ad_fft_rfft_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.024s) 2022-05-18T04:57:58.4026741Z test_forward_ad_fft_rfftn_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.030s) 2022-05-18T04:57:58.4118945Z test_forward_ad_fill__cuda_float32 (__main__.TestCompositeComplianceCUDA) ... expected failure (0.009s) 2022-05-18T04:57:58.4254102Z test_forward_ad_flatten_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.013s) 2022-05-18T04:57:58.4518641Z test_forward_ad_flip_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.026s) 2022-05-18T04:57:58.4583038Z test_forward_ad_fliplr_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.006s) 2022-05-18T04:57:58.4647196Z test_forward_ad_flipud_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.006s) 2022-05-18T04:57:58.4663265Z test_forward_ad_float_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: Does not support forward_ad (0.001s) 2022-05-18T04:57:59.0228648Z test_forward_ad_float_power_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.556s) 2022-05-18T04:57:59.0273353Z test_forward_ad_floor_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.005s) 2022-05-18T04:57:59.0289216Z test_forward_ad_floor_divide_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: Does not support autograd (0.001s) 2022-05-18T04:57:59.3144220Z test_forward_ad_fmax_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.285s) 2022-05-18T04:57:59.6007409Z test_forward_ad_fmin_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.286s) 2022-05-18T04:57:59.8347575Z test_forward_ad_fmod_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.234s) 2022-05-18T04:57:59.8422176Z test_forward_ad_frac_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.007s) 2022-05-18T04:57:59.8523922Z test_forward_ad_frexp_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.010s) 2022-05-18T04:57:59.8539654Z test_forward_ad_full_like_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: Does not support autograd (0.001s) 2022-05-18T04:57:59.8854909Z test_forward_ad_gather_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.031s) 2022-05-18T04:57:59.8870723Z test_forward_ad_ge_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: Does not support autograd (0.001s) 2022-05-18T04:57:59.8886498Z test_forward_ad_geqrf_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: Does not support autograd (0.001s) 2022-05-18T04:58:01.1688700Z test_forward_ad_gradient_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (1.280s) 2022-05-18T04:58:01.1705495Z test_forward_ad_gt_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: Does not support autograd (0.002s) 2022-05-18T04:58:01.1721073Z test_forward_ad_half_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: Does not support forward_ad (0.001s) 2022-05-18T04:58:01.1736522Z test_forward_ad_heaviside_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: Does not support autograd (0.001s) 2022-05-18T04:58:01.1752271Z test_forward_ad_histc_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: Does not support autograd (0.001s) 2022-05-18T04:58:01.1851578Z test_forward_ad_hsplit_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.010s) 2022-05-18T04:58:01.1913426Z test_forward_ad_hstack_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.006s) 2022-05-18T04:58:01.4881022Z test_forward_ad_hypot_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.296s) 2022-05-18T04:58:01.5002714Z test_forward_ad_i0_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.012s) 2022-05-18T04:58:01.5027899Z test_forward_ad_igamma_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: Does not support autograd (0.002s) 2022-05-18T04:58:01.5043349Z test_forward_ad_igammac_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: Does not support autograd (0.001s) 2022-05-18T04:58:01.8614235Z test_forward_ad_index_add_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.357s) 2022-05-18T04:58:01.9645264Z test_forward_ad_index_copy_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.103s) 2022-05-18T04:58:01.9858423Z test_forward_ad_index_fill_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.021s) 2022-05-18T04:58:02.1645891Z test_forward_ad_index_put_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.178s) 2022-05-18T04:58:02.1662568Z test_forward_ad_index_reduce_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: Does not support forward_ad (0.002s) 2022-05-18T04:58:02.1855171Z test_forward_ad_index_select_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.019s) 2022-05-18T04:58:02.2600696Z test_forward_ad_inner_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.074s) 2022-05-18T04:58:02.2617088Z test_forward_ad_int_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: Does not support autograd (0.002s) 2022-05-18T04:58:02.3305462Z test_forward_ad_inverse_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.069s) 2022-05-18T04:58:02.3322237Z test_forward_ad_isclose_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: Does not support autograd (0.002s) 2022-05-18T04:58:02.3337837Z test_forward_ad_isfinite_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: Does not support autograd (0.001s) 2022-05-18T04:58:02.3354605Z test_forward_ad_isin_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: Does not support autograd (0.002s) 2022-05-18T04:58:02.3370432Z test_forward_ad_isinf_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: Does not support autograd (0.001s) 2022-05-18T04:58:02.3386217Z test_forward_ad_isnan_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: Does not support autograd (0.001s) 2022-05-18T04:58:02.3401730Z test_forward_ad_isneginf_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: Does not support autograd (0.001s) 2022-05-18T04:58:02.3417207Z test_forward_ad_isposinf_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: Does not support autograd (0.001s) 2022-05-18T04:58:02.3433538Z test_forward_ad_isreal_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: Does not support autograd (0.002s) 2022-05-18T04:58:03.0112097Z test_forward_ad_istft_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.668s) 2022-05-18T04:58:03.0128883Z test_forward_ad_jiterator_4inputs_with_extra_args_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: Does not support autograd (0.002s) 2022-05-18T04:58:03.0152696Z test_forward_ad_jiterator_binary_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: Does not support autograd (0.002s) 2022-05-18T04:58:03.0167959Z test_forward_ad_jiterator_unary_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: Does not support autograd (0.001s) 2022-05-18T04:58:03.0587589Z test_forward_ad_kron_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.042s) 2022-05-18T04:58:03.0914575Z test_forward_ad_kthvalue_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.033s) 2022-05-18T04:58:03.4048017Z test_forward_ad_ldexp_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.313s) 2022-05-18T04:58:03.4064182Z test_forward_ad_le_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: Does not support autograd (0.002s) 2022-05-18T04:58:04.4987757Z test_forward_ad_lerp_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (1.092s) 2022-05-18T04:58:04.5098556Z test_forward_ad_lgamma_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.011s) 2022-05-18T04:58:04.5392174Z test_forward_ad_linalg_cholesky_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... expected failure (0.029s) 2022-05-18T04:58:04.5676533Z test_forward_ad_linalg_cholesky_ex_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... expected failure (0.028s) 2022-05-18T04:58:04.6715639Z test_forward_ad_linalg_cond_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.104s) 2022-05-18T04:58:04.7514890Z test_forward_ad_linalg_cross_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.080s) 2022-05-18T04:58:04.7529958Z test_forward_ad_linalg_det_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: Does not support forward_ad (0.001s) 2022-05-18T04:58:04.7778157Z test_forward_ad_linalg_eig_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... expected failure (0.025s) 2022-05-18T04:58:04.7970243Z test_forward_ad_linalg_eigh_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... expected failure (0.019s) 2022-05-18T04:58:04.8224915Z test_forward_ad_linalg_eigvals_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... expected failure (0.025s) 2022-05-18T04:58:04.8408446Z test_forward_ad_linalg_eigvalsh_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... expected failure (0.018s) 2022-05-18T04:58:04.8496805Z test_forward_ad_linalg_householder_product_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... expected failure (0.009s) 2022-05-18T04:58:04.9230897Z test_forward_ad_linalg_inv_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.073s) 2022-05-18T04:58:04.9932264Z test_forward_ad_linalg_inv_ex_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.070s) 2022-05-18T04:58:04.9949439Z test_forward_ad_linalg_ldl_factor_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: Does not support autograd (0.002s) 2022-05-18T04:58:04.9965488Z test_forward_ad_linalg_ldl_factor_ex_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: Does not support autograd (0.001s) 2022-05-18T04:58:04.9981439Z test_forward_ad_linalg_ldl_solve_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: not available before CUDA 11.3.1 (0.001s) 2022-05-18T04:58:04.9996809Z test_forward_ad_linalg_lstsq_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: Does not support forward_ad (0.001s) 2022-05-18T04:58:05.2217937Z test_forward_ad_linalg_lstsq_grad_oriented_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... expected failure (0.222s) 2022-05-18T04:58:06.3365212Z test_forward_ad_linalg_lu_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (1.115s) 2022-05-18T04:58:07.1283494Z test_forward_ad_linalg_lu_factor_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.792s) 2022-05-18T04:58:07.8088975Z test_forward_ad_linalg_lu_factor_ex_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.680s) 2022-05-18T04:58:07.8105935Z test_forward_ad_linalg_matrix_norm_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: Does not support forward_ad (0.002s) 2022-05-18T04:58:08.0739994Z test_forward_ad_linalg_matrix_power_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.263s) 2022-05-18T04:58:08.0756126Z test_forward_ad_linalg_matrix_rank_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: Does not support autograd (0.002s) 2022-05-18T04:58:08.0771780Z test_forward_ad_linalg_matrix_rank_hermitian_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: Does not support autograd (0.001s) 2022-05-18T04:58:08.1443152Z test_forward_ad_linalg_multi_dot_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.067s) 2022-05-18T04:58:08.1537573Z test_forward_ad_linalg_norm_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... expected failure (0.009s) 2022-05-18T04:58:08.1605344Z test_forward_ad_linalg_norm_subgradients_at_zero_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... expected failure (0.007s) 2022-05-18T04:58:09.0766410Z test_forward_ad_linalg_pinv_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.916s) 2022-05-18T04:58:09.2906519Z test_forward_ad_linalg_pinv_hermitian_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.214s) 2022-05-18T04:58:09.2923022Z test_forward_ad_linalg_pinv_singular_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:58:09.3201625Z test_forward_ad_linalg_qr_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... expected failure (0.028s) 2022-05-18T04:58:09.3217756Z test_forward_ad_linalg_slogdet_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: Does not support forward_ad (0.002s) 2022-05-18T04:58:10.5379178Z test_forward_ad_linalg_solve_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (1.216s) 2022-05-18T04:58:21.0741422Z test_forward_ad_linalg_solve_triangular_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (10.536s) 2022-05-18T04:58:21.0777032Z test_forward_ad_linalg_svd_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... expected failure (0.004s) 2022-05-18T04:58:21.1252543Z test_forward_ad_linalg_svdvals_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... expected failure (0.047s) 2022-05-18T04:58:21.1470979Z test_forward_ad_linalg_tensorinv_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.022s) 2022-05-18T04:58:21.5002778Z test_forward_ad_linalg_tensorsolve_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.353s) 2022-05-18T04:58:21.6367422Z test_forward_ad_linalg_vander_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.136s) 2022-05-18T04:58:22.3201066Z test_forward_ad_linalg_vector_norm_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.683s) 2022-05-18T04:58:22.3316142Z test_forward_ad_log10_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.012s) 2022-05-18T04:58:22.3366847Z test_forward_ad_log1p_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.005s) 2022-05-18T04:58:22.3477663Z test_forward_ad_log2_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.011s) 2022-05-18T04:58:22.3577705Z test_forward_ad_log_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.010s) 2022-05-18T04:58:22.4058865Z test_forward_ad_log_softmax_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.048s) 2022-05-18T04:58:22.4616381Z test_forward_ad_log_softmax_dtype_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.056s) 2022-05-18T04:58:22.5079750Z test_forward_ad_logaddexp2_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.046s) 2022-05-18T04:58:22.5531614Z test_forward_ad_logaddexp_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.045s) 2022-05-18T04:58:22.5547510Z test_forward_ad_logcumsumexp_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: Does not support forward_ad (0.001s) 2022-05-18T04:58:22.5562846Z test_forward_ad_logdet_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: Does not support forward_ad (0.001s) 2022-05-18T04:58:22.5578226Z test_forward_ad_logical_and_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: Does not support autograd (0.001s) 2022-05-18T04:58:22.5595134Z test_forward_ad_logical_not_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: Does not support autograd (0.002s) 2022-05-18T04:58:22.5610374Z test_forward_ad_logical_or_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: Does not support autograd (0.001s) 2022-05-18T04:58:22.5626127Z test_forward_ad_logical_xor_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: Does not support autograd (0.001s) 2022-05-18T04:58:22.5883643Z test_forward_ad_logit_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.026s) 2022-05-18T04:58:22.6815103Z test_forward_ad_logsumexp_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.093s) 2022-05-18T04:58:22.6830821Z test_forward_ad_long_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: Does not support autograd (0.002s) 2022-05-18T04:58:22.6853230Z test_forward_ad_lt_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: Does not support autograd (0.002s) 2022-05-18T04:58:23.5001920Z test_forward_ad_lu_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.815s) 2022-05-18T04:58:35.6282617Z test_forward_ad_lu_solve_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (12.128s) 2022-05-18T04:58:35.9081346Z test_forward_ad_lu_unpack_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.280s) 2022-05-18T04:58:35.9219791Z test_forward_ad_mH_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.014s) 2022-05-18T04:58:35.9357581Z test_forward_ad_mT_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.014s) 2022-05-18T04:58:36.0760733Z test_forward_ad_masked_fill_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.140s) 2022-05-18T04:58:36.2237165Z test_forward_ad_masked_scatter_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.148s) 2022-05-18T04:58:36.2777513Z test_forward_ad_masked_select_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.054s) 2022-05-18T04:58:36.8348821Z test_forward_ad_matmul_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.557s) 2022-05-18T04:58:36.8401443Z test_forward_ad_matrix_exp_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... expected failure (0.005s) 2022-05-18T04:58:37.1642581Z test_forward_ad_max_binary_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.324s) 2022-05-18T04:58:37.1760368Z test_forward_ad_max_reduction_no_dim_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.012s) 2022-05-18T04:58:37.1903296Z test_forward_ad_max_reduction_with_dim_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.014s) 2022-05-18T04:58:37.5128313Z test_forward_ad_maximum_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.322s) 2022-05-18T04:58:37.5650553Z test_forward_ad_mean_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.052s) 2022-05-18T04:58:37.6147098Z test_forward_ad_median_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.050s) 2022-05-18T04:58:37.6857773Z test_forward_ad_meshgrid_list_of_tensors_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.071s) 2022-05-18T04:58:39.4889118Z test_forward_ad_meshgrid_variadic_tensors_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (1.803s) 2022-05-18T04:58:39.8110157Z test_forward_ad_min_binary_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.322s) 2022-05-18T04:58:39.8224869Z test_forward_ad_min_reduction_no_dim_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.011s) 2022-05-18T04:58:39.8365778Z test_forward_ad_min_reduction_with_dim_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.014s) 2022-05-18T04:58:40.1596725Z test_forward_ad_minimum_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.323s) 2022-05-18T04:58:40.1852060Z test_forward_ad_mm_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.025s) 2022-05-18T04:58:40.2064340Z test_forward_ad_mode_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.021s) 2022-05-18T04:58:40.2131099Z test_forward_ad_movedim_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.007s) 2022-05-18T04:58:40.2209060Z test_forward_ad_msort_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.008s) 2022-05-18T04:58:40.4483769Z test_forward_ad_mul_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.227s) 2022-05-18T04:58:40.4499961Z test_forward_ad_multinomial_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: Does not support autograd (0.002s) 2022-05-18T04:58:40.4762293Z test_forward_ad_mv_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.026s) 2022-05-18T04:58:40.5323420Z test_forward_ad_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.056s) 2022-05-18T04:58:40.5887360Z test_forward_ad_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.056s) 2022-05-18T04:58:40.6453929Z test_forward_ad_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.057s) 2022-05-18T04:58:40.6593429Z test_forward_ad_nan_to_num_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.014s) 2022-05-18T04:58:40.6608922Z test_forward_ad_nanmean_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: Does not support forward_ad (0.001s) 2022-05-18T04:58:40.7111075Z test_forward_ad_nanmedian_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.050s) 2022-05-18T04:58:40.9241761Z test_forward_ad_nanquantile_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... expected failure (0.213s) 2022-05-18T04:58:40.9258231Z test_forward_ad_nansum_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: Does not support forward_ad (0.002s) 2022-05-18T04:58:40.9392055Z test_forward_ad_narrow_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.013s) 2022-05-18T04:58:40.9408088Z test_forward_ad_ne_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: Does not support autograd (0.002s) 2022-05-18T04:58:40.9450205Z test_forward_ad_neg_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.004s) 2022-05-18T04:58:40.9465991Z test_forward_ad_new_empty_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: Does not support autograd (0.001s) 2022-05-18T04:58:40.9482363Z test_forward_ad_new_full_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: Does not support autograd (0.001s) 2022-05-18T04:58:40.9498180Z test_forward_ad_new_ones_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: Does not support autograd (0.001s) 2022-05-18T04:58:40.9515373Z test_forward_ad_new_zeros_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: Does not support autograd (0.002s) 2022-05-18T04:58:40.9531047Z test_forward_ad_nextafter_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: Does not support autograd (0.002s) 2022-05-18T04:58:40.9687973Z test_forward_ad_nn_functional_adaptive_avg_pool1d_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.016s) 2022-05-18T04:58:40.9837855Z test_forward_ad_nn_functional_adaptive_avg_pool2d_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.015s) 2022-05-18T04:58:41.0014383Z test_forward_ad_nn_functional_adaptive_avg_pool3d_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.018s) 2022-05-18T04:58:41.0289947Z test_forward_ad_nn_functional_adaptive_max_pool1d_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.027s) 2022-05-18T04:58:41.0824926Z test_forward_ad_nn_functional_adaptive_max_pool2d_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.053s) 2022-05-18T04:58:41.1297414Z test_forward_ad_nn_functional_adaptive_max_pool3d_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.047s) 2022-05-18T04:58:41.1739188Z test_forward_ad_nn_functional_avg_pool1d_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.044s) 2022-05-18T04:58:41.1961930Z test_forward_ad_nn_functional_avg_pool2d_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.022s) 2022-05-18T04:58:41.2238017Z test_forward_ad_nn_functional_avg_pool3d_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.027s) 2022-05-18T04:58:53.5140431Z test_forward_ad_nn_functional_batch_norm_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (12.290s) 2022-05-18T04:58:53.5157834Z test_forward_ad_nn_functional_batch_norm_without_cudnn_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: Does not support autograd (0.002s) 2022-05-18T04:59:09.1210268Z test_forward_ad_nn_functional_bilinear_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (15.605s) 2022-05-18T04:59:09.1227120Z test_forward_ad_nn_functional_binary_cross_entropy_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: Does not support forward_ad (0.002s) 2022-05-18T04:59:10.5401601Z test_forward_ad_nn_functional_binary_cross_entropy_with_logits_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... expected failure (1.417s) 2022-05-18T04:59:10.5506731Z test_forward_ad_nn_functional_celu_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.011s) 2022-05-18T04:59:11.1268577Z test_forward_ad_nn_functional_conv1d_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.576s) 2022-05-18T04:59:13.2520099Z test_forward_ad_nn_functional_conv2d_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (2.125s) 2022-05-18T04:59:13.8230233Z test_forward_ad_nn_functional_conv_transpose1d_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.571s) 2022-05-18T04:59:14.4456411Z test_forward_ad_nn_functional_conv_transpose2d_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.622s) 2022-05-18T04:59:15.1065763Z test_forward_ad_nn_functional_conv_transpose3d_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.661s) 2022-05-18T04:59:19.9477362Z test_forward_ad_nn_functional_cosine_embedding_loss_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (4.841s) 2022-05-18T04:59:21.3814963Z test_forward_ad_nn_functional_cosine_similarity_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (1.434s) 2022-05-18T04:59:22.7279814Z test_forward_ad_nn_functional_cross_entropy_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (1.346s) 2022-05-18T04:59:22.7303785Z test_forward_ad_nn_functional_ctc_loss_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: Does not support forward_ad (0.002s) 2022-05-18T04:59:22.7930297Z test_forward_ad_nn_functional_dropout2d_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.062s) 2022-05-18T04:59:22.8495940Z test_forward_ad_nn_functional_dropout_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.057s) 2022-05-18T04:59:22.8601560Z test_forward_ad_nn_functional_elu_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.010s) 2022-05-18T04:59:22.8617852Z test_forward_ad_nn_functional_embedding_bag_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: Does not support forward_ad (0.002s) 2022-05-18T04:59:22.8816191Z test_forward_ad_nn_functional_embedding_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.020s) 2022-05-18T04:59:22.9252734Z test_forward_ad_nn_functional_feature_alpha_dropout_with_train_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.043s) 2022-05-18T04:59:22.9462985Z test_forward_ad_nn_functional_feature_alpha_dropout_without_train_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.021s) 2022-05-18T04:59:23.1315286Z test_forward_ad_nn_functional_fractional_max_pool2d_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.185s) 2022-05-18T04:59:23.3786720Z test_forward_ad_nn_functional_fractional_max_pool3d_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.247s) 2022-05-18T04:59:23.4137685Z test_forward_ad_nn_functional_gaussian_nll_loss_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... expected failure (0.035s) 2022-05-18T04:59:23.4389645Z test_forward_ad_nn_functional_gelu_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.025s) 2022-05-18T04:59:23.5789989Z test_forward_ad_nn_functional_glu_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.140s) 2022-05-18T04:59:23.5806894Z test_forward_ad_nn_functional_grid_sample_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: Does not support forward_ad (0.002s) 2022-05-18T04:59:26.2730460Z test_forward_ad_nn_functional_group_norm_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (2.692s) 2022-05-18T04:59:26.3002225Z test_forward_ad_nn_functional_hardshrink_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.027s) 2022-05-18T04:59:26.3102982Z test_forward_ad_nn_functional_hardsigmoid_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.010s) 2022-05-18T04:59:26.3233514Z test_forward_ad_nn_functional_hardswish_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.013s) 2022-05-18T04:59:26.3513957Z test_forward_ad_nn_functional_hardtanh_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.028s) 2022-05-18T04:59:26.3760955Z test_forward_ad_nn_functional_hinge_embedding_loss_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... expected failure (0.025s) 2022-05-18T04:59:26.6479320Z test_forward_ad_nn_functional_huber_loss_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.272s) 2022-05-18T04:59:41.6230397Z test_forward_ad_nn_functional_instance_norm_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (14.975s) 2022-05-18T04:59:41.6633476Z test_forward_ad_nn_functional_interpolate_area_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.040s) 2022-05-18T04:59:41.6982076Z test_forward_ad_nn_functional_interpolate_bicubic_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.035s) 2022-05-18T04:59:41.7314095Z test_forward_ad_nn_functional_interpolate_bilinear_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.033s) 2022-05-18T04:59:41.7649276Z test_forward_ad_nn_functional_interpolate_linear_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.033s) 2022-05-18T04:59:41.7976680Z test_forward_ad_nn_functional_interpolate_nearest_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.033s) 2022-05-18T04:59:41.8327045Z test_forward_ad_nn_functional_interpolate_trilinear_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.035s) 2022-05-18T04:59:42.3887473Z test_forward_ad_nn_functional_kl_div_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.556s) 2022-05-18T04:59:42.5754440Z test_forward_ad_nn_functional_l1_loss_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.187s) 2022-05-18T04:59:44.5619207Z test_forward_ad_nn_functional_layer_norm_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (1.986s) 2022-05-18T04:59:44.5899602Z test_forward_ad_nn_functional_leaky_relu_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.028s) 2022-05-18T04:59:44.5973673Z test_forward_ad_nn_functional_linear_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... expected failure (0.007s) 2022-05-18T04:59:44.8296784Z test_forward_ad_nn_functional_local_response_norm_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.232s) 2022-05-18T04:59:44.8402464Z test_forward_ad_nn_functional_logsigmoid_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.011s) 2022-05-18T04:59:44.8586075Z test_forward_ad_nn_functional_margin_ranking_loss_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... expected failure (0.018s) 2022-05-18T04:59:50.7839807Z test_forward_ad_nn_functional_max_pool1d_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (5.925s) 2022-05-18T04:59:58.1642204Z test_forward_ad_nn_functional_max_pool2d_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (7.380s) 2022-05-18T05:00:00.9539952Z test_forward_ad_nn_functional_max_pool3d_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (2.790s) 2022-05-18T05:00:02.7627914Z test_forward_ad_nn_functional_max_unpool1d_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (1.809s) 2022-05-18T05:00:03.0421568Z test_forward_ad_nn_functional_max_unpool1d_grad_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.279s) 2022-05-18T05:00:05.4098698Z test_forward_ad_nn_functional_max_unpool2d_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (2.367s) 2022-05-18T05:00:05.8311513Z test_forward_ad_nn_functional_max_unpool2d_grad_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.421s) 2022-05-18T05:00:06.6935157Z test_forward_ad_nn_functional_max_unpool3d_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.862s) 2022-05-18T05:00:06.8633328Z test_forward_ad_nn_functional_max_unpool3d_grad_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.170s) 2022-05-18T05:00:06.8871171Z test_forward_ad_nn_functional_mish_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.024s) 2022-05-18T05:00:07.0834828Z test_forward_ad_nn_functional_mse_loss_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.196s) 2022-05-18T05:00:07.0852668Z test_forward_ad_nn_functional_multi_margin_loss_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: Does not support forward_ad (0.002s) 2022-05-18T05:00:07.0869956Z test_forward_ad_nn_functional_multilabel_margin_loss_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: Does not support forward_ad (0.002s) 2022-05-18T05:00:07.4916669Z test_forward_ad_nn_functional_multilabel_soft_margin_loss_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.404s) 2022-05-18T05:00:08.1890975Z test_forward_ad_nn_functional_nll_loss_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.697s) 2022-05-18T05:00:08.3027381Z test_forward_ad_nn_functional_normalize_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.113s) 2022-05-18T05:00:08.4111162Z test_forward_ad_nn_functional_pad_circular_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.108s) 2022-05-18T05:00:08.5469612Z test_forward_ad_nn_functional_pad_constant_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.136s) 2022-05-18T05:00:08.5796020Z test_forward_ad_nn_functional_pad_reflect_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.032s) 2022-05-18T05:00:08.6124953Z test_forward_ad_nn_functional_pad_replicate_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.033s) 2022-05-18T05:00:08.9485304Z test_forward_ad_nn_functional_pairwise_distance_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.336s) 2022-05-18T05:00:08.9503844Z test_forward_ad_nn_functional_pdist_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: Does not support forward_ad (0.002s) 2022-05-18T05:00:08.9571187Z test_forward_ad_nn_functional_pixel_shuffle_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.007s) 2022-05-18T05:00:08.9638094Z test_forward_ad_nn_functional_pixel_unshuffle_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.007s) 2022-05-18T05:00:14.5538842Z test_forward_ad_nn_functional_poisson_nll_loss_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (5.590s) 2022-05-18T05:00:15.2579795Z test_forward_ad_nn_functional_prelu_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.704s) 2022-05-18T05:00:15.2863057Z test_forward_ad_nn_functional_relu6_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.028s) 2022-05-18T05:00:15.2997066Z test_forward_ad_nn_functional_relu_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.013s) 2022-05-18T05:00:15.3133730Z test_forward_ad_nn_functional_rrelu_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.014s) 2022-05-18T05:00:15.3239361Z test_forward_ad_nn_functional_selu_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.010s) 2022-05-18T05:00:15.3429704Z test_forward_ad_nn_functional_silu_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.019s) 2022-05-18T05:00:15.6115770Z test_forward_ad_nn_functional_smooth_l1_loss_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.268s) 2022-05-18T05:00:15.6795118Z test_forward_ad_nn_functional_soft_margin_loss_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.068s) 2022-05-18T05:00:15.7382482Z test_forward_ad_nn_functional_softmin_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.059s) 2022-05-18T05:00:15.8046582Z test_forward_ad_nn_functional_softmin_with_dtype_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.066s) 2022-05-18T05:00:15.8154190Z test_forward_ad_nn_functional_softplus_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.011s) 2022-05-18T05:00:15.8431834Z test_forward_ad_nn_functional_softshrink_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.027s) 2022-05-18T05:00:15.8759838Z test_forward_ad_nn_functional_softsign_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.033s) 2022-05-18T05:00:15.8898794Z test_forward_ad_nn_functional_tanhshrink_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.014s) 2022-05-18T05:00:15.9048482Z test_forward_ad_nn_functional_threshold_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.015s) 2022-05-18T05:00:19.4732042Z test_forward_ad_nn_functional_triplet_margin_loss_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (3.568s) 2022-05-18T05:00:23.3264248Z test_forward_ad_nn_functional_triplet_margin_with_distance_loss_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (3.853s) 2022-05-18T05:00:24.0784742Z test_forward_ad_nn_functional_unfold_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.752s) 2022-05-18T05:00:24.0912878Z test_forward_ad_nn_functional_upsample_bilinear_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.013s) 2022-05-18T05:00:24.1252406Z test_forward_ad_nn_functional_upsample_nearest_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.034s) 2022-05-18T05:00:24.1269126Z test_forward_ad_nonzero_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: Does not support autograd (0.002s) 2022-05-18T05:00:24.4452265Z test_forward_ad_norm_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.318s) 2022-05-18T05:00:24.4518060Z test_forward_ad_norm_fro_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... expected failure (0.007s) 2022-05-18T05:00:24.4927691Z test_forward_ad_norm_inf_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.041s) 2022-05-18T05:00:24.5109376Z test_forward_ad_norm_nuc_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... expected failure (0.018s) 2022-05-18T05:00:24.5125676Z test_forward_ad_normal_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: Does not support forward_ad (0.002s) 2022-05-18T05:00:24.5142973Z test_forward_ad_normal_number_mean_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: Does not support forward_ad (0.002s) 2022-05-18T05:00:24.5159868Z test_forward_ad_ones_like_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: Does not support autograd (0.002s) 2022-05-18T05:00:24.5176680Z test_forward_ad_ormqr_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: Does not support autograd (0.002s) 2022-05-18T05:00:24.5498336Z test_forward_ad_outer_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.032s) 2022-05-18T05:00:24.5587651Z test_forward_ad_pca_lowrank_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... expected failure (0.009s) 2022-05-18T05:00:24.5700812Z test_forward_ad_permute_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.011s) 2022-05-18T05:00:24.7751333Z test_forward_ad_pinverse_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.205s) 2022-05-18T05:00:25.2688015Z test_forward_ad_polar_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.493s) 2022-05-18T05:00:25.3033780Z test_forward_ad_polygamma_polygamma_n_0_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.035s) 2022-05-18T05:00:25.3374576Z test_forward_ad_polygamma_polygamma_n_1_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.034s) 2022-05-18T05:00:25.3714819Z test_forward_ad_polygamma_polygamma_n_2_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.034s) 2022-05-18T05:00:25.4065460Z test_forward_ad_polygamma_polygamma_n_3_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.035s) 2022-05-18T05:00:25.4405049Z test_forward_ad_polygamma_polygamma_n_4_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.034s) 2022-05-18T05:00:25.4459063Z test_forward_ad_positive_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.005s) 2022-05-18T05:00:25.9267053Z test_forward_ad_pow_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.481s) 2022-05-18T05:00:26.1713091Z test_forward_ad_prod_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.244s) 2022-05-18T05:00:26.1746339Z test_forward_ad_put_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... expected failure (0.003s) 2022-05-18T05:00:26.2027442Z test_forward_ad_qr_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... expected failure (0.028s) 2022-05-18T05:00:26.4033334Z test_forward_ad_quantile_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... expected failure (0.200s) 2022-05-18T05:00:26.4124443Z test_forward_ad_rad2deg_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.009s) 2022-05-18T05:00:26.4140623Z test_forward_ad_rand_like_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: Does not support autograd (0.002s) 2022-05-18T05:00:26.4156355Z test_forward_ad_randint_like_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: Does not support autograd (0.001s) 2022-05-18T05:00:26.4172185Z test_forward_ad_randn_like_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: Does not support autograd (0.001s) 2022-05-18T05:00:26.4235403Z test_forward_ad_ravel_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.006s) 2022-05-18T05:00:26.4295532Z test_forward_ad_real_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.006s) 2022-05-18T05:00:26.4414916Z test_forward_ad_reciprocal_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.012s) 2022-05-18T05:00:26.6786735Z test_forward_ad_remainder_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.237s) 2022-05-18T05:00:26.6802675Z test_forward_ad_renorm_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: Does not support forward_ad (0.002s) 2022-05-18T05:00:26.7415468Z test_forward_ad_repeat_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.061s) 2022-05-18T05:00:26.7631785Z test_forward_ad_repeat_interleave_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.022s) 2022-05-18T05:00:26.7858219Z test_forward_ad_reshape_as_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.023s) 2022-05-18T05:00:26.8157703Z test_forward_ad_reshape_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.030s) 2022-05-18T05:00:26.8173375Z test_forward_ad_resize__cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: Does not support autograd (0.001s) 2022-05-18T05:00:26.8189048Z test_forward_ad_resize_as__cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: Does not support autograd (0.001s) 2022-05-18T05:00:26.8237455Z test_forward_ad_resolve_conj_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.005s) 2022-05-18T05:00:26.8278786Z test_forward_ad_resolve_neg_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.004s) 2022-05-18T05:00:26.8505723Z test_forward_ad_roll_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.023s) 2022-05-18T05:00:26.8625661Z test_forward_ad_rot90_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.012s) 2022-05-18T05:00:26.8669809Z test_forward_ad_round_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.004s) 2022-05-18T05:00:26.8764671Z test_forward_ad_round_decimals_0_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.009s) 2022-05-18T05:00:26.8859771Z test_forward_ad_round_decimals_3_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.009s) 2022-05-18T05:00:26.8962599Z test_forward_ad_round_decimals_neg_3_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.010s) 2022-05-18T05:00:26.9083934Z test_forward_ad_rsqrt_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.012s) 2022-05-18T05:00:27.1021818Z test_forward_ad_rsub_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.194s) 2022-05-18T05:00:27.3490110Z test_forward_ad_scatter_add_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.247s) 2022-05-18T05:00:27.5991419Z test_forward_ad_scatter_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.250s) 2022-05-18T05:00:27.6007868Z test_forward_ad_scatter_reduce_amax_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: Does not support forward_ad (0.002s) 2022-05-18T05:00:27.6023802Z test_forward_ad_scatter_reduce_amin_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: Does not support forward_ad (0.001s) 2022-05-18T05:00:27.6039407Z test_forward_ad_scatter_reduce_mean_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: Does not support forward_ad (0.001s) 2022-05-18T05:00:27.6054995Z test_forward_ad_scatter_reduce_prod_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: Does not support forward_ad (0.001s) 2022-05-18T05:00:27.6071284Z test_forward_ad_scatter_reduce_sum_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: Does not support forward_ad (0.002s) 2022-05-18T05:00:27.6086737Z test_forward_ad_searchsorted_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: Does not support autograd (0.001s) 2022-05-18T05:00:27.6213745Z test_forward_ad_select_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.013s) 2022-05-18T05:00:27.7028531Z test_forward_ad_select_scatter_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.081s) 2022-05-18T05:00:27.7076582Z test_forward_ad_sgn_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.005s) 2022-05-18T05:00:27.7091878Z test_forward_ad_short_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: Does not support autograd (0.001s) 2022-05-18T05:00:27.7189672Z test_forward_ad_sigmoid_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.010s) 2022-05-18T05:00:27.7233272Z test_forward_ad_sign_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.004s) 2022-05-18T05:00:27.7249047Z test_forward_ad_signbit_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: Does not support autograd (0.001s) 2022-05-18T05:00:27.7298699Z test_forward_ad_sin_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.005s) 2022-05-18T05:00:27.7514910Z test_forward_ad_sinc_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.022s) 2022-05-18T05:00:27.7572273Z test_forward_ad_sinh_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.006s) 2022-05-18T05:00:27.9057512Z test_forward_ad_slice_scatter_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.148s) 2022-05-18T05:00:27.9575445Z test_forward_ad_softmax_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.052s) 2022-05-18T05:00:28.0173351Z test_forward_ad_softmax_with_dtype_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.060s) 2022-05-18T05:00:28.1096727Z test_forward_ad_sort_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.092s) 2022-05-18T05:00:28.1113228Z test_forward_ad_sparse_sampled_addmm_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: cusparseSDDMM was added in 11.2.1 (0.002s) 2022-05-18T05:00:28.1210617Z test_forward_ad_special_entr_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.010s) 2022-05-18T05:00:28.1354071Z test_forward_ad_special_erfcx_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.014s) 2022-05-18T05:00:28.1475371Z test_forward_ad_special_i0e_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.012s) 2022-05-18T05:00:28.1689059Z test_forward_ad_special_i1_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.021s) 2022-05-18T05:00:28.1938771Z test_forward_ad_special_i1e_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.025s) 2022-05-18T05:00:28.2124628Z test_forward_ad_special_log_ndtr_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.018s) 2022-05-18T05:00:28.2360524Z test_forward_ad_special_ndtr_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.023s) 2022-05-18T05:00:28.2509059Z test_forward_ad_special_ndtri_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.015s) 2022-05-18T05:00:28.2850070Z test_forward_ad_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.034s) 2022-05-18T05:00:28.5770852Z test_forward_ad_special_xlog1py_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.292s) 2022-05-18T05:00:28.5787511Z test_forward_ad_special_zeta_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: Does not support autograd (0.002s) 2022-05-18T05:00:28.5860335Z test_forward_ad_split_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.007s) 2022-05-18T05:00:28.5978966Z test_forward_ad_split_list_args_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.012s) 2022-05-18T05:00:28.6129398Z test_forward_ad_split_with_sizes_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.015s) 2022-05-18T05:00:28.6179246Z test_forward_ad_sqrt_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.005s) 2022-05-18T05:00:28.6303686Z test_forward_ad_square_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.012s) 2022-05-18T05:00:28.6471304Z test_forward_ad_squeeze_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.017s) 2022-05-18T05:00:28.6803945Z test_forward_ad_stack_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.033s) 2022-05-18T05:00:28.7279166Z test_forward_ad_std_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.047s) 2022-05-18T05:00:28.7353817Z test_forward_ad_std_mean_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... expected failure (0.007s) 2022-05-18T05:00:28.7522388Z test_forward_ad_stft_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... expected failure (0.017s) 2022-05-18T05:00:28.9427499Z test_forward_ad_sub_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.190s) 2022-05-18T05:00:28.9953104Z test_forward_ad_sum_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.053s) 2022-05-18T05:00:29.0110783Z test_forward_ad_sum_to_size_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.016s) 2022-05-18T05:00:29.0146084Z test_forward_ad_svd_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... expected failure (0.003s) 2022-05-18T05:00:29.0227352Z test_forward_ad_svd_lowrank_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... expected failure (0.008s) 2022-05-18T05:00:29.0243346Z test_forward_ad_symeig_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: Does not support forward_ad (0.002s) 2022-05-18T05:00:29.0321892Z test_forward_ad_t_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.008s) 2022-05-18T05:00:29.0790836Z test_forward_ad_take_along_dim_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.047s) 2022-05-18T05:00:29.1347986Z test_forward_ad_take_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.056s) 2022-05-18T05:00:29.1402649Z test_forward_ad_tan_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.005s) 2022-05-18T05:00:29.1449173Z test_forward_ad_tanh_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.005s) 2022-05-18T05:00:29.1525216Z test_forward_ad_tensor_split_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... expected failure (0.007s) 2022-05-18T05:00:29.2578550Z test_forward_ad_tensordot_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.105s) 2022-05-18T05:00:29.3281525Z test_forward_ad_tile_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.070s) 2022-05-18T05:00:29.3297352Z test_forward_ad_to_sparse_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: Does not support forward_ad (0.002s) 2022-05-18T05:00:29.3685427Z test_forward_ad_topk_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.039s) 2022-05-18T05:00:29.3729049Z test_forward_ad_trace_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.004s) 2022-05-18T05:00:29.3920775Z test_forward_ad_transpose_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.019s) 2022-05-18T05:00:29.8075307Z test_forward_ad_trapezoid_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.415s) 2022-05-18T05:00:30.2188222Z test_forward_ad_trapz_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.411s) 2022-05-18T05:00:30.7712304Z test_forward_ad_triangular_solve_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.552s) 2022-05-18T05:00:30.7846301Z test_forward_ad_tril_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.013s) 2022-05-18T05:00:30.7979362Z test_forward_ad_triu_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.013s) 2022-05-18T05:00:31.0906524Z test_forward_ad_true_divide_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.292s) 2022-05-18T05:00:31.0951286Z test_forward_ad_trunc_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.005s) 2022-05-18T05:00:31.1448596Z test_forward_ad_unfold_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.050s) 2022-05-18T05:00:31.1464415Z test_forward_ad_unique_consecutive_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: Does not support autograd (0.002s) 2022-05-18T05:00:31.1479791Z test_forward_ad_unique_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: Does not support autograd (0.001s) 2022-05-18T05:00:31.1682128Z test_forward_ad_unsqueeze_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.020s) 2022-05-18T05:00:31.2064138Z test_forward_ad_var_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.038s) 2022-05-18T05:00:31.2133507Z test_forward_ad_var_mean_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... expected failure (0.007s) 2022-05-18T05:00:31.2407276Z test_forward_ad_vdot_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.027s) 2022-05-18T05:00:31.2446166Z test_forward_ad_view_as_complex_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.004s) 2022-05-18T05:00:31.2597912Z test_forward_ad_view_as_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.015s) 2022-05-18T05:00:31.2777304Z test_forward_ad_view_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.018s) 2022-05-18T05:00:31.2876368Z test_forward_ad_vsplit_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.010s) 2022-05-18T05:00:31.2936726Z test_forward_ad_vstack_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.006s) 2022-05-18T05:00:31.4569788Z test_forward_ad_where_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.163s) 2022-05-18T05:00:31.7533274Z test_forward_ad_xlogy_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.296s) 2022-05-18T05:00:31.7642691Z test_forward_ad_zero__cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.011s) 2022-05-18T05:00:31.7658949Z test_forward_ad_zeros_like_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: Does not support autograd (0.001s) 2022-05-18T05:00:31.7686541Z test_operator_H_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.003s) 2022-05-18T05:00:31.7718997Z test_operator_T_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.003s) 2022-05-18T05:00:31.7971674Z test_operator___getitem___cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.025s) 2022-05-18T05:00:31.8102981Z test_operator___radd___cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.013s) 2022-05-18T05:00:31.8299669Z test_operator___rdiv___cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.020s) 2022-05-18T05:00:31.8811105Z test_operator___rmatmul___cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.051s) 2022-05-18T05:00:31.8945303Z test_operator___rmod___cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.013s) 2022-05-18T05:00:31.9080445Z test_operator___rmul___cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.013s) 2022-05-18T05:00:31.9365844Z test_operator___rpow___cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.028s) 2022-05-18T05:00:31.9505989Z test_operator___rsub___cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.014s) 2022-05-18T05:00:32.3120290Z test_operator__masked_amax_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.361s) 2022-05-18T05:00:32.6737607Z test_operator__masked_amin_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.361s) 2022-05-18T05:00:32.9192319Z test_operator__masked_argmax_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.245s) 2022-05-18T05:00:33.1645383Z test_operator__masked_argmin_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.245s) 2022-05-18T05:00:33.2219258Z test_operator__masked_log_softmax_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.057s) 2022-05-18T05:00:33.9959873Z test_operator__masked_mean_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.774s) 2022-05-18T05:00:35.8387077Z test_operator__masked_norm_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (1.843s) 2022-05-18T05:00:35.9139475Z test_operator__masked_normalize_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.075s) 2022-05-18T05:00:36.3073596Z test_operator__masked_prod_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.393s) 2022-05-18T05:00:36.3646238Z test_operator__masked_softmax_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.057s) 2022-05-18T05:00:36.4326046Z test_operator__masked_softmin_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.068s) 2022-05-18T05:00:39.2968026Z test_operator__masked_std_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (2.864s) 2022-05-18T05:00:39.6631637Z test_operator__masked_sum_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.366s) 2022-05-18T05:00:42.4229246Z test_operator__masked_var_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (2.760s) 2022-05-18T05:00:42.4254413Z test_operator_abs_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.003s) 2022-05-18T05:00:42.4291389Z test_operator_acos_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.004s) 2022-05-18T05:00:42.4327718Z test_operator_acosh_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.004s) 2022-05-18T05:00:42.4485621Z test_operator_add_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.016s) 2022-05-18T05:00:42.4685302Z test_operator_addbmm_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.020s) 2022-05-18T05:00:42.5027501Z test_operator_addcdiv_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.034s) 2022-05-18T05:00:42.5373624Z test_operator_addcmul_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.035s) 2022-05-18T05:00:42.5468452Z test_operator_addmm_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.009s) 2022-05-18T05:00:42.5559144Z test_operator_addmm_decomposed_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.009s) 2022-05-18T05:00:42.5732605Z test_operator_addmv_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.017s) 2022-05-18T05:00:42.5845454Z test_operator_addr_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.011s) 2022-05-18T05:00:42.5955663Z test_operator_all_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.011s) 2022-05-18T05:00:42.8424010Z test_operator_allclose_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.247s) 2022-05-18T05:00:42.8583963Z test_operator_amax_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.016s) 2022-05-18T05:00:42.8740409Z test_operator_amin_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.016s) 2022-05-18T05:00:42.8808100Z test_operator_aminmax_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.007s) 2022-05-18T05:00:42.8831698Z test_operator_angle_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.002s) 2022-05-18T05:00:42.8933173Z test_operator_any_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.010s) 2022-05-18T05:00:42.9037308Z test_operator_argmax_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.010s) 2022-05-18T05:00:42.9136628Z test_operator_argmin_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.010s) 2022-05-18T05:00:42.9413594Z test_operator_argsort_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.028s) 2022-05-18T05:00:42.9485390Z test_operator_argwhere_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.007s) 2022-05-18T05:00:42.9546511Z test_operator_as_strided_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.006s) 2022-05-18T05:00:42.9569920Z test_operator_asin_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.002s) 2022-05-18T05:00:42.9593488Z test_operator_asinh_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.002s) 2022-05-18T05:00:42.9723964Z test_operator_atan2_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.013s) 2022-05-18T05:00:42.9747744Z test_operator_atan_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.002s) 2022-05-18T05:00:42.9772790Z test_operator_atanh_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.002s) 2022-05-18T05:00:42.9826968Z test_operator_atleast_1d_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.005s) 2022-05-18T05:00:42.9883467Z test_operator_atleast_2d_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.006s) 2022-05-18T05:00:42.9957697Z test_operator_atleast_3d_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.007s) 2022-05-18T05:00:43.0141765Z test_operator_baddbmm_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.018s) 2022-05-18T05:00:43.0194089Z test_operator_bernoulli_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.005s) 2022-05-18T05:00:43.0250919Z test_operator_bfloat16_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.006s) 2022-05-18T05:00:43.0297126Z test_operator_block_diag_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... expected failure (0.005s) 2022-05-18T05:00:43.0326512Z test_operator_bmm_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.003s) 2022-05-18T05:00:43.0382206Z test_operator_bool_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.005s) 2022-05-18T05:00:43.0492829Z test_operator_broadcast_tensors_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.011s) 2022-05-18T05:00:43.0569701Z test_operator_broadcast_to_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.008s) 2022-05-18T05:00:43.0896478Z test_operator_bucketize_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.033s) 2022-05-18T05:00:43.0951934Z test_operator_byte_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.005s) 2022-05-18T05:00:43.1173374Z test_operator_cartesian_prod_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.022s) 2022-05-18T05:00:43.1256698Z test_operator_cat_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.008s) 2022-05-18T05:00:43.4931172Z test_operator_cdist_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.367s) 2022-05-18T05:00:43.4955991Z test_operator_ceil_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.003s) 2022-05-18T05:00:43.5012404Z test_operator_chalf_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.006s) 2022-05-18T05:00:43.5068235Z test_operator_char_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.005s) 2022-05-18T05:00:43.5241802Z test_operator_cholesky_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.017s) 2022-05-18T05:00:43.5503713Z test_operator_cholesky_inverse_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.026s) 2022-05-18T05:00:43.5913609Z test_operator_cholesky_solve_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.041s) 2022-05-18T05:00:43.5958688Z test_operator_chunk_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.004s) 2022-05-18T05:00:43.6028967Z test_operator_clamp_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.007s) 2022-05-18T05:00:43.6088661Z test_operator_clamp_scalar_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.006s) 2022-05-18T05:00:43.6119805Z test_operator_clone_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.003s) 2022-05-18T05:00:43.6175300Z test_operator_column_stack_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.005s) 2022-05-18T05:00:43.7362029Z test_operator_combinations_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.118s) 2022-05-18T05:00:43.7494378Z test_operator_complex_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.013s) 2022-05-18T05:00:43.7523097Z test_operator_conj_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.003s) 2022-05-18T05:00:43.7542539Z test_operator_conj_physical_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.002s) 2022-05-18T05:00:43.7561700Z test_operator_contiguous_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.002s) 2022-05-18T05:00:43.7692025Z test_operator_copysign_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.013s) 2022-05-18T05:00:43.7942148Z test_operator_corrcoef_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.025s) 2022-05-18T05:00:43.7978112Z test_operator_cos_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.004s) 2022-05-18T05:00:43.8023681Z test_operator_cosh_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.004s) 2022-05-18T05:00:43.8197620Z test_operator_count_nonzero_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.017s) 2022-05-18T05:00:44.3935271Z test_operator_cov_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.573s) 2022-05-18T05:00:44.3992872Z test_operator_cross_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.006s) 2022-05-18T05:00:44.4033968Z test_operator_cummax_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.004s) 2022-05-18T05:00:44.4075223Z test_operator_cummin_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.004s) 2022-05-18T05:00:44.4175068Z test_operator_cumprod_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.010s) 2022-05-18T05:00:44.4219227Z test_operator_cumsum_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.004s) 2022-05-18T05:00:44.4661626Z test_operator_cumulative_trapezoid_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.044s) 2022-05-18T05:00:44.4698367Z test_operator_deg2rad_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.004s) 2022-05-18T05:00:44.4815315Z test_operator_diag_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.012s) 2022-05-18T05:00:44.4957136Z test_operator_diag_embed_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.014s) 2022-05-18T05:00:44.5032794Z test_operator_diagflat_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.007s) 2022-05-18T05:00:44.5158302Z test_operator_diagonal_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.012s) 2022-05-18T05:00:44.5397523Z test_operator_diagonal_scatter_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.024s) 2022-05-18T05:00:45.6032694Z test_operator_diff_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (1.063s) 2022-05-18T05:00:45.6070726Z test_operator_digamma_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.004s) 2022-05-18T05:00:45.6801550Z test_operator_dist_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.073s) 2022-05-18T05:00:45.6955974Z test_operator_div_floor_rounding_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.015s) 2022-05-18T05:00:45.7104779Z test_operator_div_no_rounding_mode_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.015s) 2022-05-18T05:00:45.7258425Z test_operator_div_trunc_rounding_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.015s) 2022-05-18T05:00:45.7288659Z test_operator_dot_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.003s) 2022-05-18T05:00:45.7344938Z test_operator_double_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.006s) 2022-05-18T05:00:45.7390252Z test_operator_dsplit_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.004s) 2022-05-18T05:00:45.7434830Z test_operator_dstack_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.004s) 2022-05-18T05:00:45.7588399Z test_operator_eig_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.015s) 2022-05-18T05:00:45.8011114Z test_operator_einsum_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.042s) 2022-05-18T05:00:45.8082753Z test_operator_empty_like_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.007s) 2022-05-18T05:00:45.8236077Z test_operator_eq_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.015s) 2022-05-18T05:00:45.8260736Z test_operator_erf_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.002s) 2022-05-18T05:00:45.8298413Z test_operator_erfc_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.004s) 2022-05-18T05:00:45.8323103Z test_operator_erfinv_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.002s) 2022-05-18T05:00:45.8361122Z test_operator_exp2_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.004s) 2022-05-18T05:00:45.8399291Z test_operator_exp_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.004s) 2022-05-18T05:00:45.8454766Z test_operator_expand_as_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.005s) 2022-05-18T05:00:45.8558819Z test_operator_expand_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.010s) 2022-05-18T05:00:45.8583619Z test_operator_expm1_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.002s) 2022-05-18T05:00:45.8704169Z test_operator_fft_fft2_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.012s) 2022-05-18T05:00:45.8797315Z test_operator_fft_fft_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.009s) 2022-05-18T05:00:45.8946153Z test_operator_fft_fftn_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.015s) 2022-05-18T05:00:45.9010290Z test_operator_fft_fftshift_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.006s) 2022-05-18T05:00:45.9204341Z test_operator_fft_hfft2_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.019s) 2022-05-18T05:00:45.9387591Z test_operator_fft_hfft_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.018s) 2022-05-18T05:00:45.9613654Z test_operator_fft_hfftn_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.022s) 2022-05-18T05:00:45.9738406Z test_operator_fft_ifft2_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.012s) 2022-05-18T05:00:45.9863019Z test_operator_fft_ifft_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.012s) 2022-05-18T05:00:46.0019658Z test_operator_fft_ifftn_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.016s) 2022-05-18T05:00:46.0084596Z test_operator_fft_ifftshift_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.006s) 2022-05-18T05:00:46.0233182Z test_operator_fft_ihfft2_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.015s) 2022-05-18T05:00:46.0357551Z test_operator_fft_ihfft_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.012s) 2022-05-18T05:00:46.0519408Z test_operator_fft_ihfftn_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.016s) 2022-05-18T05:00:46.0641772Z test_operator_fft_irfft2_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.012s) 2022-05-18T05:00:46.0768177Z test_operator_fft_irfft_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.013s) 2022-05-18T05:00:46.0925461Z test_operator_fft_irfftn_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.016s) 2022-05-18T05:00:46.1019996Z test_operator_fft_rfft2_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.009s) 2022-05-18T05:00:46.1109723Z test_operator_fft_rfft_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.009s) 2022-05-18T05:00:46.1225821Z test_operator_fft_rfftn_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.012s) 2022-05-18T05:00:46.1234299Z test_operator_fill__cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: Allowed exemption (0.001s) 2022-05-18T05:00:46.1290376Z test_operator_flatten_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.005s) 2022-05-18T05:00:46.1388656Z test_operator_flip_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.010s) 2022-05-18T05:00:46.1420511Z test_operator_fliplr_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.003s) 2022-05-18T05:00:46.1452384Z test_operator_flipud_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.003s) 2022-05-18T05:00:46.1498507Z test_operator_float_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.004s) 2022-05-18T05:00:46.1744721Z test_operator_float_power_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.024s) 2022-05-18T05:00:46.1769101Z test_operator_floor_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.002s) 2022-05-18T05:00:46.1921042Z test_operator_floor_divide_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.015s) 2022-05-18T05:00:46.2061025Z test_operator_fmax_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.014s) 2022-05-18T05:00:46.2196818Z test_operator_fmin_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.013s) 2022-05-18T05:00:46.2350305Z test_operator_fmod_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.015s) 2022-05-18T05:00:46.2388187Z test_operator_frac_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.004s) 2022-05-18T05:00:46.2428820Z test_operator_frexp_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.004s) 2022-05-18T05:00:46.2513012Z test_operator_full_like_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.008s) 2022-05-18T05:00:46.2603676Z test_operator_gather_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.009s) 2022-05-18T05:00:46.2744421Z test_operator_ge_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.014s) 2022-05-18T05:00:46.3214296Z test_operator_geqrf_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.047s) 2022-05-18T05:00:46.6591064Z test_operator_gradient_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.337s) 2022-05-18T05:00:46.6727571Z test_operator_gt_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.014s) 2022-05-18T05:00:46.6787019Z test_operator_half_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.006s) 2022-05-18T05:00:46.6927307Z test_operator_heaviside_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.014s) 2022-05-18T05:00:46.7840822Z test_operator_histc_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.091s) 2022-05-18T05:00:46.7888059Z test_operator_hsplit_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.005s) 2022-05-18T05:00:46.7917348Z test_operator_hstack_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.003s) 2022-05-18T05:00:46.8051663Z test_operator_hypot_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.013s) 2022-05-18T05:00:46.8083215Z test_operator_i0_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.003s) 2022-05-18T05:00:46.8226414Z test_operator_igamma_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.014s) 2022-05-18T05:00:46.8362539Z test_operator_igammac_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.013s) 2022-05-18T05:00:46.8627219Z test_operator_index_add_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.026s) 2022-05-18T05:00:46.8723291Z test_operator_index_copy_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.010s) 2022-05-18T05:00:46.8798194Z test_operator_index_fill_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.007s) 2022-05-18T05:00:46.8965382Z test_operator_index_put_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.017s) 2022-05-18T05:00:46.9945984Z test_operator_index_reduce_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.098s) 2022-05-18T05:00:47.0002795Z test_operator_index_select_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.006s) 2022-05-18T05:00:47.0084486Z test_operator_inner_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.008s) 2022-05-18T05:00:47.0142945Z test_operator_int_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.006s) 2022-05-18T05:00:47.0278737Z test_operator_inverse_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.013s) 2022-05-18T05:00:47.1157245Z test_operator_isclose_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... expected failure (0.088s) 2022-05-18T05:00:47.1227804Z test_operator_isfinite_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.007s) 2022-05-18T05:00:47.1295859Z test_operator_isin_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.007s) 2022-05-18T05:00:47.1321957Z test_operator_isinf_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.003s) 2022-05-18T05:00:47.1353036Z test_operator_isnan_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.003s) 2022-05-18T05:00:47.1377986Z test_operator_isneginf_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.002s) 2022-05-18T05:00:47.1403158Z test_operator_isposinf_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.002s) 2022-05-18T05:00:47.1453182Z test_operator_isreal_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.005s) 2022-05-18T05:00:47.2580103Z test_operator_istft_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.113s) 2022-05-18T05:00:47.2587827Z test_operator_jiterator_4inputs_with_extra_args_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: skip (0.001s) 2022-05-18T05:00:47.2596248Z test_operator_jiterator_binary_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: skip (0.001s) 2022-05-18T05:00:47.2604806Z test_operator_jiterator_unary_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: skip (0.001s) 2022-05-18T05:00:47.2659248Z test_operator_kron_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.005s) 2022-05-18T05:00:47.2766461Z test_operator_kthvalue_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.011s) 2022-05-18T05:00:47.2964152Z test_operator_ldexp_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.020s) 2022-05-18T05:00:47.3097336Z test_operator_le_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.013s) 2022-05-18T05:00:47.3366182Z test_operator_lerp_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.027s) 2022-05-18T05:00:47.3403751Z test_operator_lgamma_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.004s) 2022-05-18T05:00:47.3776069Z test_operator_linalg_cholesky_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.037s) 2022-05-18T05:00:47.4080904Z test_operator_linalg_cholesky_ex_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.030s) 2022-05-18T05:00:47.4234911Z test_operator_linalg_cond_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.015s) 2022-05-18T05:00:47.4291285Z test_operator_linalg_cross_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.006s) 2022-05-18T05:00:47.4614176Z test_operator_linalg_det_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.032s) 2022-05-18T05:00:47.4785432Z test_operator_linalg_eig_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.017s) 2022-05-18T05:00:47.4940461Z test_operator_linalg_eigh_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.015s) 2022-05-18T05:00:47.4982126Z test_operator_linalg_eigvals_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... expected failure (0.004s) 2022-05-18T05:00:47.5022056Z test_operator_linalg_eigvalsh_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... expected failure (0.004s) 2022-05-18T05:00:47.5163887Z test_operator_linalg_householder_product_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.014s) 2022-05-18T05:00:47.5337110Z test_operator_linalg_inv_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.017s) 2022-05-18T05:00:47.5472240Z test_operator_linalg_inv_ex_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.013s) 2022-05-18T05:00:47.5556397Z test_operator_linalg_ldl_factor_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.008s) 2022-05-18T05:00:47.5624406Z test_operator_linalg_ldl_factor_ex_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.007s) 2022-05-18T05:00:47.5639294Z test_operator_linalg_ldl_solve_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: not available before CUDA 11.3.1 (0.001s) 2022-05-18T05:00:47.6105519Z test_operator_linalg_lstsq_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.046s) 2022-05-18T05:00:47.6564372Z test_operator_linalg_lstsq_grad_oriented_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.046s) 2022-05-18T05:00:47.7202642Z test_operator_linalg_lu_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.064s) 2022-05-18T05:00:47.8900089Z test_operator_linalg_lu_factor_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.169s) 2022-05-18T05:00:47.9458128Z test_operator_linalg_lu_factor_ex_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.056s) 2022-05-18T05:00:47.9561746Z test_operator_linalg_matrix_norm_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... expected failure (0.010s) 2022-05-18T05:00:48.0320630Z test_operator_linalg_matrix_power_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.076s) 2022-05-18T05:00:48.0361080Z test_operator_linalg_matrix_rank_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... expected failure (0.004s) 2022-05-18T05:00:48.0399933Z test_operator_linalg_matrix_rank_hermitian_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... expected failure (0.004s) 2022-05-18T05:00:48.0537080Z test_operator_linalg_multi_dot_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.014s) 2022-05-18T05:00:48.0590317Z test_operator_linalg_norm_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... expected failure (0.005s) 2022-05-18T05:00:48.0618778Z test_operator_linalg_norm_subgradients_at_zero_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... expected failure (0.003s) 2022-05-18T05:00:48.1250643Z test_operator_linalg_pinv_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.063s) 2022-05-18T05:00:48.1410207Z test_operator_linalg_pinv_hermitian_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.016s) 2022-05-18T05:00:48.1425387Z test_operator_linalg_pinv_singular_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-05-18T05:00:48.1930972Z test_operator_linalg_qr_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.050s) 2022-05-18T05:00:48.2080106Z test_operator_linalg_slogdet_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.015s) 2022-05-18T05:00:48.3055831Z test_operator_linalg_solve_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.097s) 2022-05-18T05:00:48.5208809Z test_operator_linalg_solve_triangular_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.215s) 2022-05-18T05:00:48.9461267Z test_operator_linalg_svd_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.425s) 2022-05-18T05:00:48.9953991Z test_operator_linalg_svdvals_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.049s) 2022-05-18T05:00:49.0052879Z test_operator_linalg_tensorinv_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.010s) 2022-05-18T05:00:49.0425886Z test_operator_linalg_tensorsolve_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.037s) 2022-05-18T05:00:49.0743122Z test_operator_linalg_vander_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.032s) 2022-05-18T05:00:49.1641009Z test_operator_linalg_vector_norm_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.090s) 2022-05-18T05:00:49.1681068Z test_operator_log10_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.004s) 2022-05-18T05:00:49.1705607Z test_operator_log1p_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.002s) 2022-05-18T05:00:49.1743243Z test_operator_log2_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.004s) 2022-05-18T05:00:49.1781080Z test_operator_log_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.004s) 2022-05-18T05:00:49.1841000Z test_operator_log_softmax_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.006s) 2022-05-18T05:00:49.1929852Z test_operator_log_softmax_dtype_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.009s) 2022-05-18T05:00:49.1960586Z test_operator_logaddexp2_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.003s) 2022-05-18T05:00:49.1999089Z test_operator_logaddexp_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.004s) 2022-05-18T05:00:49.2061215Z test_operator_logcumsumexp_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.006s) 2022-05-18T05:00:49.2234120Z test_operator_logdet_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.017s) 2022-05-18T05:00:49.2371817Z test_operator_logical_and_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.014s) 2022-05-18T05:00:49.2411019Z test_operator_logical_not_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.004s) 2022-05-18T05:00:49.2556929Z test_operator_logical_or_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.014s) 2022-05-18T05:00:49.2693520Z test_operator_logical_xor_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.014s) 2022-05-18T05:00:49.2739156Z test_operator_logit_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.005s) 2022-05-18T05:00:49.2896437Z test_operator_logsumexp_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.016s) 2022-05-18T05:00:49.2955052Z test_operator_long_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.006s) 2022-05-18T05:00:49.3088434Z test_operator_lt_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.013s) 2022-05-18T05:00:49.4467948Z test_operator_lu_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.138s) 2022-05-18T05:00:49.6735141Z test_operator_lu_solve_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.227s) 2022-05-18T05:00:49.7428310Z test_operator_lu_unpack_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.069s) 2022-05-18T05:00:49.7484987Z test_operator_mH_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.006s) 2022-05-18T05:00:49.7541911Z test_operator_mT_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.006s) 2022-05-18T05:00:49.7715843Z test_operator_masked_fill_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.017s) 2022-05-18T05:00:49.7846585Z test_operator_masked_scatter_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.013s) 2022-05-18T05:00:49.7982877Z test_operator_masked_select_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.013s) 2022-05-18T05:00:49.8516099Z test_operator_matmul_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.053s) 2022-05-18T05:00:49.8601103Z test_operator_matrix_exp_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.008s) 2022-05-18T05:00:49.8738905Z test_operator_max_binary_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.014s) 2022-05-18T05:00:49.8771509Z test_operator_max_reduction_no_dim_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.003s) 2022-05-18T05:00:49.8824120Z test_operator_max_reduction_with_dim_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.005s) 2022-05-18T05:00:49.8967075Z test_operator_maximum_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.014s) 2022-05-18T05:00:49.9132913Z test_operator_mean_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.016s) 2022-05-18T05:00:49.9254920Z test_operator_median_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.012s) 2022-05-18T05:00:49.9527265Z test_operator_meshgrid_list_of_tensors_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.027s) 2022-05-18T05:00:50.0180658Z test_operator_meshgrid_variadic_tensors_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.065s) 2022-05-18T05:00:50.0315107Z test_operator_min_binary_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.013s) 2022-05-18T05:00:50.0346692Z test_operator_min_reduction_no_dim_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.003s) 2022-05-18T05:00:50.0403701Z test_operator_min_reduction_with_dim_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.006s) 2022-05-18T05:00:50.0537306Z test_operator_minimum_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.013s) 2022-05-18T05:00:50.0567162Z test_operator_mm_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.003s) 2022-05-18T05:00:50.0638348Z test_operator_mode_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.007s) 2022-05-18T05:00:50.0673492Z test_operator_movedim_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.003s) 2022-05-18T05:00:50.0711614Z test_operator_msort_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.004s) 2022-05-18T05:00:50.0853967Z test_operator_mul_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.014s) 2022-05-18T05:00:50.0981610Z test_operator_multinomial_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.013s) 2022-05-18T05:00:50.1012471Z test_operator_mv_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.003s) 2022-05-18T05:00:50.1153396Z test_operator_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.014s) 2022-05-18T05:00:50.1288148Z test_operator_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.013s) 2022-05-18T05:00:50.1426671Z test_operator_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.014s) 2022-05-18T05:00:50.1466064Z test_operator_nan_to_num_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.004s) 2022-05-18T05:00:50.2507911Z test_operator_nanmean_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.104s) 2022-05-18T05:00:50.2637992Z test_operator_nanmedian_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.013s) 2022-05-18T05:00:50.9574006Z test_operator_nanquantile_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.693s) 2022-05-18T05:00:50.9744373Z test_operator_nansum_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.017s) 2022-05-18T05:00:50.9802271Z test_operator_narrow_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.006s) 2022-05-18T05:00:50.9937310Z test_operator_ne_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.013s) 2022-05-18T05:00:50.9963069Z test_operator_neg_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.003s) 2022-05-18T05:00:51.0050233Z test_operator_new_empty_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.009s) 2022-05-18T05:00:51.0166407Z test_operator_new_full_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.011s) 2022-05-18T05:00:51.0276898Z test_operator_new_ones_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.011s) 2022-05-18T05:00:51.0390489Z test_operator_new_zeros_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.011s) 2022-05-18T05:00:51.0524446Z test_operator_nextafter_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.013s) 2022-05-18T05:00:51.0589074Z test_operator_nn_functional_adaptive_avg_pool1d_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.006s) 2022-05-18T05:00:51.0650477Z test_operator_nn_functional_adaptive_avg_pool2d_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.006s) 2022-05-18T05:00:51.0727020Z test_operator_nn_functional_adaptive_avg_pool3d_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.008s) 2022-05-18T05:00:51.0823241Z test_operator_nn_functional_adaptive_max_pool1d_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.010s) 2022-05-18T05:00:51.0959263Z test_operator_nn_functional_adaptive_max_pool2d_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.013s) 2022-05-18T05:00:51.1078348Z test_operator_nn_functional_adaptive_max_pool3d_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.012s) 2022-05-18T05:00:51.1251786Z test_operator_nn_functional_avg_pool1d_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.017s) 2022-05-18T05:00:51.1339189Z test_operator_nn_functional_avg_pool2d_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.009s) 2022-05-18T05:00:51.1447923Z test_operator_nn_functional_avg_pool3d_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.011s) 2022-05-18T05:00:51.2670745Z test_operator_nn_functional_batch_norm_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.122s) 2022-05-18T05:00:51.3912075Z test_operator_nn_functional_batch_norm_without_cudnn_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.124s) 2022-05-18T05:00:51.6452338Z test_operator_nn_functional_bilinear_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.254s) 2022-05-18T05:00:51.6730751Z test_operator_nn_functional_binary_cross_entropy_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.028s) 2022-05-18T05:00:51.7725534Z test_operator_nn_functional_binary_cross_entropy_with_logits_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.099s) 2022-05-18T05:00:51.7763531Z test_operator_nn_functional_celu_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.004s) 2022-05-18T05:00:51.7948162Z test_operator_nn_functional_conv1d_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.018s) 2022-05-18T05:00:51.8538125Z test_operator_nn_functional_conv2d_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.059s) 2022-05-18T05:00:51.8725434Z test_operator_nn_functional_conv_transpose1d_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.019s) 2022-05-18T05:00:51.8930330Z test_operator_nn_functional_conv_transpose2d_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.020s) 2022-05-18T05:00:51.9155303Z test_operator_nn_functional_conv_transpose3d_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.022s) 2022-05-18T05:00:52.0907521Z test_operator_nn_functional_cosine_embedding_loss_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.175s) 2022-05-18T05:00:52.1772270Z test_operator_nn_functional_cosine_similarity_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.086s) 2022-05-18T05:00:52.2644145Z test_operator_nn_functional_cross_entropy_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.087s) 2022-05-18T05:00:52.2713075Z test_operator_nn_functional_ctc_loss_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... expected failure (0.007s) 2022-05-18T05:00:52.2929370Z test_operator_nn_functional_dropout2d_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.021s) 2022-05-18T05:00:52.3118481Z test_operator_nn_functional_dropout_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.019s) 2022-05-18T05:00:52.3159022Z test_operator_nn_functional_elu_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.004s) 2022-05-18T05:00:52.3167310Z test_operator_nn_functional_embedding_bag_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: Allowed exemption (0.001s) 2022-05-18T05:00:52.3174682Z test_operator_nn_functional_embedding_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: Allowed exemption (0.001s) 2022-05-18T05:00:52.3317341Z test_operator_nn_functional_feature_alpha_dropout_with_train_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.014s) 2022-05-18T05:00:52.3401004Z test_operator_nn_functional_feature_alpha_dropout_without_train_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.008s) 2022-05-18T05:00:52.4009551Z test_operator_nn_functional_fractional_max_pool2d_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.061s) 2022-05-18T05:00:52.4811875Z test_operator_nn_functional_fractional_max_pool3d_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.080s) 2022-05-18T05:00:57.6606503Z test_operator_nn_functional_gaussian_nll_loss_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (5.179s) 2022-05-18T05:00:57.6681208Z test_operator_nn_functional_gelu_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.008s) 2022-05-18T05:00:57.7036490Z test_operator_nn_functional_glu_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.035s) 2022-05-18T05:00:57.7468993Z test_operator_nn_functional_grid_sample_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.043s) 2022-05-18T05:00:57.7632911Z test_operator_nn_functional_group_norm_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.016s) 2022-05-18T05:00:57.7712604Z test_operator_nn_functional_hardshrink_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.008s) 2022-05-18T05:00:57.7750530Z test_operator_nn_functional_hardsigmoid_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.004s) 2022-05-18T05:00:57.7795082Z test_operator_nn_functional_hardswish_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.004s) 2022-05-18T05:00:57.7878664Z test_operator_nn_functional_hardtanh_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.008s) 2022-05-18T05:00:57.8593690Z test_operator_nn_functional_hinge_embedding_loss_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.071s) 2022-05-18T05:00:57.8759899Z test_operator_nn_functional_huber_loss_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.017s) 2022-05-18T05:00:58.3590847Z test_operator_nn_functional_instance_norm_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.483s) 2022-05-18T05:00:58.3747060Z test_operator_nn_functional_interpolate_area_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.016s) 2022-05-18T05:00:58.3870860Z test_operator_nn_functional_interpolate_bicubic_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.012s) 2022-05-18T05:00:58.3995567Z test_operator_nn_functional_interpolate_bilinear_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.012s) 2022-05-18T05:00:58.4117505Z test_operator_nn_functional_interpolate_linear_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.012s) 2022-05-18T05:00:58.4239878Z test_operator_nn_functional_interpolate_nearest_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.012s) 2022-05-18T05:00:58.4363683Z test_operator_nn_functional_interpolate_trilinear_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.012s) 2022-05-18T05:00:58.4609104Z test_operator_nn_functional_kl_div_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.024s) 2022-05-18T05:00:58.4726075Z test_operator_nn_functional_l1_loss_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.012s) 2022-05-18T05:00:58.4924435Z test_operator_nn_functional_layer_norm_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.020s) 2022-05-18T05:00:58.5008290Z test_operator_nn_functional_leaky_relu_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.008s) 2022-05-18T05:00:58.5554161Z test_operator_nn_functional_linear_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.054s) 2022-05-18T05:00:58.6008093Z test_operator_nn_functional_local_response_norm_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.045s) 2022-05-18T05:00:58.6049599Z test_operator_nn_functional_logsigmoid_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.004s) 2022-05-18T05:00:58.6764900Z test_operator_nn_functional_margin_ranking_loss_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.071s) 2022-05-18T05:01:00.6609731Z test_operator_nn_functional_max_pool1d_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (1.984s) 2022-05-18T05:01:02.4692860Z test_operator_nn_functional_max_pool2d_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (1.808s) 2022-05-18T05:01:03.1980965Z test_operator_nn_functional_max_pool3d_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.729s) 2022-05-18T05:01:03.7969285Z test_operator_nn_functional_max_unpool1d_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.599s) 2022-05-18T05:01:03.9917833Z test_operator_nn_functional_max_unpool1d_grad_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.195s) 2022-05-18T05:01:04.6917992Z test_operator_nn_functional_max_unpool2d_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.700s) 2022-05-18T05:01:04.9690113Z test_operator_nn_functional_max_unpool2d_grad_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.277s) 2022-05-18T05:01:05.2321557Z test_operator_nn_functional_max_unpool3d_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.263s) 2022-05-18T05:01:05.3479165Z test_operator_nn_functional_max_unpool3d_grad_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.116s) 2022-05-18T05:01:05.3516648Z test_operator_nn_functional_mish_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.004s) 2022-05-18T05:01:05.3626807Z test_operator_nn_functional_mse_loss_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.011s) 2022-05-18T05:01:05.3713403Z test_operator_nn_functional_multi_margin_loss_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.009s) 2022-05-18T05:01:05.3773504Z test_operator_nn_functional_multilabel_margin_loss_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.006s) 2022-05-18T05:01:05.4283887Z test_operator_nn_functional_multilabel_soft_margin_loss_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.051s) 2022-05-18T05:01:05.5697852Z test_operator_nn_functional_nll_loss_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.141s) 2022-05-18T05:01:05.5896252Z test_operator_nn_functional_normalize_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.020s) 2022-05-18T05:01:05.6299132Z test_operator_nn_functional_pad_circular_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.040s) 2022-05-18T05:01:05.6787176Z test_operator_nn_functional_pad_constant_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.049s) 2022-05-18T05:01:05.6909033Z test_operator_nn_functional_pad_reflect_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.012s) 2022-05-18T05:01:05.7027894Z test_operator_nn_functional_pad_replicate_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.012s) 2022-05-18T05:01:05.7256351Z test_operator_nn_functional_pairwise_distance_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.023s) 2022-05-18T05:01:05.7340325Z test_operator_nn_functional_pdist_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.008s) 2022-05-18T05:01:05.7372801Z test_operator_nn_functional_pixel_shuffle_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.003s) 2022-05-18T05:01:05.7405069Z test_operator_nn_functional_pixel_unshuffle_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.003s) 2022-05-18T05:01:06.1915144Z test_operator_nn_functional_poisson_nll_loss_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.451s) 2022-05-18T05:01:06.2190709Z test_operator_nn_functional_prelu_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.027s) 2022-05-18T05:01:06.2275383Z test_operator_nn_functional_relu6_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.008s) 2022-05-18T05:01:06.2323132Z test_operator_nn_functional_relu_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.005s) 2022-05-18T05:01:06.2381922Z test_operator_nn_functional_rrelu_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.006s) 2022-05-18T05:01:06.2421279Z test_operator_nn_functional_selu_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.004s) 2022-05-18T05:01:06.2466768Z test_operator_nn_functional_silu_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.004s) 2022-05-18T05:01:06.2612020Z test_operator_nn_functional_smooth_l1_loss_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.014s) 2022-05-18T05:01:06.2736100Z test_operator_nn_functional_soft_margin_loss_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.012s) 2022-05-18T05:01:06.2818937Z test_operator_nn_functional_softmin_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.008s) 2022-05-18T05:01:06.2936047Z test_operator_nn_functional_softmin_with_dtype_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.012s) 2022-05-18T05:01:06.2975279Z test_operator_nn_functional_softplus_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.004s) 2022-05-18T05:01:06.3052701Z test_operator_nn_functional_softshrink_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.008s) 2022-05-18T05:01:06.3114086Z test_operator_nn_functional_softsign_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.006s) 2022-05-18T05:01:06.3163068Z test_operator_nn_functional_tanhshrink_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.005s) 2022-05-18T05:01:06.3229074Z test_operator_nn_functional_threshold_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.006s) 2022-05-18T05:01:06.4322946Z test_operator_nn_functional_triplet_margin_loss_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.109s) 2022-05-18T05:01:06.5459760Z test_operator_nn_functional_triplet_margin_with_distance_loss_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.114s) 2022-05-18T05:01:06.8227538Z test_operator_nn_functional_unfold_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.277s) 2022-05-18T05:01:06.8281529Z test_operator_nn_functional_upsample_bilinear_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.005s) 2022-05-18T05:01:06.8400921Z test_operator_nn_functional_upsample_nearest_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.012s) 2022-05-18T05:01:06.8688996Z test_operator_nonzero_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.029s) 2022-05-18T05:01:06.9122171Z test_operator_norm_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.043s) 2022-05-18T05:01:06.9149397Z test_operator_norm_fro_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... expected failure (0.003s) 2022-05-18T05:01:06.9203402Z test_operator_norm_inf_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.005s) 2022-05-18T05:01:06.9245126Z test_operator_norm_nuc_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... expected failure (0.004s) 2022-05-18T05:01:06.9375040Z test_operator_normal_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.013s) 2022-05-18T05:01:06.9407287Z test_operator_normal_number_mean_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.003s) 2022-05-18T05:01:06.9483304Z test_operator_ones_like_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.007s) 2022-05-18T05:01:07.3296599Z test_operator_ormqr_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.381s) 2022-05-18T05:01:07.3335028Z test_operator_outer_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.004s) 2022-05-18T05:01:13.5138569Z test_operator_pca_lowrank_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (6.180s) 2022-05-18T05:01:13.5192364Z test_operator_permute_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.005s) 2022-05-18T05:01:13.5447323Z test_operator_pinverse_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.025s) 2022-05-18T05:01:13.5583104Z test_operator_polar_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.013s) 2022-05-18T05:01:13.5678045Z test_operator_polygamma_polygamma_n_0_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.009s) 2022-05-18T05:01:13.5768490Z test_operator_polygamma_polygamma_n_1_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.009s) 2022-05-18T05:01:13.5859659Z test_operator_polygamma_polygamma_n_2_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.009s) 2022-05-18T05:01:13.5955980Z test_operator_polygamma_polygamma_n_3_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.010s) 2022-05-18T05:01:13.6046409Z test_operator_polygamma_polygamma_n_4_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.009s) 2022-05-18T05:01:13.6072719Z test_operator_positive_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.003s) 2022-05-18T05:01:13.6211753Z test_operator_pow_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.014s) 2022-05-18T05:01:13.6506592Z test_operator_prod_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.029s) 2022-05-18T05:01:13.6538016Z test_operator_put_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... expected failure (0.003s) 2022-05-18T05:01:13.7048177Z test_operator_qr_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.051s) 2022-05-18T05:01:14.3474903Z test_operator_quantile_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.642s) 2022-05-18T05:01:14.3515400Z test_operator_rad2deg_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.004s) 2022-05-18T05:01:14.3614613Z test_operator_rand_like_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.010s) 2022-05-18T05:01:14.3796222Z test_operator_randint_like_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.018s) 2022-05-18T05:01:14.3893293Z test_operator_randn_like_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.010s) 2022-05-18T05:01:14.3925624Z test_operator_ravel_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.003s) 2022-05-18T05:01:14.3951896Z test_operator_real_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.003s) 2022-05-18T05:01:14.3995742Z test_operator_reciprocal_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.004s) 2022-05-18T05:01:14.4146176Z test_operator_remainder_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.015s) 2022-05-18T05:01:14.4198892Z test_operator_renorm_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.005s) 2022-05-18T05:01:14.4516778Z test_operator_repeat_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.032s) 2022-05-18T05:01:14.4638362Z test_operator_repeat_interleave_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.012s) 2022-05-18T05:01:14.4715066Z test_operator_reshape_as_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.008s) 2022-05-18T05:01:14.4837222Z test_operator_reshape_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.012s) 2022-05-18T05:01:14.4845233Z test_operator_resize__cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: Allowed exception (0.001s) 2022-05-18T05:01:14.4853047Z test_operator_resize_as__cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: Allowed exemption (0.001s) 2022-05-18T05:01:14.4882241Z test_operator_resolve_conj_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.003s) 2022-05-18T05:01:14.4905054Z test_operator_resolve_neg_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.002s) 2022-05-18T05:01:14.4992083Z test_operator_roll_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.009s) 2022-05-18T05:01:14.5042930Z test_operator_rot90_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.005s) 2022-05-18T05:01:14.5067511Z test_operator_round_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.002s) 2022-05-18T05:01:14.5107051Z test_operator_round_decimals_0_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.004s) 2022-05-18T05:01:14.5152865Z test_operator_round_decimals_3_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.004s) 2022-05-18T05:01:14.5192059Z test_operator_round_decimals_neg_3_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.004s) 2022-05-18T05:01:14.5228972Z test_operator_rsqrt_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.004s) 2022-05-18T05:01:14.5390907Z test_operator_rsub_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.016s) 2022-05-18T05:01:14.5616932Z test_operator_scatter_add_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.022s) 2022-05-18T05:01:14.6210760Z test_operator_scatter_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.059s) 2022-05-18T05:01:14.6648559Z test_operator_scatter_reduce_amax_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.044s) 2022-05-18T05:01:14.7092977Z test_operator_scatter_reduce_amin_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.044s) 2022-05-18T05:01:14.7632517Z test_operator_scatter_reduce_mean_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.054s) 2022-05-18T05:01:14.8072432Z test_operator_scatter_reduce_prod_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.044s) 2022-05-18T05:01:14.8509785Z test_operator_scatter_reduce_sum_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.044s) 2022-05-18T05:01:15.1682611Z test_operator_searchsorted_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.317s) 2022-05-18T05:01:15.1739238Z test_operator_select_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.006s) 2022-05-18T05:01:15.1833285Z test_operator_select_scatter_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.009s) 2022-05-18T05:01:15.1858618Z test_operator_sgn_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.002s) 2022-05-18T05:01:15.1917564Z test_operator_short_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.006s) 2022-05-18T05:01:15.1955780Z test_operator_sigmoid_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.004s) 2022-05-18T05:01:15.1992513Z test_operator_sign_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.004s) 2022-05-18T05:01:15.2017630Z test_operator_signbit_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.002s) 2022-05-18T05:01:15.2042536Z test_operator_sin_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.002s) 2022-05-18T05:01:15.2079919Z test_operator_sinc_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.004s) 2022-05-18T05:01:15.2104723Z test_operator_sinh_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.002s) 2022-05-18T05:01:15.2273277Z test_operator_slice_scatter_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.017s) 2022-05-18T05:01:15.2341893Z test_operator_softmax_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.007s) 2022-05-18T05:01:15.2430916Z test_operator_softmax_with_dtype_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.009s) 2022-05-18T05:01:15.2739799Z test_operator_sort_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.031s) 2022-05-18T05:01:15.2747194Z test_operator_sparse_sampled_addmm_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:01:15.2779527Z test_operator_special_entr_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.003s) 2022-05-18T05:01:15.2817780Z test_operator_special_erfcx_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.004s) 2022-05-18T05:01:15.2848550Z test_operator_special_i0e_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.003s) 2022-05-18T05:01:15.2879704Z test_operator_special_i1_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.003s) 2022-05-18T05:01:15.2917554Z test_operator_special_i1e_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.004s) 2022-05-18T05:01:15.2954732Z test_operator_special_log_ndtr_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.004s) 2022-05-18T05:01:15.3024716Z test_operator_special_ndtr_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.007s) 2022-05-18T05:01:15.3061878Z test_operator_special_ndtri_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.004s) 2022-05-18T05:01:15.3153329Z test_operator_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.009s) 2022-05-18T05:01:15.3294156Z test_operator_special_xlog1py_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.014s) 2022-05-18T05:01:15.3427605Z test_operator_special_zeta_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.013s) 2022-05-18T05:01:15.3462679Z test_operator_split_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.003s) 2022-05-18T05:01:15.3512955Z test_operator_split_list_args_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.005s) 2022-05-18T05:01:15.3577886Z test_operator_split_with_sizes_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.006s) 2022-05-18T05:01:15.3602327Z test_operator_sqrt_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.002s) 2022-05-18T05:01:15.3640923Z test_operator_square_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.004s) 2022-05-18T05:01:15.3708745Z test_operator_squeeze_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.007s) 2022-05-18T05:01:15.3799562Z test_operator_stack_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.009s) 2022-05-18T05:01:15.3881446Z test_operator_std_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.008s) 2022-05-18T05:01:15.4008003Z test_operator_std_mean_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.013s) 2022-05-18T05:01:15.4400944Z test_operator_stft_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.039s) 2022-05-18T05:01:15.4565709Z test_operator_sub_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.016s) 2022-05-18T05:01:15.4735889Z test_operator_sum_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.017s) 2022-05-18T05:01:15.4798022Z test_operator_sum_to_size_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.006s) 2022-05-18T05:01:15.9990288Z test_operator_svd_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.519s) 2022-05-18T05:01:28.1095975Z test_operator_svd_lowrank_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (12.110s) 2022-05-18T05:01:28.1473116Z test_operator_symeig_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.038s) 2022-05-18T05:01:28.1510209Z test_operator_t_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.004s) 2022-05-18T05:01:28.1682172Z test_operator_take_along_dim_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.017s) 2022-05-18T05:01:28.1812032Z test_operator_take_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.013s) 2022-05-18T05:01:28.1836300Z test_operator_tan_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.002s) 2022-05-18T05:01:28.1860735Z test_operator_tanh_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.002s) 2022-05-18T05:01:28.1920974Z test_operator_tensor_split_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... expected failure (0.006s) 2022-05-18T05:01:28.2052565Z test_operator_tensordot_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.013s) 2022-05-18T05:01:28.2471971Z test_operator_tile_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.042s) 2022-05-18T05:01:28.2479768Z test_operator_to_sparse_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... skip: Allowed exception (0.001s) 2022-05-18T05:01:28.2606178Z test_operator_topk_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.012s) 2022-05-18T05:01:28.2631271Z test_operator_trace_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.002s) 2022-05-18T05:01:28.2712022Z test_operator_transpose_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.008s) 2022-05-18T05:01:28.3201523Z test_operator_trapezoid_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.049s) 2022-05-18T05:01:28.3690240Z test_operator_trapz_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.049s) 2022-05-18T05:01:28.3933424Z test_operator_triangular_solve_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.024s) 2022-05-18T05:01:28.3987308Z test_operator_tril_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.005s) 2022-05-18T05:01:28.4041080Z test_operator_triu_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.005s) 2022-05-18T05:01:28.4196448Z test_operator_true_divide_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.015s) 2022-05-18T05:01:28.4220606Z test_operator_trunc_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.002s) 2022-05-18T05:01:28.4386991Z test_operator_unfold_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.016s) 2022-05-18T05:01:28.8107840Z test_operator_unique_consecutive_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.372s) 2022-05-18T05:01:29.7510047Z test_operator_unique_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.940s) 2022-05-18T05:01:29.7585803Z test_operator_unsqueeze_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.008s) 2022-05-18T05:01:29.7662066Z test_operator_var_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.008s) 2022-05-18T05:01:29.7795106Z test_operator_var_mean_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.013s) 2022-05-18T05:01:29.7825880Z test_operator_vdot_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.003s) 2022-05-18T05:01:29.7849548Z test_operator_view_as_complex_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.002s) 2022-05-18T05:01:29.7904267Z test_operator_view_as_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.005s) 2022-05-18T05:01:29.7980870Z test_operator_view_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.008s) 2022-05-18T05:01:29.8027530Z test_operator_vsplit_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.005s) 2022-05-18T05:01:29.8055996Z test_operator_vstack_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.003s) 2022-05-18T05:01:29.8200841Z test_operator_where_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.014s) 2022-05-18T05:01:29.8334805Z test_operator_xlogy_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.013s) 2022-05-18T05:01:29.8386289Z test_operator_zero__cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.005s) 2022-05-18T05:01:29.8469471Z test_operator_zeros_like_cuda_float32 (__main__.TestCompositeComplianceCUDA) ... ok (0.008s) 2022-05-18T05:01:29.8544849Z test_conj_view_H_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.007s) 2022-05-18T05:01:29.8613613Z test_conj_view_T_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.007s) 2022-05-18T05:01:29.9139500Z test_conj_view___getitem___cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.052s) 2022-05-18T05:01:29.9409810Z test_conj_view___radd___cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.027s) 2022-05-18T05:01:29.9736085Z test_conj_view___rdiv___cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.033s) 2022-05-18T05:01:30.0164890Z test_conj_view___rmatmul___cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.043s) 2022-05-18T05:01:30.0446850Z test_conj_view___rmul___cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.028s) 2022-05-18T05:01:30.0786210Z test_conj_view___rpow___cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.034s) 2022-05-18T05:01:30.1053853Z test_conj_view___rsub___cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.027s) 2022-05-18T05:01:30.3450218Z test_conj_view__masked_mean_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.239s) 2022-05-18T05:01:30.6248768Z test_conj_view__masked_prod_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.280s) 2022-05-18T05:01:31.0004366Z test_conj_view__masked_std_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.375s) 2022-05-18T05:01:31.2052823Z test_conj_view__masked_sum_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.205s) 2022-05-18T05:01:31.5618997Z test_conj_view__masked_var_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.356s) 2022-05-18T05:01:31.5665736Z test_conj_view__refs_abs_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:31.5766792Z test_conj_view__refs_acos_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.010s) 2022-05-18T05:01:31.5864842Z test_conj_view__refs_acosh_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.010s) 2022-05-18T05:01:31.6270721Z test_conj_view__refs_add_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.040s) 2022-05-18T05:01:31.6329366Z test_conj_view__refs_as_strided_cuda_complex64 (__main__.TestMathBitsCUDA) ... expected failure (0.006s) 2022-05-18T05:01:31.6378494Z test_conj_view__refs_asin_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:31.6427247Z test_conj_view__refs_atan_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:31.6667036Z test_conj_view__refs_cat_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.024s) 2022-05-18T05:01:31.6775411Z test_conj_view__refs_chunk_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.011s) 2022-05-18T05:01:31.6846205Z test_conj_view__refs_clone_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.007s) 2022-05-18T05:01:31.6941816Z test_conj_view__refs_cos_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.009s) 2022-05-18T05:01:31.7036032Z test_conj_view__refs_cosh_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.009s) 2022-05-18T05:01:31.7189760Z test_conj_view__refs_eq_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.015s) 2022-05-18T05:01:31.7283315Z test_conj_view__refs_exp_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.009s) 2022-05-18T05:01:31.7449856Z test_conj_view__refs_flatten_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.017s) 2022-05-18T05:01:31.7698423Z test_conj_view__refs_flip_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.025s) 2022-05-18T05:01:31.8149457Z test_conj_view__refs_float_power_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.045s) 2022-05-18T05:01:31.9170652Z test_conj_view__refs_isclose_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.102s) 2022-05-18T05:01:31.9216062Z test_conj_view__refs_isfinite_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.004s) 2022-05-18T05:01:31.9242178Z test_conj_view__refs_isnan_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.003s) 2022-05-18T05:01:31.9336079Z test_conj_view__refs_log_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.009s) 2022-05-18T05:01:31.9591230Z test_conj_view__refs_logical_and_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.025s) 2022-05-18T05:01:31.9847865Z test_conj_view__refs_logical_or_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.026s) 2022-05-18T05:01:32.0200616Z test_conj_view__refs_mul_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.035s) 2022-05-18T05:01:32.0354699Z test_conj_view__refs_narrow_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.015s) 2022-05-18T05:01:32.0496599Z test_conj_view__refs_ne_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.014s) 2022-05-18T05:01:32.0542732Z test_conj_view__refs_neg_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:32.0666627Z test_conj_view__refs_permute_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.012s) 2022-05-18T05:01:32.1096653Z test_conj_view__refs_pow_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.043s) 2022-05-18T05:01:32.1193856Z test_conj_view__refs_reciprocal_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.010s) 2022-05-18T05:01:32.1510349Z test_conj_view__refs_reshape_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.032s) 2022-05-18T05:01:32.1557720Z test_conj_view__refs_sin_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:32.1604834Z test_conj_view__refs_sinh_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:32.1652426Z test_conj_view__refs_sqrt_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:32.1749916Z test_conj_view__refs_square_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.010s) 2022-05-18T05:01:32.1948692Z test_conj_view__refs_squeeze_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.020s) 2022-05-18T05:01:32.2025385Z test_conj_view__refs_stack_cuda_complex64 (__main__.TestMathBitsCUDA) ... expected failure (0.008s) 2022-05-18T05:01:32.4141511Z test_conj_view__refs_sub_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.211s) 2022-05-18T05:01:32.4695427Z test_conj_view__refs_sum_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.055s) 2022-05-18T05:01:32.4745980Z test_conj_view__refs_tan_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:32.5010138Z test_conj_view__refs_tensor_split_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.026s) 2022-05-18T05:01:32.5238047Z test_conj_view__refs_transpose_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.023s) 2022-05-18T05:01:32.5618179Z test_conj_view__refs_true_divide_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.038s) 2022-05-18T05:01:32.5875353Z test_conj_view__refs_unsqueeze_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.026s) 2022-05-18T05:01:32.6078491Z test_conj_view__refs_view_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.020s) 2022-05-18T05:01:32.6117886Z test_conj_view_abs_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.004s) 2022-05-18T05:01:32.6231688Z test_conj_view_acos_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.011s) 2022-05-18T05:01:32.6339869Z test_conj_view_acosh_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.011s) 2022-05-18T05:01:32.6709331Z test_conj_view_add_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.037s) 2022-05-18T05:01:32.7188447Z test_conj_view_addbmm_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.048s) 2022-05-18T05:01:32.7733793Z test_conj_view_addcdiv_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.054s) 2022-05-18T05:01:32.8257765Z test_conj_view_addcmul_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.052s) 2022-05-18T05:01:32.8474851Z test_conj_view_addmm_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.022s) 2022-05-18T05:01:32.8677964Z test_conj_view_addmm_decomposed_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.020s) 2022-05-18T05:01:32.8919964Z test_conj_view_addmv_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.024s) 2022-05-18T05:01:32.9090279Z test_conj_view_addr_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.017s) 2022-05-18T05:01:32.9164409Z test_conj_view_all_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.007s) 2022-05-18T05:01:32.9401477Z test_conj_view_allclose_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.024s) 2022-05-18T05:01:32.9442347Z test_conj_view_angle_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.004s) 2022-05-18T05:01:32.9517060Z test_conj_view_any_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.007s) 2022-05-18T05:01:32.9577909Z test_conj_view_argwhere_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.006s) 2022-05-18T05:01:32.9757776Z test_conj_view_as_strided_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.018s) 2022-05-18T05:01:32.9812026Z test_conj_view_asin_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:32.9865888Z test_conj_view_asinh_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:32.9918971Z test_conj_view_atan_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:32.9973093Z test_conj_view_atanh_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:33.0148594Z test_conj_view_atleast_1d_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.017s) 2022-05-18T05:01:33.0323626Z test_conj_view_atleast_2d_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.017s) 2022-05-18T05:01:33.0506577Z test_conj_view_atleast_3d_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.018s) 2022-05-18T05:01:33.0967718Z test_conj_view_baddbmm_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.046s) 2022-05-18T05:01:33.1069490Z test_conj_view_bfloat16_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.010s) 2022-05-18T05:01:33.1128646Z test_conj_view_block_diag_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.006s) 2022-05-18T05:01:33.1177114Z test_conj_view_bmm_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:33.1224141Z test_conj_view_bool_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:33.1272247Z test_conj_view_broadcast_tensors_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:33.1464377Z test_conj_view_broadcast_to_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.019s) 2022-05-18T05:01:33.1517169Z test_conj_view_byte_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:33.1581740Z test_conj_view_cartesian_prod_cuda_complex64 (__main__.TestMathBitsCUDA) ... expected failure (0.006s) 2022-05-18T05:01:33.3207697Z test_conj_view_cat_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.162s) 2022-05-18T05:01:33.3352687Z test_conj_view_chalf_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.015s) 2022-05-18T05:01:33.3401036Z test_conj_view_char_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:33.3847340Z test_conj_view_cholesky_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.044s) 2022-05-18T05:01:33.4247725Z test_conj_view_cholesky_inverse_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.040s) 2022-05-18T05:01:33.4835279Z test_conj_view_cholesky_solve_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.059s) 2022-05-18T05:01:33.4920292Z test_conj_view_chunk_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.008s) 2022-05-18T05:01:33.4989512Z test_conj_view_clone_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.007s) 2022-05-18T05:01:33.5097872Z test_conj_view_column_stack_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.011s) 2022-05-18T05:01:33.5780922Z test_conj_view_combinations_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.068s) 2022-05-18T05:01:33.5867562Z test_conj_view_conj_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.009s) 2022-05-18T05:01:33.5918303Z test_conj_view_conj_physical_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:33.5963085Z test_conj_view_contiguous_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.004s) 2022-05-18T05:01:33.6204440Z test_conj_view_corrcoef_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.024s) 2022-05-18T05:01:33.6310634Z test_conj_view_cos_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.011s) 2022-05-18T05:01:33.6416641Z test_conj_view_cosh_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.010s) 2022-05-18T05:01:33.6526272Z test_conj_view_count_nonzero_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.011s) 2022-05-18T05:01:33.8445948Z test_conj_view_cov_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.192s) 2022-05-18T05:01:33.8556679Z test_conj_view_cross_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.011s) 2022-05-18T05:01:33.9026017Z test_conj_view_cumprod_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.047s) 2022-05-18T05:01:33.9172560Z test_conj_view_cumsum_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.015s) 2022-05-18T05:01:33.9528352Z test_conj_view_cumulative_trapezoid_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.035s) 2022-05-18T05:01:33.9922675Z test_conj_view_diag_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.039s) 2022-05-18T05:01:34.0333163Z test_conj_view_diag_embed_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.041s) 2022-05-18T05:01:34.0478165Z test_conj_view_diagflat_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.014s) 2022-05-18T05:01:34.0881322Z test_conj_view_diagonal_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.040s) 2022-05-18T05:01:34.4036323Z test_conj_view_diff_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.315s) 2022-05-18T05:01:34.5239431Z test_conj_view_dist_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.120s) 2022-05-18T05:01:34.5583672Z test_conj_view_div_no_rounding_mode_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.034s) 2022-05-18T05:01:34.5661959Z test_conj_view_dot_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.008s) 2022-05-18T05:01:34.5764947Z test_conj_view_double_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.010s) 2022-05-18T05:01:34.5826654Z test_conj_view_dsplit_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.006s) 2022-05-18T05:01:34.5881438Z test_conj_view_dstack_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:34.5993986Z test_conj_view_eig_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.011s) 2022-05-18T05:01:34.6340855Z test_conj_view_einsum_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.035s) 2022-05-18T05:01:34.6349278Z test_conj_view_empty_like_cuda_complex64 (__main__.TestMathBitsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:01:34.6445052Z test_conj_view_eq_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.009s) 2022-05-18T05:01:34.6545147Z test_conj_view_exp_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.010s) 2022-05-18T05:01:34.6643508Z test_conj_view_expand_as_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.010s) 2022-05-18T05:01:34.6886181Z test_conj_view_expand_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.024s) 2022-05-18T05:01:34.7079702Z test_conj_view_fft_fft2_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.019s) 2022-05-18T05:01:34.7283916Z test_conj_view_fft_fft_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.020s) 2022-05-18T05:01:34.7517935Z test_conj_view_fft_fftn_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.023s) 2022-05-18T05:01:34.7662027Z test_conj_view_fft_fftshift_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.014s) 2022-05-18T05:01:34.7810023Z test_conj_view_fft_hfft2_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.015s) 2022-05-18T05:01:34.7964243Z test_conj_view_fft_hfft_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.015s) 2022-05-18T05:01:34.8146077Z test_conj_view_fft_hfftn_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.018s) 2022-05-18T05:01:34.8342387Z test_conj_view_fft_ifft2_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.020s) 2022-05-18T05:01:34.8550208Z test_conj_view_fft_ifft_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.021s) 2022-05-18T05:01:34.8791281Z test_conj_view_fft_ifftn_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.024s) 2022-05-18T05:01:34.8934597Z test_conj_view_fft_ifftshift_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.014s) 2022-05-18T05:01:34.9073641Z test_conj_view_fft_irfft2_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.014s) 2022-05-18T05:01:34.9228800Z test_conj_view_fft_irfft_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.015s) 2022-05-18T05:01:34.9404274Z test_conj_view_fft_irfftn_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.017s) 2022-05-18T05:01:34.9518345Z test_conj_view_fill__cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.011s) 2022-05-18T05:01:34.9685667Z test_conj_view_flatten_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.017s) 2022-05-18T05:01:34.9911185Z test_conj_view_flip_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.022s) 2022-05-18T05:01:34.9969971Z test_conj_view_fliplr_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.006s) 2022-05-18T05:01:35.0029627Z test_conj_view_flipud_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.006s) 2022-05-18T05:01:35.0131452Z test_conj_view_float_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.010s) 2022-05-18T05:01:35.0511346Z test_conj_view_float_power_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.038s) 2022-05-18T05:01:35.0587416Z test_conj_view_full_like_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.008s) 2022-05-18T05:01:35.0747938Z test_conj_view_gather_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.016s) 2022-05-18T05:01:35.1246170Z test_conj_view_geqrf_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.050s) 2022-05-18T05:01:35.1443279Z test_conj_view_gradient_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.020s) 2022-05-18T05:01:35.1544676Z test_conj_view_half_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.010s) 2022-05-18T05:01:35.1596492Z test_conj_view_hsplit_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:35.1647346Z test_conj_view_hstack_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:35.1712547Z test_conj_view_imag_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.006s) 2022-05-18T05:01:35.2056712Z test_conj_view_index_add_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.034s) 2022-05-18T05:01:35.2184512Z test_conj_view_index_copy_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.013s) 2022-05-18T05:01:35.2313613Z test_conj_view_index_fill_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.013s) 2022-05-18T05:01:35.2487680Z test_conj_view_index_put_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.017s) 2022-05-18T05:01:35.2583230Z test_conj_view_index_select_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.009s) 2022-05-18T05:01:35.2661862Z test_conj_view_inner_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.008s) 2022-05-18T05:01:35.2707330Z test_conj_view_int_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.004s) 2022-05-18T05:01:35.2951336Z test_conj_view_inverse_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.024s) 2022-05-18T05:01:35.3160076Z test_conj_view_isclose_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.021s) 2022-05-18T05:01:35.3199962Z test_conj_view_isfinite_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.004s) 2022-05-18T05:01:35.3232208Z test_conj_view_isinf_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.003s) 2022-05-18T05:01:35.3255133Z test_conj_view_isnan_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.002s) 2022-05-18T05:01:35.3289041Z test_conj_view_isreal_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.003s) 2022-05-18T05:01:35.3682298Z test_conj_view_istft_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.039s) 2022-05-18T05:01:35.3714822Z test_conj_view_jiterator_4inputs_with_extra_args_cuda_complex64 (__main__.TestMathBitsCUDA) ... expected failure (0.003s) 2022-05-18T05:01:35.5074016Z test_conj_view_jiterator_binary_cuda_complex64 (__main__.TestMathBitsCUDA) ... expected failure (0.136s) 2022-05-18T05:01:35.6329932Z test_conj_view_jiterator_unary_cuda_complex64 (__main__.TestMathBitsCUDA) ... expected failure (0.125s) 2022-05-18T05:01:35.7612201Z test_conj_view_kron_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.128s) 2022-05-18T05:01:35.7685255Z test_conj_view_ldexp_cuda_complex64 (__main__.TestMathBitsCUDA) ... expected failure (0.007s) 2022-05-18T05:01:35.8442615Z test_conj_view_lerp_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.076s) 2022-05-18T05:01:35.8956374Z test_conj_view_linalg_cholesky_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.051s) 2022-05-18T05:01:35.9187771Z test_conj_view_linalg_cholesky_ex_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.023s) 2022-05-18T05:01:35.9318744Z test_conj_view_linalg_cond_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.013s) 2022-05-18T05:01:35.9424524Z test_conj_view_linalg_cross_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.011s) 2022-05-18T05:01:36.0132850Z test_conj_view_linalg_det_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.071s) 2022-05-18T05:01:36.0302176Z test_conj_view_linalg_eig_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.017s) 2022-05-18T05:01:36.0459471Z test_conj_view_linalg_eigh_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.016s) 2022-05-18T05:01:36.0930333Z test_conj_view_linalg_eigvals_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.047s) 2022-05-18T05:01:36.1126152Z test_conj_view_linalg_eigvalsh_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.019s) 2022-05-18T05:01:36.1719992Z test_conj_view_linalg_householder_product_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.059s) 2022-05-18T05:01:36.1973502Z test_conj_view_linalg_inv_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.025s) 2022-05-18T05:01:36.2110651Z test_conj_view_linalg_inv_ex_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.014s) 2022-05-18T05:01:36.2171154Z test_conj_view_linalg_ldl_factor_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.006s) 2022-05-18T05:01:36.2237213Z test_conj_view_linalg_ldl_factor_ex_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.006s) 2022-05-18T05:01:36.2257145Z test_conj_view_linalg_ldl_solve_cuda_complex64 (__main__.TestMathBitsCUDA) ... skip: not available before CUDA 11.3.1 (0.002s) 2022-05-18T05:01:36.2629391Z test_conj_view_linalg_lstsq_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.037s) 2022-05-18T05:01:36.3912530Z test_conj_view_linalg_lstsq_grad_oriented_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.128s) 2022-05-18T05:01:36.4969505Z test_conj_view_linalg_lu_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.106s) 2022-05-18T05:01:36.6783071Z test_conj_view_linalg_lu_factor_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.181s) 2022-05-18T05:01:36.7682347Z test_conj_view_linalg_lu_factor_ex_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.090s) 2022-05-18T05:01:36.9177829Z test_conj_view_linalg_matrix_norm_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.149s) 2022-05-18T05:01:36.9755907Z test_conj_view_linalg_matrix_power_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.058s) 2022-05-18T05:01:36.9898034Z test_conj_view_linalg_matrix_rank_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.014s) 2022-05-18T05:01:37.0009414Z test_conj_view_linalg_matrix_rank_hermitian_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.011s) 2022-05-18T05:01:37.0243130Z test_conj_view_linalg_multi_dot_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.023s) 2022-05-18T05:01:37.0744850Z test_conj_view_linalg_norm_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.050s) 2022-05-18T05:01:37.1167441Z test_conj_view_linalg_norm_subgradients_at_zero_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.042s) 2022-05-18T05:01:37.2005231Z test_conj_view_linalg_pinv_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.084s) 2022-05-18T05:01:37.2297453Z test_conj_view_linalg_pinv_hermitian_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.029s) 2022-05-18T05:01:37.2313351Z test_conj_view_linalg_pinv_singular_cuda_complex64 (__main__.TestMathBitsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:01:37.2849233Z test_conj_view_linalg_qr_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.053s) 2022-05-18T05:01:37.3008604Z test_conj_view_linalg_slogdet_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.016s) 2022-05-18T05:01:37.4617463Z test_conj_view_linalg_solve_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.161s) 2022-05-18T05:01:38.2455918Z test_conj_view_linalg_solve_triangular_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.784s) 2022-05-18T05:01:38.7011503Z test_conj_view_linalg_svd_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.455s) 2022-05-18T05:01:38.7638940Z test_conj_view_linalg_svdvals_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.063s) 2022-05-18T05:01:38.7752168Z test_conj_view_linalg_tensorinv_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.011s) 2022-05-18T05:01:38.8188146Z test_conj_view_linalg_tensorsolve_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.043s) 2022-05-18T05:01:38.8533094Z test_conj_view_linalg_vander_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.034s) 2022-05-18T05:01:39.0388359Z test_conj_view_linalg_vector_norm_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.185s) 2022-05-18T05:01:39.0488965Z test_conj_view_log10_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.010s) 2022-05-18T05:01:39.0589412Z test_conj_view_log2_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.010s) 2022-05-18T05:01:39.0687886Z test_conj_view_log_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.010s) 2022-05-18T05:01:39.0806164Z test_conj_view_log_softmax_dtype_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.012s) 2022-05-18T05:01:39.0894653Z test_conj_view_logical_and_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.009s) 2022-05-18T05:01:39.0934527Z test_conj_view_logical_not_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.004s) 2022-05-18T05:01:39.1021938Z test_conj_view_logical_or_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.009s) 2022-05-18T05:01:39.1109096Z test_conj_view_logical_xor_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.009s) 2022-05-18T05:01:39.1153404Z test_conj_view_long_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.004s) 2022-05-18T05:01:39.2503750Z test_conj_view_lu_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.135s) 2022-05-18T05:01:39.5259068Z test_conj_view_lu_solve_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.275s) 2022-05-18T05:01:39.5915600Z test_conj_view_lu_unpack_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.066s) 2022-05-18T05:01:39.6085161Z test_conj_view_mH_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.017s) 2022-05-18T05:01:39.6257866Z test_conj_view_mT_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.017s) 2022-05-18T05:01:39.6537494Z test_conj_view_masked_fill_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.028s) 2022-05-18T05:01:39.6713948Z test_conj_view_masked_scatter_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.018s) 2022-05-18T05:01:39.6933074Z test_conj_view_masked_select_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.022s) 2022-05-18T05:01:39.7350987Z test_conj_view_matmul_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.042s) 2022-05-18T05:01:39.7517813Z test_conj_view_matrix_exp_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.017s) 2022-05-18T05:01:39.7994213Z test_conj_view_mean_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.048s) 2022-05-18T05:01:39.8173203Z test_conj_view_meshgrid_list_of_tensors_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.018s) 2022-05-18T05:01:39.8352652Z test_conj_view_meshgrid_variadic_tensors_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.018s) 2022-05-18T05:01:39.8428992Z test_conj_view_mm_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.008s) 2022-05-18T05:01:39.8494794Z test_conj_view_movedim_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.006s) 2022-05-18T05:01:39.8800699Z test_conj_view_mul_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.030s) 2022-05-18T05:01:39.8848576Z test_conj_view_mv_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:39.8986515Z test_conj_view_narrow_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.014s) 2022-05-18T05:01:39.9073531Z test_conj_view_ne_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.009s) 2022-05-18T05:01:39.9121982Z test_conj_view_neg_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:39.9130288Z test_conj_view_new_empty_cuda_complex64 (__main__.TestMathBitsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:01:39.9213832Z test_conj_view_new_full_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.008s) 2022-05-18T05:01:39.9283435Z test_conj_view_new_ones_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.007s) 2022-05-18T05:01:39.9353511Z test_conj_view_new_zeros_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.007s) 2022-05-18T05:01:39.9712420Z test_conj_view_nn_functional_conv1d_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.036s) 2022-05-18T05:01:40.0724507Z test_conj_view_nn_functional_conv2d_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.101s) 2022-05-18T05:01:40.1061677Z test_conj_view_nn_functional_feature_alpha_dropout_without_train_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.034s) 2022-05-18T05:01:40.1163579Z test_conj_view_nn_functional_l1_loss_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.010s) 2022-05-18T05:01:40.1651551Z test_conj_view_nn_functional_linear_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.049s) 2022-05-18T05:01:40.1982387Z test_conj_view_nn_functional_normalize_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.033s) 2022-05-18T05:01:40.2262347Z test_conj_view_nn_functional_pad_circular_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.028s) 2022-05-18T05:01:40.3387467Z test_conj_view_nn_functional_pad_constant_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.112s) 2022-05-18T05:01:40.3687814Z test_conj_view_nn_functional_pad_reflect_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.030s) 2022-05-18T05:01:40.3985972Z test_conj_view_nn_functional_pad_replicate_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.030s) 2022-05-18T05:01:40.4149203Z test_conj_view_nn_functional_pairwise_distance_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.016s) 2022-05-18T05:01:40.4217867Z test_conj_view_nn_functional_pixel_shuffle_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.007s) 2022-05-18T05:01:40.4285604Z test_conj_view_nn_functional_pixel_unshuffle_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.007s) 2022-05-18T05:01:40.4415381Z test_conj_view_nn_functional_softmin_with_dtype_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.013s) 2022-05-18T05:01:40.4515820Z test_conj_view_nn_functional_softsign_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.010s) 2022-05-18T05:01:40.4603688Z test_conj_view_nn_functional_tanhshrink_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.009s) 2022-05-18T05:01:40.4831899Z test_conj_view_nn_functional_triplet_margin_loss_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.023s) 2022-05-18T05:01:40.5069977Z test_conj_view_nn_functional_triplet_margin_with_distance_loss_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.024s) 2022-05-18T05:01:41.0738182Z test_conj_view_nn_functional_unfold_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.567s) 2022-05-18T05:01:41.0879704Z test_conj_view_nonzero_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.014s) 2022-05-18T05:01:41.1736386Z test_conj_view_norm_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.085s) 2022-05-18T05:01:41.1812172Z test_conj_view_norm_fro_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.008s) 2022-05-18T05:01:41.1914808Z test_conj_view_norm_inf_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.010s) 2022-05-18T05:01:41.1998226Z test_conj_view_norm_nuc_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.008s) 2022-05-18T05:01:41.2066745Z test_conj_view_ones_like_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.007s) 2022-05-18T05:01:41.3297259Z test_conj_view_ormqr_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.123s) 2022-05-18T05:01:41.3347042Z test_conj_view_outer_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:41.3460802Z test_conj_view_permute_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.011s) 2022-05-18T05:01:41.3783363Z test_conj_view_pinverse_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.032s) 2022-05-18T05:01:41.3866198Z test_conj_view_positive_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.008s) 2022-05-18T05:01:41.4254292Z test_conj_view_pow_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.039s) 2022-05-18T05:01:41.5315035Z test_conj_view_prod_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.106s) 2022-05-18T05:01:41.6037931Z test_conj_view_put_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.072s) 2022-05-18T05:01:41.6571385Z test_conj_view_qr_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.053s) 2022-05-18T05:01:41.6654238Z test_conj_view_rand_like_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.008s) 2022-05-18T05:01:41.6737690Z test_conj_view_randn_like_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.008s) 2022-05-18T05:01:41.6803562Z test_conj_view_ravel_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.006s) 2022-05-18T05:01:41.6866676Z test_conj_view_real_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.006s) 2022-05-18T05:01:41.6967736Z test_conj_view_reciprocal_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.010s) 2022-05-18T05:01:41.7153707Z test_conj_view_renorm_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.018s) 2022-05-18T05:01:41.7692569Z test_conj_view_repeat_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.054s) 2022-05-18T05:01:41.7832345Z test_conj_view_repeat_interleave_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.014s) 2022-05-18T05:01:41.7953370Z test_conj_view_reshape_as_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.012s) 2022-05-18T05:01:41.8236838Z test_conj_view_reshape_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.028s) 2022-05-18T05:01:41.8292839Z test_conj_view_resize__cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.006s) 2022-05-18T05:01:41.8355816Z test_conj_view_resize_as__cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.006s) 2022-05-18T05:01:41.8419918Z test_conj_view_resolve_conj_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.006s) 2022-05-18T05:01:41.8484430Z test_conj_view_resolve_neg_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.006s) 2022-05-18T05:01:41.8701276Z test_conj_view_roll_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.022s) 2022-05-18T05:01:41.8825896Z test_conj_view_rot90_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.012s) 2022-05-18T05:01:41.8930509Z test_conj_view_rsqrt_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.010s) 2022-05-18T05:01:41.9260669Z test_conj_view_rsub_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.033s) 2022-05-18T05:01:41.9548410Z test_conj_view_scatter_add_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.029s) 2022-05-18T05:01:41.9867390Z test_conj_view_scatter_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.032s) 2022-05-18T05:01:42.0009546Z test_conj_view_select_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.014s) 2022-05-18T05:01:42.0063951Z test_conj_view_sgn_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:42.0109841Z test_conj_view_short_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.004s) 2022-05-18T05:01:42.0214870Z test_conj_view_sigmoid_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.010s) 2022-05-18T05:01:42.0265088Z test_conj_view_sin_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:42.0378623Z test_conj_view_sinc_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.011s) 2022-05-18T05:01:42.0428310Z test_conj_view_sinh_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:42.0547314Z test_conj_view_softmax_with_dtype_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.012s) 2022-05-18T05:01:42.0555713Z test_conj_view_sparse_sampled_addmm_cuda_complex64 (__main__.TestMathBitsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:01:42.0599497Z test_conj_view_split_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.004s) 2022-05-18T05:01:42.0668892Z test_conj_view_split_list_args_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.007s) 2022-05-18T05:01:42.0758980Z test_conj_view_split_with_sizes_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.009s) 2022-05-18T05:01:42.0808632Z test_conj_view_sqrt_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:42.0912282Z test_conj_view_square_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.010s) 2022-05-18T05:01:42.0997812Z test_conj_view_squeeze_cuda_complex64 (__main__.TestMathBitsCUDA) ... /var/lib/jenkins/workspace/test/test_ops.py:1105: UserWarning: An output with one or more elements was resized since it had shape [5, 1, 5, 1], which does not match the required output shape [5, 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:01:42.0998835Z inplace_forward = inplace_variant( 2022-05-18T05:01:42.1029115Z /var/lib/jenkins/workspace/test/test_ops.py:1105: UserWarning: An output with one or more elements was resized since it had shape [5, 1, 5, 1], which does not match the required output shape [5, 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:01:42.1029982Z inplace_forward = inplace_variant( 2022-05-18T05:01:42.1141549Z ok (0.023s) 2022-05-18T05:01:42.1206339Z test_conj_view_stack_cuda_complex64 (__main__.TestMathBitsCUDA) ... expected failure (0.006s) 2022-05-18T05:01:42.2680390Z test_conj_view_std_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.147s) 2022-05-18T05:01:42.2842759Z test_conj_view_std_mean_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.016s) 2022-05-18T05:01:42.3112082Z test_conj_view_stft_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.027s) 2022-05-18T05:01:42.3478697Z test_conj_view_sub_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.037s) 2022-05-18T05:01:42.3949162Z test_conj_view_sum_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.047s) 2022-05-18T05:01:42.4114806Z test_conj_view_sum_to_size_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.016s) 2022-05-18T05:01:42.9013739Z test_conj_view_svd_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.490s) 2022-05-18T05:01:42.9294416Z test_conj_view_symeig_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.028s) 2022-05-18T05:01:42.9402657Z test_conj_view_t_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.011s) 2022-05-18T05:01:42.9575189Z test_conj_view_take_along_dim_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.017s) 2022-05-18T05:01:42.9836699Z test_conj_view_take_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.026s) 2022-05-18T05:01:42.9892080Z test_conj_view_tan_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.006s) 2022-05-18T05:01:42.9943699Z test_conj_view_tanh_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:43.0143707Z test_conj_view_tensor_split_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.020s) 2022-05-18T05:01:43.0234223Z test_conj_view_tensordot_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.009s) 2022-05-18T05:01:43.0860318Z test_conj_view_tile_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.062s) 2022-05-18T05:01:43.0913819Z test_conj_view_to_sparse_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:43.0960966Z test_conj_view_trace_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:43.1216898Z test_conj_view_transpose_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.025s) 2022-05-18T05:01:43.1570395Z test_conj_view_trapezoid_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.035s) 2022-05-18T05:01:43.1922280Z test_conj_view_trapz_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.035s) 2022-05-18T05:01:43.2125948Z test_conj_view_triangular_solve_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.020s) 2022-05-18T05:01:43.2297859Z test_conj_view_tril_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.017s) 2022-05-18T05:01:43.2469128Z test_conj_view_triu_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.017s) 2022-05-18T05:01:43.2813742Z test_conj_view_true_divide_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.034s) 2022-05-18T05:01:43.3391375Z test_conj_view_unfold_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.058s) 2022-05-18T05:01:43.3670468Z test_conj_view_unsqueeze_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.028s) 2022-05-18T05:01:43.3817821Z test_conj_view_var_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.015s) 2022-05-18T05:01:43.3979305Z test_conj_view_var_mean_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.016s) 2022-05-18T05:01:43.4057732Z test_conj_view_vdot_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.008s) 2022-05-18T05:01:43.4155455Z test_conj_view_view_as_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.010s) 2022-05-18T05:01:43.4171142Z test_conj_view_view_as_real_cuda_complex64 (__main__.TestMathBitsCUDA) ... skip: Operation doesn't support conjugated inputs. (0.001s) 2022-05-18T05:01:43.4365394Z test_conj_view_view_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.019s) 2022-05-18T05:01:43.4417814Z test_conj_view_vsplit_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:43.4467653Z test_conj_view_vstack_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:43.4640605Z test_conj_view_where_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.017s) 2022-05-18T05:01:43.4749242Z test_conj_view_zero__cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.011s) 2022-05-18T05:01:43.4817750Z test_conj_view_zeros_like_cuda_complex64 (__main__.TestMathBitsCUDA) ... ok (0.007s) 2022-05-18T05:01:43.4864962Z test_neg_conj_view_H_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:43.4909222Z test_neg_conj_view_T_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.004s) 2022-05-18T05:01:43.4970194Z test_neg_conj_view___getitem___cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.006s) 2022-05-18T05:01:43.5017999Z test_neg_conj_view___radd___cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:43.5071993Z test_neg_conj_view___rdiv___cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:43.5166514Z test_neg_conj_view___rmatmul___cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.009s) 2022-05-18T05:01:43.5217795Z test_neg_conj_view___rmul___cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:43.5273453Z test_neg_conj_view___rpow___cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:43.5320747Z test_neg_conj_view___rsub___cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:43.5418497Z test_neg_conj_view__masked_mean_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.010s) 2022-05-18T05:01:43.5506677Z test_neg_conj_view__masked_prod_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.009s) 2022-05-18T05:01:43.5990254Z test_neg_conj_view__masked_std_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.048s) 2022-05-18T05:01:43.6077335Z test_neg_conj_view__masked_sum_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.009s) 2022-05-18T05:01:43.6559516Z test_neg_conj_view__masked_var_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.048s) 2022-05-18T05:01:43.6599959Z test_neg_conj_view__refs_abs_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.004s) 2022-05-18T05:01:43.6650697Z test_neg_conj_view__refs_acos_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:43.6700734Z test_neg_conj_view__refs_acosh_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:43.6761846Z test_neg_conj_view__refs_add_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.006s) 2022-05-18T05:01:43.6822894Z test_neg_conj_view__refs_as_strided_cuda_complex128 (__main__.TestMathBitsCUDA) ... expected failure (0.006s) 2022-05-18T05:01:43.6873358Z test_neg_conj_view__refs_asin_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:43.6924456Z test_neg_conj_view__refs_atan_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:43.6978171Z test_neg_conj_view__refs_cat_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:43.7016244Z test_neg_conj_view__refs_chunk_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.004s) 2022-05-18T05:01:43.7062762Z test_neg_conj_view__refs_clone_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:43.7111363Z test_neg_conj_view__refs_cos_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:43.7167248Z test_neg_conj_view__refs_cosh_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:43.7201537Z test_neg_conj_view__refs_eq_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.003s) 2022-05-18T05:01:43.7249408Z test_neg_conj_view__refs_exp_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:43.7306537Z test_neg_conj_view__refs_flatten_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.006s) 2022-05-18T05:01:43.7353546Z test_neg_conj_view__refs_flip_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:43.7418323Z test_neg_conj_view__refs_float_power_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.006s) 2022-05-18T05:01:43.7496561Z test_neg_conj_view__refs_isclose_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.008s) 2022-05-18T05:01:43.7527487Z test_neg_conj_view__refs_isfinite_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.003s) 2022-05-18T05:01:43.7562489Z test_neg_conj_view__refs_isnan_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.003s) 2022-05-18T05:01:43.7609997Z test_neg_conj_view__refs_log_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:43.7655433Z test_neg_conj_view__refs_logical_and_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.004s) 2022-05-18T05:01:43.7700773Z test_neg_conj_view__refs_logical_or_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.004s) 2022-05-18T05:01:43.7757940Z test_neg_conj_view__refs_mul_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.006s) 2022-05-18T05:01:43.7806743Z test_neg_conj_view__refs_narrow_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:43.7840652Z test_neg_conj_view__refs_ne_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.003s) 2022-05-18T05:01:43.7887860Z test_neg_conj_view__refs_neg_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:43.7942511Z test_neg_conj_view__refs_permute_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:43.8007476Z test_neg_conj_view__refs_pow_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.006s) 2022-05-18T05:01:43.8056067Z test_neg_conj_view__refs_reciprocal_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:43.8103218Z test_neg_conj_view__refs_reshape_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:43.8151122Z test_neg_conj_view__refs_sin_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:43.8200116Z test_neg_conj_view__refs_sinh_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:43.8249068Z test_neg_conj_view__refs_sqrt_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:43.8304945Z test_neg_conj_view__refs_square_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:43.8351648Z test_neg_conj_view__refs_squeeze_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:43.8404441Z test_neg_conj_view__refs_stack_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:43.8459401Z test_neg_conj_view__refs_sub_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:43.8516673Z test_neg_conj_view__refs_sum_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.006s) 2022-05-18T05:01:43.8566428Z test_neg_conj_view__refs_tan_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:43.8616848Z test_neg_conj_view__refs_tensor_split_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:43.8664348Z test_neg_conj_view__refs_transpose_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:43.8730082Z test_neg_conj_view__refs_true_divide_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.006s) 2022-05-18T05:01:43.8793839Z test_neg_conj_view__refs_unsqueeze_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.006s) 2022-05-18T05:01:43.8840274Z test_neg_conj_view__refs_view_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:43.8879219Z test_neg_conj_view_abs_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.004s) 2022-05-18T05:01:43.8933092Z test_neg_conj_view_acos_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:43.8986289Z test_neg_conj_view_acosh_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:43.9039720Z test_neg_conj_view_add_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:43.9104468Z test_neg_conj_view_addbmm_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.006s) 2022-05-18T05:01:43.9297162Z test_neg_conj_view_addcdiv_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.019s) 2022-05-18T05:01:43.9487010Z test_neg_conj_view_addcmul_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.019s) 2022-05-18T05:01:43.9572441Z test_neg_conj_view_addmm_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.008s) 2022-05-18T05:01:43.9656032Z test_neg_conj_view_addmm_decomposed_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.008s) 2022-05-18T05:01:43.9716384Z test_neg_conj_view_addmv_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.006s) 2022-05-18T05:01:43.9793851Z test_neg_conj_view_addr_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.008s) 2022-05-18T05:01:43.9829695Z test_neg_conj_view_all_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.004s) 2022-05-18T05:01:43.9928972Z test_neg_conj_view_allclose_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.010s) 2022-05-18T05:01:43.9975390Z test_neg_conj_view_angle_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:44.0011515Z test_neg_conj_view_any_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.004s) 2022-05-18T05:01:44.0036574Z test_neg_conj_view_argwhere_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.002s) 2022-05-18T05:01:44.0097470Z test_neg_conj_view_as_strided_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.006s) 2022-05-18T05:01:44.0151597Z test_neg_conj_view_asin_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:44.0206075Z test_neg_conj_view_asinh_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:44.0258726Z test_neg_conj_view_atan_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:44.0319842Z test_neg_conj_view_atanh_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.006s) 2022-05-18T05:01:44.0383318Z test_neg_conj_view_atleast_1d_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.006s) 2022-05-18T05:01:44.0446621Z test_neg_conj_view_atleast_2d_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.006s) 2022-05-18T05:01:44.0509596Z test_neg_conj_view_atleast_3d_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.006s) 2022-05-18T05:01:44.0609376Z test_neg_conj_view_baddbmm_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.010s) 2022-05-18T05:01:44.0646545Z test_neg_conj_view_bfloat16_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.004s) 2022-05-18T05:01:44.0706675Z test_neg_conj_view_block_diag_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.006s) 2022-05-18T05:01:44.0756701Z test_neg_conj_view_bmm_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:44.0789769Z test_neg_conj_view_bool_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.003s) 2022-05-18T05:01:44.0837908Z test_neg_conj_view_broadcast_tensors_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:44.0895862Z test_neg_conj_view_broadcast_to_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.006s) 2022-05-18T05:01:44.0922364Z test_neg_conj_view_byte_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.003s) 2022-05-18T05:01:44.0966375Z test_neg_conj_view_cartesian_prod_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.004s) 2022-05-18T05:01:44.1015941Z test_neg_conj_view_cat_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:44.1175156Z test_neg_conj_view_chalf_cuda_complex128 (__main__.TestMathBitsCUDA) ... expected failure (0.016s) 2022-05-18T05:01:44.1203955Z test_neg_conj_view_char_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.003s) 2022-05-18T05:01:44.1279241Z test_neg_conj_view_cholesky_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.007s) 2022-05-18T05:01:44.1391688Z test_neg_conj_view_cholesky_inverse_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.011s) 2022-05-18T05:01:44.1507000Z test_neg_conj_view_cholesky_solve_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.011s) 2022-05-18T05:01:44.1540347Z test_neg_conj_view_chunk_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.003s) 2022-05-18T05:01:44.1586206Z test_neg_conj_view_clone_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.004s) 2022-05-18T05:01:44.1643808Z test_neg_conj_view_column_stack_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.006s) 2022-05-18T05:01:44.1698889Z test_neg_conj_view_combinations_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:44.1745233Z test_neg_conj_view_conj_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:44.1802707Z test_neg_conj_view_conj_physical_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.006s) 2022-05-18T05:01:44.1847756Z test_neg_conj_view_contiguous_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.004s) 2022-05-18T05:01:44.1917830Z test_neg_conj_view_corrcoef_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.007s) 2022-05-18T05:01:44.1970108Z test_neg_conj_view_cos_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:44.2022018Z test_neg_conj_view_cosh_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:44.2059264Z test_neg_conj_view_count_nonzero_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.004s) 2022-05-18T05:01:44.2137613Z test_neg_conj_view_cov_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.008s) 2022-05-18T05:01:44.2196532Z test_neg_conj_view_cross_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.006s) 2022-05-18T05:01:44.2260363Z test_neg_conj_view_cumprod_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.006s) 2022-05-18T05:01:44.2319378Z test_neg_conj_view_cumsum_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.006s) 2022-05-18T05:01:44.2406522Z test_neg_conj_view_cumulative_trapezoid_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.009s) 2022-05-18T05:01:44.2460370Z test_neg_conj_view_diag_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:44.2506483Z test_neg_conj_view_diag_embed_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.004s) 2022-05-18T05:01:44.2560563Z test_neg_conj_view_diagflat_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:44.2607338Z test_neg_conj_view_diagonal_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:44.2973974Z test_neg_conj_view_diff_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.037s) 2022-05-18T05:01:44.3017257Z test_neg_conj_view_dist_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.004s) 2022-05-18T05:01:44.3076377Z test_neg_conj_view_div_no_rounding_mode_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.006s) 2022-05-18T05:01:44.3130014Z test_neg_conj_view_dot_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:44.3166559Z test_neg_conj_view_double_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.004s) 2022-05-18T05:01:44.3212842Z test_neg_conj_view_dsplit_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:44.3267842Z test_neg_conj_view_dstack_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:44.3375855Z test_neg_conj_view_eig_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.011s) 2022-05-18T05:01:44.3450857Z test_neg_conj_view_einsum_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.007s) 2022-05-18T05:01:44.3463610Z test_neg_conj_view_empty_like_cuda_complex128 (__main__.TestMathBitsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:01:44.3493307Z test_neg_conj_view_eq_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.003s) 2022-05-18T05:01:44.3546764Z test_neg_conj_view_exp_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:44.3596268Z test_neg_conj_view_expand_as_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:44.3643036Z test_neg_conj_view_expand_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:44.3710487Z test_neg_conj_view_fft_fft2_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.007s) 2022-05-18T05:01:44.3777890Z test_neg_conj_view_fft_fft_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.007s) 2022-05-18T05:01:44.3846387Z test_neg_conj_view_fft_fftn_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.007s) 2022-05-18T05:01:44.3900988Z test_neg_conj_view_fft_fftshift_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:44.3958915Z test_neg_conj_view_fft_hfft2_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.006s) 2022-05-18T05:01:44.4015403Z test_neg_conj_view_fft_hfft_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.006s) 2022-05-18T05:01:44.4076172Z test_neg_conj_view_fft_hfftn_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.006s) 2022-05-18T05:01:44.4140465Z test_neg_conj_view_fft_ifft2_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.006s) 2022-05-18T05:01:44.4207547Z test_neg_conj_view_fft_ifft_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.007s) 2022-05-18T05:01:44.4275902Z test_neg_conj_view_fft_ifftn_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.007s) 2022-05-18T05:01:44.4322680Z test_neg_conj_view_fft_ifftshift_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:44.4385190Z test_neg_conj_view_fft_irfft2_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.006s) 2022-05-18T05:01:44.4439685Z test_neg_conj_view_fft_irfft_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:44.4497223Z test_neg_conj_view_fft_irfftn_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.006s) 2022-05-18T05:01:44.4551689Z test_neg_conj_view_fill__cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:44.4609134Z test_neg_conj_view_flatten_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.006s) 2022-05-18T05:01:44.4655769Z test_neg_conj_view_flip_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:44.4703664Z test_neg_conj_view_fliplr_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:44.4756290Z test_neg_conj_view_flipud_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:44.4794303Z test_neg_conj_view_float_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.004s) 2022-05-18T05:01:44.4863855Z test_neg_conj_view_float_power_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.007s) 2022-05-18T05:01:44.4913451Z test_neg_conj_view_full_like_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:44.4985063Z test_neg_conj_view_gather_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.007s) 2022-05-18T05:01:44.5066633Z test_neg_conj_view_geqrf_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.008s) 2022-05-18T05:01:44.5116938Z test_neg_conj_view_gradient_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:44.5155104Z test_neg_conj_view_half_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.004s) 2022-05-18T05:01:44.5199339Z test_neg_conj_view_hsplit_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.004s) 2022-05-18T05:01:44.5252898Z test_neg_conj_view_hstack_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:44.5291150Z test_neg_conj_view_imag_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.004s) 2022-05-18T05:01:44.5349195Z test_neg_conj_view_index_add_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.006s) 2022-05-18T05:01:44.5407017Z test_neg_conj_view_index_copy_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.006s) 2022-05-18T05:01:44.5464652Z test_neg_conj_view_index_fill_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.006s) 2022-05-18T05:01:44.5483051Z test_neg_conj_view_index_put_cuda_complex128 (__main__.TestMathBitsCUDA) ... skip: Operation not tested with tensors with negative bit. (0.002s) 2022-05-18T05:01:44.5530517Z test_neg_conj_view_index_select_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:44.5594346Z test_neg_conj_view_inner_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.006s) 2022-05-18T05:01:44.5621106Z test_neg_conj_view_int_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.003s) 2022-05-18T05:01:44.5722276Z test_neg_conj_view_inverse_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.010s) 2022-05-18T05:01:44.5755185Z test_neg_conj_view_isclose_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.003s) 2022-05-18T05:01:44.5784903Z test_neg_conj_view_isfinite_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.003s) 2022-05-18T05:01:44.5812910Z test_neg_conj_view_isinf_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.003s) 2022-05-18T05:01:44.5839807Z test_neg_conj_view_isnan_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.003s) 2022-05-18T05:01:44.5867270Z test_neg_conj_view_isreal_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.003s) 2022-05-18T05:01:44.5925369Z test_neg_conj_view_istft_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.006s) 2022-05-18T05:01:44.5961621Z test_neg_conj_view_jiterator_4inputs_with_extra_args_cuda_complex128 (__main__.TestMathBitsCUDA) ... expected failure (0.004s) 2022-05-18T05:01:44.7342379Z test_neg_conj_view_jiterator_binary_cuda_complex128 (__main__.TestMathBitsCUDA) ... expected failure (0.138s) 2022-05-18T05:01:44.8629077Z test_neg_conj_view_jiterator_unary_cuda_complex128 (__main__.TestMathBitsCUDA) ... expected failure (0.128s) 2022-05-18T05:01:44.9931539Z test_neg_conj_view_kron_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.130s) 2022-05-18T05:01:45.0008583Z test_neg_conj_view_ldexp_cuda_complex128 (__main__.TestMathBitsCUDA) ... expected failure (0.008s) 2022-05-18T05:01:45.0165702Z test_neg_conj_view_lerp_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.016s) 2022-05-18T05:01:45.0238391Z test_neg_conj_view_linalg_cholesky_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.007s) 2022-05-18T05:01:45.0284862Z test_neg_conj_view_linalg_cholesky_ex_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:45.0422413Z test_neg_conj_view_linalg_cond_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.014s) 2022-05-18T05:01:45.0484624Z test_neg_conj_view_linalg_cross_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.006s) 2022-05-18T05:01:45.0776673Z test_neg_conj_view_linalg_det_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.029s) 2022-05-18T05:01:45.1121954Z test_neg_conj_view_linalg_det_singular_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.034s) 2022-05-18T05:01:45.1211424Z test_neg_conj_view_linalg_eig_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.009s) 2022-05-18T05:01:45.1300807Z test_neg_conj_view_linalg_eigh_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.009s) 2022-05-18T05:01:45.1430708Z test_neg_conj_view_linalg_eigvals_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.013s) 2022-05-18T05:01:45.1521549Z test_neg_conj_view_linalg_eigvalsh_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.009s) 2022-05-18T05:01:45.1671089Z test_neg_conj_view_linalg_householder_product_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.015s) 2022-05-18T05:01:45.1773839Z test_neg_conj_view_linalg_inv_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.010s) 2022-05-18T05:01:45.1857507Z test_neg_conj_view_linalg_inv_ex_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.008s) 2022-05-18T05:01:45.1894685Z test_neg_conj_view_linalg_ldl_factor_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.004s) 2022-05-18T05:01:45.1936924Z test_neg_conj_view_linalg_ldl_factor_ex_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.004s) 2022-05-18T05:01:45.1955830Z test_neg_conj_view_linalg_ldl_solve_cuda_complex128 (__main__.TestMathBitsCUDA) ... skip: not available before CUDA 11.3.1 (0.002s) 2022-05-18T05:01:45.2577286Z test_neg_conj_view_linalg_lstsq_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.062s) 2022-05-18T05:01:45.3230188Z test_neg_conj_view_linalg_lstsq_grad_oriented_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.065s) 2022-05-18T05:01:45.3272093Z test_neg_conj_view_linalg_lu_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.004s) 2022-05-18T05:01:45.3341319Z test_neg_conj_view_linalg_lu_factor_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.007s) 2022-05-18T05:01:45.3377234Z test_neg_conj_view_linalg_lu_factor_ex_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.003s) 2022-05-18T05:01:45.3560558Z test_neg_conj_view_linalg_matrix_norm_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.018s) 2022-05-18T05:01:45.3611056Z test_neg_conj_view_linalg_matrix_power_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:45.3766133Z test_neg_conj_view_linalg_matrix_rank_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.015s) 2022-05-18T05:01:45.3845007Z test_neg_conj_view_linalg_matrix_rank_hermitian_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.008s) 2022-05-18T05:01:45.3935784Z test_neg_conj_view_linalg_multi_dot_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.009s) 2022-05-18T05:01:45.4031189Z test_neg_conj_view_linalg_norm_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.009s) 2022-05-18T05:01:45.4075965Z test_neg_conj_view_linalg_norm_subgradients_at_zero_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.004s) 2022-05-18T05:01:45.4268480Z test_neg_conj_view_linalg_pinv_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.019s) 2022-05-18T05:01:45.4385938Z test_neg_conj_view_linalg_pinv_hermitian_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.012s) 2022-05-18T05:01:45.4405809Z test_neg_conj_view_linalg_pinv_singular_cuda_complex128 (__main__.TestMathBitsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:01:45.4489086Z test_neg_conj_view_linalg_qr_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.008s) 2022-05-18T05:01:45.4570206Z test_neg_conj_view_linalg_slogdet_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.008s) 2022-05-18T05:01:45.4739922Z test_neg_conj_view_linalg_solve_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.017s) 2022-05-18T05:01:45.4799033Z test_neg_conj_view_linalg_solve_triangular_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.006s) 2022-05-18T05:01:45.4833826Z test_neg_conj_view_linalg_svd_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.003s) 2022-05-18T05:01:45.4956590Z test_neg_conj_view_linalg_svdvals_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.012s) 2022-05-18T05:01:45.5148784Z test_neg_conj_view_linalg_tensorinv_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.019s) 2022-05-18T05:01:45.5275373Z test_neg_conj_view_linalg_tensorsolve_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.013s) 2022-05-18T05:01:45.5325958Z test_neg_conj_view_linalg_vander_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:45.5368592Z test_neg_conj_view_linalg_vector_norm_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.004s) 2022-05-18T05:01:45.5422509Z test_neg_conj_view_log10_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:45.5476727Z test_neg_conj_view_log2_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:45.5529132Z test_neg_conj_view_log_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:45.5578731Z test_neg_conj_view_log_softmax_dtype_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:45.5614853Z test_neg_conj_view_logical_and_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.004s) 2022-05-18T05:01:45.5643181Z test_neg_conj_view_logical_not_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.003s) 2022-05-18T05:01:45.5673318Z test_neg_conj_view_logical_or_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.003s) 2022-05-18T05:01:45.5703369Z test_neg_conj_view_logical_xor_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.003s) 2022-05-18T05:01:45.5729517Z test_neg_conj_view_long_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.003s) 2022-05-18T05:01:45.5798450Z test_neg_conj_view_lu_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.007s) 2022-05-18T05:01:45.5904677Z test_neg_conj_view_lu_solve_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.010s) 2022-05-18T05:01:45.5944126Z test_neg_conj_view_lu_unpack_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.004s) 2022-05-18T05:01:45.5999259Z test_neg_conj_view_mH_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:45.6045140Z test_neg_conj_view_mT_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.004s) 2022-05-18T05:01:45.6098810Z test_neg_conj_view_masked_fill_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:45.6162028Z test_neg_conj_view_masked_scatter_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.006s) 2022-05-18T05:01:45.6230550Z test_neg_conj_view_masked_select_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.007s) 2022-05-18T05:01:45.6328212Z test_neg_conj_view_matmul_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.010s) 2022-05-18T05:01:45.6429411Z test_neg_conj_view_matrix_exp_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.010s) 2022-05-18T05:01:45.6487468Z test_neg_conj_view_mean_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.006s) 2022-05-18T05:01:45.6566316Z test_neg_conj_view_meshgrid_list_of_tensors_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.008s) 2022-05-18T05:01:45.6638981Z test_neg_conj_view_meshgrid_variadic_tensors_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.007s) 2022-05-18T05:01:45.6690611Z test_neg_conj_view_mm_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:45.6738916Z test_neg_conj_view_movedim_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:45.6798007Z test_neg_conj_view_mul_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.006s) 2022-05-18T05:01:45.6849351Z test_neg_conj_view_mv_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:45.6896911Z test_neg_conj_view_narrow_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:45.6932595Z test_neg_conj_view_ne_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.003s) 2022-05-18T05:01:45.6984707Z test_neg_conj_view_neg_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:45.6996723Z test_neg_conj_view_new_empty_cuda_complex128 (__main__.TestMathBitsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:01:45.7046268Z test_neg_conj_view_new_full_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:45.7088927Z test_neg_conj_view_new_ones_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.004s) 2022-05-18T05:01:45.7131250Z test_neg_conj_view_new_zeros_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.004s) 2022-05-18T05:01:45.7228513Z test_neg_conj_view_nn_functional_conv1d_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.010s) 2022-05-18T05:01:45.7323927Z test_neg_conj_view_nn_functional_conv2d_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.009s) 2022-05-18T05:01:45.7378634Z test_neg_conj_view_nn_functional_feature_alpha_dropout_without_train_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:45.7418696Z test_neg_conj_view_nn_functional_l1_loss_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.004s) 2022-05-18T05:01:45.7545079Z test_neg_conj_view_nn_functional_linear_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.013s) 2022-05-18T05:01:45.7603422Z test_neg_conj_view_nn_functional_normalize_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.006s) 2022-05-18T05:01:45.7645878Z test_neg_conj_view_nn_functional_pad_circular_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.004s) 2022-05-18T05:01:45.7692276Z test_neg_conj_view_nn_functional_pad_constant_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:45.7739133Z test_neg_conj_view_nn_functional_pad_reflect_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:45.7786073Z test_neg_conj_view_nn_functional_pad_replicate_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:45.7853232Z test_neg_conj_view_nn_functional_pairwise_distance_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.007s) 2022-05-18T05:01:45.7907946Z test_neg_conj_view_nn_functional_pixel_shuffle_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:45.7955610Z test_neg_conj_view_nn_functional_pixel_unshuffle_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:45.8005498Z test_neg_conj_view_nn_functional_softmin_with_dtype_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:45.8058105Z test_neg_conj_view_nn_functional_softsign_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:45.8106314Z test_neg_conj_view_nn_functional_tanhshrink_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:45.8157242Z test_neg_conj_view_nn_functional_triplet_margin_loss_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:45.8210468Z test_neg_conj_view_nn_functional_triplet_margin_with_distance_loss_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:45.8248972Z test_neg_conj_view_nn_functional_unfold_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.004s) 2022-05-18T05:01:45.8297696Z test_neg_conj_view_nonzero_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:45.8336921Z test_neg_conj_view_norm_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.004s) 2022-05-18T05:01:45.8376291Z test_neg_conj_view_norm_fro_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.004s) 2022-05-18T05:01:45.8418864Z test_neg_conj_view_norm_inf_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.004s) 2022-05-18T05:01:45.8539735Z test_neg_conj_view_norm_nuc_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.012s) 2022-05-18T05:01:45.8582165Z test_neg_conj_view_ones_like_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.004s) 2022-05-18T05:01:45.9149386Z test_neg_conj_view_ormqr_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.057s) 2022-05-18T05:01:45.9202229Z test_neg_conj_view_outer_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:45.9248553Z test_neg_conj_view_permute_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:45.9430332Z test_neg_conj_view_pinverse_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.018s) 2022-05-18T05:01:45.9475825Z test_neg_conj_view_positive_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.004s) 2022-05-18T05:01:45.9541871Z test_neg_conj_view_pow_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.007s) 2022-05-18T05:01:45.9593702Z test_neg_conj_view_prod_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:45.9652173Z test_neg_conj_view_put_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.006s) 2022-05-18T05:01:45.9737253Z test_neg_conj_view_qr_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.008s) 2022-05-18T05:01:45.9781571Z test_neg_conj_view_rand_like_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.004s) 2022-05-18T05:01:45.9825737Z test_neg_conj_view_randn_like_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.004s) 2022-05-18T05:01:45.9874158Z test_neg_conj_view_ravel_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:45.9912979Z test_neg_conj_view_real_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.004s) 2022-05-18T05:01:45.9966322Z test_neg_conj_view_reciprocal_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:46.0029662Z test_neg_conj_view_renorm_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.006s) 2022-05-18T05:01:46.0116503Z test_neg_conj_view_repeat_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.009s) 2022-05-18T05:01:46.0183268Z test_neg_conj_view_repeat_interleave_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.007s) 2022-05-18T05:01:46.0232884Z test_neg_conj_view_reshape_as_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:46.0279028Z test_neg_conj_view_reshape_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.004s) 2022-05-18T05:01:46.0297345Z test_neg_conj_view_resize__cuda_complex128 (__main__.TestMathBitsCUDA) ... skip: Operation not tested with tensors with negative bit. (0.002s) 2022-05-18T05:01:46.0333976Z test_neg_conj_view_resize_as__cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.004s) 2022-05-18T05:01:46.0381812Z test_neg_conj_view_resolve_conj_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:46.0429035Z test_neg_conj_view_resolve_neg_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:46.0478164Z test_neg_conj_view_roll_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:46.0530678Z test_neg_conj_view_rot90_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:46.0584137Z test_neg_conj_view_rsqrt_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:46.0632709Z test_neg_conj_view_rsub_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:46.0749805Z test_neg_conj_view_scatter_add_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.012s) 2022-05-18T05:01:46.0869214Z test_neg_conj_view_scatter_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.012s) 2022-05-18T05:01:46.0916027Z test_neg_conj_view_select_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:46.0974299Z test_neg_conj_view_sgn_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.006s) 2022-05-18T05:01:46.1001142Z test_neg_conj_view_short_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.003s) 2022-05-18T05:01:46.1091836Z test_neg_conj_view_sigmoid_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.009s) 2022-05-18T05:01:46.1145286Z test_neg_conj_view_sin_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:46.1205616Z test_neg_conj_view_sinc_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.006s) 2022-05-18T05:01:46.1259098Z test_neg_conj_view_sinh_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:46.1308524Z test_neg_conj_view_softmax_with_dtype_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:46.1320767Z test_neg_conj_view_sparse_sampled_addmm_cuda_complex128 (__main__.TestMathBitsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:01:46.1359614Z test_neg_conj_view_split_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.004s) 2022-05-18T05:01:46.1398701Z test_neg_conj_view_split_list_args_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.004s) 2022-05-18T05:01:46.1437389Z test_neg_conj_view_split_with_sizes_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.004s) 2022-05-18T05:01:46.1497007Z test_neg_conj_view_sqrt_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.006s) 2022-05-18T05:01:46.1550938Z test_neg_conj_view_square_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:46.1602919Z test_neg_conj_view_squeeze_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:46.1649452Z test_neg_conj_view_stack_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:46.1703563Z test_neg_conj_view_std_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:46.1746579Z test_neg_conj_view_std_mean_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.004s) 2022-05-18T05:01:46.1806415Z test_neg_conj_view_stft_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.006s) 2022-05-18T05:01:46.1867977Z test_neg_conj_view_sub_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.006s) 2022-05-18T05:01:46.1924734Z test_neg_conj_view_sum_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.006s) 2022-05-18T05:01:46.1980440Z test_neg_conj_view_sum_to_size_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:46.2013203Z test_neg_conj_view_svd_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.003s) 2022-05-18T05:01:46.2127284Z test_neg_conj_view_symeig_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.011s) 2022-05-18T05:01:46.2183284Z test_neg_conj_view_t_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:46.2261942Z test_neg_conj_view_take_along_dim_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.008s) 2022-05-18T05:01:46.2310470Z test_neg_conj_view_take_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:46.2370526Z test_neg_conj_view_tan_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.006s) 2022-05-18T05:01:46.2454293Z test_neg_conj_view_tanh_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.008s) 2022-05-18T05:01:46.2497672Z test_neg_conj_view_tensor_split_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.004s) 2022-05-18T05:01:46.2555754Z test_neg_conj_view_tensordot_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.006s) 2022-05-18T05:01:46.2649379Z test_neg_conj_view_tile_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.009s) 2022-05-18T05:01:46.2685738Z test_neg_conj_view_to_sparse_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.004s) 2022-05-18T05:01:46.2734139Z test_neg_conj_view_trace_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:46.2786558Z test_neg_conj_view_transpose_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:46.2880063Z test_neg_conj_view_trapezoid_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.009s) 2022-05-18T05:01:46.2967412Z test_neg_conj_view_trapz_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.009s) 2022-05-18T05:01:46.3047558Z test_neg_conj_view_triangular_solve_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.008s) 2022-05-18T05:01:46.3098750Z test_neg_conj_view_tril_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:46.3150567Z test_neg_conj_view_triu_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:46.3211514Z test_neg_conj_view_true_divide_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.006s) 2022-05-18T05:01:46.3303233Z test_neg_conj_view_unfold_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.009s) 2022-05-18T05:01:46.3371750Z test_neg_conj_view_unsqueeze_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.007s) 2022-05-18T05:01:46.3431956Z test_neg_conj_view_var_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.006s) 2022-05-18T05:01:46.3475191Z test_neg_conj_view_var_mean_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.004s) 2022-05-18T05:01:46.3529200Z test_neg_conj_view_vdot_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:46.3577530Z test_neg_conj_view_view_as_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:46.3596803Z test_neg_conj_view_view_as_real_cuda_complex128 (__main__.TestMathBitsCUDA) ... skip: Operation doesn't support conjugated inputs. (0.002s) 2022-05-18T05:01:46.3642540Z test_neg_conj_view_view_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:46.3679665Z test_neg_conj_view_vsplit_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.004s) 2022-05-18T05:01:46.3733206Z test_neg_conj_view_vstack_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:46.3792183Z test_neg_conj_view_where_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.006s) 2022-05-18T05:01:46.3843817Z test_neg_conj_view_zero__cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:46.3886359Z test_neg_conj_view_zeros_like_cuda_complex128 (__main__.TestMathBitsCUDA) ... ok (0.004s) 2022-05-18T05:01:46.3945906Z test_neg_view_H_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.006s) 2022-05-18T05:01:46.4005245Z test_neg_view_T_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.006s) 2022-05-18T05:01:46.4466497Z test_neg_view___getitem___cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.046s) 2022-05-18T05:01:46.4692073Z test_neg_view___radd___cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.022s) 2022-05-18T05:01:46.4955208Z test_neg_view___rdiv___cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.026s) 2022-05-18T05:01:46.5323392Z test_neg_view___rmatmul___cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.037s) 2022-05-18T05:01:46.5561771Z test_neg_view___rmod___cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.024s) 2022-05-18T05:01:46.5793660Z test_neg_view___rmul___cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.023s) 2022-05-18T05:01:46.6058268Z test_neg_view___rpow___cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.026s) 2022-05-18T05:01:46.6286400Z test_neg_view___rsub___cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.023s) 2022-05-18T05:01:46.8360507Z test_neg_view__masked_amax_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.207s) 2022-05-18T05:01:47.0427720Z test_neg_view__masked_amin_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.207s) 2022-05-18T05:01:47.0905932Z test_neg_view__masked_argmax_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.048s) 2022-05-18T05:01:47.1377189Z test_neg_view__masked_argmin_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.047s) 2022-05-18T05:01:47.1811773Z test_neg_view__masked_log_softmax_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.043s) 2022-05-18T05:01:47.3984011Z test_neg_view__masked_mean_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.217s) 2022-05-18T05:01:48.4537967Z test_neg_view__masked_norm_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (1.055s) 2022-05-18T05:01:48.5562840Z test_neg_view__masked_normalize_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.102s) 2022-05-18T05:01:48.8042102Z test_neg_view__masked_prod_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.248s) 2022-05-18T05:01:48.8481802Z test_neg_view__masked_softmax_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.044s) 2022-05-18T05:01:48.8938300Z test_neg_view__masked_softmin_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.046s) 2022-05-18T05:01:49.2176543Z test_neg_view__masked_std_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.324s) 2022-05-18T05:01:49.4005407Z test_neg_view__masked_sum_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.183s) 2022-05-18T05:01:49.7128224Z test_neg_view__masked_var_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.312s) 2022-05-18T05:01:49.7171954Z test_neg_view__refs_abs_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.004s) 2022-05-18T05:01:49.7258920Z test_neg_view__refs_acos_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.009s) 2022-05-18T05:01:49.7345120Z test_neg_view__refs_acosh_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.008s) 2022-05-18T05:01:49.7701979Z test_neg_view__refs_add_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.036s) 2022-05-18T05:01:49.8249407Z test_neg_view__refs_amax_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.055s) 2022-05-18T05:01:49.8801783Z test_neg_view__refs_amin_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.055s) 2022-05-18T05:01:49.8856373Z test_neg_view__refs_as_strided_cuda_float64 (__main__.TestMathBitsCUDA) ... expected failure (0.005s) 2022-05-18T05:01:49.8908909Z test_neg_view__refs_asin_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:49.9230237Z test_neg_view__refs_atan2_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.032s) 2022-05-18T05:01:49.9273978Z test_neg_view__refs_atan_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.004s) 2022-05-18T05:01:49.9478623Z test_neg_view__refs_cat_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.020s) 2022-05-18T05:01:49.9520511Z test_neg_view__refs_ceil_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.004s) 2022-05-18T05:01:49.9620289Z test_neg_view__refs_chunk_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.010s) 2022-05-18T05:01:49.9683453Z test_neg_view__refs_clone_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.006s) 2022-05-18T05:01:49.9767960Z test_neg_view__refs_cos_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.008s) 2022-05-18T05:01:49.9857486Z test_neg_view__refs_cosh_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.009s) 2022-05-18T05:01:49.9940179Z test_neg_view__refs_digamma_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.008s) 2022-05-18T05:01:50.0076047Z test_neg_view__refs_eq_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.013s) 2022-05-18T05:01:50.0119606Z test_neg_view__refs_erf_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.004s) 2022-05-18T05:01:50.0206490Z test_neg_view__refs_erfc_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.009s) 2022-05-18T05:01:50.0250167Z test_neg_view__refs_erfinv_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.004s) 2022-05-18T05:01:50.0332015Z test_neg_view__refs_exp_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.008s) 2022-05-18T05:01:50.0374384Z test_neg_view__refs_expm1_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.004s) 2022-05-18T05:01:50.0533887Z test_neg_view__refs_flatten_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.016s) 2022-05-18T05:01:50.0753598Z test_neg_view__refs_flip_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.022s) 2022-05-18T05:01:50.1106871Z test_neg_view__refs_float_power_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.035s) 2022-05-18T05:01:50.1148651Z test_neg_view__refs_floor_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.004s) 2022-05-18T05:01:50.1274247Z test_neg_view__refs_ge_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.012s) 2022-05-18T05:01:50.1399312Z test_neg_view__refs_gt_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.012s) 2022-05-18T05:01:50.1537201Z test_neg_view__refs_igamma_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.014s) 2022-05-18T05:01:50.1684993Z test_neg_view__refs_igammac_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.015s) 2022-05-18T05:01:50.2664154Z test_neg_view__refs_isclose_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.098s) 2022-05-18T05:01:50.2703215Z test_neg_view__refs_isfinite_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.004s) 2022-05-18T05:01:50.2727463Z test_neg_view__refs_isnan_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.002s) 2022-05-18T05:01:50.2852816Z test_neg_view__refs_le_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.012s) 2022-05-18T05:01:50.2937246Z test_neg_view__refs_lgamma_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.008s) 2022-05-18T05:01:50.2979813Z test_neg_view__refs_log1p_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.004s) 2022-05-18T05:01:50.3062761Z test_neg_view__refs_log_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.008s) 2022-05-18T05:01:50.3308550Z test_neg_view__refs_logical_and_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.024s) 2022-05-18T05:01:50.3547468Z test_neg_view__refs_logical_or_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.024s) 2022-05-18T05:01:50.3675310Z test_neg_view__refs_lt_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.013s) 2022-05-18T05:01:50.4012911Z test_neg_view__refs_maximum_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.034s) 2022-05-18T05:01:50.4353893Z test_neg_view__refs_minimum_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.034s) 2022-05-18T05:01:50.4654979Z test_neg_view__refs_mul_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.030s) 2022-05-18T05:01:50.4795854Z test_neg_view__refs_narrow_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.014s) 2022-05-18T05:01:50.4923576Z test_neg_view__refs_ne_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.013s) 2022-05-18T05:01:50.4966603Z test_neg_view__refs_neg_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.004s) 2022-05-18T05:01:50.5105425Z test_neg_view__refs_nextafter_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.014s) 2022-05-18T05:01:50.5241718Z test_neg_view__refs_nn_functional_elu_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.013s) 2022-05-18T05:01:50.5353274Z test_neg_view__refs_permute_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.011s) 2022-05-18T05:01:50.5723727Z test_neg_view__refs_pow_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.037s) 2022-05-18T05:01:50.5808363Z test_neg_view__refs_reciprocal_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.008s) 2022-05-18T05:01:50.6082935Z test_neg_view__refs_reshape_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.027s) 2022-05-18T05:01:50.6124012Z test_neg_view__refs_round_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.004s) 2022-05-18T05:01:50.6165341Z test_neg_view__refs_sign_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.004s) 2022-05-18T05:01:50.6207674Z test_neg_view__refs_sin_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.004s) 2022-05-18T05:01:50.6249396Z test_neg_view__refs_sinh_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.004s) 2022-05-18T05:01:50.6341978Z test_neg_view__refs_special_i0e_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.009s) 2022-05-18T05:01:50.6455336Z test_neg_view__refs_special_i1e_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.011s) 2022-05-18T05:01:50.6497938Z test_neg_view__refs_sqrt_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.004s) 2022-05-18T05:01:50.6584995Z test_neg_view__refs_square_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.009s) 2022-05-18T05:01:50.6765749Z test_neg_view__refs_squeeze_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.018s) 2022-05-18T05:01:50.6837961Z test_neg_view__refs_stack_cuda_float64 (__main__.TestMathBitsCUDA) ... expected failure (0.007s) 2022-05-18T05:01:50.8593277Z test_neg_view__refs_sub_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.175s) 2022-05-18T05:01:50.9095021Z test_neg_view__refs_sum_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.050s) 2022-05-18T05:01:50.9141201Z test_neg_view__refs_tan_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:50.9382081Z test_neg_view__refs_tensor_split_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.024s) 2022-05-18T05:01:50.9588867Z test_neg_view__refs_transpose_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.021s) 2022-05-18T05:01:50.9912084Z test_neg_view__refs_true_divide_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.032s) 2022-05-18T05:01:51.0142008Z test_neg_view__refs_unsqueeze_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.023s) 2022-05-18T05:01:51.0326699Z test_neg_view__refs_view_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.018s) 2022-05-18T05:01:51.0374570Z test_neg_view_abs_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:51.0477666Z test_neg_view_acos_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.010s) 2022-05-18T05:01:51.0573072Z test_neg_view_acosh_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.009s) 2022-05-18T05:01:51.0890442Z test_neg_view_add_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.031s) 2022-05-18T05:01:51.1102659Z test_neg_view_addbmm_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.021s) 2022-05-18T05:01:51.1554633Z test_neg_view_addcdiv_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.045s) 2022-05-18T05:01:51.1990557Z test_neg_view_addcmul_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.043s) 2022-05-18T05:01:51.2109591Z test_neg_view_addmm_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.012s) 2022-05-18T05:01:51.2216708Z test_neg_view_addmm_decomposed_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.011s) 2022-05-18T05:01:51.2418845Z test_neg_view_addmv_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.020s) 2022-05-18T05:01:51.2561757Z test_neg_view_addr_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.014s) 2022-05-18T05:01:51.2632156Z test_neg_view_all_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.007s) 2022-05-18T05:01:51.2815197Z test_neg_view_allclose_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.018s) 2022-05-18T05:01:51.3294194Z test_neg_view_amax_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.048s) 2022-05-18T05:01:51.3773109Z test_neg_view_amin_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.048s) 2022-05-18T05:01:51.3853796Z test_neg_view_aminmax_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.008s) 2022-05-18T05:01:51.3893630Z test_neg_view_angle_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.004s) 2022-05-18T05:01:51.3962838Z test_neg_view_any_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.007s) 2022-05-18T05:01:51.4027362Z test_neg_view_argmax_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.006s) 2022-05-18T05:01:51.4093089Z test_neg_view_argmin_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.006s) 2022-05-18T05:01:51.4246612Z test_neg_view_argsort_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.015s) 2022-05-18T05:01:51.4298796Z test_neg_view_argwhere_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:51.4460891Z test_neg_view_as_strided_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.016s) 2022-05-18T05:01:51.4518300Z test_neg_view_asin_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.006s) 2022-05-18T05:01:51.4563980Z test_neg_view_asinh_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.004s) 2022-05-18T05:01:51.4849793Z test_neg_view_atan2_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.028s) 2022-05-18T05:01:51.4895934Z test_neg_view_atan_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:51.4942954Z test_neg_view_atanh_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:51.5089867Z test_neg_view_atleast_1d_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.015s) 2022-05-18T05:01:51.5238863Z test_neg_view_atleast_2d_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.015s) 2022-05-18T05:01:51.5388750Z test_neg_view_atleast_3d_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.015s) 2022-05-18T05:01:51.5592804Z test_neg_view_baddbmm_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.020s) 2022-05-18T05:01:51.5694514Z test_neg_view_bernoulli_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.010s) 2022-05-18T05:01:51.5820359Z test_neg_view_bfloat16_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.012s) 2022-05-18T05:01:51.5869806Z test_neg_view_block_diag_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:51.5911888Z test_neg_view_bmm_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.004s) 2022-05-18T05:01:51.5953141Z test_neg_view_bool_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.004s) 2022-05-18T05:01:51.5991956Z test_neg_view_broadcast_tensors_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.004s) 2022-05-18T05:01:51.6161730Z test_neg_view_broadcast_to_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.017s) 2022-05-18T05:01:51.6327467Z test_neg_view_bucketize_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.016s) 2022-05-18T05:01:51.6369417Z test_neg_view_byte_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.004s) 2022-05-18T05:01:51.6430592Z test_neg_view_cartesian_prod_cuda_float64 (__main__.TestMathBitsCUDA) ... expected failure (0.006s) 2022-05-18T05:01:51.8000771Z test_neg_view_cat_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.157s) 2022-05-18T05:01:52.4206999Z test_neg_view_cdist_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.620s) 2022-05-18T05:01:52.4253843Z test_neg_view_ceil_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:52.4389206Z test_neg_view_chalf_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.013s) 2022-05-18T05:01:52.4434995Z test_neg_view_char_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:52.4834252Z test_neg_view_cholesky_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.040s) 2022-05-18T05:01:52.5212596Z test_neg_view_cholesky_inverse_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.038s) 2022-05-18T05:01:52.5747060Z test_neg_view_cholesky_solve_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.053s) 2022-05-18T05:01:52.5824301Z test_neg_view_chunk_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.008s) 2022-05-18T05:01:52.5950256Z test_neg_view_clamp_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.012s) 2022-05-18T05:01:52.6147221Z test_neg_view_clamp_scalar_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.020s) 2022-05-18T05:01:52.6207763Z test_neg_view_clone_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.006s) 2022-05-18T05:01:52.6300367Z test_neg_view_column_stack_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.009s) 2022-05-18T05:01:52.6939413Z test_neg_view_combinations_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.064s) 2022-05-18T05:01:52.7182101Z test_neg_view_complex_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.024s) 2022-05-18T05:01:52.7259101Z test_neg_view_conj_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.008s) 2022-05-18T05:01:52.7309901Z test_neg_view_conj_physical_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:52.7349108Z test_neg_view_contiguous_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.004s) 2022-05-18T05:01:52.7622917Z test_neg_view_copysign_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.027s) 2022-05-18T05:01:52.7804418Z test_neg_view_corrcoef_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.018s) 2022-05-18T05:01:52.7896368Z test_neg_view_cos_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.009s) 2022-05-18T05:01:52.7987470Z test_neg_view_cosh_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.009s) 2022-05-18T05:01:52.8085604Z test_neg_view_count_nonzero_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.010s) 2022-05-18T05:01:52.9751179Z test_neg_view_cov_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.166s) 2022-05-18T05:01:52.9843542Z test_neg_view_cross_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.009s) 2022-05-18T05:01:52.9887142Z test_neg_view_cummax_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.004s) 2022-05-18T05:01:52.9931129Z test_neg_view_cummin_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.004s) 2022-05-18T05:01:53.0349392Z test_neg_view_cumprod_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.042s) 2022-05-18T05:01:53.0480867Z test_neg_view_cumsum_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.013s) 2022-05-18T05:01:53.0792063Z test_neg_view_cumulative_trapezoid_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.031s) 2022-05-18T05:01:53.0886752Z test_neg_view_deg2rad_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.009s) 2022-05-18T05:01:53.1245417Z test_neg_view_diag_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.036s) 2022-05-18T05:01:53.1597311Z test_neg_view_diag_embed_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.035s) 2022-05-18T05:01:53.1724404Z test_neg_view_diagflat_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.013s) 2022-05-18T05:01:53.2078182Z test_neg_view_diagonal_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.035s) 2022-05-18T05:01:53.2476089Z test_neg_view_diagonal_scatter_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.040s) 2022-05-18T05:01:53.5232549Z test_neg_view_diff_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.275s) 2022-05-18T05:01:53.5322764Z test_neg_view_digamma_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.009s) 2022-05-18T05:01:53.6866936Z test_neg_view_dist_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.154s) 2022-05-18T05:01:53.7146059Z test_neg_view_div_floor_rounding_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.028s) 2022-05-18T05:01:53.7430428Z test_neg_view_div_no_rounding_mode_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.028s) 2022-05-18T05:01:53.7700997Z test_neg_view_div_trunc_rounding_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.027s) 2022-05-18T05:01:53.7743171Z test_neg_view_dot_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.004s) 2022-05-18T05:01:53.7866637Z test_neg_view_double_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.012s) 2022-05-18T05:01:53.7914774Z test_neg_view_dsplit_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:53.7960911Z test_neg_view_dstack_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.004s) 2022-05-18T05:01:53.8067143Z test_neg_view_eig_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.011s) 2022-05-18T05:01:53.8361772Z test_neg_view_einsum_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.029s) 2022-05-18T05:01:53.8371922Z test_neg_view_empty_like_cuda_float64 (__main__.TestMathBitsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:01:53.8444116Z test_neg_view_eq_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.007s) 2022-05-18T05:01:53.8489042Z test_neg_view_erf_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.004s) 2022-05-18T05:01:53.8579250Z test_neg_view_erfc_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.009s) 2022-05-18T05:01:53.8624270Z test_neg_view_erfinv_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.004s) 2022-05-18T05:01:53.8711261Z test_neg_view_exp2_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.009s) 2022-05-18T05:01:53.8796521Z test_neg_view_exp_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.008s) 2022-05-18T05:01:53.8886724Z test_neg_view_expand_as_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.009s) 2022-05-18T05:01:53.9094590Z test_neg_view_expand_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.021s) 2022-05-18T05:01:53.9137843Z test_neg_view_expm1_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.004s) 2022-05-18T05:01:53.9322713Z test_neg_view_fft_fft2_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.018s) 2022-05-18T05:01:53.9516765Z test_neg_view_fft_fft_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.019s) 2022-05-18T05:01:53.9736643Z test_neg_view_fft_fftn_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.022s) 2022-05-18T05:01:53.9858943Z test_neg_view_fft_fftshift_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.012s) 2022-05-18T05:01:54.0060154Z test_neg_view_fft_hfft2_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.020s) 2022-05-18T05:01:54.0276232Z test_neg_view_fft_hfft_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.021s) 2022-05-18T05:01:54.0522660Z test_neg_view_fft_hfftn_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.024s) 2022-05-18T05:01:54.0705847Z test_neg_view_fft_ifft2_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.018s) 2022-05-18T05:01:54.0921537Z test_neg_view_fft_ifft_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.021s) 2022-05-18T05:01:54.1151656Z test_neg_view_fft_ifftn_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.023s) 2022-05-18T05:01:54.1279373Z test_neg_view_fft_ifftshift_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.013s) 2022-05-18T05:01:54.1492043Z test_neg_view_fft_ihfft2_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.021s) 2022-05-18T05:01:54.1709790Z test_neg_view_fft_ihfft_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.022s) 2022-05-18T05:01:54.1970781Z test_neg_view_fft_ihfftn_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.026s) 2022-05-18T05:01:54.2160854Z test_neg_view_fft_irfft2_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.019s) 2022-05-18T05:01:54.2362837Z test_neg_view_fft_irfft_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.020s) 2022-05-18T05:01:54.2594780Z test_neg_view_fft_irfftn_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.023s) 2022-05-18T05:01:54.2771341Z test_neg_view_fft_rfft2_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.018s) 2022-05-18T05:01:54.2967228Z test_neg_view_fft_rfft_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.019s) 2022-05-18T05:01:54.3190265Z test_neg_view_fft_rfftn_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.022s) 2022-05-18T05:01:54.3287785Z test_neg_view_fill__cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.010s) 2022-05-18T05:01:54.3432031Z test_neg_view_flatten_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.014s) 2022-05-18T05:01:54.3626333Z test_neg_view_flip_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.019s) 2022-05-18T05:01:54.3678190Z test_neg_view_fliplr_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:54.3730047Z test_neg_view_flipud_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:54.3852414Z test_neg_view_float_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.012s) 2022-05-18T05:01:54.4168206Z test_neg_view_float_power_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.031s) 2022-05-18T05:01:54.4210132Z test_neg_view_floor_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.004s) 2022-05-18T05:01:54.4327573Z test_neg_view_floor_divide_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.012s) 2022-05-18T05:01:54.4593383Z test_neg_view_fmax_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.026s) 2022-05-18T05:01:54.4851179Z test_neg_view_fmin_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.026s) 2022-05-18T05:01:54.5123627Z test_neg_view_fmod_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.027s) 2022-05-18T05:01:54.5209184Z test_neg_view_frac_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.008s) 2022-05-18T05:01:54.5247828Z test_neg_view_frexp_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.004s) 2022-05-18T05:01:54.5306952Z test_neg_view_full_like_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.006s) 2022-05-18T05:01:54.5443217Z test_neg_view_gather_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.013s) 2022-05-18T05:01:54.5512542Z test_neg_view_ge_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.007s) 2022-05-18T05:01:54.5933852Z test_neg_view_geqrf_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.042s) 2022-05-18T05:01:54.6104666Z test_neg_view_gradient_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.017s) 2022-05-18T05:01:54.6174052Z test_neg_view_gt_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.007s) 2022-05-18T05:01:54.6298201Z test_neg_view_half_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.012s) 2022-05-18T05:01:54.6400681Z test_neg_view_heaviside_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.010s) 2022-05-18T05:01:54.7033396Z test_neg_view_histc_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.063s) 2022-05-18T05:01:54.7078671Z test_neg_view_hsplit_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.004s) 2022-05-18T05:01:54.7127105Z test_neg_view_hstack_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:54.7386491Z test_neg_view_hypot_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.026s) 2022-05-18T05:01:54.7480902Z test_neg_view_i0_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.009s) 2022-05-18T05:01:54.7584742Z test_neg_view_igamma_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.010s) 2022-05-18T05:01:54.7689662Z test_neg_view_igammac_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.010s) 2022-05-18T05:01:54.7977564Z test_neg_view_index_add_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.029s) 2022-05-18T05:01:54.8085747Z test_neg_view_index_copy_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.011s) 2022-05-18T05:01:54.8189048Z test_neg_view_index_fill_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.010s) 2022-05-18T05:01:54.8204134Z test_neg_view_index_put_cuda_float64 (__main__.TestMathBitsCUDA) ... skip: Operation not tested with tensors with negative bit. (0.001s) 2022-05-18T05:01:54.9469508Z test_neg_view_index_reduce_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.126s) 2022-05-18T05:01:54.9552085Z test_neg_view_index_select_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.008s) 2022-05-18T05:01:54.9617283Z test_neg_view_inner_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.006s) 2022-05-18T05:01:54.9656890Z test_neg_view_int_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.004s) 2022-05-18T05:01:54.9873925Z test_neg_view_inverse_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.022s) 2022-05-18T05:01:55.0029608Z test_neg_view_isclose_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.015s) 2022-05-18T05:01:55.0060133Z test_neg_view_isfinite_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.003s) 2022-05-18T05:01:55.0101158Z test_neg_view_isin_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.004s) 2022-05-18T05:01:55.0122086Z test_neg_view_isinf_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.002s) 2022-05-18T05:01:55.0143138Z test_neg_view_isnan_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.002s) 2022-05-18T05:01:55.0163986Z test_neg_view_isneginf_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.002s) 2022-05-18T05:01:55.0185122Z test_neg_view_isposinf_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.002s) 2022-05-18T05:01:55.0214664Z test_neg_view_isreal_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.003s) 2022-05-18T05:01:55.0670909Z test_neg_view_istft_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.045s) 2022-05-18T05:01:55.0699256Z test_neg_view_jiterator_4inputs_with_extra_args_cuda_float64 (__main__.TestMathBitsCUDA) ... expected failure (0.003s) 2022-05-18T05:01:55.2106100Z test_neg_view_jiterator_binary_cuda_float64 (__main__.TestMathBitsCUDA) ... expected failure (0.140s) 2022-05-18T05:01:55.3323886Z test_neg_view_jiterator_unary_cuda_float64 (__main__.TestMathBitsCUDA) ... expected failure (0.122s) 2022-05-18T05:01:55.4560676Z test_neg_view_kron_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.123s) 2022-05-18T05:01:55.4656106Z test_neg_view_kthvalue_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.010s) 2022-05-18T05:01:55.4724052Z test_neg_view_ldexp_cuda_float64 (__main__.TestMathBitsCUDA) ... expected failure (0.007s) 2022-05-18T05:01:55.4794610Z test_neg_view_le_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.007s) 2022-05-18T05:01:55.5196742Z test_neg_view_lerp_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.040s) 2022-05-18T05:01:55.5287560Z test_neg_view_lgamma_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.009s) 2022-05-18T05:01:55.5748421Z test_neg_view_linalg_cholesky_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.046s) 2022-05-18T05:01:55.5959378Z test_neg_view_linalg_cholesky_ex_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.021s) 2022-05-18T05:01:55.6114350Z test_neg_view_linalg_cond_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.015s) 2022-05-18T05:01:55.6204546Z test_neg_view_linalg_cross_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.009s) 2022-05-18T05:01:55.6844836Z test_neg_view_linalg_det_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.064s) 2022-05-18T05:01:55.8045900Z test_neg_view_linalg_det_singular_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.120s) 2022-05-18T05:01:55.8198761Z test_neg_view_linalg_eig_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.015s) 2022-05-18T05:01:55.8341880Z test_neg_view_linalg_eigh_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.014s) 2022-05-18T05:01:55.8778686Z test_neg_view_linalg_eigvals_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.044s) 2022-05-18T05:01:55.9006852Z test_neg_view_linalg_eigvalsh_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.023s) 2022-05-18T05:01:55.9481580Z test_neg_view_linalg_householder_product_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.047s) 2022-05-18T05:01:55.9706759Z test_neg_view_linalg_inv_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.022s) 2022-05-18T05:01:55.9831975Z test_neg_view_linalg_inv_ex_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.012s) 2022-05-18T05:01:55.9886944Z test_neg_view_linalg_ldl_factor_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:55.9945730Z test_neg_view_linalg_ldl_factor_ex_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.006s) 2022-05-18T05:01:55.9960242Z test_neg_view_linalg_ldl_solve_cuda_float64 (__main__.TestMathBitsCUDA) ... skip: not available before CUDA 11.3.1 (0.001s) 2022-05-18T05:01:56.0307039Z test_neg_view_linalg_lstsq_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.035s) 2022-05-18T05:01:56.1601310Z test_neg_view_linalg_lstsq_grad_oriented_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.129s) 2022-05-18T05:01:56.2194333Z test_neg_view_linalg_lu_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.059s) 2022-05-18T05:01:56.3776682Z test_neg_view_linalg_lu_factor_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.158s) 2022-05-18T05:01:56.4235533Z test_neg_view_linalg_lu_factor_ex_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.046s) 2022-05-18T05:01:56.6133168Z test_neg_view_linalg_matrix_norm_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.190s) 2022-05-18T05:01:56.6623969Z test_neg_view_linalg_matrix_power_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.049s) 2022-05-18T05:01:56.6783774Z test_neg_view_linalg_matrix_rank_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.016s) 2022-05-18T05:01:56.6896698Z test_neg_view_linalg_matrix_rank_hermitian_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.011s) 2022-05-18T05:01:56.7094954Z test_neg_view_linalg_multi_dot_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.020s) 2022-05-18T05:01:56.7753899Z test_neg_view_linalg_norm_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.066s) 2022-05-18T05:01:56.8336987Z test_neg_view_linalg_norm_subgradients_at_zero_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.058s) 2022-05-18T05:01:56.9148961Z test_neg_view_linalg_pinv_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.081s) 2022-05-18T05:01:56.9414540Z test_neg_view_linalg_pinv_hermitian_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.026s) 2022-05-18T05:01:56.9429347Z test_neg_view_linalg_pinv_singular_cuda_float64 (__main__.TestMathBitsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-05-18T05:01:56.9893386Z test_neg_view_linalg_qr_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.046s) 2022-05-18T05:01:57.0042369Z test_neg_view_linalg_slogdet_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.015s) 2022-05-18T05:01:57.1574121Z test_neg_view_linalg_solve_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.153s) 2022-05-18T05:01:57.8525230Z test_neg_view_linalg_solve_triangular_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.695s) 2022-05-18T05:01:58.3083619Z test_neg_view_linalg_svd_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.456s) 2022-05-18T05:01:58.3888333Z test_neg_view_linalg_svdvals_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.080s) 2022-05-18T05:01:58.4002394Z test_neg_view_linalg_tensorinv_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.011s) 2022-05-18T05:01:58.4399413Z test_neg_view_linalg_tensorsolve_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.040s) 2022-05-18T05:01:58.4693347Z test_neg_view_linalg_vander_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.029s) 2022-05-18T05:01:58.7111389Z test_neg_view_linalg_vector_norm_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.242s) 2022-05-18T05:01:58.7199673Z test_neg_view_log10_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.009s) 2022-05-18T05:01:58.7249431Z test_neg_view_log1p_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:58.7336418Z test_neg_view_log2_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.009s) 2022-05-18T05:01:58.7422796Z test_neg_view_log_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.009s) 2022-05-18T05:01:58.7561879Z test_neg_view_log_softmax_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.014s) 2022-05-18T05:01:58.7701146Z test_neg_view_log_softmax_dtype_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.014s) 2022-05-18T05:01:58.7745382Z test_neg_view_logaddexp2_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.004s) 2022-05-18T05:01:58.7787529Z test_neg_view_logaddexp_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.004s) 2022-05-18T05:01:58.7966022Z test_neg_view_logcumsumexp_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.018s) 2022-05-18T05:01:58.8246123Z test_neg_view_logdet_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.028s) 2022-05-18T05:01:58.8316064Z test_neg_view_logical_and_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.007s) 2022-05-18T05:01:58.8345849Z test_neg_view_logical_not_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.003s) 2022-05-18T05:01:58.8415357Z test_neg_view_logical_or_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.007s) 2022-05-18T05:01:58.8486533Z test_neg_view_logical_xor_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.007s) 2022-05-18T05:01:58.8605399Z test_neg_view_logit_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.012s) 2022-05-18T05:01:58.8898311Z test_neg_view_logsumexp_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.029s) 2022-05-18T05:01:58.8936556Z test_neg_view_long_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.004s) 2022-05-18T05:01:58.9011405Z test_neg_view_lt_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.007s) 2022-05-18T05:01:59.0592158Z test_neg_view_lu_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.158s) 2022-05-18T05:01:59.3158060Z test_neg_view_lu_solve_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.256s) 2022-05-18T05:01:59.3705560Z test_neg_view_lu_unpack_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.055s) 2022-05-18T05:01:59.3849410Z test_neg_view_mH_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.014s) 2022-05-18T05:01:59.3990968Z test_neg_view_mT_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.014s) 2022-05-18T05:01:59.4230520Z test_neg_view_masked_fill_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.024s) 2022-05-18T05:01:59.4392227Z test_neg_view_masked_scatter_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.016s) 2022-05-18T05:01:59.4585010Z test_neg_view_masked_select_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.019s) 2022-05-18T05:01:59.4933172Z test_neg_view_matmul_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.035s) 2022-05-18T05:01:59.5083079Z test_neg_view_matrix_exp_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.015s) 2022-05-18T05:01:59.5348689Z test_neg_view_max_binary_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.026s) 2022-05-18T05:01:59.5415809Z test_neg_view_max_reduction_no_dim_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.007s) 2022-05-18T05:01:59.5465388Z test_neg_view_max_reduction_with_dim_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:59.5730977Z test_neg_view_maximum_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.026s) 2022-05-18T05:01:59.6153646Z test_neg_view_mean_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.042s) 2022-05-18T05:01:59.6339361Z test_neg_view_median_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.018s) 2022-05-18T05:01:59.6481761Z test_neg_view_meshgrid_list_of_tensors_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.014s) 2022-05-18T05:01:59.6619777Z test_neg_view_meshgrid_variadic_tensors_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.014s) 2022-05-18T05:01:59.6886081Z test_neg_view_min_binary_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.026s) 2022-05-18T05:01:59.6953046Z test_neg_view_min_reduction_no_dim_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.007s) 2022-05-18T05:01:59.7001774Z test_neg_view_min_reduction_with_dim_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:59.7267501Z test_neg_view_minimum_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.026s) 2022-05-18T05:01:59.7314826Z test_neg_view_mm_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:01:59.7380011Z test_neg_view_mode_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.006s) 2022-05-18T05:01:59.7439386Z test_neg_view_movedim_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.006s) 2022-05-18T05:01:59.7502561Z test_neg_view_msort_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.006s) 2022-05-18T05:01:59.7754615Z test_neg_view_mul_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.025s) 2022-05-18T05:01:59.7832549Z test_neg_view_multinomial_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.008s) 2022-05-18T05:01:59.7874194Z test_neg_view_mv_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.004s) 2022-05-18T05:01:59.8205907Z test_neg_view_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.033s) 2022-05-18T05:01:59.8543894Z test_neg_view_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.034s) 2022-05-18T05:01:59.8877781Z test_neg_view_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.033s) 2022-05-18T05:01:59.8972371Z test_neg_view_nan_to_num_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.009s) 2022-05-18T05:01:59.9805486Z test_neg_view_nanmean_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.083s) 2022-05-18T05:01:59.9994831Z test_neg_view_nanmedian_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.019s) 2022-05-18T05:02:00.1976271Z test_neg_view_nanquantile_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.198s) 2022-05-18T05:02:00.2418508Z test_neg_view_nansum_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.044s) 2022-05-18T05:02:00.2539090Z test_neg_view_narrow_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.012s) 2022-05-18T05:02:00.2615438Z test_neg_view_ne_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.008s) 2022-05-18T05:02:00.2657454Z test_neg_view_neg_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.004s) 2022-05-18T05:02:00.2665832Z test_neg_view_new_empty_cuda_float64 (__main__.TestMathBitsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:02:00.2727713Z test_neg_view_new_full_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.006s) 2022-05-18T05:02:00.2785449Z test_neg_view_new_ones_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.006s) 2022-05-18T05:02:00.2842987Z test_neg_view_new_zeros_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.006s) 2022-05-18T05:02:00.2946780Z test_neg_view_nextafter_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.010s) 2022-05-18T05:02:00.3024971Z test_neg_view_nn_functional_adaptive_avg_pool1d_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.008s) 2022-05-18T05:02:00.3157177Z test_neg_view_nn_functional_adaptive_avg_pool2d_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.013s) 2022-05-18T05:02:00.3300840Z test_neg_view_nn_functional_adaptive_avg_pool3d_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.014s) 2022-05-18T05:02:00.3378838Z test_neg_view_nn_functional_adaptive_max_pool1d_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.008s) 2022-05-18T05:02:00.3575648Z test_neg_view_nn_functional_adaptive_max_pool2d_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.020s) 2022-05-18T05:02:00.3746638Z test_neg_view_nn_functional_adaptive_max_pool3d_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.017s) 2022-05-18T05:02:00.3959966Z test_neg_view_nn_functional_avg_pool1d_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.021s) 2022-05-18T05:02:00.4129267Z test_neg_view_nn_functional_avg_pool2d_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.017s) 2022-05-18T05:02:00.4320732Z test_neg_view_nn_functional_avg_pool3d_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.019s) 2022-05-18T05:02:00.4652023Z test_neg_view_nn_functional_batch_norm_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.033s) 2022-05-18T05:02:00.4972488Z test_neg_view_nn_functional_batch_norm_without_cudnn_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.032s) 2022-05-18T05:02:00.5814112Z test_neg_view_nn_functional_bilinear_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.084s) 2022-05-18T05:02:00.6135017Z test_neg_view_nn_functional_binary_cross_entropy_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.032s) 2022-05-18T05:02:00.6912598Z test_neg_view_nn_functional_binary_cross_entropy_with_logits_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.078s) 2022-05-18T05:02:00.7000822Z test_neg_view_nn_functional_celu_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.009s) 2022-05-18T05:02:00.7161845Z test_neg_view_nn_functional_conv1d_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.016s) 2022-05-18T05:02:00.7601939Z test_neg_view_nn_functional_conv2d_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.044s) 2022-05-18T05:02:00.7774349Z test_neg_view_nn_functional_conv_transpose1d_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.017s) 2022-05-18T05:02:00.7947833Z test_neg_view_nn_functional_conv_transpose2d_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.017s) 2022-05-18T05:02:00.8132072Z test_neg_view_nn_functional_conv_transpose3d_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.018s) 2022-05-18T05:02:00.8444328Z test_neg_view_nn_functional_cosine_embedding_loss_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.031s) 2022-05-18T05:02:00.8852943Z test_neg_view_nn_functional_cosine_similarity_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.041s) 2022-05-18T05:02:00.9392181Z test_neg_view_nn_functional_cross_entropy_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.054s) 2022-05-18T05:02:00.9864169Z test_neg_view_nn_functional_ctc_loss_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.047s) 2022-05-18T05:02:00.9891149Z test_neg_view_nn_functional_dropout2d_cuda_float64 (__main__.TestMathBitsCUDA) ... /opt/conda/lib/python3.9/site-packages/torch/nn/functional.py:1293: UserWarning: An output with one or more elements was resized since it had shape [1, 5, 5, 5], which does not match the required output shape [5, 5, 5]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T05:02:00.9892214Z result = result.squeeze_(0) if inplace else result.squeeze(0) 2022-05-18T05:02:01.0276431Z ok (0.041s) 2022-05-18T05:02:01.0283937Z test_neg_view_nn_functional_dropout_cuda_float64 (__main__.TestMathBitsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:02:01.0379096Z test_neg_view_nn_functional_elu_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.009s) 2022-05-18T05:02:01.1312233Z test_neg_view_nn_functional_embedding_bag_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.093s) 2022-05-18T05:02:01.1319584Z test_neg_view_nn_functional_embedding_cuda_float64 (__main__.TestMathBitsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:02:01.1551176Z test_neg_view_nn_functional_feature_alpha_dropout_with_train_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.023s) 2022-05-18T05:02:01.1846879Z test_neg_view_nn_functional_feature_alpha_dropout_without_train_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.029s) 2022-05-18T05:02:01.1861777Z test_neg_view_nn_functional_fractional_max_pool2d_cuda_float64 (__main__.TestMathBitsCUDA) ... skip: Operation not tested with tensors with negative bit. (0.001s) 2022-05-18T05:02:01.1876154Z test_neg_view_nn_functional_fractional_max_pool3d_cuda_float64 (__main__.TestMathBitsCUDA) ... skip: Operation not tested with tensors with negative bit. (0.001s) 2022-05-18T05:02:02.4236916Z test_neg_view_nn_functional_gaussian_nll_loss_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (1.236s) 2022-05-18T05:02:02.4420794Z test_neg_view_nn_functional_gelu_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.018s) 2022-05-18T05:02:02.5364020Z test_neg_view_nn_functional_glu_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.094s) 2022-05-18T05:02:02.6095209Z test_neg_view_nn_functional_grid_sample_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.073s) 2022-05-18T05:02:02.6250275Z test_neg_view_nn_functional_group_norm_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.015s) 2022-05-18T05:02:02.6455775Z test_neg_view_nn_functional_hardshrink_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.020s) 2022-05-18T05:02:02.6545522Z test_neg_view_nn_functional_hardsigmoid_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.009s) 2022-05-18T05:02:02.6644987Z test_neg_view_nn_functional_hardswish_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.010s) 2022-05-18T05:02:02.6846515Z test_neg_view_nn_functional_hardtanh_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.020s) 2022-05-18T05:02:02.7150076Z test_neg_view_nn_functional_hinge_embedding_loss_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.030s) 2022-05-18T05:02:02.7400965Z test_neg_view_nn_functional_huber_loss_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.025s) 2022-05-18T05:02:02.7715199Z test_neg_view_nn_functional_instance_norm_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.031s) 2022-05-18T05:02:02.8001990Z test_neg_view_nn_functional_interpolate_area_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.029s) 2022-05-18T05:02:02.8279810Z test_neg_view_nn_functional_interpolate_bicubic_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.028s) 2022-05-18T05:02:02.8552310Z test_neg_view_nn_functional_interpolate_bilinear_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.027s) 2022-05-18T05:02:02.8822233Z test_neg_view_nn_functional_interpolate_linear_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.027s) 2022-05-18T05:02:02.9091047Z test_neg_view_nn_functional_interpolate_nearest_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.027s) 2022-05-18T05:02:02.9366420Z test_neg_view_nn_functional_interpolate_trilinear_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.027s) 2022-05-18T05:02:02.9716700Z test_neg_view_nn_functional_kl_div_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.035s) 2022-05-18T05:02:02.9896690Z test_neg_view_nn_functional_l1_loss_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.018s) 2022-05-18T05:02:03.0059945Z test_neg_view_nn_functional_layer_norm_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.016s) 2022-05-18T05:02:03.0262179Z test_neg_view_nn_functional_leaky_relu_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.020s) 2022-05-18T05:02:03.0668669Z test_neg_view_nn_functional_linear_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.041s) 2022-05-18T05:02:03.1048870Z test_neg_view_nn_functional_local_response_norm_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.038s) 2022-05-18T05:02:03.1124507Z test_neg_view_nn_functional_logsigmoid_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.007s) 2022-05-18T05:02:03.1370943Z test_neg_view_nn_functional_margin_ranking_loss_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.024s) 2022-05-18T05:02:04.4981349Z test_neg_view_nn_functional_max_pool1d_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (1.361s) 2022-05-18T05:02:06.7650831Z test_neg_view_nn_functional_max_pool2d_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (2.267s) 2022-05-18T05:02:07.6908123Z test_neg_view_nn_functional_max_pool3d_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.926s) 2022-05-18T05:02:08.1376869Z test_neg_view_nn_functional_max_unpool1d_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.447s) 2022-05-18T05:02:08.3072972Z test_neg_view_nn_functional_max_unpool1d_grad_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.170s) 2022-05-18T05:02:09.1656114Z test_neg_view_nn_functional_max_unpool2d_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.858s) 2022-05-18T05:02:09.4458076Z test_neg_view_nn_functional_max_unpool2d_grad_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.280s) 2022-05-18T05:02:09.7396847Z test_neg_view_nn_functional_max_unpool3d_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.294s) 2022-05-18T05:02:09.8540328Z test_neg_view_nn_functional_max_unpool3d_grad_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.114s) 2022-05-18T05:02:09.8632322Z test_neg_view_nn_functional_mish_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.009s) 2022-05-18T05:02:09.8803406Z test_neg_view_nn_functional_mse_loss_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.017s) 2022-05-18T05:02:09.8942162Z test_neg_view_nn_functional_multi_margin_loss_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.014s) 2022-05-18T05:02:09.9027218Z test_neg_view_nn_functional_multilabel_margin_loss_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.008s) 2022-05-18T05:02:09.9186855Z test_neg_view_nn_functional_multilabel_soft_margin_loss_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.016s) 2022-05-18T05:02:10.0587160Z test_neg_view_nn_functional_nll_loss_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.140s) 2022-05-18T05:02:10.0873790Z test_neg_view_nn_functional_normalize_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.029s) 2022-05-18T05:02:10.1131761Z test_neg_view_nn_functional_pad_circular_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.026s) 2022-05-18T05:02:10.2127384Z test_neg_view_nn_functional_pad_constant_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.099s) 2022-05-18T05:02:10.2395144Z test_neg_view_nn_functional_pad_reflect_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.027s) 2022-05-18T05:02:10.2658674Z test_neg_view_nn_functional_pad_replicate_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.026s) 2022-05-18T05:02:10.2862264Z test_neg_view_nn_functional_pairwise_distance_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.020s) 2022-05-18T05:02:10.3074765Z test_neg_view_nn_functional_pdist_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.021s) 2022-05-18T05:02:10.3135389Z test_neg_view_nn_functional_pixel_shuffle_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.006s) 2022-05-18T05:02:10.3203573Z test_neg_view_nn_functional_pixel_unshuffle_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.007s) 2022-05-18T05:02:10.5581362Z test_neg_view_nn_functional_poisson_nll_loss_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.237s) 2022-05-18T05:02:10.6099367Z test_neg_view_nn_functional_prelu_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.052s) 2022-05-18T05:02:10.6308476Z test_neg_view_nn_functional_relu6_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.021s) 2022-05-18T05:02:10.6411974Z test_neg_view_nn_functional_relu_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.010s) 2022-05-18T05:02:10.6513728Z test_neg_view_nn_functional_rrelu_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.010s) 2022-05-18T05:02:10.6604009Z test_neg_view_nn_functional_selu_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.009s) 2022-05-18T05:02:10.6693893Z test_neg_view_nn_functional_silu_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.009s) 2022-05-18T05:02:10.6927021Z test_neg_view_nn_functional_smooth_l1_loss_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.023s) 2022-05-18T05:02:10.7104506Z test_neg_view_nn_functional_soft_margin_loss_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.018s) 2022-05-18T05:02:10.7255675Z test_neg_view_nn_functional_softmin_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.015s) 2022-05-18T05:02:10.7408269Z test_neg_view_nn_functional_softmin_with_dtype_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.015s) 2022-05-18T05:02:10.7488634Z test_neg_view_nn_functional_softplus_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.008s) 2022-05-18T05:02:10.7693377Z test_neg_view_nn_functional_softshrink_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.020s) 2022-05-18T05:02:10.7781130Z test_neg_view_nn_functional_softsign_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.009s) 2022-05-18T05:02:10.7861435Z test_neg_view_nn_functional_tanhshrink_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.008s) 2022-05-18T05:02:10.7981633Z test_neg_view_nn_functional_threshold_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.012s) 2022-05-18T05:02:10.8275383Z test_neg_view_nn_functional_triplet_margin_loss_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.029s) 2022-05-18T05:02:10.8580761Z test_neg_view_nn_functional_triplet_margin_with_distance_loss_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.030s) 2022-05-18T05:02:11.3609614Z test_neg_view_nn_functional_unfold_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.503s) 2022-05-18T05:02:11.3716580Z test_neg_view_nn_functional_upsample_bilinear_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.011s) 2022-05-18T05:02:11.3991616Z test_neg_view_nn_functional_upsample_nearest_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.027s) 2022-05-18T05:02:11.4131505Z test_neg_view_nonzero_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.014s) 2022-05-18T05:02:11.5266086Z test_neg_view_norm_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.113s) 2022-05-18T05:02:11.5359851Z test_neg_view_norm_fro_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.009s) 2022-05-18T05:02:11.5497470Z test_neg_view_norm_inf_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.014s) 2022-05-18T05:02:11.5605494Z test_neg_view_norm_nuc_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.011s) 2022-05-18T05:02:11.5756680Z test_neg_view_normal_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.015s) 2022-05-18T05:02:11.5801447Z test_neg_view_normal_number_mean_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.004s) 2022-05-18T05:02:11.5860511Z test_neg_view_ones_like_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.006s) 2022-05-18T05:02:11.6804907Z test_neg_view_ormqr_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.094s) 2022-05-18T05:02:11.6850341Z test_neg_view_outer_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:02:12.1359507Z test_neg_view_pca_lowrank_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.451s) 2022-05-18T05:02:12.1465340Z test_neg_view_permute_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.011s) 2022-05-18T05:02:12.1787954Z test_neg_view_pinverse_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.032s) 2022-05-18T05:02:12.2053747Z test_neg_view_polar_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.026s) 2022-05-18T05:02:12.2340664Z test_neg_view_polygamma_polygamma_n_0_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.029s) 2022-05-18T05:02:12.2626824Z test_neg_view_polygamma_polygamma_n_1_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.029s) 2022-05-18T05:02:12.2917758Z test_neg_view_polygamma_polygamma_n_2_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.029s) 2022-05-18T05:02:12.3202045Z test_neg_view_polygamma_polygamma_n_3_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.028s) 2022-05-18T05:02:12.3487014Z test_neg_view_polygamma_polygamma_n_4_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.028s) 2022-05-18T05:02:12.3561669Z test_neg_view_positive_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.007s) 2022-05-18T05:02:12.3885221Z test_neg_view_pow_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.032s) 2022-05-18T05:02:12.4829066Z test_neg_view_prod_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.094s) 2022-05-18T05:02:12.5480473Z test_neg_view_put_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.065s) 2022-05-18T05:02:12.5976113Z test_neg_view_qr_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.049s) 2022-05-18T05:02:12.8015479Z test_neg_view_quantile_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.204s) 2022-05-18T05:02:12.8106411Z test_neg_view_rad2deg_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.009s) 2022-05-18T05:02:12.8180055Z test_neg_view_rand_like_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.007s) 2022-05-18T05:02:12.8303144Z test_neg_view_randint_like_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.012s) 2022-05-18T05:02:12.8376661Z test_neg_view_randn_like_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.007s) 2022-05-18T05:02:12.8437499Z test_neg_view_ravel_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.006s) 2022-05-18T05:02:12.8512385Z test_neg_view_real_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.007s) 2022-05-18T05:02:12.8609079Z test_neg_view_reciprocal_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.010s) 2022-05-18T05:02:12.8891608Z test_neg_view_remainder_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.028s) 2022-05-18T05:02:12.9056833Z test_neg_view_renorm_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.016s) 2022-05-18T05:02:12.9533996Z test_neg_view_repeat_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.048s) 2022-05-18T05:02:12.9657093Z test_neg_view_repeat_interleave_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.012s) 2022-05-18T05:02:12.9765511Z test_neg_view_reshape_as_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.011s) 2022-05-18T05:02:13.0020047Z test_neg_view_reshape_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.025s) 2022-05-18T05:02:13.0035530Z test_neg_view_resize__cuda_float64 (__main__.TestMathBitsCUDA) ... skip: Operation not tested with tensors with negative bit. (0.001s) 2022-05-18T05:02:13.0089834Z test_neg_view_resize_as__cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:02:13.0156030Z test_neg_view_resolve_conj_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.006s) 2022-05-18T05:02:13.0213638Z test_neg_view_resolve_neg_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.006s) 2022-05-18T05:02:13.0407394Z test_neg_view_roll_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.019s) 2022-05-18T05:02:13.0515736Z test_neg_view_rot90_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.011s) 2022-05-18T05:02:13.0561259Z test_neg_view_round_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.004s) 2022-05-18T05:02:13.0650029Z test_neg_view_round_decimals_0_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.009s) 2022-05-18T05:02:13.0657829Z test_neg_view_round_decimals_3_cuda_float64 (__main__.TestMathBitsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:02:13.0666984Z test_neg_view_round_decimals_neg_3_cuda_float64 (__main__.TestMathBitsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:02:13.0759763Z test_neg_view_rsqrt_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.009s) 2022-05-18T05:02:13.1046384Z test_neg_view_rsub_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.028s) 2022-05-18T05:02:13.1308725Z test_neg_view_scatter_add_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.026s) 2022-05-18T05:02:13.1595734Z test_neg_view_scatter_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.029s) 2022-05-18T05:02:13.2147538Z test_neg_view_scatter_reduce_amax_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.055s) 2022-05-18T05:02:13.2698816Z test_neg_view_scatter_reduce_amin_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.055s) 2022-05-18T05:02:13.3260133Z test_neg_view_scatter_reduce_mean_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.056s) 2022-05-18T05:02:13.4009398Z test_neg_view_scatter_reduce_prod_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.075s) 2022-05-18T05:02:13.4488027Z test_neg_view_scatter_reduce_sum_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.048s) 2022-05-18T05:02:13.5191569Z test_neg_view_searchsorted_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.070s) 2022-05-18T05:02:13.5325586Z test_neg_view_select_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.013s) 2022-05-18T05:02:13.5473703Z test_neg_view_select_scatter_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.015s) 2022-05-18T05:02:13.5519487Z test_neg_view_sgn_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:02:13.5561298Z test_neg_view_short_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.004s) 2022-05-18T05:02:13.5651299Z test_neg_view_sigmoid_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.009s) 2022-05-18T05:02:13.5695326Z test_neg_view_sign_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.004s) 2022-05-18T05:02:13.5718009Z test_neg_view_signbit_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.002s) 2022-05-18T05:02:13.5770414Z test_neg_view_sin_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:02:13.5874987Z test_neg_view_sinc_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.010s) 2022-05-18T05:02:13.5919406Z test_neg_view_sinh_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.004s) 2022-05-18T05:02:13.6167101Z test_neg_view_slice_scatter_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.025s) 2022-05-18T05:02:13.6313917Z test_neg_view_softmax_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.015s) 2022-05-18T05:02:13.6459882Z test_neg_view_softmax_with_dtype_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.014s) 2022-05-18T05:02:13.6738987Z test_neg_view_sort_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.028s) 2022-05-18T05:02:13.6746798Z test_neg_view_sparse_sampled_addmm_cuda_float64 (__main__.TestMathBitsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:02:13.6810687Z test_neg_view_special_entr_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.006s) 2022-05-18T05:02:13.6896803Z test_neg_view_special_erfcx_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.009s) 2022-05-18T05:02:13.6962123Z test_neg_view_special_i0e_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.006s) 2022-05-18T05:02:13.7059772Z test_neg_view_special_i1_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.010s) 2022-05-18T05:02:13.7158997Z test_neg_view_special_i1e_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.010s) 2022-05-18T05:02:13.7243121Z test_neg_view_special_log_ndtr_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.008s) 2022-05-18T05:02:13.7328378Z test_neg_view_special_ndtr_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.008s) 2022-05-18T05:02:13.7408727Z test_neg_view_special_ndtri_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.008s) 2022-05-18T05:02:13.7643998Z test_neg_view_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.023s) 2022-05-18T05:02:13.7896252Z test_neg_view_special_xlog1py_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.025s) 2022-05-18T05:02:13.8018082Z test_neg_view_special_zeta_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.012s) 2022-05-18T05:02:13.8057467Z test_neg_view_split_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.004s) 2022-05-18T05:02:13.8121469Z test_neg_view_split_list_args_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.006s) 2022-05-18T05:02:13.8198679Z test_neg_view_split_with_sizes_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.008s) 2022-05-18T05:02:13.8243647Z test_neg_view_sqrt_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.004s) 2022-05-18T05:02:13.8337382Z test_neg_view_square_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.009s) 2022-05-18T05:02:13.8543811Z test_neg_view_squeeze_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.021s) 2022-05-18T05:02:13.8608387Z test_neg_view_stack_cuda_float64 (__main__.TestMathBitsCUDA) ... expected failure (0.006s) 2022-05-18T05:02:14.0312535Z test_neg_view_std_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.170s) 2022-05-18T05:02:14.0455387Z test_neg_view_std_mean_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.014s) 2022-05-18T05:02:14.0750819Z test_neg_view_stft_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.029s) 2022-05-18T05:02:14.1070085Z test_neg_view_sub_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.032s) 2022-05-18T05:02:14.1491734Z test_neg_view_sum_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.042s) 2022-05-18T05:02:14.1638524Z test_neg_view_sum_to_size_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.015s) 2022-05-18T05:02:14.6296576Z test_neg_view_svd_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.465s) 2022-05-18T05:02:15.1041979Z test_neg_view_svd_lowrank_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.474s) 2022-05-18T05:02:15.1314340Z test_neg_view_symeig_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.027s) 2022-05-18T05:02:15.1415717Z test_neg_view_t_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.010s) 2022-05-18T05:02:15.1569895Z test_neg_view_take_along_dim_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.015s) 2022-05-18T05:02:15.1795074Z test_neg_view_take_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.022s) 2022-05-18T05:02:15.1842378Z test_neg_view_tan_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:02:15.1888667Z test_neg_view_tanh_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:02:15.2064381Z test_neg_view_tensor_split_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.017s) 2022-05-18T05:02:15.2142860Z test_neg_view_tensordot_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.008s) 2022-05-18T05:02:15.2696929Z test_neg_view_tile_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.055s) 2022-05-18T05:02:15.2783431Z test_neg_view_to_sparse_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.009s) 2022-05-18T05:02:15.2912452Z test_neg_view_topk_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.013s) 2022-05-18T05:02:15.2955959Z test_neg_view_trace_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.004s) 2022-05-18T05:02:15.3186876Z test_neg_view_transpose_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.023s) 2022-05-18T05:02:15.3490268Z test_neg_view_trapezoid_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.030s) 2022-05-18T05:02:15.3798152Z test_neg_view_trapz_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.031s) 2022-05-18T05:02:15.3981735Z test_neg_view_triangular_solve_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.018s) 2022-05-18T05:02:15.4131616Z test_neg_view_tril_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.015s) 2022-05-18T05:02:15.4281367Z test_neg_view_triu_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.015s) 2022-05-18T05:02:15.4569774Z test_neg_view_true_divide_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.029s) 2022-05-18T05:02:15.4615480Z test_neg_view_trunc_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.004s) 2022-05-18T05:02:15.5132145Z test_neg_view_unfold_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.052s) 2022-05-18T05:02:15.7862047Z test_neg_view_unique_consecutive_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.273s) 2022-05-18T05:02:16.4095031Z test_neg_view_unique_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.623s) 2022-05-18T05:02:16.4354417Z test_neg_view_unsqueeze_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.026s) 2022-05-18T05:02:16.4540312Z test_neg_view_var_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.019s) 2022-05-18T05:02:16.4685231Z test_neg_view_var_mean_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.014s) 2022-05-18T05:02:16.4727919Z test_neg_view_vdot_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.004s) 2022-05-18T05:02:16.4743530Z test_neg_view_view_as_complex_cuda_float64 (__main__.TestMathBitsCUDA) ... skip: Operation not tested with tensors with negative bit. (0.001s) 2022-05-18T05:02:16.4828766Z test_neg_view_view_as_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.008s) 2022-05-18T05:02:16.4996755Z test_neg_view_view_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.017s) 2022-05-18T05:02:16.5049775Z test_neg_view_vsplit_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.005s) 2022-05-18T05:02:16.5094232Z test_neg_view_vstack_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.004s) 2022-05-18T05:02:16.5247609Z test_neg_view_where_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.015s) 2022-05-18T05:02:16.5547945Z test_neg_view_xlogy_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.030s) 2022-05-18T05:02:16.5645010Z test_neg_view_zero__cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.010s) 2022-05-18T05:02:16.5704368Z test_neg_view_zeros_like_cuda_float64 (__main__.TestMathBitsCUDA) ... ok (0.006s) 2022-05-18T05:02:16.5705002Z 2022-05-18T05:02:16.5705632Z ---------------------------------------------------------------------- 2022-05-18T05:02:16.5709949Z Ran 9564 tests in 1326.236s 2022-05-18T05:02:16.5710158Z 2022-05-18T05:02:16.5710724Z OK (skipped=1150, expected failures=200) 2022-05-18T05:02:16.5710940Z 2022-05-18T05:02:16.5711079Z Generating XML reports... 2022-05-18T05:02:17.3641973Z Generated XML report: test-reports/python-unittest/test_ops/TEST-TestCommonCUDA-20220518044010.xml 2022-05-18T05:02:17.5081813Z Generated XML report: test-reports/python-unittest/test_ops/TEST-TestCompositeComplianceCUDA-20220518044010.xml 2022-05-18T05:02:17.6286936Z Generated XML report: test-reports/python-unittest/test_ops/TEST-TestMathBitsCUDA-20220518044010.xml 2022-05-18T05:02:18.4316172Z Running test_decomp ... [2022-05-18 05:02:18.431047] 2022-05-18T05:02:18.4316841Z Executing ['/opt/conda/bin/python', 'test_decomp.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:02:18.431154] 2022-05-18T05:02:21.8231500Z Test results will be stored in test-reports/python-unittest/test_decomp 2022-05-18T05:02:22.0344517Z 2022-05-18T05:02:22.0344854Z Running tests... 2022-05-18T05:02:22.0345412Z ---------------------------------------------------------------------- 2022-05-18T05:02:22.0414192Z test_comprehensive_H_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:02:22.0484826Z test_comprehensive_H_cuda_bool (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:02:22.0781121Z test_comprehensive_H_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.029s) 2022-05-18T05:02:22.0917509Z test_comprehensive_H_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-05-18T05:02:22.1168463Z test_comprehensive_H_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-05-18T05:02:22.1205470Z test_comprehensive_H_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:02:22.1359753Z test_comprehensive_H_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-05-18T05:02:22.1512012Z test_comprehensive_H_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-05-18T05:02:22.1574716Z test_comprehensive_H_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:02:22.1637836Z test_comprehensive_H_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:02:22.1702629Z test_comprehensive_H_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:02:22.1764974Z test_comprehensive_H_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:02:22.1826958Z test_comprehensive_H_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:02:22.1857472Z test_comprehensive_T_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:02:22.1877380Z test_comprehensive_T_cuda_bool (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:02:22.1909197Z test_comprehensive_T_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:02:22.1935951Z test_comprehensive_T_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:02:22.1966872Z test_comprehensive_T_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:02:22.1995635Z test_comprehensive_T_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:02:22.2024595Z test_comprehensive_T_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:02:22.2052782Z test_comprehensive_T_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:02:22.2073200Z test_comprehensive_T_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:02:22.2093186Z test_comprehensive_T_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:02:22.2117115Z test_comprehensive_T_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:02:22.2136597Z test_comprehensive_T_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:02:22.2156513Z test_comprehensive_T_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:02:22.2591500Z test_comprehensive___getitem___cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.043s) 2022-05-18T05:02:22.2656390Z test_comprehensive___getitem___cuda_bool (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:02:22.3700388Z test_comprehensive___getitem___cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.104s) 2022-05-18T05:02:22.3797428Z test_comprehensive___getitem___cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-05-18T05:02:22.4852927Z test_comprehensive___getitem___cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.105s) 2022-05-18T05:02:22.5099390Z test_comprehensive___getitem___cuda_float16 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-05-18T05:02:22.5834085Z test_comprehensive___getitem___cuda_float32 (__main__.TestDecompCUDA) ... ok (0.073s) 2022-05-18T05:02:22.6557237Z test_comprehensive___getitem___cuda_float64 (__main__.TestDecompCUDA) ... ok (0.072s) 2022-05-18T05:02:22.6621892Z test_comprehensive___getitem___cuda_int16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:02:22.6685878Z test_comprehensive___getitem___cuda_int32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:02:22.6749101Z test_comprehensive___getitem___cuda_int64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:02:22.6816874Z test_comprehensive___getitem___cuda_int8 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:02:22.6880117Z test_comprehensive___getitem___cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:02:22.6971282Z test_comprehensive___radd___cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-05-18T05:02:22.7002667Z test_comprehensive___radd___cuda_bool (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:02:22.7106726Z test_comprehensive___radd___cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-05-18T05:02:22.7210058Z test_comprehensive___radd___cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-05-18T05:02:22.7295021Z test_comprehensive___radd___cuda_float16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-05-18T05:02:22.7379540Z test_comprehensive___radd___cuda_float32 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-05-18T05:02:22.7470220Z test_comprehensive___radd___cuda_float64 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-05-18T05:02:22.7503101Z test_comprehensive___radd___cuda_int16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:02:22.7535306Z test_comprehensive___radd___cuda_int32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:02:22.7568147Z test_comprehensive___radd___cuda_int64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:02:22.7600915Z test_comprehensive___radd___cuda_int8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:02:22.7633894Z test_comprehensive___radd___cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:02:22.8241677Z test_comprehensive___rand___cuda_bool (__main__.TestDecompCUDA) ... ok (0.061s) 2022-05-18T05:02:22.8861331Z test_comprehensive___rand___cuda_int16 (__main__.TestDecompCUDA) ... ok (0.062s) 2022-05-18T05:02:22.9479949Z test_comprehensive___rand___cuda_int32 (__main__.TestDecompCUDA) ... ok (0.062s) 2022-05-18T05:02:23.0083013Z test_comprehensive___rand___cuda_int64 (__main__.TestDecompCUDA) ... ok (0.060s) 2022-05-18T05:02:23.0690854Z test_comprehensive___rand___cuda_int8 (__main__.TestDecompCUDA) ... ok (0.060s) 2022-05-18T05:02:23.1302155Z test_comprehensive___rand___cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.061s) 2022-05-18T05:02:23.1863421Z test_comprehensive___rdiv___cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.056s) 2022-05-18T05:02:23.3489673Z test_comprehensive___rdiv___cuda_bool (__main__.TestDecompCUDA) ... ok (0.162s) 2022-05-18T05:02:24.4166983Z test_comprehensive___rdiv___cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.068s) 2022-05-18T05:02:25.4874560Z test_comprehensive___rdiv___cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.071s) 2022-05-18T05:02:25.5424543Z test_comprehensive___rdiv___cuda_float16 (__main__.TestDecompCUDA) ... ok (0.055s) 2022-05-18T05:02:26.1686008Z test_comprehensive___rdiv___cuda_float32 (__main__.TestDecompCUDA) ... ok (0.626s) 2022-05-18T05:02:26.7931044Z test_comprehensive___rdiv___cuda_float64 (__main__.TestDecompCUDA) ... ok (0.624s) 2022-05-18T05:02:26.9092410Z test_comprehensive___rdiv___cuda_int16 (__main__.TestDecompCUDA) ... ok (0.116s) 2022-05-18T05:02:27.0267556Z test_comprehensive___rdiv___cuda_int32 (__main__.TestDecompCUDA) ... ok (0.117s) 2022-05-18T05:02:27.1474290Z test_comprehensive___rdiv___cuda_int64 (__main__.TestDecompCUDA) ... ok (0.120s) 2022-05-18T05:02:27.2674320Z test_comprehensive___rdiv___cuda_int8 (__main__.TestDecompCUDA) ... ok (0.120s) 2022-05-18T05:02:27.3875224Z test_comprehensive___rdiv___cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.120s) 2022-05-18T05:02:28.2080684Z test_comprehensive___rmatmul___cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.820s) 2022-05-18T05:02:28.8654061Z test_comprehensive___rmatmul___cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.657s) 2022-05-18T05:02:28.9008833Z test_comprehensive___rmatmul___cuda_float16 (__main__.TestDecompCUDA) ... ok (0.035s) 2022-05-18T05:02:29.2943171Z test_comprehensive___rmatmul___cuda_float32 (__main__.TestDecompCUDA) ... ok (0.393s) 2022-05-18T05:02:29.6848175Z test_comprehensive___rmatmul___cuda_float64 (__main__.TestDecompCUDA) ... ok (0.390s) 2022-05-18T05:02:29.7058972Z test_comprehensive___rmod___cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-05-18T05:02:29.7264210Z test_comprehensive___rmod___cuda_float16 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-05-18T05:02:30.0915606Z test_comprehensive___rmod___cuda_float32 (__main__.TestDecompCUDA) ... ok (0.365s) 2022-05-18T05:02:30.4544486Z test_comprehensive___rmod___cuda_float64 (__main__.TestDecompCUDA) ... ok (0.363s) 2022-05-18T05:02:30.4579452Z test_comprehensive___rmod___cuda_int16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:02:30.4612751Z test_comprehensive___rmod___cuda_int32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:02:30.4645805Z test_comprehensive___rmod___cuda_int64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:02:30.4679573Z test_comprehensive___rmod___cuda_int8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:02:30.4712846Z test_comprehensive___rmod___cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:02:30.5018378Z test_comprehensive___rmul___cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-05-18T05:02:30.5656837Z test_comprehensive___rmul___cuda_bool (__main__.TestDecompCUDA) ... ok (0.064s) 2022-05-18T05:02:31.1810774Z test_comprehensive___rmul___cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.615s) 2022-05-18T05:02:31.7951569Z test_comprehensive___rmul___cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.614s) 2022-05-18T05:02:31.8256996Z test_comprehensive___rmul___cuda_float16 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-05-18T05:02:32.1849802Z test_comprehensive___rmul___cuda_float32 (__main__.TestDecompCUDA) ... ok (0.359s) 2022-05-18T05:02:32.5428107Z test_comprehensive___rmul___cuda_float64 (__main__.TestDecompCUDA) ... ok (0.358s) 2022-05-18T05:02:32.6062220Z test_comprehensive___rmul___cuda_int16 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-05-18T05:02:32.6694951Z test_comprehensive___rmul___cuda_int32 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-05-18T05:02:32.7320725Z test_comprehensive___rmul___cuda_int64 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-05-18T05:02:32.7947536Z test_comprehensive___rmul___cuda_int8 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-05-18T05:02:32.8581061Z test_comprehensive___rmul___cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-05-18T05:02:32.9221381Z test_comprehensive___ror___cuda_bool (__main__.TestDecompCUDA) ... ok (0.064s) 2022-05-18T05:02:32.9854306Z test_comprehensive___ror___cuda_int16 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-05-18T05:02:33.0487473Z test_comprehensive___ror___cuda_int32 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-05-18T05:02:33.1123758Z test_comprehensive___ror___cuda_int64 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-05-18T05:02:33.1761417Z test_comprehensive___ror___cuda_int8 (__main__.TestDecompCUDA) ... ok (0.064s) 2022-05-18T05:02:33.2391407Z test_comprehensive___ror___cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-05-18T05:02:33.3662676Z test_comprehensive___rpow___cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.127s) 2022-05-18T05:02:34.6877596Z test_comprehensive___rpow___cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.321s) 2022-05-18T05:02:36.0162120Z test_comprehensive___rpow___cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.328s) 2022-05-18T05:02:36.1430107Z test_comprehensive___rpow___cuda_float16 (__main__.TestDecompCUDA) ... ok (0.127s) 2022-05-18T05:02:36.8171947Z test_comprehensive___rpow___cuda_float32 (__main__.TestDecompCUDA) ... ok (0.674s) 2022-05-18T05:02:37.5023504Z test_comprehensive___rpow___cuda_float64 (__main__.TestDecompCUDA) ... ok (0.685s) 2022-05-18T05:02:37.5679352Z test_comprehensive___rpow___cuda_int16 (__main__.TestDecompCUDA) ... ok (0.065s) 2022-05-18T05:02:37.6330539Z test_comprehensive___rpow___cuda_int32 (__main__.TestDecompCUDA) ... ok (0.065s) 2022-05-18T05:02:37.6983644Z test_comprehensive___rpow___cuda_int64 (__main__.TestDecompCUDA) ... ok (0.065s) 2022-05-18T05:02:37.7640282Z test_comprehensive___rpow___cuda_int8 (__main__.TestDecompCUDA) ... ok (0.066s) 2022-05-18T05:02:37.8287340Z test_comprehensive___rpow___cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.065s) 2022-05-18T05:02:37.8448917Z test_comprehensive___rsub___cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:02:38.1627609Z test_comprehensive___rsub___cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.318s) 2022-05-18T05:02:38.4794500Z test_comprehensive___rsub___cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.317s) 2022-05-18T05:02:38.4954139Z test_comprehensive___rsub___cuda_float16 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:02:38.6806422Z test_comprehensive___rsub___cuda_float32 (__main__.TestDecompCUDA) ... ok (0.185s) 2022-05-18T05:02:38.8654529Z test_comprehensive___rsub___cuda_float64 (__main__.TestDecompCUDA) ... ok (0.185s) 2022-05-18T05:02:38.9255766Z test_comprehensive___rsub___cuda_int16 (__main__.TestDecompCUDA) ... ok (0.060s) 2022-05-18T05:02:38.9857160Z test_comprehensive___rsub___cuda_int32 (__main__.TestDecompCUDA) ... ok (0.060s) 2022-05-18T05:02:39.0455724Z test_comprehensive___rsub___cuda_int64 (__main__.TestDecompCUDA) ... ok (0.060s) 2022-05-18T05:02:39.1056524Z test_comprehensive___rsub___cuda_int8 (__main__.TestDecompCUDA) ... ok (0.060s) 2022-05-18T05:02:39.1655826Z test_comprehensive___rsub___cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.060s) 2022-05-18T05:02:39.2294923Z test_comprehensive___rxor___cuda_bool (__main__.TestDecompCUDA) ... ok (0.064s) 2022-05-18T05:02:39.2929509Z test_comprehensive___rxor___cuda_int16 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-05-18T05:02:39.3572527Z test_comprehensive___rxor___cuda_int32 (__main__.TestDecompCUDA) ... ok (0.064s) 2022-05-18T05:02:39.4205358Z test_comprehensive___rxor___cuda_int64 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-05-18T05:02:39.4833245Z test_comprehensive___rxor___cuda_int8 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-05-18T05:02:39.5473756Z test_comprehensive___rxor___cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.064s) 2022-05-18T05:02:39.9657218Z test_comprehensive__masked_amax_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.418s) 2022-05-18T05:02:40.3828786Z test_comprehensive__masked_amax_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.417s) 2022-05-18T05:02:41.5247100Z test_comprehensive__masked_amax_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.142s) 2022-05-18T05:02:42.6524244Z test_comprehensive__masked_amax_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.128s) 2022-05-18T05:02:42.8660664Z test_comprehensive__masked_amax_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.214s) 2022-05-18T05:02:43.0807215Z test_comprehensive__masked_amax_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.214s) 2022-05-18T05:02:43.2938690Z test_comprehensive__masked_amax_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.213s) 2022-05-18T05:02:43.5078777Z test_comprehensive__masked_amax_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.214s) 2022-05-18T05:02:43.7212568Z test_comprehensive__masked_amax_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.213s) 2022-05-18T05:02:44.1398788Z test_comprehensive__masked_amin_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.418s) 2022-05-18T05:02:44.5575562Z test_comprehensive__masked_amin_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.418s) 2022-05-18T05:02:45.7066697Z test_comprehensive__masked_amin_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.149s) 2022-05-18T05:02:46.8313168Z test_comprehensive__masked_amin_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.125s) 2022-05-18T05:02:47.0445541Z test_comprehensive__masked_amin_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.213s) 2022-05-18T05:02:47.2574084Z test_comprehensive__masked_amin_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.213s) 2022-05-18T05:02:47.4690621Z test_comprehensive__masked_amin_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.211s) 2022-05-18T05:02:47.6827251Z test_comprehensive__masked_amin_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.214s) 2022-05-18T05:02:47.8972484Z test_comprehensive__masked_amin_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.214s) 2022-05-18T05:02:47.9638633Z test_comprehensive__masked_argmax_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.067s) 2022-05-18T05:02:48.0303502Z test_comprehensive__masked_argmax_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.066s) 2022-05-18T05:02:48.2561753Z test_comprehensive__masked_argmax_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.226s) 2022-05-18T05:02:48.4786900Z test_comprehensive__masked_argmax_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.222s) 2022-05-18T05:02:48.6071451Z test_comprehensive__masked_argmax_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.128s) 2022-05-18T05:02:48.7354959Z test_comprehensive__masked_argmax_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.128s) 2022-05-18T05:02:48.8595380Z test_comprehensive__masked_argmax_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.124s) 2022-05-18T05:02:48.9873081Z test_comprehensive__masked_argmax_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.128s) 2022-05-18T05:02:49.1152840Z test_comprehensive__masked_argmax_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.128s) 2022-05-18T05:02:49.1815296Z test_comprehensive__masked_argmin_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.066s) 2022-05-18T05:02:49.2476547Z test_comprehensive__masked_argmin_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.066s) 2022-05-18T05:02:49.4757582Z test_comprehensive__masked_argmin_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.228s) 2022-05-18T05:02:49.7029375Z test_comprehensive__masked_argmin_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.227s) 2022-05-18T05:02:49.8319339Z test_comprehensive__masked_argmin_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.129s) 2022-05-18T05:02:49.9608353Z test_comprehensive__masked_argmin_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.129s) 2022-05-18T05:02:50.0848096Z test_comprehensive__masked_argmin_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.124s) 2022-05-18T05:02:50.2138972Z test_comprehensive__masked_argmin_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.129s) 2022-05-18T05:02:50.3425368Z test_comprehensive__masked_argmin_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.129s) 2022-05-18T05:02:50.3967173Z test_comprehensive__masked_log_softmax_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.054s) 2022-05-18T05:02:50.4504094Z test_comprehensive__masked_log_softmax_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.054s) 2022-05-18T05:02:51.1922202Z test_comprehensive__masked_log_softmax_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.742s) 2022-05-18T05:02:51.9317440Z test_comprehensive__masked_log_softmax_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.739s) 2022-05-18T05:02:52.2545419Z test_comprehensive__masked_mean_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.323s) 2022-05-18T05:02:52.6801733Z test_comprehensive__masked_mean_cuda_bool (__main__.TestDecompCUDA) ... ok (0.425s) 2022-05-18T05:02:53.7211705Z test_comprehensive__masked_mean_cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.041s) 2022-05-18T05:02:54.7703681Z test_comprehensive__masked_mean_cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.049s) 2022-05-18T05:02:55.0951686Z test_comprehensive__masked_mean_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.325s) 2022-05-18T05:02:55.9350139Z test_comprehensive__masked_mean_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.840s) 2022-05-18T05:02:56.7656331Z test_comprehensive__masked_mean_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.831s) 2022-05-18T05:02:57.1919680Z test_comprehensive__masked_mean_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.426s) 2022-05-18T05:02:57.6219687Z test_comprehensive__masked_mean_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.430s) 2022-05-18T05:02:58.0460983Z test_comprehensive__masked_mean_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.424s) 2022-05-18T05:02:58.4731799Z test_comprehensive__masked_mean_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.427s) 2022-05-18T05:02:58.8987934Z test_comprehensive__masked_mean_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.426s) 2022-05-18T05:03:01.1331356Z test_comprehensive__masked_norm_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (2.234s) 2022-05-18T05:03:03.3619466Z test_comprehensive__masked_norm_cuda_float16 (__main__.TestDecompCUDA) ... ok (2.229s) 2022-05-18T05:03:10.0421592Z test_comprehensive__masked_norm_cuda_float32 (__main__.TestDecompCUDA) ... ok (6.680s) 2022-05-18T05:03:16.6544014Z test_comprehensive__masked_norm_cuda_float64 (__main__.TestDecompCUDA) ... ok (6.612s) 2022-05-18T05:03:17.0892320Z test_comprehensive__masked_normalize_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.435s) 2022-05-18T05:03:17.5061415Z test_comprehensive__masked_normalize_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.417s) 2022-05-18T05:03:19.1283948Z test_comprehensive__masked_normalize_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.622s) 2022-05-18T05:03:20.7284563Z test_comprehensive__masked_normalize_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.600s) 2022-05-18T05:03:21.2661088Z test_comprehensive__masked_prod_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.537s) 2022-05-18T05:03:21.4935714Z test_comprehensive__masked_prod_cuda_bool (__main__.TestDecompCUDA) ... ok (0.227s) 2022-05-18T05:03:23.7537004Z test_comprehensive__masked_prod_cuda_complex128 (__main__.TestDecompCUDA) ... ok (2.260s) 2022-05-18T05:03:26.0673649Z test_comprehensive__masked_prod_cuda_complex64 (__main__.TestDecompCUDA) ... ok (2.314s) 2022-05-18T05:03:26.6034415Z test_comprehensive__masked_prod_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.536s) 2022-05-18T05:03:28.1956399Z test_comprehensive__masked_prod_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.592s) 2022-05-18T05:03:29.7572623Z test_comprehensive__masked_prod_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.561s) 2022-05-18T05:03:29.9796001Z test_comprehensive__masked_prod_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.222s) 2022-05-18T05:03:30.2014426Z test_comprehensive__masked_prod_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.222s) 2022-05-18T05:03:30.4157394Z test_comprehensive__masked_prod_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.214s) 2022-05-18T05:03:30.6376216Z test_comprehensive__masked_prod_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.222s) 2022-05-18T05:03:30.8597034Z test_comprehensive__masked_prod_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.222s) 2022-05-18T05:03:30.9147988Z test_comprehensive__masked_softmax_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.055s) 2022-05-18T05:03:30.9695025Z test_comprehensive__masked_softmax_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.055s) 2022-05-18T05:03:31.7062494Z test_comprehensive__masked_softmax_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.737s) 2022-05-18T05:03:32.4388852Z test_comprehensive__masked_softmax_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.732s) 2022-05-18T05:03:32.5096158Z test_comprehensive__masked_softmin_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.071s) 2022-05-18T05:03:32.5807109Z test_comprehensive__masked_softmin_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.071s) 2022-05-18T05:03:33.5298499Z test_comprehensive__masked_softmin_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.949s) 2022-05-18T05:03:34.4716062Z test_comprehensive__masked_softmin_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.942s) 2022-05-18T05:03:35.3598538Z test_comprehensive__masked_std_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.888s) 2022-05-18T05:03:40.0702114Z test_comprehensive__masked_std_cuda_complex128 (__main__.TestDecompCUDA) ... ok (4.710s) 2022-05-18T05:03:44.8929176Z test_comprehensive__masked_std_cuda_complex64 (__main__.TestDecompCUDA) ... ok (4.823s) 2022-05-18T05:03:45.7812940Z test_comprehensive__masked_std_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.888s) 2022-05-18T05:03:48.9836887Z test_comprehensive__masked_std_cuda_float32 (__main__.TestDecompCUDA) ... ok (3.202s) 2022-05-18T05:03:52.1200531Z test_comprehensive__masked_std_cuda_float64 (__main__.TestDecompCUDA) ... ok (3.136s) 2022-05-18T05:03:55.2231954Z test_comprehensive__masked_std_cuda_int16 (__main__.TestDecompCUDA) ... ok (3.103s) 2022-05-18T05:03:58.3297922Z test_comprehensive__masked_std_cuda_int32 (__main__.TestDecompCUDA) ... ok (3.106s) 2022-05-18T05:04:01.4353014Z test_comprehensive__masked_std_cuda_int64 (__main__.TestDecompCUDA) ... ok (3.105s) 2022-05-18T05:04:04.5523118Z test_comprehensive__masked_std_cuda_int8 (__main__.TestDecompCUDA) ... ok (3.117s) 2022-05-18T05:04:07.6696494Z test_comprehensive__masked_std_cuda_uint8 (__main__.TestDecompCUDA) ... ok (3.117s) 2022-05-18T05:04:07.8369466Z test_comprehensive__masked_sum_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.167s) 2022-05-18T05:04:08.0517415Z test_comprehensive__masked_sum_cuda_bool (__main__.TestDecompCUDA) ... ok (0.215s) 2022-05-18T05:04:08.8831464Z test_comprehensive__masked_sum_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.831s) 2022-05-18T05:04:09.7282820Z test_comprehensive__masked_sum_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.845s) 2022-05-18T05:04:09.8954504Z test_comprehensive__masked_sum_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.167s) 2022-05-18T05:04:10.5242958Z test_comprehensive__masked_sum_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.629s) 2022-05-18T05:04:11.1470570Z test_comprehensive__masked_sum_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.623s) 2022-05-18T05:04:11.3632405Z test_comprehensive__masked_sum_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.216s) 2022-05-18T05:04:11.5790144Z test_comprehensive__masked_sum_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.216s) 2022-05-18T05:04:11.7909015Z test_comprehensive__masked_sum_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.212s) 2022-05-18T05:04:12.0068211Z test_comprehensive__masked_sum_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.216s) 2022-05-18T05:04:12.2229872Z test_comprehensive__masked_sum_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.216s) 2022-05-18T05:04:13.0125513Z test_comprehensive__masked_var_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.789s) 2022-05-18T05:04:17.2552383Z test_comprehensive__masked_var_cuda_complex128 (__main__.TestDecompCUDA) ... ok (4.243s) 2022-05-18T05:04:21.5906826Z test_comprehensive__masked_var_cuda_complex64 (__main__.TestDecompCUDA) ... ok (4.335s) 2022-05-18T05:04:22.3804951Z test_comprehensive__masked_var_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.790s) 2022-05-18T05:04:25.2877687Z test_comprehensive__masked_var_cuda_float32 (__main__.TestDecompCUDA) ... ok (2.907s) 2022-05-18T05:04:28.1484675Z test_comprehensive__masked_var_cuda_float64 (__main__.TestDecompCUDA) ... ok (2.861s) 2022-05-18T05:04:30.9750352Z test_comprehensive__masked_var_cuda_int16 (__main__.TestDecompCUDA) ... ok (2.826s) 2022-05-18T05:04:33.7931226Z test_comprehensive__masked_var_cuda_int32 (__main__.TestDecompCUDA) ... ok (2.818s) 2022-05-18T05:04:36.6088110Z test_comprehensive__masked_var_cuda_int64 (__main__.TestDecompCUDA) ... ok (2.815s) 2022-05-18T05:04:39.4338559Z test_comprehensive__masked_var_cuda_int8 (__main__.TestDecompCUDA) ... ok (2.825s) 2022-05-18T05:04:42.2564293Z test_comprehensive__masked_var_cuda_uint8 (__main__.TestDecompCUDA) ... ok (2.822s) 2022-05-18T05:04:42.2602733Z test_comprehensive_abs_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:04:42.2768960Z test_comprehensive_abs_cuda_bool (__main__.TestDecompCUDA) ... ok (0.017s) 2022-05-18T05:04:42.3656798Z test_comprehensive_abs_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.089s) 2022-05-18T05:04:42.4064235Z test_comprehensive_abs_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.041s) 2022-05-18T05:04:42.4948633Z test_comprehensive_abs_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.088s) 2022-05-18T05:04:42.4985113Z test_comprehensive_abs_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:04:42.5836166Z test_comprehensive_abs_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.085s) 2022-05-18T05:04:42.6675218Z test_comprehensive_abs_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.084s) 2022-05-18T05:04:42.6839856Z test_comprehensive_abs_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:04:42.7003794Z test_comprehensive_abs_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:04:42.7167195Z test_comprehensive_abs_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:04:42.7329324Z test_comprehensive_abs_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:04:42.7492625Z test_comprehensive_abs_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:04:42.7608261Z test_comprehensive_acos_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-05-18T05:04:42.7666712Z test_comprehensive_acos_cuda_bool (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:04:42.8261040Z test_comprehensive_acos_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.059s) 2022-05-18T05:04:42.8859857Z test_comprehensive_acos_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.060s) 2022-05-18T05:04:42.8973159Z test_comprehensive_acos_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-05-18T05:04:42.9335400Z test_comprehensive_acos_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.036s) 2022-05-18T05:04:42.9688354Z test_comprehensive_acos_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.035s) 2022-05-18T05:04:42.9740880Z test_comprehensive_acos_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:04:42.9799885Z test_comprehensive_acos_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:04:42.9851787Z test_comprehensive_acos_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:04:42.9904191Z test_comprehensive_acos_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:04:42.9956037Z test_comprehensive_acos_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:04:43.0059530Z test_comprehensive_acosh_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-05-18T05:04:43.0112014Z test_comprehensive_acosh_cuda_bool (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:04:43.0534273Z test_comprehensive_acosh_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.042s) 2022-05-18T05:04:43.0966447Z test_comprehensive_acosh_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.043s) 2022-05-18T05:04:43.1074867Z test_comprehensive_acosh_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-05-18T05:04:43.1357361Z test_comprehensive_acosh_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.028s) 2022-05-18T05:04:43.1632822Z test_comprehensive_acosh_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.027s) 2022-05-18T05:04:43.1685237Z test_comprehensive_acosh_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:04:43.1737521Z test_comprehensive_acosh_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:04:43.1790205Z test_comprehensive_acosh_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:04:43.1842296Z test_comprehensive_acosh_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:04:43.1894895Z test_comprehensive_acosh_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:04:43.2015875Z test_comprehensive_add_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-05-18T05:04:43.2050483Z test_comprehensive_add_cuda_bool (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:04:43.2276423Z test_comprehensive_add_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-05-18T05:04:43.2351387Z test_comprehensive_add_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:04:43.2577910Z test_comprehensive_add_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-05-18T05:04:43.2692681Z test_comprehensive_add_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-05-18T05:04:43.2859276Z test_comprehensive_add_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-05-18T05:04:43.3029764Z test_comprehensive_add_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-05-18T05:04:43.3066243Z test_comprehensive_add_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:04:43.3102462Z test_comprehensive_add_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:04:43.3138273Z test_comprehensive_add_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:04:43.3174390Z test_comprehensive_add_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:04:43.3210806Z test_comprehensive_add_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:04:44.1781378Z test_comprehensive_addbmm_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.857s) 2022-05-18T05:04:45.0447571Z test_comprehensive_addbmm_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.866s) 2022-05-18T05:04:45.0658463Z test_comprehensive_addbmm_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-05-18T05:04:45.2764031Z test_comprehensive_addbmm_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.210s) 2022-05-18T05:04:45.4847750Z test_comprehensive_addbmm_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.208s) 2022-05-18T05:04:45.5574646Z test_comprehensive_addcdiv_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.073s) 2022-05-18T05:04:46.2414097Z test_comprehensive_addcdiv_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.684s) 2022-05-18T05:04:46.9394838Z test_comprehensive_addcdiv_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.698s) 2022-05-18T05:04:47.0116013Z test_comprehensive_addcdiv_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.072s) 2022-05-18T05:04:47.4285776Z test_comprehensive_addcdiv_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.417s) 2022-05-18T05:04:47.8369193Z test_comprehensive_addcdiv_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.408s) 2022-05-18T05:04:47.8998212Z test_comprehensive_addcmul_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-05-18T05:04:48.4265558Z test_comprehensive_addcmul_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.526s) 2022-05-18T05:04:48.9622895Z test_comprehensive_addcmul_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.536s) 2022-05-18T05:04:49.0251062Z test_comprehensive_addcmul_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-05-18T05:04:49.3508179Z test_comprehensive_addcmul_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.325s) 2022-05-18T05:04:49.6692299Z test_comprehensive_addcmul_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.318s) 2022-05-18T05:04:49.7177863Z test_comprehensive_addcmul_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.048s) 2022-05-18T05:04:49.7664658Z test_comprehensive_addcmul_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.049s) 2022-05-18T05:04:49.8144253Z test_comprehensive_addcmul_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.048s) 2022-05-18T05:04:49.8630271Z test_comprehensive_addcmul_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.048s) 2022-05-18T05:04:49.9113804Z test_comprehensive_addcmul_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.048s) 2022-05-18T05:04:50.0630157Z test_comprehensive_addmm_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.151s) 2022-05-18T05:04:50.2182835Z test_comprehensive_addmm_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.155s) 2022-05-18T05:04:50.2339660Z test_comprehensive_addmm_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:04:50.2883209Z test_comprehensive_addmm_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.054s) 2022-05-18T05:04:50.3413331Z test_comprehensive_addmm_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.053s) 2022-05-18T05:04:50.4378392Z test_comprehensive_addmm_decomposed_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.096s) 2022-05-18T05:04:50.5373421Z test_comprehensive_addmm_decomposed_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.099s) 2022-05-18T05:04:50.5464226Z test_comprehensive_addmm_decomposed_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-05-18T05:04:50.5806437Z test_comprehensive_addmm_decomposed_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.034s) 2022-05-18T05:04:50.6131401Z test_comprehensive_addmm_decomposed_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.032s) 2022-05-18T05:04:50.7461693Z test_comprehensive_addmv_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.133s) 2022-05-18T05:04:50.8816741Z test_comprehensive_addmv_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.135s) 2022-05-18T05:04:50.9034324Z test_comprehensive_addmv_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-05-18T05:04:50.9860865Z test_comprehensive_addmv_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.083s) 2022-05-18T05:04:51.0674574Z test_comprehensive_addmv_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.081s) 2022-05-18T05:04:51.0709894Z test_comprehensive_addr_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:04:51.0732177Z test_comprehensive_addr_cuda_bool (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:04:51.1355712Z test_comprehensive_addr_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.062s) 2022-05-18T05:04:51.1990576Z test_comprehensive_addr_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-05-18T05:04:51.2103062Z test_comprehensive_addr_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-05-18T05:04:51.2489739Z test_comprehensive_addr_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.039s) 2022-05-18T05:04:51.2877523Z test_comprehensive_addr_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.039s) 2022-05-18T05:04:51.2900550Z test_comprehensive_addr_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:04:51.2923523Z test_comprehensive_addr_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:04:51.2946725Z test_comprehensive_addr_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:04:51.2969689Z test_comprehensive_addr_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:04:51.2993070Z test_comprehensive_addr_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:04:51.3029784Z test_comprehensive_all_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:04:51.3060384Z test_comprehensive_all_cuda_bool (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:04:51.3104515Z test_comprehensive_all_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:04:51.3142558Z test_comprehensive_all_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:04:51.3176722Z test_comprehensive_all_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:04:51.3212013Z test_comprehensive_all_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:04:51.3246505Z test_comprehensive_all_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:04:51.3277736Z test_comprehensive_all_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:04:51.3308778Z test_comprehensive_all_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:04:51.3346055Z test_comprehensive_all_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:04:51.3376634Z test_comprehensive_all_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:04:51.3407748Z test_comprehensive_all_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:04:51.8388772Z test_comprehensive_allclose_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.498s) 2022-05-18T05:04:53.5998561Z test_comprehensive_allclose_cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.761s) 2022-05-18T05:04:55.3636249Z test_comprehensive_allclose_cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.764s) 2022-05-18T05:04:55.8733419Z test_comprehensive_allclose_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.510s) 2022-05-18T05:04:57.1946759Z test_comprehensive_allclose_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.321s) 2022-05-18T05:04:58.5259429Z test_comprehensive_allclose_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.331s) 2022-05-18T05:04:58.6064499Z test_comprehensive_amax_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.081s) 2022-05-18T05:04:58.6104894Z test_comprehensive_amax_cuda_bool (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:04:58.6902824Z test_comprehensive_amax_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.079s) 2022-05-18T05:04:58.8436714Z test_comprehensive_amax_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.153s) 2022-05-18T05:04:58.9945177Z test_comprehensive_amax_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.151s) 2022-05-18T05:04:58.9987411Z test_comprehensive_amax_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:04:59.0028301Z test_comprehensive_amax_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:04:59.0069117Z test_comprehensive_amax_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:04:59.0110051Z test_comprehensive_amax_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:04:59.0150990Z test_comprehensive_amax_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:04:59.0948661Z test_comprehensive_amin_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.080s) 2022-05-18T05:04:59.0991075Z test_comprehensive_amin_cuda_bool (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:04:59.1787375Z test_comprehensive_amin_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.079s) 2022-05-18T05:04:59.3321310Z test_comprehensive_amin_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.153s) 2022-05-18T05:04:59.4828534Z test_comprehensive_amin_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.151s) 2022-05-18T05:04:59.4870814Z test_comprehensive_amin_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:04:59.4912173Z test_comprehensive_amin_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:04:59.4952928Z test_comprehensive_amin_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:04:59.4993745Z test_comprehensive_amin_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:04:59.5034507Z test_comprehensive_amin_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:04:59.5064972Z test_comprehensive_aminmax_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:04:59.5087693Z test_comprehensive_aminmax_cuda_bool (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:04:59.5121870Z test_comprehensive_aminmax_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:04:59.5149724Z test_comprehensive_aminmax_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:04:59.5177770Z test_comprehensive_aminmax_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:04:59.5201958Z test_comprehensive_aminmax_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:04:59.5224824Z test_comprehensive_aminmax_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:04:59.5247713Z test_comprehensive_aminmax_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:04:59.5271084Z test_comprehensive_aminmax_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:04:59.5299759Z test_comprehensive_aminmax_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:04:59.5317281Z test_comprehensive_angle_cuda_bool (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:04:59.7546329Z test_comprehensive_angle_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.223s) 2022-05-18T05:04:59.7593225Z test_comprehensive_angle_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:04:59.9810707Z test_comprehensive_angle_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.221s) 2022-05-18T05:04:59.9835658Z test_comprehensive_angle_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:04:59.9857776Z test_comprehensive_angle_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:04:59.9875291Z test_comprehensive_angle_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:04:59.9898498Z test_comprehensive_angle_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:04:59.9915280Z test_comprehensive_angle_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:04:59.9931566Z test_comprehensive_angle_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:04:59.9948451Z test_comprehensive_angle_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:04:59.9985706Z test_comprehensive_any_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:05:00.0016388Z test_comprehensive_any_cuda_bool (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:05:00.0055337Z test_comprehensive_any_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:05:00.0094619Z test_comprehensive_any_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:05:00.0135521Z test_comprehensive_any_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:05:00.0169976Z test_comprehensive_any_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:05:00.0204670Z test_comprehensive_any_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:05:00.0236229Z test_comprehensive_any_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:05:00.0267855Z test_comprehensive_any_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:05:00.0299155Z test_comprehensive_any_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:05:00.0330664Z test_comprehensive_any_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:05:00.0368811Z test_comprehensive_any_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:05:00.0403089Z test_comprehensive_argmax_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:05:00.0436887Z test_comprehensive_argmax_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:05:00.0471342Z test_comprehensive_argmax_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:05:00.0505140Z test_comprehensive_argmax_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:05:00.0535699Z test_comprehensive_argmax_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:05:00.0566171Z test_comprehensive_argmax_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:05:00.0597348Z test_comprehensive_argmax_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:05:00.0635788Z test_comprehensive_argmax_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:05:00.0666112Z test_comprehensive_argmax_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:05:00.0699947Z test_comprehensive_argmin_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:05:00.0733435Z test_comprehensive_argmin_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:05:00.0767772Z test_comprehensive_argmin_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:05:00.0801675Z test_comprehensive_argmin_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:05:00.0832136Z test_comprehensive_argmin_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:05:00.0862785Z test_comprehensive_argmin_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:05:00.0898978Z test_comprehensive_argmin_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:05:00.0929112Z test_comprehensive_argmin_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:05:00.0959261Z test_comprehensive_argmin_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:05:00.1043382Z test_comprehensive_argsort_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-05-18T05:05:00.1123083Z test_comprehensive_argsort_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-05-18T05:05:00.1203397Z test_comprehensive_argsort_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-05-18T05:05:00.1283436Z test_comprehensive_argsort_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-05-18T05:05:00.1369532Z test_comprehensive_argsort_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-05-18T05:05:00.1448739Z test_comprehensive_argsort_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-05-18T05:05:00.1524077Z test_comprehensive_argsort_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:05:00.1603420Z test_comprehensive_argsort_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-05-18T05:05:00.1682826Z test_comprehensive_argsort_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-05-18T05:05:00.1719635Z test_comprehensive_argwhere_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:05:00.1749731Z test_comprehensive_argwhere_cuda_bool (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:05:00.1787358Z test_comprehensive_argwhere_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:05:00.1830405Z test_comprehensive_argwhere_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:05:00.1864216Z test_comprehensive_argwhere_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:05:00.1897923Z test_comprehensive_argwhere_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:05:00.1932313Z test_comprehensive_argwhere_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:05:00.1963228Z test_comprehensive_argwhere_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:05:00.1994217Z test_comprehensive_argwhere_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:05:00.2025124Z test_comprehensive_argwhere_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:05:00.2062924Z test_comprehensive_argwhere_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:05:00.2093339Z test_comprehensive_argwhere_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:05:00.2163689Z test_comprehensive_as_strided_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:05:00.2185727Z test_comprehensive_as_strided_cuda_bool (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:00.2254810Z test_comprehensive_as_strided_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:05:00.2286124Z test_comprehensive_as_strided_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:05:00.2355398Z test_comprehensive_as_strided_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:05:00.2419015Z test_comprehensive_as_strided_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:05:00.2490016Z test_comprehensive_as_strided_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:05:00.2553055Z test_comprehensive_as_strided_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:05:00.2574998Z test_comprehensive_as_strided_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:00.2596846Z test_comprehensive_as_strided_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:00.2618540Z test_comprehensive_as_strided_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:00.2640402Z test_comprehensive_as_strided_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:00.2662333Z test_comprehensive_as_strided_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:00.2714924Z test_comprehensive_asin_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:05:00.2890845Z test_comprehensive_asin_cuda_bool (__main__.TestDecompCUDA) ... ok (0.017s) 2022-05-18T05:05:00.4910089Z test_comprehensive_asin_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.202s) 2022-05-18T05:05:00.6924577Z test_comprehensive_asin_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.201s) 2022-05-18T05:05:00.6977412Z test_comprehensive_asin_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:05:00.8051691Z test_comprehensive_asin_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.107s) 2022-05-18T05:05:00.9127464Z test_comprehensive_asin_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.107s) 2022-05-18T05:05:00.9303292Z test_comprehensive_asin_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-05-18T05:05:00.9469074Z test_comprehensive_asin_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:05:00.9634795Z test_comprehensive_asin_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:05:00.9800660Z test_comprehensive_asin_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:05:00.9970300Z test_comprehensive_asin_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-05-18T05:05:01.0012036Z test_comprehensive_asinh_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:05:01.0029473Z test_comprehensive_asinh_cuda_bool (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:01.1067020Z test_comprehensive_asinh_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.103s) 2022-05-18T05:05:01.2088018Z test_comprehensive_asinh_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.102s) 2022-05-18T05:05:01.2128783Z test_comprehensive_asinh_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:05:01.2694447Z test_comprehensive_asinh_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.056s) 2022-05-18T05:05:01.3248710Z test_comprehensive_asinh_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.055s) 2022-05-18T05:05:01.3266343Z test_comprehensive_asinh_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:01.3282897Z test_comprehensive_asinh_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:01.3299997Z test_comprehensive_asinh_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:01.3322956Z test_comprehensive_asinh_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:01.3339478Z test_comprehensive_asinh_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:01.4014627Z test_comprehensive_atan2_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.067s) 2022-05-18T05:05:01.4688629Z test_comprehensive_atan2_cuda_bool (__main__.TestDecompCUDA) ... ok (0.067s) 2022-05-18T05:05:01.5363733Z test_comprehensive_atan2_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.067s) 2022-05-18T05:05:02.5911374Z test_comprehensive_atan2_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.055s) 2022-05-18T05:05:03.6362930Z test_comprehensive_atan2_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.045s) 2022-05-18T05:05:03.7021943Z test_comprehensive_atan2_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.066s) 2022-05-18T05:05:03.7682301Z test_comprehensive_atan2_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.066s) 2022-05-18T05:05:03.8346325Z test_comprehensive_atan2_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.066s) 2022-05-18T05:05:03.8999008Z test_comprehensive_atan2_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.065s) 2022-05-18T05:05:03.9658661Z test_comprehensive_atan2_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.066s) 2022-05-18T05:05:03.9698898Z test_comprehensive_atan_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:05:03.9878378Z test_comprehensive_atan_cuda_bool (__main__.TestDecompCUDA) ... ok (0.018s) 2022-05-18T05:05:04.0903284Z test_comprehensive_atan_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.102s) 2022-05-18T05:05:04.1928127Z test_comprehensive_atan_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.102s) 2022-05-18T05:05:04.1968063Z test_comprehensive_atan_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:05:04.2521820Z test_comprehensive_atan_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.055s) 2022-05-18T05:05:04.3063636Z test_comprehensive_atan_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.054s) 2022-05-18T05:05:04.3232165Z test_comprehensive_atan_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-05-18T05:05:04.3407161Z test_comprehensive_atan_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-05-18T05:05:04.3578527Z test_comprehensive_atan_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-05-18T05:05:04.3748032Z test_comprehensive_atan_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-05-18T05:05:04.3917511Z test_comprehensive_atan_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-05-18T05:05:04.3960711Z test_comprehensive_atanh_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:05:04.3977325Z test_comprehensive_atanh_cuda_bool (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:04.4687354Z test_comprehensive_atanh_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.071s) 2022-05-18T05:05:04.5386289Z test_comprehensive_atanh_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.070s) 2022-05-18T05:05:04.5426611Z test_comprehensive_atanh_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:05:04.5821940Z test_comprehensive_atanh_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.039s) 2022-05-18T05:05:04.6215139Z test_comprehensive_atanh_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.039s) 2022-05-18T05:05:04.6233443Z test_comprehensive_atanh_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:04.6249996Z test_comprehensive_atanh_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:04.6267299Z test_comprehensive_atanh_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:04.6290070Z test_comprehensive_atanh_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:04.6306722Z test_comprehensive_atanh_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:04.6355858Z test_comprehensive_atleast_1d_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:05:04.6376130Z test_comprehensive_atleast_1d_cuda_bool (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:04.6433806Z test_comprehensive_atleast_1d_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:05:04.6473335Z test_comprehensive_atleast_1d_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:05:04.6531135Z test_comprehensive_atleast_1d_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:05:04.6584436Z test_comprehensive_atleast_1d_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:05:04.6632384Z test_comprehensive_atleast_1d_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:05:04.6679359Z test_comprehensive_atleast_1d_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:05:04.6700411Z test_comprehensive_atleast_1d_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:04.6721914Z test_comprehensive_atleast_1d_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:04.6743407Z test_comprehensive_atleast_1d_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:04.6764499Z test_comprehensive_atleast_1d_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:04.6786077Z test_comprehensive_atleast_1d_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:04.6841831Z test_comprehensive_atleast_2d_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:05:04.6863242Z test_comprehensive_atleast_2d_cuda_bool (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:04.6922718Z test_comprehensive_atleast_2d_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:05:04.6962584Z test_comprehensive_atleast_2d_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:05:04.7022461Z test_comprehensive_atleast_2d_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:05:04.7071939Z test_comprehensive_atleast_2d_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:05:04.7121783Z test_comprehensive_atleast_2d_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:05:04.7179135Z test_comprehensive_atleast_2d_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:05:04.7201557Z test_comprehensive_atleast_2d_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:04.7223822Z test_comprehensive_atleast_2d_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:04.7245821Z test_comprehensive_atleast_2d_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:04.7268442Z test_comprehensive_atleast_2d_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:04.7290693Z test_comprehensive_atleast_2d_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:04.7345494Z test_comprehensive_atleast_3d_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:05:04.7368454Z test_comprehensive_atleast_3d_cuda_bool (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:04.7439611Z test_comprehensive_atleast_3d_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:05:04.7481587Z test_comprehensive_atleast_3d_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:05:04.7545762Z test_comprehensive_atleast_3d_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:05:04.7599633Z test_comprehensive_atleast_3d_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:05:04.7653492Z test_comprehensive_atleast_3d_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:05:04.7707727Z test_comprehensive_atleast_3d_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:05:04.7731490Z test_comprehensive_atleast_3d_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:04.7762193Z test_comprehensive_atleast_3d_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:05:04.7785819Z test_comprehensive_atleast_3d_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:04.7809021Z test_comprehensive_atleast_3d_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:04.7832635Z test_comprehensive_atleast_3d_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:05.9125149Z test_comprehensive_baddbmm_cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.129s) 2022-05-18T05:05:07.0485008Z test_comprehensive_baddbmm_cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.136s) 2022-05-18T05:05:07.0682189Z test_comprehensive_baddbmm_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-05-18T05:05:07.3069534Z test_comprehensive_baddbmm_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.239s) 2022-05-18T05:05:07.5407299Z test_comprehensive_baddbmm_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.234s) 2022-05-18T05:05:07.5453739Z test_comprehensive_bernoulli_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:05:07.5496384Z test_comprehensive_bernoulli_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:05:07.5537946Z test_comprehensive_bernoulli_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:05:07.5579585Z test_comprehensive_bernoulli_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:05:07.5617431Z test_comprehensive_bfloat16_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:05:07.5641532Z test_comprehensive_bfloat16_cuda_bool (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:07.5703351Z test_comprehensive_bfloat16_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:05:07.5736197Z test_comprehensive_bfloat16_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:05:07.5788275Z test_comprehensive_bfloat16_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:05:07.5834863Z test_comprehensive_bfloat16_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:05:07.5881406Z test_comprehensive_bfloat16_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:05:07.5927991Z test_comprehensive_bfloat16_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:05:07.5952167Z test_comprehensive_bfloat16_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:07.5983302Z test_comprehensive_bfloat16_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:05:07.6006418Z test_comprehensive_bfloat16_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:07.6030185Z test_comprehensive_bfloat16_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:07.6053457Z test_comprehensive_bfloat16_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:07.6110534Z test_comprehensive_bincount_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:05:07.6165307Z test_comprehensive_bincount_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:05:07.6221058Z test_comprehensive_bincount_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:05:07.6276391Z test_comprehensive_bincount_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:05:07.6330896Z test_comprehensive_bincount_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:05:07.6960876Z test_comprehensive_bitwise_and_cuda_bool (__main__.TestDecompCUDA) ... ok (0.063s) 2022-05-18T05:05:07.7599372Z test_comprehensive_bitwise_and_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.064s) 2022-05-18T05:05:07.8231678Z test_comprehensive_bitwise_and_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-05-18T05:05:07.8869921Z test_comprehensive_bitwise_and_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.064s) 2022-05-18T05:05:07.9509239Z test_comprehensive_bitwise_and_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.064s) 2022-05-18T05:05:08.0147413Z test_comprehensive_bitwise_and_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.064s) 2022-05-18T05:05:08.0785226Z test_comprehensive_bitwise_left_shift_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.064s) 2022-05-18T05:05:08.1420123Z test_comprehensive_bitwise_left_shift_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-05-18T05:05:08.2048882Z test_comprehensive_bitwise_left_shift_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-05-18T05:05:08.2682665Z test_comprehensive_bitwise_left_shift_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-05-18T05:05:08.3319343Z test_comprehensive_bitwise_left_shift_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.064s) 2022-05-18T05:05:08.3340344Z test_comprehensive_bitwise_not_cuda_bool (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:08.3359852Z test_comprehensive_bitwise_not_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:08.3386748Z test_comprehensive_bitwise_not_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:05:08.3405575Z test_comprehensive_bitwise_not_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:08.3424848Z test_comprehensive_bitwise_not_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:08.3443787Z test_comprehensive_bitwise_not_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:08.4075323Z test_comprehensive_bitwise_or_cuda_bool (__main__.TestDecompCUDA) ... ok (0.063s) 2022-05-18T05:05:08.4704676Z test_comprehensive_bitwise_or_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-05-18T05:05:08.5345002Z test_comprehensive_bitwise_or_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.064s) 2022-05-18T05:05:08.5989052Z test_comprehensive_bitwise_or_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.064s) 2022-05-18T05:05:08.6621668Z test_comprehensive_bitwise_or_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-05-18T05:05:08.7251642Z test_comprehensive_bitwise_or_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-05-18T05:05:08.7891432Z test_comprehensive_bitwise_right_shift_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.064s) 2022-05-18T05:05:08.8526811Z test_comprehensive_bitwise_right_shift_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-05-18T05:05:08.9156389Z test_comprehensive_bitwise_right_shift_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-05-18T05:05:08.9792461Z test_comprehensive_bitwise_right_shift_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-05-18T05:05:09.0432161Z test_comprehensive_bitwise_right_shift_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.064s) 2022-05-18T05:05:09.1061107Z test_comprehensive_bitwise_xor_cuda_bool (__main__.TestDecompCUDA) ... ok (0.063s) 2022-05-18T05:05:09.1692740Z test_comprehensive_bitwise_xor_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-05-18T05:05:09.2328408Z test_comprehensive_bitwise_xor_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-05-18T05:05:09.2962741Z test_comprehensive_bitwise_xor_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-05-18T05:05:09.3598595Z test_comprehensive_bitwise_xor_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.064s) 2022-05-18T05:05:09.4229820Z test_comprehensive_bitwise_xor_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-05-18T05:05:09.4274112Z test_comprehensive_block_diag_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:05:09.4296310Z test_comprehensive_block_diag_cuda_bool (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:09.4339572Z test_comprehensive_block_diag_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:05:09.4366692Z test_comprehensive_block_diag_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:05:09.4409373Z test_comprehensive_block_diag_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:05:09.4448907Z test_comprehensive_block_diag_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:05:09.4494673Z test_comprehensive_block_diag_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:05:09.4533554Z test_comprehensive_block_diag_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:05:09.4555357Z test_comprehensive_block_diag_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:09.4576793Z test_comprehensive_block_diag_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:09.4598756Z test_comprehensive_block_diag_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:09.4620610Z test_comprehensive_block_diag_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:09.4642175Z test_comprehensive_block_diag_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:09.5578596Z test_comprehensive_bmm_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.093s) 2022-05-18T05:05:09.6484810Z test_comprehensive_bmm_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.090s) 2022-05-18T05:05:09.6519960Z test_comprehensive_bmm_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:05:09.7056983Z test_comprehensive_bmm_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.053s) 2022-05-18T05:05:09.7591461Z test_comprehensive_bmm_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.053s) 2022-05-18T05:05:09.7620751Z test_comprehensive_bool_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:05:09.7640668Z test_comprehensive_bool_cuda_bool (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:09.7674475Z test_comprehensive_bool_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:05:09.7708040Z test_comprehensive_bool_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:05:09.7741642Z test_comprehensive_bool_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:05:09.7769805Z test_comprehensive_bool_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:05:09.7798478Z test_comprehensive_bool_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:05:09.7832828Z test_comprehensive_bool_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:05:09.7856148Z test_comprehensive_bool_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:09.7879715Z test_comprehensive_bool_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:09.7903222Z test_comprehensive_bool_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:09.7926512Z test_comprehensive_bool_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:09.7950002Z test_comprehensive_bool_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:09.7983832Z test_comprehensive_broadcast_tensors_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:05:09.8010007Z test_comprehensive_broadcast_tensors_cuda_bool (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:05:09.8045713Z test_comprehensive_broadcast_tensors_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:05:09.8081794Z test_comprehensive_broadcast_tensors_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:05:09.8113720Z test_comprehensive_broadcast_tensors_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:05:09.8146815Z test_comprehensive_broadcast_tensors_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:05:09.8178597Z test_comprehensive_broadcast_tensors_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:05:09.8198042Z test_comprehensive_broadcast_tensors_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:09.8217331Z test_comprehensive_broadcast_tensors_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:09.8242471Z test_comprehensive_broadcast_tensors_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:09.8261774Z test_comprehensive_broadcast_tensors_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:09.8281048Z test_comprehensive_broadcast_tensors_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:09.8339101Z test_comprehensive_broadcast_to_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:05:09.8361485Z test_comprehensive_broadcast_to_cuda_bool (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:09.8426414Z test_comprehensive_broadcast_to_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:05:09.8491128Z test_comprehensive_broadcast_to_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:05:09.8548691Z test_comprehensive_broadcast_to_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:05:09.8612032Z test_comprehensive_broadcast_to_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:05:09.8670043Z test_comprehensive_broadcast_to_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:05:09.8692815Z test_comprehensive_broadcast_to_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:09.8716053Z test_comprehensive_broadcast_to_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:09.8739130Z test_comprehensive_broadcast_to_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:09.8762181Z test_comprehensive_broadcast_to_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:09.8785867Z test_comprehensive_broadcast_to_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:09.8899303Z test_comprehensive_bucketize_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-05-18T05:05:09.9001564Z test_comprehensive_bucketize_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-05-18T05:05:09.9103579Z test_comprehensive_bucketize_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-05-18T05:05:09.9167915Z test_comprehensive_bucketize_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:05:09.9232232Z test_comprehensive_bucketize_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:05:09.9296122Z test_comprehensive_bucketize_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:05:09.9359990Z test_comprehensive_bucketize_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:05:09.9424194Z test_comprehensive_bucketize_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:05:09.9459538Z test_comprehensive_byte_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:05:09.9482638Z test_comprehensive_byte_cuda_bool (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:09.9515822Z test_comprehensive_byte_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:05:09.9549204Z test_comprehensive_byte_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:05:09.9577323Z test_comprehensive_byte_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:05:09.9605447Z test_comprehensive_byte_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:05:09.9633876Z test_comprehensive_byte_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:05:09.9663718Z test_comprehensive_byte_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:05:09.9687063Z test_comprehensive_byte_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:09.9710529Z test_comprehensive_byte_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:09.9733615Z test_comprehensive_byte_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:09.9753417Z test_comprehensive_byte_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:09.9817712Z test_comprehensive_cartesian_prod_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:05:09.9880674Z test_comprehensive_cartesian_prod_cuda_bool (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:05:10.0025959Z test_comprehensive_cartesian_prod_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-05-18T05:05:10.0177424Z test_comprehensive_cartesian_prod_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-05-18T05:05:10.0237811Z test_comprehensive_cartesian_prod_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:05:10.0360545Z test_comprehensive_cartesian_prod_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-05-18T05:05:10.0482891Z test_comprehensive_cartesian_prod_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-05-18T05:05:10.0544893Z test_comprehensive_cartesian_prod_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:05:10.0606521Z test_comprehensive_cartesian_prod_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:05:10.0667623Z test_comprehensive_cartesian_prod_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:05:10.0731211Z test_comprehensive_cartesian_prod_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:05:10.0800403Z test_comprehensive_cartesian_prod_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:05:10.0872398Z test_comprehensive_cat_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:05:10.0900476Z test_comprehensive_cat_cuda_bool (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:05:10.0987630Z test_comprehensive_cat_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-05-18T05:05:10.1040766Z test_comprehensive_cat_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:05:10.1127456Z test_comprehensive_cat_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-05-18T05:05:10.1197173Z test_comprehensive_cat_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:05:10.1274296Z test_comprehensive_cat_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-05-18T05:05:10.1343753Z test_comprehensive_cat_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:05:10.1373588Z test_comprehensive_cat_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:05:10.1403592Z test_comprehensive_cat_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:05:10.1433319Z test_comprehensive_cat_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:05:10.1463167Z test_comprehensive_cat_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:05:10.1492600Z test_comprehensive_cat_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:05:12.1046226Z test_comprehensive_cdist_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.955s) 2022-05-18T05:05:14.0185591Z test_comprehensive_cdist_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.914s) 2022-05-18T05:05:14.0214649Z test_comprehensive_ceil_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:05:14.0241266Z test_comprehensive_ceil_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:05:14.0449903Z test_comprehensive_ceil_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-05-18T05:05:14.0659167Z test_comprehensive_ceil_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-05-18T05:05:14.0713090Z test_comprehensive_chalf_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:05:14.0737192Z test_comprehensive_chalf_cuda_bool (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:14.0791046Z test_comprehensive_chalf_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:05:14.0829133Z test_comprehensive_chalf_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:05:14.0881300Z test_comprehensive_chalf_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:05:14.0928257Z test_comprehensive_chalf_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:05:14.0979400Z test_comprehensive_chalf_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:05:14.1030851Z test_comprehensive_chalf_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:05:14.1054490Z test_comprehensive_chalf_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:14.1078655Z test_comprehensive_chalf_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:14.1109035Z test_comprehensive_chalf_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:05:14.1132034Z test_comprehensive_chalf_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:14.1155814Z test_comprehensive_chalf_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:14.1184942Z test_comprehensive_char_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:05:14.1207369Z test_comprehensive_char_cuda_bool (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:14.1241005Z test_comprehensive_char_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:05:14.1274492Z test_comprehensive_char_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:05:14.1308111Z test_comprehensive_char_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:05:14.1342831Z test_comprehensive_char_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:05:14.1370526Z test_comprehensive_char_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:05:14.1398848Z test_comprehensive_char_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:05:14.1422373Z test_comprehensive_char_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:14.1445277Z test_comprehensive_char_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:14.1468886Z test_comprehensive_char_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:14.1488489Z test_comprehensive_char_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:14.1512099Z test_comprehensive_char_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:14.9945331Z test_comprehensive_cholesky_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.843s) 2022-05-18T05:05:15.2157113Z test_comprehensive_cholesky_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.221s) 2022-05-18T05:05:15.3690005Z test_comprehensive_cholesky_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.153s) 2022-05-18T05:05:15.5216042Z test_comprehensive_cholesky_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.152s) 2022-05-18T05:05:15.6427936Z test_comprehensive_cholesky_inverse_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.121s) 2022-05-18T05:05:15.7563859Z test_comprehensive_cholesky_inverse_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.113s) 2022-05-18T05:05:15.8349438Z test_comprehensive_cholesky_inverse_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.079s) 2022-05-18T05:05:15.9142147Z test_comprehensive_cholesky_inverse_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.079s) 2022-05-18T05:05:16.0781275Z test_comprehensive_cholesky_solve_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.164s) 2022-05-18T05:05:16.2319794Z test_comprehensive_cholesky_solve_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.154s) 2022-05-18T05:05:16.3361733Z test_comprehensive_cholesky_solve_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.104s) 2022-05-18T05:05:16.4414211Z test_comprehensive_cholesky_solve_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.105s) 2022-05-18T05:05:16.4479796Z test_comprehensive_chunk_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:05:16.5258742Z test_comprehensive_chunk_cuda_bool (__main__.TestDecompCUDA) ... ok (0.078s) 2022-05-18T05:05:16.6976857Z test_comprehensive_chunk_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.172s) 2022-05-18T05:05:16.8687701Z test_comprehensive_chunk_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.171s) 2022-05-18T05:05:17.0426788Z test_comprehensive_chunk_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.174s) 2022-05-18T05:05:17.0489977Z test_comprehensive_chunk_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:05:17.1514066Z test_comprehensive_chunk_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.102s) 2022-05-18T05:05:17.2548047Z test_comprehensive_chunk_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.103s) 2022-05-18T05:05:17.3325006Z test_comprehensive_chunk_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.078s) 2022-05-18T05:05:17.4109604Z test_comprehensive_chunk_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.078s) 2022-05-18T05:05:17.4886705Z test_comprehensive_chunk_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.078s) 2022-05-18T05:05:17.5669734Z test_comprehensive_chunk_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.078s) 2022-05-18T05:05:17.6445688Z test_comprehensive_chunk_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.077s) 2022-05-18T05:05:17.8099934Z test_comprehensive_clamp_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.165s) 2022-05-18T05:05:17.9724532Z test_comprehensive_clamp_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.162s) 2022-05-18T05:05:18.4809761Z test_comprehensive_clamp_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.508s) 2022-05-18T05:05:18.9880910Z test_comprehensive_clamp_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.507s) 2022-05-18T05:05:18.9903183Z test_comprehensive_clamp_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:18.9923983Z test_comprehensive_clamp_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:18.9945219Z test_comprehensive_clamp_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:18.9966129Z test_comprehensive_clamp_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:18.9987487Z test_comprehensive_clamp_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:19.0251844Z test_comprehensive_clamp_scalar_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-05-18T05:05:19.0275664Z test_comprehensive_clamp_scalar_cuda_bool (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:19.0547664Z test_comprehensive_clamp_scalar_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.027s) 2022-05-18T05:05:19.1076863Z test_comprehensive_clamp_scalar_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.053s) 2022-05-18T05:05:19.1598361Z test_comprehensive_clamp_scalar_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.052s) 2022-05-18T05:05:19.1621478Z test_comprehensive_clamp_scalar_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:19.1644583Z test_comprehensive_clamp_scalar_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:19.1668007Z test_comprehensive_clamp_scalar_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:19.1691046Z test_comprehensive_clamp_scalar_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:19.1720664Z test_comprehensive_clamp_scalar_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:05:19.1746765Z test_comprehensive_clone_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:05:19.1764651Z test_comprehensive_clone_cuda_bool (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:19.1792680Z test_comprehensive_clone_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:05:19.1814564Z test_comprehensive_clone_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:19.1842280Z test_comprehensive_clone_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:05:19.1868063Z test_comprehensive_clone_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:19.1893642Z test_comprehensive_clone_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:19.1925559Z test_comprehensive_clone_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:05:19.1943903Z test_comprehensive_clone_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:19.1961821Z test_comprehensive_clone_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:19.1980183Z test_comprehensive_clone_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:19.1998500Z test_comprehensive_clone_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:19.2016671Z test_comprehensive_clone_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:19.2059027Z test_comprehensive_column_stack_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:05:19.2080988Z test_comprehensive_column_stack_cuda_bool (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:19.2137385Z test_comprehensive_column_stack_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:05:19.2169859Z test_comprehensive_column_stack_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:05:19.2218377Z test_comprehensive_column_stack_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:05:19.2258943Z test_comprehensive_column_stack_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:05:19.2299900Z test_comprehensive_column_stack_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:05:19.2340293Z test_comprehensive_column_stack_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:05:19.2362207Z test_comprehensive_column_stack_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:19.2390445Z test_comprehensive_column_stack_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:05:19.2412179Z test_comprehensive_column_stack_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:19.2434380Z test_comprehensive_column_stack_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:19.2456401Z test_comprehensive_column_stack_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:19.4285595Z test_comprehensive_combinations_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.183s) 2022-05-18T05:05:19.7149935Z test_comprehensive_combinations_cuda_bool (__main__.TestDecompCUDA) ... ok (0.286s) 2022-05-18T05:05:20.0733269Z test_comprehensive_combinations_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.358s) 2022-05-18T05:05:20.4326525Z test_comprehensive_combinations_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.359s) 2022-05-18T05:05:20.6157644Z test_comprehensive_combinations_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.183s) 2022-05-18T05:05:20.9619225Z test_comprehensive_combinations_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.346s) 2022-05-18T05:05:21.3085863Z test_comprehensive_combinations_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.346s) 2022-05-18T05:05:21.5940740Z test_comprehensive_combinations_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.285s) 2022-05-18T05:05:21.8795640Z test_comprehensive_combinations_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.285s) 2022-05-18T05:05:22.1648640Z test_comprehensive_combinations_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.285s) 2022-05-18T05:05:22.4493360Z test_comprehensive_combinations_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.284s) 2022-05-18T05:05:22.7352524Z test_comprehensive_combinations_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.286s) 2022-05-18T05:05:22.7454046Z test_comprehensive_complex_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-05-18T05:05:22.7552453Z test_comprehensive_complex_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-05-18T05:05:22.7650740Z test_comprehensive_complex_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-05-18T05:05:22.7678541Z test_comprehensive_conj_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:05:22.7695520Z test_comprehensive_conj_cuda_bool (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:22.7729956Z test_comprehensive_conj_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:05:22.7754057Z test_comprehensive_conj_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:22.7793600Z test_comprehensive_conj_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:05:22.7819811Z test_comprehensive_conj_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:05:22.7846308Z test_comprehensive_conj_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:05:22.7873221Z test_comprehensive_conj_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:05:22.7890081Z test_comprehensive_conj_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:22.7907424Z test_comprehensive_conj_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:22.7924382Z test_comprehensive_conj_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:22.7947422Z test_comprehensive_conj_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:22.7964414Z test_comprehensive_conj_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:22.7983818Z test_comprehensive_conj_physical_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:22.7999467Z test_comprehensive_conj_physical_cuda_bool (__main__.TestDecompCUDA) ... ok (0.001s) 2022-05-18T05:05:22.8022738Z test_comprehensive_conj_physical_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:22.8064716Z test_comprehensive_conj_physical_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:05:22.8086940Z test_comprehensive_conj_physical_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:22.8106722Z test_comprehensive_conj_physical_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:22.8131848Z test_comprehensive_conj_physical_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:22.8151104Z test_comprehensive_conj_physical_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:22.8166526Z test_comprehensive_conj_physical_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-05-18T05:05:22.8182409Z test_comprehensive_conj_physical_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-05-18T05:05:22.8198011Z test_comprehensive_conj_physical_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-05-18T05:05:22.8213690Z test_comprehensive_conj_physical_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-05-18T05:05:22.8229620Z test_comprehensive_conj_physical_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-05-18T05:05:22.8248807Z test_comprehensive_contiguous_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:22.8270641Z test_comprehensive_contiguous_cuda_bool (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:22.8291024Z test_comprehensive_contiguous_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:22.8308752Z test_comprehensive_contiguous_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:22.8328907Z test_comprehensive_contiguous_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:22.8348291Z test_comprehensive_contiguous_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:22.8367691Z test_comprehensive_contiguous_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:22.8387317Z test_comprehensive_contiguous_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:22.8408881Z test_comprehensive_contiguous_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:22.8424735Z test_comprehensive_contiguous_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-05-18T05:05:22.8440090Z test_comprehensive_contiguous_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-05-18T05:05:22.8455648Z test_comprehensive_contiguous_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-05-18T05:05:22.8471435Z test_comprehensive_contiguous_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-05-18T05:05:22.8924128Z test_comprehensive_copysign_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-05-18T05:05:22.8955118Z test_comprehensive_copysign_cuda_bool (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:05:22.9420315Z test_comprehensive_copysign_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.046s) 2022-05-18T05:05:23.3007719Z test_comprehensive_copysign_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.359s) 2022-05-18T05:05:23.6590279Z test_comprehensive_copysign_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.358s) 2022-05-18T05:05:23.6624137Z test_comprehensive_copysign_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:05:23.6656230Z test_comprehensive_copysign_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:05:23.6688802Z test_comprehensive_copysign_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:05:23.6721074Z test_comprehensive_copysign_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:05:23.6753478Z test_comprehensive_copysign_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:05:23.9064803Z test_comprehensive_corrcoef_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.231s) 2022-05-18T05:05:24.1415765Z test_comprehensive_corrcoef_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.235s) 2022-05-18T05:05:24.1907235Z test_comprehensive_corrcoef_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.049s) 2022-05-18T05:05:24.3340649Z test_comprehensive_corrcoef_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.143s) 2022-05-18T05:05:24.4708301Z test_comprehensive_corrcoef_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.137s) 2022-05-18T05:05:24.5065773Z test_comprehensive_corrcoef_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.036s) 2022-05-18T05:05:24.5425611Z test_comprehensive_corrcoef_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.036s) 2022-05-18T05:05:24.5793208Z test_comprehensive_corrcoef_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.037s) 2022-05-18T05:05:24.6154156Z test_comprehensive_corrcoef_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.036s) 2022-05-18T05:05:24.6517345Z test_comprehensive_corrcoef_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.036s) 2022-05-18T05:05:24.6611608Z test_comprehensive_cos_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-05-18T05:05:24.6663342Z test_comprehensive_cos_cuda_bool (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:05:24.7077390Z test_comprehensive_cos_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.041s) 2022-05-18T05:05:24.7508144Z test_comprehensive_cos_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.043s) 2022-05-18T05:05:24.7602838Z test_comprehensive_cos_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-05-18T05:05:24.7888523Z test_comprehensive_cos_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.028s) 2022-05-18T05:05:24.8155532Z test_comprehensive_cos_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.027s) 2022-05-18T05:05:24.8208331Z test_comprehensive_cos_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:05:24.8260905Z test_comprehensive_cos_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:05:24.8313199Z test_comprehensive_cos_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:05:24.8365561Z test_comprehensive_cos_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:05:24.8417535Z test_comprehensive_cos_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:05:24.8505873Z test_comprehensive_cosh_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-05-18T05:05:24.8557297Z test_comprehensive_cosh_cuda_bool (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:05:24.8893589Z test_comprehensive_cosh_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.033s) 2022-05-18T05:05:24.9243578Z test_comprehensive_cosh_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.035s) 2022-05-18T05:05:24.9326951Z test_comprehensive_cosh_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-05-18T05:05:24.9552168Z test_comprehensive_cosh_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-05-18T05:05:24.9769808Z test_comprehensive_cosh_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-05-18T05:05:24.9823197Z test_comprehensive_cosh_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:05:24.9882276Z test_comprehensive_cosh_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:05:24.9933847Z test_comprehensive_cosh_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:05:24.9985739Z test_comprehensive_cosh_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:05:25.0037425Z test_comprehensive_cosh_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:05:25.0088090Z test_comprehensive_count_nonzero_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:05:25.0133483Z test_comprehensive_count_nonzero_cuda_bool (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:05:25.0187150Z test_comprehensive_count_nonzero_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:05:25.0246267Z test_comprehensive_count_nonzero_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:05:25.0295317Z test_comprehensive_count_nonzero_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:05:25.0344457Z test_comprehensive_count_nonzero_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:05:25.0393964Z test_comprehensive_count_nonzero_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:05:25.0440299Z test_comprehensive_count_nonzero_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:05:25.0486712Z test_comprehensive_count_nonzero_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:05:25.0532406Z test_comprehensive_count_nonzero_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:05:25.0578749Z test_comprehensive_count_nonzero_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:05:25.0631989Z test_comprehensive_count_nonzero_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:05:27.5041561Z test_comprehensive_cov_cuda_complex128 (__main__.TestDecompCUDA) ... ok (2.441s) 2022-05-18T05:05:29.9901689Z test_comprehensive_cov_cuda_complex64 (__main__.TestDecompCUDA) ... ok (2.486s) 2022-05-18T05:05:30.5103935Z test_comprehensive_cov_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.520s) 2022-05-18T05:05:32.2473142Z test_comprehensive_cov_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.737s) 2022-05-18T05:05:33.9647028Z test_comprehensive_cov_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.717s) 2022-05-18T05:05:34.6467364Z test_comprehensive_cov_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.682s) 2022-05-18T05:05:35.3276483Z test_comprehensive_cov_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.681s) 2022-05-18T05:05:36.0100024Z test_comprehensive_cov_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.682s) 2022-05-18T05:05:36.6935037Z test_comprehensive_cov_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.683s) 2022-05-18T05:05:37.3763575Z test_comprehensive_cov_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.683s) 2022-05-18T05:05:37.3818396Z test_comprehensive_cross_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:05:37.3869202Z test_comprehensive_cross_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:05:37.3908313Z test_comprehensive_cross_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:05:37.3947302Z test_comprehensive_cross_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:05:37.3986469Z test_comprehensive_cross_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:05:37.4006703Z test_comprehensive_cross_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:37.4027520Z test_comprehensive_cross_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:37.4053179Z test_comprehensive_cross_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:37.4073503Z test_comprehensive_cross_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:37.4093385Z test_comprehensive_cross_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:37.4132712Z test_comprehensive_cummax_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:05:37.4151919Z test_comprehensive_cummax_cuda_bool (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:37.4189011Z test_comprehensive_cummax_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:05:37.4225219Z test_comprehensive_cummax_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:05:37.4268124Z test_comprehensive_cummax_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:05:37.4287150Z test_comprehensive_cummax_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:37.4306791Z test_comprehensive_cummax_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:37.4325911Z test_comprehensive_cummax_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:37.4345771Z test_comprehensive_cummax_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:37.4365111Z test_comprehensive_cummax_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:37.4403327Z test_comprehensive_cummin_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:05:37.4422567Z test_comprehensive_cummin_cuda_bool (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:37.4465356Z test_comprehensive_cummin_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:05:37.4501698Z test_comprehensive_cummin_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:05:37.4537795Z test_comprehensive_cummin_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:05:37.4557312Z test_comprehensive_cummin_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:37.4576636Z test_comprehensive_cummin_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:37.4596263Z test_comprehensive_cummin_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:37.4615377Z test_comprehensive_cummin_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:37.4635141Z test_comprehensive_cummin_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:37.5835261Z test_comprehensive_cumprod_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.120s) 2022-05-18T05:05:38.3753396Z test_comprehensive_cumprod_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.792s) 2022-05-18T05:05:39.1676517Z test_comprehensive_cumprod_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.792s) 2022-05-18T05:05:39.2864816Z test_comprehensive_cumprod_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.119s) 2022-05-18T05:05:39.8321017Z test_comprehensive_cumprod_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.545s) 2022-05-18T05:05:40.3798897Z test_comprehensive_cumprod_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.548s) 2022-05-18T05:05:40.3834511Z test_comprehensive_cumprod_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:05:40.3869116Z test_comprehensive_cumprod_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:05:40.3901924Z test_comprehensive_cumprod_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:05:40.3936203Z test_comprehensive_cumprod_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:05:40.3970691Z test_comprehensive_cumprod_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:05:40.4041860Z test_comprehensive_cumsum_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:05:40.4930328Z test_comprehensive_cumsum_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.089s) 2022-05-18T05:05:40.5818762Z test_comprehensive_cumsum_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.089s) 2022-05-18T05:05:40.5890491Z test_comprehensive_cumsum_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:05:40.6438714Z test_comprehensive_cumsum_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.055s) 2022-05-18T05:05:40.6982449Z test_comprehensive_cumsum_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.054s) 2022-05-18T05:05:40.7005370Z test_comprehensive_cumsum_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:40.7026606Z test_comprehensive_cumsum_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:40.7047275Z test_comprehensive_cumsum_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:40.7074917Z test_comprehensive_cumsum_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:05:40.7095815Z test_comprehensive_cumsum_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:40.7744589Z test_comprehensive_cumulative_trapezoid_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.065s) 2022-05-18T05:05:41.1311557Z test_comprehensive_cumulative_trapezoid_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.356s) 2022-05-18T05:05:41.5003805Z test_comprehensive_cumulative_trapezoid_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.369s) 2022-05-18T05:05:41.5663580Z test_comprehensive_cumulative_trapezoid_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.066s) 2022-05-18T05:05:41.8019131Z test_comprehensive_cumulative_trapezoid_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.235s) 2022-05-18T05:05:42.0318026Z test_comprehensive_cumulative_trapezoid_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.230s) 2022-05-18T05:05:42.0628002Z test_comprehensive_cumulative_trapezoid_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.031s) 2022-05-18T05:05:42.0940815Z test_comprehensive_cumulative_trapezoid_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.031s) 2022-05-18T05:05:42.1246904Z test_comprehensive_cumulative_trapezoid_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.031s) 2022-05-18T05:05:42.1560734Z test_comprehensive_cumulative_trapezoid_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.031s) 2022-05-18T05:05:42.1876254Z test_comprehensive_cumulative_trapezoid_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.031s) 2022-05-18T05:05:42.1930241Z test_comprehensive_deg2rad_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:05:42.1949947Z test_comprehensive_deg2rad_cuda_bool (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:42.2007161Z test_comprehensive_deg2rad_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:05:42.2094982Z test_comprehensive_deg2rad_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-05-18T05:05:42.2179848Z test_comprehensive_deg2rad_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-05-18T05:05:42.2199599Z test_comprehensive_deg2rad_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:42.2219158Z test_comprehensive_deg2rad_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:42.2238736Z test_comprehensive_deg2rad_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:42.2258209Z test_comprehensive_deg2rad_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:42.2284110Z test_comprehensive_deg2rad_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:42.2428254Z test_comprehensive_diag_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-05-18T05:05:42.2458084Z test_comprehensive_diag_cuda_bool (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:05:42.2856862Z test_comprehensive_diag_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.040s) 2022-05-18T05:05:42.3267241Z test_comprehensive_diag_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.041s) 2022-05-18T05:05:42.3412322Z test_comprehensive_diag_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-05-18T05:05:42.3708121Z test_comprehensive_diag_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.029s) 2022-05-18T05:05:42.3992559Z test_comprehensive_diag_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.028s) 2022-05-18T05:05:42.4031127Z test_comprehensive_diag_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:05:42.4061555Z test_comprehensive_diag_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:05:42.4091758Z test_comprehensive_diag_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:05:42.4122262Z test_comprehensive_diag_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:05:42.4153015Z test_comprehensive_diag_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:05:42.4262053Z test_comprehensive_diag_embed_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-05-18T05:05:42.4299805Z test_comprehensive_diag_embed_cuda_bool (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:05:42.4420130Z test_comprehensive_diag_embed_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-05-18T05:05:42.4494775Z test_comprehensive_diag_embed_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:05:42.4616996Z test_comprehensive_diag_embed_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-05-18T05:05:42.4723869Z test_comprehensive_diag_embed_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-05-18T05:05:42.4830886Z test_comprehensive_diag_embed_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-05-18T05:05:42.4937243Z test_comprehensive_diag_embed_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-05-18T05:05:42.4977556Z test_comprehensive_diag_embed_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:05:42.5017572Z test_comprehensive_diag_embed_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:05:42.5064941Z test_comprehensive_diag_embed_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:05:42.5104694Z test_comprehensive_diag_embed_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:05:42.5144231Z test_comprehensive_diag_embed_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:05:42.5198791Z test_comprehensive_diagflat_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:05:42.5223627Z test_comprehensive_diagflat_cuda_bool (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:42.5281632Z test_comprehensive_diagflat_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:05:42.5338375Z test_comprehensive_diagflat_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:05:42.5390933Z test_comprehensive_diagflat_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:05:42.5450014Z test_comprehensive_diagflat_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:05:42.5502760Z test_comprehensive_diagflat_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:05:42.5527276Z test_comprehensive_diagflat_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:42.5552312Z test_comprehensive_diagflat_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:42.5577333Z test_comprehensive_diagflat_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:42.5602182Z test_comprehensive_diagflat_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:42.5627718Z test_comprehensive_diagflat_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:05:42.5815893Z test_comprehensive_diagonal_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-05-18T05:05:42.5847908Z test_comprehensive_diagonal_cuda_bool (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:05:42.6648380Z test_comprehensive_diagonal_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.080s) 2022-05-18T05:05:42.6712792Z test_comprehensive_diagonal_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:05:42.7532679Z test_comprehensive_diagonal_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.082s) 2022-05-18T05:05:42.7713372Z test_comprehensive_diagonal_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-05-18T05:05:42.8249044Z test_comprehensive_diagonal_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.053s) 2022-05-18T05:05:42.8782379Z test_comprehensive_diagonal_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.053s) 2022-05-18T05:05:42.8817190Z test_comprehensive_diagonal_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:05:42.8851274Z test_comprehensive_diagonal_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:05:42.8885579Z test_comprehensive_diagonal_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:05:42.8919969Z test_comprehensive_diagonal_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:05:42.8954587Z test_comprehensive_diagonal_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:05:42.9118831Z test_comprehensive_diagonal_scatter_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:05:42.9165495Z test_comprehensive_diagonal_scatter_cuda_bool (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:05:42.9334028Z test_comprehensive_diagonal_scatter_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-05-18T05:05:42.9494580Z test_comprehensive_diagonal_scatter_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:05:42.9654906Z test_comprehensive_diagonal_scatter_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:05:42.9703913Z test_comprehensive_diagonal_scatter_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:05:42.9751989Z test_comprehensive_diagonal_scatter_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:05:42.9800447Z test_comprehensive_diagonal_scatter_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:05:42.9848475Z test_comprehensive_diagonal_scatter_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:05:42.9903900Z test_comprehensive_diagonal_scatter_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:05:43.7819316Z test_comprehensive_diff_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.791s) 2022-05-18T05:05:47.0193852Z test_comprehensive_diff_cuda_bool (__main__.TestDecompCUDA) ... ok (3.237s) 2022-05-18T05:06:05.6044886Z test_comprehensive_diff_cuda_complex128 (__main__.TestDecompCUDA) ... ok (18.585s) 2022-05-18T05:06:24.2690265Z test_comprehensive_diff_cuda_complex64 (__main__.TestDecompCUDA) ... ok (18.664s) 2022-05-18T05:06:25.0553764Z test_comprehensive_diff_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.786s) 2022-05-18T05:06:35.7812936Z test_comprehensive_diff_cuda_float32 (__main__.TestDecompCUDA) ... ok (10.726s) 2022-05-18T05:06:46.4400661Z test_comprehensive_diff_cuda_float64 (__main__.TestDecompCUDA) ... ok (10.659s) 2022-05-18T05:06:49.7548296Z test_comprehensive_diff_cuda_int16 (__main__.TestDecompCUDA) ... ok (3.315s) 2022-05-18T05:06:53.0934474Z test_comprehensive_diff_cuda_int32 (__main__.TestDecompCUDA) ... ok (3.338s) 2022-05-18T05:06:56.4076401Z test_comprehensive_diff_cuda_int64 (__main__.TestDecompCUDA) ... ok (3.314s) 2022-05-18T05:06:59.7180504Z test_comprehensive_diff_cuda_int8 (__main__.TestDecompCUDA) ... ok (3.310s) 2022-05-18T05:07:03.0308706Z test_comprehensive_diff_cuda_uint8 (__main__.TestDecompCUDA) ... ok (3.313s) 2022-05-18T05:07:03.0397840Z test_comprehensive_digamma_cuda_bool (__main__.TestDecompCUDA) ... ok (0.009s) 2022-05-18T05:07:03.0505254Z test_comprehensive_digamma_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-05-18T05:07:03.0688289Z test_comprehensive_digamma_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-05-18T05:07:03.0866849Z test_comprehensive_digamma_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-05-18T05:07:03.0918665Z test_comprehensive_digamma_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:07:03.0970090Z test_comprehensive_digamma_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:07:03.1021802Z test_comprehensive_digamma_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:07:03.1079962Z test_comprehensive_digamma_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:07:03.1130975Z test_comprehensive_digamma_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:07:03.5929704Z test_comprehensive_dist_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.480s) 2022-05-18T05:07:07.6528507Z test_comprehensive_dist_cuda_complex128 (__main__.TestDecompCUDA) ... ok (4.060s) 2022-05-18T05:07:11.7403056Z test_comprehensive_dist_cuda_complex64 (__main__.TestDecompCUDA) ... ok (4.087s) 2022-05-18T05:07:12.2203313Z test_comprehensive_dist_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.480s) 2022-05-18T05:07:14.9262354Z test_comprehensive_dist_cuda_float32 (__main__.TestDecompCUDA) ... ok (2.706s) 2022-05-18T05:07:17.6046592Z test_comprehensive_dist_cuda_float64 (__main__.TestDecompCUDA) ... ok (2.678s) 2022-05-18T05:07:17.6168823Z test_comprehensive_div_floor_rounding_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-05-18T05:07:17.6287835Z test_comprehensive_div_floor_rounding_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-05-18T05:07:17.6406709Z test_comprehensive_div_floor_rounding_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-05-18T05:07:17.6525494Z test_comprehensive_div_floor_rounding_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-05-18T05:07:17.6574588Z test_comprehensive_div_floor_rounding_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:07:17.6623265Z test_comprehensive_div_floor_rounding_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:07:17.6677714Z test_comprehensive_div_floor_rounding_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:07:17.6726104Z test_comprehensive_div_floor_rounding_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:07:17.6774269Z test_comprehensive_div_floor_rounding_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:07:17.7003928Z test_comprehensive_div_no_rounding_mode_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-05-18T05:07:17.7050056Z test_comprehensive_div_no_rounding_mode_cuda_bool (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:07:18.2155093Z test_comprehensive_div_no_rounding_mode_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.510s) 2022-05-18T05:07:18.7261438Z test_comprehensive_div_no_rounding_mode_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.510s) 2022-05-18T05:07:18.7492108Z test_comprehensive_div_no_rounding_mode_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-05-18T05:07:19.0479914Z test_comprehensive_div_no_rounding_mode_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.299s) 2022-05-18T05:07:19.3498831Z test_comprehensive_div_no_rounding_mode_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.302s) 2022-05-18T05:07:19.3547897Z test_comprehensive_div_no_rounding_mode_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:07:19.3595703Z test_comprehensive_div_no_rounding_mode_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:07:19.3643770Z test_comprehensive_div_no_rounding_mode_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:07:19.3691797Z test_comprehensive_div_no_rounding_mode_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:07:19.3739875Z test_comprehensive_div_no_rounding_mode_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:07:19.3860355Z test_comprehensive_div_trunc_rounding_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-05-18T05:07:19.3979862Z test_comprehensive_div_trunc_rounding_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-05-18T05:07:19.4104095Z test_comprehensive_div_trunc_rounding_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-05-18T05:07:19.4223241Z test_comprehensive_div_trunc_rounding_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-05-18T05:07:19.4271066Z test_comprehensive_div_trunc_rounding_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:07:19.4319225Z test_comprehensive_div_trunc_rounding_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:07:19.4367528Z test_comprehensive_div_trunc_rounding_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:07:19.4415885Z test_comprehensive_div_trunc_rounding_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:07:19.4463947Z test_comprehensive_div_trunc_rounding_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:07:19.4729619Z test_comprehensive_dot_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-05-18T05:07:19.4993852Z test_comprehensive_dot_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-05-18T05:07:19.5032995Z test_comprehensive_dot_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:07:19.5122741Z test_comprehensive_dot_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-05-18T05:07:19.5210813Z test_comprehensive_dot_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-05-18T05:07:19.5257553Z test_comprehensive_double_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:07:19.5280861Z test_comprehensive_double_cuda_bool (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:07:19.5332510Z test_comprehensive_double_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:07:19.5371297Z test_comprehensive_double_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:07:19.5422294Z test_comprehensive_double_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:07:19.5468015Z test_comprehensive_double_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:07:19.5514186Z test_comprehensive_double_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:07:19.5550744Z test_comprehensive_double_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:07:19.5573750Z test_comprehensive_double_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:07:19.5597155Z test_comprehensive_double_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:07:19.5626625Z test_comprehensive_double_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:07:19.5649220Z test_comprehensive_double_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:07:19.5673100Z test_comprehensive_double_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:07:19.5739798Z test_comprehensive_dsplit_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:07:19.5757774Z test_comprehensive_dsplit_cuda_bool (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:07:19.6282257Z test_comprehensive_dsplit_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.052s) 2022-05-18T05:07:19.6304592Z test_comprehensive_dsplit_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:07:19.6833141Z test_comprehensive_dsplit_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.053s) 2022-05-18T05:07:19.6906965Z test_comprehensive_dsplit_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:07:19.7263119Z test_comprehensive_dsplit_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.035s) 2022-05-18T05:07:19.7613483Z test_comprehensive_dsplit_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.035s) 2022-05-18T05:07:19.7632284Z test_comprehensive_dsplit_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:07:19.7650334Z test_comprehensive_dsplit_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:07:19.7669004Z test_comprehensive_dsplit_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:07:19.7687255Z test_comprehensive_dsplit_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:07:19.7706007Z test_comprehensive_dsplit_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:07:19.7739795Z test_comprehensive_dstack_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:07:19.7757820Z test_comprehensive_dstack_cuda_bool (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:07:19.7788632Z test_comprehensive_dstack_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:07:19.7812113Z test_comprehensive_dstack_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:07:19.7842590Z test_comprehensive_dstack_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:07:19.7869716Z test_comprehensive_dstack_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:07:19.7896191Z test_comprehensive_dstack_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:07:19.7929378Z test_comprehensive_dstack_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:07:19.7947787Z test_comprehensive_dstack_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:07:19.7965245Z test_comprehensive_dstack_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:07:19.7984165Z test_comprehensive_dstack_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:07:19.8001987Z test_comprehensive_dstack_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:07:19.8020065Z test_comprehensive_dstack_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:07:19.8945340Z test_comprehensive_eig_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.092s) 2022-05-18T05:07:19.9874029Z test_comprehensive_eig_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.093s) 2022-05-18T05:07:20.0415348Z test_comprehensive_eig_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.054s) 2022-05-18T05:07:20.0944477Z test_comprehensive_eig_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.053s) 2022-05-18T05:07:20.2210625Z test_comprehensive_einsum_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.127s) 2022-05-18T05:07:20.3500618Z test_comprehensive_einsum_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.129s) 2022-05-18T05:07:20.3792141Z test_comprehensive_einsum_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.029s) 2022-05-18T05:07:20.4650803Z test_comprehensive_einsum_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.086s) 2022-05-18T05:07:20.5488502Z test_comprehensive_einsum_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.084s) 2022-05-18T05:07:20.5518537Z test_comprehensive_empty_like_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:07:20.5541632Z test_comprehensive_empty_like_cuda_bool (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:07:20.5577187Z test_comprehensive_empty_like_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:07:20.5612989Z test_comprehensive_empty_like_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:07:20.5648898Z test_comprehensive_empty_like_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:07:20.5678470Z test_comprehensive_empty_like_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:07:20.5713612Z test_comprehensive_empty_like_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:07:20.5742764Z test_comprehensive_empty_like_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:07:20.5765545Z test_comprehensive_empty_like_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:07:20.5788685Z test_comprehensive_empty_like_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:07:20.5811284Z test_comprehensive_empty_like_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:07:20.5834451Z test_comprehensive_empty_like_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:07:20.5857236Z test_comprehensive_empty_like_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:07:20.6378508Z test_comprehensive_eq_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.052s) 2022-05-18T05:07:20.7022986Z test_comprehensive_eq_cuda_bool (__main__.TestDecompCUDA) ... ok (0.064s) 2022-05-18T05:07:20.8530281Z test_comprehensive_eq_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.151s) 2022-05-18T05:07:21.0067778Z test_comprehensive_eq_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.154s) 2022-05-18T05:07:21.0581831Z test_comprehensive_eq_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.051s) 2022-05-18T05:07:21.1487713Z test_comprehensive_eq_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.090s) 2022-05-18T05:07:21.2394767Z test_comprehensive_eq_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.091s) 2022-05-18T05:07:21.3040606Z test_comprehensive_eq_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.064s) 2022-05-18T05:07:21.3681349Z test_comprehensive_eq_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.064s) 2022-05-18T05:07:21.4329386Z test_comprehensive_eq_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.065s) 2022-05-18T05:07:21.4975670Z test_comprehensive_eq_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.065s) 2022-05-18T05:07:21.5617830Z test_comprehensive_eq_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.064s) 2022-05-18T05:07:21.5679471Z test_comprehensive_erf_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:07:21.5849200Z test_comprehensive_erf_cuda_bool (__main__.TestDecompCUDA) ... ok (0.017s) 2022-05-18T05:07:21.5908194Z test_comprehensive_erf_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:07:21.7204096Z test_comprehensive_erf_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.129s) 2022-05-18T05:07:21.8494302Z test_comprehensive_erf_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.129s) 2022-05-18T05:07:21.8659630Z test_comprehensive_erf_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-05-18T05:07:21.8823727Z test_comprehensive_erf_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:07:21.8987329Z test_comprehensive_erf_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:07:21.9154960Z test_comprehensive_erf_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-05-18T05:07:21.9315343Z test_comprehensive_erf_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:07:21.9472161Z test_comprehensive_erfc_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:07:21.9544123Z test_comprehensive_erfc_cuda_bool (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:07:21.9678747Z test_comprehensive_erfc_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-05-18T05:07:22.0062962Z test_comprehensive_erfc_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.038s) 2022-05-18T05:07:22.0435528Z test_comprehensive_erfc_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.037s) 2022-05-18T05:07:22.0487370Z test_comprehensive_erfc_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:07:22.0544856Z test_comprehensive_erfc_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:07:22.0596003Z test_comprehensive_erfc_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:07:22.0647633Z test_comprehensive_erfc_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:07:22.0698604Z test_comprehensive_erfc_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:07:22.0888679Z test_comprehensive_erfinv_cuda_bool (__main__.TestDecompCUDA) ... ok (0.019s) 2022-05-18T05:07:22.0968157Z test_comprehensive_erfinv_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-05-18T05:07:22.2247846Z test_comprehensive_erfinv_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.128s) 2022-05-18T05:07:22.3522609Z test_comprehensive_erfinv_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.127s) 2022-05-18T05:07:22.3684045Z test_comprehensive_erfinv_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:07:22.3846894Z test_comprehensive_erfinv_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:07:22.4009860Z test_comprehensive_erfinv_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:07:22.4171068Z test_comprehensive_erfinv_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:07:22.4330011Z test_comprehensive_erfinv_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:07:22.4413474Z test_comprehensive_exp2_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-05-18T05:07:22.4461160Z test_comprehensive_exp2_cuda_bool (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:07:22.4540055Z test_comprehensive_exp2_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-05-18T05:07:22.4722611Z test_comprehensive_exp2_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-05-18T05:07:22.4901311Z test_comprehensive_exp2_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-05-18T05:07:22.4920575Z test_comprehensive_exp2_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:07:22.4940236Z test_comprehensive_exp2_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:07:22.4959398Z test_comprehensive_exp2_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:07:22.4984860Z test_comprehensive_exp2_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:07:22.5003975Z test_comprehensive_exp2_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:07:22.5070855Z test_comprehensive_exp_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:07:22.5121590Z test_comprehensive_exp_cuda_bool (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:07:22.5406890Z test_comprehensive_exp_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.028s) 2022-05-18T05:07:22.5564694Z test_comprehensive_exp_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:07:22.5827461Z test_comprehensive_exp_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-05-18T05:07:22.5894458Z test_comprehensive_exp_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:07:22.6072119Z test_comprehensive_exp_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-05-18T05:07:22.6238987Z test_comprehensive_exp_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-05-18T05:07:22.6291182Z test_comprehensive_exp_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:07:22.6342549Z test_comprehensive_exp_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:07:22.6393985Z test_comprehensive_exp_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:07:22.6445692Z test_comprehensive_exp_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:07:22.6497224Z test_comprehensive_exp_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:07:22.6537832Z test_comprehensive_expand_as_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:07:22.6565607Z test_comprehensive_expand_as_cuda_bool (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:07:22.6610731Z test_comprehensive_expand_as_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:07:22.6655657Z test_comprehensive_expand_as_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:07:22.6695193Z test_comprehensive_expand_as_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:07:22.6734755Z test_comprehensive_expand_as_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:07:22.6774520Z test_comprehensive_expand_as_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:07:22.6796567Z test_comprehensive_expand_as_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:07:22.6825139Z test_comprehensive_expand_as_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:07:22.6846160Z test_comprehensive_expand_as_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:07:22.6868461Z test_comprehensive_expand_as_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:07:22.6889081Z test_comprehensive_expand_as_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:07:22.6969596Z test_comprehensive_expand_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-05-18T05:07:22.6998228Z test_comprehensive_expand_cuda_bool (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:07:22.7088605Z test_comprehensive_expand_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-05-18T05:07:22.7178861Z test_comprehensive_expand_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-05-18T05:07:22.7266793Z test_comprehensive_expand_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-05-18T05:07:22.7346890Z test_comprehensive_expand_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-05-18T05:07:22.7427415Z test_comprehensive_expand_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-05-18T05:07:22.7457011Z test_comprehensive_expand_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:07:22.7486493Z test_comprehensive_expand_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:07:22.7515488Z test_comprehensive_expand_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:07:22.7544897Z test_comprehensive_expand_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:07:22.7574228Z test_comprehensive_expand_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:07:22.7618015Z test_comprehensive_expm1_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:07:22.7782182Z test_comprehensive_expm1_cuda_bool (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:07:22.7817548Z test_comprehensive_expm1_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:07:22.8396346Z test_comprehensive_expm1_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.058s) 2022-05-18T05:07:22.8969714Z test_comprehensive_expm1_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.057s) 2022-05-18T05:07:22.9133673Z test_comprehensive_expm1_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:07:22.9303580Z test_comprehensive_expm1_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-05-18T05:07:22.9472430Z test_comprehensive_expm1_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-05-18T05:07:22.9640044Z test_comprehensive_expm1_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-05-18T05:07:22.9808059Z test_comprehensive_expm1_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-05-18T05:07:23.1335835Z test_comprehensive_fft_fft2_cuda_bool (__main__.TestDecompCUDA) ... ok (0.153s) 2022-05-18T05:07:23.1551934Z test_comprehensive_fft_fft2_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-05-18T05:07:23.1752737Z test_comprehensive_fft_fft2_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-05-18T05:07:23.1960480Z test_comprehensive_fft_fft2_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-05-18T05:07:23.2155264Z test_comprehensive_fft_fft2_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-05-18T05:07:23.2189344Z test_comprehensive_fft_fft2_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:07:23.2222913Z test_comprehensive_fft_fft2_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:07:23.2256213Z test_comprehensive_fft_fft2_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:07:23.2290091Z test_comprehensive_fft_fft2_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:07:23.2323966Z test_comprehensive_fft_fft2_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:07:23.2370278Z test_comprehensive_fft_fft_cuda_bool (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:07:23.2456661Z test_comprehensive_fft_fft_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-05-18T05:07:23.2537065Z test_comprehensive_fft_fft_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-05-18T05:07:23.2612246Z test_comprehensive_fft_fft_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:07:23.2696092Z test_comprehensive_fft_fft_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-05-18T05:07:23.2731023Z test_comprehensive_fft_fft_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:07:23.2766254Z test_comprehensive_fft_fft_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:07:23.2801617Z test_comprehensive_fft_fft_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:07:23.2843516Z test_comprehensive_fft_fft_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:07:23.2878773Z test_comprehensive_fft_fft_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:07:23.2918379Z test_comprehensive_fft_fftn_cuda_bool (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:07:23.3130978Z test_comprehensive_fft_fftn_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-05-18T05:07:23.3343127Z test_comprehensive_fft_fftn_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-05-18T05:07:23.3562364Z test_comprehensive_fft_fftn_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-05-18T05:07:23.3783447Z test_comprehensive_fft_fftn_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-05-18T05:07:23.3823029Z test_comprehensive_fft_fftn_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:07:23.3867888Z test_comprehensive_fft_fftn_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:07:23.3905732Z test_comprehensive_fft_fftn_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:07:23.3943346Z test_comprehensive_fft_fftn_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:07:23.3980774Z test_comprehensive_fft_fftn_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:07:23.4033737Z test_comprehensive_fft_fftshift_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:07:23.4057814Z test_comprehensive_fft_fftshift_cuda_bool (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:07:23.4115527Z test_comprehensive_fft_fftshift_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:07:23.4180054Z test_comprehensive_fft_fftshift_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:07:23.4231832Z test_comprehensive_fft_fftshift_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:07:23.4283150Z test_comprehensive_fft_fftshift_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:07:23.4334702Z test_comprehensive_fft_fftshift_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:07:23.4359294Z test_comprehensive_fft_fftshift_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:07:23.4384062Z test_comprehensive_fft_fftshift_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:07:23.4408195Z test_comprehensive_fft_fftshift_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:07:23.4433102Z test_comprehensive_fft_fftshift_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:07:23.4463181Z test_comprehensive_fft_fftshift_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:07:23.4521792Z test_comprehensive_fft_hfft2_cuda_bool (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:07:23.5038013Z test_comprehensive_fft_hfft2_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.051s) 2022-05-18T05:07:23.5557176Z test_comprehensive_fft_hfft2_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.052s) 2022-05-18T05:07:23.6060612Z test_comprehensive_fft_hfft2_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.050s) 2022-05-18T05:07:23.6562246Z test_comprehensive_fft_hfft2_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.050s) 2022-05-18T05:07:23.6606876Z test_comprehensive_fft_hfft2_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:07:23.6651256Z test_comprehensive_fft_hfft2_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:07:23.6702279Z test_comprehensive_fft_hfft2_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:07:23.6746189Z test_comprehensive_fft_hfft2_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:07:23.6790553Z test_comprehensive_fft_hfft2_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:07:23.6839803Z test_comprehensive_fft_hfft_cuda_bool (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:07:23.7087881Z test_comprehensive_fft_hfft_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-05-18T05:07:23.7327222Z test_comprehensive_fft_hfft_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-05-18T05:07:23.7568855Z test_comprehensive_fft_hfft_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-05-18T05:07:23.7812209Z test_comprehensive_fft_hfft_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-05-18T05:07:23.7854587Z test_comprehensive_fft_hfft_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:07:23.7896269Z test_comprehensive_fft_hfft_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:07:23.7937458Z test_comprehensive_fft_hfft_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:07:23.7978879Z test_comprehensive_fft_hfft_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:07:23.8020447Z test_comprehensive_fft_hfft_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:07:23.8069884Z test_comprehensive_fft_hfftn_cuda_bool (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:07:23.8550550Z test_comprehensive_fft_hfftn_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.048s) 2022-05-18T05:07:23.9040715Z test_comprehensive_fft_hfftn_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.049s) 2022-05-18T05:07:23.9540642Z test_comprehensive_fft_hfftn_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.050s) 2022-05-18T05:07:24.0031621Z test_comprehensive_fft_hfftn_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.049s) 2022-05-18T05:07:24.0082389Z test_comprehensive_fft_hfftn_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:07:24.0131561Z test_comprehensive_fft_hfftn_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:07:24.0180834Z test_comprehensive_fft_hfftn_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:07:24.0230229Z test_comprehensive_fft_hfftn_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:07:24.0285279Z test_comprehensive_fft_hfftn_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:07:24.0319840Z test_comprehensive_fft_ifft2_cuda_bool (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:07:24.0509678Z test_comprehensive_fft_ifft2_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-05-18T05:07:24.0702104Z test_comprehensive_fft_ifft2_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-05-18T05:07:24.0907601Z test_comprehensive_fft_ifft2_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-05-18T05:07:24.1109326Z test_comprehensive_fft_ifft2_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-05-18T05:07:24.1146077Z test_comprehensive_fft_ifft2_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:07:24.1188271Z test_comprehensive_fft_ifft2_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:07:24.1222704Z test_comprehensive_fft_ifft2_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:07:24.1256860Z test_comprehensive_fft_ifft2_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:07:24.1291516Z test_comprehensive_fft_ifft2_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:07:24.1330296Z test_comprehensive_fft_ifft_cuda_bool (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:07:24.1408343Z test_comprehensive_fft_ifft_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-05-18T05:07:24.1484702Z test_comprehensive_fft_ifft_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-05-18T05:07:24.1576859Z test_comprehensive_fft_ifft_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-05-18T05:07:24.1675824Z test_comprehensive_fft_ifft_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-05-18T05:07:24.1715136Z test_comprehensive_fft_ifft_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:07:24.1753932Z test_comprehensive_fft_ifft_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:07:24.1792385Z test_comprehensive_fft_ifft_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:07:24.1831045Z test_comprehensive_fft_ifft_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:07:24.1869805Z test_comprehensive_fft_ifft_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:07:24.1908569Z test_comprehensive_fft_ifftn_cuda_bool (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:07:24.2123424Z test_comprehensive_fft_ifftn_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-05-18T05:07:24.2332337Z test_comprehensive_fft_ifftn_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-05-18T05:07:24.2549829Z test_comprehensive_fft_ifftn_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-05-18T05:07:24.2770525Z test_comprehensive_fft_ifftn_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-05-18T05:07:24.2811632Z test_comprehensive_fft_ifftn_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:07:24.2851460Z test_comprehensive_fft_ifftn_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:07:24.2891225Z test_comprehensive_fft_ifftn_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:07:24.2930662Z test_comprehensive_fft_ifftn_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:07:24.2976686Z test_comprehensive_fft_ifftn_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:07:24.3029336Z test_comprehensive_fft_ifftshift_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:07:24.3053246Z test_comprehensive_fft_ifftshift_cuda_bool (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:07:24.3110463Z test_comprehensive_fft_ifftshift_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:07:24.3167167Z test_comprehensive_fft_ifftshift_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:07:24.3218931Z test_comprehensive_fft_ifftshift_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:07:24.3270987Z test_comprehensive_fft_ifftshift_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:07:24.3329500Z test_comprehensive_fft_ifftshift_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:07:24.3353859Z test_comprehensive_fft_ifftshift_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:07:24.3378343Z test_comprehensive_fft_ifftshift_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:07:24.3403047Z test_comprehensive_fft_ifftshift_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:07:24.3427918Z test_comprehensive_fft_ifftshift_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:07:24.3452339Z test_comprehensive_fft_ifftshift_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:07:24.3505283Z test_comprehensive_fft_ihfft2_cuda_bool (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:07:24.3691472Z test_comprehensive_fft_ihfft2_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-05-18T05:07:24.3888996Z test_comprehensive_fft_ihfft2_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-05-18T05:07:24.3932826Z test_comprehensive_fft_ihfft2_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:07:24.3976132Z test_comprehensive_fft_ihfft2_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:07:24.4019659Z test_comprehensive_fft_ihfft2_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:07:24.4063505Z test_comprehensive_fft_ihfft2_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:07:24.4107239Z test_comprehensive_fft_ihfft2_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:07:24.4148939Z test_comprehensive_fft_ihfft_cuda_bool (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:07:24.4254633Z test_comprehensive_fft_ihfft_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-05-18T05:07:24.4371167Z test_comprehensive_fft_ihfft_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-05-18T05:07:24.4409095Z test_comprehensive_fft_ihfft_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:07:24.4446885Z test_comprehensive_fft_ihfft_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:07:24.4484882Z test_comprehensive_fft_ihfft_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:07:24.4523118Z test_comprehensive_fft_ihfft_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:07:24.4560999Z test_comprehensive_fft_ihfft_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:07:24.4608437Z test_comprehensive_fft_ihfftn_cuda_bool (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:07:24.4820354Z test_comprehensive_fft_ihfftn_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-05-18T05:07:24.5022268Z test_comprehensive_fft_ihfftn_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-05-18T05:07:24.5071094Z test_comprehensive_fft_ihfftn_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:07:24.5118559Z test_comprehensive_fft_ihfftn_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:07:24.5165491Z test_comprehensive_fft_ihfftn_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:07:24.5212994Z test_comprehensive_fft_ihfftn_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:07:24.5259717Z test_comprehensive_fft_ihfftn_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:07:24.5306214Z test_comprehensive_fft_irfft2_cuda_bool (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:07:24.5789164Z test_comprehensive_fft_irfft2_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.048s) 2022-05-18T05:07:24.6246680Z test_comprehensive_fft_irfft2_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.046s) 2022-05-18T05:07:24.6697423Z test_comprehensive_fft_irfft2_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-05-18T05:07:24.7160252Z test_comprehensive_fft_irfft2_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.046s) 2022-05-18T05:07:24.7197189Z test_comprehensive_fft_irfft2_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:07:24.7232204Z test_comprehensive_fft_irfft2_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:07:24.7267431Z test_comprehensive_fft_irfft2_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:07:24.7309506Z test_comprehensive_fft_irfft2_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:07:24.7344367Z test_comprehensive_fft_irfft2_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:07:24.7380155Z test_comprehensive_fft_irfft_cuda_bool (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:07:24.7602533Z test_comprehensive_fft_irfft_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-05-18T05:07:24.7819993Z test_comprehensive_fft_irfft_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-05-18T05:07:24.8046649Z test_comprehensive_fft_irfft_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-05-18T05:07:24.8267235Z test_comprehensive_fft_irfft_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-05-18T05:07:24.8303920Z test_comprehensive_fft_irfft_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:07:24.8346146Z test_comprehensive_fft_irfft_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:07:24.8382257Z test_comprehensive_fft_irfft_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:07:24.8417980Z test_comprehensive_fft_irfft_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:07:24.8454213Z test_comprehensive_fft_irfft_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:07:24.8494038Z test_comprehensive_fft_irfftn_cuda_bool (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:07:24.8949000Z test_comprehensive_fft_irfftn_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-05-18T05:07:24.9410011Z test_comprehensive_fft_irfftn_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.046s) 2022-05-18T05:07:24.9878917Z test_comprehensive_fft_irfftn_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.047s) 2022-05-18T05:07:25.0336159Z test_comprehensive_fft_irfftn_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.046s) 2022-05-18T05:07:25.0375767Z test_comprehensive_fft_irfftn_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:07:25.0415166Z test_comprehensive_fft_irfftn_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:07:25.0455080Z test_comprehensive_fft_irfftn_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:07:25.0494747Z test_comprehensive_fft_irfftn_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:07:25.0534337Z test_comprehensive_fft_irfftn_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:07:25.0574079Z test_comprehensive_fft_rfft2_cuda_bool (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:07:25.0733096Z test_comprehensive_fft_rfft2_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:07:25.0890004Z test_comprehensive_fft_rfft2_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:07:25.0924215Z test_comprehensive_fft_rfft2_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:07:25.0958308Z test_comprehensive_fft_rfft2_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:07:25.0992590Z test_comprehensive_fft_rfft2_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:07:25.1026603Z test_comprehensive_fft_rfft2_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:07:25.1060504Z test_comprehensive_fft_rfft2_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:07:25.1100539Z test_comprehensive_fft_rfft_cuda_bool (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:07:25.1190460Z test_comprehensive_fft_rfft_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-05-18T05:07:25.1280068Z test_comprehensive_fft_rfft_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-05-18T05:07:25.1314489Z test_comprehensive_fft_rfft_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:07:25.1349116Z test_comprehensive_fft_rfft_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:07:25.1383559Z test_comprehensive_fft_rfft_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:07:25.1417653Z test_comprehensive_fft_rfft_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:07:25.1451926Z test_comprehensive_fft_rfft_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:07:25.1495923Z test_comprehensive_fft_rfftn_cuda_bool (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:07:25.1668383Z test_comprehensive_fft_rfftn_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-05-18T05:07:25.1839415Z test_comprehensive_fft_rfftn_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-05-18T05:07:25.1878185Z test_comprehensive_fft_rfftn_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:07:25.1916669Z test_comprehensive_fft_rfftn_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:07:25.1955309Z test_comprehensive_fft_rfftn_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:07:25.1993797Z test_comprehensive_fft_rfftn_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:07:25.2032544Z test_comprehensive_fft_rfftn_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:07:25.2079868Z test_comprehensive_fill__cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:07:25.2102002Z test_comprehensive_fill__cuda_bool (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:07:25.2146560Z test_comprehensive_fill__cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:07:25.2175915Z test_comprehensive_fill__cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:07:25.2220510Z test_comprehensive_fill__cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:07:25.2260720Z test_comprehensive_fill__cuda_float16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:07:25.2301555Z test_comprehensive_fill__cuda_float32 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:07:25.2348309Z test_comprehensive_fill__cuda_float64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:07:25.2370377Z test_comprehensive_fill__cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:07:25.2392867Z test_comprehensive_fill__cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:07:25.2415000Z test_comprehensive_fill__cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:07:25.2437462Z test_comprehensive_fill__cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:07:25.2459549Z test_comprehensive_fill__cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:07:25.2507802Z test_comprehensive_flatten_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:07:25.2528352Z test_comprehensive_flatten_cuda_bool (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:07:25.2587937Z test_comprehensive_flatten_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:07:25.2618986Z test_comprehensive_flatten_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:07:25.2671766Z test_comprehensive_flatten_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:07:25.2719293Z test_comprehensive_flatten_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:07:25.2766919Z test_comprehensive_flatten_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:07:25.2814591Z test_comprehensive_flatten_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:07:25.2835914Z test_comprehensive_flatten_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:07:25.2864121Z test_comprehensive_flatten_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:07:25.2885041Z test_comprehensive_flatten_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:07:25.2906356Z test_comprehensive_flatten_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:07:25.2927242Z test_comprehensive_flatten_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:07:25.3071976Z test_comprehensive_flip_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-05-18T05:07:25.3721170Z test_comprehensive_flip_cuda_bool (__main__.TestDecompCUDA) ... ok (0.065s) 2022-05-18T05:07:25.6354408Z test_comprehensive_flip_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.263s) 2022-05-18T05:07:25.9009040Z test_comprehensive_flip_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.265s) 2022-05-18T05:07:25.9152673Z test_comprehensive_flip_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-05-18T05:07:26.0745443Z test_comprehensive_flip_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.159s) 2022-05-18T05:07:26.2332059Z test_comprehensive_flip_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.159s) 2022-05-18T05:07:26.2979382Z test_comprehensive_flip_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.065s) 2022-05-18T05:07:26.3624251Z test_comprehensive_flip_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.064s) 2022-05-18T05:07:26.4273363Z test_comprehensive_flip_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.065s) 2022-05-18T05:07:26.4921940Z test_comprehensive_flip_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.065s) 2022-05-18T05:07:26.5566072Z test_comprehensive_flip_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.064s) 2022-05-18T05:07:26.5606131Z test_comprehensive_fliplr_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:07:26.5747332Z test_comprehensive_fliplr_cuda_bool (__main__.TestDecompCUDA) ... ok (0.014s) 2022-05-18T05:07:26.6285498Z test_comprehensive_fliplr_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.054s) 2022-05-18T05:07:26.6818099Z test_comprehensive_fliplr_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.053s) 2022-05-18T05:07:26.6858034Z test_comprehensive_fliplr_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:07:26.7188918Z test_comprehensive_fliplr_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.033s) 2022-05-18T05:07:26.7520422Z test_comprehensive_fliplr_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.033s) 2022-05-18T05:07:26.7661940Z test_comprehensive_fliplr_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-05-18T05:07:26.7802036Z test_comprehensive_fliplr_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-05-18T05:07:26.7944640Z test_comprehensive_fliplr_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-05-18T05:07:26.8084888Z test_comprehensive_fliplr_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-05-18T05:07:26.8226539Z test_comprehensive_fliplr_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-05-18T05:07:26.8266845Z test_comprehensive_flipud_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:07:26.8413654Z test_comprehensive_flipud_cuda_bool (__main__.TestDecompCUDA) ... ok (0.015s) 2022-05-18T05:07:26.8953418Z test_comprehensive_flipud_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.054s) 2022-05-18T05:07:26.9486227Z test_comprehensive_flipud_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.053s) 2022-05-18T05:07:26.9526269Z test_comprehensive_flipud_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:07:26.9852864Z test_comprehensive_flipud_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.033s) 2022-05-18T05:07:27.0182252Z test_comprehensive_flipud_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.033s) 2022-05-18T05:07:27.0324730Z test_comprehensive_flipud_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-05-18T05:07:27.0471277Z test_comprehensive_flipud_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-05-18T05:07:27.0613429Z test_comprehensive_flipud_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-05-18T05:07:27.0754219Z test_comprehensive_flipud_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-05-18T05:07:27.0896948Z test_comprehensive_flipud_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-05-18T05:07:27.0945969Z test_comprehensive_float_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:07:27.0968757Z test_comprehensive_float_cuda_bool (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:07:27.1022851Z test_comprehensive_float_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:07:27.1055238Z test_comprehensive_float_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:07:27.1114896Z test_comprehensive_float_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:07:27.1163713Z test_comprehensive_float_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:07:27.1201614Z test_comprehensive_float_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:07:27.1250222Z test_comprehensive_float_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:07:27.1273772Z test_comprehensive_float_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:07:27.1296827Z test_comprehensive_float_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:07:27.1320311Z test_comprehensive_float_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:07:27.1350077Z test_comprehensive_float_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:07:27.1373912Z test_comprehensive_float_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:07:27.3079125Z test_comprehensive_float_power_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.170s) 2022-05-18T05:07:27.4094149Z test_comprehensive_float_power_cuda_bool (__main__.TestDecompCUDA) ... ok (0.101s) 2022-05-18T05:07:29.7370960Z test_comprehensive_float_power_cuda_complex128 (__main__.TestDecompCUDA) ... ok (2.327s) 2022-05-18T05:07:32.0780525Z test_comprehensive_float_power_cuda_complex64 (__main__.TestDecompCUDA) ... ok (2.341s) 2022-05-18T05:07:32.2480793Z test_comprehensive_float_power_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.170s) 2022-05-18T05:07:33.6506978Z test_comprehensive_float_power_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.402s) 2022-05-18T05:07:35.0494922Z test_comprehensive_float_power_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.399s) 2022-05-18T05:07:35.1988279Z test_comprehensive_float_power_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.149s) 2022-05-18T05:07:35.3487048Z test_comprehensive_float_power_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.150s) 2022-05-18T05:07:35.4990660Z test_comprehensive_float_power_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.150s) 2022-05-18T05:07:35.6492101Z test_comprehensive_float_power_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.150s) 2022-05-18T05:07:35.7997210Z test_comprehensive_float_power_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.150s) 2022-05-18T05:07:35.8023435Z test_comprehensive_floor_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:07:35.8048943Z test_comprehensive_floor_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:07:35.8253228Z test_comprehensive_floor_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-05-18T05:07:35.8448425Z test_comprehensive_floor_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-05-18T05:07:35.8512212Z test_comprehensive_floor_divide_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:07:35.8573549Z test_comprehensive_floor_divide_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:07:35.8634935Z test_comprehensive_floor_divide_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:07:35.8696215Z test_comprehensive_floor_divide_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:07:35.8742599Z test_comprehensive_floor_divide_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:07:35.8794428Z test_comprehensive_floor_divide_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:07:35.8840644Z test_comprehensive_floor_divide_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:07:35.8886639Z test_comprehensive_floor_divide_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:07:35.8932271Z test_comprehensive_floor_divide_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:07:36.0393721Z test_comprehensive_fmax_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.146s) 2022-05-18T05:07:36.0423007Z test_comprehensive_fmax_cuda_bool (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:07:36.1885262Z test_comprehensive_fmax_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.146s) 2022-05-18T05:07:36.7631194Z test_comprehensive_fmax_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.574s) 2022-05-18T05:07:37.3400250Z test_comprehensive_fmax_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.577s) 2022-05-18T05:07:37.3431768Z test_comprehensive_fmax_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:07:37.3462859Z test_comprehensive_fmax_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:07:37.3493731Z test_comprehensive_fmax_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:07:37.3525040Z test_comprehensive_fmax_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:07:37.3556303Z test_comprehensive_fmax_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:07:37.5010057Z test_comprehensive_fmin_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.145s) 2022-05-18T05:07:37.5039412Z test_comprehensive_fmin_cuda_bool (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:07:37.6503332Z test_comprehensive_fmin_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.146s) 2022-05-18T05:07:38.2247114Z test_comprehensive_fmin_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.574s) 2022-05-18T05:07:38.7996843Z test_comprehensive_fmin_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.575s) 2022-05-18T05:07:38.8028412Z test_comprehensive_fmin_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:07:38.8058980Z test_comprehensive_fmin_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:07:38.8090103Z test_comprehensive_fmin_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:07:38.8121109Z test_comprehensive_fmin_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:07:38.8152406Z test_comprehensive_fmin_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:07:38.8378794Z test_comprehensive_fmod_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-05-18T05:07:39.1618457Z test_comprehensive_fmod_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.324s) 2022-05-18T05:07:39.4909149Z test_comprehensive_fmod_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.329s) 2022-05-18T05:07:39.4955612Z test_comprehensive_fmod_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:07:39.5001739Z test_comprehensive_fmod_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:07:39.5048042Z test_comprehensive_fmod_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:07:39.5093861Z test_comprehensive_fmod_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:07:39.5139801Z test_comprehensive_fmod_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:07:39.5169852Z test_comprehensive_frac_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:07:39.5199771Z test_comprehensive_frac_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:07:39.5235531Z test_comprehensive_frac_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:07:39.5263965Z test_comprehensive_frac_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:07:39.5301873Z test_comprehensive_frexp_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:07:39.5335890Z test_comprehensive_frexp_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:07:39.5370674Z test_comprehensive_frexp_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:07:39.5406058Z test_comprehensive_full_like_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:07:39.5431137Z test_comprehensive_full_like_cuda_bool (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:07:39.5480170Z test_comprehensive_full_like_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:07:39.5522556Z test_comprehensive_full_like_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:07:39.5556305Z test_comprehensive_full_like_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:07:39.5590404Z test_comprehensive_full_like_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:07:39.5624112Z test_comprehensive_full_like_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:07:39.5649728Z test_comprehensive_full_like_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:07:39.5676509Z test_comprehensive_full_like_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:07:39.5702671Z test_comprehensive_full_like_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:07:39.5734730Z test_comprehensive_full_like_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:07:39.5761034Z test_comprehensive_full_like_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:07:39.5828225Z test_comprehensive_gather_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:07:39.5862591Z test_comprehensive_gather_cuda_bool (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:07:39.5933299Z test_comprehensive_gather_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:07:39.6003992Z test_comprehensive_gather_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:07:39.6070214Z test_comprehensive_gather_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:07:39.6136229Z test_comprehensive_gather_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:07:39.6209174Z test_comprehensive_gather_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:07:39.6243897Z test_comprehensive_gather_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:07:39.6278495Z test_comprehensive_gather_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:07:39.6313496Z test_comprehensive_gather_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:07:39.6348245Z test_comprehensive_gather_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:07:39.6382749Z test_comprehensive_gather_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:07:39.6437092Z test_comprehensive_gcd_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:07:39.6493954Z test_comprehensive_gcd_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:07:39.6545654Z test_comprehensive_gcd_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:07:39.6596646Z test_comprehensive_gcd_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:07:39.6647687Z test_comprehensive_gcd_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:07:39.7124460Z test_comprehensive_ge_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.048s) 2022-05-18T05:07:39.7739693Z test_comprehensive_ge_cuda_bool (__main__.TestDecompCUDA) ... ok (0.061s) 2022-05-18T05:07:39.8215156Z test_comprehensive_ge_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.047s) 2022-05-18T05:07:39.9064625Z test_comprehensive_ge_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.085s) 2022-05-18T05:07:39.9898938Z test_comprehensive_ge_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.083s) 2022-05-18T05:07:40.0510355Z test_comprehensive_ge_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.061s) 2022-05-18T05:07:40.1120928Z test_comprehensive_ge_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.061s) 2022-05-18T05:07:40.1727203Z test_comprehensive_ge_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.061s) 2022-05-18T05:07:40.2333540Z test_comprehensive_ge_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.061s) 2022-05-18T05:07:40.2948030Z test_comprehensive_ge_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.061s) 2022-05-18T05:07:40.3530673Z test_comprehensive_geqrf_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.058s) 2022-05-18T05:07:40.3814799Z test_comprehensive_geqrf_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.028s) 2022-05-18T05:07:40.4038773Z test_comprehensive_geqrf_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-05-18T05:07:40.4320837Z test_comprehensive_geqrf_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.028s) 2022-05-18T05:07:40.6805044Z test_comprehensive_gradient_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.248s) 2022-05-18T05:07:42.1030617Z test_comprehensive_gradient_cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.422s) 2022-05-18T05:07:43.5630393Z test_comprehensive_gradient_cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.460s) 2022-05-18T05:07:43.8107670Z test_comprehensive_gradient_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.248s) 2022-05-18T05:07:44.7862426Z test_comprehensive_gradient_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.975s) 2022-05-18T05:07:45.7390850Z test_comprehensive_gradient_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.953s) 2022-05-18T05:07:46.0169505Z test_comprehensive_gradient_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.278s) 2022-05-18T05:07:46.2958169Z test_comprehensive_gradient_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.279s) 2022-05-18T05:07:46.5691011Z test_comprehensive_gradient_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.273s) 2022-05-18T05:07:46.8464131Z test_comprehensive_gradient_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.277s) 2022-05-18T05:07:46.8944014Z test_comprehensive_gt_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.048s) 2022-05-18T05:07:46.9557270Z test_comprehensive_gt_cuda_bool (__main__.TestDecompCUDA) ... ok (0.061s) 2022-05-18T05:07:47.0039160Z test_comprehensive_gt_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.048s) 2022-05-18T05:07:47.0885122Z test_comprehensive_gt_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.084s) 2022-05-18T05:07:47.1718415Z test_comprehensive_gt_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.083s) 2022-05-18T05:07:47.2326532Z test_comprehensive_gt_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.061s) 2022-05-18T05:07:47.2940615Z test_comprehensive_gt_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.061s) 2022-05-18T05:07:47.3551671Z test_comprehensive_gt_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.061s) 2022-05-18T05:07:47.4162965Z test_comprehensive_gt_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.061s) 2022-05-18T05:07:47.4768934Z test_comprehensive_gt_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.061s) 2022-05-18T05:07:47.4817677Z test_comprehensive_half_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:07:47.4839678Z test_comprehensive_half_cuda_bool (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:07:47.4892607Z test_comprehensive_half_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:07:47.4945834Z test_comprehensive_half_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:07:47.4988725Z test_comprehensive_half_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:07:47.5036649Z test_comprehensive_half_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:07:47.5084807Z test_comprehensive_half_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:07:47.5107437Z test_comprehensive_half_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:07:47.5129501Z test_comprehensive_half_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:07:47.5151700Z test_comprehensive_half_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:07:47.5173929Z test_comprehensive_half_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:07:47.5202236Z test_comprehensive_half_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:07:47.5247964Z test_comprehensive_heaviside_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:07:47.5277510Z test_comprehensive_heaviside_cuda_bool (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:07:47.5321751Z test_comprehensive_heaviside_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:07:47.5366941Z test_comprehensive_heaviside_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:07:47.5411843Z test_comprehensive_heaviside_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:07:47.5442312Z test_comprehensive_heaviside_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:07:47.5473140Z test_comprehensive_heaviside_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:07:47.5510073Z test_comprehensive_heaviside_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:07:47.5540284Z test_comprehensive_heaviside_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:07:47.5570945Z test_comprehensive_heaviside_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:07:47.5800932Z test_comprehensive_histc_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-05-18T05:07:47.6028718Z test_comprehensive_histc_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-05-18T05:07:47.6191421Z test_comprehensive_histc_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:07:47.6353254Z test_comprehensive_histc_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:07:47.6521343Z test_comprehensive_histc_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-05-18T05:07:47.6683321Z test_comprehensive_histc_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:07:47.6749524Z test_comprehensive_hsplit_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:07:47.6766805Z test_comprehensive_hsplit_cuda_bool (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:07:47.7092711Z test_comprehensive_hsplit_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.032s) 2022-05-18T05:07:47.7114192Z test_comprehensive_hsplit_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:07:47.7443601Z test_comprehensive_hsplit_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.033s) 2022-05-18T05:07:47.7509772Z test_comprehensive_hsplit_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:07:47.7731117Z test_comprehensive_hsplit_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-05-18T05:07:47.7943136Z test_comprehensive_hsplit_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-05-18T05:07:47.7960561Z test_comprehensive_hsplit_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:07:47.7978122Z test_comprehensive_hsplit_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:07:47.7996449Z test_comprehensive_hsplit_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:07:47.8013782Z test_comprehensive_hsplit_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:07:47.8031302Z test_comprehensive_hsplit_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:07:47.8061610Z test_comprehensive_hstack_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:07:47.8077817Z test_comprehensive_hstack_cuda_bool (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:07:47.8105855Z test_comprehensive_hstack_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:07:47.8127648Z test_comprehensive_hstack_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:07:47.8155233Z test_comprehensive_hstack_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:07:47.8179206Z test_comprehensive_hstack_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:07:47.8203490Z test_comprehensive_hstack_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:07:47.8227828Z test_comprehensive_hstack_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:07:47.8250144Z test_comprehensive_hstack_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:07:47.8267141Z test_comprehensive_hstack_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:07:47.8283455Z test_comprehensive_hstack_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:07:47.8299782Z test_comprehensive_hstack_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:07:47.8316500Z test_comprehensive_hstack_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:07:47.8564622Z test_comprehensive_hypot_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-05-18T05:07:47.8811711Z test_comprehensive_hypot_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-05-18T05:07:48.1612689Z test_comprehensive_hypot_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.280s) 2022-05-18T05:07:48.4426687Z test_comprehensive_hypot_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.281s) 2022-05-18T05:07:48.4460811Z test_comprehensive_i0_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:07:48.4500920Z test_comprehensive_i0_cuda_bool (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:07:48.4530429Z test_comprehensive_i0_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:07:48.4692602Z test_comprehensive_i0_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:07:48.4855035Z test_comprehensive_i0_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:07:48.4872035Z test_comprehensive_i0_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:07:48.4888658Z test_comprehensive_i0_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:07:48.4911666Z test_comprehensive_i0_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:07:48.4928174Z test_comprehensive_i0_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:07:48.4944875Z test_comprehensive_i0_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:07:48.5798749Z test_comprehensive_igamma_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.085s) 2022-05-18T05:07:48.6651073Z test_comprehensive_igamma_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.085s) 2022-05-18T05:07:48.7510513Z test_comprehensive_igammac_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.086s) 2022-05-18T05:07:48.8370446Z test_comprehensive_igammac_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.086s) 2022-05-18T05:07:48.8465771Z test_comprehensive_imag_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-05-18T05:07:48.8489177Z test_comprehensive_imag_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:07:48.8577533Z test_comprehensive_imag_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-05-18T05:07:48.8747990Z test_comprehensive_index_add_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-05-18T05:07:48.8785941Z test_comprehensive_index_add_cuda_bool (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:07:48.9242272Z test_comprehensive_index_add_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.046s) 2022-05-18T05:07:48.9708836Z test_comprehensive_index_add_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.047s) 2022-05-18T05:07:48.9876429Z test_comprehensive_index_add_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-05-18T05:07:49.0206015Z test_comprehensive_index_add_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.033s) 2022-05-18T05:07:49.0525504Z test_comprehensive_index_add_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.032s) 2022-05-18T05:07:49.0564707Z test_comprehensive_index_add_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:07:49.0604144Z test_comprehensive_index_add_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:07:49.0643410Z test_comprehensive_index_add_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:07:49.0682829Z test_comprehensive_index_add_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:07:49.0723645Z test_comprehensive_index_add_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:07:49.0778430Z test_comprehensive_index_copy_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:07:49.0801850Z test_comprehensive_index_copy_cuda_bool (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:07:49.0854234Z test_comprehensive_index_copy_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:07:49.0906119Z test_comprehensive_index_copy_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:07:49.0952184Z test_comprehensive_index_copy_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:07:49.0998236Z test_comprehensive_index_copy_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:07:49.1044404Z test_comprehensive_index_copy_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:07:49.1068365Z test_comprehensive_index_copy_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:07:49.1097761Z test_comprehensive_index_copy_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:07:49.1121443Z test_comprehensive_index_copy_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:07:49.1145094Z test_comprehensive_index_copy_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:07:49.1168658Z test_comprehensive_index_copy_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:07:49.1211580Z test_comprehensive_index_fill_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:07:49.1234226Z test_comprehensive_index_fill_cuda_bool (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:07:49.1281965Z test_comprehensive_index_fill_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:07:49.1335448Z test_comprehensive_index_fill_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:07:49.1377289Z test_comprehensive_index_fill_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:07:49.1419239Z test_comprehensive_index_fill_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:07:49.1461050Z test_comprehensive_index_fill_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:07:49.1483811Z test_comprehensive_index_fill_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:07:49.1506500Z test_comprehensive_index_fill_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:07:49.1528912Z test_comprehensive_index_fill_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:07:49.1551702Z test_comprehensive_index_fill_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:07:49.1580244Z test_comprehensive_index_fill_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:07:49.1643733Z test_comprehensive_index_put_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:07:49.1671524Z test_comprehensive_index_put_cuda_bool (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:07:49.1740278Z test_comprehensive_index_put_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:07:49.1809727Z test_comprehensive_index_put_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:07:49.1871465Z test_comprehensive_index_put_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:07:49.1934123Z test_comprehensive_index_put_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:07:49.1996106Z test_comprehensive_index_put_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:07:49.2030776Z test_comprehensive_index_put_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:07:49.2058950Z test_comprehensive_index_put_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:07:49.2087294Z test_comprehensive_index_put_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:07:49.2115718Z test_comprehensive_index_put_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:07:49.2144098Z test_comprehensive_index_put_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:07:49.6241809Z test_comprehensive_index_reduce_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.410s) 2022-05-18T05:07:50.0333469Z test_comprehensive_index_reduce_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.409s) 2022-05-18T05:07:51.3783000Z test_comprehensive_index_reduce_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.345s) 2022-05-18T05:07:52.7195670Z test_comprehensive_index_reduce_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.341s) 2022-05-18T05:07:52.7237958Z test_comprehensive_index_select_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:07:52.7258319Z test_comprehensive_index_select_cuda_bool (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:07:52.7302718Z test_comprehensive_index_select_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:07:52.7346573Z test_comprehensive_index_select_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:07:52.7387511Z test_comprehensive_index_select_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:07:52.7428112Z test_comprehensive_index_select_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:07:52.7468658Z test_comprehensive_index_select_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:07:52.7494785Z test_comprehensive_index_select_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:07:52.7514921Z test_comprehensive_index_select_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:07:52.7534726Z test_comprehensive_index_select_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:07:52.7555002Z test_comprehensive_index_select_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:07:52.7575135Z test_comprehensive_index_select_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:07:52.7931947Z test_comprehensive_inner_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.036s) 2022-05-18T05:07:52.8296616Z test_comprehensive_inner_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.036s) 2022-05-18T05:07:52.8373938Z test_comprehensive_inner_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-05-18T05:07:52.8604425Z test_comprehensive_inner_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-05-18T05:07:52.8829241Z test_comprehensive_inner_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-05-18T05:07:52.8855658Z test_comprehensive_int_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:07:52.8877594Z test_comprehensive_int_cuda_bool (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:07:52.8909069Z test_comprehensive_int_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:07:52.8939966Z test_comprehensive_int_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:07:52.8966587Z test_comprehensive_int_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:07:52.8998985Z test_comprehensive_int_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:07:52.9025838Z test_comprehensive_int_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:07:52.9047756Z test_comprehensive_int_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:07:52.9066589Z test_comprehensive_int_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:07:52.9088621Z test_comprehensive_int_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:07:52.9111137Z test_comprehensive_int_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:07:52.9133250Z test_comprehensive_int_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:07:53.0118591Z test_comprehensive_inverse_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.098s) 2022-05-18T05:07:53.0939983Z test_comprehensive_inverse_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.082s) 2022-05-18T05:07:53.1515478Z test_comprehensive_inverse_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.057s) 2022-05-18T05:07:53.2117400Z test_comprehensive_inverse_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.060s) 2022-05-18T05:07:53.7044927Z test_comprehensive_isclose_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.493s) 2022-05-18T05:07:55.1313986Z test_comprehensive_isclose_cuda_bool (__main__.TestDecompCUDA) ... ok (1.427s) 2022-05-18T05:07:56.7382118Z test_comprehensive_isclose_cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.607s) 2022-05-18T05:07:58.3594570Z test_comprehensive_isclose_cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.621s) 2022-05-18T05:07:58.8578883Z test_comprehensive_isclose_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.498s) 2022-05-18T05:08:00.1496156Z test_comprehensive_isclose_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.292s) 2022-05-18T05:08:01.4286361Z test_comprehensive_isclose_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.279s) 2022-05-18T05:08:03.3954266Z test_comprehensive_isclose_cuda_int16 (__main__.TestDecompCUDA) ... ok (1.967s) 2022-05-18T05:08:05.3610972Z test_comprehensive_isclose_cuda_int32 (__main__.TestDecompCUDA) ... ok (1.966s) 2022-05-18T05:08:07.3223547Z test_comprehensive_isclose_cuda_int64 (__main__.TestDecompCUDA) ... ok (1.961s) 2022-05-18T05:08:09.2870180Z test_comprehensive_isclose_cuda_int8 (__main__.TestDecompCUDA) ... ok (1.965s) 2022-05-18T05:08:11.1906516Z test_comprehensive_isclose_cuda_uint8 (__main__.TestDecompCUDA) ... ok (1.904s) 2022-05-18T05:08:11.2054154Z test_comprehensive_isfinite_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-05-18T05:08:11.2074209Z test_comprehensive_isfinite_cuda_bool (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:08:11.2567749Z test_comprehensive_isfinite_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.049s) 2022-05-18T05:08:11.3083031Z test_comprehensive_isfinite_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.051s) 2022-05-18T05:08:11.3580802Z test_comprehensive_isfinite_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.050s) 2022-05-18T05:08:11.3727438Z test_comprehensive_isfinite_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-05-18T05:08:11.3977827Z test_comprehensive_isfinite_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-05-18T05:08:11.4236453Z test_comprehensive_isfinite_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-05-18T05:08:11.4256324Z test_comprehensive_isfinite_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:08:11.4275936Z test_comprehensive_isfinite_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:08:11.4295355Z test_comprehensive_isfinite_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:08:11.4317559Z test_comprehensive_isfinite_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:08:11.4336478Z test_comprehensive_isfinite_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:08:11.4364015Z test_comprehensive_isin_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:08:11.4396091Z test_comprehensive_isin_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:08:11.4423003Z test_comprehensive_isin_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:08:11.4444937Z test_comprehensive_isin_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:08:11.4467215Z test_comprehensive_isin_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:08:11.4490269Z test_comprehensive_isin_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:08:11.4512543Z test_comprehensive_isin_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:08:11.4534105Z test_comprehensive_isin_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:08:11.4551866Z test_comprehensive_isinf_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:08:11.4573395Z test_comprehensive_isinf_cuda_bool (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:08:11.4592558Z test_comprehensive_isinf_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:08:11.4611208Z test_comprehensive_isinf_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:08:11.4630008Z test_comprehensive_isinf_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:08:11.4647333Z test_comprehensive_isinf_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:08:11.4664809Z test_comprehensive_isinf_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:08:11.4682090Z test_comprehensive_isinf_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:08:11.4698068Z test_comprehensive_isinf_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-05-18T05:08:11.4719779Z test_comprehensive_isinf_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:08:11.4735071Z test_comprehensive_isinf_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-05-18T05:08:11.4750700Z test_comprehensive_isinf_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-05-18T05:08:11.4765982Z test_comprehensive_isinf_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-05-18T05:08:11.4874552Z test_comprehensive_isnan_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-05-18T05:08:11.5033200Z test_comprehensive_isnan_cuda_bool (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:08:11.5383058Z test_comprehensive_isnan_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.035s) 2022-05-18T05:08:11.5727310Z test_comprehensive_isnan_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.034s) 2022-05-18T05:08:11.5833388Z test_comprehensive_isnan_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-05-18T05:08:11.6026784Z test_comprehensive_isnan_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-05-18T05:08:11.6219127Z test_comprehensive_isnan_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-05-18T05:08:11.6379740Z test_comprehensive_isnan_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:08:11.6538927Z test_comprehensive_isnan_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:08:11.6706612Z test_comprehensive_isnan_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-05-18T05:08:11.6865633Z test_comprehensive_isnan_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:08:11.7026346Z test_comprehensive_isnan_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:08:11.7043389Z test_comprehensive_isneginf_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:08:11.7058602Z test_comprehensive_isneginf_cuda_bool (__main__.TestDecompCUDA) ... ok (0.001s) 2022-05-18T05:08:11.7075270Z test_comprehensive_isneginf_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:08:11.7091600Z test_comprehensive_isneginf_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:08:11.7108346Z test_comprehensive_isneginf_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:08:11.7129607Z test_comprehensive_isneginf_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:08:11.7145269Z test_comprehensive_isneginf_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-05-18T05:08:11.7160632Z test_comprehensive_isneginf_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-05-18T05:08:11.7175910Z test_comprehensive_isneginf_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-05-18T05:08:11.7191449Z test_comprehensive_isneginf_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-05-18T05:08:11.7208563Z test_comprehensive_isposinf_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:08:11.7224247Z test_comprehensive_isposinf_cuda_bool (__main__.TestDecompCUDA) ... ok (0.001s) 2022-05-18T05:08:11.7246818Z test_comprehensive_isposinf_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:08:11.7263467Z test_comprehensive_isposinf_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:08:11.7279695Z test_comprehensive_isposinf_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:08:11.7295116Z test_comprehensive_isposinf_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-05-18T05:08:11.7310918Z test_comprehensive_isposinf_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-05-18T05:08:11.7326167Z test_comprehensive_isposinf_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-05-18T05:08:11.7341818Z test_comprehensive_isposinf_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-05-18T05:08:11.7357052Z test_comprehensive_isposinf_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-05-18T05:08:11.7385692Z test_comprehensive_isreal_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:08:11.7404689Z test_comprehensive_isreal_cuda_bool (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:08:11.7480696Z test_comprehensive_isreal_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:08:11.7559781Z test_comprehensive_isreal_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-05-18T05:08:11.7636438Z test_comprehensive_isreal_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-05-18T05:08:11.7658260Z test_comprehensive_isreal_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:08:11.7680396Z test_comprehensive_isreal_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:08:11.7702837Z test_comprehensive_isreal_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:08:11.7729427Z test_comprehensive_isreal_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:08:11.7749214Z test_comprehensive_isreal_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:08:11.7768770Z test_comprehensive_isreal_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:08:11.7788633Z test_comprehensive_isreal_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:08:11.7808012Z test_comprehensive_isreal_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:08:13.9375808Z test_comprehensive_istft_cuda_complex128 (__main__.TestDecompCUDA) ... ok (2.157s) 2022-05-18T05:08:16.0941663Z test_comprehensive_istft_cuda_complex64 (__main__.TestDecompCUDA) ... ok (2.156s) 2022-05-18T05:08:18.1037181Z test_comprehensive_istft_cuda_float32 (__main__.TestDecompCUDA) ... ok (2.009s) 2022-05-18T05:08:20.0955991Z test_comprehensive_istft_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.992s) 2022-05-18T05:08:20.1051695Z test_comprehensive_jiterator_4inputs_with_extra_args_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-05-18T05:08:20.1112485Z test_comprehensive_jiterator_4inputs_with_extra_args_cuda_bool (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:08:20.1274481Z test_comprehensive_jiterator_4inputs_with_extra_args_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:08:20.1428199Z test_comprehensive_jiterator_4inputs_with_extra_args_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-05-18T05:08:20.1517987Z test_comprehensive_jiterator_4inputs_with_extra_args_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-05-18T05:08:20.1607529Z test_comprehensive_jiterator_4inputs_with_extra_args_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-05-18T05:08:20.1697216Z test_comprehensive_jiterator_4inputs_with_extra_args_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-05-18T05:08:20.1765852Z test_comprehensive_jiterator_4inputs_with_extra_args_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:08:20.1828428Z test_comprehensive_jiterator_4inputs_with_extra_args_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:08:20.1891343Z test_comprehensive_jiterator_4inputs_with_extra_args_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:08:20.1953938Z test_comprehensive_jiterator_4inputs_with_extra_args_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:08:20.2016811Z test_comprehensive_jiterator_4inputs_with_extra_args_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:08:20.2087762Z test_comprehensive_jiterator_binary_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:08:20.2141484Z test_comprehensive_jiterator_binary_cuda_bool (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:08:20.2267639Z test_comprehensive_jiterator_binary_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-05-18T05:08:20.2382390Z test_comprehensive_jiterator_binary_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-05-18T05:08:20.2451431Z test_comprehensive_jiterator_binary_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:08:20.2520793Z test_comprehensive_jiterator_binary_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:08:20.2591915Z test_comprehensive_jiterator_binary_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:08:20.2647219Z test_comprehensive_jiterator_binary_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:08:20.2702381Z test_comprehensive_jiterator_binary_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:08:20.2757554Z test_comprehensive_jiterator_binary_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:08:20.2818576Z test_comprehensive_jiterator_binary_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:08:20.2874106Z test_comprehensive_jiterator_binary_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:08:20.2903341Z test_comprehensive_jiterator_unary_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:08:20.2928800Z test_comprehensive_jiterator_unary_cuda_bool (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:08:20.2978140Z test_comprehensive_jiterator_unary_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:08:20.3024372Z test_comprehensive_jiterator_unary_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:08:20.3052827Z test_comprehensive_jiterator_unary_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:08:20.3081550Z test_comprehensive_jiterator_unary_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:08:20.3115727Z test_comprehensive_jiterator_unary_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:08:20.3141700Z test_comprehensive_jiterator_unary_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:08:20.3167480Z test_comprehensive_jiterator_unary_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:08:20.3193806Z test_comprehensive_jiterator_unary_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:08:20.3219412Z test_comprehensive_jiterator_unary_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:08:20.3245212Z test_comprehensive_jiterator_unary_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:08:20.3300044Z test_comprehensive_kron_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:08:20.3432085Z test_comprehensive_kron_cuda_bool (__main__.TestDecompCUDA) ... ok (0.013s) 2022-05-18T05:08:20.6160513Z test_comprehensive_kron_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.273s) 2022-05-18T05:08:20.8869145Z test_comprehensive_kron_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.271s) 2022-05-18T05:08:20.8923376Z test_comprehensive_kron_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:08:21.0549354Z test_comprehensive_kron_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.162s) 2022-05-18T05:08:21.2172491Z test_comprehensive_kron_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.162s) 2022-05-18T05:08:21.2296559Z test_comprehensive_kron_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-05-18T05:08:21.2421529Z test_comprehensive_kron_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-05-18T05:08:21.2546546Z test_comprehensive_kron_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-05-18T05:08:21.2672472Z test_comprehensive_kron_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-05-18T05:08:21.2795949Z test_comprehensive_kron_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-05-18T05:08:21.2890644Z test_comprehensive_kthvalue_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-05-18T05:08:21.2982956Z test_comprehensive_kthvalue_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-05-18T05:08:21.3080434Z test_comprehensive_kthvalue_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-05-18T05:08:21.3107099Z test_comprehensive_kthvalue_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:08:21.3133499Z test_comprehensive_kthvalue_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:08:21.3160132Z test_comprehensive_kthvalue_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:08:21.3186766Z test_comprehensive_kthvalue_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:08:21.3212888Z test_comprehensive_kthvalue_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:08:21.3267007Z test_comprehensive_lcm_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:08:21.3324460Z test_comprehensive_lcm_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:08:21.3377678Z test_comprehensive_lcm_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:08:21.3429177Z test_comprehensive_lcm_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:08:21.3481254Z test_comprehensive_lcm_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:08:21.3977665Z test_comprehensive_ldexp_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.050s) 2022-05-18T05:08:21.5284766Z test_comprehensive_ldexp_cuda_bool (__main__.TestDecompCUDA) ... ok (0.131s) 2022-05-18T05:08:22.3855267Z test_comprehensive_ldexp_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.857s) 2022-05-18T05:08:23.2493719Z test_comprehensive_ldexp_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.864s) 2022-05-18T05:08:23.2987241Z test_comprehensive_ldexp_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.049s) 2022-05-18T05:08:23.8056894Z test_comprehensive_ldexp_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.507s) 2022-05-18T05:08:24.3121054Z test_comprehensive_ldexp_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.506s) 2022-05-18T05:08:24.4158000Z test_comprehensive_ldexp_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.104s) 2022-05-18T05:08:24.5184811Z test_comprehensive_ldexp_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.103s) 2022-05-18T05:08:24.6211407Z test_comprehensive_ldexp_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.103s) 2022-05-18T05:08:24.7236729Z test_comprehensive_ldexp_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.102s) 2022-05-18T05:08:24.8539735Z test_comprehensive_ldexp_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.130s) 2022-05-18T05:08:24.9017505Z test_comprehensive_le_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.048s) 2022-05-18T05:08:24.9627296Z test_comprehensive_le_cuda_bool (__main__.TestDecompCUDA) ... ok (0.061s) 2022-05-18T05:08:25.0100692Z test_comprehensive_le_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.047s) 2022-05-18T05:08:25.0948432Z test_comprehensive_le_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.085s) 2022-05-18T05:08:25.1787889Z test_comprehensive_le_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.084s) 2022-05-18T05:08:25.2400328Z test_comprehensive_le_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.061s) 2022-05-18T05:08:25.3009818Z test_comprehensive_le_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.061s) 2022-05-18T05:08:25.3622087Z test_comprehensive_le_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.061s) 2022-05-18T05:08:25.4233113Z test_comprehensive_le_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.061s) 2022-05-18T05:08:25.4847641Z test_comprehensive_le_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.061s) 2022-05-18T05:08:25.5336421Z test_comprehensive_lerp_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.049s) 2022-05-18T05:08:26.0436034Z test_comprehensive_lerp_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.510s) 2022-05-18T05:08:26.5584051Z test_comprehensive_lerp_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.515s) 2022-05-18T05:08:26.6069102Z test_comprehensive_lerp_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.048s) 2022-05-18T05:08:26.8687895Z test_comprehensive_lerp_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.262s) 2022-05-18T05:08:27.1278381Z test_comprehensive_lerp_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.259s) 2022-05-18T05:08:27.1365584Z test_comprehensive_lgamma_cuda_bool (__main__.TestDecompCUDA) ... ok (0.009s) 2022-05-18T05:08:27.1468061Z test_comprehensive_lgamma_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-05-18T05:08:27.1689479Z test_comprehensive_lgamma_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-05-18T05:08:27.1904915Z test_comprehensive_lgamma_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-05-18T05:08:27.1955064Z test_comprehensive_lgamma_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:08:27.2005480Z test_comprehensive_lgamma_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:08:27.2056691Z test_comprehensive_lgamma_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:08:27.2112765Z test_comprehensive_lgamma_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:08:27.2162512Z test_comprehensive_lgamma_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:08:27.4308536Z test_comprehensive_linalg_cholesky_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.214s) 2022-05-18T05:08:27.6485145Z test_comprehensive_linalg_cholesky_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.218s) 2022-05-18T05:08:27.8018938Z test_comprehensive_linalg_cholesky_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.153s) 2022-05-18T05:08:27.9532408Z test_comprehensive_linalg_cholesky_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.151s) 2022-05-18T05:08:28.1663552Z test_comprehensive_linalg_cholesky_ex_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.213s) 2022-05-18T05:08:28.3825354Z test_comprehensive_linalg_cholesky_ex_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.216s) 2022-05-18T05:08:28.5353602Z test_comprehensive_linalg_cholesky_ex_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.153s) 2022-05-18T05:08:28.6855315Z test_comprehensive_linalg_cholesky_ex_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.150s) 2022-05-18T05:08:28.7630726Z test_comprehensive_linalg_cond_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.077s) 2022-05-18T05:08:28.8286075Z test_comprehensive_linalg_cond_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.065s) 2022-05-18T05:08:28.8842413Z test_comprehensive_linalg_cond_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.056s) 2022-05-18T05:08:28.9411933Z test_comprehensive_linalg_cond_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.057s) 2022-05-18T05:08:28.9463275Z test_comprehensive_linalg_cross_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:08:28.9514011Z test_comprehensive_linalg_cross_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:08:28.9552980Z test_comprehensive_linalg_cross_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:08:28.9597763Z test_comprehensive_linalg_cross_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:08:28.9636481Z test_comprehensive_linalg_cross_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:08:28.9655365Z test_comprehensive_linalg_cross_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:08:28.9674582Z test_comprehensive_linalg_cross_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:08:28.9693457Z test_comprehensive_linalg_cross_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:08:28.9712668Z test_comprehensive_linalg_cross_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:08:28.9731670Z test_comprehensive_linalg_cross_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:08:29.0307401Z test_comprehensive_linalg_det_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.057s) 2022-05-18T05:08:29.0586168Z test_comprehensive_linalg_det_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.028s) 2022-05-18T05:08:29.0824378Z test_comprehensive_linalg_det_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-05-18T05:08:29.1123785Z test_comprehensive_linalg_det_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-05-18T05:08:29.1736809Z test_comprehensive_linalg_det_singular_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.061s) 2022-05-18T05:08:29.2241214Z test_comprehensive_linalg_det_singular_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.050s) 2022-05-18T05:08:29.6030334Z test_comprehensive_linalg_eig_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.379s) 2022-05-18T05:08:29.9721485Z test_comprehensive_linalg_eig_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.369s) 2022-05-18T05:08:30.3281745Z test_comprehensive_linalg_eig_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.356s) 2022-05-18T05:08:30.6845114Z test_comprehensive_linalg_eig_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.356s) 2022-05-18T05:08:31.0325931Z test_comprehensive_linalg_eigh_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.348s) 2022-05-18T05:08:31.3692347Z test_comprehensive_linalg_eigh_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.337s) 2022-05-18T05:08:31.5391551Z test_comprehensive_linalg_eigh_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.170s) 2022-05-18T05:08:31.7100520Z test_comprehensive_linalg_eigh_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.171s) 2022-05-18T05:08:31.8154768Z test_comprehensive_linalg_eigvals_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.105s) 2022-05-18T05:08:31.9081119Z test_comprehensive_linalg_eigvals_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.093s) 2022-05-18T05:08:31.9967651Z test_comprehensive_linalg_eigvals_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.089s) 2022-05-18T05:08:32.0877352Z test_comprehensive_linalg_eigvals_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.091s) 2022-05-18T05:08:32.1698794Z test_comprehensive_linalg_eigvalsh_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.082s) 2022-05-18T05:08:32.2360311Z test_comprehensive_linalg_eigvalsh_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.066s) 2022-05-18T05:08:32.2866496Z test_comprehensive_linalg_eigvalsh_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.051s) 2022-05-18T05:08:32.3397751Z test_comprehensive_linalg_eigvalsh_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.053s) 2022-05-18T05:08:34.0587074Z test_comprehensive_linalg_householder_product_cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.719s) 2022-05-18T05:08:35.8199990Z test_comprehensive_linalg_householder_product_cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.761s) 2022-05-18T05:08:36.9588978Z test_comprehensive_linalg_householder_product_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.139s) 2022-05-18T05:08:38.0657888Z test_comprehensive_linalg_householder_product_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.107s) 2022-05-18T05:08:38.1642217Z test_comprehensive_linalg_inv_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.098s) 2022-05-18T05:08:38.2468144Z test_comprehensive_linalg_inv_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.083s) 2022-05-18T05:08:38.3050205Z test_comprehensive_linalg_inv_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.058s) 2022-05-18T05:08:38.3658773Z test_comprehensive_linalg_inv_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.061s) 2022-05-18T05:08:38.4639496Z test_comprehensive_linalg_inv_ex_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.098s) 2022-05-18T05:08:38.5450595Z test_comprehensive_linalg_inv_ex_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.081s) 2022-05-18T05:08:38.6025502Z test_comprehensive_linalg_inv_ex_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.057s) 2022-05-18T05:08:38.6625558Z test_comprehensive_linalg_inv_ex_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.060s) 2022-05-18T05:08:38.6661095Z test_comprehensive_linalg_ldl_factor_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:08:38.6693216Z test_comprehensive_linalg_ldl_factor_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:08:38.6724561Z test_comprehensive_linalg_ldl_factor_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:08:38.6756789Z test_comprehensive_linalg_ldl_factor_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:08:38.6794892Z test_comprehensive_linalg_ldl_factor_ex_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:08:38.6824314Z test_comprehensive_linalg_ldl_factor_ex_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:08:38.6852223Z test_comprehensive_linalg_ldl_factor_ex_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:08:38.6881154Z test_comprehensive_linalg_ldl_factor_ex_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:08:38.6892908Z test_comprehensive_linalg_ldl_solve_cuda_complex128 (__main__.TestDecompCUDA) ... skip: not available before CUDA 11.3.1 (0.001s) 2022-05-18T05:08:38.6904859Z test_comprehensive_linalg_ldl_solve_cuda_complex64 (__main__.TestDecompCUDA) ... skip: not available before CUDA 11.3.1 (0.001s) 2022-05-18T05:08:38.6916323Z test_comprehensive_linalg_ldl_solve_cuda_float32 (__main__.TestDecompCUDA) ... skip: not available before CUDA 11.3.1 (0.001s) 2022-05-18T05:08:38.6927993Z test_comprehensive_linalg_ldl_solve_cuda_float64 (__main__.TestDecompCUDA) ... skip: not available before CUDA 11.3.1 (0.001s) 2022-05-18T05:08:39.5542073Z test_comprehensive_linalg_lstsq_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.861s) 2022-05-18T05:08:40.2718236Z test_comprehensive_linalg_lstsq_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.717s) 2022-05-18T05:08:40.7393760Z test_comprehensive_linalg_lstsq_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.467s) 2022-05-18T05:08:41.2311735Z test_comprehensive_linalg_lstsq_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.492s) 2022-05-18T05:08:42.0596239Z test_comprehensive_linalg_lstsq_grad_oriented_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.828s) 2022-05-18T05:08:42.7615114Z test_comprehensive_linalg_lstsq_grad_oriented_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.702s) 2022-05-18T05:08:43.2182737Z test_comprehensive_linalg_lstsq_grad_oriented_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.457s) 2022-05-18T05:08:43.6952511Z test_comprehensive_linalg_lstsq_grad_oriented_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.477s) 2022-05-18T05:08:45.2729441Z test_comprehensive_linalg_lu_cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.577s) 2022-05-18T05:08:46.8724227Z test_comprehensive_linalg_lu_cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.599s) 2022-05-18T05:08:47.8816527Z test_comprehensive_linalg_lu_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.009s) 2022-05-18T05:08:48.8759955Z test_comprehensive_linalg_lu_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.994s) 2022-05-18T05:08:51.0184340Z test_comprehensive_linalg_lu_factor_cuda_complex128 (__main__.TestDecompCUDA) ... ok (2.142s) 2022-05-18T05:08:52.7075084Z test_comprehensive_linalg_lu_factor_cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.689s) 2022-05-18T05:08:53.7806103Z test_comprehensive_linalg_lu_factor_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.073s) 2022-05-18T05:08:54.9221082Z test_comprehensive_linalg_lu_factor_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.141s) 2022-05-18T05:08:56.4934258Z test_comprehensive_linalg_lu_factor_ex_cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.571s) 2022-05-18T05:08:58.0718395Z test_comprehensive_linalg_lu_factor_ex_cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.578s) 2022-05-18T05:08:59.0736920Z test_comprehensive_linalg_lu_factor_ex_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.002s) 2022-05-18T05:09:00.0693014Z test_comprehensive_linalg_lu_factor_ex_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.995s) 2022-05-18T05:09:01.1248511Z test_comprehensive_linalg_matrix_norm_cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.055s) 2022-05-18T05:09:02.1857372Z test_comprehensive_linalg_matrix_norm_cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.061s) 2022-05-18T05:09:03.0595147Z test_comprehensive_linalg_matrix_norm_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.874s) 2022-05-18T05:09:03.9193252Z test_comprehensive_linalg_matrix_norm_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.860s) 2022-05-18T05:09:04.1839173Z test_comprehensive_linalg_matrix_power_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.265s) 2022-05-18T05:09:04.4539371Z test_comprehensive_linalg_matrix_power_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.270s) 2022-05-18T05:09:04.6419993Z test_comprehensive_linalg_matrix_power_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.188s) 2022-05-18T05:09:04.8252094Z test_comprehensive_linalg_matrix_power_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.183s) 2022-05-18T05:09:04.8886583Z test_comprehensive_linalg_matrix_rank_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-05-18T05:09:04.9310292Z test_comprehensive_linalg_matrix_rank_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.042s) 2022-05-18T05:09:04.9705455Z test_comprehensive_linalg_matrix_rank_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.039s) 2022-05-18T05:09:05.0139293Z test_comprehensive_linalg_matrix_rank_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.043s) 2022-05-18T05:09:05.0713911Z test_comprehensive_linalg_matrix_rank_hermitian_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.057s) 2022-05-18T05:09:05.1183717Z test_comprehensive_linalg_matrix_rank_hermitian_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.047s) 2022-05-18T05:09:05.1639888Z test_comprehensive_linalg_matrix_rank_hermitian_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.046s) 2022-05-18T05:09:05.2104157Z test_comprehensive_linalg_matrix_rank_hermitian_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.046s) 2022-05-18T05:09:05.2955881Z test_comprehensive_linalg_multi_dot_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.085s) 2022-05-18T05:09:05.3837644Z test_comprehensive_linalg_multi_dot_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.088s) 2022-05-18T05:09:05.4016636Z test_comprehensive_linalg_multi_dot_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-05-18T05:09:05.4598206Z test_comprehensive_linalg_multi_dot_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.058s) 2022-05-18T05:09:05.5162987Z test_comprehensive_linalg_multi_dot_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.056s) 2022-05-18T05:09:05.6443686Z test_comprehensive_linalg_norm_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.128s) 2022-05-18T05:09:06.0552730Z test_comprehensive_linalg_norm_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.411s) 2022-05-18T05:09:06.4769906Z test_comprehensive_linalg_norm_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.422s) 2022-05-18T05:09:06.6045857Z test_comprehensive_linalg_norm_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.128s) 2022-05-18T05:09:06.9286551Z test_comprehensive_linalg_norm_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.324s) 2022-05-18T05:09:07.2434712Z test_comprehensive_linalg_norm_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.315s) 2022-05-18T05:09:07.3514243Z test_comprehensive_linalg_norm_subgradients_at_zero_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.108s) 2022-05-18T05:09:07.5951749Z test_comprehensive_linalg_norm_subgradients_at_zero_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.244s) 2022-05-18T05:09:07.8415879Z test_comprehensive_linalg_norm_subgradients_at_zero_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.246s) 2022-05-18T05:09:07.9491079Z test_comprehensive_linalg_norm_subgradients_at_zero_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.107s) 2022-05-18T05:09:08.1577288Z test_comprehensive_linalg_norm_subgradients_at_zero_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.208s) 2022-05-18T05:09:08.3633421Z test_comprehensive_linalg_norm_subgradients_at_zero_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.206s) 2022-05-18T05:09:08.8380504Z test_comprehensive_linalg_pinv_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.475s) 2022-05-18T05:09:09.2746804Z test_comprehensive_linalg_pinv_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.436s) 2022-05-18T05:09:09.5975854Z test_comprehensive_linalg_pinv_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.323s) 2022-05-18T05:09:09.9283928Z test_comprehensive_linalg_pinv_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.331s) 2022-05-18T05:09:10.1280209Z test_comprehensive_linalg_pinv_hermitian_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.200s) 2022-05-18T05:09:10.3189958Z test_comprehensive_linalg_pinv_hermitian_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.191s) 2022-05-18T05:09:10.4506155Z test_comprehensive_linalg_pinv_hermitian_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.132s) 2022-05-18T05:09:10.5832817Z test_comprehensive_linalg_pinv_hermitian_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.133s) 2022-05-18T05:09:10.5844849Z test_comprehensive_linalg_pinv_singular_cuda_complex128 (__main__.TestDecompCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-05-18T05:09:10.5856444Z test_comprehensive_linalg_pinv_singular_cuda_complex64 (__main__.TestDecompCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-05-18T05:09:10.5868374Z test_comprehensive_linalg_pinv_singular_cuda_float32 (__main__.TestDecompCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-05-18T05:09:10.5880342Z test_comprehensive_linalg_pinv_singular_cuda_float64 (__main__.TestDecompCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-05-18T05:09:11.1003706Z test_comprehensive_linalg_qr_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.512s) 2022-05-18T05:09:11.6001593Z test_comprehensive_linalg_qr_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.500s) 2022-05-18T05:09:11.9671790Z test_comprehensive_linalg_qr_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.367s) 2022-05-18T05:09:12.3320701Z test_comprehensive_linalg_qr_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.365s) 2022-05-18T05:09:12.4299938Z test_comprehensive_linalg_slogdet_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.098s) 2022-05-18T05:09:12.5207056Z test_comprehensive_linalg_slogdet_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.091s) 2022-05-18T05:09:12.5716780Z test_comprehensive_linalg_slogdet_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.051s) 2022-05-18T05:09:12.6236895Z test_comprehensive_linalg_slogdet_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.052s) 2022-05-18T05:09:12.8649837Z test_comprehensive_linalg_solve_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.241s) 2022-05-18T05:09:13.0892232Z test_comprehensive_linalg_solve_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.224s) 2022-05-18T05:09:13.2502553Z test_comprehensive_linalg_solve_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.161s) 2022-05-18T05:09:13.4135361Z test_comprehensive_linalg_solve_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.163s) 2022-05-18T05:09:15.3844775Z test_comprehensive_linalg_solve_triangular_cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.971s) 2022-05-18T05:09:17.3886006Z test_comprehensive_linalg_solve_triangular_cuda_complex64 (__main__.TestDecompCUDA) ... ok (2.004s) 2022-05-18T05:09:18.9454537Z test_comprehensive_linalg_solve_triangular_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.557s) 2022-05-18T05:09:20.4753964Z test_comprehensive_linalg_solve_triangular_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.530s) 2022-05-18T05:09:28.7263802Z test_comprehensive_linalg_svd_cuda_complex128 (__main__.TestDecompCUDA) ... ok (8.251s) 2022-05-18T05:09:36.3678688Z test_comprehensive_linalg_svd_cuda_complex64 (__main__.TestDecompCUDA) ... ok (7.641s) 2022-05-18T05:09:40.3715697Z test_comprehensive_linalg_svd_cuda_float32 (__main__.TestDecompCUDA) ... ok (4.004s) 2022-05-18T05:09:44.4569472Z test_comprehensive_linalg_svd_cuda_float64 (__main__.TestDecompCUDA) ... ok (4.085s) 2022-05-18T05:09:44.6155929Z test_comprehensive_linalg_svdvals_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.159s) 2022-05-18T05:09:44.7531053Z test_comprehensive_linalg_svdvals_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.137s) 2022-05-18T05:09:44.8661678Z test_comprehensive_linalg_svdvals_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.113s) 2022-05-18T05:09:44.9819933Z test_comprehensive_linalg_svdvals_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.116s) 2022-05-18T05:09:45.0920459Z test_comprehensive_linalg_tensorinv_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.110s) 2022-05-18T05:09:45.1882911Z test_comprehensive_linalg_tensorinv_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.096s) 2022-05-18T05:09:45.2446220Z test_comprehensive_linalg_tensorinv_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.056s) 2022-05-18T05:09:45.3043730Z test_comprehensive_linalg_tensorinv_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.060s) 2022-05-18T05:09:45.4551525Z test_comprehensive_linalg_tensorsolve_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.151s) 2022-05-18T05:09:45.6106698Z test_comprehensive_linalg_tensorsolve_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.155s) 2022-05-18T05:09:45.7036164Z test_comprehensive_linalg_tensorsolve_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.093s) 2022-05-18T05:09:45.7966456Z test_comprehensive_linalg_tensorsolve_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.093s) 2022-05-18T05:09:46.0368294Z test_comprehensive_linalg_vander_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.240s) 2022-05-18T05:09:46.2801675Z test_comprehensive_linalg_vander_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.243s) 2022-05-18T05:09:46.4355162Z test_comprehensive_linalg_vander_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.155s) 2022-05-18T05:09:46.5886030Z test_comprehensive_linalg_vander_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.153s) 2022-05-18T05:09:46.5946042Z test_comprehensive_linalg_vander_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:09:46.6006251Z test_comprehensive_linalg_vander_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:09:46.6065573Z test_comprehensive_linalg_vander_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:09:46.6125476Z test_comprehensive_linalg_vander_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:09:46.6185794Z test_comprehensive_linalg_vander_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:09:47.0891704Z test_comprehensive_linalg_vector_norm_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.470s) 2022-05-18T05:09:48.5758623Z test_comprehensive_linalg_vector_norm_cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.487s) 2022-05-18T05:09:50.1068120Z test_comprehensive_linalg_vector_norm_cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.531s) 2022-05-18T05:09:50.5798969Z test_comprehensive_linalg_vector_norm_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.473s) 2022-05-18T05:09:51.7583099Z test_comprehensive_linalg_vector_norm_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.178s) 2022-05-18T05:09:52.9092181Z test_comprehensive_linalg_vector_norm_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.151s) 2022-05-18T05:09:52.9146790Z test_comprehensive_log10_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:09:52.9165174Z test_comprehensive_log10_cuda_bool (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:09:52.9313993Z test_comprehensive_log10_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-05-18T05:09:52.9460945Z test_comprehensive_log10_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-05-18T05:09:52.9513189Z test_comprehensive_log10_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:09:52.9603151Z test_comprehensive_log10_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-05-18T05:09:52.9697463Z test_comprehensive_log10_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-05-18T05:09:52.9715834Z test_comprehensive_log10_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:09:52.9734231Z test_comprehensive_log10_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:09:52.9752698Z test_comprehensive_log10_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:09:52.9770602Z test_comprehensive_log10_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:09:52.9789045Z test_comprehensive_log10_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:09:52.9816473Z test_comprehensive_log1p_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:09:52.9983249Z test_comprehensive_log1p_cuda_bool (__main__.TestDecompCUDA) ... ok (0.017s) 2022-05-18T05:09:53.0009794Z test_comprehensive_log1p_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:09:53.0210576Z test_comprehensive_log1p_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-05-18T05:09:53.0403400Z test_comprehensive_log1p_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-05-18T05:09:53.0559796Z test_comprehensive_log1p_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:09:53.0717674Z test_comprehensive_log1p_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:09:53.0876192Z test_comprehensive_log1p_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:09:53.1041654Z test_comprehensive_log1p_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:09:53.1200477Z test_comprehensive_log1p_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:09:53.1254536Z test_comprehensive_log2_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:09:53.1272917Z test_comprehensive_log2_cuda_bool (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:09:53.1420074Z test_comprehensive_log2_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-05-18T05:09:53.1566600Z test_comprehensive_log2_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-05-18T05:09:53.1619367Z test_comprehensive_log2_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:09:53.1709238Z test_comprehensive_log2_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-05-18T05:09:53.1803634Z test_comprehensive_log2_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-05-18T05:09:53.1822274Z test_comprehensive_log2_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:09:53.1840381Z test_comprehensive_log2_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:09:53.1858318Z test_comprehensive_log2_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:09:53.1876720Z test_comprehensive_log2_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:09:53.1894739Z test_comprehensive_log2_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:09:53.1940540Z test_comprehensive_log_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:09:53.1996929Z test_comprehensive_log_cuda_bool (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:09:53.2112054Z test_comprehensive_log_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-05-18T05:09:53.2241261Z test_comprehensive_log_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-05-18T05:09:53.2361482Z test_comprehensive_log_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-05-18T05:09:53.2407146Z test_comprehensive_log_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:09:53.2490445Z test_comprehensive_log_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-05-18T05:09:53.2571631Z test_comprehensive_log_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-05-18T05:09:53.2622185Z test_comprehensive_log_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:09:53.2677932Z test_comprehensive_log_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:09:53.2727788Z test_comprehensive_log_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:09:53.2777914Z test_comprehensive_log_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:09:53.2829600Z test_comprehensive_log_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:09:53.2949616Z test_comprehensive_log_softmax_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-05-18T05:09:53.3068009Z test_comprehensive_log_softmax_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-05-18T05:09:53.3901758Z test_comprehensive_log_softmax_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.083s) 2022-05-18T05:09:53.4741071Z test_comprehensive_log_softmax_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.084s) 2022-05-18T05:09:53.4861729Z test_comprehensive_log_softmax_dtype_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-05-18T05:09:53.5204122Z test_comprehensive_log_softmax_dtype_cuda_bool (__main__.TestDecompCUDA) ... ok (0.034s) 2022-05-18T05:09:53.6054161Z test_comprehensive_log_softmax_dtype_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.085s) 2022-05-18T05:09:53.6902849Z test_comprehensive_log_softmax_dtype_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.085s) 2022-05-18T05:09:53.7024823Z test_comprehensive_log_softmax_dtype_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-05-18T05:09:53.7868302Z test_comprehensive_log_softmax_dtype_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.084s) 2022-05-18T05:09:53.8705067Z test_comprehensive_log_softmax_dtype_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.084s) 2022-05-18T05:09:53.9224897Z test_comprehensive_log_softmax_dtype_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.052s) 2022-05-18T05:09:53.9739788Z test_comprehensive_log_softmax_dtype_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.051s) 2022-05-18T05:09:54.0255584Z test_comprehensive_log_softmax_dtype_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.051s) 2022-05-18T05:09:54.0776591Z test_comprehensive_log_softmax_dtype_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.052s) 2022-05-18T05:09:54.1269535Z test_comprehensive_log_softmax_dtype_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.049s) 2022-05-18T05:09:54.1328835Z test_comprehensive_logaddexp2_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:09:54.1537676Z test_comprehensive_logaddexp2_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-05-18T05:09:54.1746733Z test_comprehensive_logaddexp2_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-05-18T05:09:54.1800207Z test_comprehensive_logaddexp_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:09:54.2000486Z test_comprehensive_logaddexp_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-05-18T05:09:54.2196708Z test_comprehensive_logaddexp_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-05-18T05:09:54.2968595Z test_comprehensive_logcumsumexp_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.077s) 2022-05-18T05:09:54.2995991Z test_comprehensive_logcumsumexp_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:09:55.0986280Z test_comprehensive_logcumsumexp_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.799s) 2022-05-18T05:09:55.8975962Z test_comprehensive_logcumsumexp_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.799s) 2022-05-18T05:09:55.9695662Z test_comprehensive_logdet_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.072s) 2022-05-18T05:09:56.0417521Z test_comprehensive_logdet_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.072s) 2022-05-18T05:09:56.0945873Z test_comprehensive_logical_and_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.053s) 2022-05-18T05:09:56.1559025Z test_comprehensive_logical_and_cuda_bool (__main__.TestDecompCUDA) ... ok (0.061s) 2022-05-18T05:09:56.1564263Z test_comprehensive_logical_and_cuda_complex128 (__main__.TestDecompCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-05-18T05:09:56.1569804Z test_comprehensive_logical_and_cuda_complex64 (__main__.TestDecompCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-05-18T05:09:56.2087608Z test_comprehensive_logical_and_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.052s) 2022-05-18T05:09:56.2981699Z test_comprehensive_logical_and_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.089s) 2022-05-18T05:09:56.3856538Z test_comprehensive_logical_and_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.087s) 2022-05-18T05:09:56.4511354Z test_comprehensive_logical_and_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.065s) 2022-05-18T05:09:56.5160711Z test_comprehensive_logical_and_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.065s) 2022-05-18T05:09:56.5818165Z test_comprehensive_logical_and_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.066s) 2022-05-18T05:09:56.6464764Z test_comprehensive_logical_and_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.065s) 2022-05-18T05:09:56.7123911Z test_comprehensive_logical_and_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.066s) 2022-05-18T05:09:56.7175608Z test_comprehensive_logical_not_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:09:56.7219221Z test_comprehensive_logical_not_cuda_bool (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:09:56.7315106Z test_comprehensive_logical_not_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-05-18T05:09:56.7410673Z test_comprehensive_logical_not_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-05-18T05:09:56.7460013Z test_comprehensive_logical_not_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:09:56.7525580Z test_comprehensive_logical_not_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:09:56.7590460Z test_comprehensive_logical_not_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:09:56.7640645Z test_comprehensive_logical_not_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:09:56.7682662Z test_comprehensive_logical_not_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:09:56.7724932Z test_comprehensive_logical_not_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:09:56.7767228Z test_comprehensive_logical_not_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:09:56.7809756Z test_comprehensive_logical_not_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:09:56.8328349Z test_comprehensive_logical_or_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.052s) 2022-05-18T05:09:56.8950940Z test_comprehensive_logical_or_cuda_bool (__main__.TestDecompCUDA) ... ok (0.062s) 2022-05-18T05:09:57.0370471Z test_comprehensive_logical_or_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.142s) 2022-05-18T05:09:57.1818319Z test_comprehensive_logical_or_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.145s) 2022-05-18T05:09:57.2336927Z test_comprehensive_logical_or_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.052s) 2022-05-18T05:09:57.3211437Z test_comprehensive_logical_or_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.087s) 2022-05-18T05:09:57.4100827Z test_comprehensive_logical_or_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.089s) 2022-05-18T05:09:57.4759900Z test_comprehensive_logical_or_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.066s) 2022-05-18T05:09:57.5414001Z test_comprehensive_logical_or_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.065s) 2022-05-18T05:09:57.6071133Z test_comprehensive_logical_or_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.066s) 2022-05-18T05:09:57.6728078Z test_comprehensive_logical_or_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.066s) 2022-05-18T05:09:57.7377038Z test_comprehensive_logical_or_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.065s) 2022-05-18T05:09:57.7821196Z test_comprehensive_logical_xor_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.044s) 2022-05-18T05:09:57.8393277Z test_comprehensive_logical_xor_cuda_bool (__main__.TestDecompCUDA) ... ok (0.057s) 2022-05-18T05:09:57.9738861Z test_comprehensive_logical_xor_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.134s) 2022-05-18T05:09:58.1124672Z test_comprehensive_logical_xor_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.138s) 2022-05-18T05:09:58.1569338Z test_comprehensive_logical_xor_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.044s) 2022-05-18T05:09:58.2377424Z test_comprehensive_logical_xor_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.081s) 2022-05-18T05:09:58.3171841Z test_comprehensive_logical_xor_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.079s) 2022-05-18T05:09:58.3749269Z test_comprehensive_logical_xor_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.058s) 2022-05-18T05:09:58.4328688Z test_comprehensive_logical_xor_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.058s) 2022-05-18T05:09:58.4908320Z test_comprehensive_logical_xor_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.058s) 2022-05-18T05:09:58.5484814Z test_comprehensive_logical_xor_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.058s) 2022-05-18T05:09:58.6060401Z test_comprehensive_logical_xor_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.057s) 2022-05-18T05:09:58.6147572Z test_comprehensive_logit_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-05-18T05:09:58.6320326Z test_comprehensive_logit_cuda_bool (__main__.TestDecompCUDA) ... ok (0.017s) 2022-05-18T05:09:58.6405342Z test_comprehensive_logit_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-05-18T05:09:58.7028607Z test_comprehensive_logit_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.062s) 2022-05-18T05:09:58.7633280Z test_comprehensive_logit_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.060s) 2022-05-18T05:09:58.7800582Z test_comprehensive_logit_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-05-18T05:09:58.7969248Z test_comprehensive_logit_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-05-18T05:09:58.8138541Z test_comprehensive_logit_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-05-18T05:09:58.8313409Z test_comprehensive_logit_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-05-18T05:09:58.8480467Z test_comprehensive_logit_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-05-18T05:09:58.8647999Z test_comprehensive_logsumexp_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-05-18T05:09:58.8752322Z test_comprehensive_logsumexp_cuda_bool (__main__.TestDecompCUDA) ... ok (0.010s) 2022-05-18T05:09:58.8917912Z test_comprehensive_logsumexp_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:09:59.0714138Z test_comprehensive_logsumexp_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.179s) 2022-05-18T05:09:59.2476582Z test_comprehensive_logsumexp_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.176s) 2022-05-18T05:09:59.2578041Z test_comprehensive_logsumexp_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-05-18T05:09:59.2688459Z test_comprehensive_logsumexp_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-05-18T05:09:59.2793317Z test_comprehensive_logsumexp_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-05-18T05:09:59.2898715Z test_comprehensive_logsumexp_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-05-18T05:09:59.3004149Z test_comprehensive_logsumexp_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-05-18T05:09:59.3033462Z test_comprehensive_long_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:09:59.3055381Z test_comprehensive_long_cuda_bool (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:09:59.3087502Z test_comprehensive_long_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:09:59.3127939Z test_comprehensive_long_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:09:59.3154531Z test_comprehensive_long_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:09:59.3181049Z test_comprehensive_long_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:09:59.3207828Z test_comprehensive_long_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:09:59.3230634Z test_comprehensive_long_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:09:59.3252964Z test_comprehensive_long_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:09:59.3272082Z test_comprehensive_long_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:09:59.3294755Z test_comprehensive_long_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:09:59.3323605Z test_comprehensive_long_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:09:59.3796853Z test_comprehensive_lt_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.047s) 2022-05-18T05:09:59.4403172Z test_comprehensive_lt_cuda_bool (__main__.TestDecompCUDA) ... ok (0.061s) 2022-05-18T05:09:59.4869890Z test_comprehensive_lt_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.047s) 2022-05-18T05:09:59.5719784Z test_comprehensive_lt_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.085s) 2022-05-18T05:09:59.6535685Z test_comprehensive_lt_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.081s) 2022-05-18T05:09:59.7141090Z test_comprehensive_lt_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.060s) 2022-05-18T05:09:59.7743562Z test_comprehensive_lt_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.060s) 2022-05-18T05:09:59.8342397Z test_comprehensive_lt_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.060s) 2022-05-18T05:09:59.8938983Z test_comprehensive_lt_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.060s) 2022-05-18T05:09:59.9554161Z test_comprehensive_lt_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.061s) 2022-05-18T05:10:02.0337796Z test_comprehensive_lu_cuda_complex128 (__main__.TestDecompCUDA) ... ok (2.078s) 2022-05-18T05:10:03.7093973Z test_comprehensive_lu_cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.675s) 2022-05-18T05:10:04.8024915Z test_comprehensive_lu_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.093s) 2022-05-18T05:10:05.9792485Z test_comprehensive_lu_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.177s) 2022-05-18T05:10:06.8303565Z test_comprehensive_lu_solve_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.851s) 2022-05-18T05:10:07.6637856Z test_comprehensive_lu_solve_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.833s) 2022-05-18T05:10:08.2745038Z test_comprehensive_lu_solve_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.611s) 2022-05-18T05:10:08.8866742Z test_comprehensive_lu_solve_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.612s) 2022-05-18T05:10:08.9321344Z test_comprehensive_lu_unpack_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-05-18T05:10:08.9766868Z test_comprehensive_lu_unpack_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.044s) 2022-05-18T05:10:09.0177799Z test_comprehensive_lu_unpack_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.041s) 2022-05-18T05:10:09.0593170Z test_comprehensive_lu_unpack_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.041s) 2022-05-18T05:10:09.0681491Z test_comprehensive_mH_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-05-18T05:10:09.1388758Z test_comprehensive_mH_cuda_bool (__main__.TestDecompCUDA) ... ok (0.070s) 2022-05-18T05:10:09.4711455Z test_comprehensive_mH_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.332s) 2022-05-18T05:10:09.6215035Z test_comprehensive_mH_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.150s) 2022-05-18T05:10:09.9590089Z test_comprehensive_mH_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.337s) 2022-05-18T05:10:09.9674762Z test_comprehensive_mH_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-05-18T05:10:10.1709920Z test_comprehensive_mH_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.203s) 2022-05-18T05:10:10.3745762Z test_comprehensive_mH_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.203s) 2022-05-18T05:10:10.4449208Z test_comprehensive_mH_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.070s) 2022-05-18T05:10:10.5152418Z test_comprehensive_mH_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.070s) 2022-05-18T05:10:10.5854300Z test_comprehensive_mH_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.070s) 2022-05-18T05:10:10.6559809Z test_comprehensive_mH_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.070s) 2022-05-18T05:10:10.7258850Z test_comprehensive_mH_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.070s) 2022-05-18T05:10:10.7342708Z test_comprehensive_mT_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-05-18T05:10:10.8038322Z test_comprehensive_mT_cuda_bool (__main__.TestDecompCUDA) ... ok (0.069s) 2022-05-18T05:10:11.1358729Z test_comprehensive_mT_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.332s) 2022-05-18T05:10:11.2862070Z test_comprehensive_mT_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.150s) 2022-05-18T05:10:11.6207159Z test_comprehensive_mT_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.334s) 2022-05-18T05:10:11.6292402Z test_comprehensive_mT_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-05-18T05:10:11.8320686Z test_comprehensive_mT_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.203s) 2022-05-18T05:10:12.0347105Z test_comprehensive_mT_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.202s) 2022-05-18T05:10:12.1047643Z test_comprehensive_mT_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.070s) 2022-05-18T05:10:12.1748579Z test_comprehensive_mT_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.070s) 2022-05-18T05:10:12.2453838Z test_comprehensive_mT_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.070s) 2022-05-18T05:10:12.3157080Z test_comprehensive_mT_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.070s) 2022-05-18T05:10:12.3870354Z test_comprehensive_mT_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.071s) 2022-05-18T05:10:12.4049039Z test_comprehensive_masked_fill_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-05-18T05:10:12.4255817Z test_comprehensive_masked_fill_cuda_bool (__main__.TestDecompCUDA) ... ok (0.021s) 2022-05-18T05:10:12.5437636Z test_comprehensive_masked_fill_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.118s) 2022-05-18T05:10:12.6635675Z test_comprehensive_masked_fill_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.120s) 2022-05-18T05:10:12.6814070Z test_comprehensive_masked_fill_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-05-18T05:10:12.7641520Z test_comprehensive_masked_fill_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.082s) 2022-05-18T05:10:12.8445111Z test_comprehensive_masked_fill_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.080s) 2022-05-18T05:10:12.8660895Z test_comprehensive_masked_fill_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-05-18T05:10:12.8867528Z test_comprehensive_masked_fill_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-05-18T05:10:12.9072257Z test_comprehensive_masked_fill_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-05-18T05:10:12.9279960Z test_comprehensive_masked_fill_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-05-18T05:10:12.9489180Z test_comprehensive_masked_fill_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-05-18T05:10:12.9580162Z test_comprehensive_masked_scatter_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-05-18T05:10:12.9607702Z test_comprehensive_masked_scatter_cuda_bool (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:10:12.9931026Z test_comprehensive_masked_scatter_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.032s) 2022-05-18T05:10:13.0245750Z test_comprehensive_masked_scatter_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.031s) 2022-05-18T05:10:13.0332820Z test_comprehensive_masked_scatter_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-05-18T05:10:13.0559180Z test_comprehensive_masked_scatter_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-05-18T05:10:13.0783793Z test_comprehensive_masked_scatter_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-05-18T05:10:13.0810844Z test_comprehensive_masked_scatter_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:10:13.0838268Z test_comprehensive_masked_scatter_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:10:13.0865823Z test_comprehensive_masked_scatter_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:10:13.0898923Z test_comprehensive_masked_scatter_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:10:13.0926070Z test_comprehensive_masked_scatter_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:10:13.1012435Z test_comprehensive_masked_select_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-05-18T05:10:13.1043811Z test_comprehensive_masked_select_cuda_bool (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:10:13.1135832Z test_comprehensive_masked_select_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-05-18T05:10:13.1227330Z test_comprehensive_masked_select_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-05-18T05:10:13.1312113Z test_comprehensive_masked_select_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-05-18T05:10:13.1403135Z test_comprehensive_masked_select_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-05-18T05:10:13.1488379Z test_comprehensive_masked_select_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-05-18T05:10:13.1520517Z test_comprehensive_masked_select_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:10:13.1552720Z test_comprehensive_masked_select_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:10:13.1584882Z test_comprehensive_masked_select_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:10:13.1616751Z test_comprehensive_masked_select_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:10:13.1649111Z test_comprehensive_masked_select_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:10:13.8207301Z test_comprehensive_matmul_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.655s) 2022-05-18T05:10:14.4819847Z test_comprehensive_matmul_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.661s) 2022-05-18T05:10:14.5178556Z test_comprehensive_matmul_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.036s) 2022-05-18T05:10:14.9159697Z test_comprehensive_matmul_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.398s) 2022-05-18T05:10:15.3104152Z test_comprehensive_matmul_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.394s) 2022-05-18T05:10:15.3417121Z test_comprehensive_matrix_exp_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.031s) 2022-05-18T05:10:15.3692562Z test_comprehensive_matrix_exp_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.027s) 2022-05-18T05:10:15.3774440Z test_comprehensive_matrix_exp_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-05-18T05:10:15.3962213Z test_comprehensive_matrix_exp_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-05-18T05:10:15.4146680Z test_comprehensive_matrix_exp_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-05-18T05:10:15.6220231Z test_comprehensive_max_binary_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.207s) 2022-05-18T05:10:15.6836410Z test_comprehensive_max_binary_cuda_bool (__main__.TestDecompCUDA) ... ok (0.061s) 2022-05-18T05:10:15.8926958Z test_comprehensive_max_binary_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.209s) 2022-05-18T05:10:16.8375252Z test_comprehensive_max_binary_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.945s) 2022-05-18T05:10:17.7836581Z test_comprehensive_max_binary_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.946s) 2022-05-18T05:10:17.8456492Z test_comprehensive_max_binary_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.062s) 2022-05-18T05:10:17.9071050Z test_comprehensive_max_binary_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.061s) 2022-05-18T05:10:17.9691606Z test_comprehensive_max_binary_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.062s) 2022-05-18T05:10:18.0308916Z test_comprehensive_max_binary_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.062s) 2022-05-18T05:10:18.0927500Z test_comprehensive_max_binary_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.062s) 2022-05-18T05:10:18.1135042Z test_comprehensive_max_reduction_no_dim_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-05-18T05:10:18.1153476Z test_comprehensive_max_reduction_no_dim_cuda_bool (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:10:18.1362669Z test_comprehensive_max_reduction_no_dim_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-05-18T05:10:18.1761575Z test_comprehensive_max_reduction_no_dim_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.040s) 2022-05-18T05:10:18.2159316Z test_comprehensive_max_reduction_no_dim_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.040s) 2022-05-18T05:10:18.2177527Z test_comprehensive_max_reduction_no_dim_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:10:18.2195419Z test_comprehensive_max_reduction_no_dim_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:10:18.2212439Z test_comprehensive_max_reduction_no_dim_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:10:18.2229981Z test_comprehensive_max_reduction_no_dim_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:10:18.2253790Z test_comprehensive_max_reduction_no_dim_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:10:18.2301261Z test_comprehensive_max_reduction_with_dim_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:10:18.2320939Z test_comprehensive_max_reduction_with_dim_cuda_bool (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:10:18.2366901Z test_comprehensive_max_reduction_with_dim_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:10:18.2413253Z test_comprehensive_max_reduction_with_dim_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:10:18.2459745Z test_comprehensive_max_reduction_with_dim_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:10:18.2480323Z test_comprehensive_max_reduction_with_dim_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:10:18.2500618Z test_comprehensive_max_reduction_with_dim_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:10:18.2527472Z test_comprehensive_max_reduction_with_dim_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:10:18.2547696Z test_comprehensive_max_reduction_with_dim_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:10:18.2567917Z test_comprehensive_max_reduction_with_dim_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:10:18.4637156Z test_comprehensive_maximum_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.207s) 2022-05-18T05:10:18.5272241Z test_comprehensive_maximum_cuda_bool (__main__.TestDecompCUDA) ... ok (0.063s) 2022-05-18T05:10:18.7372238Z test_comprehensive_maximum_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.210s) 2022-05-18T05:10:19.6860167Z test_comprehensive_maximum_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.949s) 2022-05-18T05:10:20.6281981Z test_comprehensive_maximum_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.942s) 2022-05-18T05:10:20.6895870Z test_comprehensive_maximum_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.061s) 2022-05-18T05:10:20.7509230Z test_comprehensive_maximum_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.061s) 2022-05-18T05:10:20.8121186Z test_comprehensive_maximum_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.061s) 2022-05-18T05:10:20.8725383Z test_comprehensive_maximum_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.060s) 2022-05-18T05:10:20.9331831Z test_comprehensive_maximum_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.061s) 2022-05-18T05:10:20.9480379Z test_comprehensive_mean_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-05-18T05:10:20.9629569Z test_comprehensive_mean_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-05-18T05:10:20.9784271Z test_comprehensive_mean_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-05-18T05:10:20.9927495Z test_comprehensive_mean_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-05-18T05:10:21.0070914Z test_comprehensive_mean_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-05-18T05:10:21.0214183Z test_comprehensive_mean_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-05-18T05:10:21.0554837Z test_comprehensive_median_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.034s) 2022-05-18T05:10:21.1081960Z test_comprehensive_median_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.052s) 2022-05-18T05:10:21.1607875Z test_comprehensive_median_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.052s) 2022-05-18T05:10:21.1650733Z test_comprehensive_median_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:10:21.1684451Z test_comprehensive_median_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:10:21.1717947Z test_comprehensive_median_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:10:21.1751720Z test_comprehensive_median_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:10:21.1785661Z test_comprehensive_median_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:10:21.1928658Z test_comprehensive_meshgrid_list_of_tensors_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-05-18T05:10:21.1972198Z test_comprehensive_meshgrid_list_of_tensors_cuda_bool (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:10:21.2129373Z test_comprehensive_meshgrid_list_of_tensors_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:10:21.2293074Z test_comprehensive_meshgrid_list_of_tensors_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:10:21.2429674Z test_comprehensive_meshgrid_list_of_tensors_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-05-18T05:10:21.2566234Z test_comprehensive_meshgrid_list_of_tensors_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-05-18T05:10:21.2702519Z test_comprehensive_meshgrid_list_of_tensors_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-05-18T05:10:21.2746578Z test_comprehensive_meshgrid_list_of_tensors_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:10:21.2790598Z test_comprehensive_meshgrid_list_of_tensors_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:10:21.2834626Z test_comprehensive_meshgrid_list_of_tensors_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:10:21.2885356Z test_comprehensive_meshgrid_list_of_tensors_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:10:21.2929424Z test_comprehensive_meshgrid_list_of_tensors_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:10:21.3065352Z test_comprehensive_meshgrid_variadic_tensors_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-05-18T05:10:21.3107915Z test_comprehensive_meshgrid_variadic_tensors_cuda_bool (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:10:21.3263613Z test_comprehensive_meshgrid_variadic_tensors_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-05-18T05:10:21.3419301Z test_comprehensive_meshgrid_variadic_tensors_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-05-18T05:10:21.3555430Z test_comprehensive_meshgrid_variadic_tensors_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-05-18T05:10:21.3691606Z test_comprehensive_meshgrid_variadic_tensors_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-05-18T05:10:21.3833469Z test_comprehensive_meshgrid_variadic_tensors_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-05-18T05:10:21.3877568Z test_comprehensive_meshgrid_variadic_tensors_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:10:21.3921547Z test_comprehensive_meshgrid_variadic_tensors_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:10:21.3965300Z test_comprehensive_meshgrid_variadic_tensors_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:10:21.4009175Z test_comprehensive_meshgrid_variadic_tensors_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:10:21.4053140Z test_comprehensive_meshgrid_variadic_tensors_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:10:21.6102858Z test_comprehensive_min_binary_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.205s) 2022-05-18T05:10:21.6712360Z test_comprehensive_min_binary_cuda_bool (__main__.TestDecompCUDA) ... ok (0.061s) 2022-05-18T05:10:21.8776850Z test_comprehensive_min_binary_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.206s) 2022-05-18T05:10:22.8110231Z test_comprehensive_min_binary_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.933s) 2022-05-18T05:10:23.7434554Z test_comprehensive_min_binary_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.932s) 2022-05-18T05:10:23.8050470Z test_comprehensive_min_binary_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.062s) 2022-05-18T05:10:23.8666249Z test_comprehensive_min_binary_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.062s) 2022-05-18T05:10:23.9282321Z test_comprehensive_min_binary_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.062s) 2022-05-18T05:10:23.9910995Z test_comprehensive_min_binary_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-05-18T05:10:24.0527937Z test_comprehensive_min_binary_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.062s) 2022-05-18T05:10:24.0728175Z test_comprehensive_min_reduction_no_dim_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-05-18T05:10:24.0745539Z test_comprehensive_min_reduction_no_dim_cuda_bool (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:10:24.0949930Z test_comprehensive_min_reduction_no_dim_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-05-18T05:10:24.1343818Z test_comprehensive_min_reduction_no_dim_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.039s) 2022-05-18T05:10:24.1731477Z test_comprehensive_min_reduction_no_dim_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.039s) 2022-05-18T05:10:24.1749418Z test_comprehensive_min_reduction_no_dim_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:10:24.1766629Z test_comprehensive_min_reduction_no_dim_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:10:24.1784324Z test_comprehensive_min_reduction_no_dim_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:10:24.1801716Z test_comprehensive_min_reduction_no_dim_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:10:24.1825640Z test_comprehensive_min_reduction_no_dim_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:10:24.1871938Z test_comprehensive_min_reduction_with_dim_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:10:24.1892166Z test_comprehensive_min_reduction_with_dim_cuda_bool (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:10:24.1938015Z test_comprehensive_min_reduction_with_dim_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:10:24.1983728Z test_comprehensive_min_reduction_with_dim_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:10:24.2029397Z test_comprehensive_min_reduction_with_dim_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:10:24.2049292Z test_comprehensive_min_reduction_with_dim_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:10:24.2069702Z test_comprehensive_min_reduction_with_dim_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:10:24.2097221Z test_comprehensive_min_reduction_with_dim_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:10:24.2117430Z test_comprehensive_min_reduction_with_dim_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:10:24.2137435Z test_comprehensive_min_reduction_with_dim_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:10:24.4171768Z test_comprehensive_minimum_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.203s) 2022-05-18T05:10:24.4785547Z test_comprehensive_minimum_cuda_bool (__main__.TestDecompCUDA) ... ok (0.061s) 2022-05-18T05:10:24.6868518Z test_comprehensive_minimum_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.208s) 2022-05-18T05:10:25.6229525Z test_comprehensive_minimum_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.936s) 2022-05-18T05:10:26.5562992Z test_comprehensive_minimum_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.933s) 2022-05-18T05:10:26.6173071Z test_comprehensive_minimum_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.061s) 2022-05-18T05:10:26.6782498Z test_comprehensive_minimum_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.061s) 2022-05-18T05:10:26.7410033Z test_comprehensive_minimum_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-05-18T05:10:26.8025712Z test_comprehensive_minimum_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.061s) 2022-05-18T05:10:26.8637641Z test_comprehensive_minimum_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.061s) 2022-05-18T05:10:26.8955655Z test_comprehensive_mm_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.032s) 2022-05-18T05:10:26.9278032Z test_comprehensive_mm_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.032s) 2022-05-18T05:10:26.9314756Z test_comprehensive_mm_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:10:26.9420870Z test_comprehensive_mm_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-05-18T05:10:26.9525540Z test_comprehensive_mm_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-05-18T05:10:26.9588758Z test_comprehensive_mode_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:10:26.9611643Z test_comprehensive_mode_cuda_bool (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:10:26.9672773Z test_comprehensive_mode_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:10:26.9734040Z test_comprehensive_mode_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:10:26.9801625Z test_comprehensive_mode_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:10:26.9825012Z test_comprehensive_mode_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:10:26.9848135Z test_comprehensive_mode_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:10:26.9871724Z test_comprehensive_mode_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:10:26.9895043Z test_comprehensive_mode_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:10:26.9918290Z test_comprehensive_mode_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:10:26.9946263Z test_comprehensive_movedim_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:10:26.9962920Z test_comprehensive_movedim_cuda_bool (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:10:26.9998812Z test_comprehensive_movedim_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:10:27.0019312Z test_comprehensive_movedim_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:10:27.0049054Z test_comprehensive_movedim_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:10:27.0076932Z test_comprehensive_movedim_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:10:27.0105027Z test_comprehensive_movedim_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:10:27.0132850Z test_comprehensive_movedim_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:10:27.0150654Z test_comprehensive_movedim_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:10:27.0167642Z test_comprehensive_movedim_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:10:27.0191391Z test_comprehensive_movedim_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:10:27.0208265Z test_comprehensive_movedim_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:10:27.0225185Z test_comprehensive_movedim_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:10:27.0257168Z test_comprehensive_msort_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:10:27.0288093Z test_comprehensive_msort_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:10:27.0319186Z test_comprehensive_msort_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:10:27.0350899Z test_comprehensive_msort_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:10:27.0377035Z test_comprehensive_msort_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:10:27.0396916Z test_comprehensive_msort_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:10:27.0416905Z test_comprehensive_msort_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:10:27.0437459Z test_comprehensive_msort_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:10:27.0457184Z test_comprehensive_msort_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:10:27.0769102Z test_comprehensive_mul_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.031s) 2022-05-18T05:10:27.1384913Z test_comprehensive_mul_cuda_bool (__main__.TestDecompCUDA) ... ok (0.061s) 2022-05-18T05:10:27.7582013Z test_comprehensive_mul_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.620s) 2022-05-18T05:10:27.9128157Z test_comprehensive_mul_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.154s) 2022-05-18T05:10:28.5373167Z test_comprehensive_mul_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.624s) 2022-05-18T05:10:28.5679274Z test_comprehensive_mul_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.031s) 2022-05-18T05:10:28.9322204Z test_comprehensive_mul_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.364s) 2022-05-18T05:10:29.2965036Z test_comprehensive_mul_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.364s) 2022-05-18T05:10:29.3580290Z test_comprehensive_mul_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.061s) 2022-05-18T05:10:29.4192461Z test_comprehensive_mul_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.061s) 2022-05-18T05:10:29.4809028Z test_comprehensive_mul_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.061s) 2022-05-18T05:10:29.5418160Z test_comprehensive_mul_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.061s) 2022-05-18T05:10:29.6024881Z test_comprehensive_mul_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.061s) 2022-05-18T05:10:29.6073323Z test_comprehensive_multinomial_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:10:29.6119520Z test_comprehensive_multinomial_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:10:29.6171796Z test_comprehensive_multinomial_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:10:29.6340689Z test_comprehensive_mv_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-05-18T05:10:29.6510846Z test_comprehensive_mv_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-05-18T05:10:29.6549166Z test_comprehensive_mv_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:10:29.6655616Z test_comprehensive_mv_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-05-18T05:10:29.6761080Z test_comprehensive_mv_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-05-18T05:10:29.6969478Z test_comprehensive_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-05-18T05:10:29.7548117Z test_comprehensive_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.058s) 2022-05-18T05:10:29.8106288Z test_comprehensive_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.056s) 2022-05-18T05:10:29.8149602Z test_comprehensive_mvlgamma_mvlgamma_p_1_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:10:29.8192196Z test_comprehensive_mvlgamma_mvlgamma_p_1_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:10:29.8234327Z test_comprehensive_mvlgamma_mvlgamma_p_1_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:10:29.8276857Z test_comprehensive_mvlgamma_mvlgamma_p_1_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:10:29.8319018Z test_comprehensive_mvlgamma_mvlgamma_p_1_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:10:29.8526072Z test_comprehensive_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-05-18T05:10:29.9106819Z test_comprehensive_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.058s) 2022-05-18T05:10:29.9662639Z test_comprehensive_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.056s) 2022-05-18T05:10:29.9705216Z test_comprehensive_mvlgamma_mvlgamma_p_3_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:10:29.9747190Z test_comprehensive_mvlgamma_mvlgamma_p_3_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:10:29.9789447Z test_comprehensive_mvlgamma_mvlgamma_p_3_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:10:29.9831505Z test_comprehensive_mvlgamma_mvlgamma_p_3_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:10:29.9873926Z test_comprehensive_mvlgamma_mvlgamma_p_3_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:10:30.0088211Z test_comprehensive_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-05-18T05:10:30.0660540Z test_comprehensive_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.057s) 2022-05-18T05:10:30.1219662Z test_comprehensive_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.056s) 2022-05-18T05:10:30.1263311Z test_comprehensive_mvlgamma_mvlgamma_p_5_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:10:30.1305307Z test_comprehensive_mvlgamma_mvlgamma_p_5_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:10:30.1347520Z test_comprehensive_mvlgamma_mvlgamma_p_5_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:10:30.1389945Z test_comprehensive_mvlgamma_mvlgamma_p_5_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:10:30.1432053Z test_comprehensive_mvlgamma_mvlgamma_p_5_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:10:30.1620537Z test_comprehensive_nan_to_num_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-05-18T05:10:30.1639458Z test_comprehensive_nan_to_num_cuda_bool (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:10:30.1822164Z test_comprehensive_nan_to_num_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-05-18T05:10:30.2160258Z test_comprehensive_nan_to_num_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.034s) 2022-05-18T05:10:30.2492729Z test_comprehensive_nan_to_num_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.033s) 2022-05-18T05:10:30.2513137Z test_comprehensive_nan_to_num_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:10:30.2532009Z test_comprehensive_nan_to_num_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:10:30.2558132Z test_comprehensive_nan_to_num_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:10:30.2576554Z test_comprehensive_nan_to_num_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:10:30.2595209Z test_comprehensive_nan_to_num_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:10:30.4820203Z test_comprehensive_nanmean_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.222s) 2022-05-18T05:10:30.7043931Z test_comprehensive_nanmean_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.222s) 2022-05-18T05:10:31.1051775Z test_comprehensive_nanmean_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.401s) 2022-05-18T05:10:31.5015020Z test_comprehensive_nanmean_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.396s) 2022-05-18T05:10:31.5364148Z test_comprehensive_nanmedian_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.035s) 2022-05-18T05:10:31.5895962Z test_comprehensive_nanmedian_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.053s) 2022-05-18T05:10:31.6414711Z test_comprehensive_nanmedian_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.052s) 2022-05-18T05:10:31.6452526Z test_comprehensive_nanmedian_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:10:31.6490237Z test_comprehensive_nanmedian_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:10:31.6527694Z test_comprehensive_nanmedian_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:10:31.6564509Z test_comprehensive_nanmedian_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:10:31.6606697Z test_comprehensive_nanmedian_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:10:33.1009538Z test_comprehensive_nanquantile_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.440s) 2022-05-18T05:10:34.5141186Z test_comprehensive_nanquantile_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.413s) 2022-05-18T05:10:34.5892016Z test_comprehensive_nansum_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.075s) 2022-05-18T05:10:34.5936314Z test_comprehensive_nansum_cuda_bool (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:10:34.6690785Z test_comprehensive_nansum_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.075s) 2022-05-18T05:10:34.8239890Z test_comprehensive_nansum_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.155s) 2022-05-18T05:10:34.9767231Z test_comprehensive_nansum_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.153s) 2022-05-18T05:10:34.9812044Z test_comprehensive_nansum_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:10:34.9855685Z test_comprehensive_nansum_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:10:34.9895866Z test_comprehensive_nansum_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:10:34.9939304Z test_comprehensive_nansum_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:10:34.9983763Z test_comprehensive_nansum_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:10:35.0064998Z test_comprehensive_narrow_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-05-18T05:10:35.0085974Z test_comprehensive_narrow_cuda_bool (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:10:35.0399329Z test_comprehensive_narrow_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.031s) 2022-05-18T05:10:35.0429746Z test_comprehensive_narrow_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:10:35.0740495Z test_comprehensive_narrow_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.031s) 2022-05-18T05:10:35.0812229Z test_comprehensive_narrow_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:10:35.1032176Z test_comprehensive_narrow_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-05-18T05:10:35.1255095Z test_comprehensive_narrow_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-05-18T05:10:35.1275933Z test_comprehensive_narrow_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:10:35.1296240Z test_comprehensive_narrow_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:10:35.1317186Z test_comprehensive_narrow_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:10:35.1337628Z test_comprehensive_narrow_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:10:35.1359199Z test_comprehensive_narrow_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:10:35.1836844Z test_comprehensive_ne_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.048s) 2022-05-18T05:10:35.2450003Z test_comprehensive_ne_cuda_bool (__main__.TestDecompCUDA) ... ok (0.061s) 2022-05-18T05:10:35.3873997Z test_comprehensive_ne_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.142s) 2022-05-18T05:10:35.5325718Z test_comprehensive_ne_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.145s) 2022-05-18T05:10:35.5808901Z test_comprehensive_ne_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.048s) 2022-05-18T05:10:35.6665951Z test_comprehensive_ne_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.086s) 2022-05-18T05:10:35.7518837Z test_comprehensive_ne_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.085s) 2022-05-18T05:10:35.8139644Z test_comprehensive_ne_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.062s) 2022-05-18T05:10:35.8764350Z test_comprehensive_ne_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.062s) 2022-05-18T05:10:35.9386544Z test_comprehensive_ne_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.062s) 2022-05-18T05:10:36.0008291Z test_comprehensive_ne_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.062s) 2022-05-18T05:10:36.0625011Z test_comprehensive_ne_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.062s) 2022-05-18T05:10:36.0656591Z test_comprehensive_neg_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:10:36.1371689Z test_comprehensive_neg_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.071s) 2022-05-18T05:10:36.1754103Z test_comprehensive_neg_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.038s) 2022-05-18T05:10:36.2446231Z test_comprehensive_neg_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.069s) 2022-05-18T05:10:36.2478499Z test_comprehensive_neg_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:10:36.2873358Z test_comprehensive_neg_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.039s) 2022-05-18T05:10:36.3263696Z test_comprehensive_neg_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.039s) 2022-05-18T05:10:36.3426663Z test_comprehensive_neg_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:10:36.3596328Z test_comprehensive_neg_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-05-18T05:10:36.3758025Z test_comprehensive_neg_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:10:36.3920664Z test_comprehensive_neg_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:10:36.4083074Z test_comprehensive_neg_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:10:36.4115383Z test_comprehensive_new_empty_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:10:36.4138413Z test_comprehensive_new_empty_cuda_bool (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:10:36.4175206Z test_comprehensive_new_empty_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:10:36.4212129Z test_comprehensive_new_empty_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:10:36.4248710Z test_comprehensive_new_empty_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:10:36.4278141Z test_comprehensive_new_empty_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:10:36.4307745Z test_comprehensive_new_empty_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:10:36.4331276Z test_comprehensive_new_empty_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:10:36.4355184Z test_comprehensive_new_empty_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:10:36.4379023Z test_comprehensive_new_empty_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:10:36.4402780Z test_comprehensive_new_empty_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:10:36.4433717Z test_comprehensive_new_empty_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:10:36.4473447Z test_comprehensive_new_full_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:10:36.4503839Z test_comprehensive_new_full_cuda_bool (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:10:36.4552523Z test_comprehensive_new_full_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:10:36.4600700Z test_comprehensive_new_full_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:10:36.4640056Z test_comprehensive_new_full_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:10:36.4679276Z test_comprehensive_new_full_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:10:36.4718587Z test_comprehensive_new_full_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:10:36.4756457Z test_comprehensive_new_full_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:10:36.4787528Z test_comprehensive_new_full_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:10:36.4818216Z test_comprehensive_new_full_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:10:36.4849147Z test_comprehensive_new_full_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:10:36.4880596Z test_comprehensive_new_full_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:10:36.4914327Z test_comprehensive_new_ones_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:10:36.4941172Z test_comprehensive_new_ones_cuda_bool (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:10:36.4981531Z test_comprehensive_new_ones_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:10:36.5027473Z test_comprehensive_new_ones_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:10:36.5060537Z test_comprehensive_new_ones_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:10:36.5093968Z test_comprehensive_new_ones_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:10:36.5127383Z test_comprehensive_new_ones_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:10:36.5156119Z test_comprehensive_new_ones_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:10:36.5183459Z test_comprehensive_new_ones_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:10:36.5210785Z test_comprehensive_new_ones_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:10:36.5244588Z test_comprehensive_new_ones_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:10:36.5272567Z test_comprehensive_new_ones_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:10:36.5306173Z test_comprehensive_new_zeros_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:10:36.5332715Z test_comprehensive_new_zeros_cuda_bool (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:10:36.5372325Z test_comprehensive_new_zeros_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:10:36.5412286Z test_comprehensive_new_zeros_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:10:36.5445525Z test_comprehensive_new_zeros_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:10:36.5479032Z test_comprehensive_new_zeros_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:10:36.5518333Z test_comprehensive_new_zeros_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:10:36.5545669Z test_comprehensive_new_zeros_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:10:36.5572486Z test_comprehensive_new_zeros_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:10:36.5599938Z test_comprehensive_new_zeros_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:10:36.5627054Z test_comprehensive_new_zeros_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:10:36.5653957Z test_comprehensive_new_zeros_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:10:36.5756247Z test_comprehensive_nextafter_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-05-18T05:10:36.6626420Z test_comprehensive_nextafter_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.087s) 2022-05-18T05:10:36.7489207Z test_comprehensive_nextafter_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.086s) 2022-05-18T05:10:36.7533962Z test_comprehensive_nn_functional_adaptive_avg_pool1d_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:10:36.7575307Z test_comprehensive_nn_functional_adaptive_avg_pool1d_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:10:36.7616635Z test_comprehensive_nn_functional_adaptive_avg_pool1d_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:10:36.7657850Z test_comprehensive_nn_functional_adaptive_avg_pool1d_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:10:36.7708189Z test_comprehensive_nn_functional_adaptive_avg_pool2d_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:10:36.7758270Z test_comprehensive_nn_functional_adaptive_avg_pool2d_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:10:36.7813886Z test_comprehensive_nn_functional_adaptive_avg_pool2d_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:10:36.7863573Z test_comprehensive_nn_functional_adaptive_avg_pool2d_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:10:36.7922245Z test_comprehensive_nn_functional_adaptive_avg_pool3d_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:10:36.7979193Z test_comprehensive_nn_functional_adaptive_avg_pool3d_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:10:36.8036505Z test_comprehensive_nn_functional_adaptive_avg_pool3d_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:10:36.8093540Z test_comprehensive_nn_functional_adaptive_avg_pool3d_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:10:36.8147310Z test_comprehensive_nn_functional_adaptive_max_pool1d_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:10:36.8205784Z test_comprehensive_nn_functional_adaptive_max_pool1d_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:10:36.8257875Z test_comprehensive_nn_functional_adaptive_max_pool1d_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:10:36.8310100Z test_comprehensive_nn_functional_adaptive_max_pool1d_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:10:36.8409916Z test_comprehensive_nn_functional_adaptive_max_pool2d_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-05-18T05:10:36.8510762Z test_comprehensive_nn_functional_adaptive_max_pool2d_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-05-18T05:10:36.8609961Z test_comprehensive_nn_functional_adaptive_max_pool2d_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-05-18T05:10:36.8710253Z test_comprehensive_nn_functional_adaptive_max_pool2d_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-05-18T05:10:36.8798815Z test_comprehensive_nn_functional_adaptive_max_pool3d_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-05-18T05:10:36.8891956Z test_comprehensive_nn_functional_adaptive_max_pool3d_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-05-18T05:10:36.8978625Z test_comprehensive_nn_functional_adaptive_max_pool3d_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-05-18T05:10:36.9065963Z test_comprehensive_nn_functional_adaptive_max_pool3d_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-05-18T05:10:36.9167611Z test_comprehensive_nn_functional_avg_pool1d_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-05-18T05:10:36.9267528Z test_comprehensive_nn_functional_avg_pool1d_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-05-18T05:10:36.9366876Z test_comprehensive_nn_functional_avg_pool1d_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-05-18T05:10:36.9466834Z test_comprehensive_nn_functional_avg_pool1d_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-05-18T05:10:36.9543897Z test_comprehensive_nn_functional_avg_pool2d_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-05-18T05:10:36.9612747Z test_comprehensive_nn_functional_avg_pool2d_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:10:36.9682172Z test_comprehensive_nn_functional_avg_pool2d_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:10:36.9751017Z test_comprehensive_nn_functional_avg_pool2d_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:10:36.9830130Z test_comprehensive_nn_functional_avg_pool3d_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-05-18T05:10:36.9906016Z test_comprehensive_nn_functional_avg_pool3d_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-05-18T05:10:36.9981812Z test_comprehensive_nn_functional_avg_pool3d_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:10:37.0057881Z test_comprehensive_nn_functional_avg_pool3d_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:10:37.0078329Z test_comprehensive_nn_functional_batch_norm_cuda_bfloat16 (__main__.TestDecompCUDA) ... skip: nn.functional.batch_norm in torch.bfloat16 not supported (0.002s) 2022-05-18T05:10:37.0089980Z test_comprehensive_nn_functional_batch_norm_cuda_float16 (__main__.TestDecompCUDA) ... skip: nn.functional.batch_norm in torch.float16 not supported (0.001s) 2022-05-18T05:10:37.9630448Z test_comprehensive_nn_functional_batch_norm_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.954s) 2022-05-18T05:10:38.3676379Z test_comprehensive_nn_functional_batch_norm_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.404s) 2022-05-18T05:10:38.3689421Z test_comprehensive_nn_functional_batch_norm_without_cudnn_cuda_bfloat16 (__main__.TestDecompCUDA) ... skip: nn.functional.batch_norm in torch.bfloat16 not supported (0.001s) 2022-05-18T05:10:38.3702877Z test_comprehensive_nn_functional_batch_norm_without_cudnn_cuda_float16 (__main__.TestDecompCUDA) ... skip: nn.functional.batch_norm in torch.float16 not supported (0.001s) 2022-05-18T05:10:38.6240111Z test_comprehensive_nn_functional_batch_norm_without_cudnn_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.253s) 2022-05-18T05:10:38.8729459Z test_comprehensive_nn_functional_batch_norm_without_cudnn_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.249s) 2022-05-18T05:10:38.9154165Z test_comprehensive_nn_functional_bilinear_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.042s) 2022-05-18T05:10:38.9562377Z test_comprehensive_nn_functional_bilinear_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.041s) 2022-05-18T05:10:38.9970000Z test_comprehensive_nn_functional_bilinear_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.040s) 2022-05-18T05:10:39.0350789Z test_comprehensive_nn_functional_binary_cross_entropy_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.038s) 2022-05-18T05:10:39.0725803Z test_comprehensive_nn_functional_binary_cross_entropy_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.037s) 2022-05-18T05:10:39.2872438Z test_comprehensive_nn_functional_binary_cross_entropy_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.214s) 2022-05-18T05:10:39.4980550Z test_comprehensive_nn_functional_binary_cross_entropy_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.211s) 2022-05-18T05:10:39.5892837Z test_comprehensive_nn_functional_binary_cross_entropy_with_logits_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.091s) 2022-05-18T05:10:39.6787424Z test_comprehensive_nn_functional_binary_cross_entropy_with_logits_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.089s) 2022-05-18T05:10:40.0353473Z test_comprehensive_nn_functional_binary_cross_entropy_with_logits_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.356s) 2022-05-18T05:10:40.3831183Z test_comprehensive_nn_functional_binary_cross_entropy_with_logits_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.348s) 2022-05-18T05:10:40.3883049Z test_comprehensive_nn_functional_celu_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:10:40.3932912Z test_comprehensive_nn_functional_celu_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:10:40.4053051Z test_comprehensive_nn_functional_celu_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-05-18T05:10:40.4170579Z test_comprehensive_nn_functional_celu_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-05-18T05:10:40.6532918Z test_comprehensive_nn_functional_conv1d_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.236s) 2022-05-18T05:10:40.8933959Z test_comprehensive_nn_functional_conv1d_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.240s) 2022-05-18T05:10:40.9010518Z test_comprehensive_nn_functional_conv1d_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-05-18T05:10:40.9084729Z test_comprehensive_nn_functional_conv1d_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:10:40.9158132Z test_comprehensive_nn_functional_conv1d_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:10:42.7390827Z test_comprehensive_nn_functional_conv2d_cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.823s) 2022-05-18T05:10:44.5753839Z test_comprehensive_nn_functional_conv2d_cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.836s) 2022-05-18T05:10:44.5947840Z test_comprehensive_nn_functional_conv2d_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-05-18T05:10:44.6137570Z test_comprehensive_nn_functional_conv2d_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-05-18T05:10:44.6328762Z test_comprehensive_nn_functional_conv2d_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-05-18T05:10:44.6403544Z test_comprehensive_nn_functional_conv_transpose1d_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:10:44.6477470Z test_comprehensive_nn_functional_conv_transpose1d_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:10:44.6551580Z test_comprehensive_nn_functional_conv_transpose1d_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:10:44.6628406Z test_comprehensive_nn_functional_conv_transpose2d_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-05-18T05:10:44.6711707Z test_comprehensive_nn_functional_conv_transpose2d_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-05-18T05:10:44.6787536Z test_comprehensive_nn_functional_conv_transpose2d_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:10:44.6864900Z test_comprehensive_nn_functional_conv_transpose3d_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-05-18T05:10:44.6941776Z test_comprehensive_nn_functional_conv_transpose3d_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-05-18T05:10:44.7018279Z test_comprehensive_nn_functional_conv_transpose3d_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-05-18T05:10:44.8514570Z test_comprehensive_nn_functional_cosine_embedding_loss_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.149s) 2022-05-18T05:10:44.9879540Z test_comprehensive_nn_functional_cosine_embedding_loss_cuda_bool (__main__.TestDecompCUDA) ... ok (0.136s) 2022-05-18T05:10:45.1365326Z test_comprehensive_nn_functional_cosine_embedding_loss_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.148s) 2022-05-18T05:10:45.6686076Z test_comprehensive_nn_functional_cosine_embedding_loss_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.532s) 2022-05-18T05:10:46.1891676Z test_comprehensive_nn_functional_cosine_embedding_loss_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.520s) 2022-05-18T05:10:46.3253853Z test_comprehensive_nn_functional_cosine_embedding_loss_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.136s) 2022-05-18T05:10:46.4612695Z test_comprehensive_nn_functional_cosine_embedding_loss_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.136s) 2022-05-18T05:10:46.5966579Z test_comprehensive_nn_functional_cosine_embedding_loss_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.135s) 2022-05-18T05:10:46.7326806Z test_comprehensive_nn_functional_cosine_embedding_loss_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.136s) 2022-05-18T05:10:46.8704240Z test_comprehensive_nn_functional_cosine_embedding_loss_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.138s) 2022-05-18T05:10:47.0068922Z test_comprehensive_nn_functional_cosine_similarity_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.136s) 2022-05-18T05:10:47.1427079Z test_comprehensive_nn_functional_cosine_similarity_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.136s) 2022-05-18T05:10:47.9560978Z test_comprehensive_nn_functional_cosine_similarity_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.813s) 2022-05-18T05:10:48.7562218Z test_comprehensive_nn_functional_cosine_similarity_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.800s) 2022-05-18T05:10:48.8482988Z test_comprehensive_nn_functional_cross_entropy_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.092s) 2022-05-18T05:10:48.9396405Z test_comprehensive_nn_functional_cross_entropy_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.091s) 2022-05-18T05:10:49.3631796Z test_comprehensive_nn_functional_cross_entropy_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.423s) 2022-05-18T05:10:49.7746580Z test_comprehensive_nn_functional_cross_entropy_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.411s) 2022-05-18T05:10:49.8270851Z test_comprehensive_nn_functional_ctc_loss_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.052s) 2022-05-18T05:10:49.8915539Z test_comprehensive_nn_functional_ctc_loss_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.064s) 2022-05-18T05:10:49.9143797Z test_comprehensive_nn_functional_dropout2d_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-05-18T05:10:49.9345129Z test_comprehensive_nn_functional_dropout2d_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-05-18T05:10:50.2155816Z test_comprehensive_nn_functional_dropout2d_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.281s) 2022-05-18T05:10:50.4988914Z test_comprehensive_nn_functional_dropout2d_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.283s) 2022-05-18T05:10:50.5001247Z test_comprehensive_nn_functional_dropout_cuda_bfloat16 (__main__.TestDecompCUDA) ... skip: nn.functional.dropout in torch.bfloat16 not supported (0.001s) 2022-05-18T05:10:50.5013457Z test_comprehensive_nn_functional_dropout_cuda_float16 (__main__.TestDecompCUDA) ... skip: nn.functional.dropout in torch.float16 not supported (0.001s) 2022-05-18T05:10:50.5026067Z test_comprehensive_nn_functional_dropout_cuda_float32 (__main__.TestDecompCUDA) ... skip: nn.functional.dropout in torch.float32 not supported (0.001s) 2022-05-18T05:10:50.5038318Z test_comprehensive_nn_functional_dropout_cuda_float64 (__main__.TestDecompCUDA) ... skip: nn.functional.dropout in torch.float64 not supported (0.001s) 2022-05-18T05:10:50.5103891Z test_comprehensive_nn_functional_elu_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:10:50.5167117Z test_comprehensive_nn_functional_elu_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:10:50.5340279Z test_comprehensive_nn_functional_elu_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-05-18T05:10:50.5507874Z test_comprehensive_nn_functional_elu_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-05-18T05:10:50.5802410Z test_comprehensive_nn_functional_embedding_bag_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.029s) 2022-05-18T05:10:50.6194575Z test_comprehensive_nn_functional_embedding_bag_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.039s) 2022-05-18T05:10:50.6584291Z test_comprehensive_nn_functional_embedding_bag_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.039s) 2022-05-18T05:10:50.6973725Z test_comprehensive_nn_functional_embedding_bag_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.039s) 2022-05-18T05:10:50.6986694Z test_comprehensive_nn_functional_embedding_cuda_bfloat16 (__main__.TestDecompCUDA) ... skip: nn.functional.embedding in torch.bfloat16 not supported (0.001s) 2022-05-18T05:10:50.7058183Z test_comprehensive_nn_functional_embedding_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:10:50.7410183Z test_comprehensive_nn_functional_embedding_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.035s) 2022-05-18T05:10:50.7755467Z test_comprehensive_nn_functional_embedding_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.034s) 2022-05-18T05:10:50.7904344Z test_comprehensive_nn_functional_feature_alpha_dropout_with_train_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-05-18T05:10:50.8042919Z test_comprehensive_nn_functional_feature_alpha_dropout_with_train_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-05-18T05:10:51.6867665Z test_comprehensive_nn_functional_feature_alpha_dropout_with_train_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.882s) 2022-05-18T05:10:52.5738190Z test_comprehensive_nn_functional_feature_alpha_dropout_with_train_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.887s) 2022-05-18T05:10:52.5806958Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:10:52.5836657Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cuda_bool (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:10:52.5914715Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-05-18T05:10:52.5993351Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-05-18T05:10:52.6060631Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:10:52.6128257Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:10:52.6195844Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:10:52.6231923Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:10:52.6261902Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:10:52.6291439Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:10:52.6321600Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:10:52.6351957Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:10:52.6690952Z test_comprehensive_nn_functional_fractional_max_pool2d_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.034s) 2022-05-18T05:10:52.7025924Z test_comprehensive_nn_functional_fractional_max_pool2d_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.033s) 2022-05-18T05:10:52.7367075Z test_comprehensive_nn_functional_fractional_max_pool2d_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.034s) 2022-05-18T05:10:52.7809571Z test_comprehensive_nn_functional_fractional_max_pool3d_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.044s) 2022-05-18T05:10:52.8251615Z test_comprehensive_nn_functional_fractional_max_pool3d_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.044s) 2022-05-18T05:10:52.8694876Z test_comprehensive_nn_functional_fractional_max_pool3d_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.044s) 2022-05-18T05:10:56.6592856Z test_comprehensive_nn_functional_gaussian_nll_loss_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (3.790s) 2022-05-18T05:11:00.4299294Z test_comprehensive_nn_functional_gaussian_nll_loss_cuda_float16 (__main__.TestDecompCUDA) ... ok (3.770s) 2022-05-18T05:11:21.9630847Z test_comprehensive_nn_functional_gaussian_nll_loss_cuda_float32 (__main__.TestDecompCUDA) ... ok (21.533s) 2022-05-18T05:11:43.1949922Z test_comprehensive_nn_functional_gaussian_nll_loss_cuda_float64 (__main__.TestDecompCUDA) ... ok (21.232s) 2022-05-18T05:11:43.2113231Z test_comprehensive_nn_functional_gelu_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:11:43.2274480Z test_comprehensive_nn_functional_gelu_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:11:43.3794088Z test_comprehensive_nn_functional_gelu_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.152s) 2022-05-18T05:11:43.5313638Z test_comprehensive_nn_functional_gelu_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.152s) 2022-05-18T05:11:43.5614661Z test_comprehensive_nn_functional_glu_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-05-18T05:11:43.5911274Z test_comprehensive_nn_functional_glu_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-05-18T05:11:43.6206976Z test_comprehensive_nn_functional_glu_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.029s) 2022-05-18T05:11:43.6504104Z test_comprehensive_nn_functional_glu_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-05-18T05:11:43.6750301Z test_comprehensive_nn_functional_grid_sample_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-05-18T05:11:43.6991654Z test_comprehensive_nn_functional_grid_sample_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-05-18T05:11:43.7239963Z test_comprehensive_nn_functional_grid_sample_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-05-18T05:11:43.7304654Z test_comprehensive_nn_functional_group_norm_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:11:43.7366727Z test_comprehensive_nn_functional_group_norm_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:11:43.7429743Z test_comprehensive_nn_functional_group_norm_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:11:43.7491737Z test_comprehensive_nn_functional_group_norm_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:11:43.7613752Z test_comprehensive_nn_functional_hardshrink_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-05-18T05:11:43.7734016Z test_comprehensive_nn_functional_hardshrink_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-05-18T05:11:43.8869509Z test_comprehensive_nn_functional_hardshrink_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.113s) 2022-05-18T05:11:43.9989555Z test_comprehensive_nn_functional_hardshrink_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.112s) 2022-05-18T05:11:44.0048500Z test_comprehensive_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:11:44.0106882Z test_comprehensive_nn_functional_hardsigmoid_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:11:44.0273836Z test_comprehensive_nn_functional_hardsigmoid_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-05-18T05:11:44.0437039Z test_comprehensive_nn_functional_hardsigmoid_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:11:44.0520916Z test_comprehensive_nn_functional_hardswish_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-05-18T05:11:44.0604395Z test_comprehensive_nn_functional_hardswish_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-05-18T05:11:44.1372305Z test_comprehensive_nn_functional_hardswish_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.077s) 2022-05-18T05:11:44.2126005Z test_comprehensive_nn_functional_hardswish_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.075s) 2022-05-18T05:11:44.2199670Z test_comprehensive_nn_functional_hardtanh_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:11:44.2365327Z test_comprehensive_nn_functional_hardtanh_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:11:44.4063484Z test_comprehensive_nn_functional_hardtanh_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.170s) 2022-05-18T05:11:44.5740944Z test_comprehensive_nn_functional_hardtanh_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.168s) 2022-05-18T05:11:44.6175856Z test_comprehensive_nn_functional_hardtanh_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.043s) 2022-05-18T05:11:44.6623829Z test_comprehensive_nn_functional_hardtanh_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-05-18T05:11:44.7058906Z test_comprehensive_nn_functional_hardtanh_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.043s) 2022-05-18T05:11:44.7494152Z test_comprehensive_nn_functional_hardtanh_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.043s) 2022-05-18T05:11:44.8781023Z test_comprehensive_nn_functional_hinge_embedding_loss_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.129s) 2022-05-18T05:11:45.0065554Z test_comprehensive_nn_functional_hinge_embedding_loss_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.128s) 2022-05-18T05:11:45.5578377Z test_comprehensive_nn_functional_hinge_embedding_loss_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.551s) 2022-05-18T05:11:46.1050807Z test_comprehensive_nn_functional_hinge_embedding_loss_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.547s) 2022-05-18T05:11:46.1339433Z test_comprehensive_nn_functional_huber_loss_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.029s) 2022-05-18T05:11:46.1629235Z test_comprehensive_nn_functional_huber_loss_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.029s) 2022-05-18T05:11:46.4356280Z test_comprehensive_nn_functional_huber_loss_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.273s) 2022-05-18T05:11:46.7064798Z test_comprehensive_nn_functional_huber_loss_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.271s) 2022-05-18T05:11:46.7076670Z test_comprehensive_nn_functional_instance_norm_cuda_bfloat16 (__main__.TestDecompCUDA) ... skip: nn.functional.instance_norm in torch.bfloat16 not supported (0.001s) 2022-05-18T05:11:46.7088722Z test_comprehensive_nn_functional_instance_norm_cuda_float16 (__main__.TestDecompCUDA) ... skip: nn.functional.instance_norm in torch.float16 not supported (0.001s) 2022-05-18T05:11:47.4255422Z test_comprehensive_nn_functional_instance_norm_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.716s) 2022-05-18T05:11:48.1279001Z test_comprehensive_nn_functional_instance_norm_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.702s) 2022-05-18T05:11:48.1383421Z test_comprehensive_nn_functional_interpolate_area_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-05-18T05:11:48.1486396Z test_comprehensive_nn_functional_interpolate_area_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-05-18T05:11:48.1589317Z test_comprehensive_nn_functional_interpolate_area_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-05-18T05:11:48.1691824Z test_comprehensive_nn_functional_interpolate_area_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-05-18T05:11:48.1792210Z test_comprehensive_nn_functional_interpolate_bicubic_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-05-18T05:11:48.1889851Z test_comprehensive_nn_functional_interpolate_bicubic_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-05-18T05:11:48.1987709Z test_comprehensive_nn_functional_interpolate_bicubic_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-05-18T05:11:48.2093154Z test_comprehensive_nn_functional_interpolate_bilinear_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-05-18T05:11:48.2189683Z test_comprehensive_nn_functional_interpolate_bilinear_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-05-18T05:11:48.2286093Z test_comprehensive_nn_functional_interpolate_bilinear_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-05-18T05:11:48.2385015Z test_comprehensive_nn_functional_interpolate_linear_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-05-18T05:11:48.2481080Z test_comprehensive_nn_functional_interpolate_linear_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-05-18T05:11:48.2577607Z test_comprehensive_nn_functional_interpolate_linear_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-05-18T05:11:48.2678229Z test_comprehensive_nn_functional_interpolate_nearest_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-05-18T05:11:48.2779392Z test_comprehensive_nn_functional_interpolate_nearest_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-05-18T05:11:48.2873808Z test_comprehensive_nn_functional_interpolate_nearest_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-05-18T05:11:48.2904543Z test_comprehensive_nn_functional_interpolate_nearest_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:11:48.3003499Z test_comprehensive_nn_functional_interpolate_trilinear_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-05-18T05:11:48.3100243Z test_comprehensive_nn_functional_interpolate_trilinear_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-05-18T05:11:48.3197451Z test_comprehensive_nn_functional_interpolate_trilinear_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-05-18T05:11:48.3258061Z test_comprehensive_nn_functional_kl_div_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:11:48.3669898Z test_comprehensive_nn_functional_kl_div_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.041s) 2022-05-18T05:11:48.4649954Z test_comprehensive_nn_functional_kl_div_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.098s) 2022-05-18T05:11:48.5600897Z test_comprehensive_nn_functional_kl_div_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.095s) 2022-05-18T05:11:48.5642065Z test_comprehensive_nn_functional_kl_div_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:11:48.5683028Z test_comprehensive_nn_functional_kl_div_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:11:48.5723911Z test_comprehensive_nn_functional_kl_div_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:11:48.5765155Z test_comprehensive_nn_functional_kl_div_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:11:48.5938455Z test_comprehensive_nn_functional_l1_loss_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-05-18T05:11:48.6664758Z test_comprehensive_nn_functional_l1_loss_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.072s) 2022-05-18T05:11:48.7399423Z test_comprehensive_nn_functional_l1_loss_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.073s) 2022-05-18T05:11:48.7570453Z test_comprehensive_nn_functional_l1_loss_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-05-18T05:11:48.8825728Z test_comprehensive_nn_functional_l1_loss_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.125s) 2022-05-18T05:11:49.0053426Z test_comprehensive_nn_functional_l1_loss_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.123s) 2022-05-18T05:11:49.0065886Z test_comprehensive_nn_functional_layer_norm_cuda_bfloat16 (__main__.TestDecompCUDA) ... skip: nn.functional.layer_norm in torch.bfloat16 not supported (0.001s) 2022-05-18T05:11:49.0077627Z test_comprehensive_nn_functional_layer_norm_cuda_float16 (__main__.TestDecompCUDA) ... skip: nn.functional.layer_norm in torch.float16 not supported (0.001s) 2022-05-18T05:11:49.2068775Z test_comprehensive_nn_functional_layer_norm_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.199s) 2022-05-18T05:11:49.4006244Z test_comprehensive_nn_functional_layer_norm_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.194s) 2022-05-18T05:11:49.4170181Z test_comprehensive_nn_functional_leaky_relu_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:11:49.4334333Z test_comprehensive_nn_functional_leaky_relu_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:11:49.6044927Z test_comprehensive_nn_functional_leaky_relu_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.171s) 2022-05-18T05:11:49.7735972Z test_comprehensive_nn_functional_leaky_relu_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.169s) 2022-05-18T05:11:50.3449423Z test_comprehensive_nn_functional_linear_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.571s) 2022-05-18T05:11:50.9242574Z test_comprehensive_nn_functional_linear_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.579s) 2022-05-18T05:11:50.9778128Z test_comprehensive_nn_functional_linear_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.053s) 2022-05-18T05:11:51.3300862Z test_comprehensive_nn_functional_linear_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.352s) 2022-05-18T05:11:51.6774067Z test_comprehensive_nn_functional_linear_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.347s) 2022-05-18T05:11:51.7790050Z test_comprehensive_nn_functional_local_response_norm_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.101s) 2022-05-18T05:11:51.8793110Z test_comprehensive_nn_functional_local_response_norm_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.100s) 2022-05-18T05:11:52.3656196Z test_comprehensive_nn_functional_local_response_norm_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.486s) 2022-05-18T05:11:52.8442743Z test_comprehensive_nn_functional_local_response_norm_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.478s) 2022-05-18T05:11:52.8510022Z test_comprehensive_nn_functional_logsigmoid_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:11:52.8730581Z test_comprehensive_nn_functional_logsigmoid_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-05-18T05:11:52.8944512Z test_comprehensive_nn_functional_logsigmoid_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-05-18T05:11:52.9561557Z test_comprehensive_nn_functional_margin_ranking_loss_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.062s) 2022-05-18T05:11:53.0176504Z test_comprehensive_nn_functional_margin_ranking_loss_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.061s) 2022-05-18T05:11:53.3153541Z test_comprehensive_nn_functional_margin_ranking_loss_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.298s) 2022-05-18T05:11:53.6075126Z test_comprehensive_nn_functional_margin_ranking_loss_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.292s) 2022-05-18T05:11:53.7072232Z test_comprehensive_nn_functional_margin_ranking_loss_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.100s) 2022-05-18T05:11:53.8085809Z test_comprehensive_nn_functional_margin_ranking_loss_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.101s) 2022-05-18T05:11:53.9091734Z test_comprehensive_nn_functional_margin_ranking_loss_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.100s) 2022-05-18T05:11:54.0093192Z test_comprehensive_nn_functional_margin_ranking_loss_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.100s) 2022-05-18T05:11:54.1094496Z test_comprehensive_nn_functional_margin_ranking_loss_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.100s) 2022-05-18T05:11:54.9799533Z test_comprehensive_nn_functional_max_pool1d_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.870s) 2022-05-18T05:11:55.8488914Z test_comprehensive_nn_functional_max_pool1d_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.869s) 2022-05-18T05:11:56.7172462Z test_comprehensive_nn_functional_max_pool1d_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.868s) 2022-05-18T05:11:57.5867840Z test_comprehensive_nn_functional_max_pool1d_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.869s) 2022-05-18T05:11:58.7116936Z test_comprehensive_nn_functional_max_pool2d_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (1.125s) 2022-05-18T05:11:59.7369559Z test_comprehensive_nn_functional_max_pool2d_cuda_float16 (__main__.TestDecompCUDA) ... ok (1.025s) 2022-05-18T05:12:00.7477058Z test_comprehensive_nn_functional_max_pool2d_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.011s) 2022-05-18T05:12:01.7755534Z test_comprehensive_nn_functional_max_pool2d_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.028s) 2022-05-18T05:12:02.1919495Z test_comprehensive_nn_functional_max_pool3d_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.416s) 2022-05-18T05:12:02.6080154Z test_comprehensive_nn_functional_max_pool3d_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.416s) 2022-05-18T05:12:03.0250246Z test_comprehensive_nn_functional_max_pool3d_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.417s) 2022-05-18T05:12:03.4408091Z test_comprehensive_nn_functional_max_pool3d_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.416s) 2022-05-18T05:12:03.6842900Z test_comprehensive_nn_functional_max_unpool1d_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.243s) 2022-05-18T05:12:03.9343974Z test_comprehensive_nn_functional_max_unpool1d_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.250s) 2022-05-18T05:12:04.1870327Z test_comprehensive_nn_functional_max_unpool1d_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.252s) 2022-05-18T05:12:04.3290913Z test_comprehensive_nn_functional_max_unpool1d_grad_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.142s) 2022-05-18T05:12:04.4724561Z test_comprehensive_nn_functional_max_unpool1d_grad_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.143s) 2022-05-18T05:12:04.6205343Z test_comprehensive_nn_functional_max_unpool1d_grad_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.148s) 2022-05-18T05:12:05.0449333Z test_comprehensive_nn_functional_max_unpool2d_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.424s) 2022-05-18T05:12:05.4692670Z test_comprehensive_nn_functional_max_unpool2d_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.424s) 2022-05-18T05:12:05.8949156Z test_comprehensive_nn_functional_max_unpool2d_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.425s) 2022-05-18T05:12:06.1509960Z test_comprehensive_nn_functional_max_unpool2d_grad_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.256s) 2022-05-18T05:12:06.4119726Z test_comprehensive_nn_functional_max_unpool2d_grad_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.261s) 2022-05-18T05:12:06.6683470Z test_comprehensive_nn_functional_max_unpool2d_grad_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.256s) 2022-05-18T05:12:06.8172751Z test_comprehensive_nn_functional_max_unpool3d_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.149s) 2022-05-18T05:12:06.9665043Z test_comprehensive_nn_functional_max_unpool3d_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.149s) 2022-05-18T05:12:07.1158495Z test_comprehensive_nn_functional_max_unpool3d_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.149s) 2022-05-18T05:12:07.2131814Z test_comprehensive_nn_functional_max_unpool3d_grad_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.097s) 2022-05-18T05:12:07.3095742Z test_comprehensive_nn_functional_max_unpool3d_grad_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.096s) 2022-05-18T05:12:07.4084121Z test_comprehensive_nn_functional_max_unpool3d_grad_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.099s) 2022-05-18T05:12:07.4134719Z test_comprehensive_nn_functional_mish_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:12:07.4181984Z test_comprehensive_nn_functional_mish_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:12:07.4300679Z test_comprehensive_nn_functional_mish_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-05-18T05:12:07.4415814Z test_comprehensive_nn_functional_mish_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-05-18T05:12:07.4591585Z test_comprehensive_nn_functional_mse_loss_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-05-18T05:12:07.4774013Z test_comprehensive_nn_functional_mse_loss_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-05-18T05:12:07.6048369Z test_comprehensive_nn_functional_mse_loss_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.127s) 2022-05-18T05:12:07.7295331Z test_comprehensive_nn_functional_mse_loss_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.124s) 2022-05-18T05:12:07.7351906Z test_comprehensive_nn_functional_multi_margin_loss_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:12:07.7403593Z test_comprehensive_nn_functional_multi_margin_loss_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:12:07.7454965Z test_comprehensive_nn_functional_multi_margin_loss_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:12:07.7506485Z test_comprehensive_nn_functional_multi_margin_loss_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:12:07.7551948Z test_comprehensive_nn_functional_multilabel_margin_loss_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:12:07.7587640Z test_comprehensive_nn_functional_multilabel_margin_loss_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:12:07.7623131Z test_comprehensive_nn_functional_multilabel_margin_loss_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:12:07.7658355Z test_comprehensive_nn_functional_multilabel_margin_loss_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:12:07.8113424Z test_comprehensive_nn_functional_multilabel_soft_margin_loss_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-05-18T05:12:08.0484508Z test_comprehensive_nn_functional_multilabel_soft_margin_loss_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.237s) 2022-05-18T05:12:08.2802645Z test_comprehensive_nn_functional_multilabel_soft_margin_loss_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.232s) 2022-05-18T05:12:08.3608312Z test_comprehensive_nn_functional_nll_loss_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.080s) 2022-05-18T05:12:08.4421314Z test_comprehensive_nn_functional_nll_loss_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.081s) 2022-05-18T05:12:08.8577541Z test_comprehensive_nn_functional_nll_loss_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.415s) 2022-05-18T05:12:09.2636476Z test_comprehensive_nn_functional_nll_loss_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.406s) 2022-05-18T05:12:09.3417590Z test_comprehensive_nn_functional_normalize_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.078s) 2022-05-18T05:12:09.8631653Z test_comprehensive_nn_functional_normalize_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.521s) 2022-05-18T05:12:10.3893481Z test_comprehensive_nn_functional_normalize_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.526s) 2022-05-18T05:12:10.4672533Z test_comprehensive_nn_functional_normalize_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.078s) 2022-05-18T05:12:10.8609483Z test_comprehensive_nn_functional_normalize_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.394s) 2022-05-18T05:12:11.2487670Z test_comprehensive_nn_functional_normalize_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.388s) 2022-05-18T05:12:11.2522896Z test_comprehensive_nn_functional_one_hot_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:12:11.2890076Z test_comprehensive_nn_functional_pad_circular_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.036s) 2022-05-18T05:12:11.2916558Z test_comprehensive_nn_functional_pad_circular_cuda_bool (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:12:11.5158120Z test_comprehensive_nn_functional_pad_circular_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.224s) 2022-05-18T05:12:11.7426993Z test_comprehensive_nn_functional_pad_circular_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.227s) 2022-05-18T05:12:11.7793286Z test_comprehensive_nn_functional_pad_circular_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.036s) 2022-05-18T05:12:11.9317803Z test_comprehensive_nn_functional_pad_circular_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.152s) 2022-05-18T05:12:12.0842166Z test_comprehensive_nn_functional_pad_circular_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.152s) 2022-05-18T05:12:12.0899833Z test_comprehensive_nn_functional_pad_circular_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:12:12.0957098Z test_comprehensive_nn_functional_pad_circular_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:12:12.1013239Z test_comprehensive_nn_functional_pad_circular_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:12:12.1071343Z test_comprehensive_nn_functional_pad_circular_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:12:12.1134010Z test_comprehensive_nn_functional_pad_circular_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:12:12.1472525Z test_comprehensive_nn_functional_pad_constant_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.034s) 2022-05-18T05:12:12.1565951Z test_comprehensive_nn_functional_pad_constant_cuda_bool (__main__.TestDecompCUDA) ... ok (0.009s) 2022-05-18T05:12:12.1947537Z test_comprehensive_nn_functional_pad_constant_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.038s) 2022-05-18T05:12:12.2326260Z test_comprehensive_nn_functional_pad_constant_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.038s) 2022-05-18T05:12:12.2664013Z test_comprehensive_nn_functional_pad_constant_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.034s) 2022-05-18T05:12:12.3004305Z test_comprehensive_nn_functional_pad_constant_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.034s) 2022-05-18T05:12:12.3354686Z test_comprehensive_nn_functional_pad_constant_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.035s) 2022-05-18T05:12:12.3458483Z test_comprehensive_nn_functional_pad_constant_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-05-18T05:12:12.3557735Z test_comprehensive_nn_functional_pad_constant_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-05-18T05:12:12.3656119Z test_comprehensive_nn_functional_pad_constant_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-05-18T05:12:12.3754253Z test_comprehensive_nn_functional_pad_constant_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-05-18T05:12:12.3852238Z test_comprehensive_nn_functional_pad_constant_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-05-18T05:12:12.3961887Z test_comprehensive_nn_functional_pad_reflect_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-05-18T05:12:12.4065134Z test_comprehensive_nn_functional_pad_reflect_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-05-18T05:12:12.4163309Z test_comprehensive_nn_functional_pad_reflect_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-05-18T05:12:12.4255490Z test_comprehensive_nn_functional_pad_reflect_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-05-18T05:12:12.4347092Z test_comprehensive_nn_functional_pad_reflect_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-05-18T05:12:12.4454190Z test_comprehensive_nn_functional_pad_replicate_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-05-18T05:12:12.4557305Z test_comprehensive_nn_functional_pad_replicate_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-05-18T05:12:12.4649343Z test_comprehensive_nn_functional_pad_replicate_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-05-18T05:12:12.4741518Z test_comprehensive_nn_functional_pad_replicate_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-05-18T05:12:12.4841477Z test_comprehensive_nn_functional_pad_replicate_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-05-18T05:12:12.5223703Z test_comprehensive_nn_functional_pairwise_distance_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.038s) 2022-05-18T05:12:12.6674577Z test_comprehensive_nn_functional_pairwise_distance_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.145s) 2022-05-18T05:12:12.8148048Z test_comprehensive_nn_functional_pairwise_distance_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.147s) 2022-05-18T05:12:12.8530861Z test_comprehensive_nn_functional_pairwise_distance_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.038s) 2022-05-18T05:12:12.9588058Z test_comprehensive_nn_functional_pairwise_distance_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.106s) 2022-05-18T05:12:13.0619564Z test_comprehensive_nn_functional_pairwise_distance_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.103s) 2022-05-18T05:12:13.0760928Z test_comprehensive_nn_functional_pairwise_distance_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-05-18T05:12:13.0902457Z test_comprehensive_nn_functional_pairwise_distance_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-05-18T05:12:13.1041261Z test_comprehensive_nn_functional_pairwise_distance_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-05-18T05:12:13.1181832Z test_comprehensive_nn_functional_pairwise_distance_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-05-18T05:12:13.1328872Z test_comprehensive_nn_functional_pairwise_distance_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-05-18T05:12:13.1400418Z test_comprehensive_nn_functional_pdist_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:12:13.1469645Z test_comprehensive_nn_functional_pdist_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:12:13.1497539Z test_comprehensive_nn_functional_pixel_shuffle_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:12:13.1515044Z test_comprehensive_nn_functional_pixel_shuffle_cuda_bool (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:12:13.1543791Z test_comprehensive_nn_functional_pixel_shuffle_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:12:13.1571939Z test_comprehensive_nn_functional_pixel_shuffle_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:12:13.1598757Z test_comprehensive_nn_functional_pixel_shuffle_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:12:13.1631024Z test_comprehensive_nn_functional_pixel_shuffle_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:12:13.1656895Z test_comprehensive_nn_functional_pixel_shuffle_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:12:13.1674546Z test_comprehensive_nn_functional_pixel_shuffle_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:12:13.1691914Z test_comprehensive_nn_functional_pixel_shuffle_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:12:13.1709527Z test_comprehensive_nn_functional_pixel_shuffle_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:12:13.1726818Z test_comprehensive_nn_functional_pixel_shuffle_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:12:13.1744533Z test_comprehensive_nn_functional_pixel_shuffle_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:12:13.1777046Z test_comprehensive_nn_functional_pixel_unshuffle_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:12:13.1794507Z test_comprehensive_nn_functional_pixel_unshuffle_cuda_bool (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:12:13.1822950Z test_comprehensive_nn_functional_pixel_unshuffle_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:12:13.1851049Z test_comprehensive_nn_functional_pixel_unshuffle_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:12:13.1877399Z test_comprehensive_nn_functional_pixel_unshuffle_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:12:13.1903862Z test_comprehensive_nn_functional_pixel_unshuffle_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:12:13.1930177Z test_comprehensive_nn_functional_pixel_unshuffle_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:12:13.1947445Z test_comprehensive_nn_functional_pixel_unshuffle_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:12:13.1970625Z test_comprehensive_nn_functional_pixel_unshuffle_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:12:13.1988284Z test_comprehensive_nn_functional_pixel_unshuffle_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:12:13.2005642Z test_comprehensive_nn_functional_pixel_unshuffle_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:12:13.2023300Z test_comprehensive_nn_functional_pixel_unshuffle_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:12:14.0454004Z test_comprehensive_nn_functional_poisson_nll_loss_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.843s) 2022-05-18T05:12:14.8920924Z test_comprehensive_nn_functional_poisson_nll_loss_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.847s) 2022-05-18T05:12:21.5052064Z test_comprehensive_nn_functional_poisson_nll_loss_cuda_float32 (__main__.TestDecompCUDA) ... ok (6.613s) 2022-05-18T05:12:27.9717091Z test_comprehensive_nn_functional_poisson_nll_loss_cuda_float64 (__main__.TestDecompCUDA) ... ok (6.466s) 2022-05-18T05:12:30.7002842Z test_comprehensive_nn_functional_poisson_nll_loss_cuda_int16 (__main__.TestDecompCUDA) ... ok (2.728s) 2022-05-18T05:12:33.4347667Z test_comprehensive_nn_functional_poisson_nll_loss_cuda_int32 (__main__.TestDecompCUDA) ... ok (2.734s) 2022-05-18T05:12:36.1633048Z test_comprehensive_nn_functional_poisson_nll_loss_cuda_int64 (__main__.TestDecompCUDA) ... ok (2.728s) 2022-05-18T05:12:38.8964357Z test_comprehensive_nn_functional_poisson_nll_loss_cuda_int8 (__main__.TestDecompCUDA) ... ok (2.733s) 2022-05-18T05:12:41.6342470Z test_comprehensive_nn_functional_poisson_nll_loss_cuda_uint8 (__main__.TestDecompCUDA) ... ok (2.738s) 2022-05-18T05:12:41.6687118Z test_comprehensive_nn_functional_prelu_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.034s) 2022-05-18T05:12:42.1383998Z test_comprehensive_nn_functional_prelu_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.469s) 2022-05-18T05:12:42.6068794Z test_comprehensive_nn_functional_prelu_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.468s) 2022-05-18T05:12:42.6145511Z test_comprehensive_nn_functional_relu6_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-05-18T05:12:42.6305332Z test_comprehensive_nn_functional_relu6_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:12:42.7994974Z test_comprehensive_nn_functional_relu6_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.169s) 2022-05-18T05:12:42.9686022Z test_comprehensive_nn_functional_relu6_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.169s) 2022-05-18T05:12:43.0126028Z test_comprehensive_nn_functional_relu6_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.044s) 2022-05-18T05:12:43.0564279Z test_comprehensive_nn_functional_relu6_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.044s) 2022-05-18T05:12:43.0997707Z test_comprehensive_nn_functional_relu6_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.043s) 2022-05-18T05:12:43.1433083Z test_comprehensive_nn_functional_relu6_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.043s) 2022-05-18T05:12:43.1865310Z test_comprehensive_nn_functional_relu6_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.043s) 2022-05-18T05:12:43.1930811Z test_comprehensive_nn_functional_relu_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:12:43.1992145Z test_comprehensive_nn_functional_relu_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:12:43.2391996Z test_comprehensive_nn_functional_relu_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.040s) 2022-05-18T05:12:43.2783831Z test_comprehensive_nn_functional_relu_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.039s) 2022-05-18T05:12:43.2804117Z test_comprehensive_nn_functional_relu_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:12:43.2825066Z test_comprehensive_nn_functional_relu_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:12:43.2845319Z test_comprehensive_nn_functional_relu_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:12:43.2866040Z test_comprehensive_nn_functional_relu_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:12:43.2886514Z test_comprehensive_nn_functional_relu_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:12:43.2946660Z test_comprehensive_nn_functional_rrelu_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:12:43.2997429Z test_comprehensive_nn_functional_rrelu_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:12:43.3147118Z test_comprehensive_nn_functional_rrelu_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-05-18T05:12:43.3294709Z test_comprehensive_nn_functional_rrelu_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-05-18T05:12:43.3357262Z test_comprehensive_nn_functional_selu_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:12:43.3419110Z test_comprehensive_nn_functional_selu_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:12:43.3589993Z test_comprehensive_nn_functional_selu_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-05-18T05:12:43.3755718Z test_comprehensive_nn_functional_selu_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:12:43.3818477Z test_comprehensive_nn_functional_silu_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:12:43.3874906Z test_comprehensive_nn_functional_silu_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:12:43.4040864Z test_comprehensive_nn_functional_silu_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:12:43.4202912Z test_comprehensive_nn_functional_silu_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:12:43.4288458Z test_comprehensive_nn_functional_smooth_l1_loss_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-05-18T05:12:43.4371287Z test_comprehensive_nn_functional_smooth_l1_loss_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-05-18T05:12:43.4454139Z test_comprehensive_nn_functional_smooth_l1_loss_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-05-18T05:12:43.4529281Z test_comprehensive_nn_functional_soft_margin_loss_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:12:43.4595642Z test_comprehensive_nn_functional_soft_margin_loss_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:12:43.4661654Z test_comprehensive_nn_functional_soft_margin_loss_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:12:43.4727749Z test_comprehensive_nn_functional_soft_margin_loss_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:12:43.4902739Z test_comprehensive_nn_functional_softmin_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-05-18T05:12:43.5075785Z test_comprehensive_nn_functional_softmin_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-05-18T05:12:43.6492101Z test_comprehensive_nn_functional_softmin_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.141s) 2022-05-18T05:12:43.7915687Z test_comprehensive_nn_functional_softmin_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.142s) 2022-05-18T05:12:43.8095668Z test_comprehensive_nn_functional_softmin_with_dtype_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-05-18T05:12:43.9760251Z test_comprehensive_nn_functional_softmin_with_dtype_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.166s) 2022-05-18T05:12:44.1430335Z test_comprehensive_nn_functional_softmin_with_dtype_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.167s) 2022-05-18T05:12:44.1605452Z test_comprehensive_nn_functional_softmin_with_dtype_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-05-18T05:12:44.3028581Z test_comprehensive_nn_functional_softmin_with_dtype_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.142s) 2022-05-18T05:12:44.4435143Z test_comprehensive_nn_functional_softmin_with_dtype_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.141s) 2022-05-18T05:12:44.5170162Z test_comprehensive_nn_functional_softmin_with_dtype_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.073s) 2022-05-18T05:12:44.5920636Z test_comprehensive_nn_functional_softmin_with_dtype_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.075s) 2022-05-18T05:12:44.6652538Z test_comprehensive_nn_functional_softmin_with_dtype_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.073s) 2022-05-18T05:12:44.7383890Z test_comprehensive_nn_functional_softmin_with_dtype_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.073s) 2022-05-18T05:12:44.8083155Z test_comprehensive_nn_functional_softmin_with_dtype_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.070s) 2022-05-18T05:12:44.8136415Z test_comprehensive_nn_functional_softplus_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:12:44.8188070Z test_comprehensive_nn_functional_softplus_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:12:44.8327185Z test_comprehensive_nn_functional_softplus_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-05-18T05:12:44.8468083Z test_comprehensive_nn_functional_softplus_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-05-18T05:12:44.8572486Z test_comprehensive_nn_functional_softshrink_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-05-18T05:12:44.8675630Z test_comprehensive_nn_functional_softshrink_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-05-18T05:12:44.9793624Z test_comprehensive_nn_functional_softshrink_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.112s) 2022-05-18T05:12:45.0899910Z test_comprehensive_nn_functional_softshrink_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.111s) 2022-05-18T05:12:45.1011637Z test_comprehensive_nn_functional_softsign_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-05-18T05:12:45.1060785Z test_comprehensive_nn_functional_softsign_cuda_bool (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:12:45.1533342Z test_comprehensive_nn_functional_softsign_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.047s) 2022-05-18T05:12:45.2010874Z test_comprehensive_nn_functional_softsign_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.048s) 2022-05-18T05:12:45.2120960Z test_comprehensive_nn_functional_softsign_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-05-18T05:12:45.2465200Z test_comprehensive_nn_functional_softsign_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.033s) 2022-05-18T05:12:45.2779339Z test_comprehensive_nn_functional_softsign_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.032s) 2022-05-18T05:12:45.2829065Z test_comprehensive_nn_functional_softsign_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:12:45.2878756Z test_comprehensive_nn_functional_softsign_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:12:45.2927866Z test_comprehensive_nn_functional_softsign_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:12:45.2983875Z test_comprehensive_nn_functional_softsign_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:12:45.3033605Z test_comprehensive_nn_functional_softsign_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:12:45.3115391Z test_comprehensive_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-05-18T05:12:45.3539763Z test_comprehensive_nn_functional_tanhshrink_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.042s) 2022-05-18T05:12:45.3966625Z test_comprehensive_nn_functional_tanhshrink_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.043s) 2022-05-18T05:12:45.4046800Z test_comprehensive_nn_functional_tanhshrink_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-05-18T05:12:45.4304646Z test_comprehensive_nn_functional_tanhshrink_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-05-18T05:12:45.4562967Z test_comprehensive_nn_functional_tanhshrink_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-05-18T05:12:45.4651494Z test_comprehensive_nn_functional_tanhshrink_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-05-18T05:12:45.4742027Z test_comprehensive_nn_functional_tanhshrink_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-05-18T05:12:45.4830924Z test_comprehensive_nn_functional_tanhshrink_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-05-18T05:12:45.4920200Z test_comprehensive_nn_functional_tanhshrink_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-05-18T05:12:45.5008449Z test_comprehensive_nn_functional_tanhshrink_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-05-18T05:12:45.5079872Z test_comprehensive_nn_functional_threshold_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:12:45.5150434Z test_comprehensive_nn_functional_threshold_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:12:45.5484259Z test_comprehensive_nn_functional_threshold_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.033s) 2022-05-18T05:12:45.5809403Z test_comprehensive_nn_functional_threshold_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.032s) 2022-05-18T05:12:45.5833659Z test_comprehensive_nn_functional_threshold_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:12:45.5857738Z test_comprehensive_nn_functional_threshold_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:12:45.5882163Z test_comprehensive_nn_functional_threshold_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:12:45.5906700Z test_comprehensive_nn_functional_threshold_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:12:45.5931035Z test_comprehensive_nn_functional_threshold_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:12:45.7046947Z test_comprehensive_nn_functional_triplet_margin_loss_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.111s) 2022-05-18T05:12:46.2897718Z test_comprehensive_nn_functional_triplet_margin_loss_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.585s) 2022-05-18T05:12:46.8818234Z test_comprehensive_nn_functional_triplet_margin_loss_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.592s) 2022-05-18T05:12:46.9923728Z test_comprehensive_nn_functional_triplet_margin_loss_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.110s) 2022-05-18T05:12:47.4189768Z test_comprehensive_nn_functional_triplet_margin_loss_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.426s) 2022-05-18T05:12:47.8394764Z test_comprehensive_nn_functional_triplet_margin_loss_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.420s) 2022-05-18T05:12:47.9645587Z test_comprehensive_nn_functional_triplet_margin_loss_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.125s) 2022-05-18T05:12:48.0898054Z test_comprehensive_nn_functional_triplet_margin_loss_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.125s) 2022-05-18T05:12:48.2153692Z test_comprehensive_nn_functional_triplet_margin_loss_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.125s) 2022-05-18T05:12:48.3408057Z test_comprehensive_nn_functional_triplet_margin_loss_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.125s) 2022-05-18T05:12:48.4656451Z test_comprehensive_nn_functional_triplet_margin_loss_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.125s) 2022-05-18T05:12:48.5764109Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.111s) 2022-05-18T05:12:49.1528548Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.576s) 2022-05-18T05:12:49.7386366Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.586s) 2022-05-18T05:12:49.8486863Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.110s) 2022-05-18T05:12:50.2668791Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.418s) 2022-05-18T05:12:50.6750232Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.408s) 2022-05-18T05:12:50.7892291Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.114s) 2022-05-18T05:12:50.9027775Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.113s) 2022-05-18T05:12:51.0149236Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.112s) 2022-05-18T05:12:51.1276239Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.113s) 2022-05-18T05:12:51.2396050Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.112s) 2022-05-18T05:12:54.8215225Z test_comprehensive_nn_functional_unfold_cuda_complex128 (__main__.TestDecompCUDA) ... ok (3.582s) 2022-05-18T05:12:58.4137884Z test_comprehensive_nn_functional_unfold_cuda_complex64 (__main__.TestDecompCUDA) ... ok (3.592s) 2022-05-18T05:12:58.7008519Z test_comprehensive_nn_functional_unfold_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.287s) 2022-05-18T05:13:00.7720267Z test_comprehensive_nn_functional_unfold_cuda_float32 (__main__.TestDecompCUDA) ... ok (2.071s) 2022-05-18T05:13:02.9240700Z test_comprehensive_nn_functional_unfold_cuda_float64 (__main__.TestDecompCUDA) ... ok (2.152s) 2022-05-18T05:13:02.9282353Z test_comprehensive_nn_functional_upsample_bilinear_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:13:02.9323673Z test_comprehensive_nn_functional_upsample_bilinear_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:13:02.9363439Z test_comprehensive_nn_functional_upsample_bilinear_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:13:02.9449655Z test_comprehensive_nn_functional_upsample_nearest_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-05-18T05:13:02.9534938Z test_comprehensive_nn_functional_upsample_nearest_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-05-18T05:13:02.9621941Z test_comprehensive_nn_functional_upsample_nearest_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-05-18T05:13:02.9653116Z test_comprehensive_nn_functional_upsample_nearest_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:13:02.9726553Z test_comprehensive_nonzero_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:13:02.9794570Z test_comprehensive_nonzero_cuda_bool (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:13:02.9872948Z test_comprehensive_nonzero_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-05-18T05:13:02.9953380Z test_comprehensive_nonzero_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-05-18T05:13:03.0026027Z test_comprehensive_nonzero_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:13:03.0098856Z test_comprehensive_nonzero_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:13:03.0171921Z test_comprehensive_nonzero_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:13:03.0240533Z test_comprehensive_nonzero_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:13:03.0309451Z test_comprehensive_nonzero_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:13:03.0382008Z test_comprehensive_nonzero_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:13:03.0450002Z test_comprehensive_nonzero_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:13:03.0518315Z test_comprehensive_nonzero_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:13:03.2643124Z test_comprehensive_norm_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.212s) 2022-05-18T05:13:04.4958421Z test_comprehensive_norm_cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.231s) 2022-05-18T05:13:05.7482201Z test_comprehensive_norm_cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.252s) 2022-05-18T05:13:05.9609833Z test_comprehensive_norm_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.213s) 2022-05-18T05:13:06.9496493Z test_comprehensive_norm_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.989s) 2022-05-18T05:13:07.9196158Z test_comprehensive_norm_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.970s) 2022-05-18T05:13:07.9328991Z test_comprehensive_norm_fro_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-05-18T05:13:07.9887524Z test_comprehensive_norm_fro_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.056s) 2022-05-18T05:13:08.0454056Z test_comprehensive_norm_fro_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.057s) 2022-05-18T05:13:08.0582620Z test_comprehensive_norm_fro_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-05-18T05:13:08.0974285Z test_comprehensive_norm_fro_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.039s) 2022-05-18T05:13:08.1357024Z test_comprehensive_norm_fro_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.038s) 2022-05-18T05:13:08.1752518Z test_comprehensive_norm_inf_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.039s) 2022-05-18T05:13:08.2983690Z test_comprehensive_norm_inf_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.123s) 2022-05-18T05:13:08.4252164Z test_comprehensive_norm_inf_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.127s) 2022-05-18T05:13:08.4646565Z test_comprehensive_norm_inf_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.039s) 2022-05-18T05:13:08.5660728Z test_comprehensive_norm_inf_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.101s) 2022-05-18T05:13:08.6664765Z test_comprehensive_norm_inf_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.100s) 2022-05-18T05:13:08.7088458Z test_comprehensive_norm_nuc_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.042s) 2022-05-18T05:13:08.7413996Z test_comprehensive_norm_nuc_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.032s) 2022-05-18T05:13:08.7647139Z test_comprehensive_norm_nuc_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-05-18T05:13:08.7898341Z test_comprehensive_norm_nuc_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-05-18T05:13:08.7962848Z test_comprehensive_normal_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:13:08.8025393Z test_comprehensive_normal_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:13:08.8087374Z test_comprehensive_normal_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:13:08.8156106Z test_comprehensive_normal_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:13:08.8180184Z test_comprehensive_normal_number_mean_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:13:08.8204213Z test_comprehensive_normal_number_mean_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:13:08.8228156Z test_comprehensive_normal_number_mean_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:13:08.8251529Z test_comprehensive_normal_number_mean_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:13:08.8282418Z test_comprehensive_ones_like_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:13:08.8306098Z test_comprehensive_ones_like_cuda_bool (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:13:08.8348991Z test_comprehensive_ones_like_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:13:08.8385185Z test_comprehensive_ones_like_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:13:08.8414350Z test_comprehensive_ones_like_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:13:08.8444042Z test_comprehensive_ones_like_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:13:08.8473756Z test_comprehensive_ones_like_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:13:08.8497754Z test_comprehensive_ones_like_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:13:08.8521248Z test_comprehensive_ones_like_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:13:08.8545404Z test_comprehensive_ones_like_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:13:08.8575197Z test_comprehensive_ones_like_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:13:08.8598805Z test_comprehensive_ones_like_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:13:08.9283385Z test_comprehensive_ormqr_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.068s) 2022-05-18T05:13:08.9962695Z test_comprehensive_ormqr_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.068s) 2022-05-18T05:13:09.0413596Z test_comprehensive_ormqr_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-05-18T05:13:09.0862733Z test_comprehensive_ormqr_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-05-18T05:13:09.0916946Z test_comprehensive_outer_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:13:09.0955101Z test_comprehensive_outer_cuda_bool (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:13:09.1251887Z test_comprehensive_outer_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-05-18T05:13:09.1553017Z test_comprehensive_outer_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-05-18T05:13:09.1603699Z test_comprehensive_outer_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:13:09.1789239Z test_comprehensive_outer_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-05-18T05:13:09.1971339Z test_comprehensive_outer_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-05-18T05:13:09.2014348Z test_comprehensive_outer_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:13:09.2051710Z test_comprehensive_outer_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:13:09.2088731Z test_comprehensive_outer_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:13:09.2125919Z test_comprehensive_outer_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:13:09.2163182Z test_comprehensive_outer_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:13:24.1474766Z test_comprehensive_pca_lowrank_cuda_float32 (__main__.TestDecompCUDA) ... ok (14.931s) 2022-05-18T05:13:38.8150957Z test_comprehensive_pca_lowrank_cuda_float64 (__main__.TestDecompCUDA) ... ok (14.667s) 2022-05-18T05:13:38.8200044Z test_comprehensive_permute_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:13:38.8220374Z test_comprehensive_permute_cuda_bool (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:13:38.8265363Z test_comprehensive_permute_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:13:38.8308636Z test_comprehensive_permute_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:13:38.8348359Z test_comprehensive_permute_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:13:38.8387228Z test_comprehensive_permute_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:13:38.8427310Z test_comprehensive_permute_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:13:38.8453864Z test_comprehensive_permute_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:13:38.8474746Z test_comprehensive_permute_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:13:38.8495357Z test_comprehensive_permute_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:13:38.8516298Z test_comprehensive_permute_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:13:38.8536780Z test_comprehensive_permute_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:13:39.0840655Z test_comprehensive_pinverse_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.230s) 2022-05-18T05:13:39.2829761Z test_comprehensive_pinverse_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.199s) 2022-05-18T05:13:39.4202922Z test_comprehensive_pinverse_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.137s) 2022-05-18T05:13:39.5614382Z test_comprehensive_pinverse_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.141s) 2022-05-18T05:13:40.4040083Z test_comprehensive_polar_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.842s) 2022-05-18T05:13:41.2395233Z test_comprehensive_polar_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.835s) 2022-05-18T05:13:41.2477295Z test_comprehensive_polygamma_polygamma_n_0_cuda_bool (__main__.TestDecompCUDA) ... ok (0.008s) 2022-05-18T05:13:41.2661401Z test_comprehensive_polygamma_polygamma_n_0_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-05-18T05:13:41.3206799Z test_comprehensive_polygamma_polygamma_n_0_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.054s) 2022-05-18T05:13:41.3744470Z test_comprehensive_polygamma_polygamma_n_0_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.054s) 2022-05-18T05:13:41.3772901Z test_comprehensive_polygamma_polygamma_n_0_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:13:41.3801961Z test_comprehensive_polygamma_polygamma_n_0_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:13:41.3831026Z test_comprehensive_polygamma_polygamma_n_0_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:13:41.3865598Z test_comprehensive_polygamma_polygamma_n_0_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:13:41.3893863Z test_comprehensive_polygamma_polygamma_n_0_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:13:41.3921188Z test_comprehensive_polygamma_polygamma_n_1_cuda_bool (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:13:41.4076808Z test_comprehensive_polygamma_polygamma_n_1_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-05-18T05:13:41.4594952Z test_comprehensive_polygamma_polygamma_n_1_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.052s) 2022-05-18T05:13:41.5102926Z test_comprehensive_polygamma_polygamma_n_1_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.051s) 2022-05-18T05:13:41.5131548Z test_comprehensive_polygamma_polygamma_n_1_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:13:41.5167239Z test_comprehensive_polygamma_polygamma_n_1_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:13:41.5195889Z test_comprehensive_polygamma_polygamma_n_1_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:13:41.5224281Z test_comprehensive_polygamma_polygamma_n_1_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:13:41.5252599Z test_comprehensive_polygamma_polygamma_n_1_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:13:41.5280182Z test_comprehensive_polygamma_polygamma_n_2_cuda_bool (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:13:41.5435989Z test_comprehensive_polygamma_polygamma_n_2_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-05-18T05:13:41.5956819Z test_comprehensive_polygamma_polygamma_n_2_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.052s) 2022-05-18T05:13:41.6464305Z test_comprehensive_polygamma_polygamma_n_2_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.051s) 2022-05-18T05:13:41.6498983Z test_comprehensive_polygamma_polygamma_n_2_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:13:41.6527785Z test_comprehensive_polygamma_polygamma_n_2_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:13:41.6556274Z test_comprehensive_polygamma_polygamma_n_2_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:13:41.6585456Z test_comprehensive_polygamma_polygamma_n_2_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:13:41.6613524Z test_comprehensive_polygamma_polygamma_n_2_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:13:41.6641194Z test_comprehensive_polygamma_polygamma_n_3_cuda_bool (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:13:41.6797351Z test_comprehensive_polygamma_polygamma_n_3_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-05-18T05:13:41.7329206Z test_comprehensive_polygamma_polygamma_n_3_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.053s) 2022-05-18T05:13:41.7844453Z test_comprehensive_polygamma_polygamma_n_3_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.051s) 2022-05-18T05:13:41.7875266Z test_comprehensive_polygamma_polygamma_n_3_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:13:41.7904813Z test_comprehensive_polygamma_polygamma_n_3_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:13:41.7933066Z test_comprehensive_polygamma_polygamma_n_3_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:13:41.7962151Z test_comprehensive_polygamma_polygamma_n_3_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:13:41.7991372Z test_comprehensive_polygamma_polygamma_n_3_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:13:41.8020001Z test_comprehensive_polygamma_polygamma_n_4_cuda_bool (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:13:41.8185963Z test_comprehensive_polygamma_polygamma_n_4_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:13:41.8707207Z test_comprehensive_polygamma_polygamma_n_4_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.052s) 2022-05-18T05:13:41.9217306Z test_comprehensive_polygamma_polygamma_n_4_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.051s) 2022-05-18T05:13:41.9246384Z test_comprehensive_polygamma_polygamma_n_4_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:13:41.9275795Z test_comprehensive_polygamma_polygamma_n_4_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:13:41.9304862Z test_comprehensive_polygamma_polygamma_n_4_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:13:41.9333672Z test_comprehensive_polygamma_polygamma_n_4_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:13:41.9369339Z test_comprehensive_polygamma_polygamma_n_4_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:13:41.9396310Z test_comprehensive_positive_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:13:41.9425012Z test_comprehensive_positive_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:13:41.9453167Z test_comprehensive_positive_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:13:41.9481331Z test_comprehensive_positive_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:13:41.9506053Z test_comprehensive_positive_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:13:41.9532280Z test_comprehensive_positive_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:13:41.9549520Z test_comprehensive_positive_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:13:41.9572441Z test_comprehensive_positive_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:13:41.9589317Z test_comprehensive_positive_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:13:41.9605656Z test_comprehensive_positive_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:13:41.9622418Z test_comprehensive_positive_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:13:42.1431315Z test_comprehensive_pow_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.181s) 2022-05-18T05:13:44.4979220Z test_comprehensive_pow_cuda_complex128 (__main__.TestDecompCUDA) ... ok (2.355s) 2022-05-18T05:13:46.8685068Z test_comprehensive_pow_cuda_complex64 (__main__.TestDecompCUDA) ... ok (2.370s) 2022-05-18T05:13:47.0475871Z test_comprehensive_pow_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.179s) 2022-05-18T05:13:48.4590727Z test_comprehensive_pow_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.411s) 2022-05-18T05:13:49.8699034Z test_comprehensive_pow_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.411s) 2022-05-18T05:13:49.9315004Z test_comprehensive_pow_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.061s) 2022-05-18T05:13:49.9929669Z test_comprehensive_pow_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.061s) 2022-05-18T05:13:50.0540697Z test_comprehensive_pow_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.061s) 2022-05-18T05:13:50.1152127Z test_comprehensive_pow_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.061s) 2022-05-18T05:13:50.1763527Z test_comprehensive_pow_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.061s) 2022-05-18T05:13:50.3483804Z test_comprehensive_prod_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.172s) 2022-05-18T05:13:50.3559471Z test_comprehensive_prod_cuda_bool (__main__.TestDecompCUDA) ... ok (0.008s) 2022-05-18T05:13:51.2339420Z test_comprehensive_prod_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.878s) 2022-05-18T05:13:51.2504047Z test_comprehensive_prod_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:13:52.1369694Z test_comprehensive_prod_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.886s) 2022-05-18T05:13:52.3056139Z test_comprehensive_prod_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.168s) 2022-05-18T05:13:52.8474156Z test_comprehensive_prod_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.542s) 2022-05-18T05:13:53.3990867Z test_comprehensive_prod_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.552s) 2022-05-18T05:13:53.4092844Z test_comprehensive_prod_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-05-18T05:13:53.4194819Z test_comprehensive_prod_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-05-18T05:13:53.4266551Z test_comprehensive_prod_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:13:53.4367637Z test_comprehensive_prod_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-05-18T05:13:53.4467988Z test_comprehensive_prod_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-05-18T05:13:53.4680029Z test_comprehensive_put_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-05-18T05:13:53.4755530Z test_comprehensive_put_cuda_bool (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:13:53.4975831Z test_comprehensive_put_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-05-18T05:13:53.5194690Z test_comprehensive_put_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-05-18T05:13:53.5399921Z test_comprehensive_put_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-05-18T05:13:53.5604134Z test_comprehensive_put_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-05-18T05:13:53.5808324Z test_comprehensive_put_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-05-18T05:13:53.5875514Z test_comprehensive_put_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:13:53.5949134Z test_comprehensive_put_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:13:53.6016141Z test_comprehensive_put_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:13:53.6083263Z test_comprehensive_put_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:13:53.6150173Z test_comprehensive_put_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:13:54.1439037Z test_comprehensive_qr_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.529s) 2022-05-18T05:13:54.6517028Z test_comprehensive_qr_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.508s) 2022-05-18T05:13:55.0232944Z test_comprehensive_qr_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.371s) 2022-05-18T05:13:55.3935755Z test_comprehensive_qr_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.370s) 2022-05-18T05:13:56.7566291Z test_comprehensive_quantile_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.363s) 2022-05-18T05:13:58.0890075Z test_comprehensive_quantile_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.332s) 2022-05-18T05:13:58.0943347Z test_comprehensive_rad2deg_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:13:58.0963040Z test_comprehensive_rad2deg_cuda_bool (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:13:58.1013200Z test_comprehensive_rad2deg_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:13:58.1100841Z test_comprehensive_rad2deg_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-05-18T05:13:58.1186604Z test_comprehensive_rad2deg_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-05-18T05:13:58.1206119Z test_comprehensive_rad2deg_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:13:58.1231767Z test_comprehensive_rad2deg_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:13:58.1250252Z test_comprehensive_rad2deg_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:13:58.1268955Z test_comprehensive_rad2deg_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:13:58.1287297Z test_comprehensive_rad2deg_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:13:58.1324178Z test_comprehensive_rand_like_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:13:58.1366692Z test_comprehensive_rand_like_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:13:58.1409273Z test_comprehensive_rand_like_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:13:58.1451086Z test_comprehensive_rand_like_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:13:58.1486949Z test_comprehensive_rand_like_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:13:58.1522275Z test_comprehensive_rand_like_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:13:58.1572937Z test_comprehensive_randint_like_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:13:58.1622321Z test_comprehensive_randint_like_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:13:58.1671271Z test_comprehensive_randint_like_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:13:58.1720342Z test_comprehensive_randint_like_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:13:58.1763833Z test_comprehensive_randint_like_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:13:58.1812821Z test_comprehensive_randint_like_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:13:58.1855703Z test_comprehensive_randint_like_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:13:58.1898704Z test_comprehensive_randint_like_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:13:58.1942175Z test_comprehensive_randint_like_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:13:58.1976970Z test_comprehensive_randn_like_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:13:58.2019355Z test_comprehensive_randn_like_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:13:58.2062439Z test_comprehensive_randn_like_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:13:58.2097645Z test_comprehensive_randn_like_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:13:58.2139199Z test_comprehensive_randn_like_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:13:58.2174536Z test_comprehensive_randn_like_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:13:58.2201877Z test_comprehensive_ravel_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:13:58.2218221Z test_comprehensive_ravel_cuda_bool (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:13:58.2245933Z test_comprehensive_ravel_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:13:58.2273307Z test_comprehensive_ravel_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:13:58.2298821Z test_comprehensive_ravel_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:13:58.2330316Z test_comprehensive_ravel_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:13:58.2356159Z test_comprehensive_ravel_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:13:58.2372346Z test_comprehensive_ravel_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:13:58.2389400Z test_comprehensive_ravel_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:13:58.2405935Z test_comprehensive_ravel_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:13:58.2422758Z test_comprehensive_ravel_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:13:58.2439163Z test_comprehensive_ravel_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:13:58.2464923Z test_comprehensive_real_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:13:58.2486691Z test_comprehensive_real_cuda_bool (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:13:58.2572769Z test_comprehensive_real_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-05-18T05:13:58.2596593Z test_comprehensive_real_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:13:58.2683448Z test_comprehensive_real_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-05-18T05:13:58.2709056Z test_comprehensive_real_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:13:58.2734218Z test_comprehensive_real_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:13:58.2759791Z test_comprehensive_real_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:13:58.2775867Z test_comprehensive_real_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:13:58.2799870Z test_comprehensive_real_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:13:58.2815713Z test_comprehensive_real_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-05-18T05:13:58.2831852Z test_comprehensive_real_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:13:58.2847624Z test_comprehensive_real_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-05-18T05:13:58.2944339Z test_comprehensive_reciprocal_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-05-18T05:13:58.2993898Z test_comprehensive_reciprocal_cuda_bool (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:13:58.3469479Z test_comprehensive_reciprocal_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.047s) 2022-05-18T05:13:58.3965111Z test_comprehensive_reciprocal_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.049s) 2022-05-18T05:13:58.4063352Z test_comprehensive_reciprocal_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-05-18T05:13:58.4375185Z test_comprehensive_reciprocal_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.031s) 2022-05-18T05:13:58.4680731Z test_comprehensive_reciprocal_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-05-18T05:13:58.4732644Z test_comprehensive_reciprocal_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:13:58.4784332Z test_comprehensive_reciprocal_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:13:58.4835249Z test_comprehensive_reciprocal_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:13:58.4885654Z test_comprehensive_reciprocal_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:13:58.4943026Z test_comprehensive_reciprocal_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:13:58.5164185Z test_comprehensive_remainder_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-05-18T05:13:58.5381686Z test_comprehensive_remainder_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-05-18T05:13:58.9063824Z test_comprehensive_remainder_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.368s) 2022-05-18T05:13:59.2791870Z test_comprehensive_remainder_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.373s) 2022-05-18T05:13:59.2838896Z test_comprehensive_remainder_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:13:59.2885174Z test_comprehensive_remainder_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:13:59.2931860Z test_comprehensive_remainder_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:13:59.2977953Z test_comprehensive_remainder_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:13:59.3024747Z test_comprehensive_remainder_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:13:59.3523011Z test_comprehensive_renorm_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.050s) 2022-05-18T05:13:59.9481255Z test_comprehensive_renorm_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.596s) 2022-05-18T05:14:00.5421213Z test_comprehensive_renorm_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.594s) 2022-05-18T05:14:00.5918596Z test_comprehensive_renorm_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.050s) 2022-05-18T05:14:00.9905411Z test_comprehensive_renorm_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.399s) 2022-05-18T05:14:01.3864087Z test_comprehensive_renorm_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.396s) 2022-05-18T05:14:01.4025612Z test_comprehensive_repeat_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:14:01.4081799Z test_comprehensive_repeat_cuda_bool (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:14:01.4261743Z test_comprehensive_repeat_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-05-18T05:14:01.4439999Z test_comprehensive_repeat_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-05-18T05:14:01.4599495Z test_comprehensive_repeat_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:14:01.4759701Z test_comprehensive_repeat_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:14:01.4924947Z test_comprehensive_repeat_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:14:01.4983085Z test_comprehensive_repeat_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:14:01.5041025Z test_comprehensive_repeat_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:14:01.5099299Z test_comprehensive_repeat_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:14:01.5157581Z test_comprehensive_repeat_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:14:01.5216622Z test_comprehensive_repeat_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:14:01.5278697Z test_comprehensive_repeat_interleave_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:14:01.5320258Z test_comprehensive_repeat_interleave_cuda_bool (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:14:01.5383932Z test_comprehensive_repeat_interleave_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:14:01.5447398Z test_comprehensive_repeat_interleave_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:14:01.5508399Z test_comprehensive_repeat_interleave_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:14:01.5567478Z test_comprehensive_repeat_interleave_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:14:01.5627892Z test_comprehensive_repeat_interleave_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:14:01.5663164Z test_comprehensive_repeat_interleave_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:14:01.5698452Z test_comprehensive_repeat_interleave_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:14:01.5740092Z test_comprehensive_repeat_interleave_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:14:01.5775120Z test_comprehensive_repeat_interleave_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:14:01.5810480Z test_comprehensive_repeat_interleave_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:14:01.5853929Z test_comprehensive_reshape_as_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:14:01.5876706Z test_comprehensive_reshape_as_cuda_bool (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:14:01.5926954Z test_comprehensive_reshape_as_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:14:01.5976702Z test_comprehensive_reshape_as_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:14:01.6019920Z test_comprehensive_reshape_as_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:14:01.6069398Z test_comprehensive_reshape_as_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:14:01.6112262Z test_comprehensive_reshape_as_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:14:01.6135078Z test_comprehensive_reshape_as_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:14:01.6158266Z test_comprehensive_reshape_as_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:14:01.6181060Z test_comprehensive_reshape_as_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:14:01.6206198Z test_comprehensive_reshape_as_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:14:01.6229470Z test_comprehensive_reshape_as_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:14:01.6318697Z test_comprehensive_reshape_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-05-18T05:14:01.6350584Z test_comprehensive_reshape_cuda_bool (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:14:01.6445546Z test_comprehensive_reshape_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-05-18T05:14:01.6539758Z test_comprehensive_reshape_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-05-18T05:14:01.6622851Z test_comprehensive_reshape_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-05-18T05:14:01.6705680Z test_comprehensive_reshape_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-05-18T05:14:01.6788414Z test_comprehensive_reshape_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-05-18T05:14:01.6820975Z test_comprehensive_reshape_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:14:01.6861222Z test_comprehensive_reshape_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:14:01.6893936Z test_comprehensive_reshape_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:14:01.6926528Z test_comprehensive_reshape_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:14:01.6959409Z test_comprehensive_reshape_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:14:01.6983609Z test_comprehensive_resize__cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:14:01.7003655Z test_comprehensive_resize__cuda_bool (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:14:01.7030182Z test_comprehensive_resize__cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:14:01.7062355Z test_comprehensive_resize__cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:14:01.7085536Z test_comprehensive_resize__cuda_float16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:14:01.7109382Z test_comprehensive_resize__cuda_float32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:14:01.7132338Z test_comprehensive_resize__cuda_float64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:14:01.7153286Z test_comprehensive_resize__cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:14:01.7173871Z test_comprehensive_resize__cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:14:01.7196137Z test_comprehensive_resize__cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:14:01.7216687Z test_comprehensive_resize__cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:14:01.7243755Z test_comprehensive_resize__cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:14:01.7271284Z test_comprehensive_resize_as__cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:14:01.7291729Z test_comprehensive_resize_as__cuda_bool (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:14:01.7323671Z test_comprehensive_resize_as__cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:14:01.7354820Z test_comprehensive_resize_as__cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:14:01.7380603Z test_comprehensive_resize_as__cuda_float16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:14:01.7406727Z test_comprehensive_resize_as__cuda_float32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:14:01.7432706Z test_comprehensive_resize_as__cuda_float64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:14:01.7459701Z test_comprehensive_resize_as__cuda_int16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:14:01.7480656Z test_comprehensive_resize_as__cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:14:01.7501869Z test_comprehensive_resize_as__cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:14:01.7522728Z test_comprehensive_resize_as__cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:14:01.7544049Z test_comprehensive_resize_as__cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:14:01.7565838Z test_comprehensive_resolve_conj_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:14:01.7581049Z test_comprehensive_resolve_conj_cuda_bool (__main__.TestDecompCUDA) ... ok (0.001s) 2022-05-18T05:14:01.7610843Z test_comprehensive_resolve_conj_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:14:01.7635582Z test_comprehensive_resolve_conj_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:14:01.7656809Z test_comprehensive_resolve_conj_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:14:01.7678535Z test_comprehensive_resolve_conj_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:14:01.7700049Z test_comprehensive_resolve_conj_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:14:01.7714894Z test_comprehensive_resolve_conj_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-05-18T05:14:01.7730076Z test_comprehensive_resolve_conj_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-05-18T05:14:01.7745634Z test_comprehensive_resolve_conj_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-05-18T05:14:01.7766768Z test_comprehensive_resolve_conj_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:14:01.7781929Z test_comprehensive_resolve_conj_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-05-18T05:14:01.7803442Z test_comprehensive_resolve_neg_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:14:01.7818813Z test_comprehensive_resolve_neg_cuda_bool (__main__.TestDecompCUDA) ... ok (0.001s) 2022-05-18T05:14:01.7842460Z test_comprehensive_resolve_neg_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:14:01.7861348Z test_comprehensive_resolve_neg_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:14:01.7884863Z test_comprehensive_resolve_neg_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:14:01.7906894Z test_comprehensive_resolve_neg_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:14:01.7934527Z test_comprehensive_resolve_neg_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:14:01.7956543Z test_comprehensive_resolve_neg_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:14:01.7971653Z test_comprehensive_resolve_neg_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-05-18T05:14:01.7987031Z test_comprehensive_resolve_neg_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-05-18T05:14:01.8002222Z test_comprehensive_resolve_neg_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-05-18T05:14:01.8017253Z test_comprehensive_resolve_neg_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-05-18T05:14:01.8033183Z test_comprehensive_resolve_neg_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-05-18T05:14:01.8107237Z test_comprehensive_roll_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:14:01.8134854Z test_comprehensive_roll_cuda_bool (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:14:01.8211349Z test_comprehensive_roll_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-05-18T05:14:01.8286493Z test_comprehensive_roll_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:14:01.8353349Z test_comprehensive_roll_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:14:01.8419986Z test_comprehensive_roll_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:14:01.8486725Z test_comprehensive_roll_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:14:01.8515201Z test_comprehensive_roll_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:14:01.8549647Z test_comprehensive_roll_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:14:01.8577062Z test_comprehensive_roll_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:14:01.8605028Z test_comprehensive_roll_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:14:01.8633059Z test_comprehensive_roll_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:14:01.8708197Z test_comprehensive_rot90_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:14:01.8984707Z test_comprehensive_rot90_cuda_bool (__main__.TestDecompCUDA) ... ok (0.028s) 2022-05-18T05:14:02.0187240Z test_comprehensive_rot90_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.120s) 2022-05-18T05:14:02.1403619Z test_comprehensive_rot90_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.122s) 2022-05-18T05:14:02.1478555Z test_comprehensive_rot90_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:14:02.2204763Z test_comprehensive_rot90_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.072s) 2022-05-18T05:14:02.2931033Z test_comprehensive_rot90_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.072s) 2022-05-18T05:14:02.3205778Z test_comprehensive_rot90_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.027s) 2022-05-18T05:14:02.3479339Z test_comprehensive_rot90_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.027s) 2022-05-18T05:14:02.3754664Z test_comprehensive_rot90_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.027s) 2022-05-18T05:14:02.4037415Z test_comprehensive_rot90_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.028s) 2022-05-18T05:14:02.4320456Z test_comprehensive_rot90_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.028s) 2022-05-18T05:14:02.4343837Z test_comprehensive_round_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:14:02.4364495Z test_comprehensive_round_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:14:02.4385420Z test_comprehensive_round_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:14:02.4406081Z test_comprehensive_round_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:14:02.4438874Z test_comprehensive_round_decimals_0_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:14:02.4470889Z test_comprehensive_round_decimals_0_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:14:02.4509427Z test_comprehensive_round_decimals_0_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:14:02.4541206Z test_comprehensive_round_decimals_0_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:14:02.4572728Z test_comprehensive_round_decimals_3_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:14:02.4604875Z test_comprehensive_round_decimals_3_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:14:02.4636470Z test_comprehensive_round_decimals_3_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:14:02.4668472Z test_comprehensive_round_decimals_3_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:14:02.4700218Z test_comprehensive_round_decimals_neg_3_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:14:02.4732340Z test_comprehensive_round_decimals_neg_3_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:14:02.4771794Z test_comprehensive_round_decimals_neg_3_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:14:02.4803854Z test_comprehensive_round_decimals_neg_3_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:14:02.4890414Z test_comprehensive_rsqrt_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-05-18T05:14:02.4908197Z test_comprehensive_rsqrt_cuda_bool (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:14:02.5249776Z test_comprehensive_rsqrt_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.034s) 2022-05-18T05:14:02.5604249Z test_comprehensive_rsqrt_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.035s) 2022-05-18T05:14:02.5689955Z test_comprehensive_rsqrt_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-05-18T05:14:02.5919495Z test_comprehensive_rsqrt_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-05-18T05:14:02.6150788Z test_comprehensive_rsqrt_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-05-18T05:14:02.6168559Z test_comprehensive_rsqrt_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:14:02.6187595Z test_comprehensive_rsqrt_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:14:02.6205305Z test_comprehensive_rsqrt_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:14:02.6223461Z test_comprehensive_rsqrt_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:14:02.6241337Z test_comprehensive_rsqrt_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:14:02.6444325Z test_comprehensive_rsub_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-05-18T05:14:02.9980735Z test_comprehensive_rsub_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.353s) 2022-05-18T05:14:03.3530206Z test_comprehensive_rsub_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.355s) 2022-05-18T05:14:03.3732780Z test_comprehensive_rsub_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-05-18T05:14:03.5824777Z test_comprehensive_rsub_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.209s) 2022-05-18T05:14:03.7932039Z test_comprehensive_rsub_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.210s) 2022-05-18T05:14:03.8588929Z test_comprehensive_rsub_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.066s) 2022-05-18T05:14:03.9243725Z test_comprehensive_rsub_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.065s) 2022-05-18T05:14:03.9890539Z test_comprehensive_rsub_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.065s) 2022-05-18T05:14:04.0543478Z test_comprehensive_rsub_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.065s) 2022-05-18T05:14:04.1196870Z test_comprehensive_rsub_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.065s) 2022-05-18T05:14:04.1297093Z test_comprehensive_scatter_add_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-05-18T05:14:04.1361614Z test_comprehensive_scatter_add_cuda_bool (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:14:04.1471902Z test_comprehensive_scatter_add_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-05-18T05:14:04.1585501Z test_comprehensive_scatter_add_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-05-18T05:14:04.1684431Z test_comprehensive_scatter_add_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-05-18T05:14:04.1782191Z test_comprehensive_scatter_add_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-05-18T05:14:04.1879371Z test_comprehensive_scatter_add_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-05-18T05:14:04.1938274Z test_comprehensive_scatter_add_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:14:04.2003299Z test_comprehensive_scatter_add_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:14:04.2063084Z test_comprehensive_scatter_add_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:14:04.2122008Z test_comprehensive_scatter_add_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:14:04.2181611Z test_comprehensive_scatter_add_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:14:04.2297138Z test_comprehensive_scatter_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-05-18T05:14:04.2365918Z test_comprehensive_scatter_cuda_bool (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:14:04.2489427Z test_comprehensive_scatter_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-05-18T05:14:04.2612921Z test_comprehensive_scatter_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-05-18T05:14:04.2728802Z test_comprehensive_scatter_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-05-18T05:14:04.2838846Z test_comprehensive_scatter_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-05-18T05:14:04.2948540Z test_comprehensive_scatter_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-05-18T05:14:04.3017967Z test_comprehensive_scatter_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:14:04.3088017Z test_comprehensive_scatter_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:14:04.3158342Z test_comprehensive_scatter_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:14:04.3229529Z test_comprehensive_scatter_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:14:04.3299460Z test_comprehensive_scatter_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:14:04.5865358Z test_comprehensive_scatter_reduce_amax_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.256s) 2022-05-18T05:14:04.8431390Z test_comprehensive_scatter_reduce_amax_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.256s) 2022-05-18T05:14:05.3929333Z test_comprehensive_scatter_reduce_amax_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.550s) 2022-05-18T05:14:05.9392929Z test_comprehensive_scatter_reduce_amax_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.546s) 2022-05-18T05:14:06.1946304Z test_comprehensive_scatter_reduce_amin_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.255s) 2022-05-18T05:14:06.4510035Z test_comprehensive_scatter_reduce_amin_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.256s) 2022-05-18T05:14:07.0008955Z test_comprehensive_scatter_reduce_amin_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.550s) 2022-05-18T05:14:07.5461925Z test_comprehensive_scatter_reduce_amin_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.545s) 2022-05-18T05:14:07.6191870Z test_comprehensive_scatter_reduce_mean_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.073s) 2022-05-18T05:14:07.6919175Z test_comprehensive_scatter_reduce_mean_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.073s) 2022-05-18T05:14:07.8009011Z test_comprehensive_scatter_reduce_mean_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.109s) 2022-05-18T05:14:07.9090411Z test_comprehensive_scatter_reduce_mean_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.108s) 2022-05-18T05:14:08.1488046Z test_comprehensive_scatter_reduce_prod_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.240s) 2022-05-18T05:14:08.3864135Z test_comprehensive_scatter_reduce_prod_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.238s) 2022-05-18T05:14:09.3007846Z test_comprehensive_scatter_reduce_prod_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.914s) 2022-05-18T05:14:10.2000000Z test_comprehensive_scatter_reduce_prod_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.899s) 2022-05-18T05:14:10.2166224Z test_comprehensive_scatter_reduce_sum_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-05-18T05:14:10.2241215Z test_comprehensive_scatter_reduce_sum_cuda_bool (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:14:10.2404651Z test_comprehensive_scatter_reduce_sum_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:14:10.2572211Z test_comprehensive_scatter_reduce_sum_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-05-18T05:14:10.2734963Z test_comprehensive_scatter_reduce_sum_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:14:10.2809611Z test_comprehensive_scatter_reduce_sum_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:14:10.2884726Z test_comprehensive_scatter_reduce_sum_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:14:10.2960081Z test_comprehensive_scatter_reduce_sum_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:14:10.3036204Z test_comprehensive_scatter_reduce_sum_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:14:10.3112700Z test_comprehensive_scatter_reduce_sum_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-05-18T05:14:10.3437879Z test_comprehensive_searchsorted_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.032s) 2022-05-18T05:14:10.3749435Z test_comprehensive_searchsorted_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.031s) 2022-05-18T05:14:10.4060766Z test_comprehensive_searchsorted_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.031s) 2022-05-18T05:14:10.4316510Z test_comprehensive_searchsorted_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-05-18T05:14:10.4565053Z test_comprehensive_searchsorted_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-05-18T05:14:10.4814438Z test_comprehensive_searchsorted_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-05-18T05:14:10.5067905Z test_comprehensive_searchsorted_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-05-18T05:14:10.5319756Z test_comprehensive_searchsorted_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-05-18T05:14:10.5390488Z test_comprehensive_select_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:14:10.5410067Z test_comprehensive_select_cuda_bool (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:14:10.5697697Z test_comprehensive_select_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.029s) 2022-05-18T05:14:10.5992843Z test_comprehensive_select_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.029s) 2022-05-18T05:14:10.6065063Z test_comprehensive_select_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:14:10.6262460Z test_comprehensive_select_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-05-18T05:14:10.6464584Z test_comprehensive_select_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-05-18T05:14:10.6485890Z test_comprehensive_select_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:14:10.6507145Z test_comprehensive_select_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:14:10.6527708Z test_comprehensive_select_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:14:10.6548806Z test_comprehensive_select_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:14:10.6569573Z test_comprehensive_select_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:14:10.6634103Z test_comprehensive_select_scatter_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:14:10.6665562Z test_comprehensive_select_scatter_cuda_bool (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:14:10.6727273Z test_comprehensive_select_scatter_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:14:10.6789135Z test_comprehensive_select_scatter_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:14:10.6850325Z test_comprehensive_select_scatter_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:14:10.6875039Z test_comprehensive_select_scatter_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:14:10.6899748Z test_comprehensive_select_scatter_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:14:10.6924617Z test_comprehensive_select_scatter_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:14:10.6949704Z test_comprehensive_select_scatter_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:14:10.6980786Z test_comprehensive_select_scatter_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:14:10.7002104Z test_comprehensive_sgn_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:14:10.7017361Z test_comprehensive_sgn_cuda_bool (__main__.TestDecompCUDA) ... ok (0.001s) 2022-05-18T05:14:10.9314455Z test_comprehensive_sgn_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.230s) 2022-05-18T05:14:10.9354322Z test_comprehensive_sgn_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:14:11.1651117Z test_comprehensive_sgn_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.230s) 2022-05-18T05:14:11.1672725Z test_comprehensive_sgn_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:14:11.1693603Z test_comprehensive_sgn_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:14:11.1721326Z test_comprehensive_sgn_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:14:11.1736827Z test_comprehensive_sgn_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-05-18T05:14:11.1752584Z test_comprehensive_sgn_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-05-18T05:14:11.1768006Z test_comprehensive_sgn_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-05-18T05:14:11.1783742Z test_comprehensive_sgn_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-05-18T05:14:11.1799291Z test_comprehensive_sgn_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-05-18T05:14:11.1826322Z test_comprehensive_short_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:14:11.1854112Z test_comprehensive_short_cuda_bool (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:14:11.1885355Z test_comprehensive_short_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:14:11.1916929Z test_comprehensive_short_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:14:11.1943489Z test_comprehensive_short_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:14:11.1969686Z test_comprehensive_short_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:14:11.1996338Z test_comprehensive_short_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:14:11.2014786Z test_comprehensive_short_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:14:11.2037119Z test_comprehensive_short_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:14:11.2066137Z test_comprehensive_short_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:14:11.2087960Z test_comprehensive_short_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:14:11.2110509Z test_comprehensive_short_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:14:11.2155209Z test_comprehensive_sigmoid_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:14:11.2172942Z test_comprehensive_sigmoid_cuda_bool (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:14:11.2410978Z test_comprehensive_sigmoid_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-05-18T05:14:11.2463564Z test_comprehensive_sigmoid_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:14:11.2694360Z test_comprehensive_sigmoid_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-05-18T05:14:11.2746642Z test_comprehensive_sigmoid_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:14:11.2861047Z test_comprehensive_sigmoid_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-05-18T05:14:11.2973901Z test_comprehensive_sigmoid_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-05-18T05:14:11.2992106Z test_comprehensive_sigmoid_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:14:11.3010034Z test_comprehensive_sigmoid_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:14:11.3028364Z test_comprehensive_sigmoid_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:14:11.3046456Z test_comprehensive_sigmoid_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:14:11.3070908Z test_comprehensive_sigmoid_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:14:11.3096113Z test_comprehensive_sign_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:14:11.3255421Z test_comprehensive_sign_cuda_bool (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:14:11.3280516Z test_comprehensive_sign_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:14:11.3480231Z test_comprehensive_sign_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-05-18T05:14:11.3680752Z test_comprehensive_sign_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-05-18T05:14:11.3839661Z test_comprehensive_sign_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:14:11.4007461Z test_comprehensive_sign_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-05-18T05:14:11.4169571Z test_comprehensive_sign_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:14:11.4330713Z test_comprehensive_sign_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:14:11.4488748Z test_comprehensive_sign_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:14:11.4506405Z test_comprehensive_signbit_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:14:11.4521623Z test_comprehensive_signbit_cuda_bool (__main__.TestDecompCUDA) ... ok (0.001s) 2022-05-18T05:14:11.4538062Z test_comprehensive_signbit_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:14:11.4554615Z test_comprehensive_signbit_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:14:11.4576985Z test_comprehensive_signbit_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:14:11.4592810Z test_comprehensive_signbit_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-05-18T05:14:11.4608128Z test_comprehensive_signbit_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-05-18T05:14:11.4623784Z test_comprehensive_signbit_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-05-18T05:14:11.4639165Z test_comprehensive_signbit_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-05-18T05:14:11.4654427Z test_comprehensive_signbit_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-05-18T05:14:11.4694887Z test_comprehensive_sin_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:14:11.4864040Z test_comprehensive_sin_cuda_bool (__main__.TestDecompCUDA) ... ok (0.017s) 2022-05-18T05:14:11.6257406Z test_comprehensive_sin_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.139s) 2022-05-18T05:14:11.7653077Z test_comprehensive_sin_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.139s) 2022-05-18T05:14:11.7693438Z test_comprehensive_sin_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:14:11.8435834Z test_comprehensive_sin_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.074s) 2022-05-18T05:14:11.9185307Z test_comprehensive_sin_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.075s) 2022-05-18T05:14:11.9346725Z test_comprehensive_sin_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:14:11.9513887Z test_comprehensive_sin_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-05-18T05:14:11.9676968Z test_comprehensive_sin_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:14:11.9837793Z test_comprehensive_sin_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:14:11.9998798Z test_comprehensive_sin_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:14:12.0270569Z test_comprehensive_sinc_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.027s) 2022-05-18T05:14:12.0309938Z test_comprehensive_sinc_cuda_bool (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:14:12.1500932Z test_comprehensive_sinc_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.119s) 2022-05-18T05:14:12.2728016Z test_comprehensive_sinc_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.123s) 2022-05-18T05:14:12.3000091Z test_comprehensive_sinc_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.027s) 2022-05-18T05:14:12.3794551Z test_comprehensive_sinc_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.079s) 2022-05-18T05:14:12.4547633Z test_comprehensive_sinc_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.075s) 2022-05-18T05:14:12.4567319Z test_comprehensive_sinc_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:14:12.4586992Z test_comprehensive_sinc_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:14:12.4606209Z test_comprehensive_sinc_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:14:12.4624857Z test_comprehensive_sinc_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:14:12.4649655Z test_comprehensive_sinc_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:14:12.4690351Z test_comprehensive_sinh_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:14:12.4853799Z test_comprehensive_sinh_cuda_bool (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:14:12.6250802Z test_comprehensive_sinh_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.140s) 2022-05-18T05:14:12.7647655Z test_comprehensive_sinh_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.140s) 2022-05-18T05:14:12.7691034Z test_comprehensive_sinh_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:14:12.8453768Z test_comprehensive_sinh_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.076s) 2022-05-18T05:14:12.9204385Z test_comprehensive_sinh_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.075s) 2022-05-18T05:14:12.9366423Z test_comprehensive_sinh_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:14:12.9528275Z test_comprehensive_sinh_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:14:12.9690072Z test_comprehensive_sinh_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:14:12.9853378Z test_comprehensive_sinh_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:14:13.0012908Z test_comprehensive_sinh_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:14:13.0118110Z test_comprehensive_slice_scatter_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-05-18T05:14:13.0155633Z test_comprehensive_slice_scatter_cuda_bool (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:14:13.0259824Z test_comprehensive_slice_scatter_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-05-18T05:14:13.0359816Z test_comprehensive_slice_scatter_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-05-18T05:14:13.0463981Z test_comprehensive_slice_scatter_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-05-18T05:14:13.0498011Z test_comprehensive_slice_scatter_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:14:13.0531898Z test_comprehensive_slice_scatter_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:14:13.0566133Z test_comprehensive_slice_scatter_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:14:13.0606634Z test_comprehensive_slice_scatter_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:14:13.0640766Z test_comprehensive_slice_scatter_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:14:13.0761241Z test_comprehensive_softmax_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-05-18T05:14:13.0878713Z test_comprehensive_softmax_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-05-18T05:14:13.1754336Z test_comprehensive_softmax_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.087s) 2022-05-18T05:14:13.2628564Z test_comprehensive_softmax_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.087s) 2022-05-18T05:14:13.2752657Z test_comprehensive_softmax_with_dtype_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-05-18T05:14:13.3100161Z test_comprehensive_softmax_with_dtype_cuda_bool (__main__.TestDecompCUDA) ... ok (0.035s) 2022-05-18T05:14:13.3998226Z test_comprehensive_softmax_with_dtype_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.090s) 2022-05-18T05:14:13.4883525Z test_comprehensive_softmax_with_dtype_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.088s) 2022-05-18T05:14:13.5003529Z test_comprehensive_softmax_with_dtype_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-05-18T05:14:13.5888660Z test_comprehensive_softmax_with_dtype_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.088s) 2022-05-18T05:14:13.6767773Z test_comprehensive_softmax_with_dtype_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.088s) 2022-05-18T05:14:13.7294805Z test_comprehensive_softmax_with_dtype_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.053s) 2022-05-18T05:14:13.7820951Z test_comprehensive_softmax_with_dtype_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.053s) 2022-05-18T05:14:13.8356100Z test_comprehensive_softmax_with_dtype_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.053s) 2022-05-18T05:14:13.8891052Z test_comprehensive_softmax_with_dtype_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.053s) 2022-05-18T05:14:13.9386201Z test_comprehensive_softmax_with_dtype_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.049s) 2022-05-18T05:14:13.9616901Z test_comprehensive_sort_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-05-18T05:14:13.9846870Z test_comprehensive_sort_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-05-18T05:14:14.0076629Z test_comprehensive_sort_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-05-18T05:14:14.0309845Z test_comprehensive_sort_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-05-18T05:14:14.0391754Z test_comprehensive_sort_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-05-18T05:14:14.0481019Z test_comprehensive_sort_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-05-18T05:14:14.0557490Z test_comprehensive_sort_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-05-18T05:14:14.0638142Z test_comprehensive_sort_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-05-18T05:14:14.0718955Z test_comprehensive_sort_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-05-18T05:14:14.0731263Z test_comprehensive_sparse_sampled_addmm_cuda_complex128 (__main__.TestDecompCUDA) ... skip: cusparseSDDMM was added in 11.2.1 (0.001s) 2022-05-18T05:14:14.0743466Z test_comprehensive_sparse_sampled_addmm_cuda_complex64 (__main__.TestDecompCUDA) ... skip: cusparseSDDMM was added in 11.2.1 (0.001s) 2022-05-18T05:14:14.0755081Z test_comprehensive_sparse_sampled_addmm_cuda_float32 (__main__.TestDecompCUDA) ... skip: cusparseSDDMM was added in 11.2.1 (0.001s) 2022-05-18T05:14:14.0766927Z test_comprehensive_sparse_sampled_addmm_cuda_float64 (__main__.TestDecompCUDA) ... skip: cusparseSDDMM was added in 11.2.1 (0.001s) 2022-05-18T05:14:14.0846809Z test_comprehensive_special_entr_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-05-18T05:14:14.0892827Z test_comprehensive_special_entr_cuda_bool (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:14:14.0965879Z test_comprehensive_special_entr_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:14:14.1189580Z test_comprehensive_special_entr_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-05-18T05:14:14.1396638Z test_comprehensive_special_entr_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-05-18T05:14:14.1413529Z test_comprehensive_special_entr_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:14:14.1430895Z test_comprehensive_special_entr_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:14:14.1448071Z test_comprehensive_special_entr_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:14:14.1465528Z test_comprehensive_special_entr_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:14:14.1488574Z test_comprehensive_special_entr_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:14:14.1575324Z test_comprehensive_special_erfcx_cuda_bool (__main__.TestDecompCUDA) ... ok (0.009s) 2022-05-18T05:14:14.1990464Z test_comprehensive_special_erfcx_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.041s) 2022-05-18T05:14:14.2384163Z test_comprehensive_special_erfcx_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.039s) 2022-05-18T05:14:14.2403637Z test_comprehensive_special_erfcx_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:14:14.2422472Z test_comprehensive_special_erfcx_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:14:14.2441076Z test_comprehensive_special_erfcx_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:14:14.2467037Z test_comprehensive_special_erfcx_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:14:14.2485076Z test_comprehensive_special_erfcx_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:14:14.2551820Z test_comprehensive_special_i0e_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:14:14.2614978Z test_comprehensive_special_i0e_cuda_bool (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:14:14.2656345Z test_comprehensive_special_i0e_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:14:14.2997923Z test_comprehensive_special_i0e_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.034s) 2022-05-18T05:14:14.3328328Z test_comprehensive_special_i0e_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.033s) 2022-05-18T05:14:14.3367734Z test_comprehensive_special_i0e_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:14:14.3413550Z test_comprehensive_special_i0e_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:14:14.3451287Z test_comprehensive_special_i0e_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:14:14.3489057Z test_comprehensive_special_i0e_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:14:14.3526962Z test_comprehensive_special_i0e_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:14:14.3567396Z test_comprehensive_special_i1_cuda_bool (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:14:14.4360416Z test_comprehensive_special_i1_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.079s) 2022-05-18T05:14:14.5127256Z test_comprehensive_special_i1_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.076s) 2022-05-18T05:14:14.5152926Z test_comprehensive_special_i1_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:14:14.5169448Z test_comprehensive_special_i1_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:14:14.5186947Z test_comprehensive_special_i1_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:14:14.5203053Z test_comprehensive_special_i1_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:14:14.5219654Z test_comprehensive_special_i1_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:14:14.5281788Z test_comprehensive_special_i1e_cuda_bool (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:14:14.6189284Z test_comprehensive_special_i1e_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.090s) 2022-05-18T05:14:14.7078858Z test_comprehensive_special_i1e_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.089s) 2022-05-18T05:14:14.7126141Z test_comprehensive_special_i1e_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:14:14.7164675Z test_comprehensive_special_i1e_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:14:14.7202544Z test_comprehensive_special_i1e_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:14:14.7240431Z test_comprehensive_special_i1e_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:14:14.7278362Z test_comprehensive_special_i1e_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:14:14.7321038Z test_comprehensive_special_log_ndtr_cuda_bool (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:14:14.7625074Z test_comprehensive_special_log_ndtr_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-05-18T05:14:14.7931098Z test_comprehensive_special_log_ndtr_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-05-18T05:14:14.7949532Z test_comprehensive_special_log_ndtr_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:14:14.7967747Z test_comprehensive_special_log_ndtr_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:14:14.7986595Z test_comprehensive_special_log_ndtr_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:14:14.8004835Z test_comprehensive_special_log_ndtr_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:14:14.8023412Z test_comprehensive_special_log_ndtr_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:14:14.8234283Z test_comprehensive_special_ndtr_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-05-18T05:14:14.8398739Z test_comprehensive_special_ndtr_cuda_bool (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:14:14.8619611Z test_comprehensive_special_ndtr_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-05-18T05:14:14.9275361Z test_comprehensive_special_ndtr_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.065s) 2022-05-18T05:14:14.9904974Z test_comprehensive_special_ndtr_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-05-18T05:14:15.0068032Z test_comprehensive_special_ndtr_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:14:15.0231640Z test_comprehensive_special_ndtr_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:14:15.0394559Z test_comprehensive_special_ndtr_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:14:15.0557303Z test_comprehensive_special_ndtr_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:14:15.0732094Z test_comprehensive_special_ndtr_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-05-18T05:14:15.0776820Z test_comprehensive_special_ndtri_cuda_bool (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:14:15.1083446Z test_comprehensive_special_ndtri_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-05-18T05:14:15.1382492Z test_comprehensive_special_ndtri_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-05-18T05:14:15.1401294Z test_comprehensive_special_ndtri_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:14:15.1419706Z test_comprehensive_special_ndtri_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:14:15.1438750Z test_comprehensive_special_ndtri_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:14:15.1457783Z test_comprehensive_special_ndtri_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:14:15.1482817Z test_comprehensive_special_ndtri_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:14:15.1510608Z test_comprehensive_special_polygamma_special_polygamma_n_0_cuda_bool (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:14:15.1669608Z test_comprehensive_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:14:15.2209470Z test_comprehensive_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.054s) 2022-05-18T05:14:15.2740641Z test_comprehensive_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.053s) 2022-05-18T05:14:15.2770278Z test_comprehensive_special_polygamma_special_polygamma_n_0_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:14:15.2799520Z test_comprehensive_special_polygamma_special_polygamma_n_0_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:14:15.2838335Z test_comprehensive_special_polygamma_special_polygamma_n_0_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:14:15.2866559Z test_comprehensive_special_polygamma_special_polygamma_n_0_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:14:15.2894985Z test_comprehensive_special_polygamma_special_polygamma_n_0_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:14:15.3197158Z test_comprehensive_special_xlog1py_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-05-18T05:14:15.3227662Z test_comprehensive_special_xlog1py_cuda_bool (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:14:15.3524954Z test_comprehensive_special_xlog1py_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-05-18T05:14:15.6734230Z test_comprehensive_special_xlog1py_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.321s) 2022-05-18T05:14:15.9976266Z test_comprehensive_special_xlog1py_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.324s) 2022-05-18T05:14:16.0008797Z test_comprehensive_special_xlog1py_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:14:16.0040342Z test_comprehensive_special_xlog1py_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:14:16.0071970Z test_comprehensive_special_xlog1py_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:14:16.0103586Z test_comprehensive_special_xlog1py_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:14:16.0134682Z test_comprehensive_special_xlog1py_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:14:16.0140939Z test_comprehensive_special_zeta_cuda_bool (__main__.TestDecompCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-05-18T05:14:16.0225198Z test_comprehensive_special_zeta_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-05-18T05:14:16.0309404Z test_comprehensive_special_zeta_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-05-18T05:14:16.0407136Z test_comprehensive_special_zeta_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-05-18T05:14:16.0412509Z test_comprehensive_special_zeta_cuda_int32 (__main__.TestDecompCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-05-18T05:14:16.0443862Z test_comprehensive_special_zeta_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:14:16.0474836Z test_comprehensive_special_zeta_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:14:16.0506209Z test_comprehensive_special_zeta_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:14:16.0547610Z test_comprehensive_split_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:14:16.0824747Z test_comprehensive_split_cuda_bool (__main__.TestDecompCUDA) ... ok (0.027s) 2022-05-18T05:14:16.1401735Z test_comprehensive_split_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.058s) 2022-05-18T05:14:16.2000363Z test_comprehensive_split_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.060s) 2022-05-18T05:14:16.2041086Z test_comprehensive_split_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:14:16.2401064Z test_comprehensive_split_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.036s) 2022-05-18T05:14:16.2756101Z test_comprehensive_split_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.035s) 2022-05-18T05:14:16.3025302Z test_comprehensive_split_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.027s) 2022-05-18T05:14:16.3293486Z test_comprehensive_split_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.027s) 2022-05-18T05:14:16.3561343Z test_comprehensive_split_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.027s) 2022-05-18T05:14:16.3832086Z test_comprehensive_split_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.027s) 2022-05-18T05:14:16.4112313Z test_comprehensive_split_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.028s) 2022-05-18T05:14:16.4174521Z test_comprehensive_split_list_args_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:14:16.4765962Z test_comprehensive_split_list_args_cuda_bool (__main__.TestDecompCUDA) ... ok (0.059s) 2022-05-18T05:14:16.6060450Z test_comprehensive_split_list_args_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.129s) 2022-05-18T05:14:16.7372333Z test_comprehensive_split_list_args_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.131s) 2022-05-18T05:14:16.7431842Z test_comprehensive_split_list_args_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:14:16.8206041Z test_comprehensive_split_list_args_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.077s) 2022-05-18T05:14:16.8980557Z test_comprehensive_split_list_args_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.077s) 2022-05-18T05:14:16.9568269Z test_comprehensive_split_list_args_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.059s) 2022-05-18T05:14:17.0160967Z test_comprehensive_split_list_args_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.059s) 2022-05-18T05:14:17.0751396Z test_comprehensive_split_list_args_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.059s) 2022-05-18T05:14:17.1331124Z test_comprehensive_split_list_args_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.058s) 2022-05-18T05:14:17.1916416Z test_comprehensive_split_list_args_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.058s) 2022-05-18T05:14:17.1991438Z test_comprehensive_split_with_sizes_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:14:17.2768636Z test_comprehensive_split_with_sizes_cuda_bool (__main__.TestDecompCUDA) ... ok (0.077s) 2022-05-18T05:14:17.4497175Z test_comprehensive_split_with_sizes_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.173s) 2022-05-18T05:14:17.6213235Z test_comprehensive_split_with_sizes_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.171s) 2022-05-18T05:14:17.6285715Z test_comprehensive_split_with_sizes_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:14:17.7311550Z test_comprehensive_split_with_sizes_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.102s) 2022-05-18T05:14:17.8332519Z test_comprehensive_split_with_sizes_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.102s) 2022-05-18T05:14:17.9107364Z test_comprehensive_split_with_sizes_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.077s) 2022-05-18T05:14:17.9876861Z test_comprehensive_split_with_sizes_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.077s) 2022-05-18T05:14:18.0656403Z test_comprehensive_split_with_sizes_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.078s) 2022-05-18T05:14:18.1424238Z test_comprehensive_split_with_sizes_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.077s) 2022-05-18T05:14:18.2196778Z test_comprehensive_split_with_sizes_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.077s) 2022-05-18T05:14:18.2235540Z test_comprehensive_sqrt_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:14:18.2401067Z test_comprehensive_sqrt_cuda_bool (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:14:18.3120558Z test_comprehensive_sqrt_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.072s) 2022-05-18T05:14:18.3820656Z test_comprehensive_sqrt_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.070s) 2022-05-18T05:14:18.3858011Z test_comprehensive_sqrt_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:14:18.4254908Z test_comprehensive_sqrt_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.039s) 2022-05-18T05:14:18.4639131Z test_comprehensive_sqrt_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.038s) 2022-05-18T05:14:18.4802975Z test_comprehensive_sqrt_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:14:18.4966604Z test_comprehensive_sqrt_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:14:18.5134566Z test_comprehensive_sqrt_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-05-18T05:14:18.5299340Z test_comprehensive_sqrt_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:14:18.5474903Z test_comprehensive_sqrt_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-05-18T05:14:18.5582026Z test_comprehensive_square_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-05-18T05:14:18.5633438Z test_comprehensive_square_cuda_bool (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:14:18.6074415Z test_comprehensive_square_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.044s) 2022-05-18T05:14:18.6528037Z test_comprehensive_square_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-05-18T05:14:18.6632962Z test_comprehensive_square_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-05-18T05:14:18.6927274Z test_comprehensive_square_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.029s) 2022-05-18T05:14:18.7212191Z test_comprehensive_square_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.028s) 2022-05-18T05:14:18.7270354Z test_comprehensive_square_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:14:18.7319301Z test_comprehensive_square_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:14:18.7368337Z test_comprehensive_square_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:14:18.7418591Z test_comprehensive_square_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:14:18.7469009Z test_comprehensive_square_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:14:18.7523146Z test_comprehensive_squeeze_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:14:18.7545741Z test_comprehensive_squeeze_cuda_bool (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:14:18.7613482Z test_comprehensive_squeeze_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:14:18.7673056Z test_comprehensive_squeeze_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:14:18.7725104Z test_comprehensive_squeeze_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:14:18.7777052Z test_comprehensive_squeeze_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:14:18.7829992Z test_comprehensive_squeeze_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:14:18.7852258Z test_comprehensive_squeeze_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:14:18.7875116Z test_comprehensive_squeeze_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:14:18.7897721Z test_comprehensive_squeeze_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:14:18.7926723Z test_comprehensive_squeeze_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:14:18.7949571Z test_comprehensive_squeeze_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:14:18.8048652Z test_comprehensive_stack_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-05-18T05:14:18.8210719Z test_comprehensive_stack_cuda_bool (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:14:18.8746637Z test_comprehensive_stack_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.053s) 2022-05-18T05:14:18.9264489Z test_comprehensive_stack_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.052s) 2022-05-18T05:14:18.9813583Z test_comprehensive_stack_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.055s) 2022-05-18T05:14:18.9914070Z test_comprehensive_stack_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-05-18T05:14:19.0280295Z test_comprehensive_stack_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.036s) 2022-05-18T05:14:19.0631571Z test_comprehensive_stack_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.035s) 2022-05-18T05:14:19.0795314Z test_comprehensive_stack_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:14:19.0958084Z test_comprehensive_stack_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:14:19.1117357Z test_comprehensive_stack_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:14:19.1278825Z test_comprehensive_stack_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:14:19.1444936Z test_comprehensive_stack_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-05-18T05:14:19.1909492Z test_comprehensive_std_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.046s) 2022-05-18T05:14:19.5218762Z test_comprehensive_std_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.331s) 2022-05-18T05:14:19.8608506Z test_comprehensive_std_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.339s) 2022-05-18T05:14:19.9069411Z test_comprehensive_std_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.046s) 2022-05-18T05:14:20.1398455Z test_comprehensive_std_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.233s) 2022-05-18T05:14:20.3681036Z test_comprehensive_std_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.228s) 2022-05-18T05:14:20.3720544Z test_comprehensive_std_mean_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:14:20.3769186Z test_comprehensive_std_mean_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:14:20.3817799Z test_comprehensive_std_mean_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:14:20.4567195Z test_comprehensive_std_mean_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.075s) 2022-05-18T05:14:20.6494567Z test_comprehensive_std_mean_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.193s) 2022-05-18T05:14:20.8383559Z test_comprehensive_std_mean_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.189s) 2022-05-18T05:14:21.4306775Z test_comprehensive_stft_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.592s) 2022-05-18T05:14:22.0294045Z test_comprehensive_stft_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.599s) 2022-05-18T05:14:22.5721712Z test_comprehensive_stft_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.543s) 2022-05-18T05:14:23.1127934Z test_comprehensive_stft_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.540s) 2022-05-18T05:14:23.1383915Z test_comprehensive_sub_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-05-18T05:14:23.5017880Z test_comprehensive_sub_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.363s) 2022-05-18T05:14:23.6704145Z test_comprehensive_sub_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.169s) 2022-05-18T05:14:24.0335844Z test_comprehensive_sub_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.363s) 2022-05-18T05:14:24.0592236Z test_comprehensive_sub_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-05-18T05:14:24.2756092Z test_comprehensive_sub_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.216s) 2022-05-18T05:14:24.4919265Z test_comprehensive_sub_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.216s) 2022-05-18T05:14:24.5607389Z test_comprehensive_sub_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.069s) 2022-05-18T05:14:24.6297190Z test_comprehensive_sub_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.069s) 2022-05-18T05:14:24.6987663Z test_comprehensive_sub_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.069s) 2022-05-18T05:14:24.7672353Z test_comprehensive_sub_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.068s) 2022-05-18T05:14:24.8357444Z test_comprehensive_sub_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.068s) 2022-05-18T05:14:24.8472867Z test_comprehensive_sum_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-05-18T05:14:24.8515541Z test_comprehensive_sum_cuda_bool (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:14:24.8634037Z test_comprehensive_sum_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-05-18T05:14:24.8760618Z test_comprehensive_sum_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-05-18T05:14:24.8879342Z test_comprehensive_sum_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-05-18T05:14:24.8993465Z test_comprehensive_sum_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-05-18T05:14:24.9107197Z test_comprehensive_sum_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-05-18T05:14:24.9227920Z test_comprehensive_sum_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-05-18T05:14:24.9270379Z test_comprehensive_sum_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:14:24.9312949Z test_comprehensive_sum_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:14:24.9351709Z test_comprehensive_sum_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:14:24.9394405Z test_comprehensive_sum_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:14:24.9439142Z test_comprehensive_sum_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:14:24.9485979Z test_comprehensive_sum_to_size_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:14:24.9515256Z test_comprehensive_sum_to_size_cuda_bool (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:14:24.9566721Z test_comprehensive_sum_to_size_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:14:24.9618729Z test_comprehensive_sum_to_size_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:14:24.9665420Z test_comprehensive_sum_to_size_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:14:24.9711545Z test_comprehensive_sum_to_size_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:14:24.9757549Z test_comprehensive_sum_to_size_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:14:24.9780124Z test_comprehensive_sum_to_size_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:14:24.9803282Z test_comprehensive_sum_to_size_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:14:24.9831454Z test_comprehensive_sum_to_size_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:14:24.9853964Z test_comprehensive_sum_to_size_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:14:24.9876808Z test_comprehensive_sum_to_size_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:14:35.1776743Z test_comprehensive_svd_cuda_complex128 (__main__.TestDecompCUDA) ... ok (10.190s) 2022-05-18T05:14:44.7961969Z test_comprehensive_svd_cuda_complex64 (__main__.TestDecompCUDA) ... ok (9.618s) 2022-05-18T05:14:50.1001896Z test_comprehensive_svd_cuda_float32 (__main__.TestDecompCUDA) ... ok (5.304s) 2022-05-18T05:14:55.4680066Z test_comprehensive_svd_cuda_float64 (__main__.TestDecompCUDA) ... ok (5.368s) 2022-05-18T05:15:14.6164154Z test_comprehensive_svd_lowrank_cuda_float32 (__main__.TestDecompCUDA) ... ok (19.148s) 2022-05-18T05:15:33.5196131Z test_comprehensive_svd_lowrank_cuda_float64 (__main__.TestDecompCUDA) ... ok (18.903s) 2022-05-18T05:15:33.8901222Z test_comprehensive_symeig_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.370s) 2022-05-18T05:15:34.2486971Z test_comprehensive_symeig_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.358s) 2022-05-18T05:15:34.4339889Z test_comprehensive_symeig_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.185s) 2022-05-18T05:15:34.6192129Z test_comprehensive_symeig_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.185s) 2022-05-18T05:15:34.6243008Z test_comprehensive_t_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:15:34.6282158Z test_comprehensive_t_cuda_bool (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:15:34.6492310Z test_comprehensive_t_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-05-18T05:15:34.6707229Z test_comprehensive_t_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-05-18T05:15:34.6756714Z test_comprehensive_t_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:15:34.6906480Z test_comprehensive_t_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-05-18T05:15:34.7043534Z test_comprehensive_t_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-05-18T05:15:34.7081714Z test_comprehensive_t_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:15:34.7120047Z test_comprehensive_t_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:15:34.7157154Z test_comprehensive_t_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:15:34.7196664Z test_comprehensive_t_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:15:34.7235100Z test_comprehensive_t_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:15:34.7322014Z test_comprehensive_take_along_dim_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-05-18T05:15:34.7366989Z test_comprehensive_take_along_dim_cuda_bool (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:15:34.7450045Z test_comprehensive_take_along_dim_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-05-18T05:15:34.7532649Z test_comprehensive_take_along_dim_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-05-18T05:15:34.7610543Z test_comprehensive_take_along_dim_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-05-18T05:15:34.7687961Z test_comprehensive_take_along_dim_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-05-18T05:15:34.7765940Z test_comprehensive_take_along_dim_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-05-18T05:15:34.7811860Z test_comprehensive_take_along_dim_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:15:34.7863802Z test_comprehensive_take_along_dim_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:15:34.7909446Z test_comprehensive_take_along_dim_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:15:34.7955264Z test_comprehensive_take_along_dim_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:15:34.8001710Z test_comprehensive_take_along_dim_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:15:34.8085830Z test_comprehensive_take_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-05-18T05:15:34.8117115Z test_comprehensive_take_cuda_bool (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:15:34.8207965Z test_comprehensive_take_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-05-18T05:15:34.8298937Z test_comprehensive_take_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-05-18T05:15:34.8390131Z test_comprehensive_take_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-05-18T05:15:34.8472921Z test_comprehensive_take_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-05-18T05:15:34.8555391Z test_comprehensive_take_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-05-18T05:15:34.8587612Z test_comprehensive_take_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:15:34.8620060Z test_comprehensive_take_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:15:34.8651302Z test_comprehensive_take_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:15:34.8683330Z test_comprehensive_take_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:15:34.8722486Z test_comprehensive_take_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:15:34.8766504Z test_comprehensive_tan_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:15:34.8932599Z test_comprehensive_tan_cuda_bool (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:15:35.0329696Z test_comprehensive_tan_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.140s) 2022-05-18T05:15:35.1737678Z test_comprehensive_tan_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.141s) 2022-05-18T05:15:35.1782947Z test_comprehensive_tan_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:15:35.2564391Z test_comprehensive_tan_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.078s) 2022-05-18T05:15:35.3329664Z test_comprehensive_tan_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.076s) 2022-05-18T05:15:35.3497236Z test_comprehensive_tan_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-05-18T05:15:35.3666388Z test_comprehensive_tan_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-05-18T05:15:35.3829537Z test_comprehensive_tan_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:15:35.3991348Z test_comprehensive_tan_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:15:35.4151714Z test_comprehensive_tan_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:15:35.4179635Z test_comprehensive_tanh_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:15:35.4202744Z test_comprehensive_tanh_cuda_bool (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:15:35.4912232Z test_comprehensive_tanh_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.071s) 2022-05-18T05:15:35.5620564Z test_comprehensive_tanh_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.071s) 2022-05-18T05:15:35.5649975Z test_comprehensive_tanh_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:15:35.6038294Z test_comprehensive_tanh_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.039s) 2022-05-18T05:15:35.6422115Z test_comprehensive_tanh_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.038s) 2022-05-18T05:15:35.6438527Z test_comprehensive_tanh_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:15:35.6462408Z test_comprehensive_tanh_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:15:35.6477988Z test_comprehensive_tanh_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-05-18T05:15:35.6493643Z test_comprehensive_tanh_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-05-18T05:15:35.6509361Z test_comprehensive_tanh_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-05-18T05:15:35.6794947Z test_comprehensive_tensor_split_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.028s) 2022-05-18T05:15:35.6827844Z test_comprehensive_tensor_split_cuda_bool (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:15:35.9102956Z test_comprehensive_tensor_split_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.227s) 2022-05-18T05:15:36.1412603Z test_comprehensive_tensor_split_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.231s) 2022-05-18T05:15:36.1708185Z test_comprehensive_tensor_split_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-05-18T05:15:36.3179799Z test_comprehensive_tensor_split_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.147s) 2022-05-18T05:15:36.4626932Z test_comprehensive_tensor_split_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.145s) 2022-05-18T05:15:36.4662487Z test_comprehensive_tensor_split_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:15:36.4697122Z test_comprehensive_tensor_split_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:15:36.4731448Z test_comprehensive_tensor_split_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:15:36.4765744Z test_comprehensive_tensor_split_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:15:36.4800441Z test_comprehensive_tensor_split_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:15:36.5006077Z test_comprehensive_tensordot_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-05-18T05:15:36.5206053Z test_comprehensive_tensordot_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-05-18T05:15:36.5268919Z test_comprehensive_tensordot_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:15:36.5408798Z test_comprehensive_tensordot_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-05-18T05:15:36.5545128Z test_comprehensive_tensordot_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-05-18T05:15:36.5730041Z test_comprehensive_tile_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-05-18T05:15:36.5800305Z test_comprehensive_tile_cuda_bool (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:15:36.6012034Z test_comprehensive_tile_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-05-18T05:15:36.6217287Z test_comprehensive_tile_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-05-18T05:15:36.6400902Z test_comprehensive_tile_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-05-18T05:15:36.6583565Z test_comprehensive_tile_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-05-18T05:15:36.6765023Z test_comprehensive_tile_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-05-18T05:15:36.6837192Z test_comprehensive_tile_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:15:36.6909268Z test_comprehensive_tile_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:15:36.6981594Z test_comprehensive_tile_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:15:36.7059972Z test_comprehensive_tile_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-05-18T05:15:36.7132342Z test_comprehensive_tile_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:15:36.7178227Z test_comprehensive_to_sparse_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:15:36.7203180Z test_comprehensive_to_sparse_cuda_bool (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:15:36.7230758Z test_comprehensive_to_sparse_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:15:36.7257697Z test_comprehensive_to_sparse_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:15:36.7298052Z test_comprehensive_to_sparse_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:15:36.7345093Z test_comprehensive_to_sparse_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:15:36.7383928Z test_comprehensive_to_sparse_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:15:36.7407979Z test_comprehensive_to_sparse_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:15:36.7431037Z test_comprehensive_to_sparse_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:15:36.7454275Z test_comprehensive_to_sparse_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:15:36.7477931Z test_comprehensive_to_sparse_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:15:36.7501835Z test_comprehensive_to_sparse_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:15:36.7612706Z test_comprehensive_topk_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-05-18T05:15:36.7728008Z test_comprehensive_topk_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-05-18T05:15:36.7835252Z test_comprehensive_topk_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-05-18T05:15:36.7943576Z test_comprehensive_topk_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-05-18T05:15:36.7974097Z test_comprehensive_topk_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:15:36.8004617Z test_comprehensive_topk_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:15:36.8034659Z test_comprehensive_topk_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:15:36.8064828Z test_comprehensive_topk_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:15:36.8102070Z test_comprehensive_topk_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:15:36.8132823Z test_comprehensive_trace_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:15:36.8167675Z test_comprehensive_trace_cuda_bool (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:15:36.8244375Z test_comprehensive_trace_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-05-18T05:15:36.8319623Z test_comprehensive_trace_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:15:36.8346583Z test_comprehensive_trace_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:15:36.8400453Z test_comprehensive_trace_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:15:36.8453502Z test_comprehensive_trace_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:15:36.8493843Z test_comprehensive_trace_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:15:36.8527823Z test_comprehensive_trace_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:15:36.8561338Z test_comprehensive_trace_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:15:36.8595462Z test_comprehensive_trace_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:15:36.8630816Z test_comprehensive_trace_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:15:36.8747607Z test_comprehensive_transpose_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-05-18T05:15:36.8930467Z test_comprehensive_transpose_cuda_bool (__main__.TestDecompCUDA) ... ok (0.018s) 2022-05-18T05:15:36.9925770Z test_comprehensive_transpose_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.099s) 2022-05-18T05:15:37.0931661Z test_comprehensive_transpose_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.101s) 2022-05-18T05:15:37.1049609Z test_comprehensive_transpose_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-05-18T05:15:37.1674842Z test_comprehensive_transpose_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.062s) 2022-05-18T05:15:37.2295176Z test_comprehensive_transpose_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.062s) 2022-05-18T05:15:37.2484008Z test_comprehensive_transpose_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-05-18T05:15:37.2671777Z test_comprehensive_transpose_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-05-18T05:15:37.2857334Z test_comprehensive_transpose_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-05-18T05:15:37.3050494Z test_comprehensive_transpose_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-05-18T05:15:37.3236951Z test_comprehensive_transpose_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-05-18T05:15:37.3906660Z test_comprehensive_trapezoid_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.067s) 2022-05-18T05:15:37.7437233Z test_comprehensive_trapezoid_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.353s) 2022-05-18T05:15:38.1093301Z test_comprehensive_trapezoid_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.366s) 2022-05-18T05:15:38.1762640Z test_comprehensive_trapezoid_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.067s) 2022-05-18T05:15:38.4101491Z test_comprehensive_trapezoid_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.234s) 2022-05-18T05:15:38.6376670Z test_comprehensive_trapezoid_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.227s) 2022-05-18T05:15:38.6809780Z test_comprehensive_trapezoid_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.043s) 2022-05-18T05:15:38.7241649Z test_comprehensive_trapezoid_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.043s) 2022-05-18T05:15:38.7673452Z test_comprehensive_trapezoid_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.043s) 2022-05-18T05:15:38.8104004Z test_comprehensive_trapezoid_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.043s) 2022-05-18T05:15:38.8549137Z test_comprehensive_trapezoid_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.044s) 2022-05-18T05:15:38.9242543Z test_comprehensive_trapz_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.069s) 2022-05-18T05:15:39.2779442Z test_comprehensive_trapz_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.353s) 2022-05-18T05:15:39.6446675Z test_comprehensive_trapz_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.367s) 2022-05-18T05:15:39.7125598Z test_comprehensive_trapz_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.068s) 2022-05-18T05:15:39.9485726Z test_comprehensive_trapz_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.236s) 2022-05-18T05:15:40.1764237Z test_comprehensive_trapz_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.228s) 2022-05-18T05:15:40.2214791Z test_comprehensive_trapz_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-05-18T05:15:40.2663192Z test_comprehensive_trapz_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-05-18T05:15:40.3105166Z test_comprehensive_trapz_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.044s) 2022-05-18T05:15:40.3550464Z test_comprehensive_trapz_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.044s) 2022-05-18T05:15:40.3999404Z test_comprehensive_trapz_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-05-18T05:15:40.5017266Z test_comprehensive_triangular_solve_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.102s) 2022-05-18T05:15:40.5838219Z test_comprehensive_triangular_solve_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.082s) 2022-05-18T05:15:40.6430179Z test_comprehensive_triangular_solve_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.059s) 2022-05-18T05:15:40.7055909Z test_comprehensive_triangular_solve_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.062s) 2022-05-18T05:15:40.7081331Z test_comprehensive_tril_cuda_bool (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:15:40.7139379Z test_comprehensive_tril_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:15:40.7189884Z test_comprehensive_tril_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:15:40.7241013Z test_comprehensive_tril_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:15:40.7284317Z test_comprehensive_tril_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:15:40.7327559Z test_comprehensive_tril_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:15:40.7349521Z test_comprehensive_tril_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:15:40.7374567Z test_comprehensive_tril_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:15:40.7400572Z test_comprehensive_tril_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:15:40.7426609Z test_comprehensive_tril_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:15:40.7455366Z test_comprehensive_tril_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:15:40.7476472Z test_comprehensive_triu_cuda_bool (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:15:40.7525509Z test_comprehensive_triu_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:15:40.7574596Z test_comprehensive_triu_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:15:40.7617799Z test_comprehensive_triu_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:15:40.7661750Z test_comprehensive_triu_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:15:40.7711539Z test_comprehensive_triu_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:15:40.7737151Z test_comprehensive_triu_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:15:40.7766024Z test_comprehensive_triu_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:15:40.7787717Z test_comprehensive_triu_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:15:40.7809043Z test_comprehensive_triu_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:15:40.7830426Z test_comprehensive_triu_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:15:40.8065848Z test_comprehensive_true_divide_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-05-18T05:15:40.8119340Z test_comprehensive_true_divide_cuda_bool (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:15:41.3385671Z test_comprehensive_true_divide_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.526s) 2022-05-18T05:15:41.8666098Z test_comprehensive_true_divide_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.528s) 2022-05-18T05:15:41.8906159Z test_comprehensive_true_divide_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-05-18T05:15:42.1985896Z test_comprehensive_true_divide_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.308s) 2022-05-18T05:15:42.5079791Z test_comprehensive_true_divide_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.309s) 2022-05-18T05:15:42.5136212Z test_comprehensive_true_divide_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:15:42.5188641Z test_comprehensive_true_divide_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:15:42.5235725Z test_comprehensive_true_divide_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:15:42.5282952Z test_comprehensive_true_divide_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:15:42.5338449Z test_comprehensive_true_divide_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:15:42.5365141Z test_comprehensive_trunc_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:15:42.5387234Z test_comprehensive_trunc_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:15:42.5414889Z test_comprehensive_trunc_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:15:42.5435905Z test_comprehensive_trunc_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:15:42.5578168Z test_comprehensive_unfold_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-05-18T05:15:42.5613613Z test_comprehensive_unfold_cuda_bool (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:15:42.5787342Z test_comprehensive_unfold_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-05-18T05:15:42.5966101Z test_comprehensive_unfold_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-05-18T05:15:42.6107941Z test_comprehensive_unfold_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-05-18T05:15:42.6272111Z test_comprehensive_unfold_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:15:42.6413532Z test_comprehensive_unfold_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-05-18T05:15:42.6451204Z test_comprehensive_unfold_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:15:42.6489117Z test_comprehensive_unfold_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:15:42.6520405Z test_comprehensive_unfold_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:15:42.6551125Z test_comprehensive_unfold_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:15:42.6581482Z test_comprehensive_unfold_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:15:42.7393256Z test_comprehensive_unique_consecutive_cuda_bool (__main__.TestDecompCUDA) ... ok (0.081s) 2022-05-18T05:15:42.8432613Z test_comprehensive_unique_consecutive_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.104s) 2022-05-18T05:15:42.9470025Z test_comprehensive_unique_consecutive_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.103s) 2022-05-18T05:15:43.0523256Z test_comprehensive_unique_consecutive_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.105s) 2022-05-18T05:15:43.1406499Z test_comprehensive_unique_consecutive_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.088s) 2022-05-18T05:15:43.2285527Z test_comprehensive_unique_consecutive_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.088s) 2022-05-18T05:15:43.3169611Z test_comprehensive_unique_consecutive_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.088s) 2022-05-18T05:15:43.4048716Z test_comprehensive_unique_consecutive_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.088s) 2022-05-18T05:15:43.4927352Z test_comprehensive_unique_consecutive_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.088s) 2022-05-18T05:15:43.7265992Z test_comprehensive_unique_cuda_bool (__main__.TestDecompCUDA) ... ok (0.234s) 2022-05-18T05:15:43.9564987Z test_comprehensive_unique_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.230s) 2022-05-18T05:15:44.1694489Z test_comprehensive_unique_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.213s) 2022-05-18T05:15:44.3811261Z test_comprehensive_unique_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.212s) 2022-05-18T05:15:44.5655443Z test_comprehensive_unique_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.184s) 2022-05-18T05:15:44.7450314Z test_comprehensive_unique_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.179s) 2022-05-18T05:15:44.9309040Z test_comprehensive_unique_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.186s) 2022-05-18T05:15:45.1097148Z test_comprehensive_unique_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.179s) 2022-05-18T05:15:45.2887358Z test_comprehensive_unique_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.179s) 2022-05-18T05:15:45.2958310Z test_comprehensive_unsqueeze_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:15:45.2981426Z test_comprehensive_unsqueeze_cuda_bool (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:15:45.3049217Z test_comprehensive_unsqueeze_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:15:45.3117182Z test_comprehensive_unsqueeze_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:15:45.3176743Z test_comprehensive_unsqueeze_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:15:45.3244680Z test_comprehensive_unsqueeze_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:15:45.3305009Z test_comprehensive_unsqueeze_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:15:45.3332394Z test_comprehensive_unsqueeze_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:15:45.3353727Z test_comprehensive_unsqueeze_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:15:45.3375993Z test_comprehensive_unsqueeze_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:15:45.3402224Z test_comprehensive_unsqueeze_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:15:45.3428787Z test_comprehensive_unsqueeze_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:15:45.3716045Z test_comprehensive_var_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.029s) 2022-05-18T05:15:45.6578605Z test_comprehensive_var_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.286s) 2022-05-18T05:15:45.9482530Z test_comprehensive_var_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.290s) 2022-05-18T05:15:45.9770826Z test_comprehensive_var_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.029s) 2022-05-18T05:15:46.1650075Z test_comprehensive_var_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.188s) 2022-05-18T05:15:46.3514438Z test_comprehensive_var_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.186s) 2022-05-18T05:15:46.3562378Z test_comprehensive_var_mean_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:15:46.3616562Z test_comprehensive_var_mean_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:15:46.3664679Z test_comprehensive_var_mean_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:15:46.4126300Z test_comprehensive_var_mean_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.046s) 2022-05-18T05:15:46.5529818Z test_comprehensive_var_mean_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.140s) 2022-05-18T05:15:46.6898756Z test_comprehensive_var_mean_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.137s) 2022-05-18T05:15:46.7165429Z test_comprehensive_vdot_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.027s) 2022-05-18T05:15:46.7438836Z test_comprehensive_vdot_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.027s) 2022-05-18T05:15:46.7481604Z test_comprehensive_vdot_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:15:46.7582999Z test_comprehensive_vdot_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-05-18T05:15:46.7672813Z test_comprehensive_vdot_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-05-18T05:15:46.7695700Z test_comprehensive_view_as_complex_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:15:46.7719341Z test_comprehensive_view_as_complex_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:15:46.7742929Z test_comprehensive_view_as_complex_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:15:46.7781946Z test_comprehensive_view_as_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:15:46.7801776Z test_comprehensive_view_as_cuda_bool (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:15:46.7844065Z test_comprehensive_view_as_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:15:46.7881590Z test_comprehensive_view_as_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:15:46.7930698Z test_comprehensive_view_as_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:15:46.7971598Z test_comprehensive_view_as_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:15:46.8008045Z test_comprehensive_view_as_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:15:46.8044304Z test_comprehensive_view_as_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:15:46.8064881Z test_comprehensive_view_as_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:15:46.8084913Z test_comprehensive_view_as_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:15:46.8111618Z test_comprehensive_view_as_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:15:46.8131288Z test_comprehensive_view_as_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:15:46.8151575Z test_comprehensive_view_as_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:15:46.8178436Z test_comprehensive_view_as_real_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:15:46.8209598Z test_comprehensive_view_as_real_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:15:46.8273854Z test_comprehensive_view_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:15:46.8298017Z test_comprehensive_view_cuda_bool (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:15:46.8362534Z test_comprehensive_view_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:15:46.8407376Z test_comprehensive_view_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:15:46.8481902Z test_comprehensive_view_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:15:46.8539659Z test_comprehensive_view_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:15:46.8596131Z test_comprehensive_view_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:15:46.8652366Z test_comprehensive_view_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:15:46.8677322Z test_comprehensive_view_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:15:46.8702667Z test_comprehensive_view_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:15:46.8731800Z test_comprehensive_view_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:15:46.8769201Z test_comprehensive_view_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:15:46.8797116Z test_comprehensive_view_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:15:46.8864951Z test_comprehensive_vsplit_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:15:46.8882178Z test_comprehensive_vsplit_cuda_bool (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:15:46.9233018Z test_comprehensive_vsplit_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.035s) 2022-05-18T05:15:46.9258110Z test_comprehensive_vsplit_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:15:46.9613985Z test_comprehensive_vsplit_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.035s) 2022-05-18T05:15:46.9691835Z test_comprehensive_vsplit_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-05-18T05:15:46.9921079Z test_comprehensive_vsplit_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-05-18T05:15:47.0149397Z test_comprehensive_vsplit_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-05-18T05:15:47.0170310Z test_comprehensive_vsplit_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:15:47.0192428Z test_comprehensive_vsplit_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:15:47.0213684Z test_comprehensive_vsplit_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:15:47.0234478Z test_comprehensive_vsplit_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:15:47.0252594Z test_comprehensive_vsplit_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:15:47.0283906Z test_comprehensive_vstack_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:15:47.0300181Z test_comprehensive_vstack_cuda_bool (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:15:47.0327598Z test_comprehensive_vstack_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:15:47.0350273Z test_comprehensive_vstack_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:15:47.0377399Z test_comprehensive_vstack_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:15:47.0400902Z test_comprehensive_vstack_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:15:47.0424561Z test_comprehensive_vstack_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:15:47.0454648Z test_comprehensive_vstack_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:15:47.0474355Z test_comprehensive_vstack_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:15:47.0494051Z test_comprehensive_vstack_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:15:47.0514199Z test_comprehensive_vstack_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:15:47.0533929Z test_comprehensive_vstack_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:15:47.0551584Z test_comprehensive_vstack_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:15:47.0742229Z test_comprehensive_where_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-05-18T05:15:47.1298394Z test_comprehensive_where_cuda_bool (__main__.TestDecompCUDA) ... ok (0.055s) 2022-05-18T05:15:47.7155419Z test_comprehensive_where_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.585s) 2022-05-18T05:15:48.3210142Z test_comprehensive_where_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.605s) 2022-05-18T05:15:48.3408811Z test_comprehensive_where_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-05-18T05:15:48.7192795Z test_comprehensive_where_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.378s) 2022-05-18T05:15:49.0978102Z test_comprehensive_where_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.378s) 2022-05-18T05:15:49.1561990Z test_comprehensive_where_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.058s) 2022-05-18T05:15:49.2140198Z test_comprehensive_where_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.058s) 2022-05-18T05:15:49.2708358Z test_comprehensive_where_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.057s) 2022-05-18T05:15:49.3289777Z test_comprehensive_where_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.058s) 2022-05-18T05:15:49.3880095Z test_comprehensive_where_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.059s) 2022-05-18T05:15:49.5463646Z test_comprehensive_xlogy_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.158s) 2022-05-18T05:15:49.6105564Z test_comprehensive_xlogy_cuda_bool (__main__.TestDecompCUDA) ... ok (0.064s) 2022-05-18T05:15:49.7671316Z test_comprehensive_xlogy_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.156s) 2022-05-18T05:15:50.6840795Z test_comprehensive_xlogy_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.917s) 2022-05-18T05:15:51.5932790Z test_comprehensive_xlogy_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.909s) 2022-05-18T05:15:51.6577124Z test_comprehensive_xlogy_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.064s) 2022-05-18T05:15:51.7232405Z test_comprehensive_xlogy_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.065s) 2022-05-18T05:15:51.7871266Z test_comprehensive_xlogy_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.064s) 2022-05-18T05:15:51.8511046Z test_comprehensive_xlogy_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.064s) 2022-05-18T05:15:51.9147470Z test_comprehensive_xlogy_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.064s) 2022-05-18T05:15:51.9189539Z test_comprehensive_zero__cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:15:51.9214606Z test_comprehensive_zero__cuda_bool (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:15:51.9262920Z test_comprehensive_zero__cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:15:51.9301495Z test_comprehensive_zero__cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:15:51.9336602Z test_comprehensive_zero__cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:15:51.9377034Z test_comprehensive_zero__cuda_float32 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:15:51.9417946Z test_comprehensive_zero__cuda_float64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:15:51.9439041Z test_comprehensive_zero__cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:15:51.9459703Z test_comprehensive_zero__cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:15:51.9486971Z test_comprehensive_zero__cuda_int64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:15:51.9507763Z test_comprehensive_zero__cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:15:51.9528438Z test_comprehensive_zero__cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:15:51.9557563Z test_comprehensive_zeros_like_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:15:51.9579863Z test_comprehensive_zeros_like_cuda_bool (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:15:51.9615400Z test_comprehensive_zeros_like_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:15:51.9651644Z test_comprehensive_zeros_like_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:15:51.9686849Z test_comprehensive_zeros_like_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:15:51.9730201Z test_comprehensive_zeros_like_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:15:51.9760511Z test_comprehensive_zeros_like_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:15:51.9783665Z test_comprehensive_zeros_like_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:15:51.9806828Z test_comprehensive_zeros_like_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:15:51.9830032Z test_comprehensive_zeros_like_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:15:51.9853124Z test_comprehensive_zeros_like_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:15:51.9876183Z test_comprehensive_zeros_like_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:15:51.9899438Z test_quick_abs_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:15:52.0065436Z test_quick_abs_cuda_bool (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:15:52.0426899Z test_quick_abs_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.036s) 2022-05-18T05:15:52.0790655Z test_quick_abs_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.036s) 2022-05-18T05:15:52.1144885Z test_quick_abs_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.035s) 2022-05-18T05:15:52.1171952Z test_quick_abs_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:15:52.1378104Z test_quick_abs_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-05-18T05:15:52.1590363Z test_quick_abs_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-05-18T05:15:52.1763702Z test_quick_abs_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-05-18T05:15:52.1936341Z test_quick_abs_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-05-18T05:15:52.2109123Z test_quick_abs_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-05-18T05:15:52.2281539Z test_quick_abs_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-05-18T05:15:52.2453171Z test_quick_abs_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-05-18T05:15:52.2496696Z test_quick_acos_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:15:52.2554758Z test_quick_acos_cuda_bool (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:15:52.2665968Z test_quick_acos_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-05-18T05:15:52.2785829Z test_quick_acos_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-05-18T05:15:52.2828212Z test_quick_acos_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:15:52.2908796Z test_quick_acos_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-05-18T05:15:52.2981247Z test_quick_acos_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:15:52.3042212Z test_quick_acos_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:15:52.3097159Z test_quick_acos_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:15:52.3155169Z test_quick_acos_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:15:52.3206358Z test_quick_acos_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:15:52.3266832Z test_quick_acos_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:15:52.3306954Z test_quick_acosh_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:15:52.3357684Z test_quick_acosh_cuda_bool (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:15:52.3461455Z test_quick_acosh_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-05-18T05:15:52.3581004Z test_quick_acosh_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-05-18T05:15:52.3624034Z test_quick_acosh_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:15:52.3711807Z test_quick_acosh_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-05-18T05:15:52.3784526Z test_quick_acosh_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:15:52.3844710Z test_quick_acosh_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:15:52.3899461Z test_quick_acosh_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:15:52.3950620Z test_quick_acosh_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:15:52.4001817Z test_quick_acosh_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:15:52.4062496Z test_quick_acosh_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:15:52.4274954Z test_quick_addcdiv_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-05-18T05:15:52.5714504Z test_quick_addcdiv_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.144s) 2022-05-18T05:15:52.7188156Z test_quick_addcdiv_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.147s) 2022-05-18T05:15:52.7401478Z test_quick_addcdiv_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-05-18T05:15:52.8300554Z test_quick_addcdiv_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.090s) 2022-05-18T05:15:52.9194270Z test_quick_addcdiv_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.089s) 2022-05-18T05:15:52.9408212Z test_quick_addcmul_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-05-18T05:15:53.0842349Z test_quick_addcmul_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.143s) 2022-05-18T05:15:53.2316033Z test_quick_addcmul_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.147s) 2022-05-18T05:15:53.2532035Z test_quick_addcmul_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-05-18T05:15:53.3448320Z test_quick_addcmul_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.091s) 2022-05-18T05:15:53.4336674Z test_quick_addcmul_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.089s) 2022-05-18T05:15:53.4810395Z test_quick_addcmul_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.047s) 2022-05-18T05:15:53.5298335Z test_quick_addcmul_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.049s) 2022-05-18T05:15:53.5782470Z test_quick_addcmul_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.048s) 2022-05-18T05:15:53.6277274Z test_quick_addcmul_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.049s) 2022-05-18T05:15:53.6762817Z test_quick_addcmul_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.048s) 2022-05-18T05:15:53.7285542Z test_quick_addmm_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.052s) 2022-05-18T05:15:53.7826397Z test_quick_addmm_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.054s) 2022-05-18T05:15:53.7890147Z test_quick_addmm_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:15:53.8076916Z test_quick_addmm_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-05-18T05:15:53.8269180Z test_quick_addmm_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-05-18T05:15:53.8784879Z test_quick_addmm_decomposed_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.051s) 2022-05-18T05:15:53.9305967Z test_quick_addmm_decomposed_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.052s) 2022-05-18T05:15:53.9365177Z test_quick_addmm_decomposed_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:15:53.9549039Z test_quick_addmm_decomposed_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-05-18T05:15:53.9739108Z test_quick_addmm_decomposed_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-05-18T05:15:53.9766510Z test_quick_asin_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:15:53.9939395Z test_quick_asin_cuda_bool (__main__.TestDecompCUDA) ... ok (0.017s) 2022-05-18T05:15:54.0308876Z test_quick_asin_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.037s) 2022-05-18T05:15:54.0675286Z test_quick_asin_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.037s) 2022-05-18T05:15:54.0702055Z test_quick_asin_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:15:54.0907687Z test_quick_asin_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-05-18T05:15:54.1114630Z test_quick_asin_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-05-18T05:15:54.1288331Z test_quick_asin_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-05-18T05:15:54.1464107Z test_quick_asin_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-05-18T05:15:54.1647060Z test_quick_asin_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-05-18T05:15:54.1826684Z test_quick_asin_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-05-18T05:15:54.2004845Z test_quick_asin_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-05-18T05:15:54.2146582Z test_quick_atan2_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-05-18T05:15:54.2801346Z test_quick_atan2_cuda_bool (__main__.TestDecompCUDA) ... ok (0.065s) 2022-05-18T05:15:54.2940826Z test_quick_atan2_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-05-18T05:15:54.3835136Z test_quick_atan2_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.089s) 2022-05-18T05:15:54.4711737Z test_quick_atan2_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.088s) 2022-05-18T05:15:54.5362409Z test_quick_atan2_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.065s) 2022-05-18T05:15:54.6014831Z test_quick_atan2_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.065s) 2022-05-18T05:15:54.6674801Z test_quick_atan2_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.066s) 2022-05-18T05:15:54.7334295Z test_quick_atan2_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.066s) 2022-05-18T05:15:54.7992111Z test_quick_atan2_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.066s) 2022-05-18T05:15:54.8019415Z test_quick_atan_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:15:54.8190693Z test_quick_atan_cuda_bool (__main__.TestDecompCUDA) ... ok (0.017s) 2022-05-18T05:15:54.8558824Z test_quick_atan_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.037s) 2022-05-18T05:15:54.8929548Z test_quick_atan_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.037s) 2022-05-18T05:15:54.8956278Z test_quick_atan_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:15:54.9164056Z test_quick_atan_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-05-18T05:15:54.9380416Z test_quick_atan_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-05-18T05:15:54.9556428Z test_quick_atan_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-05-18T05:15:54.9730976Z test_quick_atan_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-05-18T05:15:54.9906480Z test_quick_atan_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-05-18T05:15:55.0080359Z test_quick_atan_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-05-18T05:15:55.0255386Z test_quick_atan_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-05-18T05:15:55.0882093Z test_quick_bitwise_and_cuda_bool (__main__.TestDecompCUDA) ... ok (0.062s) 2022-05-18T05:15:55.1526945Z test_quick_bitwise_and_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.064s) 2022-05-18T05:15:55.2160206Z test_quick_bitwise_and_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-05-18T05:15:55.2785847Z test_quick_bitwise_and_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.062s) 2022-05-18T05:15:55.3413447Z test_quick_bitwise_and_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-05-18T05:15:55.4038272Z test_quick_bitwise_and_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.062s) 2022-05-18T05:15:55.4664436Z test_quick_bitwise_left_shift_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-05-18T05:15:55.5303276Z test_quick_bitwise_left_shift_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.064s) 2022-05-18T05:15:55.5923064Z test_quick_bitwise_left_shift_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.062s) 2022-05-18T05:15:55.6552949Z test_quick_bitwise_left_shift_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-05-18T05:15:55.7182789Z test_quick_bitwise_left_shift_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-05-18T05:15:55.7808762Z test_quick_bitwise_or_cuda_bool (__main__.TestDecompCUDA) ... ok (0.062s) 2022-05-18T05:15:55.8436821Z test_quick_bitwise_or_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-05-18T05:15:55.9072859Z test_quick_bitwise_or_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-05-18T05:15:55.9704638Z test_quick_bitwise_or_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-05-18T05:15:56.0342912Z test_quick_bitwise_or_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.064s) 2022-05-18T05:15:56.0975843Z test_quick_bitwise_or_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-05-18T05:15:56.1605944Z test_quick_bitwise_right_shift_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-05-18T05:15:56.2235202Z test_quick_bitwise_right_shift_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-05-18T05:15:56.2871731Z test_quick_bitwise_right_shift_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.064s) 2022-05-18T05:15:56.3499883Z test_quick_bitwise_right_shift_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-05-18T05:15:56.4131021Z test_quick_bitwise_right_shift_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-05-18T05:15:56.4769202Z test_quick_bitwise_xor_cuda_bool (__main__.TestDecompCUDA) ... ok (0.064s) 2022-05-18T05:15:56.5404051Z test_quick_bitwise_xor_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-05-18T05:15:56.6035535Z test_quick_bitwise_xor_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-05-18T05:15:56.6673857Z test_quick_bitwise_xor_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.064s) 2022-05-18T05:15:56.7302772Z test_quick_bitwise_xor_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-05-18T05:15:56.7931280Z test_quick_bitwise_xor_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-05-18T05:15:56.7957913Z test_quick_ceil_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:15:56.7983914Z test_quick_ceil_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:15:56.8192098Z test_quick_ceil_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-05-18T05:15:56.8401448Z test_quick_ceil_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-05-18T05:15:56.8446203Z test_quick_cos_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:15:56.8504188Z test_quick_cos_cuda_bool (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:15:56.8610251Z test_quick_cos_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-05-18T05:15:56.8732980Z test_quick_cos_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-05-18T05:15:56.8777004Z test_quick_cos_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:15:56.8858503Z test_quick_cos_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-05-18T05:15:56.8939571Z test_quick_cos_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-05-18T05:15:56.9000659Z test_quick_cos_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:15:56.9056966Z test_quick_cos_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:15:56.9108501Z test_quick_cos_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:15:56.9160759Z test_quick_cos_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:15:56.9213170Z test_quick_cos_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:15:56.9258018Z test_quick_cosh_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:15:56.9322626Z test_quick_cosh_cuda_bool (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:15:56.9427255Z test_quick_cosh_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-05-18T05:15:56.9547702Z test_quick_cosh_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-05-18T05:15:56.9590676Z test_quick_cosh_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:15:56.9671764Z test_quick_cosh_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-05-18T05:15:56.9745138Z test_quick_cosh_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:15:56.9805759Z test_quick_cosh_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:15:56.9861153Z test_quick_cosh_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:15:56.9918502Z test_quick_cosh_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:15:56.9970064Z test_quick_cosh_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:15:57.0030738Z test_quick_cosh_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:15:57.0222189Z test_quick_diagonal_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-05-18T05:15:57.0239374Z test_quick_diagonal_cuda_bool (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-05-18T05:15:57.1076628Z test_quick_diagonal_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.083s) 2022-05-18T05:15:57.1096633Z test_quick_diagonal_cuda_complex32 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-05-18T05:15:57.1947067Z test_quick_diagonal_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.085s) 2022-05-18T05:15:57.2151502Z test_quick_diagonal_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-05-18T05:15:57.2712022Z test_quick_diagonal_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.056s) 2022-05-18T05:15:57.3255467Z test_quick_diagonal_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.054s) 2022-05-18T05:15:57.3272415Z test_quick_diagonal_cuda_int16 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-05-18T05:15:57.3288812Z test_quick_diagonal_cuda_int32 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-05-18T05:15:57.3305731Z test_quick_diagonal_cuda_int64 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-05-18T05:15:57.3322056Z test_quick_diagonal_cuda_int8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-05-18T05:15:57.3338009Z test_quick_diagonal_cuda_uint8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-05-18T05:15:57.3391272Z test_quick_digamma_cuda_bool (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:15:57.3434999Z test_quick_digamma_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:15:57.3509790Z test_quick_digamma_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:15:57.3595369Z test_quick_digamma_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-05-18T05:15:57.3647698Z test_quick_digamma_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:15:57.3699567Z test_quick_digamma_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:15:57.3751351Z test_quick_digamma_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:15:57.3803071Z test_quick_digamma_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:15:57.3864427Z test_quick_digamma_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:15:57.4398964Z test_quick_eq_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.053s) 2022-05-18T05:15:57.5063392Z test_quick_eq_cuda_bool (__main__.TestDecompCUDA) ... ok (0.066s) 2022-05-18T05:15:57.6605700Z test_quick_eq_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.154s) 2022-05-18T05:15:57.8177921Z test_quick_eq_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.157s) 2022-05-18T05:15:57.8713407Z test_quick_eq_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.053s) 2022-05-18T05:15:57.9651233Z test_quick_eq_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.094s) 2022-05-18T05:15:58.0586113Z test_quick_eq_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.093s) 2022-05-18T05:15:58.1255337Z test_quick_eq_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.067s) 2022-05-18T05:15:58.1926327Z test_quick_eq_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.067s) 2022-05-18T05:15:58.2600143Z test_quick_eq_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.067s) 2022-05-18T05:15:58.3266198Z test_quick_eq_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.066s) 2022-05-18T05:15:58.3950388Z test_quick_eq_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.068s) 2022-05-18T05:15:58.3979775Z test_quick_erf_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:15:58.4156058Z test_quick_erf_cuda_bool (__main__.TestDecompCUDA) ... ok (0.017s) 2022-05-18T05:15:58.4184159Z test_quick_erf_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:15:58.4393455Z test_quick_erf_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-05-18T05:15:58.4601830Z test_quick_erf_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-05-18T05:15:58.4779125Z test_quick_erf_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-05-18T05:15:58.4966421Z test_quick_erf_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-05-18T05:15:58.5147465Z test_quick_erf_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-05-18T05:15:58.5328175Z test_quick_erf_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-05-18T05:15:58.5506506Z test_quick_erf_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-05-18T05:15:58.5552428Z test_quick_erfc_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:15:58.5610920Z test_quick_erfc_cuda_bool (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:15:58.5648262Z test_quick_erfc_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:15:58.5723885Z test_quick_erfc_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:15:58.5818092Z test_quick_erfc_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-05-18T05:15:58.5869801Z test_quick_erfc_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:15:58.5930018Z test_quick_erfc_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:15:58.5985141Z test_quick_erfc_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:15:58.6036263Z test_quick_erfc_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:15:58.6087954Z test_quick_erfc_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:15:58.6270501Z test_quick_erfinv_cuda_bool (__main__.TestDecompCUDA) ... ok (0.018s) 2022-05-18T05:15:58.6296883Z test_quick_erfinv_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:15:58.6509280Z test_quick_erfinv_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-05-18T05:15:58.6724806Z test_quick_erfinv_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-05-18T05:15:58.6904073Z test_quick_erfinv_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-05-18T05:15:58.7086469Z test_quick_erfinv_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-05-18T05:15:58.7266497Z test_quick_erfinv_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-05-18T05:15:58.7452792Z test_quick_erfinv_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-05-18T05:15:58.7628913Z test_quick_erfinv_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-05-18T05:15:58.7673672Z test_quick_exp_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:15:58.7730406Z test_quick_exp_cuda_bool (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:15:58.7835922Z test_quick_exp_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-05-18T05:15:58.7958473Z test_quick_exp_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-05-18T05:15:58.8080404Z test_quick_exp_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-05-18T05:15:58.8118114Z test_quick_exp_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:15:58.8213308Z test_quick_exp_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-05-18T05:15:58.8286941Z test_quick_exp_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:15:58.8348787Z test_quick_exp_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:15:58.8404325Z test_quick_exp_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:15:58.8455938Z test_quick_exp_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:15:58.8508068Z test_quick_exp_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:15:58.8569648Z test_quick_exp_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:15:58.8605199Z test_quick_expm1_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:15:58.8772007Z test_quick_expm1_cuda_bool (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:15:58.8800682Z test_quick_expm1_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:15:58.9009709Z test_quick_expm1_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-05-18T05:15:58.9220026Z test_quick_expm1_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-05-18T05:15:58.9395931Z test_quick_expm1_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-05-18T05:15:58.9572756Z test_quick_expm1_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-05-18T05:15:58.9756386Z test_quick_expm1_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-05-18T05:15:58.9930017Z test_quick_expm1_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-05-18T05:15:59.0105058Z test_quick_expm1_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-05-18T05:15:59.0196650Z test_quick_flip_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-05-18T05:15:59.0847843Z test_quick_flip_cuda_bool (__main__.TestDecompCUDA) ... ok (0.065s) 2022-05-18T05:15:59.2198686Z test_quick_flip_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.135s) 2022-05-18T05:15:59.3555487Z test_quick_flip_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.136s) 2022-05-18T05:15:59.3646458Z test_quick_flip_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-05-18T05:15:59.4453104Z test_quick_flip_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.081s) 2022-05-18T05:15:59.5267995Z test_quick_flip_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.081s) 2022-05-18T05:15:59.5927317Z test_quick_flip_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.066s) 2022-05-18T05:15:59.6592218Z test_quick_flip_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.066s) 2022-05-18T05:15:59.7256414Z test_quick_flip_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.066s) 2022-05-18T05:15:59.7919014Z test_quick_flip_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.066s) 2022-05-18T05:15:59.8580532Z test_quick_flip_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.066s) 2022-05-18T05:15:59.8613388Z test_quick_floor_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:15:59.8639257Z test_quick_floor_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:15:59.8840944Z test_quick_floor_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-05-18T05:15:59.9051683Z test_quick_floor_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-05-18T05:15:59.9548900Z test_quick_ge_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.050s) 2022-05-18T05:16:00.0173839Z test_quick_ge_cuda_bool (__main__.TestDecompCUDA) ... ok (0.062s) 2022-05-18T05:16:00.0664180Z test_quick_ge_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.049s) 2022-05-18T05:16:00.1532739Z test_quick_ge_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.087s) 2022-05-18T05:16:00.2392480Z test_quick_ge_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.086s) 2022-05-18T05:16:00.3017984Z test_quick_ge_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.062s) 2022-05-18T05:16:00.3645931Z test_quick_ge_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-05-18T05:16:00.4276578Z test_quick_ge_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-05-18T05:16:00.4908216Z test_quick_ge_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-05-18T05:16:00.5537152Z test_quick_ge_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-05-18T05:16:00.6029645Z test_quick_gt_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.049s) 2022-05-18T05:16:00.6654675Z test_quick_gt_cuda_bool (__main__.TestDecompCUDA) ... ok (0.062s) 2022-05-18T05:16:00.7147973Z test_quick_gt_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.049s) 2022-05-18T05:16:00.8011516Z test_quick_gt_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.086s) 2022-05-18T05:16:00.8868854Z test_quick_gt_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.086s) 2022-05-18T05:16:00.9498746Z test_quick_gt_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-05-18T05:16:01.0123441Z test_quick_gt_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.062s) 2022-05-18T05:16:01.0749888Z test_quick_gt_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-05-18T05:16:01.1376382Z test_quick_gt_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-05-18T05:16:01.2000692Z test_quick_gt_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.062s) 2022-05-18T05:16:01.2879085Z test_quick_igamma_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.088s) 2022-05-18T05:16:01.3764318Z test_quick_igamma_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.088s) 2022-05-18T05:16:01.4642916Z test_quick_igammac_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.088s) 2022-05-18T05:16:01.5521496Z test_quick_igammac_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.088s) 2022-05-18T05:16:01.5643161Z test_quick_isnan_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-05-18T05:16:01.5803511Z test_quick_isnan_cuda_bool (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:16:01.6175157Z test_quick_isnan_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.037s) 2022-05-18T05:16:01.6541861Z test_quick_isnan_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.037s) 2022-05-18T05:16:01.6662737Z test_quick_isnan_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-05-18T05:16:01.6859230Z test_quick_isnan_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-05-18T05:16:01.7067084Z test_quick_isnan_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-05-18T05:16:01.7242477Z test_quick_isnan_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-05-18T05:16:01.7418744Z test_quick_isnan_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-05-18T05:16:01.7599214Z test_quick_isnan_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-05-18T05:16:01.7771577Z test_quick_isnan_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-05-18T05:16:01.7944853Z test_quick_isnan_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-05-18T05:16:01.8441824Z test_quick_le_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.050s) 2022-05-18T05:16:01.9065273Z test_quick_le_cuda_bool (__main__.TestDecompCUDA) ... ok (0.062s) 2022-05-18T05:16:01.9557879Z test_quick_le_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.049s) 2022-05-18T05:16:02.0423609Z test_quick_le_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.086s) 2022-05-18T05:16:02.1290189Z test_quick_le_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.087s) 2022-05-18T05:16:02.1917349Z test_quick_le_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-05-18T05:16:02.2542412Z test_quick_le_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.062s) 2022-05-18T05:16:02.3158586Z test_quick_le_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.061s) 2022-05-18T05:16:02.3768614Z test_quick_le_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.061s) 2022-05-18T05:16:02.4375431Z test_quick_le_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.061s) 2022-05-18T05:16:02.4426845Z test_quick_lgamma_cuda_bool (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:16:02.4463441Z test_quick_lgamma_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:16:02.4543723Z test_quick_lgamma_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-05-18T05:16:02.4615115Z test_quick_lgamma_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:16:02.4666199Z test_quick_lgamma_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:16:02.4717071Z test_quick_lgamma_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:16:02.4767971Z test_quick_lgamma_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:16:02.4819178Z test_quick_lgamma_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:16:02.4870126Z test_quick_lgamma_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:16:02.4899321Z test_quick_log1p_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:16:02.5062030Z test_quick_log1p_cuda_bool (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:16:02.5084449Z test_quick_log1p_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:16:02.5290705Z test_quick_log1p_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-05-18T05:16:02.5486731Z test_quick_log1p_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-05-18T05:16:02.5647690Z test_quick_log1p_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:16:02.5810284Z test_quick_log1p_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:16:02.5977009Z test_quick_log1p_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-05-18T05:16:02.6140214Z test_quick_log1p_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:16:02.6301124Z test_quick_log1p_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:16:02.6336744Z test_quick_log_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:16:02.6387000Z test_quick_log_cuda_bool (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:16:02.6491194Z test_quick_log_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-05-18T05:16:02.6598114Z test_quick_log_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-05-18T05:16:02.6703584Z test_quick_log_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-05-18T05:16:02.6745369Z test_quick_log_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:16:02.6818479Z test_quick_log_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:16:02.6890091Z test_quick_log_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:16:02.6940847Z test_quick_log_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:16:02.6991621Z test_quick_log_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:16:02.7042417Z test_quick_log_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:16:02.7093131Z test_quick_log_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:16:02.7149981Z test_quick_log_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:16:02.7270909Z test_quick_log_softmax_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-05-18T05:16:02.7389218Z test_quick_log_softmax_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-05-18T05:16:02.8255153Z test_quick_log_softmax_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.086s) 2022-05-18T05:16:02.9116026Z test_quick_log_softmax_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.086s) 2022-05-18T05:16:02.9650025Z test_quick_logical_and_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.053s) 2022-05-18T05:16:03.0283232Z test_quick_logical_and_cuda_bool (__main__.TestDecompCUDA) ... ok (0.063s) 2022-05-18T05:16:03.1813739Z test_quick_logical_and_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.153s) 2022-05-18T05:16:03.3378703Z test_quick_logical_and_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.156s) 2022-05-18T05:16:03.3912745Z test_quick_logical_and_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.053s) 2022-05-18T05:16:03.4814911Z test_quick_logical_and_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.090s) 2022-05-18T05:16:03.5708763Z test_quick_logical_and_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.089s) 2022-05-18T05:16:03.6377845Z test_quick_logical_and_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.067s) 2022-05-18T05:16:03.7045833Z test_quick_logical_and_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.067s) 2022-05-18T05:16:03.7719858Z test_quick_logical_and_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.067s) 2022-05-18T05:16:03.8390813Z test_quick_logical_and_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.067s) 2022-05-18T05:16:03.9055291Z test_quick_logical_and_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.066s) 2022-05-18T05:16:03.9104938Z test_quick_logical_not_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:16:03.9147925Z test_quick_logical_not_cuda_bool (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:16:03.9242397Z test_quick_logical_not_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-05-18T05:16:03.9338259Z test_quick_logical_not_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-05-18T05:16:03.9388033Z test_quick_logical_not_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:16:03.9453558Z test_quick_logical_not_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:16:03.9526142Z test_quick_logical_not_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:16:03.9569227Z test_quick_logical_not_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:16:03.9612467Z test_quick_logical_not_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:16:03.9655760Z test_quick_logical_not_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:16:03.9699047Z test_quick_logical_not_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:16:03.9742647Z test_quick_logical_not_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:16:04.0274762Z test_quick_logical_or_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.053s) 2022-05-18T05:16:04.0919253Z test_quick_logical_or_cuda_bool (__main__.TestDecompCUDA) ... ok (0.064s) 2022-05-18T05:16:04.2380835Z test_quick_logical_or_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.146s) 2022-05-18T05:16:04.3871740Z test_quick_logical_or_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.149s) 2022-05-18T05:16:04.4405063Z test_quick_logical_or_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.053s) 2022-05-18T05:16:04.5304929Z test_quick_logical_or_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.090s) 2022-05-18T05:16:04.6196915Z test_quick_logical_or_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.089s) 2022-05-18T05:16:04.6862078Z test_quick_logical_or_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.066s) 2022-05-18T05:16:04.7527651Z test_quick_logical_or_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.066s) 2022-05-18T05:16:04.8195274Z test_quick_logical_or_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.067s) 2022-05-18T05:16:04.8862699Z test_quick_logical_or_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.067s) 2022-05-18T05:16:04.9527688Z test_quick_logical_or_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.066s) 2022-05-18T05:16:04.9983294Z test_quick_logical_xor_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-05-18T05:16:05.0570403Z test_quick_logical_xor_cuda_bool (__main__.TestDecompCUDA) ... ok (0.059s) 2022-05-18T05:16:05.1963160Z test_quick_logical_xor_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.139s) 2022-05-18T05:16:05.3377900Z test_quick_logical_xor_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.141s) 2022-05-18T05:16:05.3839431Z test_quick_logical_xor_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.046s) 2022-05-18T05:16:05.4672181Z test_quick_logical_xor_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.083s) 2022-05-18T05:16:05.5489677Z test_quick_logical_xor_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.082s) 2022-05-18T05:16:05.6080065Z test_quick_logical_xor_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.059s) 2022-05-18T05:16:05.6671940Z test_quick_logical_xor_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.059s) 2022-05-18T05:16:05.7263631Z test_quick_logical_xor_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.059s) 2022-05-18T05:16:05.7856103Z test_quick_logical_xor_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.059s) 2022-05-18T05:16:05.8444554Z test_quick_logical_xor_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.059s) 2022-05-18T05:16:05.8531280Z test_quick_logit_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-05-18T05:16:05.8713256Z test_quick_logit_cuda_bool (__main__.TestDecompCUDA) ... ok (0.018s) 2022-05-18T05:16:05.8799460Z test_quick_logit_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-05-18T05:16:05.9432972Z test_quick_logit_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-05-18T05:16:06.0057736Z test_quick_logit_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.062s) 2022-05-18T05:16:06.0232863Z test_quick_logit_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-05-18T05:16:06.0406621Z test_quick_logit_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-05-18T05:16:06.0576509Z test_quick_logit_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-05-18T05:16:06.0757418Z test_quick_logit_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-05-18T05:16:06.0933623Z test_quick_logit_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-05-18T05:16:06.0998046Z test_quick_logsumexp_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:16:06.1100611Z test_quick_logsumexp_cuda_bool (__main__.TestDecompCUDA) ... ok (0.010s) 2022-05-18T05:16:06.1161934Z test_quick_logsumexp_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:16:06.1583511Z test_quick_logsumexp_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.042s) 2022-05-18T05:16:06.1994825Z test_quick_logsumexp_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.041s) 2022-05-18T05:16:06.2098479Z test_quick_logsumexp_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-05-18T05:16:06.2208502Z test_quick_logsumexp_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-05-18T05:16:06.2312451Z test_quick_logsumexp_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-05-18T05:16:06.2418447Z test_quick_logsumexp_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-05-18T05:16:06.2524996Z test_quick_logsumexp_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-05-18T05:16:06.3003577Z test_quick_lt_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.048s) 2022-05-18T05:16:06.3615374Z test_quick_lt_cuda_bool (__main__.TestDecompCUDA) ... ok (0.061s) 2022-05-18T05:16:06.4091217Z test_quick_lt_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.047s) 2022-05-18T05:16:06.4947588Z test_quick_lt_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.086s) 2022-05-18T05:16:06.5789713Z test_quick_lt_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.084s) 2022-05-18T05:16:06.6416025Z test_quick_lt_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.062s) 2022-05-18T05:16:06.7036957Z test_quick_lt_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.062s) 2022-05-18T05:16:06.7653818Z test_quick_lt_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.062s) 2022-05-18T05:16:06.8268614Z test_quick_lt_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.061s) 2022-05-18T05:16:06.8885553Z test_quick_lt_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.062s) 2022-05-18T05:16:06.8969119Z test_quick_masked_fill_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-05-18T05:16:06.9175428Z test_quick_masked_fill_cuda_bool (__main__.TestDecompCUDA) ... ok (0.021s) 2022-05-18T05:16:06.9679291Z test_quick_masked_fill_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.050s) 2022-05-18T05:16:07.0195739Z test_quick_masked_fill_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.052s) 2022-05-18T05:16:07.0278421Z test_quick_masked_fill_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-05-18T05:16:07.0626200Z test_quick_masked_fill_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.035s) 2022-05-18T05:16:07.0966212Z test_quick_masked_fill_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.034s) 2022-05-18T05:16:07.1180477Z test_quick_masked_fill_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-05-18T05:16:07.1389254Z test_quick_masked_fill_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-05-18T05:16:07.1594593Z test_quick_masked_fill_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-05-18T05:16:07.1803594Z test_quick_masked_fill_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-05-18T05:16:07.2011384Z test_quick_masked_fill_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-05-18T05:16:07.2120596Z test_quick_maximum_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-05-18T05:16:07.2728899Z test_quick_maximum_cuda_bool (__main__.TestDecompCUDA) ... ok (0.061s) 2022-05-18T05:16:07.2849375Z test_quick_maximum_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-05-18T05:16:07.3734312Z test_quick_maximum_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.088s) 2022-05-18T05:16:07.4597127Z test_quick_maximum_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.086s) 2022-05-18T05:16:07.5210223Z test_quick_maximum_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.061s) 2022-05-18T05:16:07.5825621Z test_quick_maximum_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.061s) 2022-05-18T05:16:07.6437066Z test_quick_maximum_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.061s) 2022-05-18T05:16:07.7056096Z test_quick_maximum_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.062s) 2022-05-18T05:16:07.7667595Z test_quick_maximum_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.061s) 2022-05-18T05:16:07.7777046Z test_quick_minimum_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-05-18T05:16:07.8393816Z test_quick_minimum_cuda_bool (__main__.TestDecompCUDA) ... ok (0.062s) 2022-05-18T05:16:07.8502772Z test_quick_minimum_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-05-18T05:16:07.9379230Z test_quick_minimum_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.088s) 2022-05-18T05:16:08.0240027Z test_quick_minimum_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.086s) 2022-05-18T05:16:08.0855183Z test_quick_minimum_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.061s) 2022-05-18T05:16:08.1469745Z test_quick_minimum_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.061s) 2022-05-18T05:16:08.2080810Z test_quick_minimum_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.061s) 2022-05-18T05:16:08.2694095Z test_quick_minimum_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.061s) 2022-05-18T05:16:08.3314548Z test_quick_minimum_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.062s) 2022-05-18T05:16:08.3437233Z test_quick_mul_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-05-18T05:16:08.4048125Z test_quick_mul_cuda_bool (__main__.TestDecompCUDA) ... ok (0.061s) 2022-05-18T05:16:08.5477900Z test_quick_mul_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.143s) 2022-05-18T05:16:08.6961862Z test_quick_mul_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.148s) 2022-05-18T05:16:08.8437351Z test_quick_mul_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.147s) 2022-05-18T05:16:08.8559742Z test_quick_mul_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-05-18T05:16:08.9425881Z test_quick_mul_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.086s) 2022-05-18T05:16:09.0285635Z test_quick_mul_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.086s) 2022-05-18T05:16:09.0896556Z test_quick_mul_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.061s) 2022-05-18T05:16:09.1515507Z test_quick_mul_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.062s) 2022-05-18T05:16:09.2124639Z test_quick_mul_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.061s) 2022-05-18T05:16:09.2739768Z test_quick_mul_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.061s) 2022-05-18T05:16:09.3348392Z test_quick_mul_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.061s) 2022-05-18T05:16:09.3827074Z test_quick_ne_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.048s) 2022-05-18T05:16:09.4435767Z test_quick_ne_cuda_bool (__main__.TestDecompCUDA) ... ok (0.061s) 2022-05-18T05:16:09.5863968Z test_quick_ne_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.143s) 2022-05-18T05:16:09.7313951Z test_quick_ne_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.145s) 2022-05-18T05:16:09.7794050Z test_quick_ne_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.048s) 2022-05-18T05:16:09.8643271Z test_quick_ne_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.085s) 2022-05-18T05:16:09.9486281Z test_quick_ne_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.084s) 2022-05-18T05:16:10.0098688Z test_quick_ne_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.061s) 2022-05-18T05:16:10.0720301Z test_quick_ne_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.062s) 2022-05-18T05:16:10.1331101Z test_quick_ne_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.061s) 2022-05-18T05:16:10.1950161Z test_quick_ne_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.062s) 2022-05-18T05:16:10.2562239Z test_quick_ne_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.061s) 2022-05-18T05:16:10.2584830Z test_quick_neg_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:16:10.2942013Z test_quick_neg_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.036s) 2022-05-18T05:16:10.3294941Z test_quick_neg_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.035s) 2022-05-18T05:16:10.3649482Z test_quick_neg_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.035s) 2022-05-18T05:16:10.3671327Z test_quick_neg_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:16:10.3867686Z test_quick_neg_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-05-18T05:16:10.4065213Z test_quick_neg_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-05-18T05:16:10.4225839Z test_quick_neg_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:16:10.4395489Z test_quick_neg_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-05-18T05:16:10.4556965Z test_quick_neg_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:16:10.4719663Z test_quick_neg_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:16:10.4878414Z test_quick_neg_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:16:10.4980553Z test_quick_nextafter_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-05-18T05:16:10.5840334Z test_quick_nextafter_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.086s) 2022-05-18T05:16:10.6695109Z test_quick_nextafter_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.085s) 2022-05-18T05:16:10.7082398Z test_quick_nn_functional_binary_cross_entropy_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.039s) 2022-05-18T05:16:10.7471941Z test_quick_nn_functional_binary_cross_entropy_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.039s) 2022-05-18T05:16:10.9644003Z test_quick_nn_functional_binary_cross_entropy_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.217s) 2022-05-18T05:16:11.1784120Z test_quick_nn_functional_binary_cross_entropy_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.214s) 2022-05-18T05:16:11.1852629Z test_quick_nn_functional_elu_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:16:11.1915827Z test_quick_nn_functional_elu_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:16:11.2089544Z test_quick_nn_functional_elu_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-05-18T05:16:11.2266291Z test_quick_nn_functional_elu_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-05-18T05:16:11.2278689Z test_quick_nn_functional_embedding_cuda_bfloat16 (__main__.TestDecompCUDA) ... skip: nn.functional.embedding in torch.bfloat16 not supported (0.001s) 2022-05-18T05:16:11.2359736Z test_quick_nn_functional_embedding_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-05-18T05:16:11.2712717Z test_quick_nn_functional_embedding_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.035s) 2022-05-18T05:16:11.3065399Z test_quick_nn_functional_embedding_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.035s) 2022-05-18T05:16:11.3233021Z test_quick_nn_functional_gelu_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-05-18T05:16:11.3400175Z test_quick_nn_functional_gelu_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-05-18T05:16:11.4944782Z test_quick_nn_functional_gelu_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.154s) 2022-05-18T05:16:11.6478984Z test_quick_nn_functional_gelu_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.153s) 2022-05-18T05:16:11.6616282Z test_quick_nn_functional_hardshrink_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-05-18T05:16:11.6746753Z test_quick_nn_functional_hardshrink_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-05-18T05:16:11.7925085Z test_quick_nn_functional_hardshrink_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.118s) 2022-05-18T05:16:11.9086211Z test_quick_nn_functional_hardshrink_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.116s) 2022-05-18T05:16:11.9146129Z test_quick_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:16:11.9209373Z test_quick_nn_functional_hardsigmoid_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:16:11.9379789Z test_quick_nn_functional_hardsigmoid_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-05-18T05:16:11.9552203Z test_quick_nn_functional_hardsigmoid_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-05-18T05:16:11.9648532Z test_quick_nn_functional_hardswish_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-05-18T05:16:11.9732172Z test_quick_nn_functional_hardswish_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-05-18T05:16:12.0505249Z test_quick_nn_functional_hardswish_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.077s) 2022-05-18T05:16:12.1275894Z test_quick_nn_functional_hardswish_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.077s) 2022-05-18T05:16:12.1352719Z test_quick_nn_functional_hardtanh_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-05-18T05:16:12.1519412Z test_quick_nn_functional_hardtanh_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-05-18T05:16:12.3240953Z test_quick_nn_functional_hardtanh_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.172s) 2022-05-18T05:16:12.4956797Z test_quick_nn_functional_hardtanh_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.171s) 2022-05-18T05:16:12.5398665Z test_quick_nn_functional_hardtanh_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.044s) 2022-05-18T05:16:12.5838046Z test_quick_nn_functional_hardtanh_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.044s) 2022-05-18T05:16:12.6275267Z test_quick_nn_functional_hardtanh_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.044s) 2022-05-18T05:16:12.6713176Z test_quick_nn_functional_hardtanh_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.044s) 2022-05-18T05:16:12.7013641Z test_quick_nn_functional_huber_loss_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-05-18T05:16:12.7313880Z test_quick_nn_functional_huber_loss_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-05-18T05:16:13.0095456Z test_quick_nn_functional_huber_loss_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.278s) 2022-05-18T05:16:13.2850887Z test_quick_nn_functional_huber_loss_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.275s) 2022-05-18T05:16:13.3033612Z test_quick_nn_functional_l1_loss_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-05-18T05:16:13.3051203Z test_quick_nn_functional_l1_loss_cuda_complex128 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-05-18T05:16:13.3068928Z test_quick_nn_functional_l1_loss_cuda_complex64 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-05-18T05:16:13.3247264Z test_quick_nn_functional_l1_loss_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-05-18T05:16:13.4528961Z test_quick_nn_functional_l1_loss_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.128s) 2022-05-18T05:16:13.5788424Z test_quick_nn_functional_l1_loss_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.126s) 2022-05-18T05:16:13.5966119Z test_quick_nn_functional_leaky_relu_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-05-18T05:16:13.6133613Z test_quick_nn_functional_leaky_relu_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-05-18T05:16:13.7846953Z test_quick_nn_functional_leaky_relu_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.171s) 2022-05-18T05:16:13.9570886Z test_quick_nn_functional_leaky_relu_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.172s) 2022-05-18T05:16:13.9642481Z test_quick_nn_functional_logsigmoid_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:16:13.9863734Z test_quick_nn_functional_logsigmoid_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-05-18T05:16:14.0078969Z test_quick_nn_functional_logsigmoid_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-05-18T05:16:14.0130858Z test_quick_nn_functional_mish_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:16:14.0185962Z test_quick_nn_functional_mish_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:16:14.0304945Z test_quick_nn_functional_mish_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-05-18T05:16:14.0433000Z test_quick_nn_functional_mish_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-05-18T05:16:14.0606206Z test_quick_nn_functional_mse_loss_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-05-18T05:16:14.0785623Z test_quick_nn_functional_mse_loss_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-05-18T05:16:14.2065689Z test_quick_nn_functional_mse_loss_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.128s) 2022-05-18T05:16:14.3323875Z test_quick_nn_functional_mse_loss_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.126s) 2022-05-18T05:16:14.3694963Z test_quick_nn_functional_prelu_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.037s) 2022-05-18T05:16:14.8536701Z test_quick_nn_functional_prelu_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.484s) 2022-05-18T05:16:15.3358085Z test_quick_nn_functional_prelu_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.482s) 2022-05-18T05:16:15.3415082Z test_quick_nn_functional_rrelu_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:16:15.3468176Z test_quick_nn_functional_rrelu_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:16:15.3623694Z test_quick_nn_functional_rrelu_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-05-18T05:16:15.3787030Z test_quick_nn_functional_rrelu_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:16:15.3850204Z test_quick_nn_functional_silu_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:16:15.3914470Z test_quick_nn_functional_silu_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:16:15.4082890Z test_quick_nn_functional_silu_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-05-18T05:16:15.4254823Z test_quick_nn_functional_silu_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-05-18T05:16:15.4312125Z test_quick_nn_functional_softplus_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:16:15.4364418Z test_quick_nn_functional_softplus_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:16:15.4506255Z test_quick_nn_functional_softplus_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-05-18T05:16:15.4655631Z test_quick_nn_functional_softplus_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-05-18T05:16:15.4778832Z test_quick_nn_functional_softshrink_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-05-18T05:16:15.4885345Z test_quick_nn_functional_softshrink_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-05-18T05:16:15.6042927Z test_quick_nn_functional_softshrink_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.116s) 2022-05-18T05:16:15.7192833Z test_quick_nn_functional_softshrink_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.115s) 2022-05-18T05:16:15.7271303Z test_quick_nn_functional_threshold_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-05-18T05:16:15.7343193Z test_quick_nn_functional_threshold_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:16:15.7679445Z test_quick_nn_functional_threshold_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.034s) 2022-05-18T05:16:15.8030356Z test_quick_nn_functional_threshold_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.035s) 2022-05-18T05:16:15.8050277Z test_quick_nn_functional_threshold_cuda_int16 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-05-18T05:16:15.8069150Z test_quick_nn_functional_threshold_cuda_int32 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-05-18T05:16:15.8088280Z test_quick_nn_functional_threshold_cuda_int64 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-05-18T05:16:15.8108178Z test_quick_nn_functional_threshold_cuda_int8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-05-18T05:16:15.8127127Z test_quick_nn_functional_threshold_cuda_uint8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-05-18T05:16:19.4567079Z test_quick_nn_functional_unfold_cuda_complex128 (__main__.TestDecompCUDA) ... ok (3.644s) 2022-05-18T05:16:23.0969286Z test_quick_nn_functional_unfold_cuda_complex64 (__main__.TestDecompCUDA) ... ok (3.640s) 2022-05-18T05:16:23.3947087Z test_quick_nn_functional_unfold_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.298s) 2022-05-18T05:16:25.5259532Z test_quick_nn_functional_unfold_cuda_float32 (__main__.TestDecompCUDA) ... ok (2.131s) 2022-05-18T05:16:27.6428586Z test_quick_nn_functional_unfold_cuda_float64 (__main__.TestDecompCUDA) ... ok (2.117s) 2022-05-18T05:16:27.6542632Z test_quick_pow_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-05-18T05:16:27.7999011Z test_quick_pow_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.145s) 2022-05-18T05:16:27.9460770Z test_quick_pow_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.146s) 2022-05-18T05:16:27.9574310Z test_quick_pow_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-05-18T05:16:28.0461744Z test_quick_pow_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.088s) 2022-05-18T05:16:28.1326207Z test_quick_pow_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.086s) 2022-05-18T05:16:28.1939893Z test_quick_pow_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.061s) 2022-05-18T05:16:28.2555844Z test_quick_pow_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.061s) 2022-05-18T05:16:28.3179199Z test_quick_pow_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.062s) 2022-05-18T05:16:28.3801948Z test_quick_pow_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.062s) 2022-05-18T05:16:28.4423772Z test_quick_pow_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.062s) 2022-05-18T05:16:28.4460154Z test_quick_reciprocal_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:16:28.4511196Z test_quick_reciprocal_cuda_bool (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:16:28.4615442Z test_quick_reciprocal_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-05-18T05:16:28.4721507Z test_quick_reciprocal_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-05-18T05:16:28.4757966Z test_quick_reciprocal_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:16:28.4832037Z test_quick_reciprocal_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:16:28.4904620Z test_quick_reciprocal_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:16:28.4962079Z test_quick_reciprocal_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:16:28.5013032Z test_quick_reciprocal_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:16:28.5063603Z test_quick_reciprocal_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:16:28.5114970Z test_quick_reciprocal_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:16:28.5166028Z test_quick_reciprocal_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:16:28.5211515Z test_quick_rot90_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:16:28.5488729Z test_quick_rot90_cuda_bool (__main__.TestDecompCUDA) ... ok (0.028s) 2022-05-18T05:16:28.6099437Z test_quick_rot90_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.061s) 2022-05-18T05:16:28.6696971Z test_quick_rot90_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.060s) 2022-05-18T05:16:28.6743646Z test_quick_rot90_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:16:28.7098331Z test_quick_rot90_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.035s) 2022-05-18T05:16:28.7452737Z test_quick_rot90_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.035s) 2022-05-18T05:16:28.7726807Z test_quick_rot90_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.027s) 2022-05-18T05:16:28.8001835Z test_quick_rot90_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.027s) 2022-05-18T05:16:28.8279488Z test_quick_rot90_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.028s) 2022-05-18T05:16:28.8568404Z test_quick_rot90_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.029s) 2022-05-18T05:16:28.8845800Z test_quick_rot90_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.028s) 2022-05-18T05:16:28.8949507Z test_quick_rsub_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-05-18T05:16:29.0572842Z test_quick_rsub_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.162s) 2022-05-18T05:16:29.2235981Z test_quick_rsub_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.166s) 2022-05-18T05:16:29.2336722Z test_quick_rsub_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-05-18T05:16:29.3303213Z test_quick_rsub_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.097s) 2022-05-18T05:16:29.4284234Z test_quick_rsub_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.098s) 2022-05-18T05:16:29.4948806Z test_quick_rsub_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.066s) 2022-05-18T05:16:29.5606312Z test_quick_rsub_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.066s) 2022-05-18T05:16:29.6282649Z test_quick_rsub_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.067s) 2022-05-18T05:16:29.6957753Z test_quick_rsub_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.067s) 2022-05-18T05:16:29.7616219Z test_quick_rsub_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.066s) 2022-05-18T05:16:29.7690922Z test_quick_select_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:16:29.7705080Z test_quick_select_cuda_bool (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-05-18T05:16:29.8002597Z test_quick_select_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-05-18T05:16:29.8295764Z test_quick_select_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.029s) 2022-05-18T05:16:29.8366900Z test_quick_select_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:16:29.8561004Z test_quick_select_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-05-18T05:16:29.8754028Z test_quick_select_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-05-18T05:16:29.8768494Z test_quick_select_cuda_int16 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-05-18T05:16:29.8782507Z test_quick_select_cuda_int32 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-05-18T05:16:29.8796284Z test_quick_select_cuda_int64 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-05-18T05:16:29.8810210Z test_quick_select_cuda_int8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-05-18T05:16:29.8831505Z test_quick_select_cuda_uint8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-05-18T05:16:29.8878084Z test_quick_sigmoid_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:16:29.8890957Z test_quick_sigmoid_cuda_bool (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-05-18T05:16:29.9069555Z test_quick_sigmoid_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-05-18T05:16:29.9086115Z test_quick_sigmoid_cuda_complex32 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-05-18T05:16:29.9266662Z test_quick_sigmoid_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-05-18T05:16:29.9313142Z test_quick_sigmoid_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:16:29.9432032Z test_quick_sigmoid_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-05-18T05:16:29.9549115Z test_quick_sigmoid_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-05-18T05:16:29.9571727Z test_quick_sigmoid_cuda_int16 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-05-18T05:16:29.9585382Z test_quick_sigmoid_cuda_int32 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-05-18T05:16:29.9598549Z test_quick_sigmoid_cuda_int64 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-05-18T05:16:29.9611820Z test_quick_sigmoid_cuda_int8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-05-18T05:16:29.9625666Z test_quick_sigmoid_cuda_uint8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-05-18T05:16:29.9647595Z test_quick_sign_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:16:29.9808178Z test_quick_sign_cuda_bool (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:16:29.9830395Z test_quick_sign_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:16:30.0035102Z test_quick_sign_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-05-18T05:16:30.0232801Z test_quick_sign_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-05-18T05:16:30.0395729Z test_quick_sign_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:16:30.0561474Z test_quick_sign_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:16:30.0721454Z test_quick_sign_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:16:30.0883700Z test_quick_sign_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:16:30.1043216Z test_quick_sign_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:16:30.1066494Z test_quick_sin_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:16:30.1238441Z test_quick_sin_cuda_bool (__main__.TestDecompCUDA) ... ok (0.017s) 2022-05-18T05:16:30.1600126Z test_quick_sin_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.036s) 2022-05-18T05:16:30.1964480Z test_quick_sin_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.036s) 2022-05-18T05:16:30.1989802Z test_quick_sin_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:16:30.2191781Z test_quick_sin_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-05-18T05:16:30.2392269Z test_quick_sin_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-05-18T05:16:30.2564128Z test_quick_sin_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-05-18T05:16:30.2729297Z test_quick_sin_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:16:30.2892675Z test_quick_sin_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:16:30.3056036Z test_quick_sin_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:16:30.3215423Z test_quick_sin_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:16:30.3239204Z test_quick_sinh_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:16:30.3405249Z test_quick_sinh_cuda_bool (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:16:30.3767418Z test_quick_sinh_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.036s) 2022-05-18T05:16:30.4128703Z test_quick_sinh_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.036s) 2022-05-18T05:16:30.4154322Z test_quick_sinh_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:16:30.4355707Z test_quick_sinh_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-05-18T05:16:30.4558515Z test_quick_sinh_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-05-18T05:16:30.4725722Z test_quick_sinh_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-05-18T05:16:30.4894729Z test_quick_sinh_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-05-18T05:16:30.5070636Z test_quick_sinh_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-05-18T05:16:30.5232724Z test_quick_sinh_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:16:30.5394425Z test_quick_sinh_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:16:30.5516441Z test_quick_softmax_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-05-18T05:16:30.5635786Z test_quick_softmax_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-05-18T05:16:30.6510186Z test_quick_softmax_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.087s) 2022-05-18T05:16:30.7392380Z test_quick_softmax_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.088s) 2022-05-18T05:16:30.7423697Z test_quick_special_i0e_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:16:30.7471815Z test_quick_special_i0e_cuda_bool (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:16:30.7500940Z test_quick_special_i0e_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:16:30.7562173Z test_quick_special_i0e_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:16:30.7622961Z test_quick_special_i0e_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:16:30.7661323Z test_quick_special_i0e_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:16:30.7700887Z test_quick_special_i0e_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:16:30.7740599Z test_quick_special_i0e_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:16:30.7786944Z test_quick_special_i0e_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:16:30.7825869Z test_quick_special_i0e_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:16:30.7863733Z test_quick_special_i1e_cuda_bool (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:16:30.7947300Z test_quick_special_i1e_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-05-18T05:16:30.8029428Z test_quick_special_i1e_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-05-18T05:16:30.8068477Z test_quick_special_i1e_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:16:30.8106962Z test_quick_special_i1e_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:16:30.8145932Z test_quick_special_i1e_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:16:30.8192111Z test_quick_special_i1e_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:16:30.8230360Z test_quick_special_i1e_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:16:30.8262380Z test_quick_split_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:16:30.8535725Z test_quick_split_cuda_bool (__main__.TestDecompCUDA) ... ok (0.027s) 2022-05-18T05:16:30.9118876Z test_quick_split_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.058s) 2022-05-18T05:16:30.9698398Z test_quick_split_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.058s) 2022-05-18T05:16:30.9730183Z test_quick_split_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:16:31.0084426Z test_quick_split_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.035s) 2022-05-18T05:16:31.0428354Z test_quick_split_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.034s) 2022-05-18T05:16:31.0696998Z test_quick_split_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.027s) 2022-05-18T05:16:31.0965672Z test_quick_split_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.027s) 2022-05-18T05:16:31.1235192Z test_quick_split_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.027s) 2022-05-18T05:16:31.1508961Z test_quick_split_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.027s) 2022-05-18T05:16:31.1784416Z test_quick_split_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.027s) 2022-05-18T05:16:31.1833227Z test_quick_split_list_args_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:16:31.2433928Z test_quick_split_list_args_cuda_bool (__main__.TestDecompCUDA) ... ok (0.060s) 2022-05-18T05:16:31.3725662Z test_quick_split_list_args_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.129s) 2022-05-18T05:16:31.5018913Z test_quick_split_list_args_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.129s) 2022-05-18T05:16:31.5067486Z test_quick_split_list_args_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:16:31.5821582Z test_quick_split_list_args_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.075s) 2022-05-18T05:16:31.6573286Z test_quick_split_list_args_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.075s) 2022-05-18T05:16:31.7159817Z test_quick_split_list_args_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.059s) 2022-05-18T05:16:31.7761337Z test_quick_split_list_args_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.060s) 2022-05-18T05:16:31.8361049Z test_quick_split_list_args_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.060s) 2022-05-18T05:16:31.8961185Z test_quick_split_list_args_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.060s) 2022-05-18T05:16:31.9547508Z test_quick_split_list_args_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.059s) 2022-05-18T05:16:31.9604360Z test_quick_split_with_sizes_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:16:32.0383401Z test_quick_split_with_sizes_cuda_bool (__main__.TestDecompCUDA) ... ok (0.078s) 2022-05-18T05:16:32.2094367Z test_quick_split_with_sizes_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.171s) 2022-05-18T05:16:32.3805387Z test_quick_split_with_sizes_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.171s) 2022-05-18T05:16:32.3862191Z test_quick_split_with_sizes_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-05-18T05:16:32.4861944Z test_quick_split_with_sizes_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.100s) 2022-05-18T05:16:32.5866748Z test_quick_split_with_sizes_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.100s) 2022-05-18T05:16:32.6653183Z test_quick_split_with_sizes_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.078s) 2022-05-18T05:16:32.7427618Z test_quick_split_with_sizes_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.077s) 2022-05-18T05:16:32.8194102Z test_quick_split_with_sizes_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.077s) 2022-05-18T05:16:32.8968948Z test_quick_split_with_sizes_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.077s) 2022-05-18T05:16:32.9751480Z test_quick_split_with_sizes_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.078s) 2022-05-18T05:16:32.9777173Z test_quick_sqrt_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:16:32.9945241Z test_quick_sqrt_cuda_bool (__main__.TestDecompCUDA) ... ok (0.017s) 2022-05-18T05:16:33.0314506Z test_quick_sqrt_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.037s) 2022-05-18T05:16:33.0673663Z test_quick_sqrt_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.036s) 2022-05-18T05:16:33.0697541Z test_quick_sqrt_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:16:33.0900385Z test_quick_sqrt_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-05-18T05:16:33.1094742Z test_quick_sqrt_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-05-18T05:16:33.1257647Z test_quick_sqrt_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:16:33.1421645Z test_quick_sqrt_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:16:33.1583053Z test_quick_sqrt_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:16:33.1745247Z test_quick_sqrt_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:16:33.1906760Z test_quick_sqrt_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:16:33.1979802Z test_quick_stack_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:16:33.2149439Z test_quick_stack_cuda_bool (__main__.TestDecompCUDA) ... ok (0.017s) 2022-05-18T05:16:33.2660248Z test_quick_stack_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.051s) 2022-05-18T05:16:33.3188735Z test_quick_stack_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.053s) 2022-05-18T05:16:33.3719519Z test_quick_stack_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.053s) 2022-05-18T05:16:33.3793111Z test_quick_stack_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:16:33.4124135Z test_quick_stack_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.033s) 2022-05-18T05:16:33.4447942Z test_quick_stack_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.032s) 2022-05-18T05:16:33.4622688Z test_quick_stack_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-05-18T05:16:33.4794480Z test_quick_stack_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-05-18T05:16:33.4963068Z test_quick_stack_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-05-18T05:16:33.5133891Z test_quick_stack_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-05-18T05:16:33.5297822Z test_quick_stack_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:16:33.5373966Z test_quick_std_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-05-18T05:16:33.6196416Z test_quick_std_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.082s) 2022-05-18T05:16:33.7035524Z test_quick_std_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.084s) 2022-05-18T05:16:33.7111880Z test_quick_std_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-05-18T05:16:33.7609037Z test_quick_std_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.049s) 2022-05-18T05:16:33.8101945Z test_quick_std_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.049s) 2022-05-18T05:16:33.8252705Z test_quick_sub_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-05-18T05:16:33.9902066Z test_quick_sub_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.165s) 2022-05-18T05:16:34.1623452Z test_quick_sub_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.172s) 2022-05-18T05:16:34.3339128Z test_quick_sub_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.171s) 2022-05-18T05:16:34.3491341Z test_quick_sub_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-05-18T05:16:34.4492084Z test_quick_sub_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.100s) 2022-05-18T05:16:34.5480983Z test_quick_sub_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.099s) 2022-05-18T05:16:34.6175157Z test_quick_sub_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.069s) 2022-05-18T05:16:34.6879491Z test_quick_sub_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.070s) 2022-05-18T05:16:34.7565975Z test_quick_sub_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.069s) 2022-05-18T05:16:34.8256230Z test_quick_sub_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.069s) 2022-05-18T05:16:34.8944498Z test_quick_sub_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.069s) 2022-05-18T05:16:34.8976904Z test_quick_t_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:16:34.9015586Z test_quick_t_cuda_bool (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:16:34.9126553Z test_quick_t_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-05-18T05:16:34.9240162Z test_quick_t_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-05-18T05:16:34.9278011Z test_quick_t_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:16:34.9354630Z test_quick_t_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-05-18T05:16:34.9429770Z test_quick_t_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:16:34.9470401Z test_quick_t_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:16:34.9510942Z test_quick_t_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:16:34.9549975Z test_quick_t_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:16:34.9589628Z test_quick_t_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:16:34.9636028Z test_quick_t_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:16:34.9660974Z test_quick_tan_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:16:34.9832614Z test_quick_tan_cuda_bool (__main__.TestDecompCUDA) ... ok (0.017s) 2022-05-18T05:16:35.0189591Z test_quick_tan_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.035s) 2022-05-18T05:16:35.0548097Z test_quick_tan_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.036s) 2022-05-18T05:16:35.0572670Z test_quick_tan_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:16:35.0768190Z test_quick_tan_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-05-18T05:16:35.0970134Z test_quick_tan_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-05-18T05:16:35.1131421Z test_quick_tan_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:16:35.1295225Z test_quick_tan_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:16:35.1457194Z test_quick_tan_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:16:35.1620620Z test_quick_tan_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:16:35.1780967Z test_quick_tan_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-05-18T05:16:35.1808819Z test_quick_tanh_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:16:35.1823029Z test_quick_tanh_cuda_bool (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-05-18T05:16:35.2545231Z test_quick_tanh_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.072s) 2022-05-18T05:16:35.3261192Z test_quick_tanh_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.071s) 2022-05-18T05:16:35.3290686Z test_quick_tanh_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:16:35.3684745Z test_quick_tanh_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.039s) 2022-05-18T05:16:35.4076014Z test_quick_tanh_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.039s) 2022-05-18T05:16:35.4090966Z test_quick_tanh_cuda_int16 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-05-18T05:16:35.4105283Z test_quick_tanh_cuda_int32 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-05-18T05:16:35.4118596Z test_quick_tanh_cuda_int64 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-05-18T05:16:35.4132147Z test_quick_tanh_cuda_int8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-05-18T05:16:35.4153589Z test_quick_tanh_cuda_uint8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-05-18T05:16:35.4175417Z test_quick_trace_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:16:35.4210697Z test_quick_trace_cuda_bool (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:16:35.4280563Z test_quick_trace_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:16:35.4351407Z test_quick_trace_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:16:35.4374127Z test_quick_trace_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-05-18T05:16:35.4424671Z test_quick_trace_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:16:35.4473873Z test_quick_trace_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-05-18T05:16:35.4516021Z test_quick_trace_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-05-18T05:16:35.4550559Z test_quick_trace_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:16:35.4584530Z test_quick_trace_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:16:35.4618518Z test_quick_trace_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:16:35.4653078Z test_quick_trace_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-05-18T05:16:35.4721586Z test_quick_transpose_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:16:35.4909746Z test_quick_transpose_cuda_bool (__main__.TestDecompCUDA) ... ok (0.019s) 2022-05-18T05:16:35.5405935Z test_quick_transpose_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.050s) 2022-05-18T05:16:35.5895526Z test_quick_transpose_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.049s) 2022-05-18T05:16:35.5962279Z test_quick_transpose_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-05-18T05:16:35.6265798Z test_quick_transpose_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-05-18T05:16:35.6564303Z test_quick_transpose_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-05-18T05:16:35.6750099Z test_quick_transpose_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-05-18T05:16:35.6936334Z test_quick_transpose_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-05-18T05:16:35.7118935Z test_quick_transpose_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-05-18T05:16:35.7311844Z test_quick_transpose_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-05-18T05:16:35.7498818Z test_quick_transpose_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-05-18T05:16:35.7579683Z test_quick_var_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-05-18T05:16:35.8400240Z test_quick_var_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.082s) 2022-05-18T05:16:35.9217552Z test_quick_var_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.082s) 2022-05-18T05:16:35.9297159Z test_quick_var_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-05-18T05:16:35.9795396Z test_quick_var_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.050s) 2022-05-18T05:16:36.0298857Z test_quick_var_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.050s) 2022-05-18T05:16:36.0378373Z test_quick_where_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-05-18T05:16:36.0952054Z test_quick_where_cuda_bool (__main__.TestDecompCUDA) ... ok (0.057s) 2022-05-18T05:16:36.2026509Z test_quick_where_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.107s) 2022-05-18T05:16:36.3118328Z test_quick_where_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.109s) 2022-05-18T05:16:36.3197825Z test_quick_where_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-05-18T05:16:36.3962636Z test_quick_where_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.076s) 2022-05-18T05:16:36.4692670Z test_quick_where_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.073s) 2022-05-18T05:16:36.5270172Z test_quick_where_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.058s) 2022-05-18T05:16:36.5840276Z test_quick_where_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.057s) 2022-05-18T05:16:36.6412556Z test_quick_where_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.057s) 2022-05-18T05:16:36.6991182Z test_quick_where_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.058s) 2022-05-18T05:16:36.7567283Z test_quick_where_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.057s) 2022-05-18T05:16:36.7682341Z test_quick_xlogy_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-05-18T05:16:36.8308568Z test_quick_xlogy_cuda_bool (__main__.TestDecompCUDA) ... ok (0.062s) 2022-05-18T05:16:36.8421778Z test_quick_xlogy_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-05-18T05:16:36.9296743Z test_quick_xlogy_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.087s) 2022-05-18T05:16:37.0167843Z test_quick_xlogy_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.087s) 2022-05-18T05:16:37.0803141Z test_quick_xlogy_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-05-18T05:16:37.1436891Z test_quick_xlogy_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-05-18T05:16:37.2068197Z test_quick_xlogy_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-05-18T05:16:37.2696822Z test_quick_xlogy_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-05-18T05:16:37.3333838Z test_quick_xlogy_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-05-18T05:16:37.3334144Z 2022-05-18T05:16:37.3334545Z ---------------------------------------------------------------------- 2022-05-18T05:16:37.3334892Z Ran 5441 tests in 855.299s 2022-05-18T05:16:37.3335097Z 2022-05-18T05:16:37.3337792Z OK (skipped=63) 2022-05-18T05:16:37.3337985Z 2022-05-18T05:16:37.3338116Z Generating XML reports... 2022-05-18T05:16:37.9347471Z Generated XML report: test-reports/python-unittest/test_decomp/TEST-TestDecompCUDA-20220518050221.xml 2022-05-18T05:16:38.5324253Z Running test_jit_fuser_te ... [2022-05-18 05:16:38.531851] 2022-05-18T05:16:38.5324995Z Executing ['/opt/conda/bin/python', 'test_jit_fuser_te.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:16:38.531957] 2022-05-18T05:16:42.1756728Z monkeytype is not installed. Skipping tests for Profile-Directed Typing 2022-05-18T05:16:42.4573827Z Test results will be stored in test-reports/python-unittest/test_jit_fuser_te 2022-05-18T05:16:42.6437348Z 2022-05-18T05:16:42.6437517Z Running tests... 2022-05-18T05:16:42.6438315Z ---------------------------------------------------------------------- 2022-05-18T05:16:42.7955349Z test_autodiff_fallback (jit.test_fuser_common.TestFuserCommon) ... ok (0.152s) 2022-05-18T05:16:42.7984137Z test_failures___rmatmul___cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:16:42.8000050Z test_failures_frac_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:42.8015229Z test_failures_matmul_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:42.8034178Z test_nnc_correctness_H_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:42.8053682Z test_nnc_correctness_H_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:42.8073198Z test_nnc_correctness_H_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:42.8091589Z test_nnc_correctness_H_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:42.8109747Z test_nnc_correctness_H_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:42.8127865Z test_nnc_correctness_H_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:42.8146698Z test_nnc_correctness_H_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:42.8165037Z test_nnc_correctness_H_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:42.8185746Z test_nnc_correctness_H_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:42.8204024Z test_nnc_correctness_H_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:42.8222510Z test_nnc_correctness_H_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:42.8240830Z test_nnc_correctness_H_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:42.8259230Z test_nnc_correctness_H_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:42.8277818Z test_nnc_correctness_T_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:42.8296062Z test_nnc_correctness_T_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:42.8315063Z test_nnc_correctness_T_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:42.8333686Z test_nnc_correctness_T_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:42.8355093Z test_nnc_correctness_T_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:42.8373214Z test_nnc_correctness_T_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:42.8391747Z test_nnc_correctness_T_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:42.8410048Z test_nnc_correctness_T_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:42.8428704Z test_nnc_correctness_T_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:42.8447031Z test_nnc_correctness_T_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:42.8465601Z test_nnc_correctness_T_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:42.8483818Z test_nnc_correctness_T_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:42.8502536Z test_nnc_correctness_T_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:42.8521196Z test_nnc_correctness___getitem___cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:42.8539712Z test_nnc_correctness___getitem___cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:42.8561592Z test_nnc_correctness___getitem___cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:42.8579818Z test_nnc_correctness___getitem___cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:42.8598101Z test_nnc_correctness___getitem___cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:42.8616795Z test_nnc_correctness___getitem___cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:42.8635198Z test_nnc_correctness___getitem___cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:42.8653564Z test_nnc_correctness___getitem___cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:42.8672045Z test_nnc_correctness___getitem___cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:42.8690310Z test_nnc_correctness___getitem___cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:42.8708836Z test_nnc_correctness___getitem___cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:42.8727139Z test_nnc_correctness___getitem___cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:42.8745909Z test_nnc_correctness___getitem___cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:42.8764440Z test_nnc_correctness___radd___cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:42.8790813Z test_nnc_correctness___radd___cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T05:16:42.8809180Z test_nnc_correctness___radd___cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:42.8827790Z test_nnc_correctness___radd___cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:42.8846047Z test_nnc_correctness___radd___cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:42.8864680Z test_nnc_correctness___radd___cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:42.8882805Z test_nnc_correctness___radd___cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:42.8901105Z test_nnc_correctness___radd___cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:42.8919702Z test_nnc_correctness___radd___cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:42.8938316Z test_nnc_correctness___radd___cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:42.8956699Z test_nnc_correctness___radd___cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:42.8975067Z test_nnc_correctness___radd___cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:42.8993687Z test_nnc_correctness___rand___cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:42.9015833Z test_nnc_correctness___rand___cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:42.9034275Z test_nnc_correctness___rand___cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:42.9052911Z test_nnc_correctness___rand___cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:42.9071376Z test_nnc_correctness___rand___cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:42.9089523Z test_nnc_correctness___rand___cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:42.9107967Z test_nnc_correctness___rdiv___cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:42.9126316Z test_nnc_correctness___rdiv___cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:42.9145025Z test_nnc_correctness___rdiv___cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:42.9163413Z test_nnc_correctness___rdiv___cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:42.9182065Z test_nnc_correctness___rdiv___cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:42.9201274Z test_nnc_correctness___rdiv___cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:42.9219390Z test_nnc_correctness___rdiv___cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:42.9241878Z test_nnc_correctness___rdiv___cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:42.9260103Z test_nnc_correctness___rdiv___cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:42.9278388Z test_nnc_correctness___rdiv___cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:42.9296914Z test_nnc_correctness___rdiv___cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:42.9315584Z test_nnc_correctness___rdiv___cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:42.9334072Z test_nnc_correctness___rmatmul___cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:42.9353301Z test_nnc_correctness___rmatmul___cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:42.9372320Z test_nnc_correctness___rmatmul___cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:42.9390554Z test_nnc_correctness___rmatmul___cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:42.9408898Z test_nnc_correctness___rmatmul___cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:42.9427709Z test_nnc_correctness___rmod___cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:42.9450321Z test_nnc_correctness___rmod___cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:42.9468742Z test_nnc_correctness___rmod___cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:42.9487094Z test_nnc_correctness___rmod___cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:42.9505713Z test_nnc_correctness___rmod___cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:42.9524019Z test_nnc_correctness___rmod___cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:42.9542721Z test_nnc_correctness___rmod___cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:42.9560925Z test_nnc_correctness___rmod___cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:42.9579298Z test_nnc_correctness___rmod___cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:42.9598111Z test_nnc_correctness___rmul___cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:42.9616500Z test_nnc_correctness___rmul___cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:42.9635241Z test_nnc_correctness___rmul___cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:42.9653951Z test_nnc_correctness___rmul___cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:42.9676923Z test_nnc_correctness___rmul___cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:42.9695043Z test_nnc_correctness___rmul___cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:42.9713869Z test_nnc_correctness___rmul___cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:42.9732037Z test_nnc_correctness___rmul___cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:42.9750423Z test_nnc_correctness___rmul___cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:42.9768795Z test_nnc_correctness___rmul___cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:42.9787687Z test_nnc_correctness___rmul___cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:42.9805842Z test_nnc_correctness___rmul___cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:42.9824543Z test_nnc_correctness___ror___cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:42.9842847Z test_nnc_correctness___ror___cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:42.9861769Z test_nnc_correctness___ror___cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:42.9880249Z test_nnc_correctness___ror___cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:42.9902852Z test_nnc_correctness___ror___cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:42.9921159Z test_nnc_correctness___ror___cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:42.9939257Z test_nnc_correctness___rpow___cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:42.9957623Z test_nnc_correctness___rpow___cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:42.9976325Z test_nnc_correctness___rpow___cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:42.9994879Z test_nnc_correctness___rpow___cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.0013111Z test_nnc_correctness___rpow___cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.0031705Z test_nnc_correctness___rpow___cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.0049996Z test_nnc_correctness___rpow___cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.0068410Z test_nnc_correctness___rpow___cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.0086828Z test_nnc_correctness___rpow___cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.0105876Z test_nnc_correctness___rpow___cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.0128129Z test_nnc_correctness___rpow___cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.0146654Z test_nnc_correctness___rsub___cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.0164860Z test_nnc_correctness___rsub___cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.0183702Z test_nnc_correctness___rsub___cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.0202799Z test_nnc_correctness___rsub___cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.0221050Z test_nnc_correctness___rsub___cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.0239511Z test_nnc_correctness___rsub___cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.0257759Z test_nnc_correctness___rsub___cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.0276161Z test_nnc_correctness___rsub___cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.0294428Z test_nnc_correctness___rsub___cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.0313144Z test_nnc_correctness___rsub___cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.0335602Z test_nnc_correctness___rsub___cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.0354081Z test_nnc_correctness___rxor___cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.0372337Z test_nnc_correctness___rxor___cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.0391098Z test_nnc_correctness___rxor___cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.0409583Z test_nnc_correctness___rxor___cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.0428480Z test_nnc_correctness___rxor___cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.0446613Z test_nnc_correctness___rxor___cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.0465420Z test_nnc_correctness__masked_amax_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.0483665Z test_nnc_correctness__masked_amax_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.0502358Z test_nnc_correctness__masked_amax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.0520800Z test_nnc_correctness__masked_amax_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.0539232Z test_nnc_correctness__masked_amax_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.0561928Z test_nnc_correctness__masked_amax_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.0580156Z test_nnc_correctness__masked_amax_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.0598492Z test_nnc_correctness__masked_amax_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.0616844Z test_nnc_correctness__masked_amax_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.0635214Z test_nnc_correctness__masked_amin_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.0653548Z test_nnc_correctness__masked_amin_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.0672050Z test_nnc_correctness__masked_amin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.0690319Z test_nnc_correctness__masked_amin_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.0709361Z test_nnc_correctness__masked_amin_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.0727425Z test_nnc_correctness__masked_amin_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.0746159Z test_nnc_correctness__masked_amin_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.0764642Z test_nnc_correctness__masked_amin_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.0787180Z test_nnc_correctness__masked_amin_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.0805521Z test_nnc_correctness__masked_argmax_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.0824037Z test_nnc_correctness__masked_argmax_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.0842135Z test_nnc_correctness__masked_argmax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.0860495Z test_nnc_correctness__masked_argmax_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.0878946Z test_nnc_correctness__masked_argmax_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.0897291Z test_nnc_correctness__masked_argmax_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.0915755Z test_nnc_correctness__masked_argmax_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.0934037Z test_nnc_correctness__masked_argmax_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.0953262Z test_nnc_correctness__masked_argmax_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.0971469Z test_nnc_correctness__masked_argmin_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.0990471Z test_nnc_correctness__masked_argmin_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.1013084Z test_nnc_correctness__masked_argmin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.1031779Z test_nnc_correctness__masked_argmin_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.1050504Z test_nnc_correctness__masked_argmin_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.1068794Z test_nnc_correctness__masked_argmin_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.1087206Z test_nnc_correctness__masked_argmin_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.1105672Z test_nnc_correctness__masked_argmin_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.1123935Z test_nnc_correctness__masked_argmin_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.1142649Z test_nnc_correctness__masked_log_softmax_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.1161121Z test_nnc_correctness__masked_log_softmax_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.1179581Z test_nnc_correctness__masked_log_softmax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.1198148Z test_nnc_correctness__masked_log_softmax_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.1221341Z test_nnc_correctness__masked_mean_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.1239392Z test_nnc_correctness__masked_mean_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.1257602Z test_nnc_correctness__masked_mean_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.1276067Z test_nnc_correctness__masked_mean_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.1294354Z test_nnc_correctness__masked_mean_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.1312858Z test_nnc_correctness__masked_mean_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.1331162Z test_nnc_correctness__masked_mean_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.1349846Z test_nnc_correctness__masked_mean_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.1368216Z test_nnc_correctness__masked_mean_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.1386788Z test_nnc_correctness__masked_mean_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.1405276Z test_nnc_correctness__masked_mean_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.1424076Z test_nnc_correctness__masked_mean_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.1447922Z test_nnc_correctness__masked_norm_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.1466430Z test_nnc_correctness__masked_norm_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.1484893Z test_nnc_correctness__masked_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.1503487Z test_nnc_correctness__masked_norm_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.1521799Z test_nnc_correctness__masked_normalize_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.1540053Z test_nnc_correctness__masked_normalize_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.1558348Z test_nnc_correctness__masked_normalize_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.1576550Z test_nnc_correctness__masked_normalize_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.1595309Z test_nnc_correctness__masked_prod_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.1613553Z test_nnc_correctness__masked_prod_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.1631981Z test_nnc_correctness__masked_prod_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.1650199Z test_nnc_correctness__masked_prod_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.1672734Z test_nnc_correctness__masked_prod_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.1690995Z test_nnc_correctness__masked_prod_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.1709521Z test_nnc_correctness__masked_prod_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.1727797Z test_nnc_correctness__masked_prod_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.1746485Z test_nnc_correctness__masked_prod_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.1764836Z test_nnc_correctness__masked_prod_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.1783347Z test_nnc_correctness__masked_prod_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.1801753Z test_nnc_correctness__masked_prod_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.1819886Z test_nnc_correctness__masked_softmax_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.1838239Z test_nnc_correctness__masked_softmax_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.1856559Z test_nnc_correctness__masked_softmax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.1875530Z test_nnc_correctness__masked_softmax_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.1898175Z test_nnc_correctness__masked_softmin_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.1916519Z test_nnc_correctness__masked_softmin_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.1934761Z test_nnc_correctness__masked_softmin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.1953305Z test_nnc_correctness__masked_softmin_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.1971566Z test_nnc_correctness__masked_std_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.1990389Z test_nnc_correctness__masked_std_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.2008458Z test_nnc_correctness__masked_std_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.2026969Z test_nnc_correctness__masked_std_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.2045280Z test_nnc_correctness__masked_std_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.2063987Z test_nnc_correctness__masked_std_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.2082189Z test_nnc_correctness__masked_std_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.2105642Z test_nnc_correctness__masked_std_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.2123755Z test_nnc_correctness__masked_std_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.2142175Z test_nnc_correctness__masked_std_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.2160438Z test_nnc_correctness__masked_std_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.2178685Z test_nnc_correctness__masked_sum_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.2197440Z test_nnc_correctness__masked_sum_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.2215575Z test_nnc_correctness__masked_sum_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.2234419Z test_nnc_correctness__masked_sum_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.2252572Z test_nnc_correctness__masked_sum_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.2271286Z test_nnc_correctness__masked_sum_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.2289573Z test_nnc_correctness__masked_sum_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.2308803Z test_nnc_correctness__masked_sum_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.2331432Z test_nnc_correctness__masked_sum_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.2350000Z test_nnc_correctness__masked_sum_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.2368192Z test_nnc_correctness__masked_sum_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.2386567Z test_nnc_correctness__masked_sum_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.2404926Z test_nnc_correctness__masked_var_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.2423435Z test_nnc_correctness__masked_var_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.2441666Z test_nnc_correctness__masked_var_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.2459934Z test_nnc_correctness__masked_var_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.2478296Z test_nnc_correctness__masked_var_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.2496756Z test_nnc_correctness__masked_var_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.2515067Z test_nnc_correctness__masked_var_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.2533155Z test_nnc_correctness__masked_var_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.2556718Z test_nnc_correctness__masked_var_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.2574985Z test_nnc_correctness__masked_var_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.2593552Z test_nnc_correctness__masked_var_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.2612017Z test_nnc_correctness_abs_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.2630893Z test_nnc_correctness_abs_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.2649013Z test_nnc_correctness_abs_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.2667382Z test_nnc_correctness_abs_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.2685549Z test_nnc_correctness_abs_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.2704381Z test_nnc_correctness_abs_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.2722411Z test_nnc_correctness_abs_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.2740893Z test_nnc_correctness_abs_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.2759462Z test_nnc_correctness_abs_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.2782587Z test_nnc_correctness_abs_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.2800755Z test_nnc_correctness_abs_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.2819003Z test_nnc_correctness_abs_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.2838020Z test_nnc_correctness_abs_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.2855883Z test_nnc_correctness_acos_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.2874610Z test_nnc_correctness_acos_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.2893171Z test_nnc_correctness_acos_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.2911817Z test_nnc_correctness_acos_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.2930053Z test_nnc_correctness_acos_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.2948575Z test_nnc_correctness_acos_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.2967209Z test_nnc_correctness_acos_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.2990451Z test_nnc_correctness_acos_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.3008696Z test_nnc_correctness_acos_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.3027087Z test_nnc_correctness_acos_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.3045509Z test_nnc_correctness_acos_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.3064034Z test_nnc_correctness_acos_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.3082256Z test_nnc_correctness_acosh_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.3100587Z test_nnc_correctness_acosh_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.3119132Z test_nnc_correctness_acosh_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.3137556Z test_nnc_correctness_acosh_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.3156052Z test_nnc_correctness_acosh_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.3174436Z test_nnc_correctness_acosh_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.3193227Z test_nnc_correctness_acosh_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.3216201Z test_nnc_correctness_acosh_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.3235273Z test_nnc_correctness_acosh_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.3253064Z test_nnc_correctness_acosh_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.3271631Z test_nnc_correctness_acosh_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.3289887Z test_nnc_correctness_acosh_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.3308422Z test_nnc_correctness_add_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.3326679Z test_nnc_correctness_add_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.3345259Z test_nnc_correctness_add_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.3363446Z test_nnc_correctness_add_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.3381942Z test_nnc_correctness_add_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.3400465Z test_nnc_correctness_add_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.3418719Z test_nnc_correctness_add_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.3441934Z test_nnc_correctness_add_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.3460459Z test_nnc_correctness_add_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.3478575Z test_nnc_correctness_add_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.3496843Z test_nnc_correctness_add_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.3515432Z test_nnc_correctness_add_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.3533715Z test_nnc_correctness_add_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.3552268Z test_nnc_correctness_addbmm_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.3570755Z test_nnc_correctness_addbmm_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.3589342Z test_nnc_correctness_addbmm_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.3608089Z test_nnc_correctness_addbmm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.3626781Z test_nnc_correctness_addbmm_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.3645334Z test_nnc_correctness_addcdiv_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.3668760Z test_nnc_correctness_addcdiv_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.3686912Z test_nnc_correctness_addcdiv_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.3705651Z test_nnc_correctness_addcdiv_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.3723658Z test_nnc_correctness_addcdiv_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.3742205Z test_nnc_correctness_addcdiv_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.3760467Z test_nnc_correctness_addcmul_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.3778986Z test_nnc_correctness_addcmul_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.3797457Z test_nnc_correctness_addcmul_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.3815833Z test_nnc_correctness_addcmul_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.3834271Z test_nnc_correctness_addcmul_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.3852914Z test_nnc_correctness_addcmul_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.3876212Z test_nnc_correctness_addcmul_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.3894562Z test_nnc_correctness_addcmul_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.3913211Z test_nnc_correctness_addcmul_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.3931398Z test_nnc_correctness_addcmul_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.3949916Z test_nnc_correctness_addcmul_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.3968079Z test_nnc_correctness_addmm_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.3986615Z test_nnc_correctness_addmm_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.4004831Z test_nnc_correctness_addmm_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.4023323Z test_nnc_correctness_addmm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.4041644Z test_nnc_correctness_addmm_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.4059998Z test_nnc_correctness_addmm_decomposed_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.4078356Z test_nnc_correctness_addmm_decomposed_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.4103145Z test_nnc_correctness_addmm_decomposed_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.4121202Z test_nnc_correctness_addmm_decomposed_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.4139389Z test_nnc_correctness_addmm_decomposed_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.4157807Z test_nnc_correctness_addmv_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.4176038Z test_nnc_correctness_addmv_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.4194848Z test_nnc_correctness_addmv_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.4213465Z test_nnc_correctness_addmv_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.4231817Z test_nnc_correctness_addmv_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.4249990Z test_nnc_correctness_addr_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.4268297Z test_nnc_correctness_addr_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.4286674Z test_nnc_correctness_addr_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.4305534Z test_nnc_correctness_addr_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.4328734Z test_nnc_correctness_addr_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.4347106Z test_nnc_correctness_addr_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.4365158Z test_nnc_correctness_addr_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.4383523Z test_nnc_correctness_addr_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.4401796Z test_nnc_correctness_addr_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.4420171Z test_nnc_correctness_addr_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.4438625Z test_nnc_correctness_addr_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.4456753Z test_nnc_correctness_addr_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.4475044Z test_nnc_correctness_all_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.4493394Z test_nnc_correctness_all_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.4511945Z test_nnc_correctness_all_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.4530852Z test_nnc_correctness_all_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.4553887Z test_nnc_correctness_all_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.4572044Z test_nnc_correctness_all_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.4590687Z test_nnc_correctness_all_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.4609011Z test_nnc_correctness_all_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.4627613Z test_nnc_correctness_all_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.4645890Z test_nnc_correctness_all_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.4664427Z test_nnc_correctness_all_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.4682624Z test_nnc_correctness_all_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.4694306Z test_nnc_correctness_allclose_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:16:43.4705037Z test_nnc_correctness_allclose_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:16:43.4715601Z test_nnc_correctness_allclose_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:16:43.4727850Z test_nnc_correctness_allclose_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:16:43.4739002Z test_nnc_correctness_allclose_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:16:43.4749599Z test_nnc_correctness_allclose_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:16:43.4768121Z test_nnc_correctness_amax_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.4786273Z test_nnc_correctness_amax_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.4804260Z test_nnc_correctness_amax_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.4827464Z test_nnc_correctness_amax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.4844916Z test_nnc_correctness_amax_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.4862953Z test_nnc_correctness_amax_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.4880572Z test_nnc_correctness_amax_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.4898453Z test_nnc_correctness_amax_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.4916700Z test_nnc_correctness_amax_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.4934688Z test_nnc_correctness_amax_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.4952956Z test_nnc_correctness_amin_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.4970674Z test_nnc_correctness_amin_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.4988707Z test_nnc_correctness_amin_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.5006594Z test_nnc_correctness_amin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.5024737Z test_nnc_correctness_amin_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.5047815Z test_nnc_correctness_amin_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.5065865Z test_nnc_correctness_amin_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.5083609Z test_nnc_correctness_amin_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.5101489Z test_nnc_correctness_amin_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.5119251Z test_nnc_correctness_amin_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.5137134Z test_nnc_correctness_aminmax_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.5155263Z test_nnc_correctness_aminmax_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.5172997Z test_nnc_correctness_aminmax_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.5191038Z test_nnc_correctness_aminmax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.5208955Z test_nnc_correctness_aminmax_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.5226994Z test_nnc_correctness_aminmax_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.5245196Z test_nnc_correctness_aminmax_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.5268393Z test_nnc_correctness_aminmax_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.5286069Z test_nnc_correctness_aminmax_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.5304563Z test_nnc_correctness_aminmax_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.5322219Z test_nnc_correctness_angle_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.5340019Z test_nnc_correctness_angle_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.5357953Z test_nnc_correctness_angle_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.5375771Z test_nnc_correctness_angle_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.5394051Z test_nnc_correctness_angle_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.5411952Z test_nnc_correctness_angle_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.5430067Z test_nnc_correctness_angle_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.5447860Z test_nnc_correctness_angle_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.5466234Z test_nnc_correctness_angle_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.5488977Z test_nnc_correctness_angle_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.5506996Z test_nnc_correctness_angle_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.5524689Z test_nnc_correctness_any_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.5542827Z test_nnc_correctness_any_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.5560621Z test_nnc_correctness_any_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.5578328Z test_nnc_correctness_any_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.5596340Z test_nnc_correctness_any_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.5614750Z test_nnc_correctness_any_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.5632820Z test_nnc_correctness_any_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.5650839Z test_nnc_correctness_any_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.5668938Z test_nnc_correctness_any_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.5691525Z test_nnc_correctness_any_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.5709867Z test_nnc_correctness_any_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.5727634Z test_nnc_correctness_any_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.5746002Z test_nnc_correctness_argmax_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.5763742Z test_nnc_correctness_argmax_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.5782130Z test_nnc_correctness_argmax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.5800063Z test_nnc_correctness_argmax_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.5817940Z test_nnc_correctness_argmax_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.5836083Z test_nnc_correctness_argmax_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.5854049Z test_nnc_correctness_argmax_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.5872464Z test_nnc_correctness_argmax_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.5890520Z test_nnc_correctness_argmax_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.5913720Z test_nnc_correctness_argmin_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.5931442Z test_nnc_correctness_argmin_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.5949580Z test_nnc_correctness_argmin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.5967416Z test_nnc_correctness_argmin_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.5985488Z test_nnc_correctness_argmin_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.6003418Z test_nnc_correctness_argmin_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.6021343Z test_nnc_correctness_argmin_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.6039317Z test_nnc_correctness_argmin_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.6057190Z test_nnc_correctness_argmin_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.6075369Z test_nnc_correctness_argsort_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.6093204Z test_nnc_correctness_argsort_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.6111457Z test_nnc_correctness_argsort_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.6134246Z test_nnc_correctness_argsort_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.6152124Z test_nnc_correctness_argsort_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.6169984Z test_nnc_correctness_argsort_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.6188010Z test_nnc_correctness_argsort_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.6205648Z test_nnc_correctness_argsort_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.6223712Z test_nnc_correctness_argsort_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.6241360Z test_nnc_correctness_argwhere_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.6259173Z test_nnc_correctness_argwhere_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.6277103Z test_nnc_correctness_argwhere_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.6294794Z test_nnc_correctness_argwhere_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.6313165Z test_nnc_correctness_argwhere_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.6331218Z test_nnc_correctness_argwhere_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.6354679Z test_nnc_correctness_argwhere_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.6372592Z test_nnc_correctness_argwhere_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.6390620Z test_nnc_correctness_argwhere_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.6408363Z test_nnc_correctness_argwhere_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.6426441Z test_nnc_correctness_argwhere_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.6444177Z test_nnc_correctness_argwhere_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.6462200Z test_nnc_correctness_as_strided_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.6479796Z test_nnc_correctness_as_strided_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.6497396Z test_nnc_correctness_as_strided_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.6515506Z test_nnc_correctness_as_strided_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.6533135Z test_nnc_correctness_as_strided_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.6556356Z test_nnc_correctness_as_strided_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.6574025Z test_nnc_correctness_as_strided_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.6592014Z test_nnc_correctness_as_strided_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.6609783Z test_nnc_correctness_as_strided_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.6627777Z test_nnc_correctness_as_strided_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.6645765Z test_nnc_correctness_as_strided_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.6663650Z test_nnc_correctness_as_strided_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.6681481Z test_nnc_correctness_as_strided_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.6699257Z test_nnc_correctness_asin_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.6717324Z test_nnc_correctness_asin_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.6735411Z test_nnc_correctness_asin_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.6753923Z test_nnc_correctness_asin_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.6778081Z test_nnc_correctness_asin_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.6795940Z test_nnc_correctness_asin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.6813695Z test_nnc_correctness_asin_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.6831895Z test_nnc_correctness_asin_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.6849389Z test_nnc_correctness_asin_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.6867389Z test_nnc_correctness_asin_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.6885069Z test_nnc_correctness_asin_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.6903161Z test_nnc_correctness_asin_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.6921006Z test_nnc_correctness_asinh_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.6938577Z test_nnc_correctness_asinh_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.6956423Z test_nnc_correctness_asinh_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.6974142Z test_nnc_correctness_asinh_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.6996813Z test_nnc_correctness_asinh_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.7014508Z test_nnc_correctness_asinh_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.7032539Z test_nnc_correctness_asinh_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.7050644Z test_nnc_correctness_asinh_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.7068562Z test_nnc_correctness_asinh_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.7086236Z test_nnc_correctness_asinh_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.7104477Z test_nnc_correctness_asinh_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.7122132Z test_nnc_correctness_asinh_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.7139838Z test_nnc_correctness_atan2_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.7157755Z test_nnc_correctness_atan2_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.7175573Z test_nnc_correctness_atan2_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.7193757Z test_nnc_correctness_atan2_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.7216528Z test_nnc_correctness_atan2_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.7234387Z test_nnc_correctness_atan2_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.7252102Z test_nnc_correctness_atan2_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.7270009Z test_nnc_correctness_atan2_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.7287772Z test_nnc_correctness_atan2_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.7306018Z test_nnc_correctness_atan2_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.7323794Z test_nnc_correctness_atan_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.7342044Z test_nnc_correctness_atan_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.7360209Z test_nnc_correctness_atan_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.7377878Z test_nnc_correctness_atan_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.7396012Z test_nnc_correctness_atan_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.7418704Z test_nnc_correctness_atan_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.7436571Z test_nnc_correctness_atan_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.7454263Z test_nnc_correctness_atan_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.7472233Z test_nnc_correctness_atan_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.7490070Z test_nnc_correctness_atan_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.7507930Z test_nnc_correctness_atan_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.7525726Z test_nnc_correctness_atan_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.7544336Z test_nnc_correctness_atanh_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.7561934Z test_nnc_correctness_atanh_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.7579726Z test_nnc_correctness_atanh_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.7597777Z test_nnc_correctness_atanh_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.7615667Z test_nnc_correctness_atanh_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.7638683Z test_nnc_correctness_atanh_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.7656224Z test_nnc_correctness_atanh_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.7674572Z test_nnc_correctness_atanh_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.7692220Z test_nnc_correctness_atanh_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.7710216Z test_nnc_correctness_atanh_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.7727958Z test_nnc_correctness_atanh_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.7745903Z test_nnc_correctness_atanh_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.7763800Z test_nnc_correctness_atleast_1d_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.7781683Z test_nnc_correctness_atleast_1d_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.7799260Z test_nnc_correctness_atleast_1d_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.7817039Z test_nnc_correctness_atleast_1d_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.7835077Z test_nnc_correctness_atleast_1d_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.7857655Z test_nnc_correctness_atleast_1d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.7875479Z test_nnc_correctness_atleast_1d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.7893291Z test_nnc_correctness_atleast_1d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.7911224Z test_nnc_correctness_atleast_1d_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.7928876Z test_nnc_correctness_atleast_1d_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.7946970Z test_nnc_correctness_atleast_1d_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.7964643Z test_nnc_correctness_atleast_1d_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.7984241Z test_nnc_correctness_atleast_1d_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.8002106Z test_nnc_correctness_atleast_2d_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.8019858Z test_nnc_correctness_atleast_2d_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.8037794Z test_nnc_correctness_atleast_2d_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.8055709Z test_nnc_correctness_atleast_2d_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.8078672Z test_nnc_correctness_atleast_2d_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.8096201Z test_nnc_correctness_atleast_2d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.8114133Z test_nnc_correctness_atleast_2d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.8131840Z test_nnc_correctness_atleast_2d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.8149832Z test_nnc_correctness_atleast_2d_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.8167615Z test_nnc_correctness_atleast_2d_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.8185690Z test_nnc_correctness_atleast_2d_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.8203476Z test_nnc_correctness_atleast_2d_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.8221489Z test_nnc_correctness_atleast_2d_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.8239743Z test_nnc_correctness_atleast_3d_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.8257382Z test_nnc_correctness_atleast_3d_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.8280354Z test_nnc_correctness_atleast_3d_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.8297889Z test_nnc_correctness_atleast_3d_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.8315903Z test_nnc_correctness_atleast_3d_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.8333520Z test_nnc_correctness_atleast_3d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.8351593Z test_nnc_correctness_atleast_3d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.8369319Z test_nnc_correctness_atleast_3d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.8387356Z test_nnc_correctness_atleast_3d_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.8405152Z test_nnc_correctness_atleast_3d_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.8423253Z test_nnc_correctness_atleast_3d_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.8440998Z test_nnc_correctness_atleast_3d_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.8458693Z test_nnc_correctness_atleast_3d_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.8477005Z test_nnc_correctness_baddbmm_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.8499819Z test_nnc_correctness_baddbmm_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.8517485Z test_nnc_correctness_baddbmm_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.8535337Z test_nnc_correctness_baddbmm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.8553292Z test_nnc_correctness_baddbmm_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.8571116Z test_nnc_correctness_bernoulli_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.8589030Z test_nnc_correctness_bernoulli_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.8606926Z test_nnc_correctness_bernoulli_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.8625232Z test_nnc_correctness_bernoulli_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.8635882Z test_nnc_correctness_bfloat16_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:16:43.8646571Z test_nnc_correctness_bfloat16_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:16:43.8657289Z test_nnc_correctness_bfloat16_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:16:43.8668515Z test_nnc_correctness_bfloat16_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:16:43.8679692Z test_nnc_correctness_bfloat16_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:16:43.8690455Z test_nnc_correctness_bfloat16_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:16:43.8701769Z test_nnc_correctness_bfloat16_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:16:43.8712735Z test_nnc_correctness_bfloat16_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:16:43.8723512Z test_nnc_correctness_bfloat16_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:16:43.8734300Z test_nnc_correctness_bfloat16_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:16:43.8745832Z test_nnc_correctness_bfloat16_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:16:43.8756490Z test_nnc_correctness_bfloat16_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:16:43.8767615Z test_nnc_correctness_bfloat16_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:16:43.8785980Z test_nnc_correctness_bincount_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.8803639Z test_nnc_correctness_bincount_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.8821814Z test_nnc_correctness_bincount_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.8839781Z test_nnc_correctness_bincount_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.8862996Z test_nnc_correctness_bincount_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.8880639Z test_nnc_correctness_bitwise_and_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.8898331Z test_nnc_correctness_bitwise_and_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.8916383Z test_nnc_correctness_bitwise_and_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.8934232Z test_nnc_correctness_bitwise_and_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.8952393Z test_nnc_correctness_bitwise_and_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.8970518Z test_nnc_correctness_bitwise_and_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.8988598Z test_nnc_correctness_bitwise_left_shift_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.9006243Z test_nnc_correctness_bitwise_left_shift_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.9024477Z test_nnc_correctness_bitwise_left_shift_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.9042712Z test_nnc_correctness_bitwise_left_shift_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.9060885Z test_nnc_correctness_bitwise_left_shift_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.9084366Z test_nnc_correctness_bitwise_not_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.9102260Z test_nnc_correctness_bitwise_not_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.9120094Z test_nnc_correctness_bitwise_not_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.9137560Z test_nnc_correctness_bitwise_not_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.9155759Z test_nnc_correctness_bitwise_not_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.9173490Z test_nnc_correctness_bitwise_not_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.9191648Z test_nnc_correctness_bitwise_or_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.9209448Z test_nnc_correctness_bitwise_or_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.9227492Z test_nnc_correctness_bitwise_or_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.9245419Z test_nnc_correctness_bitwise_or_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.9263941Z test_nnc_correctness_bitwise_or_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.9287245Z test_nnc_correctness_bitwise_or_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.9305311Z test_nnc_correctness_bitwise_right_shift_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.9323190Z test_nnc_correctness_bitwise_right_shift_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.9340814Z test_nnc_correctness_bitwise_right_shift_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.9359035Z test_nnc_correctness_bitwise_right_shift_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.9377080Z test_nnc_correctness_bitwise_right_shift_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.9395192Z test_nnc_correctness_bitwise_xor_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.9412972Z test_nnc_correctness_bitwise_xor_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.9431335Z test_nnc_correctness_bitwise_xor_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.9449328Z test_nnc_correctness_bitwise_xor_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.9467680Z test_nnc_correctness_bitwise_xor_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.9486032Z test_nnc_correctness_bitwise_xor_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.9511917Z test_nnc_correctness_block_diag_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.9529472Z test_nnc_correctness_block_diag_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.9547685Z test_nnc_correctness_block_diag_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.9565094Z test_nnc_correctness_block_diag_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.9583863Z test_nnc_correctness_block_diag_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.9601891Z test_nnc_correctness_block_diag_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.9619484Z test_nnc_correctness_block_diag_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.9637406Z test_nnc_correctness_block_diag_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.9655265Z test_nnc_correctness_block_diag_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.9673724Z test_nnc_correctness_block_diag_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.9691468Z test_nnc_correctness_block_diag_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.9709717Z test_nnc_correctness_block_diag_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.9732991Z test_nnc_correctness_block_diag_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.9751127Z test_nnc_correctness_bmm_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.9768968Z test_nnc_correctness_bmm_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.9787267Z test_nnc_correctness_bmm_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.9805224Z test_nnc_correctness_bmm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.9823250Z test_nnc_correctness_bmm_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.9841218Z test_nnc_correctness_bool_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.9859176Z test_nnc_correctness_bool_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.9877514Z test_nnc_correctness_bool_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.9895648Z test_nnc_correctness_bool_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.9914134Z test_nnc_correctness_bool_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.9932118Z test_nnc_correctness_bool_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.9955708Z test_nnc_correctness_bool_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.9973556Z test_nnc_correctness_bool_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:43.9991645Z test_nnc_correctness_bool_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.0009366Z test_nnc_correctness_bool_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.0027453Z test_nnc_correctness_bool_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.0045495Z test_nnc_correctness_bool_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.0063763Z test_nnc_correctness_bool_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.0081417Z test_nnc_correctness_broadcast_tensors_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.0099522Z test_nnc_correctness_broadcast_tensors_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.0117787Z test_nnc_correctness_broadcast_tensors_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.0135534Z test_nnc_correctness_broadcast_tensors_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.0158758Z test_nnc_correctness_broadcast_tensors_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.0176684Z test_nnc_correctness_broadcast_tensors_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.0195122Z test_nnc_correctness_broadcast_tensors_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.0212870Z test_nnc_correctness_broadcast_tensors_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.0231090Z test_nnc_correctness_broadcast_tensors_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.0248868Z test_nnc_correctness_broadcast_tensors_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.0267106Z test_nnc_correctness_broadcast_tensors_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.0285045Z test_nnc_correctness_broadcast_tensors_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.0303213Z test_nnc_correctness_broadcast_to_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.0321051Z test_nnc_correctness_broadcast_to_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.0339122Z test_nnc_correctness_broadcast_to_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.0357399Z test_nnc_correctness_broadcast_to_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.0380522Z test_nnc_correctness_broadcast_to_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.0398798Z test_nnc_correctness_broadcast_to_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.0416346Z test_nnc_correctness_broadcast_to_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.0434574Z test_nnc_correctness_broadcast_to_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.0452444Z test_nnc_correctness_broadcast_to_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.0470713Z test_nnc_correctness_broadcast_to_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.0488661Z test_nnc_correctness_broadcast_to_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.0506925Z test_nnc_correctness_broadcast_to_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.0524608Z test_nnc_correctness_bucketize_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.0542672Z test_nnc_correctness_bucketize_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.0560560Z test_nnc_correctness_bucketize_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.0578625Z test_nnc_correctness_bucketize_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.0601623Z test_nnc_correctness_bucketize_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.0619289Z test_nnc_correctness_bucketize_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.0637569Z test_nnc_correctness_bucketize_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.0655499Z test_nnc_correctness_bucketize_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.0673708Z test_nnc_correctness_byte_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.0691482Z test_nnc_correctness_byte_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.0709561Z test_nnc_correctness_byte_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.0727621Z test_nnc_correctness_byte_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.0745715Z test_nnc_correctness_byte_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.0763776Z test_nnc_correctness_byte_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.0782219Z test_nnc_correctness_byte_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.0800302Z test_nnc_correctness_byte_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.0823600Z test_nnc_correctness_byte_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.0841311Z test_nnc_correctness_byte_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.0859510Z test_nnc_correctness_byte_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.0877523Z test_nnc_correctness_byte_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.0895296Z test_nnc_correctness_cartesian_prod_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.0913448Z test_nnc_correctness_cartesian_prod_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.0931419Z test_nnc_correctness_cartesian_prod_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.0949495Z test_nnc_correctness_cartesian_prod_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.0967375Z test_nnc_correctness_cartesian_prod_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.0985522Z test_nnc_correctness_cartesian_prod_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.1003131Z test_nnc_correctness_cartesian_prod_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.1026781Z test_nnc_correctness_cartesian_prod_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.1044470Z test_nnc_correctness_cartesian_prod_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.1062485Z test_nnc_correctness_cartesian_prod_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.1080127Z test_nnc_correctness_cartesian_prod_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.1097842Z test_nnc_correctness_cartesian_prod_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.1115967Z test_nnc_correctness_cat_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.1133711Z test_nnc_correctness_cat_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.1151803Z test_nnc_correctness_cat_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.1169431Z test_nnc_correctness_cat_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.1187870Z test_nnc_correctness_cat_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.1205850Z test_nnc_correctness_cat_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.1224169Z test_nnc_correctness_cat_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.1247223Z test_nnc_correctness_cat_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.1265181Z test_nnc_correctness_cat_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.1282761Z test_nnc_correctness_cat_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.1300542Z test_nnc_correctness_cat_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.1318461Z test_nnc_correctness_cat_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.1336238Z test_nnc_correctness_cat_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.1354368Z test_nnc_correctness_cdist_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.1372000Z test_nnc_correctness_cdist_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.1389943Z test_nnc_correctness_ceil_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.1407743Z test_nnc_correctness_ceil_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.1425902Z test_nnc_correctness_ceil_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.1443728Z test_nnc_correctness_ceil_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.1467616Z test_nnc_correctness_chalf_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.1485298Z test_nnc_correctness_chalf_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.1503137Z test_nnc_correctness_chalf_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.1520781Z test_nnc_correctness_chalf_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.1538512Z test_nnc_correctness_chalf_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.1556461Z test_nnc_correctness_chalf_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.1574318Z test_nnc_correctness_chalf_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.1592448Z test_nnc_correctness_chalf_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.1610314Z test_nnc_correctness_chalf_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.1628243Z test_nnc_correctness_chalf_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.1646075Z test_nnc_correctness_chalf_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.1664453Z test_nnc_correctness_chalf_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.1687379Z test_nnc_correctness_chalf_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.1705433Z test_nnc_correctness_char_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.1723075Z test_nnc_correctness_char_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.1740783Z test_nnc_correctness_char_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.1758555Z test_nnc_correctness_char_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.1776069Z test_nnc_correctness_char_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.1793996Z test_nnc_correctness_char_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.1811776Z test_nnc_correctness_char_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.1829739Z test_nnc_correctness_char_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.1847732Z test_nnc_correctness_char_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.1866064Z test_nnc_correctness_char_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.1888703Z test_nnc_correctness_char_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.1906729Z test_nnc_correctness_char_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.1924322Z test_nnc_correctness_char_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.1941987Z test_nnc_correctness_cholesky_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.1959315Z test_nnc_correctness_cholesky_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.1976614Z test_nnc_correctness_cholesky_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.1994241Z test_nnc_correctness_cholesky_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.2011665Z test_nnc_correctness_cholesky_inverse_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.2029282Z test_nnc_correctness_cholesky_inverse_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.2046702Z test_nnc_correctness_cholesky_inverse_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.2064435Z test_nnc_correctness_cholesky_inverse_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.2081834Z test_nnc_correctness_cholesky_solve_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.2106784Z test_nnc_correctness_cholesky_solve_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.2123826Z test_nnc_correctness_cholesky_solve_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.2141347Z test_nnc_correctness_cholesky_solve_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.2158957Z test_nnc_correctness_chunk_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.2176865Z test_nnc_correctness_chunk_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.2195259Z test_nnc_correctness_chunk_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.2213066Z test_nnc_correctness_chunk_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.2231341Z test_nnc_correctness_chunk_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.2249027Z test_nnc_correctness_chunk_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.2266939Z test_nnc_correctness_chunk_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.2284979Z test_nnc_correctness_chunk_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.2303042Z test_nnc_correctness_chunk_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.2326218Z test_nnc_correctness_chunk_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.2344349Z test_nnc_correctness_chunk_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.2362340Z test_nnc_correctness_chunk_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.2380326Z test_nnc_correctness_chunk_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.2398330Z test_nnc_correctness_clamp_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.2416496Z test_nnc_correctness_clamp_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.2434801Z test_nnc_correctness_clamp_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.2452714Z test_nnc_correctness_clamp_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.2470937Z test_nnc_correctness_clamp_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.2488739Z test_nnc_correctness_clamp_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.2507092Z test_nnc_correctness_clamp_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.2524764Z test_nnc_correctness_clamp_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.2548050Z test_nnc_correctness_clamp_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.2566072Z test_nnc_correctness_clamp_scalar_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.2576385Z test_nnc_correctness_clamp_scalar_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: Failing on some jobs! (0.001s) 2022-05-18T05:16:44.2595210Z test_nnc_correctness_clamp_scalar_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.2613512Z test_nnc_correctness_clamp_scalar_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.2631631Z test_nnc_correctness_clamp_scalar_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.2642047Z test_nnc_correctness_clamp_scalar_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: Failing on some jobs! (0.001s) 2022-05-18T05:16:44.2653592Z test_nnc_correctness_clamp_scalar_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: Failing on some jobs! (0.001s) 2022-05-18T05:16:44.2664628Z test_nnc_correctness_clamp_scalar_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: Failing on some jobs! (0.001s) 2022-05-18T05:16:44.2675439Z test_nnc_correctness_clamp_scalar_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: Failing on some jobs! (0.001s) 2022-05-18T05:16:44.2693676Z test_nnc_correctness_clamp_scalar_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.2711954Z test_nnc_correctness_clone_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.2729591Z test_nnc_correctness_clone_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.2747431Z test_nnc_correctness_clone_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.2764873Z test_nnc_correctness_clone_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.2783408Z test_nnc_correctness_clone_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.2806256Z test_nnc_correctness_clone_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.2824365Z test_nnc_correctness_clone_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.2842016Z test_nnc_correctness_clone_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.2859748Z test_nnc_correctness_clone_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.2877511Z test_nnc_correctness_clone_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.2895274Z test_nnc_correctness_clone_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.2913409Z test_nnc_correctness_clone_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.2931238Z test_nnc_correctness_clone_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.2949159Z test_nnc_correctness_column_stack_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.2966844Z test_nnc_correctness_column_stack_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.2984849Z test_nnc_correctness_column_stack_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.3002682Z test_nnc_correctness_column_stack_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.3025998Z test_nnc_correctness_column_stack_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.3043843Z test_nnc_correctness_column_stack_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.3061892Z test_nnc_correctness_column_stack_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.3079623Z test_nnc_correctness_column_stack_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.3097477Z test_nnc_correctness_column_stack_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.3115576Z test_nnc_correctness_column_stack_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.3133147Z test_nnc_correctness_column_stack_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.3151201Z test_nnc_correctness_column_stack_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.3169152Z test_nnc_correctness_column_stack_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.3187015Z test_nnc_correctness_combinations_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.3204844Z test_nnc_correctness_combinations_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.3222825Z test_nnc_correctness_combinations_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.3245507Z test_nnc_correctness_combinations_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.3263522Z test_nnc_correctness_combinations_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.3281239Z test_nnc_correctness_combinations_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.3299205Z test_nnc_correctness_combinations_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.3317243Z test_nnc_correctness_combinations_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.3334900Z test_nnc_correctness_combinations_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.3352867Z test_nnc_correctness_combinations_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.3370556Z test_nnc_correctness_combinations_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.3388532Z test_nnc_correctness_combinations_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.3406391Z test_nnc_correctness_complex_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.3424423Z test_nnc_correctness_complex_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.3442396Z test_nnc_correctness_complex_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.3465463Z test_nnc_correctness_conj_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.3483333Z test_nnc_correctness_conj_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.3500998Z test_nnc_correctness_conj_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.3518869Z test_nnc_correctness_conj_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.3536549Z test_nnc_correctness_conj_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.3554543Z test_nnc_correctness_conj_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.3572169Z test_nnc_correctness_conj_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.3590006Z test_nnc_correctness_conj_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.3607723Z test_nnc_correctness_conj_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.3625808Z test_nnc_correctness_conj_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.3643646Z test_nnc_correctness_conj_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.3666940Z test_nnc_correctness_conj_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.3684647Z test_nnc_correctness_conj_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.3702766Z test_nnc_correctness_conj_physical_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.3720523Z test_nnc_correctness_conj_physical_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.3739082Z test_nnc_correctness_conj_physical_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.3757112Z test_nnc_correctness_conj_physical_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.3774880Z test_nnc_correctness_conj_physical_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.3792821Z test_nnc_correctness_conj_physical_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.3810625Z test_nnc_correctness_conj_physical_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.3828663Z test_nnc_correctness_conj_physical_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.3846333Z test_nnc_correctness_conj_physical_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.3864479Z test_nnc_correctness_conj_physical_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.3887701Z test_nnc_correctness_conj_physical_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.3905852Z test_nnc_correctness_conj_physical_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.3923504Z test_nnc_correctness_conj_physical_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.3941486Z test_nnc_correctness_contiguous_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.3959409Z test_nnc_correctness_contiguous_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.3977195Z test_nnc_correctness_contiguous_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.3995608Z test_nnc_correctness_contiguous_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.4013237Z test_nnc_correctness_contiguous_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.4031289Z test_nnc_correctness_contiguous_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.4048856Z test_nnc_correctness_contiguous_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.4066971Z test_nnc_correctness_contiguous_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.4084782Z test_nnc_correctness_contiguous_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.4108413Z test_nnc_correctness_contiguous_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.4126129Z test_nnc_correctness_contiguous_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.4144364Z test_nnc_correctness_contiguous_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.4161921Z test_nnc_correctness_contiguous_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.4179535Z test_nnc_correctness_copysign_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.4197744Z test_nnc_correctness_copysign_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.4215757Z test_nnc_correctness_copysign_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.4233936Z test_nnc_correctness_copysign_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.4251807Z test_nnc_correctness_copysign_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.4269999Z test_nnc_correctness_copysign_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.4288008Z test_nnc_correctness_copysign_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.4306430Z test_nnc_correctness_copysign_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.4329422Z test_nnc_correctness_copysign_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.4347533Z test_nnc_correctness_copysign_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.4365072Z test_nnc_correctness_corrcoef_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.4383157Z test_nnc_correctness_corrcoef_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.4400851Z test_nnc_correctness_corrcoef_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.4418612Z test_nnc_correctness_corrcoef_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.4436593Z test_nnc_correctness_corrcoef_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.4454340Z test_nnc_correctness_corrcoef_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.4472365Z test_nnc_correctness_corrcoef_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.4490038Z test_nnc_correctness_corrcoef_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.4508440Z test_nnc_correctness_corrcoef_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.4531928Z test_nnc_correctness_corrcoef_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.4549972Z test_nnc_correctness_cos_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.4567680Z test_nnc_correctness_cos_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.4585838Z test_nnc_correctness_cos_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.4603567Z test_nnc_correctness_cos_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.4621794Z test_nnc_correctness_cos_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.4639491Z test_nnc_correctness_cos_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.4657298Z test_nnc_correctness_cos_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.4675342Z test_nnc_correctness_cos_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.4693119Z test_nnc_correctness_cos_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.4711476Z test_nnc_correctness_cos_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.4729502Z test_nnc_correctness_cos_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.4754338Z test_nnc_correctness_cos_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.4772019Z test_nnc_correctness_cosh_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.4790026Z test_nnc_correctness_cosh_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.4807856Z test_nnc_correctness_cosh_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.4826074Z test_nnc_correctness_cosh_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.4843750Z test_nnc_correctness_cosh_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.4861909Z test_nnc_correctness_cosh_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.4879661Z test_nnc_correctness_cosh_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.4897359Z test_nnc_correctness_cosh_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.4915382Z test_nnc_correctness_cosh_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.4933326Z test_nnc_correctness_cosh_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.4951313Z test_nnc_correctness_cosh_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.4974145Z test_nnc_correctness_cosh_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.4992064Z test_nnc_correctness_count_nonzero_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.5009856Z test_nnc_correctness_count_nonzero_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.5028060Z test_nnc_correctness_count_nonzero_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.5046083Z test_nnc_correctness_count_nonzero_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.5064193Z test_nnc_correctness_count_nonzero_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.5081754Z test_nnc_correctness_count_nonzero_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.5099506Z test_nnc_correctness_count_nonzero_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.5117581Z test_nnc_correctness_count_nonzero_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.5135342Z test_nnc_correctness_count_nonzero_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.5153505Z test_nnc_correctness_count_nonzero_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.5171281Z test_nnc_correctness_count_nonzero_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.5194330Z test_nnc_correctness_count_nonzero_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.5211982Z test_nnc_correctness_cov_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.5229925Z test_nnc_correctness_cov_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.5247634Z test_nnc_correctness_cov_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.5265669Z test_nnc_correctness_cov_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.5283171Z test_nnc_correctness_cov_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.5300815Z test_nnc_correctness_cov_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.5318913Z test_nnc_correctness_cov_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.5336725Z test_nnc_correctness_cov_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.5354720Z test_nnc_correctness_cov_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.5372532Z test_nnc_correctness_cov_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.5395939Z test_nnc_correctness_cross_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.5413563Z test_nnc_correctness_cross_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.5431501Z test_nnc_correctness_cross_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.5449170Z test_nnc_correctness_cross_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.5467251Z test_nnc_correctness_cross_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.5484841Z test_nnc_correctness_cross_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.5502882Z test_nnc_correctness_cross_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.5520529Z test_nnc_correctness_cross_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.5538402Z test_nnc_correctness_cross_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.5556386Z test_nnc_correctness_cross_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.5574169Z test_nnc_correctness_cummax_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.5592255Z test_nnc_correctness_cummax_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.5615640Z test_nnc_correctness_cummax_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.5633549Z test_nnc_correctness_cummax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.5651216Z test_nnc_correctness_cummax_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.5669162Z test_nnc_correctness_cummax_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.5686912Z test_nnc_correctness_cummax_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.5704989Z test_nnc_correctness_cummax_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.5722656Z test_nnc_correctness_cummax_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.5740436Z test_nnc_correctness_cummax_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.5758505Z test_nnc_correctness_cummin_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.5776217Z test_nnc_correctness_cummin_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.5794398Z test_nnc_correctness_cummin_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.5812254Z test_nnc_correctness_cummin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.5835549Z test_nnc_correctness_cummin_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.5853199Z test_nnc_correctness_cummin_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.5871087Z test_nnc_correctness_cummin_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.5888775Z test_nnc_correctness_cummin_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.5906882Z test_nnc_correctness_cummin_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.5924699Z test_nnc_correctness_cummin_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.5942756Z test_nnc_correctness_cumprod_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.5961062Z test_nnc_correctness_cumprod_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.5978696Z test_nnc_correctness_cumprod_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.5996942Z test_nnc_correctness_cumprod_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.6014648Z test_nnc_correctness_cumprod_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.6032988Z test_nnc_correctness_cumprod_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.6055951Z test_nnc_correctness_cumprod_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.6073833Z test_nnc_correctness_cumprod_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.6091538Z test_nnc_correctness_cumprod_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.6109432Z test_nnc_correctness_cumprod_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.6127170Z test_nnc_correctness_cumprod_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.6145290Z test_nnc_correctness_cumsum_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.6163003Z test_nnc_correctness_cumsum_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.6180834Z test_nnc_correctness_cumsum_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.6198703Z test_nnc_correctness_cumsum_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.6216421Z test_nnc_correctness_cumsum_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.6234366Z test_nnc_correctness_cumsum_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.6257435Z test_nnc_correctness_cumsum_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.6275355Z test_nnc_correctness_cumsum_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.6292882Z test_nnc_correctness_cumsum_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.6311023Z test_nnc_correctness_cumsum_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.6328690Z test_nnc_correctness_cumsum_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.6346759Z test_nnc_correctness_cumulative_trapezoid_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.6364396Z test_nnc_correctness_cumulative_trapezoid_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.6382441Z test_nnc_correctness_cumulative_trapezoid_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.6399973Z test_nnc_correctness_cumulative_trapezoid_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.6418438Z test_nnc_correctness_cumulative_trapezoid_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.6436552Z test_nnc_correctness_cumulative_trapezoid_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.6454744Z test_nnc_correctness_cumulative_trapezoid_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.6477907Z test_nnc_correctness_cumulative_trapezoid_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.6495492Z test_nnc_correctness_cumulative_trapezoid_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.6513464Z test_nnc_correctness_cumulative_trapezoid_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.6531320Z test_nnc_correctness_cumulative_trapezoid_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.6549120Z test_nnc_correctness_deg2rad_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.6566888Z test_nnc_correctness_deg2rad_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.6584908Z test_nnc_correctness_deg2rad_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.6602731Z test_nnc_correctness_deg2rad_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.6620497Z test_nnc_correctness_deg2rad_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.6638671Z test_nnc_correctness_deg2rad_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.6656729Z test_nnc_correctness_deg2rad_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.6674811Z test_nnc_correctness_deg2rad_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.6697808Z test_nnc_correctness_deg2rad_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.6715970Z test_nnc_correctness_deg2rad_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.6733763Z test_nnc_correctness_diag_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.6751828Z test_nnc_correctness_diag_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.6769575Z test_nnc_correctness_diag_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.6787556Z test_nnc_correctness_diag_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.6805159Z test_nnc_correctness_diag_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.6823287Z test_nnc_correctness_diag_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.6840921Z test_nnc_correctness_diag_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.6858680Z test_nnc_correctness_diag_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.6876833Z test_nnc_correctness_diag_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.6894939Z test_nnc_correctness_diag_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.6918444Z test_nnc_correctness_diag_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.6936064Z test_nnc_correctness_diag_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.6954165Z test_nnc_correctness_diag_embed_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.6971894Z test_nnc_correctness_diag_embed_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.6989739Z test_nnc_correctness_diag_embed_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.7007447Z test_nnc_correctness_diag_embed_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.7025491Z test_nnc_correctness_diag_embed_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.7043589Z test_nnc_correctness_diag_embed_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.7061316Z test_nnc_correctness_diag_embed_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.7079103Z test_nnc_correctness_diag_embed_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.7096930Z test_nnc_correctness_diag_embed_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.7120482Z test_nnc_correctness_diag_embed_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.7138123Z test_nnc_correctness_diag_embed_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.7156342Z test_nnc_correctness_diag_embed_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.7173976Z test_nnc_correctness_diag_embed_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.7192574Z test_nnc_correctness_diagflat_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.7210292Z test_nnc_correctness_diagflat_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.7227958Z test_nnc_correctness_diagflat_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.7245658Z test_nnc_correctness_diagflat_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.7264065Z test_nnc_correctness_diagflat_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.7281543Z test_nnc_correctness_diagflat_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.7299309Z test_nnc_correctness_diagflat_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.7317601Z test_nnc_correctness_diagflat_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.7342060Z test_nnc_correctness_diagflat_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.7359571Z test_nnc_correctness_diagflat_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.7377112Z test_nnc_correctness_diagflat_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.7395005Z test_nnc_correctness_diagflat_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.7412650Z test_nnc_correctness_diagonal_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.7430508Z test_nnc_correctness_diagonal_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.7448209Z test_nnc_correctness_diagonal_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.7465995Z test_nnc_correctness_diagonal_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.7483417Z test_nnc_correctness_diagonal_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.7501083Z test_nnc_correctness_diagonal_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.7518953Z test_nnc_correctness_diagonal_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.7536614Z test_nnc_correctness_diagonal_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.7559620Z test_nnc_correctness_diagonal_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.7577012Z test_nnc_correctness_diagonal_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.7595086Z test_nnc_correctness_diagonal_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.7612851Z test_nnc_correctness_diagonal_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.7630460Z test_nnc_correctness_diagonal_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.7648090Z test_nnc_correctness_diagonal_scatter_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.7665914Z test_nnc_correctness_diagonal_scatter_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.7683562Z test_nnc_correctness_diagonal_scatter_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.7701301Z test_nnc_correctness_diagonal_scatter_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.7719101Z test_nnc_correctness_diagonal_scatter_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.7736642Z test_nnc_correctness_diagonal_scatter_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.7754477Z test_nnc_correctness_diagonal_scatter_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.7777503Z test_nnc_correctness_diagonal_scatter_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.7795149Z test_nnc_correctness_diagonal_scatter_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.7812708Z test_nnc_correctness_diagonal_scatter_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.7830495Z test_nnc_correctness_diff_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.7848251Z test_nnc_correctness_diff_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.7866067Z test_nnc_correctness_diff_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.7883506Z test_nnc_correctness_diff_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.7901028Z test_nnc_correctness_diff_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.7918857Z test_nnc_correctness_diff_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.7936432Z test_nnc_correctness_diff_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.7954495Z test_nnc_correctness_diff_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.7977412Z test_nnc_correctness_diff_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.7995247Z test_nnc_correctness_diff_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.8012889Z test_nnc_correctness_diff_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.8030562Z test_nnc_correctness_diff_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.8047924Z test_nnc_correctness_digamma_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.8065745Z test_nnc_correctness_digamma_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.8083194Z test_nnc_correctness_digamma_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.8100747Z test_nnc_correctness_digamma_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.8118483Z test_nnc_correctness_digamma_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.8136390Z test_nnc_correctness_digamma_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.8154337Z test_nnc_correctness_digamma_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.8172112Z test_nnc_correctness_digamma_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.8195496Z test_nnc_correctness_digamma_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.8212842Z test_nnc_correctness_dist_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.8232188Z test_nnc_correctness_dist_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.8249802Z test_nnc_correctness_dist_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.8267474Z test_nnc_correctness_dist_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.8285081Z test_nnc_correctness_dist_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.8302886Z test_nnc_correctness_dist_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.8320434Z test_nnc_correctness_div_floor_rounding_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.8337992Z test_nnc_correctness_div_floor_rounding_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.8355767Z test_nnc_correctness_div_floor_rounding_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.8373307Z test_nnc_correctness_div_floor_rounding_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.8391073Z test_nnc_correctness_div_floor_rounding_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.8414163Z test_nnc_correctness_div_floor_rounding_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.8431837Z test_nnc_correctness_div_floor_rounding_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.8449572Z test_nnc_correctness_div_floor_rounding_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.8467317Z test_nnc_correctness_div_floor_rounding_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.8484806Z test_nnc_correctness_div_no_rounding_mode_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.8502638Z test_nnc_correctness_div_no_rounding_mode_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.8520318Z test_nnc_correctness_div_no_rounding_mode_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.8537992Z test_nnc_correctness_div_no_rounding_mode_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.8555775Z test_nnc_correctness_div_no_rounding_mode_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.8573259Z test_nnc_correctness_div_no_rounding_mode_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.8591254Z test_nnc_correctness_div_no_rounding_mode_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.8609052Z test_nnc_correctness_div_no_rounding_mode_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.8632431Z test_nnc_correctness_div_no_rounding_mode_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.8650194Z test_nnc_correctness_div_no_rounding_mode_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.8667817Z test_nnc_correctness_div_no_rounding_mode_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.8685323Z test_nnc_correctness_div_no_rounding_mode_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.8703128Z test_nnc_correctness_div_trunc_rounding_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.8720794Z test_nnc_correctness_div_trunc_rounding_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.8738357Z test_nnc_correctness_div_trunc_rounding_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.8756147Z test_nnc_correctness_div_trunc_rounding_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.8773781Z test_nnc_correctness_div_trunc_rounding_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.8791877Z test_nnc_correctness_div_trunc_rounding_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.8809674Z test_nnc_correctness_div_trunc_rounding_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.8833648Z test_nnc_correctness_div_trunc_rounding_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.8851145Z test_nnc_correctness_div_trunc_rounding_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.8868990Z test_nnc_correctness_dot_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.8886543Z test_nnc_correctness_dot_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.8904492Z test_nnc_correctness_dot_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.8922137Z test_nnc_correctness_dot_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.8939832Z test_nnc_correctness_dot_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.8957968Z test_nnc_correctness_double_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.8975688Z test_nnc_correctness_double_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.8993829Z test_nnc_correctness_double_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.9011802Z test_nnc_correctness_double_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.9029996Z test_nnc_correctness_double_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.9053961Z test_nnc_correctness_double_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.9071725Z test_nnc_correctness_double_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.9089226Z test_nnc_correctness_double_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.9107219Z test_nnc_correctness_double_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.9124762Z test_nnc_correctness_double_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.9142776Z test_nnc_correctness_double_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.9160409Z test_nnc_correctness_double_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.9178081Z test_nnc_correctness_double_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.9196149Z test_nnc_correctness_dsplit_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.9214264Z test_nnc_correctness_dsplit_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.9232182Z test_nnc_correctness_dsplit_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.9250053Z test_nnc_correctness_dsplit_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.9274000Z test_nnc_correctness_dsplit_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.9291478Z test_nnc_correctness_dsplit_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.9309437Z test_nnc_correctness_dsplit_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.9327022Z test_nnc_correctness_dsplit_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.9344980Z test_nnc_correctness_dsplit_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.9362649Z test_nnc_correctness_dsplit_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.9380299Z test_nnc_correctness_dsplit_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.9398260Z test_nnc_correctness_dsplit_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.9416137Z test_nnc_correctness_dsplit_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.9434303Z test_nnc_correctness_dstack_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.9452131Z test_nnc_correctness_dstack_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.9470391Z test_nnc_correctness_dstack_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.9494117Z test_nnc_correctness_dstack_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.9512128Z test_nnc_correctness_dstack_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.9529662Z test_nnc_correctness_dstack_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.9547420Z test_nnc_correctness_dstack_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.9564934Z test_nnc_correctness_dstack_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.9582838Z test_nnc_correctness_dstack_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.9600426Z test_nnc_correctness_dstack_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.9618129Z test_nnc_correctness_dstack_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.9636359Z test_nnc_correctness_dstack_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.9654035Z test_nnc_correctness_dstack_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.9671936Z test_nnc_correctness_eig_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.9695226Z test_nnc_correctness_eig_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.9712711Z test_nnc_correctness_eig_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.9729833Z test_nnc_correctness_eig_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.9747704Z test_nnc_correctness_einsum_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.9765232Z test_nnc_correctness_einsum_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.9783127Z test_nnc_correctness_einsum_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.9800595Z test_nnc_correctness_einsum_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.9818221Z test_nnc_correctness_einsum_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.9828851Z test_nnc_correctness_empty_like_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:16:44.9839835Z test_nnc_correctness_empty_like_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:16:44.9850793Z test_nnc_correctness_empty_like_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:16:44.9862033Z test_nnc_correctness_empty_like_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:16:44.9872560Z test_nnc_correctness_empty_like_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:16:44.9883102Z test_nnc_correctness_empty_like_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:16:44.9894011Z test_nnc_correctness_empty_like_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:16:44.9905218Z test_nnc_correctness_empty_like_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:16:44.9915920Z test_nnc_correctness_empty_like_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:16:44.9926644Z test_nnc_correctness_empty_like_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:16:44.9937323Z test_nnc_correctness_empty_like_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:16:44.9948504Z test_nnc_correctness_empty_like_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:16:44.9959366Z test_nnc_correctness_empty_like_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:16:44.9977518Z test_nnc_correctness_eq_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:44.9995597Z test_nnc_correctness_eq_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.0013497Z test_nnc_correctness_eq_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.0031432Z test_nnc_correctness_eq_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.0056895Z test_nnc_correctness_eq_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.0074466Z test_nnc_correctness_eq_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.0091928Z test_nnc_correctness_eq_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.0110082Z test_nnc_correctness_eq_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.0127731Z test_nnc_correctness_eq_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.0145706Z test_nnc_correctness_eq_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.0163216Z test_nnc_correctness_eq_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.0180791Z test_nnc_correctness_eq_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.0198831Z test_nnc_correctness_erf_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.0216382Z test_nnc_correctness_erf_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.0234289Z test_nnc_correctness_erf_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.0251951Z test_nnc_correctness_erf_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.0275060Z test_nnc_correctness_erf_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.0292669Z test_nnc_correctness_erf_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.0310654Z test_nnc_correctness_erf_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.0328348Z test_nnc_correctness_erf_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.0346493Z test_nnc_correctness_erf_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.0364038Z test_nnc_correctness_erf_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.0381923Z test_nnc_correctness_erfc_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.0399552Z test_nnc_correctness_erfc_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.0417279Z test_nnc_correctness_erfc_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.0435407Z test_nnc_correctness_erfc_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.0452925Z test_nnc_correctness_erfc_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.0470697Z test_nnc_correctness_erfc_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.0493779Z test_nnc_correctness_erfc_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.0511700Z test_nnc_correctness_erfc_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.0529295Z test_nnc_correctness_erfc_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.0547147Z test_nnc_correctness_erfc_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.0564730Z test_nnc_correctness_erfinv_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.0582596Z test_nnc_correctness_erfinv_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.0600213Z test_nnc_correctness_erfinv_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.0617940Z test_nnc_correctness_erfinv_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.0635823Z test_nnc_correctness_erfinv_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.0653648Z test_nnc_correctness_erfinv_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.0671523Z test_nnc_correctness_erfinv_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.0694557Z test_nnc_correctness_erfinv_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.0712329Z test_nnc_correctness_erfinv_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.0729981Z test_nnc_correctness_exp2_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.0748020Z test_nnc_correctness_exp2_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.0765550Z test_nnc_correctness_exp2_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.0783591Z test_nnc_correctness_exp2_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.0801144Z test_nnc_correctness_exp2_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.0818769Z test_nnc_correctness_exp2_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.0836589Z test_nnc_correctness_exp2_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.0854263Z test_nnc_correctness_exp2_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.0872051Z test_nnc_correctness_exp2_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.0889761Z test_nnc_correctness_exp2_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.0913578Z test_nnc_correctness_exp_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.0931006Z test_nnc_correctness_exp_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.0948767Z test_nnc_correctness_exp_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.0966703Z test_nnc_correctness_exp_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.0984469Z test_nnc_correctness_exp_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.1002050Z test_nnc_correctness_exp_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.1019664Z test_nnc_correctness_exp_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.1037372Z test_nnc_correctness_exp_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.1054945Z test_nnc_correctness_exp_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.1072869Z test_nnc_correctness_exp_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.1090521Z test_nnc_correctness_exp_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.1108323Z test_nnc_correctness_exp_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.1131413Z test_nnc_correctness_exp_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.1149241Z test_nnc_correctness_expand_as_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.1166749Z test_nnc_correctness_expand_as_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.1184841Z test_nnc_correctness_expand_as_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.1202280Z test_nnc_correctness_expand_as_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.1219907Z test_nnc_correctness_expand_as_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.1237680Z test_nnc_correctness_expand_as_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.1255225Z test_nnc_correctness_expand_as_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.1273244Z test_nnc_correctness_expand_as_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.1290750Z test_nnc_correctness_expand_as_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.1308746Z test_nnc_correctness_expand_as_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.1326574Z test_nnc_correctness_expand_as_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.1350018Z test_nnc_correctness_expand_as_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.1367668Z test_nnc_correctness_expand_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.1385486Z test_nnc_correctness_expand_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.1403101Z test_nnc_correctness_expand_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.1420823Z test_nnc_correctness_expand_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.1438609Z test_nnc_correctness_expand_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.1456174Z test_nnc_correctness_expand_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.1474046Z test_nnc_correctness_expand_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.1491811Z test_nnc_correctness_expand_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.1509758Z test_nnc_correctness_expand_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.1527305Z test_nnc_correctness_expand_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.1550752Z test_nnc_correctness_expand_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.1568269Z test_nnc_correctness_expand_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.1586255Z test_nnc_correctness_expm1_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.1603851Z test_nnc_correctness_expm1_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.1621997Z test_nnc_correctness_expm1_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.1639495Z test_nnc_correctness_expm1_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.1657003Z test_nnc_correctness_expm1_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.1674875Z test_nnc_correctness_expm1_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.1692562Z test_nnc_correctness_expm1_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.1710533Z test_nnc_correctness_expm1_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.1728133Z test_nnc_correctness_expm1_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.1746296Z test_nnc_correctness_expm1_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.1769661Z test_nnc_correctness_fft_fft2_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.1787398Z test_nnc_correctness_fft_fft2_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.1805038Z test_nnc_correctness_fft_fft2_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.1822835Z test_nnc_correctness_fft_fft2_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.1840460Z test_nnc_correctness_fft_fft2_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.1858206Z test_nnc_correctness_fft_fft2_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.1876025Z test_nnc_correctness_fft_fft2_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.1893730Z test_nnc_correctness_fft_fft2_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.1911712Z test_nnc_correctness_fft_fft2_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.1929379Z test_nnc_correctness_fft_fft2_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.1947618Z test_nnc_correctness_fft_fft_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.1965299Z test_nnc_correctness_fft_fft_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.1988821Z test_nnc_correctness_fft_fft_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.2006313Z test_nnc_correctness_fft_fft_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.2024385Z test_nnc_correctness_fft_fft_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.2041936Z test_nnc_correctness_fft_fft_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.2059729Z test_nnc_correctness_fft_fft_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.2077486Z test_nnc_correctness_fft_fft_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.2095115Z test_nnc_correctness_fft_fft_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.2113025Z test_nnc_correctness_fft_fft_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.2130628Z test_nnc_correctness_fft_fftn_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.2148746Z test_nnc_correctness_fft_fftn_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.2166449Z test_nnc_correctness_fft_fftn_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.2184896Z test_nnc_correctness_fft_fftn_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.2208154Z test_nnc_correctness_fft_fftn_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.2226156Z test_nnc_correctness_fft_fftn_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.2243659Z test_nnc_correctness_fft_fftn_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.2261477Z test_nnc_correctness_fft_fftn_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.2279047Z test_nnc_correctness_fft_fftn_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.2296656Z test_nnc_correctness_fft_fftn_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.2314477Z test_nnc_correctness_fft_fftshift_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.2332169Z test_nnc_correctness_fft_fftshift_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.2350018Z test_nnc_correctness_fft_fftshift_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.2367716Z test_nnc_correctness_fft_fftshift_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.2385677Z test_nnc_correctness_fft_fftshift_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.2408736Z test_nnc_correctness_fft_fftshift_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.2426716Z test_nnc_correctness_fft_fftshift_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.2444179Z test_nnc_correctness_fft_fftshift_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.2461959Z test_nnc_correctness_fft_fftshift_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.2479528Z test_nnc_correctness_fft_fftshift_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.2497205Z test_nnc_correctness_fft_fftshift_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.2515129Z test_nnc_correctness_fft_fftshift_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.2532894Z test_nnc_correctness_fft_hfft2_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.2550734Z test_nnc_correctness_fft_hfft2_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.2568274Z test_nnc_correctness_fft_hfft2_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.2586214Z test_nnc_correctness_fft_hfft2_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.2604130Z test_nnc_correctness_fft_hfft2_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.2629434Z test_nnc_correctness_fft_hfft2_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.2646806Z test_nnc_correctness_fft_hfft2_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.2664672Z test_nnc_correctness_fft_hfft2_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.2681771Z test_nnc_correctness_fft_hfft2_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.2699450Z test_nnc_correctness_fft_hfft2_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.2717145Z test_nnc_correctness_fft_hfft_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.2734610Z test_nnc_correctness_fft_hfft_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.2752355Z test_nnc_correctness_fft_hfft_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.2770386Z test_nnc_correctness_fft_hfft_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.2788414Z test_nnc_correctness_fft_hfft_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.2806125Z test_nnc_correctness_fft_hfft_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.2824220Z test_nnc_correctness_fft_hfft_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.2846902Z test_nnc_correctness_fft_hfft_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.2864789Z test_nnc_correctness_fft_hfft_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.2882372Z test_nnc_correctness_fft_hfft_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.2900129Z test_nnc_correctness_fft_hfftn_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.2918071Z test_nnc_correctness_fft_hfftn_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.2935456Z test_nnc_correctness_fft_hfftn_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.2953397Z test_nnc_correctness_fft_hfftn_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.2971050Z test_nnc_correctness_fft_hfftn_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.2988749Z test_nnc_correctness_fft_hfftn_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.3006351Z test_nnc_correctness_fft_hfftn_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.3025107Z test_nnc_correctness_fft_hfftn_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.3042713Z test_nnc_correctness_fft_hfftn_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.3066372Z test_nnc_correctness_fft_hfftn_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.3083822Z test_nnc_correctness_fft_ifft2_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.3101814Z test_nnc_correctness_fft_ifft2_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.3119446Z test_nnc_correctness_fft_ifft2_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.3136968Z test_nnc_correctness_fft_ifft2_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.3154771Z test_nnc_correctness_fft_ifft2_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.3172458Z test_nnc_correctness_fft_ifft2_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.3190380Z test_nnc_correctness_fft_ifft2_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.3208052Z test_nnc_correctness_fft_ifft2_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.3225950Z test_nnc_correctness_fft_ifft2_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.3243647Z test_nnc_correctness_fft_ifft2_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.3267009Z test_nnc_correctness_fft_ifft_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.3284551Z test_nnc_correctness_fft_ifft_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.3302389Z test_nnc_correctness_fft_ifft_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.3320115Z test_nnc_correctness_fft_ifft_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.3337609Z test_nnc_correctness_fft_ifft_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.3355823Z test_nnc_correctness_fft_ifft_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.3373276Z test_nnc_correctness_fft_ifft_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.3391202Z test_nnc_correctness_fft_ifft_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.3408992Z test_nnc_correctness_fft_ifft_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.3426896Z test_nnc_correctness_fft_ifft_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.3444600Z test_nnc_correctness_fft_ifftn_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.3462712Z test_nnc_correctness_fft_ifftn_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.3485759Z test_nnc_correctness_fft_ifftn_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.3503641Z test_nnc_correctness_fft_ifftn_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.3521271Z test_nnc_correctness_fft_ifftn_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.3538853Z test_nnc_correctness_fft_ifftn_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.3556771Z test_nnc_correctness_fft_ifftn_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.3574318Z test_nnc_correctness_fft_ifftn_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.3592121Z test_nnc_correctness_fft_ifftn_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.3609873Z test_nnc_correctness_fft_ifftn_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.3627675Z test_nnc_correctness_fft_ifftshift_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.3645173Z test_nnc_correctness_fft_ifftshift_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.3663055Z test_nnc_correctness_fft_ifftshift_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.3680709Z test_nnc_correctness_fft_ifftshift_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.3703700Z test_nnc_correctness_fft_ifftshift_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.3721350Z test_nnc_correctness_fft_ifftshift_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.3739007Z test_nnc_correctness_fft_ifftshift_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.3756770Z test_nnc_correctness_fft_ifftshift_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.3774346Z test_nnc_correctness_fft_ifftshift_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.3792241Z test_nnc_correctness_fft_ifftshift_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.3809911Z test_nnc_correctness_fft_ifftshift_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.3827822Z test_nnc_correctness_fft_ifftshift_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.3845592Z test_nnc_correctness_fft_ihfft2_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.3863380Z test_nnc_correctness_fft_ihfft2_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.3880938Z test_nnc_correctness_fft_ihfft2_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.3898564Z test_nnc_correctness_fft_ihfft2_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.3922012Z test_nnc_correctness_fft_ihfft2_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.3939627Z test_nnc_correctness_fft_ihfft2_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.3957491Z test_nnc_correctness_fft_ihfft2_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.3975184Z test_nnc_correctness_fft_ihfft2_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.3993030Z test_nnc_correctness_fft_ihfft_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.4010776Z test_nnc_correctness_fft_ihfft_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.4028544Z test_nnc_correctness_fft_ihfft_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.4046162Z test_nnc_correctness_fft_ihfft_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.4064210Z test_nnc_correctness_fft_ihfft_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.4081771Z test_nnc_correctness_fft_ihfft_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.4099417Z test_nnc_correctness_fft_ihfft_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.4122756Z test_nnc_correctness_fft_ihfft_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.4140349Z test_nnc_correctness_fft_ihfftn_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.4158088Z test_nnc_correctness_fft_ihfftn_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.4175604Z test_nnc_correctness_fft_ihfftn_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.4193630Z test_nnc_correctness_fft_ihfftn_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.4211275Z test_nnc_correctness_fft_ihfftn_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.4229195Z test_nnc_correctness_fft_ihfftn_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.4246799Z test_nnc_correctness_fft_ihfftn_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.4264795Z test_nnc_correctness_fft_ihfftn_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.4282495Z test_nnc_correctness_fft_irfft2_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.4300343Z test_nnc_correctness_fft_irfft2_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.4318214Z test_nnc_correctness_fft_irfft2_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.4342011Z test_nnc_correctness_fft_irfft2_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.4359364Z test_nnc_correctness_fft_irfft2_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.4377012Z test_nnc_correctness_fft_irfft2_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.4395027Z test_nnc_correctness_fft_irfft2_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.4413223Z test_nnc_correctness_fft_irfft2_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.4430687Z test_nnc_correctness_fft_irfft2_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.4448350Z test_nnc_correctness_fft_irfft2_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.4466301Z test_nnc_correctness_fft_irfft_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.4484067Z test_nnc_correctness_fft_irfft_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.4501974Z test_nnc_correctness_fft_irfft_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.4519548Z test_nnc_correctness_fft_irfft_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.4537436Z test_nnc_correctness_fft_irfft_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.4560970Z test_nnc_correctness_fft_irfft_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.4578518Z test_nnc_correctness_fft_irfft_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.4596313Z test_nnc_correctness_fft_irfft_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.4614082Z test_nnc_correctness_fft_irfft_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.4632103Z test_nnc_correctness_fft_irfft_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.4650035Z test_nnc_correctness_fft_irfftn_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.4667946Z test_nnc_correctness_fft_irfftn_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.4685653Z test_nnc_correctness_fft_irfftn_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.4704133Z test_nnc_correctness_fft_irfftn_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.4721908Z test_nnc_correctness_fft_irfftn_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.4739948Z test_nnc_correctness_fft_irfftn_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.4758222Z test_nnc_correctness_fft_irfftn_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.4781864Z test_nnc_correctness_fft_irfftn_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.4799543Z test_nnc_correctness_fft_irfftn_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.4817547Z test_nnc_correctness_fft_irfftn_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.4835512Z test_nnc_correctness_fft_rfft2_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.4853475Z test_nnc_correctness_fft_rfft2_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.4871359Z test_nnc_correctness_fft_rfft2_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.4888999Z test_nnc_correctness_fft_rfft2_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.4907165Z test_nnc_correctness_fft_rfft2_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.4924888Z test_nnc_correctness_fft_rfft2_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.4943141Z test_nnc_correctness_fft_rfft2_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.4960933Z test_nnc_correctness_fft_rfft2_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.4984779Z test_nnc_correctness_fft_rfft_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.5002269Z test_nnc_correctness_fft_rfft_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.5020341Z test_nnc_correctness_fft_rfft_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.5038393Z test_nnc_correctness_fft_rfft_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.5056435Z test_nnc_correctness_fft_rfft_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.5074204Z test_nnc_correctness_fft_rfft_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.5091815Z test_nnc_correctness_fft_rfft_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.5109956Z test_nnc_correctness_fft_rfft_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.5127915Z test_nnc_correctness_fft_rfftn_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.5146198Z test_nnc_correctness_fft_rfftn_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.5163883Z test_nnc_correctness_fft_rfftn_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.5181739Z test_nnc_correctness_fft_rfftn_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.5206822Z test_nnc_correctness_fft_rfftn_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.5224709Z test_nnc_correctness_fft_rfftn_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.5242645Z test_nnc_correctness_fft_rfftn_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.5260733Z test_nnc_correctness_fft_rfftn_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.5278713Z test_nnc_correctness_fill__cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.5296606Z test_nnc_correctness_fill__cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.5314845Z test_nnc_correctness_fill__cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.5332870Z test_nnc_correctness_fill__cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.5350798Z test_nnc_correctness_fill__cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.5368748Z test_nnc_correctness_fill__cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.5386583Z test_nnc_correctness_fill__cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.5404327Z test_nnc_correctness_fill__cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.5427698Z test_nnc_correctness_fill__cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.5445293Z test_nnc_correctness_fill__cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.5463217Z test_nnc_correctness_fill__cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.5480904Z test_nnc_correctness_fill__cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.5499197Z test_nnc_correctness_fill__cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.5516842Z test_nnc_correctness_flatten_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.5534442Z test_nnc_correctness_flatten_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.5552542Z test_nnc_correctness_flatten_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.5570283Z test_nnc_correctness_flatten_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.5588044Z test_nnc_correctness_flatten_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.5605908Z test_nnc_correctness_flatten_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.5624346Z test_nnc_correctness_flatten_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.5647956Z test_nnc_correctness_flatten_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.5666013Z test_nnc_correctness_flatten_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.5683667Z test_nnc_correctness_flatten_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.5701363Z test_nnc_correctness_flatten_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.5718969Z test_nnc_correctness_flatten_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.5736476Z test_nnc_correctness_flatten_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.5754346Z test_nnc_correctness_flip_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.5771966Z test_nnc_correctness_flip_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.5789966Z test_nnc_correctness_flip_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.5807446Z test_nnc_correctness_flip_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.5825524Z test_nnc_correctness_flip_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.5848877Z test_nnc_correctness_flip_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.5866551Z test_nnc_correctness_flip_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.5883985Z test_nnc_correctness_flip_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.5901886Z test_nnc_correctness_flip_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.5919390Z test_nnc_correctness_flip_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.5937041Z test_nnc_correctness_flip_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.5954994Z test_nnc_correctness_flip_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.5973290Z test_nnc_correctness_fliplr_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.5991174Z test_nnc_correctness_fliplr_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.6009203Z test_nnc_correctness_fliplr_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.6026968Z test_nnc_correctness_fliplr_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.6044714Z test_nnc_correctness_fliplr_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.6068391Z test_nnc_correctness_fliplr_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.6085916Z test_nnc_correctness_fliplr_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.6103806Z test_nnc_correctness_fliplr_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.6121656Z test_nnc_correctness_fliplr_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.6139247Z test_nnc_correctness_fliplr_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.6157085Z test_nnc_correctness_fliplr_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.6174772Z test_nnc_correctness_fliplr_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.6193496Z test_nnc_correctness_flipud_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.6211172Z test_nnc_correctness_flipud_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.6228907Z test_nnc_correctness_flipud_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.6246668Z test_nnc_correctness_flipud_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.6264604Z test_nnc_correctness_flipud_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.6287663Z test_nnc_correctness_flipud_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.6305618Z test_nnc_correctness_flipud_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.6323219Z test_nnc_correctness_flipud_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.6340785Z test_nnc_correctness_flipud_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.6358440Z test_nnc_correctness_flipud_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.6376065Z test_nnc_correctness_flipud_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.6394010Z test_nnc_correctness_flipud_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.6411833Z test_nnc_correctness_float_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.6429747Z test_nnc_correctness_float_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.6447292Z test_nnc_correctness_float_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.6465486Z test_nnc_correctness_float_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.6483159Z test_nnc_correctness_float_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.6506888Z test_nnc_correctness_float_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.6524488Z test_nnc_correctness_float_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.6542558Z test_nnc_correctness_float_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.6560230Z test_nnc_correctness_float_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.6577847Z test_nnc_correctness_float_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.6595701Z test_nnc_correctness_float_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.6613513Z test_nnc_correctness_float_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.6631308Z test_nnc_correctness_float_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.6648886Z test_nnc_correctness_float_power_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.6666719Z test_nnc_correctness_float_power_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.6684620Z test_nnc_correctness_float_power_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.6708471Z test_nnc_correctness_float_power_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.6726167Z test_nnc_correctness_float_power_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.6744011Z test_nnc_correctness_float_power_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.6761461Z test_nnc_correctness_float_power_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.6779122Z test_nnc_correctness_float_power_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.6796951Z test_nnc_correctness_float_power_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.6814528Z test_nnc_correctness_float_power_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.6832449Z test_nnc_correctness_float_power_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.6850670Z test_nnc_correctness_float_power_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.6868366Z test_nnc_correctness_floor_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.6886053Z test_nnc_correctness_floor_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.6904013Z test_nnc_correctness_floor_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.6927565Z test_nnc_correctness_floor_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.6945478Z test_nnc_correctness_floor_divide_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.6963052Z test_nnc_correctness_floor_divide_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.6980817Z test_nnc_correctness_floor_divide_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.6998447Z test_nnc_correctness_floor_divide_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.7016195Z test_nnc_correctness_floor_divide_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.7034048Z test_nnc_correctness_floor_divide_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.7051860Z test_nnc_correctness_floor_divide_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.7069754Z test_nnc_correctness_floor_divide_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.7087285Z test_nnc_correctness_floor_divide_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.7105358Z test_nnc_correctness_fmax_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.7123074Z test_nnc_correctness_fmax_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.7146906Z test_nnc_correctness_fmax_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.7164547Z test_nnc_correctness_fmax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.7182305Z test_nnc_correctness_fmax_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.7199949Z test_nnc_correctness_fmax_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.7217594Z test_nnc_correctness_fmax_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.7235457Z test_nnc_correctness_fmax_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.7253136Z test_nnc_correctness_fmax_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.7270979Z test_nnc_correctness_fmax_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.7288506Z test_nnc_correctness_fmin_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.7306524Z test_nnc_correctness_fmin_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.7324334Z test_nnc_correctness_fmin_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.7342738Z test_nnc_correctness_fmin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.7366053Z test_nnc_correctness_fmin_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.7383905Z test_nnc_correctness_fmin_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.7401402Z test_nnc_correctness_fmin_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.7419011Z test_nnc_correctness_fmin_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.7437037Z test_nnc_correctness_fmin_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.7454584Z test_nnc_correctness_fmin_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.7472537Z test_nnc_correctness_fmod_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.7490131Z test_nnc_correctness_fmod_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.7508008Z test_nnc_correctness_fmod_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.7525614Z test_nnc_correctness_fmod_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.7543818Z test_nnc_correctness_fmod_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.7567325Z test_nnc_correctness_fmod_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.7585041Z test_nnc_correctness_fmod_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.7602645Z test_nnc_correctness_fmod_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.7620241Z test_nnc_correctness_frac_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.7637926Z test_nnc_correctness_frac_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.7655628Z test_nnc_correctness_frac_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.7673499Z test_nnc_correctness_frac_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.7691123Z test_nnc_correctness_frexp_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.7709006Z test_nnc_correctness_frexp_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.7726718Z test_nnc_correctness_frexp_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.7744746Z test_nnc_correctness_full_like_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.7762450Z test_nnc_correctness_full_like_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.7787753Z test_nnc_correctness_full_like_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.7805229Z test_nnc_correctness_full_like_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.7823426Z test_nnc_correctness_full_like_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.7840845Z test_nnc_correctness_full_like_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.7858530Z test_nnc_correctness_full_like_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.7876083Z test_nnc_correctness_full_like_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.7893484Z test_nnc_correctness_full_like_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.7911361Z test_nnc_correctness_full_like_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.7928921Z test_nnc_correctness_full_like_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.7946741Z test_nnc_correctness_full_like_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.7964265Z test_nnc_correctness_gather_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.7982181Z test_nnc_correctness_gather_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.8005310Z test_nnc_correctness_gather_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.8023281Z test_nnc_correctness_gather_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.8040769Z test_nnc_correctness_gather_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.8058439Z test_nnc_correctness_gather_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.8076345Z test_nnc_correctness_gather_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.8093958Z test_nnc_correctness_gather_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.8112119Z test_nnc_correctness_gather_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.8129671Z test_nnc_correctness_gather_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.8149159Z test_nnc_correctness_gather_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.8166722Z test_nnc_correctness_gather_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.8184742Z test_nnc_correctness_gcd_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.8202457Z test_nnc_correctness_gcd_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.8226383Z test_nnc_correctness_gcd_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.8243918Z test_nnc_correctness_gcd_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.8261678Z test_nnc_correctness_gcd_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.8279372Z test_nnc_correctness_ge_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.8296869Z test_nnc_correctness_ge_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.8314767Z test_nnc_correctness_ge_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.8332467Z test_nnc_correctness_ge_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.8350396Z test_nnc_correctness_ge_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.8367913Z test_nnc_correctness_ge_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.8386031Z test_nnc_correctness_ge_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.8403679Z test_nnc_correctness_ge_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.8427423Z test_nnc_correctness_ge_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.8444896Z test_nnc_correctness_ge_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.8462777Z test_nnc_correctness_geqrf_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.8480324Z test_nnc_correctness_geqrf_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.8497909Z test_nnc_correctness_geqrf_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.8515821Z test_nnc_correctness_geqrf_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.8526645Z test_nnc_correctness_gradient_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:16:45.8536986Z test_nnc_correctness_gradient_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:16:45.8548303Z test_nnc_correctness_gradient_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:16:45.8558740Z test_nnc_correctness_gradient_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:16:45.8569473Z test_nnc_correctness_gradient_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:16:45.8580789Z test_nnc_correctness_gradient_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:16:45.8591380Z test_nnc_correctness_gradient_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:16:45.8602142Z test_nnc_correctness_gradient_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:16:45.8612793Z test_nnc_correctness_gradient_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:16:45.8624135Z test_nnc_correctness_gradient_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:16:45.8642770Z test_nnc_correctness_gt_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.8660599Z test_nnc_correctness_gt_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.8678933Z test_nnc_correctness_gt_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.8696635Z test_nnc_correctness_gt_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.8714921Z test_nnc_correctness_gt_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.8732829Z test_nnc_correctness_gt_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.8757492Z test_nnc_correctness_gt_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.8775085Z test_nnc_correctness_gt_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.8792913Z test_nnc_correctness_gt_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.8810553Z test_nnc_correctness_gt_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.8828303Z test_nnc_correctness_half_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.8846063Z test_nnc_correctness_half_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.8864087Z test_nnc_correctness_half_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.8881773Z test_nnc_correctness_half_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.8899509Z test_nnc_correctness_half_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.8917598Z test_nnc_correctness_half_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.8935417Z test_nnc_correctness_half_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.8953626Z test_nnc_correctness_half_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.8977777Z test_nnc_correctness_half_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.8995613Z test_nnc_correctness_half_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.9013211Z test_nnc_correctness_half_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.9030758Z test_nnc_correctness_half_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.9048664Z test_nnc_correctness_heaviside_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.9066088Z test_nnc_correctness_heaviside_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.9082879Z test_nnc_correctness_heaviside_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.9100050Z test_nnc_correctness_heaviside_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.9117137Z test_nnc_correctness_heaviside_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.9134348Z test_nnc_correctness_heaviside_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.9151471Z test_nnc_correctness_heaviside_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.9168709Z test_nnc_correctness_heaviside_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.9192135Z test_nnc_correctness_heaviside_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.9208834Z test_nnc_correctness_heaviside_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.9225940Z test_nnc_correctness_histc_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.9242733Z test_nnc_correctness_histc_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.9259507Z test_nnc_correctness_histc_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.9276693Z test_nnc_correctness_histc_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.9293705Z test_nnc_correctness_histc_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.9310858Z test_nnc_correctness_histc_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.9327755Z test_nnc_correctness_hsplit_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.9345061Z test_nnc_correctness_hsplit_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.9362180Z test_nnc_correctness_hsplit_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.9385475Z test_nnc_correctness_hsplit_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.9402276Z test_nnc_correctness_hsplit_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.9419218Z test_nnc_correctness_hsplit_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.9436251Z test_nnc_correctness_hsplit_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.9453101Z test_nnc_correctness_hsplit_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.9470233Z test_nnc_correctness_hsplit_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.9487559Z test_nnc_correctness_hsplit_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.9504611Z test_nnc_correctness_hsplit_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.9521461Z test_nnc_correctness_hsplit_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.9538480Z test_nnc_correctness_hsplit_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.9555845Z test_nnc_correctness_hstack_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.9572976Z test_nnc_correctness_hstack_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.9596033Z test_nnc_correctness_hstack_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.9612970Z test_nnc_correctness_hstack_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.9629934Z test_nnc_correctness_hstack_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.9646732Z test_nnc_correctness_hstack_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.9663604Z test_nnc_correctness_hstack_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.9680364Z test_nnc_correctness_hstack_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.9697199Z test_nnc_correctness_hstack_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.9714377Z test_nnc_correctness_hstack_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.9731145Z test_nnc_correctness_hstack_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.9748327Z test_nnc_correctness_hstack_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.9765122Z test_nnc_correctness_hstack_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.9782318Z test_nnc_correctness_hypot_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.9804667Z test_nnc_correctness_hypot_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.9821811Z test_nnc_correctness_hypot_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.9838489Z test_nnc_correctness_hypot_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.9855401Z test_nnc_correctness_i0_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.9872456Z test_nnc_correctness_i0_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.9889431Z test_nnc_correctness_i0_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.9906693Z test_nnc_correctness_i0_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.9923342Z test_nnc_correctness_i0_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.9940208Z test_nnc_correctness_i0_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.9957227Z test_nnc_correctness_i0_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.9974118Z test_nnc_correctness_i0_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:45.9991397Z test_nnc_correctness_i0_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.0013984Z test_nnc_correctness_i0_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.0031102Z test_nnc_correctness_igamma_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.0048043Z test_nnc_correctness_igamma_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.0066401Z test_nnc_correctness_igammac_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.0084644Z test_nnc_correctness_igammac_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.0103089Z test_nnc_correctness_imag_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.0121340Z test_nnc_correctness_imag_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.0139677Z test_nnc_correctness_imag_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.0158241Z test_nnc_correctness_index_add_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.0176384Z test_nnc_correctness_index_add_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.0195095Z test_nnc_correctness_index_add_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.0219012Z test_nnc_correctness_index_add_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.0235889Z test_nnc_correctness_index_add_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.0252758Z test_nnc_correctness_index_add_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.0269805Z test_nnc_correctness_index_add_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.0286605Z test_nnc_correctness_index_add_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.0304019Z test_nnc_correctness_index_add_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.0320790Z test_nnc_correctness_index_add_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.0337682Z test_nnc_correctness_index_add_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.0355045Z test_nnc_correctness_index_add_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.0371837Z test_nnc_correctness_index_copy_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.0388967Z test_nnc_correctness_index_copy_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.0406120Z test_nnc_correctness_index_copy_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.0430686Z test_nnc_correctness_index_copy_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.0447403Z test_nnc_correctness_index_copy_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.0464391Z test_nnc_correctness_index_copy_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.0481119Z test_nnc_correctness_index_copy_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.0497881Z test_nnc_correctness_index_copy_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.0514956Z test_nnc_correctness_index_copy_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.0531745Z test_nnc_correctness_index_copy_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.0548669Z test_nnc_correctness_index_copy_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.0565346Z test_nnc_correctness_index_copy_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.0582432Z test_nnc_correctness_index_fill_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.0599130Z test_nnc_correctness_index_fill_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.0615952Z test_nnc_correctness_index_fill_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.0638266Z test_nnc_correctness_index_fill_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.0655142Z test_nnc_correctness_index_fill_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.0672256Z test_nnc_correctness_index_fill_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.0689379Z test_nnc_correctness_index_fill_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.0706567Z test_nnc_correctness_index_fill_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.0723543Z test_nnc_correctness_index_fill_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.0740263Z test_nnc_correctness_index_fill_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.0757260Z test_nnc_correctness_index_fill_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.0774015Z test_nnc_correctness_index_fill_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.0791206Z test_nnc_correctness_index_put_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.0808162Z test_nnc_correctness_index_put_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.0825404Z test_nnc_correctness_index_put_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.0847507Z test_nnc_correctness_index_put_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.0865004Z test_nnc_correctness_index_put_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.0881781Z test_nnc_correctness_index_put_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.0898723Z test_nnc_correctness_index_put_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.0915826Z test_nnc_correctness_index_put_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.0932500Z test_nnc_correctness_index_put_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.0949561Z test_nnc_correctness_index_put_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.0966604Z test_nnc_correctness_index_put_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.0983627Z test_nnc_correctness_index_put_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.1000382Z test_nnc_correctness_index_reduce_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.1017288Z test_nnc_correctness_index_reduce_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.1039772Z test_nnc_correctness_index_reduce_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.1056846Z test_nnc_correctness_index_reduce_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.1074363Z test_nnc_correctness_index_select_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.1091163Z test_nnc_correctness_index_select_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.1108147Z test_nnc_correctness_index_select_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.1125024Z test_nnc_correctness_index_select_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.1142157Z test_nnc_correctness_index_select_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.1158997Z test_nnc_correctness_index_select_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.1176221Z test_nnc_correctness_index_select_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.1193206Z test_nnc_correctness_index_select_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.1210061Z test_nnc_correctness_index_select_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.1227267Z test_nnc_correctness_index_select_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.1249417Z test_nnc_correctness_index_select_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.1266408Z test_nnc_correctness_index_select_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.1283195Z test_nnc_correctness_inner_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.1300097Z test_nnc_correctness_inner_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.1317017Z test_nnc_correctness_inner_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.1333825Z test_nnc_correctness_inner_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.1350916Z test_nnc_correctness_inner_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.1367748Z test_nnc_correctness_int_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.1384925Z test_nnc_correctness_int_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.1403111Z test_nnc_correctness_int_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.1421942Z test_nnc_correctness_int_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.1439985Z test_nnc_correctness_int_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.1463890Z test_nnc_correctness_int_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.1482200Z test_nnc_correctness_int_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.1499038Z test_nnc_correctness_int_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.1516244Z test_nnc_correctness_int_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.1533068Z test_nnc_correctness_int_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.1550302Z test_nnc_correctness_int_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.1566970Z test_nnc_correctness_int_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.1584258Z test_nnc_correctness_inverse_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.1601229Z test_nnc_correctness_inverse_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.1618168Z test_nnc_correctness_inverse_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.1635513Z test_nnc_correctness_inverse_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.1652354Z test_nnc_correctness_isclose_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.1675078Z test_nnc_correctness_isclose_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.1691822Z test_nnc_correctness_isclose_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.1709006Z test_nnc_correctness_isclose_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.1725815Z test_nnc_correctness_isclose_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.1742853Z test_nnc_correctness_isclose_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.1759699Z test_nnc_correctness_isclose_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.1777337Z test_nnc_correctness_isclose_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.1794584Z test_nnc_correctness_isclose_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.1811319Z test_nnc_correctness_isclose_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.1828469Z test_nnc_correctness_isclose_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.1845322Z test_nnc_correctness_isclose_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.1868274Z test_nnc_correctness_isfinite_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.1884776Z test_nnc_correctness_isfinite_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.1902056Z test_nnc_correctness_isfinite_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.1918842Z test_nnc_correctness_isfinite_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.1935719Z test_nnc_correctness_isfinite_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.1952693Z test_nnc_correctness_isfinite_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.1969508Z test_nnc_correctness_isfinite_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.1986699Z test_nnc_correctness_isfinite_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.2005038Z test_nnc_correctness_isfinite_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.2022275Z test_nnc_correctness_isfinite_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.2039245Z test_nnc_correctness_isfinite_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.2056167Z test_nnc_correctness_isfinite_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.2079192Z test_nnc_correctness_isfinite_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.2095969Z test_nnc_correctness_isin_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.2113087Z test_nnc_correctness_isin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.2129852Z test_nnc_correctness_isin_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.2146967Z test_nnc_correctness_isin_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.2163823Z test_nnc_correctness_isin_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.2180717Z test_nnc_correctness_isin_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.2197669Z test_nnc_correctness_isin_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.2214417Z test_nnc_correctness_isin_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.2231737Z test_nnc_correctness_isinf_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.2248624Z test_nnc_correctness_isinf_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.2265980Z test_nnc_correctness_isinf_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.2288154Z test_nnc_correctness_isinf_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.2305179Z test_nnc_correctness_isinf_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.2322179Z test_nnc_correctness_isinf_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.2338961Z test_nnc_correctness_isinf_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.2356215Z test_nnc_correctness_isinf_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.2372940Z test_nnc_correctness_isinf_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.2390158Z test_nnc_correctness_isinf_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.2407099Z test_nnc_correctness_isinf_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.2424376Z test_nnc_correctness_isinf_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.2441164Z test_nnc_correctness_isinf_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.2458249Z test_nnc_correctness_isnan_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.2475751Z test_nnc_correctness_isnan_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.2497938Z test_nnc_correctness_isnan_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.2514851Z test_nnc_correctness_isnan_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.2531527Z test_nnc_correctness_isnan_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.2548792Z test_nnc_correctness_isnan_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.2565518Z test_nnc_correctness_isnan_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.2582655Z test_nnc_correctness_isnan_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.2599410Z test_nnc_correctness_isnan_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.2616579Z test_nnc_correctness_isnan_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.2634210Z test_nnc_correctness_isnan_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.2651018Z test_nnc_correctness_isnan_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.2668585Z test_nnc_correctness_isneginf_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.2691032Z test_nnc_correctness_isneginf_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.2707963Z test_nnc_correctness_isneginf_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.2724798Z test_nnc_correctness_isneginf_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.2741938Z test_nnc_correctness_isneginf_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.2758758Z test_nnc_correctness_isneginf_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.2775694Z test_nnc_correctness_isneginf_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.2792794Z test_nnc_correctness_isneginf_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.2809576Z test_nnc_correctness_isneginf_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.2826710Z test_nnc_correctness_isneginf_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.2843687Z test_nnc_correctness_isposinf_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.2860613Z test_nnc_correctness_isposinf_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.2877733Z test_nnc_correctness_isposinf_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.2901887Z test_nnc_correctness_isposinf_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.2918638Z test_nnc_correctness_isposinf_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.2935367Z test_nnc_correctness_isposinf_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.2952537Z test_nnc_correctness_isposinf_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.2969308Z test_nnc_correctness_isposinf_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.2986585Z test_nnc_correctness_isposinf_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.3003140Z test_nnc_correctness_isposinf_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.3019883Z test_nnc_correctness_isreal_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.3036807Z test_nnc_correctness_isreal_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.3054295Z test_nnc_correctness_isreal_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.3071265Z test_nnc_correctness_isreal_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.3088209Z test_nnc_correctness_isreal_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.3111114Z test_nnc_correctness_isreal_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.3127701Z test_nnc_correctness_isreal_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.3145020Z test_nnc_correctness_isreal_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.3161606Z test_nnc_correctness_isreal_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.3178817Z test_nnc_correctness_isreal_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.3195900Z test_nnc_correctness_isreal_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.3212490Z test_nnc_correctness_isreal_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.3229437Z test_nnc_correctness_isreal_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.3246230Z test_nnc_correctness_istft_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.3264108Z test_nnc_correctness_istft_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.3280996Z test_nnc_correctness_istft_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.3297880Z test_nnc_correctness_istft_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.3321146Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.3337907Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.3355138Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.3371955Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.3389064Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.3405956Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.3423240Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.3440451Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.3457321Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.3474590Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.3491299Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.3514302Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.3531033Z test_nnc_correctness_jiterator_binary_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.3548024Z test_nnc_correctness_jiterator_binary_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.3564886Z test_nnc_correctness_jiterator_binary_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.3581914Z test_nnc_correctness_jiterator_binary_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.3598870Z test_nnc_correctness_jiterator_binary_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.3615766Z test_nnc_correctness_jiterator_binary_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.3632918Z test_nnc_correctness_jiterator_binary_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.3649843Z test_nnc_correctness_jiterator_binary_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.3667118Z test_nnc_correctness_jiterator_binary_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.3684020Z test_nnc_correctness_jiterator_binary_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.3701347Z test_nnc_correctness_jiterator_binary_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.3724228Z test_nnc_correctness_jiterator_binary_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.3741370Z test_nnc_correctness_jiterator_unary_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.3758055Z test_nnc_correctness_jiterator_unary_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.3774965Z test_nnc_correctness_jiterator_unary_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.3792217Z test_nnc_correctness_jiterator_unary_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.3809200Z test_nnc_correctness_jiterator_unary_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.3826365Z test_nnc_correctness_jiterator_unary_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.3843244Z test_nnc_correctness_jiterator_unary_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.3860163Z test_nnc_correctness_jiterator_unary_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.3877298Z test_nnc_correctness_jiterator_unary_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.3894291Z test_nnc_correctness_jiterator_unary_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.3911728Z test_nnc_correctness_jiterator_unary_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.3933964Z test_nnc_correctness_jiterator_unary_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.3950980Z test_nnc_correctness_kron_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.3967883Z test_nnc_correctness_kron_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.3985097Z test_nnc_correctness_kron_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.4002055Z test_nnc_correctness_kron_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.4018987Z test_nnc_correctness_kron_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.4036038Z test_nnc_correctness_kron_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.4052727Z test_nnc_correctness_kron_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.4069885Z test_nnc_correctness_kron_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.4086705Z test_nnc_correctness_kron_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.4103992Z test_nnc_correctness_kron_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.4120836Z test_nnc_correctness_kron_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.4143845Z test_nnc_correctness_kron_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.4160617Z test_nnc_correctness_kthvalue_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.4177308Z test_nnc_correctness_kthvalue_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.4194471Z test_nnc_correctness_kthvalue_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.4211400Z test_nnc_correctness_kthvalue_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.4228602Z test_nnc_correctness_kthvalue_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.4245415Z test_nnc_correctness_kthvalue_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.4262356Z test_nnc_correctness_kthvalue_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.4279234Z test_nnc_correctness_kthvalue_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.4296077Z test_nnc_correctness_lcm_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.4313254Z test_nnc_correctness_lcm_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.4335776Z test_nnc_correctness_lcm_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.4352901Z test_nnc_correctness_lcm_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.4369809Z test_nnc_correctness_lcm_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.4386984Z test_nnc_correctness_ldexp_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.4403724Z test_nnc_correctness_ldexp_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.4420596Z test_nnc_correctness_ldexp_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.4437612Z test_nnc_correctness_ldexp_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.4454381Z test_nnc_correctness_ldexp_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.4471456Z test_nnc_correctness_ldexp_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.4488281Z test_nnc_correctness_ldexp_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.4505484Z test_nnc_correctness_ldexp_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.4522488Z test_nnc_correctness_ldexp_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.4545686Z test_nnc_correctness_ldexp_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.4562288Z test_nnc_correctness_ldexp_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.4579333Z test_nnc_correctness_ldexp_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.4596575Z test_nnc_correctness_le_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.4613095Z test_nnc_correctness_le_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.4631154Z test_nnc_correctness_le_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.4648002Z test_nnc_correctness_le_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.4664945Z test_nnc_correctness_le_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.4681608Z test_nnc_correctness_le_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.4698455Z test_nnc_correctness_le_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.4715758Z test_nnc_correctness_le_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.4732547Z test_nnc_correctness_le_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.4755259Z test_nnc_correctness_le_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.4771951Z test_nnc_correctness_lerp_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.4789001Z test_nnc_correctness_lerp_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.4805793Z test_nnc_correctness_lerp_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.4822946Z test_nnc_correctness_lerp_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.4839703Z test_nnc_correctness_lerp_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.4856680Z test_nnc_correctness_lerp_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.4873956Z test_nnc_correctness_lgamma_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.4890485Z test_nnc_correctness_lgamma_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.4907836Z test_nnc_correctness_lgamma_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.4925094Z test_nnc_correctness_lgamma_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.4942264Z test_nnc_correctness_lgamma_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.4964597Z test_nnc_correctness_lgamma_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.4981721Z test_nnc_correctness_lgamma_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.4998706Z test_nnc_correctness_lgamma_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.5015361Z test_nnc_correctness_lgamma_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.5032634Z test_nnc_correctness_linalg_cholesky_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.5049534Z test_nnc_correctness_linalg_cholesky_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.5066962Z test_nnc_correctness_linalg_cholesky_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.5083999Z test_nnc_correctness_linalg_cholesky_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.5101077Z test_nnc_correctness_linalg_cholesky_ex_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.5118253Z test_nnc_correctness_linalg_cholesky_ex_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.5135255Z test_nnc_correctness_linalg_cholesky_ex_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.5158475Z test_nnc_correctness_linalg_cholesky_ex_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.5175744Z test_nnc_correctness_linalg_cond_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.5193475Z test_nnc_correctness_linalg_cond_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.5210909Z test_nnc_correctness_linalg_cond_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.5227911Z test_nnc_correctness_linalg_cond_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.5244855Z test_nnc_correctness_linalg_cross_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.5261688Z test_nnc_correctness_linalg_cross_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.5278428Z test_nnc_correctness_linalg_cross_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.5295267Z test_nnc_correctness_linalg_cross_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.5312321Z test_nnc_correctness_linalg_cross_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.5329626Z test_nnc_correctness_linalg_cross_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.5346456Z test_nnc_correctness_linalg_cross_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.5370463Z test_nnc_correctness_linalg_cross_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.5387563Z test_nnc_correctness_linalg_cross_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.5404030Z test_nnc_correctness_linalg_cross_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.5420555Z test_nnc_correctness_linalg_det_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.5437303Z test_nnc_correctness_linalg_det_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.5453854Z test_nnc_correctness_linalg_det_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.5470332Z test_nnc_correctness_linalg_det_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.5486704Z test_nnc_correctness_linalg_det_singular_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.5503596Z test_nnc_correctness_linalg_det_singular_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.5520281Z test_nnc_correctness_linalg_eig_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.5537022Z test_nnc_correctness_linalg_eig_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.5554270Z test_nnc_correctness_linalg_eig_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.5576685Z test_nnc_correctness_linalg_eig_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.5593680Z test_nnc_correctness_linalg_eigh_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.5610263Z test_nnc_correctness_linalg_eigh_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.5627827Z test_nnc_correctness_linalg_eigh_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.5644493Z test_nnc_correctness_linalg_eigh_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.5661199Z test_nnc_correctness_linalg_eigvals_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.5677647Z test_nnc_correctness_linalg_eigvals_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.5693861Z test_nnc_correctness_linalg_eigvals_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.5710609Z test_nnc_correctness_linalg_eigvals_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.5727447Z test_nnc_correctness_linalg_eigvalsh_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.5744166Z test_nnc_correctness_linalg_eigvalsh_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.5760839Z test_nnc_correctness_linalg_eigvalsh_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.5783108Z test_nnc_correctness_linalg_eigvalsh_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.5799832Z test_nnc_correctness_linalg_householder_product_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.5816715Z test_nnc_correctness_linalg_householder_product_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.5833889Z test_nnc_correctness_linalg_householder_product_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.5850720Z test_nnc_correctness_linalg_householder_product_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.5867819Z test_nnc_correctness_linalg_inv_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.5884542Z test_nnc_correctness_linalg_inv_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.5901723Z test_nnc_correctness_linalg_inv_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.5918569Z test_nnc_correctness_linalg_inv_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.5935354Z test_nnc_correctness_linalg_inv_ex_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.5952678Z test_nnc_correctness_linalg_inv_ex_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.5975288Z test_nnc_correctness_linalg_inv_ex_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.5992103Z test_nnc_correctness_linalg_inv_ex_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.6010414Z test_nnc_correctness_linalg_ldl_factor_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.6026155Z test_nnc_correctness_linalg_ldl_factor_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.6042917Z test_nnc_correctness_linalg_ldl_factor_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.6059904Z test_nnc_correctness_linalg_ldl_factor_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.6077021Z test_nnc_correctness_linalg_ldl_factor_ex_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.6093926Z test_nnc_correctness_linalg_ldl_factor_ex_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.6111168Z test_nnc_correctness_linalg_ldl_factor_ex_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.6128311Z test_nnc_correctness_linalg_ldl_factor_ex_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.6145620Z test_nnc_correctness_linalg_ldl_solve_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: not available before CUDA 11.3.1 (0.002s) 2022-05-18T05:16:46.6162541Z test_nnc_correctness_linalg_ldl_solve_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: not available before CUDA 11.3.1 (0.002s) 2022-05-18T05:16:46.6185833Z test_nnc_correctness_linalg_ldl_solve_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: not available before CUDA 11.3.1 (0.002s) 2022-05-18T05:16:46.6202515Z test_nnc_correctness_linalg_ldl_solve_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: not available before CUDA 11.3.1 (0.002s) 2022-05-18T05:16:46.6219060Z test_nnc_correctness_linalg_lstsq_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.6235714Z test_nnc_correctness_linalg_lstsq_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.6252107Z test_nnc_correctness_linalg_lstsq_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.6268762Z test_nnc_correctness_linalg_lstsq_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.6285520Z test_nnc_correctness_linalg_lstsq_grad_oriented_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.6302151Z test_nnc_correctness_linalg_lstsq_grad_oriented_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.6318631Z test_nnc_correctness_linalg_lstsq_grad_oriented_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.6334976Z test_nnc_correctness_linalg_lstsq_grad_oriented_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.6352229Z test_nnc_correctness_linalg_lu_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.6368968Z test_nnc_correctness_linalg_lu_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.6391436Z test_nnc_correctness_linalg_lu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.6408243Z test_nnc_correctness_linalg_lu_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.6425594Z test_nnc_correctness_linalg_lu_factor_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.6442447Z test_nnc_correctness_linalg_lu_factor_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.6459417Z test_nnc_correctness_linalg_lu_factor_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.6476455Z test_nnc_correctness_linalg_lu_factor_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.6493410Z test_nnc_correctness_linalg_lu_factor_ex_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.6510497Z test_nnc_correctness_linalg_lu_factor_ex_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.6527320Z test_nnc_correctness_linalg_lu_factor_ex_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.6544438Z test_nnc_correctness_linalg_lu_factor_ex_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.6561806Z test_nnc_correctness_linalg_matrix_norm_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.6579165Z test_nnc_correctness_linalg_matrix_norm_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.6602406Z test_nnc_correctness_linalg_matrix_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.6619624Z test_nnc_correctness_linalg_matrix_norm_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.6637106Z test_nnc_correctness_linalg_matrix_power_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.6654333Z test_nnc_correctness_linalg_matrix_power_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.6671722Z test_nnc_correctness_linalg_matrix_power_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.6690195Z test_nnc_correctness_linalg_matrix_power_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.6708717Z test_nnc_correctness_linalg_matrix_rank_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.6726956Z test_nnc_correctness_linalg_matrix_rank_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.6745403Z test_nnc_correctness_linalg_matrix_rank_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.6762366Z test_nnc_correctness_linalg_matrix_rank_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.6779270Z test_nnc_correctness_linalg_matrix_rank_hermitian_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.6802320Z test_nnc_correctness_linalg_matrix_rank_hermitian_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.6819125Z test_nnc_correctness_linalg_matrix_rank_hermitian_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.6836090Z test_nnc_correctness_linalg_matrix_rank_hermitian_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.6853099Z test_nnc_correctness_linalg_multi_dot_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.6870058Z test_nnc_correctness_linalg_multi_dot_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.6887127Z test_nnc_correctness_linalg_multi_dot_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.6905580Z test_nnc_correctness_linalg_multi_dot_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.6922331Z test_nnc_correctness_linalg_multi_dot_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.6939386Z test_nnc_correctness_linalg_norm_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.6956270Z test_nnc_correctness_linalg_norm_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.6973127Z test_nnc_correctness_linalg_norm_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.6990379Z test_nnc_correctness_linalg_norm_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.7013196Z test_nnc_correctness_linalg_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.7030217Z test_nnc_correctness_linalg_norm_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.7047066Z test_nnc_correctness_linalg_norm_subgradients_at_zero_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.7064600Z test_nnc_correctness_linalg_norm_subgradients_at_zero_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.7081358Z test_nnc_correctness_linalg_norm_subgradients_at_zero_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.7098279Z test_nnc_correctness_linalg_norm_subgradients_at_zero_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.7115569Z test_nnc_correctness_linalg_norm_subgradients_at_zero_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.7132598Z test_nnc_correctness_linalg_norm_subgradients_at_zero_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.7149683Z test_nnc_correctness_linalg_pinv_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.7166631Z test_nnc_correctness_linalg_pinv_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.7183816Z test_nnc_correctness_linalg_pinv_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.7200659Z test_nnc_correctness_linalg_pinv_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.7223011Z test_nnc_correctness_linalg_pinv_hermitian_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.7239499Z test_nnc_correctness_linalg_pinv_hermitian_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.7255893Z test_nnc_correctness_linalg_pinv_hermitian_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.7272425Z test_nnc_correctness_linalg_pinv_hermitian_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.7290723Z test_nnc_correctness_linalg_pinv_singular_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.7309069Z test_nnc_correctness_linalg_pinv_singular_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.7325973Z test_nnc_correctness_linalg_pinv_singular_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.7343172Z test_nnc_correctness_linalg_pinv_singular_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.7360084Z test_nnc_correctness_linalg_qr_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.7377060Z test_nnc_correctness_linalg_qr_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.7394299Z test_nnc_correctness_linalg_qr_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.7411308Z test_nnc_correctness_linalg_qr_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.7434050Z test_nnc_correctness_linalg_slogdet_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.7450335Z test_nnc_correctness_linalg_slogdet_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.7466864Z test_nnc_correctness_linalg_slogdet_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.7483237Z test_nnc_correctness_linalg_slogdet_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.7499907Z test_nnc_correctness_linalg_solve_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.7516399Z test_nnc_correctness_linalg_solve_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.7532646Z test_nnc_correctness_linalg_solve_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.7549246Z test_nnc_correctness_linalg_solve_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.7565957Z test_nnc_correctness_linalg_solve_triangular_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.7583238Z test_nnc_correctness_linalg_solve_triangular_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.7600115Z test_nnc_correctness_linalg_solve_triangular_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.7617270Z test_nnc_correctness_linalg_solve_triangular_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.7640351Z test_nnc_correctness_linalg_svd_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.7657390Z test_nnc_correctness_linalg_svd_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.7674839Z test_nnc_correctness_linalg_svd_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.7691960Z test_nnc_correctness_linalg_svd_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.7709464Z test_nnc_correctness_linalg_svdvals_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.7726899Z test_nnc_correctness_linalg_svdvals_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.7744497Z test_nnc_correctness_linalg_svdvals_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.7761639Z test_nnc_correctness_linalg_svdvals_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.7778588Z test_nnc_correctness_linalg_tensorinv_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.7795735Z test_nnc_correctness_linalg_tensorinv_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.7812586Z test_nnc_correctness_linalg_tensorinv_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.7837067Z test_nnc_correctness_linalg_tensorinv_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.7853784Z test_nnc_correctness_linalg_tensorsolve_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.7870879Z test_nnc_correctness_linalg_tensorsolve_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.7887529Z test_nnc_correctness_linalg_tensorsolve_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.7904834Z test_nnc_correctness_linalg_tensorsolve_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.7921780Z test_nnc_correctness_linalg_vander_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.7938428Z test_nnc_correctness_linalg_vander_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.7955655Z test_nnc_correctness_linalg_vander_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.7972231Z test_nnc_correctness_linalg_vander_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.7989248Z test_nnc_correctness_linalg_vander_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.8006232Z test_nnc_correctness_linalg_vander_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.8023244Z test_nnc_correctness_linalg_vander_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.8045765Z test_nnc_correctness_linalg_vander_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.8064898Z test_nnc_correctness_linalg_vander_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.8081165Z test_nnc_correctness_linalg_vector_norm_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.8097457Z test_nnc_correctness_linalg_vector_norm_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.8114310Z test_nnc_correctness_linalg_vector_norm_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.8130598Z test_nnc_correctness_linalg_vector_norm_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.8147117Z test_nnc_correctness_linalg_vector_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.8163556Z test_nnc_correctness_linalg_vector_norm_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.8180537Z test_nnc_correctness_log10_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.8197622Z test_nnc_correctness_log10_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.8214724Z test_nnc_correctness_log10_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.8231726Z test_nnc_correctness_log10_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.8253934Z test_nnc_correctness_log10_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.8270932Z test_nnc_correctness_log10_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.8287743Z test_nnc_correctness_log10_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.8304889Z test_nnc_correctness_log10_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.8321776Z test_nnc_correctness_log10_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.8338536Z test_nnc_correctness_log10_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.8355773Z test_nnc_correctness_log10_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.8372672Z test_nnc_correctness_log10_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.8389934Z test_nnc_correctness_log1p_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.8406744Z test_nnc_correctness_log1p_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.8424241Z test_nnc_correctness_log1p_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.8441314Z test_nnc_correctness_log1p_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.8465172Z test_nnc_correctness_log1p_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.8481834Z test_nnc_correctness_log1p_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.8498517Z test_nnc_correctness_log1p_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.8515750Z test_nnc_correctness_log1p_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.8532729Z test_nnc_correctness_log1p_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.8549728Z test_nnc_correctness_log1p_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.8566686Z test_nnc_correctness_log2_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.8584121Z test_nnc_correctness_log2_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.8601237Z test_nnc_correctness_log2_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.8618350Z test_nnc_correctness_log2_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.8636018Z test_nnc_correctness_log2_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.8659108Z test_nnc_correctness_log2_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.8676100Z test_nnc_correctness_log2_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.8692868Z test_nnc_correctness_log2_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.8709998Z test_nnc_correctness_log2_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.8727069Z test_nnc_correctness_log2_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.8745751Z test_nnc_correctness_log2_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.8763842Z test_nnc_correctness_log2_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.8782365Z test_nnc_correctness_log_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.8799713Z test_nnc_correctness_log_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.8816503Z test_nnc_correctness_log_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.8833991Z test_nnc_correctness_log_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.8851239Z test_nnc_correctness_log_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.8875289Z test_nnc_correctness_log_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.8891877Z test_nnc_correctness_log_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.8908935Z test_nnc_correctness_log_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.8925818Z test_nnc_correctness_log_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.8942761Z test_nnc_correctness_log_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.8961100Z test_nnc_correctness_log_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.8979275Z test_nnc_correctness_log_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.8998148Z test_nnc_correctness_log_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.9016518Z test_nnc_correctness_log_softmax_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.9034281Z test_nnc_correctness_log_softmax_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.9052202Z test_nnc_correctness_log_softmax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.9069683Z test_nnc_correctness_log_softmax_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.9092905Z test_nnc_correctness_log_softmax_dtype_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.9110106Z test_nnc_correctness_log_softmax_dtype_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.9128441Z test_nnc_correctness_log_softmax_dtype_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.9146692Z test_nnc_correctness_log_softmax_dtype_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.9164793Z test_nnc_correctness_log_softmax_dtype_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.9183199Z test_nnc_correctness_log_softmax_dtype_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.9200372Z test_nnc_correctness_log_softmax_dtype_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.9217225Z test_nnc_correctness_log_softmax_dtype_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.9234465Z test_nnc_correctness_log_softmax_dtype_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.9251359Z test_nnc_correctness_log_softmax_dtype_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.9268807Z test_nnc_correctness_log_softmax_dtype_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.9286088Z test_nnc_correctness_log_softmax_dtype_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.9309583Z test_nnc_correctness_logaddexp2_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.9326468Z test_nnc_correctness_logaddexp2_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.9343619Z test_nnc_correctness_logaddexp2_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.9360495Z test_nnc_correctness_logaddexp_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.9377108Z test_nnc_correctness_logaddexp_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.9394430Z test_nnc_correctness_logaddexp_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.9411205Z test_nnc_correctness_logcumsumexp_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.9428355Z test_nnc_correctness_logcumsumexp_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.9445470Z test_nnc_correctness_logcumsumexp_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.9462685Z test_nnc_correctness_logcumsumexp_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.9479331Z test_nnc_correctness_logdet_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.9501921Z test_nnc_correctness_logdet_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.9518777Z test_nnc_correctness_logical_and_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.9535510Z test_nnc_correctness_logical_and_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.9552487Z test_nnc_correctness_logical_and_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.9569274Z test_nnc_correctness_logical_and_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.9586647Z test_nnc_correctness_logical_and_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.9603349Z test_nnc_correctness_logical_and_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.9620539Z test_nnc_correctness_logical_and_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.9637392Z test_nnc_correctness_logical_and_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.9654257Z test_nnc_correctness_logical_and_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.9671257Z test_nnc_correctness_logical_and_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.9688304Z test_nnc_correctness_logical_and_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.9711225Z test_nnc_correctness_logical_and_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.9728048Z test_nnc_correctness_logical_not_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.9745442Z test_nnc_correctness_logical_not_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.9762122Z test_nnc_correctness_logical_not_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.9778884Z test_nnc_correctness_logical_not_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.9796102Z test_nnc_correctness_logical_not_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.9812955Z test_nnc_correctness_logical_not_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.9830048Z test_nnc_correctness_logical_not_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.9846848Z test_nnc_correctness_logical_not_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.9864101Z test_nnc_correctness_logical_not_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.9881011Z test_nnc_correctness_logical_not_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.9897970Z test_nnc_correctness_logical_not_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.9920714Z test_nnc_correctness_logical_not_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.9938974Z test_nnc_correctness_logical_or_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.9957123Z test_nnc_correctness_logical_or_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.9974166Z test_nnc_correctness_logical_or_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:46.9990944Z test_nnc_correctness_logical_or_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.0007674Z test_nnc_correctness_logical_or_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.0024889Z test_nnc_correctness_logical_or_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.0041678Z test_nnc_correctness_logical_or_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.0058446Z test_nnc_correctness_logical_or_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.0075546Z test_nnc_correctness_logical_or_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.0092539Z test_nnc_correctness_logical_or_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.0109907Z test_nnc_correctness_logical_or_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.0132277Z test_nnc_correctness_logical_or_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.0149471Z test_nnc_correctness_logical_xor_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.0166319Z test_nnc_correctness_logical_xor_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.0183260Z test_nnc_correctness_logical_xor_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.0200100Z test_nnc_correctness_logical_xor_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.0216908Z test_nnc_correctness_logical_xor_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.0234086Z test_nnc_correctness_logical_xor_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.0250732Z test_nnc_correctness_logical_xor_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.0267883Z test_nnc_correctness_logical_xor_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.0284469Z test_nnc_correctness_logical_xor_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.0301662Z test_nnc_correctness_logical_xor_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.0326257Z test_nnc_correctness_logical_xor_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.0343202Z test_nnc_correctness_logical_xor_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.0360194Z test_nnc_correctness_logit_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.0377021Z test_nnc_correctness_logit_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.0394030Z test_nnc_correctness_logit_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.0410964Z test_nnc_correctness_logit_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.0427974Z test_nnc_correctness_logit_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.0444901Z test_nnc_correctness_logit_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.0461864Z test_nnc_correctness_logit_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.0478640Z test_nnc_correctness_logit_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.0495621Z test_nnc_correctness_logit_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.0512799Z test_nnc_correctness_logit_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.0535209Z test_nnc_correctness_logsumexp_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.0552292Z test_nnc_correctness_logsumexp_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.0569030Z test_nnc_correctness_logsumexp_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.0586229Z test_nnc_correctness_logsumexp_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.0602990Z test_nnc_correctness_logsumexp_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.0619975Z test_nnc_correctness_logsumexp_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.0637083Z test_nnc_correctness_logsumexp_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.0654028Z test_nnc_correctness_logsumexp_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.0671107Z test_nnc_correctness_logsumexp_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.0688050Z test_nnc_correctness_logsumexp_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.0705377Z test_nnc_correctness_long_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.0722227Z test_nnc_correctness_long_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.0744955Z test_nnc_correctness_long_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.0763107Z test_nnc_correctness_long_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.0781608Z test_nnc_correctness_long_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.0798852Z test_nnc_correctness_long_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.0815877Z test_nnc_correctness_long_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.0832869Z test_nnc_correctness_long_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.0849689Z test_nnc_correctness_long_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.0866758Z test_nnc_correctness_long_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.0883613Z test_nnc_correctness_long_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.0900731Z test_nnc_correctness_long_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.0917832Z test_nnc_correctness_lt_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.0934700Z test_nnc_correctness_lt_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.0957528Z test_nnc_correctness_lt_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.0974299Z test_nnc_correctness_lt_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.0991316Z test_nnc_correctness_lt_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.1008062Z test_nnc_correctness_lt_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.1025335Z test_nnc_correctness_lt_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.1041975Z test_nnc_correctness_lt_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.1059333Z test_nnc_correctness_lt_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.1076424Z test_nnc_correctness_lt_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.1094304Z test_nnc_correctness_lu_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.1111506Z test_nnc_correctness_lu_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.1128573Z test_nnc_correctness_lu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.1151392Z test_nnc_correctness_lu_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.1168235Z test_nnc_correctness_lu_solve_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.1185366Z test_nnc_correctness_lu_solve_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.1202197Z test_nnc_correctness_lu_solve_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.1219042Z test_nnc_correctness_lu_solve_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.1236243Z test_nnc_correctness_lu_unpack_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.1253161Z test_nnc_correctness_lu_unpack_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.1270220Z test_nnc_correctness_lu_unpack_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.1287195Z test_nnc_correctness_lu_unpack_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.1304284Z test_nnc_correctness_mH_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.1321192Z test_nnc_correctness_mH_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.1338376Z test_nnc_correctness_mH_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.1361362Z test_nnc_correctness_mH_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.1378144Z test_nnc_correctness_mH_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.1395157Z test_nnc_correctness_mH_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.1411907Z test_nnc_correctness_mH_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.1428936Z test_nnc_correctness_mH_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.1445680Z test_nnc_correctness_mH_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.1462892Z test_nnc_correctness_mH_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.1479662Z test_nnc_correctness_mH_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.1496697Z test_nnc_correctness_mH_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.1514028Z test_nnc_correctness_mH_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.1531210Z test_nnc_correctness_mT_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.1548380Z test_nnc_correctness_mT_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.1570594Z test_nnc_correctness_mT_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.1587358Z test_nnc_correctness_mT_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.1604045Z test_nnc_correctness_mT_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.1620957Z test_nnc_correctness_mT_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.1637988Z test_nnc_correctness_mT_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.1654855Z test_nnc_correctness_mT_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.1672021Z test_nnc_correctness_mT_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.1688927Z test_nnc_correctness_mT_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.1706024Z test_nnc_correctness_mT_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.1723034Z test_nnc_correctness_mT_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.1740012Z test_nnc_correctness_mT_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.1757408Z test_nnc_correctness_masked_fill_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.1780020Z test_nnc_correctness_masked_fill_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.1796938Z test_nnc_correctness_masked_fill_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.1813761Z test_nnc_correctness_masked_fill_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.1830886Z test_nnc_correctness_masked_fill_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.1847661Z test_nnc_correctness_masked_fill_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.1864677Z test_nnc_correctness_masked_fill_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.1881248Z test_nnc_correctness_masked_fill_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.1898067Z test_nnc_correctness_masked_fill_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.1915554Z test_nnc_correctness_masked_fill_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.1932434Z test_nnc_correctness_masked_fill_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.1949577Z test_nnc_correctness_masked_fill_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.1972151Z test_nnc_correctness_masked_scatter_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.1988966Z test_nnc_correctness_masked_scatter_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.2005954Z test_nnc_correctness_masked_scatter_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.2023290Z test_nnc_correctness_masked_scatter_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.2040136Z test_nnc_correctness_masked_scatter_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.2057172Z test_nnc_correctness_masked_scatter_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.2074345Z test_nnc_correctness_masked_scatter_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.2091181Z test_nnc_correctness_masked_scatter_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.2108437Z test_nnc_correctness_masked_scatter_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.2125386Z test_nnc_correctness_masked_scatter_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.2142884Z test_nnc_correctness_masked_scatter_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.2159845Z test_nnc_correctness_masked_scatter_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.2182956Z test_nnc_correctness_masked_select_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.2199689Z test_nnc_correctness_masked_select_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.2216593Z test_nnc_correctness_masked_select_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.2233738Z test_nnc_correctness_masked_select_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.2250460Z test_nnc_correctness_masked_select_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.2267527Z test_nnc_correctness_masked_select_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.2284311Z test_nnc_correctness_masked_select_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.2301453Z test_nnc_correctness_masked_select_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.2318355Z test_nnc_correctness_masked_select_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.2335054Z test_nnc_correctness_masked_select_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.2352609Z test_nnc_correctness_masked_select_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.2369456Z test_nnc_correctness_masked_select_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.2392014Z test_nnc_correctness_matmul_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.2408853Z test_nnc_correctness_matmul_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.2426136Z test_nnc_correctness_matmul_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.2443112Z test_nnc_correctness_matmul_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.2459993Z test_nnc_correctness_matmul_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.2477127Z test_nnc_correctness_matrix_exp_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.2493997Z test_nnc_correctness_matrix_exp_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.2510967Z test_nnc_correctness_matrix_exp_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.2528066Z test_nnc_correctness_matrix_exp_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.2545392Z test_nnc_correctness_matrix_exp_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.2562268Z test_nnc_correctness_max_binary_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.2579403Z test_nnc_correctness_max_binary_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.2601998Z test_nnc_correctness_max_binary_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.2618837Z test_nnc_correctness_max_binary_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.2636099Z test_nnc_correctness_max_binary_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.2652936Z test_nnc_correctness_max_binary_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.2669948Z test_nnc_correctness_max_binary_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.2686699Z test_nnc_correctness_max_binary_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.2703970Z test_nnc_correctness_max_binary_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.2720850Z test_nnc_correctness_max_binary_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.2737895Z test_nnc_correctness_max_reduction_no_dim_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.2756309Z test_nnc_correctness_max_reduction_no_dim_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.2773145Z test_nnc_correctness_max_reduction_no_dim_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.2797725Z test_nnc_correctness_max_reduction_no_dim_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.2814538Z test_nnc_correctness_max_reduction_no_dim_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.2831536Z test_nnc_correctness_max_reduction_no_dim_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.2848170Z test_nnc_correctness_max_reduction_no_dim_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.2865312Z test_nnc_correctness_max_reduction_no_dim_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.2882051Z test_nnc_correctness_max_reduction_no_dim_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.2898651Z test_nnc_correctness_max_reduction_no_dim_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.2915799Z test_nnc_correctness_max_reduction_with_dim_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.2932427Z test_nnc_correctness_max_reduction_with_dim_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.2949675Z test_nnc_correctness_max_reduction_with_dim_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.2966255Z test_nnc_correctness_max_reduction_with_dim_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.2983272Z test_nnc_correctness_max_reduction_with_dim_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.3005876Z test_nnc_correctness_max_reduction_with_dim_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.3023031Z test_nnc_correctness_max_reduction_with_dim_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.3039617Z test_nnc_correctness_max_reduction_with_dim_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.3056731Z test_nnc_correctness_max_reduction_with_dim_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.3073852Z test_nnc_correctness_max_reduction_with_dim_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.3090614Z test_nnc_correctness_maximum_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.3107816Z test_nnc_correctness_maximum_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.3124635Z test_nnc_correctness_maximum_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.3141734Z test_nnc_correctness_maximum_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.3158564Z test_nnc_correctness_maximum_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.3175559Z test_nnc_correctness_maximum_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.3192966Z test_nnc_correctness_maximum_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.3215303Z test_nnc_correctness_maximum_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.3232448Z test_nnc_correctness_maximum_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.3249279Z test_nnc_correctness_maximum_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.3266361Z test_nnc_correctness_mean_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.3283273Z test_nnc_correctness_mean_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.3300256Z test_nnc_correctness_mean_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.3317463Z test_nnc_correctness_mean_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.3334294Z test_nnc_correctness_mean_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.3351535Z test_nnc_correctness_mean_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.3369796Z test_nnc_correctness_median_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.3388218Z test_nnc_correctness_median_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.3406415Z test_nnc_correctness_median_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.3430854Z test_nnc_correctness_median_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.3448863Z test_nnc_correctness_median_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.3467099Z test_nnc_correctness_median_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.3483860Z test_nnc_correctness_median_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.3500638Z test_nnc_correctness_median_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.3518374Z test_nnc_correctness_meshgrid_list_of_tensors_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.3534923Z test_nnc_correctness_meshgrid_list_of_tensors_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.3552043Z test_nnc_correctness_meshgrid_list_of_tensors_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.3568869Z test_nnc_correctness_meshgrid_list_of_tensors_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.3586362Z test_nnc_correctness_meshgrid_list_of_tensors_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.3603151Z test_nnc_correctness_meshgrid_list_of_tensors_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.3626308Z test_nnc_correctness_meshgrid_list_of_tensors_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.3643063Z test_nnc_correctness_meshgrid_list_of_tensors_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.3659889Z test_nnc_correctness_meshgrid_list_of_tensors_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.3676919Z test_nnc_correctness_meshgrid_list_of_tensors_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.3693704Z test_nnc_correctness_meshgrid_list_of_tensors_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.3710631Z test_nnc_correctness_meshgrid_list_of_tensors_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.3727574Z test_nnc_correctness_meshgrid_variadic_tensors_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.3744892Z test_nnc_correctness_meshgrid_variadic_tensors_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.3761639Z test_nnc_correctness_meshgrid_variadic_tensors_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.3778573Z test_nnc_correctness_meshgrid_variadic_tensors_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.3795943Z test_nnc_correctness_meshgrid_variadic_tensors_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.3812577Z test_nnc_correctness_meshgrid_variadic_tensors_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.3835605Z test_nnc_correctness_meshgrid_variadic_tensors_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.3852462Z test_nnc_correctness_meshgrid_variadic_tensors_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.3869653Z test_nnc_correctness_meshgrid_variadic_tensors_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.3886271Z test_nnc_correctness_meshgrid_variadic_tensors_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.3903403Z test_nnc_correctness_meshgrid_variadic_tensors_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.3920162Z test_nnc_correctness_meshgrid_variadic_tensors_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.3936988Z test_nnc_correctness_min_binary_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.3954198Z test_nnc_correctness_min_binary_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.3970989Z test_nnc_correctness_min_binary_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.3988093Z test_nnc_correctness_min_binary_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.4005271Z test_nnc_correctness_min_binary_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.4022271Z test_nnc_correctness_min_binary_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.4044723Z test_nnc_correctness_min_binary_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.4061768Z test_nnc_correctness_min_binary_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.4078685Z test_nnc_correctness_min_binary_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.4095400Z test_nnc_correctness_min_binary_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.4112507Z test_nnc_correctness_min_reduction_no_dim_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.4129370Z test_nnc_correctness_min_reduction_no_dim_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.4146466Z test_nnc_correctness_min_reduction_no_dim_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.4163207Z test_nnc_correctness_min_reduction_no_dim_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.4180101Z test_nnc_correctness_min_reduction_no_dim_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.4197082Z test_nnc_correctness_min_reduction_no_dim_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.4214103Z test_nnc_correctness_min_reduction_no_dim_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.4231373Z test_nnc_correctness_min_reduction_no_dim_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.4254093Z test_nnc_correctness_min_reduction_no_dim_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.4271096Z test_nnc_correctness_min_reduction_no_dim_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.4287852Z test_nnc_correctness_min_reduction_with_dim_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.4305466Z test_nnc_correctness_min_reduction_with_dim_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.4322281Z test_nnc_correctness_min_reduction_with_dim_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.4338760Z test_nnc_correctness_min_reduction_with_dim_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.4356040Z test_nnc_correctness_min_reduction_with_dim_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.4372665Z test_nnc_correctness_min_reduction_with_dim_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.4389751Z test_nnc_correctness_min_reduction_with_dim_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.4406734Z test_nnc_correctness_min_reduction_with_dim_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.4423987Z test_nnc_correctness_min_reduction_with_dim_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.4446718Z test_nnc_correctness_min_reduction_with_dim_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.4463955Z test_nnc_correctness_minimum_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.4480766Z test_nnc_correctness_minimum_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.4497425Z test_nnc_correctness_minimum_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.4514555Z test_nnc_correctness_minimum_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.4531412Z test_nnc_correctness_minimum_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.4548489Z test_nnc_correctness_minimum_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.4565354Z test_nnc_correctness_minimum_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.4582511Z test_nnc_correctness_minimum_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.4599314Z test_nnc_correctness_minimum_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.4616244Z test_nnc_correctness_minimum_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.4633729Z test_nnc_correctness_mm_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.4656268Z test_nnc_correctness_mm_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.4673362Z test_nnc_correctness_mm_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.4690386Z test_nnc_correctness_mm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.4707397Z test_nnc_correctness_mm_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.4724320Z test_nnc_correctness_mode_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.4741460Z test_nnc_correctness_mode_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.4758247Z test_nnc_correctness_mode_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.4774971Z test_nnc_correctness_mode_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.4792074Z test_nnc_correctness_mode_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.4808893Z test_nnc_correctness_mode_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.4826125Z test_nnc_correctness_mode_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.4843004Z test_nnc_correctness_mode_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.4866077Z test_nnc_correctness_mode_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.4882911Z test_nnc_correctness_mode_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.4899821Z test_nnc_correctness_movedim_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.4917168Z test_nnc_correctness_movedim_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.4933766Z test_nnc_correctness_movedim_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.4950794Z test_nnc_correctness_movedim_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.4967485Z test_nnc_correctness_movedim_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.4984600Z test_nnc_correctness_movedim_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.5001509Z test_nnc_correctness_movedim_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.5018554Z test_nnc_correctness_movedim_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.5035720Z test_nnc_correctness_movedim_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.5052925Z test_nnc_correctness_movedim_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.5076201Z test_nnc_correctness_movedim_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.5092968Z test_nnc_correctness_movedim_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.5110207Z test_nnc_correctness_movedim_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.5127127Z test_nnc_correctness_msort_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.5144190Z test_nnc_correctness_msort_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.5160974Z test_nnc_correctness_msort_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.5177529Z test_nnc_correctness_msort_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.5194724Z test_nnc_correctness_msort_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.5211422Z test_nnc_correctness_msort_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.5228494Z test_nnc_correctness_msort_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.5245467Z test_nnc_correctness_msort_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.5270008Z test_nnc_correctness_msort_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.5286724Z test_nnc_correctness_mul_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.5303938Z test_nnc_correctness_mul_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.5320696Z test_nnc_correctness_mul_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.5337568Z test_nnc_correctness_mul_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.5354647Z test_nnc_correctness_mul_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.5371552Z test_nnc_correctness_mul_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.5388424Z test_nnc_correctness_mul_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.5405221Z test_nnc_correctness_mul_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.5422566Z test_nnc_correctness_mul_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.5439169Z test_nnc_correctness_mul_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.5456136Z test_nnc_correctness_mul_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.5479020Z test_nnc_correctness_mul_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.5495778Z test_nnc_correctness_mul_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.5512907Z test_nnc_correctness_multinomial_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.5529705Z test_nnc_correctness_multinomial_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.5546793Z test_nnc_correctness_multinomial_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.5563426Z test_nnc_correctness_mv_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.5580240Z test_nnc_correctness_mv_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.5597371Z test_nnc_correctness_mv_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.5614628Z test_nnc_correctness_mv_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.5631826Z test_nnc_correctness_mv_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.5648737Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.5665599Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.5688310Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.5705415Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.5722213Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.5739033Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.5756311Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.5773017Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.5790053Z test_nnc_correctness_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.5807093Z test_nnc_correctness_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.5824257Z test_nnc_correctness_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.5841210Z test_nnc_correctness_mvlgamma_mvlgamma_p_3_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.5858057Z test_nnc_correctness_mvlgamma_mvlgamma_p_3_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.5875325Z test_nnc_correctness_mvlgamma_mvlgamma_p_3_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.5897949Z test_nnc_correctness_mvlgamma_mvlgamma_p_3_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.5915199Z test_nnc_correctness_mvlgamma_mvlgamma_p_3_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.5932023Z test_nnc_correctness_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.5949207Z test_nnc_correctness_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.5966113Z test_nnc_correctness_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.5983563Z test_nnc_correctness_mvlgamma_mvlgamma_p_5_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.6000131Z test_nnc_correctness_mvlgamma_mvlgamma_p_5_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.6017129Z test_nnc_correctness_mvlgamma_mvlgamma_p_5_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.6034224Z test_nnc_correctness_mvlgamma_mvlgamma_p_5_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.6051162Z test_nnc_correctness_mvlgamma_mvlgamma_p_5_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.6068316Z test_nnc_correctness_nan_to_num_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.6090954Z test_nnc_correctness_nan_to_num_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.6108060Z test_nnc_correctness_nan_to_num_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.6124916Z test_nnc_correctness_nan_to_num_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.6141967Z test_nnc_correctness_nan_to_num_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.6158632Z test_nnc_correctness_nan_to_num_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.6175556Z test_nnc_correctness_nan_to_num_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.6192788Z test_nnc_correctness_nan_to_num_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.6209510Z test_nnc_correctness_nan_to_num_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.6226697Z test_nnc_correctness_nan_to_num_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.6243513Z test_nnc_correctness_nanmean_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.6260378Z test_nnc_correctness_nanmean_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.6277330Z test_nnc_correctness_nanmean_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.6300249Z test_nnc_correctness_nanmean_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.6316962Z test_nnc_correctness_nanmedian_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.6333845Z test_nnc_correctness_nanmedian_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.6350987Z test_nnc_correctness_nanmedian_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.6367696Z test_nnc_correctness_nanmedian_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.6385124Z test_nnc_correctness_nanmedian_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.6401758Z test_nnc_correctness_nanmedian_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.6418597Z test_nnc_correctness_nanmedian_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.6435664Z test_nnc_correctness_nanmedian_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.6452561Z test_nnc_correctness_nanquantile_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.6469809Z test_nnc_correctness_nanquantile_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.6486643Z test_nnc_correctness_nansum_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.6509782Z test_nnc_correctness_nansum_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.6526428Z test_nnc_correctness_nansum_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.6543809Z test_nnc_correctness_nansum_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.6560604Z test_nnc_correctness_nansum_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.6577671Z test_nnc_correctness_nansum_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.6594536Z test_nnc_correctness_nansum_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.6611321Z test_nnc_correctness_nansum_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.6628395Z test_nnc_correctness_nansum_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.6645409Z test_nnc_correctness_nansum_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.6662576Z test_nnc_correctness_narrow_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.6679480Z test_nnc_correctness_narrow_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.6696521Z test_nnc_correctness_narrow_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.6719349Z test_nnc_correctness_narrow_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.6736114Z test_nnc_correctness_narrow_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.6753161Z test_nnc_correctness_narrow_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.6769986Z test_nnc_correctness_narrow_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.6787269Z test_nnc_correctness_narrow_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.6803972Z test_nnc_correctness_narrow_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.6820787Z test_nnc_correctness_narrow_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.6837795Z test_nnc_correctness_narrow_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.6854508Z test_nnc_correctness_narrow_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.6871719Z test_nnc_correctness_narrow_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.6888741Z test_nnc_correctness_ne_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.6911639Z test_nnc_correctness_ne_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.6928642Z test_nnc_correctness_ne_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.6945551Z test_nnc_correctness_ne_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.6962266Z test_nnc_correctness_ne_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.6979358Z test_nnc_correctness_ne_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.6996548Z test_nnc_correctness_ne_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.7014509Z test_nnc_correctness_ne_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.7032448Z test_nnc_correctness_ne_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.7049286Z test_nnc_correctness_ne_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.7066935Z test_nnc_correctness_ne_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.7083818Z test_nnc_correctness_ne_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.7100777Z test_nnc_correctness_neg_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.7123925Z test_nnc_correctness_neg_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.7140603Z test_nnc_correctness_neg_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.7157634Z test_nnc_correctness_neg_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.7174318Z test_nnc_correctness_neg_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.7191251Z test_nnc_correctness_neg_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.7208151Z test_nnc_correctness_neg_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.7225290Z test_nnc_correctness_neg_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.7242172Z test_nnc_correctness_neg_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.7258988Z test_nnc_correctness_neg_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.7276111Z test_nnc_correctness_neg_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.7293039Z test_nnc_correctness_neg_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.7303465Z test_nnc_correctness_new_empty_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:16:47.7313624Z test_nnc_correctness_new_empty_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:16:47.7323925Z test_nnc_correctness_new_empty_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:16:47.7333808Z test_nnc_correctness_new_empty_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:16:47.7344429Z test_nnc_correctness_new_empty_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:16:47.7354614Z test_nnc_correctness_new_empty_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:16:47.7364777Z test_nnc_correctness_new_empty_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:16:47.7375407Z test_nnc_correctness_new_empty_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:16:47.7385464Z test_nnc_correctness_new_empty_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:16:47.7395683Z test_nnc_correctness_new_empty_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:16:47.7405693Z test_nnc_correctness_new_empty_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:16:47.7416052Z test_nnc_correctness_new_empty_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:16:47.7433672Z test_nnc_correctness_new_full_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.7456112Z test_nnc_correctness_new_full_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.7473093Z test_nnc_correctness_new_full_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.7490024Z test_nnc_correctness_new_full_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.7507052Z test_nnc_correctness_new_full_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.7523998Z test_nnc_correctness_new_full_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.7541295Z test_nnc_correctness_new_full_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.7558117Z test_nnc_correctness_new_full_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.7575236Z test_nnc_correctness_new_full_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.7592142Z test_nnc_correctness_new_full_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.7608944Z test_nnc_correctness_new_full_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.7626233Z test_nnc_correctness_new_full_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.7643303Z test_nnc_correctness_new_ones_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.7666142Z test_nnc_correctness_new_ones_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.7682922Z test_nnc_correctness_new_ones_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.7699834Z test_nnc_correctness_new_ones_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.7716974Z test_nnc_correctness_new_ones_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.7733749Z test_nnc_correctness_new_ones_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.7750949Z test_nnc_correctness_new_ones_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.7767757Z test_nnc_correctness_new_ones_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.7784880Z test_nnc_correctness_new_ones_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.7801742Z test_nnc_correctness_new_ones_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.7818948Z test_nnc_correctness_new_ones_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.7836217Z test_nnc_correctness_new_ones_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.7860561Z test_nnc_correctness_new_zeros_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.7877288Z test_nnc_correctness_new_zeros_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.7894341Z test_nnc_correctness_new_zeros_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.7911285Z test_nnc_correctness_new_zeros_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.7928228Z test_nnc_correctness_new_zeros_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.7945478Z test_nnc_correctness_new_zeros_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.7962182Z test_nnc_correctness_new_zeros_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.7978966Z test_nnc_correctness_new_zeros_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.7998326Z test_nnc_correctness_new_zeros_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.8015122Z test_nnc_correctness_new_zeros_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.8032260Z test_nnc_correctness_new_zeros_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.8049172Z test_nnc_correctness_new_zeros_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.8072081Z test_nnc_correctness_nextafter_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.8088734Z test_nnc_correctness_nextafter_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.8105971Z test_nnc_correctness_nextafter_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.8122852Z test_nnc_correctness_nn_functional_adaptive_avg_pool1d_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.8140056Z test_nnc_correctness_nn_functional_adaptive_avg_pool1d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.8157022Z test_nnc_correctness_nn_functional_adaptive_avg_pool1d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.8173796Z test_nnc_correctness_nn_functional_adaptive_avg_pool1d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.8191092Z test_nnc_correctness_nn_functional_adaptive_avg_pool2d_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.8208023Z test_nnc_correctness_nn_functional_adaptive_avg_pool2d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.8225098Z test_nnc_correctness_nn_functional_adaptive_avg_pool2d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.8241976Z test_nnc_correctness_nn_functional_adaptive_avg_pool2d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.8258853Z test_nnc_correctness_nn_functional_adaptive_avg_pool3d_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.8281446Z test_nnc_correctness_nn_functional_adaptive_avg_pool3d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.8298337Z test_nnc_correctness_nn_functional_adaptive_avg_pool3d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.8315558Z test_nnc_correctness_nn_functional_adaptive_avg_pool3d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.8332390Z test_nnc_correctness_nn_functional_adaptive_max_pool1d_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.8349515Z test_nnc_correctness_nn_functional_adaptive_max_pool1d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.8366281Z test_nnc_correctness_nn_functional_adaptive_max_pool1d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.8383241Z test_nnc_correctness_nn_functional_adaptive_max_pool1d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.8400174Z test_nnc_correctness_nn_functional_adaptive_max_pool2d_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.8417042Z test_nnc_correctness_nn_functional_adaptive_max_pool2d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.8434155Z test_nnc_correctness_nn_functional_adaptive_max_pool2d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.8451214Z test_nnc_correctness_nn_functional_adaptive_max_pool2d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.8468237Z test_nnc_correctness_nn_functional_adaptive_max_pool3d_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.8491402Z test_nnc_correctness_nn_functional_adaptive_max_pool3d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.8508374Z test_nnc_correctness_nn_functional_adaptive_max_pool3d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.8525373Z test_nnc_correctness_nn_functional_adaptive_max_pool3d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.8542218Z test_nnc_correctness_nn_functional_avg_pool1d_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.8559067Z test_nnc_correctness_nn_functional_avg_pool1d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.8576008Z test_nnc_correctness_nn_functional_avg_pool1d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.8593108Z test_nnc_correctness_nn_functional_avg_pool1d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.8610089Z test_nnc_correctness_nn_functional_avg_pool2d_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.8627449Z test_nnc_correctness_nn_functional_avg_pool2d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.8644403Z test_nnc_correctness_nn_functional_avg_pool2d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.8661763Z test_nnc_correctness_nn_functional_avg_pool2d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.8684874Z test_nnc_correctness_nn_functional_avg_pool3d_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.8701926Z test_nnc_correctness_nn_functional_avg_pool3d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.8718853Z test_nnc_correctness_nn_functional_avg_pool3d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.8735718Z test_nnc_correctness_nn_functional_avg_pool3d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.8752869Z test_nnc_correctness_nn_functional_batch_norm_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.8769717Z test_nnc_correctness_nn_functional_batch_norm_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.8786864Z test_nnc_correctness_nn_functional_batch_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.8803691Z test_nnc_correctness_nn_functional_batch_norm_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.8821553Z test_nnc_correctness_nn_functional_batch_norm_without_cudnn_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.8839089Z test_nnc_correctness_nn_functional_batch_norm_without_cudnn_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.8856370Z test_nnc_correctness_nn_functional_batch_norm_without_cudnn_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.8874185Z test_nnc_correctness_nn_functional_batch_norm_without_cudnn_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.8897645Z test_nnc_correctness_nn_functional_bilinear_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.8914444Z test_nnc_correctness_nn_functional_bilinear_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.8931249Z test_nnc_correctness_nn_functional_bilinear_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.8941730Z test_nnc_correctness_nn_functional_binary_cross_entropy_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:16:47.8951430Z test_nnc_correctness_nn_functional_binary_cross_entropy_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:16:47.8961614Z test_nnc_correctness_nn_functional_binary_cross_entropy_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:16:47.8971873Z test_nnc_correctness_nn_functional_binary_cross_entropy_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:16:47.8989200Z test_nnc_correctness_nn_functional_binary_cross_entropy_with_logits_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.9006061Z test_nnc_correctness_nn_functional_binary_cross_entropy_with_logits_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.9023351Z test_nnc_correctness_nn_functional_binary_cross_entropy_with_logits_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.9040359Z test_nnc_correctness_nn_functional_binary_cross_entropy_with_logits_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.9057564Z test_nnc_correctness_nn_functional_celu_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.9075198Z test_nnc_correctness_nn_functional_celu_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.9092217Z test_nnc_correctness_nn_functional_celu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.9109741Z test_nnc_correctness_nn_functional_celu_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.9127054Z test_nnc_correctness_nn_functional_conv1d_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.9150314Z test_nnc_correctness_nn_functional_conv1d_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.9167428Z test_nnc_correctness_nn_functional_conv1d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.9184446Z test_nnc_correctness_nn_functional_conv1d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.9201240Z test_nnc_correctness_nn_functional_conv1d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.9218226Z test_nnc_correctness_nn_functional_conv2d_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.9235605Z test_nnc_correctness_nn_functional_conv2d_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.9252232Z test_nnc_correctness_nn_functional_conv2d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.9269472Z test_nnc_correctness_nn_functional_conv2d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.9286480Z test_nnc_correctness_nn_functional_conv2d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.9303937Z test_nnc_correctness_nn_functional_conv_transpose1d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.9321167Z test_nnc_correctness_nn_functional_conv_transpose1d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.9338372Z test_nnc_correctness_nn_functional_conv_transpose1d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.9361992Z test_nnc_correctness_nn_functional_conv_transpose2d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.9378636Z test_nnc_correctness_nn_functional_conv_transpose2d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.9395583Z test_nnc_correctness_nn_functional_conv_transpose2d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.9412245Z test_nnc_correctness_nn_functional_conv_transpose3d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.9429479Z test_nnc_correctness_nn_functional_conv_transpose3d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.9446209Z test_nnc_correctness_nn_functional_conv_transpose3d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.9463420Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.9480178Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.9497078Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.9514290Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.9531697Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.9554418Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.9571073Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.9588246Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.9605022Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.9622210Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.9638983Z test_nnc_correctness_nn_functional_cosine_similarity_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.9655970Z test_nnc_correctness_nn_functional_cosine_similarity_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.9672932Z test_nnc_correctness_nn_functional_cosine_similarity_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.9689744Z test_nnc_correctness_nn_functional_cosine_similarity_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.9706902Z test_nnc_correctness_nn_functional_cross_entropy_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.9723830Z test_nnc_correctness_nn_functional_cross_entropy_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.9740857Z test_nnc_correctness_nn_functional_cross_entropy_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.9763548Z test_nnc_correctness_nn_functional_cross_entropy_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.9780412Z test_nnc_correctness_nn_functional_ctc_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.9797397Z test_nnc_correctness_nn_functional_ctc_loss_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.9815103Z test_nnc_correctness_nn_functional_dropout2d_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.9832091Z test_nnc_correctness_nn_functional_dropout2d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.9848968Z test_nnc_correctness_nn_functional_dropout2d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.9866192Z test_nnc_correctness_nn_functional_dropout2d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.9882924Z test_nnc_correctness_nn_functional_dropout_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.9899857Z test_nnc_correctness_nn_functional_dropout_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.9916954Z test_nnc_correctness_nn_functional_dropout_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.9933838Z test_nnc_correctness_nn_functional_dropout_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.9951104Z test_nnc_correctness_nn_functional_elu_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.9973359Z test_nnc_correctness_nn_functional_elu_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:47.9990497Z test_nnc_correctness_nn_functional_elu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.0007264Z test_nnc_correctness_nn_functional_elu_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.0024476Z test_nnc_correctness_nn_functional_embedding_bag_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.0041288Z test_nnc_correctness_nn_functional_embedding_bag_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.0058154Z test_nnc_correctness_nn_functional_embedding_bag_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.0075313Z test_nnc_correctness_nn_functional_embedding_bag_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.0092248Z test_nnc_correctness_nn_functional_embedding_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.0109469Z test_nnc_correctness_nn_functional_embedding_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.0126294Z test_nnc_correctness_nn_functional_embedding_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.0143735Z test_nnc_correctness_nn_functional_embedding_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.0160797Z test_nnc_correctness_nn_functional_feature_alpha_dropout_with_train_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.0183553Z test_nnc_correctness_nn_functional_feature_alpha_dropout_with_train_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.0200306Z test_nnc_correctness_nn_functional_feature_alpha_dropout_with_train_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.0217469Z test_nnc_correctness_nn_functional_feature_alpha_dropout_with_train_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.0234509Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.0251317Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.0268377Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.0285070Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.0302262Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.0319112Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.0335967Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.0353135Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.0377596Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.0394870Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.0411665Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.0428630Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.0445394Z test_nnc_correctness_nn_functional_fractional_max_pool2d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.0462505Z test_nnc_correctness_nn_functional_fractional_max_pool2d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.0479233Z test_nnc_correctness_nn_functional_fractional_max_pool2d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.0496087Z test_nnc_correctness_nn_functional_fractional_max_pool3d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.0513231Z test_nnc_correctness_nn_functional_fractional_max_pool3d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.0530046Z test_nnc_correctness_nn_functional_fractional_max_pool3d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.0547428Z test_nnc_correctness_nn_functional_gaussian_nll_loss_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.0564224Z test_nnc_correctness_nn_functional_gaussian_nll_loss_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.0587102Z test_nnc_correctness_nn_functional_gaussian_nll_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.0603859Z test_nnc_correctness_nn_functional_gaussian_nll_loss_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.0620799Z test_nnc_correctness_nn_functional_gelu_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.0637674Z test_nnc_correctness_nn_functional_gelu_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.0654558Z test_nnc_correctness_nn_functional_gelu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.0671784Z test_nnc_correctness_nn_functional_gelu_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.0688533Z test_nnc_correctness_nn_functional_glu_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.0705666Z test_nnc_correctness_nn_functional_glu_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.0722540Z test_nnc_correctness_nn_functional_glu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.0739472Z test_nnc_correctness_nn_functional_glu_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.0756641Z test_nnc_correctness_nn_functional_grid_sample_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.0773784Z test_nnc_correctness_nn_functional_grid_sample_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.0796288Z test_nnc_correctness_nn_functional_grid_sample_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.0813306Z test_nnc_correctness_nn_functional_group_norm_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.0830273Z test_nnc_correctness_nn_functional_group_norm_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.0847134Z test_nnc_correctness_nn_functional_group_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.0864310Z test_nnc_correctness_nn_functional_group_norm_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.0881078Z test_nnc_correctness_nn_functional_hardshrink_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.0897951Z test_nnc_correctness_nn_functional_hardshrink_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.0915060Z test_nnc_correctness_nn_functional_hardshrink_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.0932002Z test_nnc_correctness_nn_functional_hardshrink_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.0948974Z test_nnc_correctness_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.0967375Z test_nnc_correctness_nn_functional_hardsigmoid_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.0983058Z test_nnc_correctness_nn_functional_hardsigmoid_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.1005522Z test_nnc_correctness_nn_functional_hardsigmoid_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.1022641Z test_nnc_correctness_nn_functional_hardswish_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.1039290Z test_nnc_correctness_nn_functional_hardswish_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.1057050Z test_nnc_correctness_nn_functional_hardswish_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.1073900Z test_nnc_correctness_nn_functional_hardswish_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.1090669Z test_nnc_correctness_nn_functional_hardtanh_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.1107844Z test_nnc_correctness_nn_functional_hardtanh_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.1124712Z test_nnc_correctness_nn_functional_hardtanh_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.1141807Z test_nnc_correctness_nn_functional_hardtanh_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.1158648Z test_nnc_correctness_nn_functional_hardtanh_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.1175517Z test_nnc_correctness_nn_functional_hardtanh_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.1198429Z test_nnc_correctness_nn_functional_hardtanh_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.1214969Z test_nnc_correctness_nn_functional_hardtanh_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.1232182Z test_nnc_correctness_nn_functional_hinge_embedding_loss_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.1248976Z test_nnc_correctness_nn_functional_hinge_embedding_loss_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.1266043Z test_nnc_correctness_nn_functional_hinge_embedding_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.1282691Z test_nnc_correctness_nn_functional_hinge_embedding_loss_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.1299649Z test_nnc_correctness_nn_functional_huber_loss_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.1316669Z test_nnc_correctness_nn_functional_huber_loss_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.1333911Z test_nnc_correctness_nn_functional_huber_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.1350662Z test_nnc_correctness_nn_functional_huber_loss_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.1368777Z test_nnc_correctness_nn_functional_instance_norm_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.1387128Z test_nnc_correctness_nn_functional_instance_norm_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.1409567Z test_nnc_correctness_nn_functional_instance_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.1426621Z test_nnc_correctness_nn_functional_instance_norm_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.1443461Z test_nnc_correctness_nn_functional_interpolate_area_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.1460242Z test_nnc_correctness_nn_functional_interpolate_area_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.1477417Z test_nnc_correctness_nn_functional_interpolate_area_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.1494199Z test_nnc_correctness_nn_functional_interpolate_area_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.1511328Z test_nnc_correctness_nn_functional_interpolate_bicubic_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.1528209Z test_nnc_correctness_nn_functional_interpolate_bicubic_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.1545502Z test_nnc_correctness_nn_functional_interpolate_bicubic_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.1562281Z test_nnc_correctness_nn_functional_interpolate_bilinear_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.1579620Z test_nnc_correctness_nn_functional_interpolate_bilinear_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.1596663Z test_nnc_correctness_nn_functional_interpolate_bilinear_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.1619090Z test_nnc_correctness_nn_functional_interpolate_linear_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.1636192Z test_nnc_correctness_nn_functional_interpolate_linear_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.1653123Z test_nnc_correctness_nn_functional_interpolate_linear_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.1669866Z test_nnc_correctness_nn_functional_interpolate_nearest_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.1686748Z test_nnc_correctness_nn_functional_interpolate_nearest_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.1703618Z test_nnc_correctness_nn_functional_interpolate_nearest_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.1720480Z test_nnc_correctness_nn_functional_interpolate_nearest_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.1737210Z test_nnc_correctness_nn_functional_interpolate_trilinear_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.1754617Z test_nnc_correctness_nn_functional_interpolate_trilinear_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.1771395Z test_nnc_correctness_nn_functional_interpolate_trilinear_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.1788567Z test_nnc_correctness_nn_functional_kl_div_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.1805440Z test_nnc_correctness_nn_functional_kl_div_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.1828189Z test_nnc_correctness_nn_functional_kl_div_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.1844887Z test_nnc_correctness_nn_functional_kl_div_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.1861904Z test_nnc_correctness_nn_functional_kl_div_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.1878686Z test_nnc_correctness_nn_functional_kl_div_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.1895580Z test_nnc_correctness_nn_functional_kl_div_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.1912596Z test_nnc_correctness_nn_functional_kl_div_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.1929382Z test_nnc_correctness_nn_functional_l1_loss_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.1946512Z test_nnc_correctness_nn_functional_l1_loss_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.1963361Z test_nnc_correctness_nn_functional_l1_loss_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.1980226Z test_nnc_correctness_nn_functional_l1_loss_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.1997412Z test_nnc_correctness_nn_functional_l1_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.2019827Z test_nnc_correctness_nn_functional_l1_loss_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.2036978Z test_nnc_correctness_nn_functional_layer_norm_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.2053916Z test_nnc_correctness_nn_functional_layer_norm_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.2071049Z test_nnc_correctness_nn_functional_layer_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.2087900Z test_nnc_correctness_nn_functional_layer_norm_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.2104979Z test_nnc_correctness_nn_functional_leaky_relu_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.2121728Z test_nnc_correctness_nn_functional_leaky_relu_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.2138624Z test_nnc_correctness_nn_functional_leaky_relu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.2156042Z test_nnc_correctness_nn_functional_leaky_relu_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.2172909Z test_nnc_correctness_nn_functional_linear_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.2190137Z test_nnc_correctness_nn_functional_linear_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.2207370Z test_nnc_correctness_nn_functional_linear_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.2230396Z test_nnc_correctness_nn_functional_linear_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.2247232Z test_nnc_correctness_nn_functional_linear_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.2264262Z test_nnc_correctness_nn_functional_local_response_norm_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.2281030Z test_nnc_correctness_nn_functional_local_response_norm_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.2297936Z test_nnc_correctness_nn_functional_local_response_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.2315235Z test_nnc_correctness_nn_functional_local_response_norm_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.2332203Z test_nnc_correctness_nn_functional_logsigmoid_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.2349459Z test_nnc_correctness_nn_functional_logsigmoid_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.2366591Z test_nnc_correctness_nn_functional_logsigmoid_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.2383504Z test_nnc_correctness_nn_functional_margin_ranking_loss_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.2400415Z test_nnc_correctness_nn_functional_margin_ranking_loss_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.2417502Z test_nnc_correctness_nn_functional_margin_ranking_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.2440207Z test_nnc_correctness_nn_functional_margin_ranking_loss_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.2456900Z test_nnc_correctness_nn_functional_margin_ranking_loss_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.2473872Z test_nnc_correctness_nn_functional_margin_ranking_loss_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.2490746Z test_nnc_correctness_nn_functional_margin_ranking_loss_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.2507730Z test_nnc_correctness_nn_functional_margin_ranking_loss_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.2524634Z test_nnc_correctness_nn_functional_margin_ranking_loss_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.2534629Z test_nnc_correctness_nn_functional_max_pool1d_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: Works on some configs (0.001s) 2022-05-18T05:16:48.2552167Z test_nnc_correctness_nn_functional_max_pool1d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.2568902Z test_nnc_correctness_nn_functional_max_pool1d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.2586040Z test_nnc_correctness_nn_functional_max_pool1d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.2603000Z test_nnc_correctness_nn_functional_max_pool2d_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.2619993Z test_nnc_correctness_nn_functional_max_pool2d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.2637278Z test_nnc_correctness_nn_functional_max_pool2d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.2659743Z test_nnc_correctness_nn_functional_max_pool2d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.2676720Z test_nnc_correctness_nn_functional_max_pool3d_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.2693666Z test_nnc_correctness_nn_functional_max_pool3d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.2710812Z test_nnc_correctness_nn_functional_max_pool3d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.2727775Z test_nnc_correctness_nn_functional_max_pool3d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.2745166Z test_nnc_correctness_nn_functional_max_unpool1d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.2761786Z test_nnc_correctness_nn_functional_max_unpool1d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.2778622Z test_nnc_correctness_nn_functional_max_unpool1d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.2795761Z test_nnc_correctness_nn_functional_max_unpool1d_grad_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.2812516Z test_nnc_correctness_nn_functional_max_unpool1d_grad_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.2829864Z test_nnc_correctness_nn_functional_max_unpool1d_grad_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.2853872Z test_nnc_correctness_nn_functional_max_unpool2d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.2870842Z test_nnc_correctness_nn_functional_max_unpool2d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.2887701Z test_nnc_correctness_nn_functional_max_unpool2d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.2904766Z test_nnc_correctness_nn_functional_max_unpool2d_grad_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.2921548Z test_nnc_correctness_nn_functional_max_unpool2d_grad_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.2938322Z test_nnc_correctness_nn_functional_max_unpool2d_grad_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.2955555Z test_nnc_correctness_nn_functional_max_unpool3d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.2972484Z test_nnc_correctness_nn_functional_max_unpool3d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.2989640Z test_nnc_correctness_nn_functional_max_unpool3d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.3006569Z test_nnc_correctness_nn_functional_max_unpool3d_grad_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.3023902Z test_nnc_correctness_nn_functional_max_unpool3d_grad_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.3040459Z test_nnc_correctness_nn_functional_max_unpool3d_grad_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.3063697Z test_nnc_correctness_nn_functional_mish_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.3080167Z test_nnc_correctness_nn_functional_mish_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.3096900Z test_nnc_correctness_nn_functional_mish_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.3113965Z test_nnc_correctness_nn_functional_mish_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.3130724Z test_nnc_correctness_nn_functional_mse_loss_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.3147765Z test_nnc_correctness_nn_functional_mse_loss_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.3164673Z test_nnc_correctness_nn_functional_mse_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.3181790Z test_nnc_correctness_nn_functional_mse_loss_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.3198671Z test_nnc_correctness_nn_functional_multi_margin_loss_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.3215618Z test_nnc_correctness_nn_functional_multi_margin_loss_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.3232759Z test_nnc_correctness_nn_functional_multi_margin_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.3249745Z test_nnc_correctness_nn_functional_multi_margin_loss_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.3272263Z test_nnc_correctness_nn_functional_multilabel_margin_loss_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.3289216Z test_nnc_correctness_nn_functional_multilabel_margin_loss_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.3306089Z test_nnc_correctness_nn_functional_multilabel_margin_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.3322914Z test_nnc_correctness_nn_functional_multilabel_margin_loss_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.3339743Z test_nnc_correctness_nn_functional_multilabel_soft_margin_loss_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.3356756Z test_nnc_correctness_nn_functional_multilabel_soft_margin_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.3373614Z test_nnc_correctness_nn_functional_multilabel_soft_margin_loss_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.3390802Z test_nnc_correctness_nn_functional_nll_loss_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.3407968Z test_nnc_correctness_nn_functional_nll_loss_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.3426495Z test_nnc_correctness_nn_functional_nll_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.3444774Z test_nnc_correctness_nn_functional_nll_loss_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.3463199Z test_nnc_correctness_nn_functional_normalize_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.3486979Z test_nnc_correctness_nn_functional_normalize_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.3505386Z test_nnc_correctness_nn_functional_normalize_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.3523477Z test_nnc_correctness_nn_functional_normalize_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.3540041Z test_nnc_correctness_nn_functional_normalize_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.3557192Z test_nnc_correctness_nn_functional_normalize_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.3574081Z test_nnc_correctness_nn_functional_one_hot_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.3591230Z test_nnc_correctness_nn_functional_pad_circular_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.3608504Z test_nnc_correctness_nn_functional_pad_circular_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.3625542Z test_nnc_correctness_nn_functional_pad_circular_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.3642373Z test_nnc_correctness_nn_functional_pad_circular_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.3659266Z test_nnc_correctness_nn_functional_pad_circular_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.3682001Z test_nnc_correctness_nn_functional_pad_circular_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.3698746Z test_nnc_correctness_nn_functional_pad_circular_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.3715845Z test_nnc_correctness_nn_functional_pad_circular_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.3732633Z test_nnc_correctness_nn_functional_pad_circular_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.3750535Z test_nnc_correctness_nn_functional_pad_circular_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.3767387Z test_nnc_correctness_nn_functional_pad_circular_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.3784630Z test_nnc_correctness_nn_functional_pad_circular_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.3801232Z test_nnc_correctness_nn_functional_pad_constant_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.3818147Z test_nnc_correctness_nn_functional_pad_constant_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.3835423Z test_nnc_correctness_nn_functional_pad_constant_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.3852686Z test_nnc_correctness_nn_functional_pad_constant_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.3869901Z test_nnc_correctness_nn_functional_pad_constant_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.3892327Z test_nnc_correctness_nn_functional_pad_constant_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.3909270Z test_nnc_correctness_nn_functional_pad_constant_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.3926031Z test_nnc_correctness_nn_functional_pad_constant_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.3942949Z test_nnc_correctness_nn_functional_pad_constant_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.3959693Z test_nnc_correctness_nn_functional_pad_constant_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.3976742Z test_nnc_correctness_nn_functional_pad_constant_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.3993819Z test_nnc_correctness_nn_functional_pad_constant_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.4010592Z test_nnc_correctness_nn_functional_pad_reflect_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.4027804Z test_nnc_correctness_nn_functional_pad_reflect_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.4044650Z test_nnc_correctness_nn_functional_pad_reflect_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.4061980Z test_nnc_correctness_nn_functional_pad_reflect_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.4078835Z test_nnc_correctness_nn_functional_pad_reflect_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.4101425Z test_nnc_correctness_nn_functional_pad_replicate_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.4118206Z test_nnc_correctness_nn_functional_pad_replicate_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.4135387Z test_nnc_correctness_nn_functional_pad_replicate_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.4152337Z test_nnc_correctness_nn_functional_pad_replicate_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.4169084Z test_nnc_correctness_nn_functional_pad_replicate_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.4186551Z test_nnc_correctness_nn_functional_pairwise_distance_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.4203005Z test_nnc_correctness_nn_functional_pairwise_distance_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.4219925Z test_nnc_correctness_nn_functional_pairwise_distance_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.4237036Z test_nnc_correctness_nn_functional_pairwise_distance_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.4253697Z test_nnc_correctness_nn_functional_pairwise_distance_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.4270989Z test_nnc_correctness_nn_functional_pairwise_distance_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.4287924Z test_nnc_correctness_nn_functional_pairwise_distance_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.4310716Z test_nnc_correctness_nn_functional_pairwise_distance_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.4327505Z test_nnc_correctness_nn_functional_pairwise_distance_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.4344761Z test_nnc_correctness_nn_functional_pairwise_distance_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.4361391Z test_nnc_correctness_nn_functional_pairwise_distance_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.4378063Z test_nnc_correctness_nn_functional_pdist_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.4395381Z test_nnc_correctness_nn_functional_pdist_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.4412255Z test_nnc_correctness_nn_functional_pixel_shuffle_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.4429317Z test_nnc_correctness_nn_functional_pixel_shuffle_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.4446216Z test_nnc_correctness_nn_functional_pixel_shuffle_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.4463302Z test_nnc_correctness_nn_functional_pixel_shuffle_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.4480473Z test_nnc_correctness_nn_functional_pixel_shuffle_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.4502917Z test_nnc_correctness_nn_functional_pixel_shuffle_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.4519718Z test_nnc_correctness_nn_functional_pixel_shuffle_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.4536454Z test_nnc_correctness_nn_functional_pixel_shuffle_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.4553635Z test_nnc_correctness_nn_functional_pixel_shuffle_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.4570378Z test_nnc_correctness_nn_functional_pixel_shuffle_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.4587504Z test_nnc_correctness_nn_functional_pixel_shuffle_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.4604326Z test_nnc_correctness_nn_functional_pixel_shuffle_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.4621364Z test_nnc_correctness_nn_functional_pixel_unshuffle_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.4638233Z test_nnc_correctness_nn_functional_pixel_unshuffle_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.4655071Z test_nnc_correctness_nn_functional_pixel_unshuffle_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.4672084Z test_nnc_correctness_nn_functional_pixel_unshuffle_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.4688976Z test_nnc_correctness_nn_functional_pixel_unshuffle_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.4712002Z test_nnc_correctness_nn_functional_pixel_unshuffle_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.4728906Z test_nnc_correctness_nn_functional_pixel_unshuffle_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.4746003Z test_nnc_correctness_nn_functional_pixel_unshuffle_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.4762728Z test_nnc_correctness_nn_functional_pixel_unshuffle_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.4779252Z test_nnc_correctness_nn_functional_pixel_unshuffle_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.4796270Z test_nnc_correctness_nn_functional_pixel_unshuffle_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.4813038Z test_nnc_correctness_nn_functional_pixel_unshuffle_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.4830251Z test_nnc_correctness_nn_functional_poisson_nll_loss_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.4846887Z test_nnc_correctness_nn_functional_poisson_nll_loss_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.4864188Z test_nnc_correctness_nn_functional_poisson_nll_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.4881116Z test_nnc_correctness_nn_functional_poisson_nll_loss_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.4897916Z test_nnc_correctness_nn_functional_poisson_nll_loss_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.4920434Z test_nnc_correctness_nn_functional_poisson_nll_loss_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.4937274Z test_nnc_correctness_nn_functional_poisson_nll_loss_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.4954589Z test_nnc_correctness_nn_functional_poisson_nll_loss_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.4971381Z test_nnc_correctness_nn_functional_poisson_nll_loss_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.4988639Z test_nnc_correctness_nn_functional_prelu_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.5005521Z test_nnc_correctness_nn_functional_prelu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.5022857Z test_nnc_correctness_nn_functional_prelu_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.5039526Z test_nnc_correctness_nn_functional_relu6_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.5056518Z test_nnc_correctness_nn_functional_relu6_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.5074076Z test_nnc_correctness_nn_functional_relu6_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.5090815Z test_nnc_correctness_nn_functional_relu6_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.5108105Z test_nnc_correctness_nn_functional_relu6_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.5130535Z test_nnc_correctness_nn_functional_relu6_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.5147488Z test_nnc_correctness_nn_functional_relu6_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.5164156Z test_nnc_correctness_nn_functional_relu6_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.5181160Z test_nnc_correctness_nn_functional_relu6_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.5198177Z test_nnc_correctness_nn_functional_relu_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.5214668Z test_nnc_correctness_nn_functional_relu_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.5231796Z test_nnc_correctness_nn_functional_relu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.5248626Z test_nnc_correctness_nn_functional_relu_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.5265864Z test_nnc_correctness_nn_functional_relu_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.5282848Z test_nnc_correctness_nn_functional_relu_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.5299914Z test_nnc_correctness_nn_functional_relu_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.5324265Z test_nnc_correctness_nn_functional_relu_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.5341328Z test_nnc_correctness_nn_functional_relu_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.5358100Z test_nnc_correctness_nn_functional_rrelu_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.5374943Z test_nnc_correctness_nn_functional_rrelu_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.5392034Z test_nnc_correctness_nn_functional_rrelu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.5408822Z test_nnc_correctness_nn_functional_rrelu_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.5426043Z test_nnc_correctness_nn_functional_selu_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.5443005Z test_nnc_correctness_nn_functional_selu_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.5459804Z test_nnc_correctness_nn_functional_selu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.5476686Z test_nnc_correctness_nn_functional_selu_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.5493654Z test_nnc_correctness_nn_functional_silu_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.5511074Z test_nnc_correctness_nn_functional_silu_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.5533616Z test_nnc_correctness_nn_functional_silu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.5550670Z test_nnc_correctness_nn_functional_silu_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.5567763Z test_nnc_correctness_nn_functional_smooth_l1_loss_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.5584813Z test_nnc_correctness_nn_functional_smooth_l1_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.5601527Z test_nnc_correctness_nn_functional_smooth_l1_loss_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.5618873Z test_nnc_correctness_nn_functional_soft_margin_loss_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.5636193Z test_nnc_correctness_nn_functional_soft_margin_loss_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.5653061Z test_nnc_correctness_nn_functional_soft_margin_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.5670351Z test_nnc_correctness_nn_functional_soft_margin_loss_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.5687207Z test_nnc_correctness_nn_functional_softmin_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.5704489Z test_nnc_correctness_nn_functional_softmin_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.5721473Z test_nnc_correctness_nn_functional_softmin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.5744136Z test_nnc_correctness_nn_functional_softmin_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.5760958Z test_nnc_correctness_nn_functional_softmin_with_dtype_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.5777867Z test_nnc_correctness_nn_functional_softmin_with_dtype_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.5795075Z test_nnc_correctness_nn_functional_softmin_with_dtype_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.5811874Z test_nnc_correctness_nn_functional_softmin_with_dtype_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.5828899Z test_nnc_correctness_nn_functional_softmin_with_dtype_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.5845929Z test_nnc_correctness_nn_functional_softmin_with_dtype_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.5862882Z test_nnc_correctness_nn_functional_softmin_with_dtype_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.5879810Z test_nnc_correctness_nn_functional_softmin_with_dtype_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.5896492Z test_nnc_correctness_nn_functional_softmin_with_dtype_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.5913759Z test_nnc_correctness_nn_functional_softmin_with_dtype_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.5930868Z test_nnc_correctness_nn_functional_softmin_with_dtype_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.5954355Z test_nnc_correctness_nn_functional_softplus_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.5971782Z test_nnc_correctness_nn_functional_softplus_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.5987649Z test_nnc_correctness_nn_functional_softplus_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.6004578Z test_nnc_correctness_nn_functional_softplus_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.6021625Z test_nnc_correctness_nn_functional_softshrink_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.6038260Z test_nnc_correctness_nn_functional_softshrink_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.6055120Z test_nnc_correctness_nn_functional_softshrink_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.6072323Z test_nnc_correctness_nn_functional_softshrink_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.6089242Z test_nnc_correctness_nn_functional_softsign_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.6106386Z test_nnc_correctness_nn_functional_softsign_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.6123218Z test_nnc_correctness_nn_functional_softsign_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.6146434Z test_nnc_correctness_nn_functional_softsign_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.6162972Z test_nnc_correctness_nn_functional_softsign_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.6179983Z test_nnc_correctness_nn_functional_softsign_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.6197008Z test_nnc_correctness_nn_functional_softsign_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.6213472Z test_nnc_correctness_nn_functional_softsign_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.6231278Z test_nnc_correctness_nn_functional_softsign_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.6247970Z test_nnc_correctness_nn_functional_softsign_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.6265292Z test_nnc_correctness_nn_functional_softsign_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.6282031Z test_nnc_correctness_nn_functional_softsign_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.6298819Z test_nnc_correctness_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.6315897Z test_nnc_correctness_nn_functional_tanhshrink_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.6332894Z test_nnc_correctness_nn_functional_tanhshrink_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.6355729Z test_nnc_correctness_nn_functional_tanhshrink_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.6372555Z test_nnc_correctness_nn_functional_tanhshrink_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.6389488Z test_nnc_correctness_nn_functional_tanhshrink_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.6406237Z test_nnc_correctness_nn_functional_tanhshrink_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.6423387Z test_nnc_correctness_nn_functional_tanhshrink_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.6440044Z test_nnc_correctness_nn_functional_tanhshrink_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.6456937Z test_nnc_correctness_nn_functional_tanhshrink_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.6474243Z test_nnc_correctness_nn_functional_tanhshrink_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.6490919Z test_nnc_correctness_nn_functional_threshold_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.6507884Z test_nnc_correctness_nn_functional_threshold_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.6524804Z test_nnc_correctness_nn_functional_threshold_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.6542076Z test_nnc_correctness_nn_functional_threshold_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.6564352Z test_nnc_correctness_nn_functional_threshold_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.6581322Z test_nnc_correctness_nn_functional_threshold_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.6598545Z test_nnc_correctness_nn_functional_threshold_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.6615083Z test_nnc_correctness_nn_functional_threshold_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.6632251Z test_nnc_correctness_nn_functional_threshold_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.6649370Z test_nnc_correctness_nn_functional_triplet_margin_loss_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.6666218Z test_nnc_correctness_nn_functional_triplet_margin_loss_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.6683054Z test_nnc_correctness_nn_functional_triplet_margin_loss_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.6699852Z test_nnc_correctness_nn_functional_triplet_margin_loss_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.6717198Z test_nnc_correctness_nn_functional_triplet_margin_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.6734160Z test_nnc_correctness_nn_functional_triplet_margin_loss_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.6751480Z test_nnc_correctness_nn_functional_triplet_margin_loss_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.6773963Z test_nnc_correctness_nn_functional_triplet_margin_loss_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.6791153Z test_nnc_correctness_nn_functional_triplet_margin_loss_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.6807928Z test_nnc_correctness_nn_functional_triplet_margin_loss_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.6825105Z test_nnc_correctness_nn_functional_triplet_margin_loss_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.6842005Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.6858848Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.6876012Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.6892828Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.6909634Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.6926617Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.6943894Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.6966460Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.6983891Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.7000454Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.7017248Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.7034399Z test_nnc_correctness_nn_functional_unfold_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.7051209Z test_nnc_correctness_nn_functional_unfold_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.7068733Z test_nnc_correctness_nn_functional_unfold_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.7085567Z test_nnc_correctness_nn_functional_unfold_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.7102764Z test_nnc_correctness_nn_functional_unfold_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.7119713Z test_nnc_correctness_nn_functional_upsample_bilinear_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.7136690Z test_nnc_correctness_nn_functional_upsample_bilinear_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.7153842Z test_nnc_correctness_nn_functional_upsample_bilinear_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.7176778Z test_nnc_correctness_nn_functional_upsample_nearest_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.7193878Z test_nnc_correctness_nn_functional_upsample_nearest_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.7210671Z test_nnc_correctness_nn_functional_upsample_nearest_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.7239445Z test_nnc_correctness_nn_functional_upsample_nearest_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.7245039Z test_nnc_correctness_nonzero_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.7261863Z test_nnc_correctness_nonzero_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.7278565Z test_nnc_correctness_nonzero_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.7295205Z test_nnc_correctness_nonzero_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.7312391Z test_nnc_correctness_nonzero_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.7329198Z test_nnc_correctness_nonzero_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.7346764Z test_nnc_correctness_nonzero_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.7363377Z test_nnc_correctness_nonzero_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.7386296Z test_nnc_correctness_nonzero_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.7403040Z test_nnc_correctness_nonzero_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.7419897Z test_nnc_correctness_nonzero_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.7437207Z test_nnc_correctness_nonzero_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.7453882Z test_nnc_correctness_norm_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.7471211Z test_nnc_correctness_norm_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.7487995Z test_nnc_correctness_norm_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.7504865Z test_nnc_correctness_norm_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.7521968Z test_nnc_correctness_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.7538760Z test_nnc_correctness_norm_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.7555954Z test_nnc_correctness_norm_fro_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.7573077Z test_nnc_correctness_norm_fro_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.7595787Z test_nnc_correctness_norm_fro_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.7612625Z test_nnc_correctness_norm_fro_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.7629619Z test_nnc_correctness_norm_fro_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.7646379Z test_nnc_correctness_norm_fro_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.7663316Z test_nnc_correctness_norm_inf_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.7680058Z test_nnc_correctness_norm_inf_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.7696898Z test_nnc_correctness_norm_inf_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.7713905Z test_nnc_correctness_norm_inf_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.7730922Z test_nnc_correctness_norm_inf_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.7748134Z test_nnc_correctness_norm_inf_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.7765383Z test_nnc_correctness_norm_nuc_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.7789504Z test_nnc_correctness_norm_nuc_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.7806414Z test_nnc_correctness_norm_nuc_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.7823579Z test_nnc_correctness_norm_nuc_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.7840322Z test_nnc_correctness_normal_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.7857122Z test_nnc_correctness_normal_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.7874014Z test_nnc_correctness_normal_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.7891020Z test_nnc_correctness_normal_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.7908051Z test_nnc_correctness_normal_number_mean_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.7924950Z test_nnc_correctness_normal_number_mean_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.7942134Z test_nnc_correctness_normal_number_mean_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.7959124Z test_nnc_correctness_normal_number_mean_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.7976125Z test_nnc_correctness_ones_like_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.7999400Z test_nnc_correctness_ones_like_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.8016250Z test_nnc_correctness_ones_like_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.8033383Z test_nnc_correctness_ones_like_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.8050453Z test_nnc_correctness_ones_like_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.8067605Z test_nnc_correctness_ones_like_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.8084425Z test_nnc_correctness_ones_like_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.8101784Z test_nnc_correctness_ones_like_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.8118959Z test_nnc_correctness_ones_like_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.8135738Z test_nnc_correctness_ones_like_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.8153087Z test_nnc_correctness_ones_like_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.8170406Z test_nnc_correctness_ones_like_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.8188173Z test_nnc_correctness_ormqr_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.8211167Z test_nnc_correctness_ormqr_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.8230127Z test_nnc_correctness_ormqr_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.8246940Z test_nnc_correctness_ormqr_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.8264159Z test_nnc_correctness_outer_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.8281040Z test_nnc_correctness_outer_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.8298005Z test_nnc_correctness_outer_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.8315265Z test_nnc_correctness_outer_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.8332990Z test_nnc_correctness_outer_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.8349911Z test_nnc_correctness_outer_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.8367005Z test_nnc_correctness_outer_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.8384609Z test_nnc_correctness_outer_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.8401596Z test_nnc_correctness_outer_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.8425327Z test_nnc_correctness_outer_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.8442071Z test_nnc_correctness_outer_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.8458920Z test_nnc_correctness_outer_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.8477661Z test_nnc_correctness_pca_lowrank_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.8494997Z test_nnc_correctness_pca_lowrank_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.8512243Z test_nnc_correctness_permute_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.8529472Z test_nnc_correctness_permute_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.8546681Z test_nnc_correctness_permute_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.8563530Z test_nnc_correctness_permute_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.8580673Z test_nnc_correctness_permute_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.8597950Z test_nnc_correctness_permute_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.8622037Z test_nnc_correctness_permute_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.8638602Z test_nnc_correctness_permute_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.8655604Z test_nnc_correctness_permute_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.8672535Z test_nnc_correctness_permute_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.8689274Z test_nnc_correctness_permute_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.8706429Z test_nnc_correctness_permute_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.8723376Z test_nnc_correctness_pinverse_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.8740479Z test_nnc_correctness_pinverse_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.8757726Z test_nnc_correctness_pinverse_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.8774650Z test_nnc_correctness_pinverse_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.8792225Z test_nnc_correctness_polar_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.8809053Z test_nnc_correctness_polar_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.8832986Z test_nnc_correctness_polygamma_polygamma_n_0_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.8849793Z test_nnc_correctness_polygamma_polygamma_n_0_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.8867200Z test_nnc_correctness_polygamma_polygamma_n_0_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.8883809Z test_nnc_correctness_polygamma_polygamma_n_0_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.8900838Z test_nnc_correctness_polygamma_polygamma_n_0_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.8918127Z test_nnc_correctness_polygamma_polygamma_n_0_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.8934882Z test_nnc_correctness_polygamma_polygamma_n_0_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.8952141Z test_nnc_correctness_polygamma_polygamma_n_0_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.8969290Z test_nnc_correctness_polygamma_polygamma_n_0_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.8986744Z test_nnc_correctness_polygamma_polygamma_n_1_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.9003825Z test_nnc_correctness_polygamma_polygamma_n_1_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.9020963Z test_nnc_correctness_polygamma_polygamma_n_1_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.9043956Z test_nnc_correctness_polygamma_polygamma_n_1_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.9060926Z test_nnc_correctness_polygamma_polygamma_n_1_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.9078031Z test_nnc_correctness_polygamma_polygamma_n_1_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.9094961Z test_nnc_correctness_polygamma_polygamma_n_1_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.9112038Z test_nnc_correctness_polygamma_polygamma_n_1_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.9129093Z test_nnc_correctness_polygamma_polygamma_n_1_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.9146328Z test_nnc_correctness_polygamma_polygamma_n_2_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.9163307Z test_nnc_correctness_polygamma_polygamma_n_2_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.9181869Z test_nnc_correctness_polygamma_polygamma_n_2_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.9199073Z test_nnc_correctness_polygamma_polygamma_n_2_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.9215727Z test_nnc_correctness_polygamma_polygamma_n_2_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.9233168Z test_nnc_correctness_polygamma_polygamma_n_2_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.9255806Z test_nnc_correctness_polygamma_polygamma_n_2_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.9272698Z test_nnc_correctness_polygamma_polygamma_n_2_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.9289660Z test_nnc_correctness_polygamma_polygamma_n_2_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.9306638Z test_nnc_correctness_polygamma_polygamma_n_3_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.9323644Z test_nnc_correctness_polygamma_polygamma_n_3_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.9340414Z test_nnc_correctness_polygamma_polygamma_n_3_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.9357402Z test_nnc_correctness_polygamma_polygamma_n_3_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.9374222Z test_nnc_correctness_polygamma_polygamma_n_3_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.9391332Z test_nnc_correctness_polygamma_polygamma_n_3_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.9408158Z test_nnc_correctness_polygamma_polygamma_n_3_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.9425404Z test_nnc_correctness_polygamma_polygamma_n_3_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.9448443Z test_nnc_correctness_polygamma_polygamma_n_3_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.9465295Z test_nnc_correctness_polygamma_polygamma_n_4_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.9482408Z test_nnc_correctness_polygamma_polygamma_n_4_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.9499177Z test_nnc_correctness_polygamma_polygamma_n_4_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.9516308Z test_nnc_correctness_polygamma_polygamma_n_4_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.9533163Z test_nnc_correctness_polygamma_polygamma_n_4_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.9550388Z test_nnc_correctness_polygamma_polygamma_n_4_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.9567324Z test_nnc_correctness_polygamma_polygamma_n_4_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.9584568Z test_nnc_correctness_polygamma_polygamma_n_4_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.9601372Z test_nnc_correctness_polygamma_polygamma_n_4_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.9618295Z test_nnc_correctness_positive_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.9635652Z test_nnc_correctness_positive_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.9658415Z test_nnc_correctness_positive_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.9675343Z test_nnc_correctness_positive_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.9692173Z test_nnc_correctness_positive_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.9709184Z test_nnc_correctness_positive_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.9726237Z test_nnc_correctness_positive_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.9743212Z test_nnc_correctness_positive_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.9760139Z test_nnc_correctness_positive_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.9776746Z test_nnc_correctness_positive_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.9793917Z test_nnc_correctness_positive_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.9810690Z test_nnc_correctness_pow_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.9828012Z test_nnc_correctness_pow_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.9845238Z test_nnc_correctness_pow_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.9868063Z test_nnc_correctness_pow_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.9884876Z test_nnc_correctness_pow_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.9901923Z test_nnc_correctness_pow_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.9918801Z test_nnc_correctness_pow_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.9935628Z test_nnc_correctness_pow_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.9952805Z test_nnc_correctness_pow_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.9969620Z test_nnc_correctness_pow_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:48.9986640Z test_nnc_correctness_pow_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.0003591Z test_nnc_correctness_prod_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.0020427Z test_nnc_correctness_prod_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.0037601Z test_nnc_correctness_prod_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.0054840Z test_nnc_correctness_prod_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.0077520Z test_nnc_correctness_prod_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.0094296Z test_nnc_correctness_prod_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.0111409Z test_nnc_correctness_prod_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.0128201Z test_nnc_correctness_prod_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.0145433Z test_nnc_correctness_prod_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.0162258Z test_nnc_correctness_prod_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.0179055Z test_nnc_correctness_prod_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.0196377Z test_nnc_correctness_prod_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.0212982Z test_nnc_correctness_prod_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.0230177Z test_nnc_correctness_put_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.0247148Z test_nnc_correctness_put_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.0271853Z test_nnc_correctness_put_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.0288684Z test_nnc_correctness_put_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.0305657Z test_nnc_correctness_put_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.0322591Z test_nnc_correctness_put_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.0339504Z test_nnc_correctness_put_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.0356505Z test_nnc_correctness_put_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.0373328Z test_nnc_correctness_put_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.0390352Z test_nnc_correctness_put_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.0407289Z test_nnc_correctness_put_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.0424388Z test_nnc_correctness_put_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.0441571Z test_nnc_correctness_qr_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.0458549Z test_nnc_correctness_qr_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.0481059Z test_nnc_correctness_qr_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.0497910Z test_nnc_correctness_qr_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.0514902Z test_nnc_correctness_quantile_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.0531776Z test_nnc_correctness_quantile_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.0548880Z test_nnc_correctness_rad2deg_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.0565914Z test_nnc_correctness_rad2deg_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.0582871Z test_nnc_correctness_rad2deg_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.0599811Z test_nnc_correctness_rad2deg_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.0616822Z test_nnc_correctness_rad2deg_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.0634124Z test_nnc_correctness_rad2deg_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.0651120Z test_nnc_correctness_rad2deg_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.0668344Z test_nnc_correctness_rad2deg_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.0690734Z test_nnc_correctness_rad2deg_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.0707790Z test_nnc_correctness_rad2deg_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.0724899Z test_nnc_correctness_rand_like_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.0742079Z test_nnc_correctness_rand_like_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.0758948Z test_nnc_correctness_rand_like_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.0775881Z test_nnc_correctness_rand_like_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.0793026Z test_nnc_correctness_rand_like_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.0809893Z test_nnc_correctness_rand_like_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.0827137Z test_nnc_correctness_randint_like_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.0844218Z test_nnc_correctness_randint_like_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.0861086Z test_nnc_correctness_randint_like_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.0877895Z test_nnc_correctness_randint_like_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.0900585Z test_nnc_correctness_randint_like_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.0917611Z test_nnc_correctness_randint_like_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.0934332Z test_nnc_correctness_randint_like_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.0951278Z test_nnc_correctness_randint_like_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.0968289Z test_nnc_correctness_randint_like_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.0985261Z test_nnc_correctness_randn_like_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.1002136Z test_nnc_correctness_randn_like_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.1019080Z test_nnc_correctness_randn_like_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.1036342Z test_nnc_correctness_randn_like_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.1053362Z test_nnc_correctness_randn_like_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.1070932Z test_nnc_correctness_randn_like_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.1093445Z test_nnc_correctness_ravel_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.1110690Z test_nnc_correctness_ravel_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.1127593Z test_nnc_correctness_ravel_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.1144860Z test_nnc_correctness_ravel_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.1161616Z test_nnc_correctness_ravel_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.1178519Z test_nnc_correctness_ravel_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.1195825Z test_nnc_correctness_ravel_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.1212636Z test_nnc_correctness_ravel_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.1229905Z test_nnc_correctness_ravel_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.1246959Z test_nnc_correctness_ravel_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.1264086Z test_nnc_correctness_ravel_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.1281021Z test_nnc_correctness_ravel_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.1304073Z test_nnc_correctness_real_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.1320836Z test_nnc_correctness_real_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.1337584Z test_nnc_correctness_real_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.1354906Z test_nnc_correctness_real_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.1371620Z test_nnc_correctness_real_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.1388750Z test_nnc_correctness_real_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.1405490Z test_nnc_correctness_real_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.1422738Z test_nnc_correctness_real_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.1439779Z test_nnc_correctness_real_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.1456582Z test_nnc_correctness_real_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.1473806Z test_nnc_correctness_real_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.1491044Z test_nnc_correctness_real_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.1513661Z test_nnc_correctness_real_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.1530541Z test_nnc_correctness_reciprocal_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.1547759Z test_nnc_correctness_reciprocal_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.1564570Z test_nnc_correctness_reciprocal_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.1581773Z test_nnc_correctness_reciprocal_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.1598846Z test_nnc_correctness_reciprocal_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.1615611Z test_nnc_correctness_reciprocal_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.1632778Z test_nnc_correctness_reciprocal_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.1649680Z test_nnc_correctness_reciprocal_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.1667086Z test_nnc_correctness_reciprocal_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.1683868Z test_nnc_correctness_reciprocal_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.1700836Z test_nnc_correctness_reciprocal_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.1723635Z test_nnc_correctness_reciprocal_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.1740539Z test_nnc_correctness_remainder_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.1757625Z test_nnc_correctness_remainder_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.1774473Z test_nnc_correctness_remainder_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.1791595Z test_nnc_correctness_remainder_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.1808375Z test_nnc_correctness_remainder_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.1825602Z test_nnc_correctness_remainder_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.1842499Z test_nnc_correctness_remainder_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.1859337Z test_nnc_correctness_remainder_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.1876648Z test_nnc_correctness_remainder_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.1893506Z test_nnc_correctness_renorm_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.1916521Z test_nnc_correctness_renorm_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.1933632Z test_nnc_correctness_renorm_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.1950675Z test_nnc_correctness_renorm_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.1967563Z test_nnc_correctness_renorm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.1984690Z test_nnc_correctness_renorm_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.2001572Z test_nnc_correctness_repeat_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.2018499Z test_nnc_correctness_repeat_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.2035898Z test_nnc_correctness_repeat_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.2052621Z test_nnc_correctness_repeat_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.2069681Z test_nnc_correctness_repeat_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.2086833Z test_nnc_correctness_repeat_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.2104022Z test_nnc_correctness_repeat_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.2126749Z test_nnc_correctness_repeat_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.2143979Z test_nnc_correctness_repeat_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.2160918Z test_nnc_correctness_repeat_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.2177609Z test_nnc_correctness_repeat_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.2194845Z test_nnc_correctness_repeat_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.2211655Z test_nnc_correctness_repeat_interleave_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.2228712Z test_nnc_correctness_repeat_interleave_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.2245651Z test_nnc_correctness_repeat_interleave_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.2262859Z test_nnc_correctness_repeat_interleave_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.2279764Z test_nnc_correctness_repeat_interleave_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.2296618Z test_nnc_correctness_repeat_interleave_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.2313887Z test_nnc_correctness_repeat_interleave_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.2336469Z test_nnc_correctness_repeat_interleave_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.2353610Z test_nnc_correctness_repeat_interleave_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.2370441Z test_nnc_correctness_repeat_interleave_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.2387697Z test_nnc_correctness_repeat_interleave_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.2404480Z test_nnc_correctness_repeat_interleave_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.2421880Z test_nnc_correctness_reshape_as_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.2438802Z test_nnc_correctness_reshape_as_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.2455228Z test_nnc_correctness_reshape_as_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.2472456Z test_nnc_correctness_reshape_as_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.2489498Z test_nnc_correctness_reshape_as_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.2506482Z test_nnc_correctness_reshape_as_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.2523594Z test_nnc_correctness_reshape_as_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.2546900Z test_nnc_correctness_reshape_as_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.2563628Z test_nnc_correctness_reshape_as_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.2580410Z test_nnc_correctness_reshape_as_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.2597453Z test_nnc_correctness_reshape_as_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.2614289Z test_nnc_correctness_reshape_as_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.2631312Z test_nnc_correctness_reshape_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.2648131Z test_nnc_correctness_reshape_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.2665373Z test_nnc_correctness_reshape_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.2682223Z test_nnc_correctness_reshape_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.2699109Z test_nnc_correctness_reshape_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.2716647Z test_nnc_correctness_reshape_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.2740826Z test_nnc_correctness_reshape_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.2757575Z test_nnc_correctness_reshape_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.2774381Z test_nnc_correctness_reshape_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.2791572Z test_nnc_correctness_reshape_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.2808447Z test_nnc_correctness_reshape_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.2825435Z test_nnc_correctness_reshape_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.2842125Z test_nnc_correctness_resize__cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.2858931Z test_nnc_correctness_resize__cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.2876043Z test_nnc_correctness_resize__cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.2892852Z test_nnc_correctness_resize__cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.2909970Z test_nnc_correctness_resize__cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.2926915Z test_nnc_correctness_resize__cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.2949695Z test_nnc_correctness_resize__cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.2966475Z test_nnc_correctness_resize__cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.2983550Z test_nnc_correctness_resize__cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.3000449Z test_nnc_correctness_resize__cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.3017088Z test_nnc_correctness_resize__cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.3034177Z test_nnc_correctness_resize__cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.3050896Z test_nnc_correctness_resize_as__cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.3068378Z test_nnc_correctness_resize_as__cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.3085269Z test_nnc_correctness_resize_as__cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.3102402Z test_nnc_correctness_resize_as__cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.3119277Z test_nnc_correctness_resize_as__cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.3136267Z test_nnc_correctness_resize_as__cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.3158834Z test_nnc_correctness_resize_as__cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.3175716Z test_nnc_correctness_resize_as__cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.3193187Z test_nnc_correctness_resize_as__cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.3210100Z test_nnc_correctness_resize_as__cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.3227179Z test_nnc_correctness_resize_as__cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.3244097Z test_nnc_correctness_resize_as__cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.3261138Z test_nnc_correctness_resolve_conj_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.3278078Z test_nnc_correctness_resolve_conj_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.3294736Z test_nnc_correctness_resolve_conj_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.3312005Z test_nnc_correctness_resolve_conj_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.3328880Z test_nnc_correctness_resolve_conj_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.3346158Z test_nnc_correctness_resolve_conj_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.3368275Z test_nnc_correctness_resolve_conj_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.3385478Z test_nnc_correctness_resolve_conj_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.3402465Z test_nnc_correctness_resolve_conj_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.3419432Z test_nnc_correctness_resolve_conj_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.3436546Z test_nnc_correctness_resolve_conj_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.3454778Z test_nnc_correctness_resolve_conj_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.3473290Z test_nnc_correctness_resolve_neg_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.3490275Z test_nnc_correctness_resolve_neg_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.3507257Z test_nnc_correctness_resolve_neg_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.3524251Z test_nnc_correctness_resolve_neg_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.3541493Z test_nnc_correctness_resolve_neg_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.3564095Z test_nnc_correctness_resolve_neg_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.3580750Z test_nnc_correctness_resolve_neg_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.3597953Z test_nnc_correctness_resolve_neg_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.3614809Z test_nnc_correctness_resolve_neg_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.3631784Z test_nnc_correctness_resolve_neg_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.3648665Z test_nnc_correctness_resolve_neg_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.3665901Z test_nnc_correctness_resolve_neg_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.3682663Z test_nnc_correctness_resolve_neg_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.3699475Z test_nnc_correctness_roll_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.3716531Z test_nnc_correctness_roll_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.3733447Z test_nnc_correctness_roll_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.3750839Z test_nnc_correctness_roll_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.3773233Z test_nnc_correctness_roll_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.3790328Z test_nnc_correctness_roll_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.3807190Z test_nnc_correctness_roll_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.3824226Z test_nnc_correctness_roll_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.3841030Z test_nnc_correctness_roll_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.3857734Z test_nnc_correctness_roll_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.3874942Z test_nnc_correctness_roll_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.3891907Z test_nnc_correctness_roll_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.3908778Z test_nnc_correctness_rot90_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.3925780Z test_nnc_correctness_rot90_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.3943027Z test_nnc_correctness_rot90_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.3960027Z test_nnc_correctness_rot90_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.3983175Z test_nnc_correctness_rot90_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.3999921Z test_nnc_correctness_rot90_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.4016769Z test_nnc_correctness_rot90_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.4033973Z test_nnc_correctness_rot90_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.4050749Z test_nnc_correctness_rot90_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.4068057Z test_nnc_correctness_rot90_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.4084778Z test_nnc_correctness_rot90_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.4101832Z test_nnc_correctness_rot90_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.4118858Z test_nnc_correctness_round_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.4135632Z test_nnc_correctness_round_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.4152902Z test_nnc_correctness_round_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.4169827Z test_nnc_correctness_round_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.4193013Z test_nnc_correctness_round_decimals_0_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.4209560Z test_nnc_correctness_round_decimals_0_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.4226661Z test_nnc_correctness_round_decimals_0_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.4243529Z test_nnc_correctness_round_decimals_0_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.4260265Z test_nnc_correctness_round_decimals_3_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.4277282Z test_nnc_correctness_round_decimals_3_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.4294157Z test_nnc_correctness_round_decimals_3_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.4311285Z test_nnc_correctness_round_decimals_3_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.4328158Z test_nnc_correctness_round_decimals_neg_3_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.4345517Z test_nnc_correctness_round_decimals_neg_3_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.4362533Z test_nnc_correctness_round_decimals_neg_3_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.4385246Z test_nnc_correctness_round_decimals_neg_3_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.4402149Z test_nnc_correctness_rsqrt_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.4418953Z test_nnc_correctness_rsqrt_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.4436077Z test_nnc_correctness_rsqrt_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.4452808Z test_nnc_correctness_rsqrt_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.4470131Z test_nnc_correctness_rsqrt_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.4486732Z test_nnc_correctness_rsqrt_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.4503888Z test_nnc_correctness_rsqrt_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.4520795Z test_nnc_correctness_rsqrt_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.4537727Z test_nnc_correctness_rsqrt_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.4554933Z test_nnc_correctness_rsqrt_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.4571896Z test_nnc_correctness_rsqrt_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.4594711Z test_nnc_correctness_rsqrt_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.4611358Z test_nnc_correctness_rsub_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.4628532Z test_nnc_correctness_rsub_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.4645415Z test_nnc_correctness_rsub_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.4662452Z test_nnc_correctness_rsub_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.4679340Z test_nnc_correctness_rsub_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.4696157Z test_nnc_correctness_rsub_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.4713210Z test_nnc_correctness_rsub_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.4730101Z test_nnc_correctness_rsub_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.4747224Z test_nnc_correctness_rsub_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.4764467Z test_nnc_correctness_rsub_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.4781410Z test_nnc_correctness_rsub_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.4803833Z test_nnc_correctness_scatter_add_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.4820851Z test_nnc_correctness_scatter_add_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.4837792Z test_nnc_correctness_scatter_add_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.4854888Z test_nnc_correctness_scatter_add_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.4872021Z test_nnc_correctness_scatter_add_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.4888921Z test_nnc_correctness_scatter_add_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.4906019Z test_nnc_correctness_scatter_add_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.4922954Z test_nnc_correctness_scatter_add_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.4939664Z test_nnc_correctness_scatter_add_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.4957154Z test_nnc_correctness_scatter_add_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.4973844Z test_nnc_correctness_scatter_add_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.4991287Z test_nnc_correctness_scatter_add_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.5013757Z test_nnc_correctness_scatter_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.5031047Z test_nnc_correctness_scatter_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.5047940Z test_nnc_correctness_scatter_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.5065073Z test_nnc_correctness_scatter_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.5081856Z test_nnc_correctness_scatter_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.5098842Z test_nnc_correctness_scatter_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.5116076Z test_nnc_correctness_scatter_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.5132889Z test_nnc_correctness_scatter_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.5149920Z test_nnc_correctness_scatter_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.5166847Z test_nnc_correctness_scatter_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.5183922Z test_nnc_correctness_scatter_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.5207951Z test_nnc_correctness_scatter_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.5225177Z test_nnc_correctness_scatter_reduce_amax_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.5242038Z test_nnc_correctness_scatter_reduce_amax_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.5258782Z test_nnc_correctness_scatter_reduce_amax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.5275941Z test_nnc_correctness_scatter_reduce_amax_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.5292791Z test_nnc_correctness_scatter_reduce_amin_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.5309807Z test_nnc_correctness_scatter_reduce_amin_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.5326695Z test_nnc_correctness_scatter_reduce_amin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.5343900Z test_nnc_correctness_scatter_reduce_amin_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.5360614Z test_nnc_correctness_scatter_reduce_mean_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.5377457Z test_nnc_correctness_scatter_reduce_mean_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.5394712Z test_nnc_correctness_scatter_reduce_mean_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.5417220Z test_nnc_correctness_scatter_reduce_mean_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.5434584Z test_nnc_correctness_scatter_reduce_prod_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.5451348Z test_nnc_correctness_scatter_reduce_prod_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.5468442Z test_nnc_correctness_scatter_reduce_prod_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.5485164Z test_nnc_correctness_scatter_reduce_prod_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.5502313Z test_nnc_correctness_scatter_reduce_sum_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.5519051Z test_nnc_correctness_scatter_reduce_sum_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.5535999Z test_nnc_correctness_scatter_reduce_sum_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.5553034Z test_nnc_correctness_scatter_reduce_sum_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.5569791Z test_nnc_correctness_scatter_reduce_sum_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.5586934Z test_nnc_correctness_scatter_reduce_sum_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.5603840Z test_nnc_correctness_scatter_reduce_sum_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.5626948Z test_nnc_correctness_scatter_reduce_sum_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.5643815Z test_nnc_correctness_scatter_reduce_sum_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.5660661Z test_nnc_correctness_scatter_reduce_sum_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.5677836Z test_nnc_correctness_searchsorted_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.5694372Z test_nnc_correctness_searchsorted_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.5711591Z test_nnc_correctness_searchsorted_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.5728351Z test_nnc_correctness_searchsorted_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.5745552Z test_nnc_correctness_searchsorted_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.5762311Z test_nnc_correctness_searchsorted_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.5779081Z test_nnc_correctness_searchsorted_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.5796282Z test_nnc_correctness_searchsorted_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.5813159Z test_nnc_correctness_select_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.5835900Z test_nnc_correctness_select_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.5852763Z test_nnc_correctness_select_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.5869746Z test_nnc_correctness_select_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.5886493Z test_nnc_correctness_select_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.5903832Z test_nnc_correctness_select_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.5921850Z test_nnc_correctness_select_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.5938559Z test_nnc_correctness_select_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.5955739Z test_nnc_correctness_select_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.5972594Z test_nnc_correctness_select_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.5989731Z test_nnc_correctness_select_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.6006713Z test_nnc_correctness_select_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.6029536Z test_nnc_correctness_select_scatter_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.6046352Z test_nnc_correctness_select_scatter_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.6063479Z test_nnc_correctness_select_scatter_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.6080073Z test_nnc_correctness_select_scatter_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.6097026Z test_nnc_correctness_select_scatter_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.6114018Z test_nnc_correctness_select_scatter_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.6130922Z test_nnc_correctness_select_scatter_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.6148069Z test_nnc_correctness_select_scatter_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.6165021Z test_nnc_correctness_select_scatter_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.6182246Z test_nnc_correctness_select_scatter_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.6199154Z test_nnc_correctness_sgn_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.6215804Z test_nnc_correctness_sgn_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.6238613Z test_nnc_correctness_sgn_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.6255402Z test_nnc_correctness_sgn_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.6272529Z test_nnc_correctness_sgn_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.6289454Z test_nnc_correctness_sgn_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.6306528Z test_nnc_correctness_sgn_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.6323251Z test_nnc_correctness_sgn_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.6340245Z test_nnc_correctness_sgn_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.6357059Z test_nnc_correctness_sgn_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.6373852Z test_nnc_correctness_sgn_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.6391094Z test_nnc_correctness_sgn_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.6408104Z test_nnc_correctness_sgn_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.6425497Z test_nnc_correctness_short_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.6447802Z test_nnc_correctness_short_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.6464961Z test_nnc_correctness_short_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.6481927Z test_nnc_correctness_short_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.6498836Z test_nnc_correctness_short_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.6515830Z test_nnc_correctness_short_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.6532774Z test_nnc_correctness_short_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.6549974Z test_nnc_correctness_short_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.6566943Z test_nnc_correctness_short_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.6583975Z test_nnc_correctness_short_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.6600767Z test_nnc_correctness_short_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.6617769Z test_nnc_correctness_short_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.6635170Z test_nnc_correctness_sigmoid_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.6657637Z test_nnc_correctness_sigmoid_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.6674807Z test_nnc_correctness_sigmoid_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.6691721Z test_nnc_correctness_sigmoid_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.6708901Z test_nnc_correctness_sigmoid_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.6725645Z test_nnc_correctness_sigmoid_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.6742767Z test_nnc_correctness_sigmoid_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.6759566Z test_nnc_correctness_sigmoid_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.6776363Z test_nnc_correctness_sigmoid_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.6793521Z test_nnc_correctness_sigmoid_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.6810494Z test_nnc_correctness_sigmoid_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.6827796Z test_nnc_correctness_sigmoid_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.6850401Z test_nnc_correctness_sigmoid_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.6867539Z test_nnc_correctness_sign_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.6884292Z test_nnc_correctness_sign_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.6901381Z test_nnc_correctness_sign_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.6918277Z test_nnc_correctness_sign_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.6935236Z test_nnc_correctness_sign_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.6952421Z test_nnc_correctness_sign_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.6969544Z test_nnc_correctness_sign_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.6986460Z test_nnc_correctness_sign_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.7003251Z test_nnc_correctness_sign_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.7020334Z test_nnc_correctness_sign_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.7037643Z test_nnc_correctness_signbit_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.7060312Z test_nnc_correctness_signbit_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.7077754Z test_nnc_correctness_signbit_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.7094518Z test_nnc_correctness_signbit_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.7111691Z test_nnc_correctness_signbit_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.7128433Z test_nnc_correctness_signbit_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.7145504Z test_nnc_correctness_signbit_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.7162387Z test_nnc_correctness_signbit_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.7179160Z test_nnc_correctness_signbit_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.7196266Z test_nnc_correctness_signbit_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.7213227Z test_nnc_correctness_sin_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.7230471Z test_nnc_correctness_sin_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.7247544Z test_nnc_correctness_sin_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.7270294Z test_nnc_correctness_sin_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.7287239Z test_nnc_correctness_sin_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.7304445Z test_nnc_correctness_sin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.7321156Z test_nnc_correctness_sin_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.7338067Z test_nnc_correctness_sin_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.7355230Z test_nnc_correctness_sin_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.7372021Z test_nnc_correctness_sin_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.7389086Z test_nnc_correctness_sin_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.7405805Z test_nnc_correctness_sin_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.7423223Z test_nnc_correctness_sinc_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.7440101Z test_nnc_correctness_sinc_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.7457173Z test_nnc_correctness_sinc_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.7479856Z test_nnc_correctness_sinc_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.7496642Z test_nnc_correctness_sinc_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.7513910Z test_nnc_correctness_sinc_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.7530723Z test_nnc_correctness_sinc_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.7547920Z test_nnc_correctness_sinc_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.7564655Z test_nnc_correctness_sinc_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.7581821Z test_nnc_correctness_sinc_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.7598815Z test_nnc_correctness_sinc_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.7615719Z test_nnc_correctness_sinc_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.7633168Z test_nnc_correctness_sinh_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.7650352Z test_nnc_correctness_sinh_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.7676237Z test_nnc_correctness_sinh_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.7694332Z test_nnc_correctness_sinh_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.7712960Z test_nnc_correctness_sinh_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.7731089Z test_nnc_correctness_sinh_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.7748163Z test_nnc_correctness_sinh_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.7765078Z test_nnc_correctness_sinh_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.7782165Z test_nnc_correctness_sinh_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.7799189Z test_nnc_correctness_sinh_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.7817843Z test_nnc_correctness_sinh_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.7836124Z test_nnc_correctness_sinh_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.7853256Z test_nnc_correctness_slice_scatter_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.7870749Z test_nnc_correctness_slice_scatter_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.7893989Z test_nnc_correctness_slice_scatter_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.7911060Z test_nnc_correctness_slice_scatter_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.7928219Z test_nnc_correctness_slice_scatter_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.7945355Z test_nnc_correctness_slice_scatter_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.7961880Z test_nnc_correctness_slice_scatter_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.7978778Z test_nnc_correctness_slice_scatter_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.7995870Z test_nnc_correctness_slice_scatter_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.8012986Z test_nnc_correctness_slice_scatter_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.8030315Z test_nnc_correctness_softmax_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.8047501Z test_nnc_correctness_softmax_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.8065013Z test_nnc_correctness_softmax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.8082187Z test_nnc_correctness_softmax_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.8105878Z test_nnc_correctness_softmax_with_dtype_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.8122504Z test_nnc_correctness_softmax_with_dtype_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.8139326Z test_nnc_correctness_softmax_with_dtype_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.8158290Z test_nnc_correctness_softmax_with_dtype_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.8175032Z test_nnc_correctness_softmax_with_dtype_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.8192596Z test_nnc_correctness_softmax_with_dtype_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.8209192Z test_nnc_correctness_softmax_with_dtype_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.8226567Z test_nnc_correctness_softmax_with_dtype_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.8243507Z test_nnc_correctness_softmax_with_dtype_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.8260671Z test_nnc_correctness_softmax_with_dtype_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.8279568Z test_nnc_correctness_softmax_with_dtype_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.8298070Z test_nnc_correctness_softmax_with_dtype_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.8322484Z test_nnc_correctness_sort_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.8340905Z test_nnc_correctness_sort_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.8359267Z test_nnc_correctness_sort_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.8377347Z test_nnc_correctness_sort_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.8395977Z test_nnc_correctness_sort_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.8414139Z test_nnc_correctness_sort_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.8432803Z test_nnc_correctness_sort_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.8451355Z test_nnc_correctness_sort_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.8469866Z test_nnc_correctness_sort_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.8486981Z test_nnc_correctness_sparse_sampled_addmm_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: cusparseSDDMM was added in 11.2.1 (0.002s) 2022-05-18T05:16:49.8504518Z test_nnc_correctness_sparse_sampled_addmm_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: cusparseSDDMM was added in 11.2.1 (0.002s) 2022-05-18T05:16:49.8527738Z test_nnc_correctness_sparse_sampled_addmm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: cusparseSDDMM was added in 11.2.1 (0.002s) 2022-05-18T05:16:49.8544868Z test_nnc_correctness_sparse_sampled_addmm_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: cusparseSDDMM was added in 11.2.1 (0.002s) 2022-05-18T05:16:49.8561704Z test_nnc_correctness_special_entr_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.8578498Z test_nnc_correctness_special_entr_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.8595631Z test_nnc_correctness_special_entr_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.8612652Z test_nnc_correctness_special_entr_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.8629757Z test_nnc_correctness_special_entr_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.8646900Z test_nnc_correctness_special_entr_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.8664037Z test_nnc_correctness_special_entr_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.8681045Z test_nnc_correctness_special_entr_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.8698010Z test_nnc_correctness_special_entr_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.8715391Z test_nnc_correctness_special_entr_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.8737900Z test_nnc_correctness_special_erfcx_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.8755053Z test_nnc_correctness_special_erfcx_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.8771738Z test_nnc_correctness_special_erfcx_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.8788936Z test_nnc_correctness_special_erfcx_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.8805796Z test_nnc_correctness_special_erfcx_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.8822970Z test_nnc_correctness_special_erfcx_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.8839875Z test_nnc_correctness_special_erfcx_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.8856990Z test_nnc_correctness_special_erfcx_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.8874174Z test_nnc_correctness_special_i0e_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.8891060Z test_nnc_correctness_special_i0e_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.8908212Z test_nnc_correctness_special_i0e_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.8925269Z test_nnc_correctness_special_i0e_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.8948190Z test_nnc_correctness_special_i0e_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.8965183Z test_nnc_correctness_special_i0e_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.8982051Z test_nnc_correctness_special_i0e_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.8999121Z test_nnc_correctness_special_i0e_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.9015877Z test_nnc_correctness_special_i0e_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.9033042Z test_nnc_correctness_special_i0e_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.9049783Z test_nnc_correctness_special_i1_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.9067422Z test_nnc_correctness_special_i1_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.9084364Z test_nnc_correctness_special_i1_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.9101767Z test_nnc_correctness_special_i1_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.9118620Z test_nnc_correctness_special_i1_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.9135816Z test_nnc_correctness_special_i1_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.9158681Z test_nnc_correctness_special_i1_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.9175669Z test_nnc_correctness_special_i1_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.9192959Z test_nnc_correctness_special_i1e_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.9209890Z test_nnc_correctness_special_i1e_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.9226851Z test_nnc_correctness_special_i1e_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.9243498Z test_nnc_correctness_special_i1e_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.9260439Z test_nnc_correctness_special_i1e_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.9277532Z test_nnc_correctness_special_i1e_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.9294443Z test_nnc_correctness_special_i1e_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.9311815Z test_nnc_correctness_special_i1e_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.9328897Z test_nnc_correctness_special_log_ndtr_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.9351798Z test_nnc_correctness_special_log_ndtr_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.9368657Z test_nnc_correctness_special_log_ndtr_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.9385846Z test_nnc_correctness_special_log_ndtr_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.9402773Z test_nnc_correctness_special_log_ndtr_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.9419576Z test_nnc_correctness_special_log_ndtr_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.9436800Z test_nnc_correctness_special_log_ndtr_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.9453777Z test_nnc_correctness_special_log_ndtr_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.9470929Z test_nnc_correctness_special_ndtr_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.9487931Z test_nnc_correctness_special_ndtr_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.9505033Z test_nnc_correctness_special_ndtr_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.9521976Z test_nnc_correctness_special_ndtr_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.9539038Z test_nnc_correctness_special_ndtr_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.9561814Z test_nnc_correctness_special_ndtr_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.9578711Z test_nnc_correctness_special_ndtr_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.9595857Z test_nnc_correctness_special_ndtr_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.9612779Z test_nnc_correctness_special_ndtr_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.9629914Z test_nnc_correctness_special_ndtr_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.9646804Z test_nnc_correctness_special_ndtri_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.9663965Z test_nnc_correctness_special_ndtri_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.9680767Z test_nnc_correctness_special_ndtri_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.9697750Z test_nnc_correctness_special_ndtri_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.9714962Z test_nnc_correctness_special_ndtri_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.9731930Z test_nnc_correctness_special_ndtri_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.9749316Z test_nnc_correctness_special_ndtri_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.9771601Z test_nnc_correctness_special_ndtri_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.9788754Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.9805569Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.9822770Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.9839807Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.9856707Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.9874022Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.9890654Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.9907832Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.9924750Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.9942014Z test_nnc_correctness_special_xlog1py_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.9959098Z test_nnc_correctness_special_xlog1py_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.9981579Z test_nnc_correctness_special_xlog1py_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:49.9998327Z test_nnc_correctness_special_xlog1py_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.0015064Z test_nnc_correctness_special_xlog1py_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.0032149Z test_nnc_correctness_special_xlog1py_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.0048917Z test_nnc_correctness_special_xlog1py_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.0066492Z test_nnc_correctness_special_xlog1py_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.0083098Z test_nnc_correctness_special_xlog1py_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.0099900Z test_nnc_correctness_special_xlog1py_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.0116944Z test_nnc_correctness_special_zeta_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.0133998Z test_nnc_correctness_special_zeta_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.0151186Z test_nnc_correctness_special_zeta_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.0176589Z test_nnc_correctness_special_zeta_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.0193840Z test_nnc_correctness_special_zeta_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.0210515Z test_nnc_correctness_special_zeta_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.0227677Z test_nnc_correctness_special_zeta_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.0244635Z test_nnc_correctness_special_zeta_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.0261518Z test_nnc_correctness_split_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.0278345Z test_nnc_correctness_split_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.0295119Z test_nnc_correctness_split_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.0312264Z test_nnc_correctness_split_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.0329081Z test_nnc_correctness_split_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.0346213Z test_nnc_correctness_split_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.0362996Z test_nnc_correctness_split_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.0385815Z test_nnc_correctness_split_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.0402618Z test_nnc_correctness_split_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.0419612Z test_nnc_correctness_split_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.0436616Z test_nnc_correctness_split_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.0453390Z test_nnc_correctness_split_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.0470484Z test_nnc_correctness_split_list_args_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.0487361Z test_nnc_correctness_split_list_args_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.0504549Z test_nnc_correctness_split_list_args_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.0521406Z test_nnc_correctness_split_list_args_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.0539760Z test_nnc_correctness_split_list_args_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.0558115Z test_nnc_correctness_split_list_args_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.0576427Z test_nnc_correctness_split_list_args_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.0600352Z test_nnc_correctness_split_list_args_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.0618456Z test_nnc_correctness_split_list_args_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.0637256Z test_nnc_correctness_split_list_args_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.0654032Z test_nnc_correctness_split_list_args_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.0671216Z test_nnc_correctness_split_list_args_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.0688171Z test_nnc_correctness_split_with_sizes_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.0705221Z test_nnc_correctness_split_with_sizes_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.0723467Z test_nnc_correctness_split_with_sizes_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.0741934Z test_nnc_correctness_split_with_sizes_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.0760177Z test_nnc_correctness_split_with_sizes_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.0778328Z test_nnc_correctness_split_with_sizes_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.0796912Z test_nnc_correctness_split_with_sizes_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.0820731Z test_nnc_correctness_split_with_sizes_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.0839102Z test_nnc_correctness_split_with_sizes_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.0857285Z test_nnc_correctness_split_with_sizes_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.0874600Z test_nnc_correctness_split_with_sizes_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.0891316Z test_nnc_correctness_split_with_sizes_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.0908213Z test_nnc_correctness_sqrt_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.0925349Z test_nnc_correctness_sqrt_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.0942300Z test_nnc_correctness_sqrt_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.0959101Z test_nnc_correctness_sqrt_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.0976157Z test_nnc_correctness_sqrt_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.0993277Z test_nnc_correctness_sqrt_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.1015632Z test_nnc_correctness_sqrt_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.1032986Z test_nnc_correctness_sqrt_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.1049856Z test_nnc_correctness_sqrt_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.1067071Z test_nnc_correctness_sqrt_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.1083929Z test_nnc_correctness_sqrt_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.1100849Z test_nnc_correctness_sqrt_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.1117770Z test_nnc_correctness_square_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.1134711Z test_nnc_correctness_square_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.1151782Z test_nnc_correctness_square_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.1168573Z test_nnc_correctness_square_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.1186132Z test_nnc_correctness_square_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.1202748Z test_nnc_correctness_square_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.1225821Z test_nnc_correctness_square_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.1242504Z test_nnc_correctness_square_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.1260978Z test_nnc_correctness_square_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.1279359Z test_nnc_correctness_square_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.1297573Z test_nnc_correctness_square_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.1316185Z test_nnc_correctness_square_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.1334223Z test_nnc_correctness_squeeze_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.1352818Z test_nnc_correctness_squeeze_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.1371196Z test_nnc_correctness_squeeze_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.1389595Z test_nnc_correctness_squeeze_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.1406669Z test_nnc_correctness_squeeze_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.1424050Z test_nnc_correctness_squeeze_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.1446422Z test_nnc_correctness_squeeze_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.1463523Z test_nnc_correctness_squeeze_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.1480309Z test_nnc_correctness_squeeze_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.1497584Z test_nnc_correctness_squeeze_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.1515091Z test_nnc_correctness_squeeze_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.1531765Z test_nnc_correctness_squeeze_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.1549004Z test_nnc_correctness_stack_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.1565972Z test_nnc_correctness_stack_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.1583146Z test_nnc_correctness_stack_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.1599966Z test_nnc_correctness_stack_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.1616879Z test_nnc_correctness_stack_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.1634196Z test_nnc_correctness_stack_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.1656512Z test_nnc_correctness_stack_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.1673738Z test_nnc_correctness_stack_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.1690592Z test_nnc_correctness_stack_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.1707646Z test_nnc_correctness_stack_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.1724510Z test_nnc_correctness_stack_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.1741795Z test_nnc_correctness_stack_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.1758580Z test_nnc_correctness_stack_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.1775370Z test_nnc_correctness_std_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.1792445Z test_nnc_correctness_std_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.1809416Z test_nnc_correctness_std_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.1826765Z test_nnc_correctness_std_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.1849637Z test_nnc_correctness_std_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.1866646Z test_nnc_correctness_std_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.1883361Z test_nnc_correctness_std_mean_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.1900301Z test_nnc_correctness_std_mean_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.1917393Z test_nnc_correctness_std_mean_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.1934352Z test_nnc_correctness_std_mean_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.1951543Z test_nnc_correctness_std_mean_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.1968379Z test_nnc_correctness_std_mean_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.1985801Z test_nnc_correctness_stft_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.2002592Z test_nnc_correctness_stft_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.2019532Z test_nnc_correctness_stft_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.2036855Z test_nnc_correctness_stft_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.2059373Z test_nnc_correctness_sub_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.2076548Z test_nnc_correctness_sub_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.2093269Z test_nnc_correctness_sub_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.2110420Z test_nnc_correctness_sub_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.2127526Z test_nnc_correctness_sub_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.2144646Z test_nnc_correctness_sub_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.2161507Z test_nnc_correctness_sub_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.2178280Z test_nnc_correctness_sub_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.2195450Z test_nnc_correctness_sub_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.2212290Z test_nnc_correctness_sub_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.2229683Z test_nnc_correctness_sub_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.2246673Z test_nnc_correctness_sub_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.2269582Z test_nnc_correctness_sum_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.2286289Z test_nnc_correctness_sum_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.2303530Z test_nnc_correctness_sum_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.2320244Z test_nnc_correctness_sum_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.2337142Z test_nnc_correctness_sum_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.2354426Z test_nnc_correctness_sum_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.2371334Z test_nnc_correctness_sum_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.2388492Z test_nnc_correctness_sum_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.2405451Z test_nnc_correctness_sum_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.2422798Z test_nnc_correctness_sum_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.2439780Z test_nnc_correctness_sum_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.2457077Z test_nnc_correctness_sum_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.2479652Z test_nnc_correctness_sum_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.2496656Z test_nnc_correctness_sum_to_size_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.2513823Z test_nnc_correctness_sum_to_size_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.2530749Z test_nnc_correctness_sum_to_size_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.2547934Z test_nnc_correctness_sum_to_size_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.2564873Z test_nnc_correctness_sum_to_size_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.2581877Z test_nnc_correctness_sum_to_size_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.2598798Z test_nnc_correctness_sum_to_size_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.2615527Z test_nnc_correctness_sum_to_size_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.2633235Z test_nnc_correctness_sum_to_size_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.2649772Z test_nnc_correctness_sum_to_size_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.2674444Z test_nnc_correctness_sum_to_size_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.2691151Z test_nnc_correctness_sum_to_size_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.2708853Z test_nnc_correctness_svd_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.2726093Z test_nnc_correctness_svd_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.2743568Z test_nnc_correctness_svd_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.2760790Z test_nnc_correctness_svd_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.2778003Z test_nnc_correctness_svd_lowrank_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.2795548Z test_nnc_correctness_svd_lowrank_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.2812386Z test_nnc_correctness_symeig_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.2829458Z test_nnc_correctness_symeig_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.2846251Z test_nnc_correctness_symeig_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.2863471Z test_nnc_correctness_symeig_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.2886037Z test_nnc_correctness_t_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.2903128Z test_nnc_correctness_t_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.2919896Z test_nnc_correctness_t_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.2936883Z test_nnc_correctness_t_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.2953826Z test_nnc_correctness_t_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.2970674Z test_nnc_correctness_t_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.2987838Z test_nnc_correctness_t_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.3004476Z test_nnc_correctness_t_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.3021645Z test_nnc_correctness_t_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.3038627Z test_nnc_correctness_t_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.3055660Z test_nnc_correctness_t_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.3073067Z test_nnc_correctness_t_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.3095489Z test_nnc_correctness_take_along_dim_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.3112679Z test_nnc_correctness_take_along_dim_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.3129507Z test_nnc_correctness_take_along_dim_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.3146498Z test_nnc_correctness_take_along_dim_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.3163334Z test_nnc_correctness_take_along_dim_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.3180250Z test_nnc_correctness_take_along_dim_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.3197376Z test_nnc_correctness_take_along_dim_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.3214284Z test_nnc_correctness_take_along_dim_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.3231331Z test_nnc_correctness_take_along_dim_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.3248225Z test_nnc_correctness_take_along_dim_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.3265392Z test_nnc_correctness_take_along_dim_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.3282175Z test_nnc_correctness_take_along_dim_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.3305082Z test_nnc_correctness_take_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.3321871Z test_nnc_correctness_take_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.3338904Z test_nnc_correctness_take_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.3356090Z test_nnc_correctness_take_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.3372706Z test_nnc_correctness_take_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.3389955Z test_nnc_correctness_take_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.3406748Z test_nnc_correctness_take_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.3424105Z test_nnc_correctness_take_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.3440973Z test_nnc_correctness_take_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.3457784Z test_nnc_correctness_take_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.3475054Z test_nnc_correctness_take_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.3497584Z test_nnc_correctness_take_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.3514890Z test_nnc_correctness_tan_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.3531694Z test_nnc_correctness_tan_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.3548797Z test_nnc_correctness_tan_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.3565559Z test_nnc_correctness_tan_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.3582587Z test_nnc_correctness_tan_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.3599512Z test_nnc_correctness_tan_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.3616155Z test_nnc_correctness_tan_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.3633328Z test_nnc_correctness_tan_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.3650198Z test_nnc_correctness_tan_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.3667309Z test_nnc_correctness_tan_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.3684167Z test_nnc_correctness_tan_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.3707223Z test_nnc_correctness_tan_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.3723896Z test_nnc_correctness_tanh_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.3740848Z test_nnc_correctness_tanh_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.3757885Z test_nnc_correctness_tanh_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.3774594Z test_nnc_correctness_tanh_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.3791923Z test_nnc_correctness_tanh_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.3808772Z test_nnc_correctness_tanh_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.3826041Z test_nnc_correctness_tanh_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.3843038Z test_nnc_correctness_tanh_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.3859907Z test_nnc_correctness_tanh_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.3876965Z test_nnc_correctness_tanh_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.3893961Z test_nnc_correctness_tanh_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.3916743Z test_nnc_correctness_tanh_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.3933536Z test_nnc_correctness_tensor_split_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.3950568Z test_nnc_correctness_tensor_split_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.3967292Z test_nnc_correctness_tensor_split_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.3984567Z test_nnc_correctness_tensor_split_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.4001442Z test_nnc_correctness_tensor_split_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.4018237Z test_nnc_correctness_tensor_split_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.4035423Z test_nnc_correctness_tensor_split_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.4052238Z test_nnc_correctness_tensor_split_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.4069379Z test_nnc_correctness_tensor_split_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.4086351Z test_nnc_correctness_tensor_split_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.4103580Z test_nnc_correctness_tensor_split_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.4126601Z test_nnc_correctness_tensor_split_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.4143503Z test_nnc_correctness_tensordot_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.4160283Z test_nnc_correctness_tensordot_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.4176965Z test_nnc_correctness_tensordot_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.4194264Z test_nnc_correctness_tensordot_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.4210495Z test_nnc_correctness_tensordot_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.4228639Z test_nnc_correctness_tile_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.4245589Z test_nnc_correctness_tile_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.4262723Z test_nnc_correctness_tile_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.4279615Z test_nnc_correctness_tile_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.4296556Z test_nnc_correctness_tile_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.4319445Z test_nnc_correctness_tile_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.4336275Z test_nnc_correctness_tile_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.4353313Z test_nnc_correctness_tile_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.4370150Z test_nnc_correctness_tile_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.4387211Z test_nnc_correctness_tile_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.4404082Z test_nnc_correctness_tile_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.4421041Z test_nnc_correctness_tile_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.4437836Z test_nnc_correctness_to_sparse_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.4454583Z test_nnc_correctness_to_sparse_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.4471790Z test_nnc_correctness_to_sparse_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.4488644Z test_nnc_correctness_to_sparse_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.4505861Z test_nnc_correctness_to_sparse_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.4528480Z test_nnc_correctness_to_sparse_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.4545811Z test_nnc_correctness_to_sparse_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.4562574Z test_nnc_correctness_to_sparse_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.4579234Z test_nnc_correctness_to_sparse_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.4596371Z test_nnc_correctness_to_sparse_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.4613196Z test_nnc_correctness_to_sparse_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.4630122Z test_nnc_correctness_to_sparse_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.4647065Z test_nnc_correctness_topk_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.4664145Z test_nnc_correctness_topk_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.4681038Z test_nnc_correctness_topk_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.4698092Z test_nnc_correctness_topk_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.4715392Z test_nnc_correctness_topk_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.4737866Z test_nnc_correctness_topk_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.4755009Z test_nnc_correctness_topk_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.4771706Z test_nnc_correctness_topk_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.4788854Z test_nnc_correctness_topk_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.4805781Z test_nnc_correctness_trace_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.4822941Z test_nnc_correctness_trace_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.4839927Z test_nnc_correctness_trace_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.4856925Z test_nnc_correctness_trace_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.4873904Z test_nnc_correctness_trace_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.4890795Z test_nnc_correctness_trace_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.4908324Z test_nnc_correctness_trace_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.4925279Z test_nnc_correctness_trace_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.4948134Z test_nnc_correctness_trace_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.4964987Z test_nnc_correctness_trace_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.4982038Z test_nnc_correctness_trace_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.4998857Z test_nnc_correctness_trace_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.5015814Z test_nnc_correctness_transpose_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.5032889Z test_nnc_correctness_transpose_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.5049546Z test_nnc_correctness_transpose_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.5066794Z test_nnc_correctness_transpose_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.5083835Z test_nnc_correctness_transpose_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.5102504Z test_nnc_correctness_transpose_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.5120958Z test_nnc_correctness_transpose_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.5145600Z test_nnc_correctness_transpose_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.5162162Z test_nnc_correctness_transpose_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.5179067Z test_nnc_correctness_transpose_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.5196293Z test_nnc_correctness_transpose_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.5213226Z test_nnc_correctness_transpose_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.5230065Z test_nnc_correctness_trapezoid_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.5246897Z test_nnc_correctness_trapezoid_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.5263921Z test_nnc_correctness_trapezoid_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.5280491Z test_nnc_correctness_trapezoid_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.5297374Z test_nnc_correctness_trapezoid_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.5314718Z test_nnc_correctness_trapezoid_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.5331609Z test_nnc_correctness_trapezoid_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.6526853Z test_nnc_correctness_trapezoid_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.119s) 2022-05-18T05:16:50.6544999Z test_nnc_correctness_trapezoid_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.6562788Z test_nnc_correctness_trapezoid_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.6582261Z test_nnc_correctness_trapezoid_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.6599793Z test_nnc_correctness_trapz_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.6617639Z test_nnc_correctness_trapz_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.6635957Z test_nnc_correctness_trapz_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.6652946Z test_nnc_correctness_trapz_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.6669665Z test_nnc_correctness_trapz_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.6687909Z test_nnc_correctness_trapz_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.6705148Z test_nnc_correctness_trapz_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.6721605Z test_nnc_correctness_trapz_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.6738207Z test_nnc_correctness_trapz_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.6755482Z test_nnc_correctness_trapz_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.6772267Z test_nnc_correctness_trapz_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.6788626Z test_nnc_correctness_triangular_solve_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.6808075Z test_nnc_correctness_triangular_solve_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.6824110Z test_nnc_correctness_triangular_solve_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.6840268Z test_nnc_correctness_triangular_solve_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.6857756Z test_nnc_correctness_tril_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.6874513Z test_nnc_correctness_tril_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.6891153Z test_nnc_correctness_tril_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.6908194Z test_nnc_correctness_tril_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.6924843Z test_nnc_correctness_tril_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.6941970Z test_nnc_correctness_tril_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.6958727Z test_nnc_correctness_tril_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.6979082Z test_nnc_correctness_tril_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.6995905Z test_nnc_correctness_tril_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.7012635Z test_nnc_correctness_tril_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.7029589Z test_nnc_correctness_tril_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.7046435Z test_nnc_correctness_triu_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.7063477Z test_nnc_correctness_triu_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.7080880Z test_nnc_correctness_triu_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.7097793Z test_nnc_correctness_triu_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.7114999Z test_nnc_correctness_triu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.7131895Z test_nnc_correctness_triu_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.7149096Z test_nnc_correctness_triu_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.7170991Z test_nnc_correctness_triu_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.7188197Z test_nnc_correctness_triu_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.7204363Z test_nnc_correctness_triu_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.7221424Z test_nnc_correctness_triu_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.7238064Z test_nnc_correctness_true_divide_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.7254943Z test_nnc_correctness_true_divide_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.7272142Z test_nnc_correctness_true_divide_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.7288822Z test_nnc_correctness_true_divide_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.7306276Z test_nnc_correctness_true_divide_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.7323006Z test_nnc_correctness_true_divide_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.7340130Z test_nnc_correctness_true_divide_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.7357510Z test_nnc_correctness_true_divide_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.7380186Z test_nnc_correctness_true_divide_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.7396587Z test_nnc_correctness_true_divide_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.7413243Z test_nnc_correctness_true_divide_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.7430354Z test_nnc_correctness_true_divide_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.7447122Z test_nnc_correctness_trunc_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.7464036Z test_nnc_correctness_trunc_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.7480877Z test_nnc_correctness_trunc_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.7497687Z test_nnc_correctness_trunc_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.7514816Z test_nnc_correctness_unfold_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.7531813Z test_nnc_correctness_unfold_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.7549217Z test_nnc_correctness_unfold_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.7566173Z test_nnc_correctness_unfold_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.7588833Z test_nnc_correctness_unfold_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.7605624Z test_nnc_correctness_unfold_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.7622412Z test_nnc_correctness_unfold_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.7639227Z test_nnc_correctness_unfold_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.7656208Z test_nnc_correctness_unfold_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.7673115Z test_nnc_correctness_unfold_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.7689858Z test_nnc_correctness_unfold_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.7706816Z test_nnc_correctness_unfold_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.7723637Z test_nnc_correctness_unique_consecutive_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.7741231Z test_nnc_correctness_unique_consecutive_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.7758277Z test_nnc_correctness_unique_consecutive_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.7774986Z test_nnc_correctness_unique_consecutive_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.7797786Z test_nnc_correctness_unique_consecutive_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.7814456Z test_nnc_correctness_unique_consecutive_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.7831397Z test_nnc_correctness_unique_consecutive_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.7848250Z test_nnc_correctness_unique_consecutive_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.7865374Z test_nnc_correctness_unique_consecutive_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.7882149Z test_nnc_correctness_unique_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.7900281Z test_nnc_correctness_unique_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.7918488Z test_nnc_correctness_unique_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.7936760Z test_nnc_correctness_unique_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.7955328Z test_nnc_correctness_unique_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.7973718Z test_nnc_correctness_unique_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.7997908Z test_nnc_correctness_unique_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.8015853Z test_nnc_correctness_unique_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.8034235Z test_nnc_correctness_unique_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.8052295Z test_nnc_correctness_unsqueeze_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.8072153Z test_nnc_correctness_unsqueeze_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.8088899Z test_nnc_correctness_unsqueeze_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.8105956Z test_nnc_correctness_unsqueeze_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.8122625Z test_nnc_correctness_unsqueeze_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.8139513Z test_nnc_correctness_unsqueeze_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.8156858Z test_nnc_correctness_unsqueeze_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.8173549Z test_nnc_correctness_unsqueeze_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.8190744Z test_nnc_correctness_unsqueeze_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.8213221Z test_nnc_correctness_unsqueeze_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.8231466Z test_nnc_correctness_unsqueeze_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.8249469Z test_nnc_correctness_unsqueeze_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.8267684Z test_nnc_correctness_var_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.8285936Z test_nnc_correctness_var_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.8302944Z test_nnc_correctness_var_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.8319663Z test_nnc_correctness_var_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.8336516Z test_nnc_correctness_var_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.8353563Z test_nnc_correctness_var_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.8370332Z test_nnc_correctness_var_mean_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.8387397Z test_nnc_correctness_var_mean_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.8404241Z test_nnc_correctness_var_mean_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.8426569Z test_nnc_correctness_var_mean_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.8443360Z test_nnc_correctness_var_mean_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.8460060Z test_nnc_correctness_var_mean_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.8476834Z test_nnc_correctness_vdot_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.8493638Z test_nnc_correctness_vdot_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.8510613Z test_nnc_correctness_vdot_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.8527511Z test_nnc_correctness_vdot_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.8544823Z test_nnc_correctness_vdot_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.8554473Z test_nnc_correctness_view_as_complex_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:16:50.8571788Z test_nnc_correctness_view_as_complex_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.8588832Z test_nnc_correctness_view_as_complex_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.8605750Z test_nnc_correctness_view_as_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.8623153Z test_nnc_correctness_view_as_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.8647282Z test_nnc_correctness_view_as_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.8664228Z test_nnc_correctness_view_as_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.8681041Z test_nnc_correctness_view_as_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.8697721Z test_nnc_correctness_view_as_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.8714703Z test_nnc_correctness_view_as_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.8731483Z test_nnc_correctness_view_as_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.8748654Z test_nnc_correctness_view_as_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.8765427Z test_nnc_correctness_view_as_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.8782444Z test_nnc_correctness_view_as_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.8799163Z test_nnc_correctness_view_as_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.8816022Z test_nnc_correctness_view_as_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.8838594Z test_nnc_correctness_view_as_real_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.8855213Z test_nnc_correctness_view_as_real_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.8872164Z test_nnc_correctness_view_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.8888790Z test_nnc_correctness_view_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.8905881Z test_nnc_correctness_view_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.8922527Z test_nnc_correctness_view_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.8939339Z test_nnc_correctness_view_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.8956486Z test_nnc_correctness_view_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.8973071Z test_nnc_correctness_view_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.8990053Z test_nnc_correctness_view_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.9007085Z test_nnc_correctness_view_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.9024141Z test_nnc_correctness_view_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.9046639Z test_nnc_correctness_view_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.9063461Z test_nnc_correctness_view_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.9080518Z test_nnc_correctness_view_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.9097376Z test_nnc_correctness_vsplit_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.9114315Z test_nnc_correctness_vsplit_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.9131213Z test_nnc_correctness_vsplit_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.9148180Z test_nnc_correctness_vsplit_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.9164918Z test_nnc_correctness_vsplit_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.9181760Z test_nnc_correctness_vsplit_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.9198735Z test_nnc_correctness_vsplit_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.9215182Z test_nnc_correctness_vsplit_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.9232383Z test_nnc_correctness_vsplit_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.9254445Z test_nnc_correctness_vsplit_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.9271289Z test_nnc_correctness_vsplit_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.9287987Z test_nnc_correctness_vsplit_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.9304988Z test_nnc_correctness_vsplit_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.9321676Z test_nnc_correctness_vstack_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.9338814Z test_nnc_correctness_vstack_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.9355477Z test_nnc_correctness_vstack_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.9372187Z test_nnc_correctness_vstack_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.9389157Z test_nnc_correctness_vstack_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.9405991Z test_nnc_correctness_vstack_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.9423072Z test_nnc_correctness_vstack_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.9440198Z test_nnc_correctness_vstack_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.9462895Z test_nnc_correctness_vstack_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.9479710Z test_nnc_correctness_vstack_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.9496298Z test_nnc_correctness_vstack_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.9513388Z test_nnc_correctness_vstack_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.9530282Z test_nnc_correctness_vstack_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.9547312Z test_nnc_correctness_where_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.9563959Z test_nnc_correctness_where_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.9580666Z test_nnc_correctness_where_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.9597662Z test_nnc_correctness_where_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.9614454Z test_nnc_correctness_where_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.9631595Z test_nnc_correctness_where_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.9654270Z test_nnc_correctness_where_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.9671167Z test_nnc_correctness_where_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.9687880Z test_nnc_correctness_where_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.9704852Z test_nnc_correctness_where_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.9721719Z test_nnc_correctness_where_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.9738653Z test_nnc_correctness_where_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.9755537Z test_nnc_correctness_xlogy_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.9772419Z test_nnc_correctness_xlogy_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.9789512Z test_nnc_correctness_xlogy_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.9806371Z test_nnc_correctness_xlogy_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.9823481Z test_nnc_correctness_xlogy_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.9840365Z test_nnc_correctness_xlogy_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.9863135Z test_nnc_correctness_xlogy_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.9879667Z test_nnc_correctness_xlogy_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.9896386Z test_nnc_correctness_xlogy_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.9913543Z test_nnc_correctness_xlogy_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.9930366Z test_nnc_correctness_zero__cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.9947512Z test_nnc_correctness_zero__cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.9964228Z test_nnc_correctness_zero__cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.9980886Z test_nnc_correctness_zero__cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:50.9997968Z test_nnc_correctness_zero__cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:51.0014795Z test_nnc_correctness_zero__cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:51.0031926Z test_nnc_correctness_zero__cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:51.0048834Z test_nnc_correctness_zero__cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:51.0071600Z test_nnc_correctness_zero__cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:51.0088228Z test_nnc_correctness_zero__cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:51.0105366Z test_nnc_correctness_zero__cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:51.0122113Z test_nnc_correctness_zero__cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:51.0139353Z test_nnc_correctness_zeros_like_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:51.0155829Z test_nnc_correctness_zeros_like_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:51.0172498Z test_nnc_correctness_zeros_like_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:51.0189625Z test_nnc_correctness_zeros_like_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:51.0206409Z test_nnc_correctness_zeros_like_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:51.0223596Z test_nnc_correctness_zeros_like_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:51.0240518Z test_nnc_correctness_zeros_like_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:51.0257326Z test_nnc_correctness_zeros_like_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:51.0280101Z test_nnc_correctness_zeros_like_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:51.0296855Z test_nnc_correctness_zeros_like_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:51.0313972Z test_nnc_correctness_zeros_like_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:51.0330833Z test_nnc_correctness_zeros_like_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:51.0346198Z test_unsupported_H_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.0360789Z test_unsupported_T_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.0375602Z test_unsupported___getitem___cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.0390943Z test_unsupported___rpow___cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.0405833Z test_unsupported___rsub___cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.0420619Z test_unsupported__masked_amax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.0435930Z test_unsupported__masked_amin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.0456742Z test_unsupported__masked_argmax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:16:51.0471763Z test_unsupported__masked_argmin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.0486655Z test_unsupported__masked_log_softmax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.0501698Z test_unsupported__masked_mean_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.0516633Z test_unsupported__masked_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.0531691Z test_unsupported__masked_normalize_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.0546963Z test_unsupported__masked_prod_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.0561944Z test_unsupported__masked_softmax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.0576677Z test_unsupported__masked_softmin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.0591894Z test_unsupported__masked_std_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.0606760Z test_unsupported__masked_sum_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.0623104Z test_unsupported__masked_var_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:16:51.0645041Z test_unsupported_acosh_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:16:51.0660840Z test_unsupported_addbmm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.0676960Z test_unsupported_addcdiv_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.0692711Z test_unsupported_addmm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.0709009Z test_unsupported_addmv_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:16:51.0724917Z test_unsupported_addr_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.0740869Z test_unsupported_all_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.0755959Z test_unsupported_allclose_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.0770912Z test_unsupported_amax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.0785976Z test_unsupported_amin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.0800972Z test_unsupported_aminmax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.0815936Z test_unsupported_angle_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.0836850Z test_unsupported_any_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:16:51.0851674Z test_unsupported_argmax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.0866845Z test_unsupported_argmin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.0881777Z test_unsupported_argsort_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.0896616Z test_unsupported_argwhere_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.0911805Z test_unsupported_as_strided_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.0926908Z test_unsupported_asinh_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.0942137Z test_unsupported_atanh_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.0956926Z test_unsupported_atleast_1d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.0971933Z test_unsupported_atleast_2d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.0987076Z test_unsupported_atleast_3d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.1002070Z test_unsupported_baddbmm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.1024522Z test_unsupported_bernoulli_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:16:51.1039372Z test_unsupported_bfloat16_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.1054038Z test_unsupported_block_diag_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.1069265Z test_unsupported_bmm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.1084364Z test_unsupported_broadcast_tensors_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.1099118Z test_unsupported_broadcast_to_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.1114399Z test_unsupported_bucketize_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.1129258Z test_unsupported_cartesian_prod_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.1144390Z test_unsupported_cat_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.1159277Z test_unsupported_cdist_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.1174234Z test_unsupported_chalf_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.1194823Z test_unsupported_cholesky_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:16:51.1209278Z test_unsupported_cholesky_inverse_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.1223909Z test_unsupported_cholesky_solve_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.1238813Z test_unsupported_chunk_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.1253590Z test_unsupported_clone_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.1268725Z test_unsupported_column_stack_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.1283504Z test_unsupported_combinations_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.1298267Z test_unsupported_complex_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.1313405Z test_unsupported_conj_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.1328351Z test_unsupported_conj_physical_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.1343531Z test_unsupported_copysign_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.1358365Z test_unsupported_corrcoef_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.1379326Z test_unsupported_count_nonzero_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:16:51.1394189Z test_unsupported_cov_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.1408940Z test_unsupported_cross_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.1424169Z test_unsupported_cummax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.1439029Z test_unsupported_cummin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.1453914Z test_unsupported_cumprod_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.1469121Z test_unsupported_cumsum_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.1483981Z test_unsupported_cumulative_trapezoid_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.1498656Z test_unsupported_deg2rad_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.1513991Z test_unsupported_diag_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.1528914Z test_unsupported_diag_embed_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.1544177Z test_unsupported_diagflat_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.1564423Z test_unsupported_diagonal_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:16:51.1579132Z test_unsupported_diagonal_scatter_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.1594145Z test_unsupported_diff_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.1608970Z test_unsupported_digamma_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.1624480Z test_unsupported_dist_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.1639065Z test_unsupported_dot_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.1653986Z test_unsupported_dsplit_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.1670217Z test_unsupported_dstack_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:16:51.1685995Z test_unsupported_eig_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.1701887Z test_unsupported_einsum_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:16:51.1718036Z test_unsupported_empty_like_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.1733960Z test_unsupported_erfinv_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:16:51.1755631Z test_unsupported_exp2_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:16:51.1770377Z test_unsupported_fft_fft2_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.1785535Z test_unsupported_fft_fft_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.1800471Z test_unsupported_fft_fftn_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.1815253Z test_unsupported_fft_fftshift_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.1830449Z test_unsupported_fft_hfft2_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.1845588Z test_unsupported_fft_hfft_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.1860518Z test_unsupported_fft_hfftn_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.1875341Z test_unsupported_fft_ifft2_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.1890593Z test_unsupported_fft_ifft_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.1905821Z test_unsupported_fft_ifftn_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.1926762Z test_unsupported_fft_ifftshift_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:16:51.1942111Z test_unsupported_fft_ihfft2_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.1956583Z test_unsupported_fft_ihfft_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.1971546Z test_unsupported_fft_ihfftn_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.1986732Z test_unsupported_fft_irfft2_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.2001433Z test_unsupported_fft_irfft_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.2016519Z test_unsupported_fft_irfftn_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.2031612Z test_unsupported_fft_rfft2_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.2046642Z test_unsupported_fft_rfft_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.2062351Z test_unsupported_fft_rfftn_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.2077241Z test_unsupported_fill__cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.2092109Z test_unsupported_flatten_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.2113050Z test_unsupported_flip_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:16:51.2127873Z test_unsupported_fliplr_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.2142962Z test_unsupported_flipud_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.2158060Z test_unsupported_float_power_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.2172733Z test_unsupported_floor_divide_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.2187891Z test_unsupported_fmax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.2202733Z test_unsupported_fmin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.2217646Z test_unsupported_frexp_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.2232968Z test_unsupported_full_like_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.2247786Z test_unsupported_gather_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.2263013Z test_unsupported_geqrf_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.2277988Z test_unsupported_gradient_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.2298722Z test_unsupported_heaviside_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:16:51.2313757Z test_unsupported_histc_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.2328589Z test_unsupported_hsplit_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.2343695Z test_unsupported_hstack_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.2358709Z test_unsupported_hypot_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.2373606Z test_unsupported_i0_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.2388624Z test_unsupported_igamma_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.2403556Z test_unsupported_igammac_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.2418339Z test_unsupported_index_add_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.2433585Z test_unsupported_index_copy_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.2448630Z test_unsupported_index_fill_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.2463911Z test_unsupported_index_put_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.2485938Z test_unsupported_index_reduce_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:16:51.2499698Z test_unsupported_index_select_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.2514540Z test_unsupported_inner_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.2529513Z test_unsupported_inverse_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.2544816Z test_unsupported_isclose_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.2559637Z test_unsupported_isfinite_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.2574418Z test_unsupported_isin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.2589575Z test_unsupported_isinf_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.2604480Z test_unsupported_isneginf_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.2619195Z test_unsupported_isposinf_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.2634415Z test_unsupported_isreal_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.2655434Z test_unsupported_istft_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:16:51.2670346Z test_unsupported_jiterator_4inputs_with_extra_args_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.2685663Z test_unsupported_jiterator_binary_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.2700444Z test_unsupported_jiterator_unary_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.2715370Z test_unsupported_kron_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.2730285Z test_unsupported_kthvalue_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.2745590Z test_unsupported_ldexp_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.2760355Z test_unsupported_linalg_cholesky_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.2775277Z test_unsupported_linalg_cholesky_ex_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.2790927Z test_unsupported_linalg_cond_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.2805940Z test_unsupported_linalg_cross_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.2820783Z test_unsupported_linalg_det_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.2841481Z test_unsupported_linalg_eig_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:16:51.2856217Z test_unsupported_linalg_eigh_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.2870999Z test_unsupported_linalg_eigvals_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.2885305Z test_unsupported_linalg_eigvalsh_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.2900810Z test_unsupported_linalg_householder_product_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.2915784Z test_unsupported_linalg_inv_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.2930838Z test_unsupported_linalg_inv_ex_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.2945846Z test_unsupported_linalg_ldl_factor_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.2960720Z test_unsupported_linalg_ldl_factor_ex_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.2975700Z test_unsupported_linalg_ldl_solve_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: not available before CUDA 11.3.1 (0.001s) 2022-05-18T05:16:51.2990436Z test_unsupported_linalg_lstsq_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.3004919Z test_unsupported_linalg_lstsq_grad_oriented_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.3026125Z test_unsupported_linalg_lu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:16:51.3040914Z test_unsupported_linalg_lu_factor_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.3055899Z test_unsupported_linalg_lu_factor_ex_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.3071736Z test_unsupported_linalg_matrix_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.3087062Z test_unsupported_linalg_matrix_power_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.3102314Z test_unsupported_linalg_matrix_rank_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.3117299Z test_unsupported_linalg_matrix_rank_hermitian_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.3132220Z test_unsupported_linalg_multi_dot_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.3147620Z test_unsupported_linalg_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.3162270Z test_unsupported_linalg_norm_subgradients_at_zero_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.3177113Z test_unsupported_linalg_pinv_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.3192337Z test_unsupported_linalg_pinv_hermitian_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.3214672Z test_unsupported_linalg_pinv_singular_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:16:51.3229901Z test_unsupported_linalg_qr_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.3244018Z test_unsupported_linalg_slogdet_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.3258344Z test_unsupported_linalg_solve_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.3273484Z test_unsupported_linalg_solve_triangular_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.3288586Z test_unsupported_linalg_svd_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.3304078Z test_unsupported_linalg_svdvals_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.3318858Z test_unsupported_linalg_tensorinv_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.3333801Z test_unsupported_linalg_tensorsolve_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.3349160Z test_unsupported_linalg_vander_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.3363428Z test_unsupported_linalg_vector_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.3384690Z test_unsupported_log_softmax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:16:51.3399740Z test_unsupported_log_softmax_dtype_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.3414386Z test_unsupported_logaddexp2_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.3429476Z test_unsupported_logaddexp_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.3444360Z test_unsupported_logcumsumexp_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.3458785Z test_unsupported_logdet_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.3474054Z test_unsupported_logical_and_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.3488797Z test_unsupported_logical_not_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.3504080Z test_unsupported_logical_or_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.3518899Z test_unsupported_logical_xor_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.3533793Z test_unsupported_logit_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.3549139Z test_unsupported_logsumexp_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.3569821Z test_unsupported_lu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:16:51.3585032Z test_unsupported_lu_solve_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.3599940Z test_unsupported_lu_unpack_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.3614639Z test_unsupported_mH_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.3630013Z test_unsupported_mT_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.3644655Z test_unsupported_masked_scatter_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.3659401Z test_unsupported_masked_select_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.3674564Z test_unsupported_matrix_exp_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.3689444Z test_unsupported_max_reduction_no_dim_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.3704725Z test_unsupported_max_reduction_with_dim_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.3719711Z test_unsupported_maximum_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.3734632Z test_unsupported_median_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.3756516Z test_unsupported_meshgrid_list_of_tensors_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:16:51.3772389Z test_unsupported_meshgrid_variadic_tensors_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.3788190Z test_unsupported_min_reduction_no_dim_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.3803095Z test_unsupported_min_reduction_with_dim_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.3817962Z test_unsupported_minimum_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.3833052Z test_unsupported_mode_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.3847947Z test_unsupported_movedim_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.3863204Z test_unsupported_msort_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.3878139Z test_unsupported_multinomial_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.3892876Z test_unsupported_mv_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.3908029Z test_unsupported_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.3922930Z test_unsupported_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.3943800Z test_unsupported_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:16:51.3958647Z test_unsupported_nan_to_num_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.3973464Z test_unsupported_nanmean_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.3988410Z test_unsupported_nanmedian_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.4003267Z test_unsupported_nanquantile_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.4018136Z test_unsupported_nansum_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.4033267Z test_unsupported_narrow_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.4048070Z test_unsupported_new_empty_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.4063186Z test_unsupported_new_full_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.4078090Z test_unsupported_new_ones_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.4093152Z test_unsupported_new_zeros_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.4114196Z test_unsupported_nextafter_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:16:51.4129005Z test_unsupported_nn_functional_adaptive_avg_pool1d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.4144374Z test_unsupported_nn_functional_adaptive_avg_pool2d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.4159179Z test_unsupported_nn_functional_adaptive_avg_pool3d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.4174011Z test_unsupported_nn_functional_adaptive_max_pool1d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.4189303Z test_unsupported_nn_functional_adaptive_max_pool2d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.4204150Z test_unsupported_nn_functional_adaptive_max_pool3d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.4219020Z test_unsupported_nn_functional_avg_pool1d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.4233969Z test_unsupported_nn_functional_avg_pool2d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.4249170Z test_unsupported_nn_functional_avg_pool3d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.4264221Z test_unsupported_nn_functional_batch_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.4279563Z test_unsupported_nn_functional_batch_norm_without_cudnn_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.4301788Z test_unsupported_nn_functional_bilinear_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:16:51.4317544Z test_unsupported_nn_functional_binary_cross_entropy_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.4333657Z test_unsupported_nn_functional_binary_cross_entropy_with_logits_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:16:51.4349823Z test_unsupported_nn_functional_celu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:16:51.4365713Z test_unsupported_nn_functional_conv1d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.4381975Z test_unsupported_nn_functional_conv2d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:16:51.4398035Z test_unsupported_nn_functional_conv_transpose1d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.4413745Z test_unsupported_nn_functional_conv_transpose2d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.4430137Z test_unsupported_nn_functional_conv_transpose3d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:16:51.4446145Z test_unsupported_nn_functional_cosine_embedding_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.4462929Z test_unsupported_nn_functional_cosine_similarity_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:16:51.4477804Z test_unsupported_nn_functional_cross_entropy_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.4498741Z test_unsupported_nn_functional_ctc_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:16:51.4514070Z test_unsupported_nn_functional_dropout2d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.4529572Z test_unsupported_nn_functional_dropout_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.4544659Z test_unsupported_nn_functional_elu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.4559416Z test_unsupported_nn_functional_embedding_bag_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.4574275Z test_unsupported_nn_functional_embedding_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.4589624Z test_unsupported_nn_functional_feature_alpha_dropout_with_train_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.4604509Z test_unsupported_nn_functional_feature_alpha_dropout_without_train_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.4619406Z test_unsupported_nn_functional_fractional_max_pool2d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.4634951Z test_unsupported_nn_functional_fractional_max_pool3d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.4649847Z test_unsupported_nn_functional_gaussian_nll_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.4665249Z test_unsupported_nn_functional_gelu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.4686218Z test_unsupported_nn_functional_glu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:16:51.4701380Z test_unsupported_nn_functional_grid_sample_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.4716407Z test_unsupported_nn_functional_group_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.4731586Z test_unsupported_nn_functional_hinge_embedding_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.4747140Z test_unsupported_nn_functional_huber_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.4762192Z test_unsupported_nn_functional_instance_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.4777091Z test_unsupported_nn_functional_interpolate_area_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.4792254Z test_unsupported_nn_functional_interpolate_bicubic_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.4807229Z test_unsupported_nn_functional_interpolate_bilinear_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.4822538Z test_unsupported_nn_functional_interpolate_linear_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.4837828Z test_unsupported_nn_functional_interpolate_nearest_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.4859008Z test_unsupported_nn_functional_interpolate_trilinear_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:16:51.4874273Z test_unsupported_nn_functional_kl_div_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.4889307Z test_unsupported_nn_functional_l1_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.4904568Z test_unsupported_nn_functional_layer_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.4919466Z test_unsupported_nn_functional_linear_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.4934403Z test_unsupported_nn_functional_local_response_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.4949639Z test_unsupported_nn_functional_logsigmoid_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.4965212Z test_unsupported_nn_functional_margin_ranking_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.4980213Z test_unsupported_nn_functional_max_pool1d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.4995887Z test_unsupported_nn_functional_max_pool2d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.5011233Z test_unsupported_nn_functional_max_pool3d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.5026715Z test_unsupported_nn_functional_max_unpool1d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.5047717Z test_unsupported_nn_functional_max_unpool1d_grad_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:16:51.5062951Z test_unsupported_nn_functional_max_unpool2d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.5077760Z test_unsupported_nn_functional_max_unpool2d_grad_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.5092643Z test_unsupported_nn_functional_max_unpool3d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.5107755Z test_unsupported_nn_functional_max_unpool3d_grad_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.5122379Z test_unsupported_nn_functional_mish_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.5137265Z test_unsupported_nn_functional_mse_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.5152602Z test_unsupported_nn_functional_multi_margin_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.5167596Z test_unsupported_nn_functional_multilabel_margin_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.5182873Z test_unsupported_nn_functional_multilabel_soft_margin_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.5198235Z test_unsupported_nn_functional_nll_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.5213318Z test_unsupported_nn_functional_normalize_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.5234630Z test_unsupported_nn_functional_pad_circular_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:16:51.5249951Z test_unsupported_nn_functional_pad_constant_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.5265355Z test_unsupported_nn_functional_pad_reflect_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.5280444Z test_unsupported_nn_functional_pad_replicate_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.5295853Z test_unsupported_nn_functional_pairwise_distance_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.5311125Z test_unsupported_nn_functional_pdist_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.5326032Z test_unsupported_nn_functional_pixel_shuffle_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.5341271Z test_unsupported_nn_functional_pixel_unshuffle_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.5356344Z test_unsupported_nn_functional_poisson_nll_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.5372284Z test_unsupported_nn_functional_prelu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:16:51.5388984Z test_unsupported_nn_functional_rrelu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:16:51.5404419Z test_unsupported_nn_functional_selu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.5427374Z test_unsupported_nn_functional_silu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:16:51.5442202Z test_unsupported_nn_functional_smooth_l1_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.5457044Z test_unsupported_nn_functional_soft_margin_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.5472475Z test_unsupported_nn_functional_softmin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.5487751Z test_unsupported_nn_functional_softmin_with_dtype_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.5503294Z test_unsupported_nn_functional_softshrink_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.5518172Z test_unsupported_nn_functional_triplet_margin_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.5533037Z test_unsupported_nn_functional_triplet_margin_with_distance_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.5548082Z test_unsupported_nn_functional_unfold_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.5562909Z test_unsupported_nn_functional_upsample_bilinear_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.5578017Z test_unsupported_nn_functional_upsample_nearest_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.5599309Z test_unsupported_nonzero_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:16:51.5614495Z test_unsupported_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.5629713Z test_unsupported_norm_fro_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.5644868Z test_unsupported_norm_inf_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.5659906Z test_unsupported_norm_nuc_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.5675166Z test_unsupported_normal_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.5690167Z test_unsupported_normal_number_mean_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.5705363Z test_unsupported_ones_like_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.5720328Z test_unsupported_ormqr_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.5735706Z test_unsupported_outer_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.5751607Z test_unsupported_pca_lowrank_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.5766510Z test_unsupported_pinverse_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.5788123Z test_unsupported_polar_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:16:51.5802888Z test_unsupported_polygamma_polygamma_n_0_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.5817639Z test_unsupported_polygamma_polygamma_n_1_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.5833000Z test_unsupported_polygamma_polygamma_n_2_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.5847827Z test_unsupported_polygamma_polygamma_n_3_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.5863972Z test_unsupported_polygamma_polygamma_n_4_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.5878868Z test_unsupported_positive_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.5894221Z test_unsupported_prod_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.5909442Z test_unsupported_put_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.5924400Z test_unsupported_qr_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.5939413Z test_unsupported_quantile_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.5954738Z test_unsupported_rad2deg_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.5976268Z test_unsupported_rand_like_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:16:51.5991170Z test_unsupported_randint_like_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.6006014Z test_unsupported_randn_like_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.6021004Z test_unsupported_ravel_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.6036053Z test_unsupported_real_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.6050925Z test_unsupported_renorm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.6066014Z test_unsupported_repeat_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.6080930Z test_unsupported_repeat_interleave_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.6095732Z test_unsupported_resize__cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.6110997Z test_unsupported_resize_as__cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.6125821Z test_unsupported_resolve_conj_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.6140705Z test_unsupported_resolve_neg_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.6161780Z test_unsupported_roll_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:16:51.6176629Z test_unsupported_rot90_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.6191893Z test_unsupported_round_decimals_0_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.6206526Z test_unsupported_round_decimals_3_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.6221810Z test_unsupported_round_decimals_neg_3_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.6236790Z test_unsupported_scatter_add_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.6251595Z test_unsupported_scatter_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.6266745Z test_unsupported_scatter_reduce_amax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.6281633Z test_unsupported_scatter_reduce_amin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.6296599Z test_unsupported_scatter_reduce_mean_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.6311606Z test_unsupported_scatter_reduce_prod_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.6332592Z test_unsupported_scatter_reduce_sum_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:16:51.6347644Z test_unsupported_searchsorted_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.6362523Z test_unsupported_select_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.6377416Z test_unsupported_select_scatter_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.6392467Z test_unsupported_sgn_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.6407271Z test_unsupported_signbit_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.6422439Z test_unsupported_sinc_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.6437436Z test_unsupported_slice_scatter_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.6452253Z test_unsupported_softmax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.6467283Z test_unsupported_softmax_with_dtype_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.6482346Z test_unsupported_sort_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.6497398Z test_unsupported_sparse_sampled_addmm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: cusparseSDDMM was added in 11.2.1 (0.001s) 2022-05-18T05:16:51.6518599Z test_unsupported_special_entr_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:16:51.6533500Z test_unsupported_special_erfcx_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.6548515Z test_unsupported_special_i0e_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.6563435Z test_unsupported_special_i1_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.6578324Z test_unsupported_special_i1e_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.6593368Z test_unsupported_special_log_ndtr_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.6608354Z test_unsupported_special_ndtr_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.6623592Z test_unsupported_special_ndtri_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.6638516Z test_unsupported_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.6653389Z test_unsupported_special_xlog1py_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.6668475Z test_unsupported_special_zeta_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.6683418Z test_unsupported_split_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.6704874Z test_unsupported_split_list_args_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:16:51.6719741Z test_unsupported_split_with_sizes_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.6734656Z test_unsupported_square_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.6749877Z test_unsupported_squeeze_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.6764789Z test_unsupported_stack_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.6779852Z test_unsupported_std_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.6795003Z test_unsupported_std_mean_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.6810141Z test_unsupported_stft_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.6825316Z test_unsupported_sum_to_size_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.6841109Z test_unsupported_svd_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.6856727Z test_unsupported_svd_lowrank_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.6872189Z test_unsupported_symeig_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.6893904Z test_unsupported_take_along_dim_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:16:51.6908829Z test_unsupported_take_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.6923696Z test_unsupported_tensor_split_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.6938644Z test_unsupported_tensordot_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.6953791Z test_unsupported_tile_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.6968719Z test_unsupported_to_sparse_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.6983997Z test_unsupported_topk_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.6999066Z test_unsupported_trace_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.7014077Z test_unsupported_trapezoid_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.7029549Z test_unsupported_trapz_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.7044142Z test_unsupported_triangular_solve_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.7066221Z test_unsupported_tril_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:16:51.7080958Z test_unsupported_triu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.7095926Z test_unsupported_unfold_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.7111161Z test_unsupported_unique_consecutive_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.7125922Z test_unsupported_unique_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.7140971Z test_unsupported_var_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.7156364Z test_unsupported_var_mean_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.7171243Z test_unsupported_vdot_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.7186762Z test_unsupported_view_as_complex_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.7201859Z test_unsupported_vsplit_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.7217857Z test_unsupported_vstack_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:16:51.7233661Z test_unsupported_xlogy_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.7255242Z test_unsupported_zero__cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:16:51.7270343Z test_unsupported_zeros_like_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.7282478Z test_working___radd___cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.7294677Z test_working___rdiv___cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.7307315Z test_working___rmod___cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.7319616Z test_working___rmul___cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.7331831Z test_working_abs_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.7344465Z test_working_acos_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.7356983Z test_working_add_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.7369022Z test_working_addcmul_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.7381837Z test_working_addmm_decomposed_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.7394290Z test_working_asin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.7412732Z test_working_atan2_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:16:51.7425267Z test_working_atan_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.7437548Z test_working_bool_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.7449906Z test_working_byte_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.7462245Z test_working_ceil_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.7474342Z test_working_char_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.7486544Z test_working_clamp_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.7498852Z test_working_clamp_scalar_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.7511456Z test_working_contiguous_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.7523600Z test_working_cos_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.7535954Z test_working_cosh_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.7548655Z test_working_div_floor_rounding_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.7569440Z test_working_div_no_rounding_mode_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:16:51.7581806Z test_working_div_trunc_rounding_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.7594607Z test_working_double_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.7607400Z test_working_eq_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.7620427Z test_working_erf_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.7633539Z test_working_erfc_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.7646445Z test_working_exp_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.7659417Z test_working_expand_as_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.7672697Z test_working_expand_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.7685555Z test_working_expm1_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.7698592Z test_working_float_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.7718432Z test_working_floor_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:16:51.7731296Z test_working_fmod_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.7744358Z test_working_ge_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.7756751Z test_working_gt_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.7768767Z test_working_half_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.7781327Z test_working_int_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.7793362Z test_working_isnan_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.7805592Z test_working_le_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.7817756Z test_working_lerp_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.7830277Z test_working_lgamma_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.7842572Z test_working_log10_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.7854838Z test_working_log1p_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.7873547Z test_working_log2_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:16:51.7885655Z test_working_log_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.7897933Z test_working_long_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.7910406Z test_working_lt_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.7922573Z test_working_masked_fill_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.7934800Z test_working_max_binary_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.7947192Z test_working_mean_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.7959538Z test_working_min_binary_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.7971682Z test_working_mm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.7986258Z test_working_mul_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.7998454Z test_working_ne_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.8010626Z test_working_neg_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.8029589Z test_working_nn_functional_hardshrink_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:16:51.8041563Z test_working_nn_functional_hardsigmoid_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.8053874Z test_working_nn_functional_hardswish_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.8066388Z test_working_nn_functional_hardtanh_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.8078521Z test_working_nn_functional_leaky_relu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.8090777Z test_working_nn_functional_relu6_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.8103362Z test_working_nn_functional_relu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.8115604Z test_working_nn_functional_softplus_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.8127922Z test_working_nn_functional_softsign_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.8140194Z test_working_nn_functional_tanhshrink_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.8152706Z test_working_nn_functional_threshold_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.8165165Z test_working_permute_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.8183685Z test_working_pow_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:16:51.8195920Z test_working_reciprocal_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.8207938Z test_working_remainder_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.8220197Z test_working_reshape_as_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.8232672Z test_working_reshape_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.8245037Z test_working_round_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.8257380Z test_working_rsqrt_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.8269678Z test_working_rsub_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.8281887Z test_working_short_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.8294245Z test_working_sigmoid_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.8306715Z test_working_sign_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.8325053Z test_working_sin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:16:51.8337263Z test_working_sinh_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.8349933Z test_working_sqrt_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.8362095Z test_working_sub_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.8374378Z test_working_sum_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.8386824Z test_working_t_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.8399052Z test_working_tan_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.8411256Z test_working_tanh_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.8423834Z test_working_transpose_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.8436015Z test_working_true_divide_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.8448258Z test_working_trunc_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.8460570Z test_working_unsqueeze_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.8479339Z test_working_view_as_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:16:51.8491448Z test_working_view_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:51.8504109Z test_working_where_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:16:52.7711344Z test_abs (__main__.TestTEFuserDynamic) ... ok (0.920s) 2022-05-18T05:16:52.8528242Z test_adaptive_avg_pool2d (__main__.TestTEFuserDynamic) ... ok (0.081s) 2022-05-18T05:16:54.1213538Z test_add_bool (__main__.TestTEFuserDynamic) ... ok (1.268s) 2022-05-18T05:16:54.5728345Z test_addcmul (__main__.TestTEFuserDynamic) ... ok (0.451s) 2022-05-18T05:16:54.5743480Z test_arg_configurations_smoke (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.001s) 2022-05-18T05:16:54.8813351Z test_autocast_down (__main__.TestTEFuserDynamic) ... ok (0.307s) 2022-05-18T05:16:55.1833922Z test_autocast_up (__main__.TestTEFuserDynamic) ... ok (0.302s) 2022-05-18T05:16:55.4107573Z test_batch_norm (__main__.TestTEFuserDynamic) ... /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-18T05:16:55.4109136Z warnings.warn(msg, FutureWarning) 2022-05-18T05:16:57.4345872Z ok (2.251s) 2022-05-18T05:17:14.5369668Z test_binary_div_ops (__main__.TestTEFuserDynamic) ... ok (17.102s) 2022-05-18T05:18:10.3483735Z test_binary_ops (__main__.TestTEFuserDynamic) ... ok (55.811s) 2022-05-18T05:18:14.4570918Z test_binary_pow (__main__.TestTEFuserDynamic) ... ok (4.109s) 2022-05-18T05:18:16.9818067Z test_binary_scalar_ops (__main__.TestTEFuserDynamic) ... ok (2.525s) 2022-05-18T05:20:49.3850294Z test_binary_tensor_scalar_ops (__main__.TestTEFuserDynamic) ... ok (152.403s) 2022-05-18T05:20:59.0456295Z test_bitwise_ops (__main__.TestTEFuserDynamic) ... ok (9.660s) 2022-05-18T05:20:59.9464246Z test_broadcast (__main__.TestTEFuserDynamic) ... ok (0.901s) 2022-05-18T05:21:00.8311350Z test_cat_2k_args (__main__.TestTEFuserDynamic) ... ok (0.885s) 2022-05-18T05:21:01.8199698Z test_cat_graph_opt (__main__.TestTEFuserDynamic) ... ok (0.989s) 2022-05-18T05:21:06.7417562Z test_channels_last_dims_dynamic (__main__.TestTEFuserDynamic) ... ok (4.922s) 2022-05-18T05:21:07.9954459Z test_checks_cat_inputs (__main__.TestTEFuserDynamic) ... ok (1.254s) 2022-05-18T05:21:07.9965901Z test_chunk (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.001s) 2022-05-18T05:21:07.9984742Z test_chunk_correctness (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.002s) 2022-05-18T05:21:07.9999618Z test_chunk_distributes (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.001s) 2022-05-18T05:21:08.0012979Z test_chunk_motion_deduplicates_inputs (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.001s) 2022-05-18T05:21:08.0024632Z test_chunk_mul_one (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.001s) 2022-05-18T05:21:08.0041407Z test_chunk_multiple (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.002s) 2022-05-18T05:21:20.3455766Z test_clamp (__main__.TestTEFuserDynamic) ... ok (12.341s) 2022-05-18T05:21:21.1080874Z test_clamp_double (__main__.TestTEFuserDynamic) ... ok (0.762s) 2022-05-18T05:21:21.8599427Z test_clamp_int (__main__.TestTEFuserDynamic) ... ok (0.752s) 2022-05-18T05:21:22.9194806Z test_comparison_eq_ne (__main__.TestTEFuserDynamic) ... ok (1.059s) 2022-05-18T05:21:23.9371562Z test_comparison_ge_le (__main__.TestTEFuserDynamic) ... ok (1.018s) 2022-05-18T05:21:24.9507312Z test_comparison_gt_lt (__main__.TestTEFuserDynamic) ... ok (1.013s) 2022-05-18T05:21:26.0460026Z test_concat (__main__.TestTEFuserDynamic) ... ok (1.095s) 2022-05-18T05:21:27.7591529Z test_concat_invariant (__main__.TestTEFuserDynamic) ... ok (1.713s) 2022-05-18T05:21:27.7606195Z test_conv2d (__main__.TestTEFuserDynamic) ... skip: don't run conv with dynamic shapes (0.001s) 2022-05-18T05:21:27.7619991Z test_conv2d_depthwise (__main__.TestTEFuserDynamic) ... skip: don't run conv with dynamic shapes (0.001s) 2022-05-18T05:21:27.7638073Z test_cuda_half (__main__.TestTEFuserDynamic) ... skip: no half support (0.002s) 2022-05-18T05:21:27.9321471Z test_dims (__main__.TestTEFuserDynamic) ... ok (0.168s) 2022-05-18T05:21:27.9392719Z test_disabled (__main__.TestTEFuserDynamic) ... ok (0.007s) 2022-05-18T05:21:28.3817269Z test_div_bool (__main__.TestTEFuserDynamic) ... ok (0.442s) 2022-05-18T05:21:28.3946445Z test_dynamic_cat (__main__.TestTEFuserDynamic) ... ok (0.013s) 2022-05-18T05:21:38.7818134Z test_dynamic_shapes (__main__.TestTEFuserDynamic) ... ok (10.387s) 2022-05-18T05:21:40.3669924Z test_eq_unsqueeze_type_as (__main__.TestTEFuserDynamic) ... ok (1.585s) 2022-05-18T05:21:41.5153097Z test_erf (__main__.TestTEFuserDynamic) ... ok (1.148s) 2022-05-18T05:21:41.5521697Z test_exhaust_specializations (__main__.TestTEFuserDynamic) ... ok (0.037s) 2022-05-18T05:21:42.0010950Z test_exp (__main__.TestTEFuserDynamic) ... ok (0.449s) 2022-05-18T05:21:42.0022130Z test_fusion_reuse_multi_gpu (__main__.TestTEFuserDynamic) ... skip: needs non-zero device (0.001s) 2022-05-18T05:21:42.0094643Z test_gelu (__main__.TestTEFuserDynamic) ... ok (0.007s) 2022-05-18T05:21:42.2721895Z test_hardsigmoid_fwd_bwd (__main__.TestTEFuserDynamic) ... ok (0.262s) 2022-05-18T05:21:42.6977458Z test_hardswish_fwd_bwd (__main__.TestTEFuserDynamic) ... ok (0.425s) 2022-05-18T05:21:43.0681474Z test_inlined_optimized_graph (__main__.TestTEFuserDynamic) ... ok (0.370s) 2022-05-18T05:21:48.3597495Z test_isnan (__main__.TestTEFuserDynamic) ... ok (5.291s) 2022-05-18T05:21:48.3611350Z test_kernel_cache_multi_gpu (__main__.TestTEFuserDynamic) ... skip: needs non-zero device (0.001s) 2022-05-18T05:21:49.4660519Z test_lerp (__main__.TestTEFuserDynamic) ... ok (1.105s) 2022-05-18T05:21:49.4678022Z test_list_ops (__main__.TestTEFuserDynamic) ... skip: FIXME: fuser doesn't include ListConstruct nodes to the group causing a failure (0.002s) 2022-05-18T05:21:51.9385082Z test_lstm (__main__.TestTEFuserDynamic) ... ok (2.470s) 2022-05-18T05:21:52.7392657Z test_lstm_concat (__main__.TestTEFuserDynamic) ... ok (0.801s) 2022-05-18T05:22:21.7999792Z test_lstm_gates_permutations (__main__.TestTEFuserDynamic) ... ok (29.061s) 2022-05-18T05:22:23.1385336Z test_lstm_traced (__main__.TestTEFuserDynamic) ... ok (1.338s) 2022-05-18T05:22:23.1400039Z test_masked_fill (__main__.TestTEFuserDynamic) ... skip: Temporarily disabled (0.002s) 2022-05-18T05:22:23.1427508Z test_matmul (__main__.TestTEFuserDynamic) ... skip: don't run conv with dynamic shapes (0.003s) 2022-05-18T05:22:23.1440333Z test_milstm (__main__.TestTEFuserDynamic) ... skip: don't run conv with dynamic shapes (0.001s) 2022-05-18T05:22:31.8697647Z test_minmax (__main__.TestTEFuserDynamic) ... ok (8.725s) 2022-05-18T05:22:36.0455105Z test_minmax_int_ops (__main__.TestTEFuserDynamic) ... ok (4.176s) 2022-05-18T05:22:36.5007386Z test_mul_bool (__main__.TestTEFuserDynamic) ... ok (0.455s) 2022-05-18T05:22:36.6720408Z test_neg_pow (__main__.TestTEFuserDynamic) ... ok (0.171s) 2022-05-18T05:22:36.6730735Z test_nonzero_device_cuda (__main__.TestTEFuserDynamic) ... skip: needs non-zero device (0.001s) 2022-05-18T05:22:36.6737755Z test_nop (__main__.TestTEFuserDynamic) ... ok (0.001s) 2022-05-18T05:22:37.0801194Z test_profiler (__main__.TestTEFuserDynamic) ... ok (0.406s) 2022-05-18T05:22:37.0818845Z test_rand_broadcast_cuda (__main__.TestTEFuserDynamic) ... skip: rand_like is not supported yet (0.002s) 2022-05-18T05:22:37.0833687Z test_rand_cuda (__main__.TestTEFuserDynamic) ... skip: rand_like is not supported yet (0.001s) 2022-05-18T05:22:37.0843995Z test_rand_diamond (__main__.TestTEFuserDynamic) ... skip: rand_like is not supported yet (0.001s) 2022-05-18T05:22:37.6161322Z test_relu (__main__.TestTEFuserDynamic) ... ok (0.531s) 2022-05-18T05:22:37.8190097Z test_relu_fwd_bwd (__main__.TestTEFuserDynamic) ... ok (0.203s) 2022-05-18T05:22:38.1492156Z test_remove_output_used_only_in_size (__main__.TestTEFuserDynamic) ... ok (0.330s) 2022-05-18T05:22:38.2086005Z test_scalar (__main__.TestTEFuserDynamic) ... ok (0.059s) 2022-05-18T05:22:39.7721449Z test_scalar_arg (__main__.TestTEFuserDynamic) ... ok (1.563s) 2022-05-18T05:22:39.8296914Z test_scalar_only_inputs (__main__.TestTEFuserDynamic) ... ok (0.058s) 2022-05-18T05:22:39.9427804Z test_skip_grad_in_check (__main__.TestTEFuserDynamic) ... ok (0.113s) 2022-05-18T05:22:40.9866377Z test_small_constant (__main__.TestTEFuserDynamic) ... ok (1.044s) 2022-05-18T05:22:41.8162108Z test_sub_gt_and (__main__.TestTEFuserDynamic) ... ok (0.829s) 2022-05-18T05:22:42.0653794Z test_sum_dim (__main__.TestTEFuserDynamic) ... ok (0.249s) 2022-05-18T05:22:42.1932032Z test_sum_keepdim_cast (__main__.TestTEFuserDynamic) ... ok (0.128s) 2022-05-18T05:22:42.3082230Z test_sum_simple (__main__.TestTEFuserDynamic) ... ok (0.115s) 2022-05-18T05:22:44.3639152Z test_superslomo (__main__.TestTEFuserDynamic) ... ok (2.055s) 2022-05-18T05:22:46.4582699Z test_tensor_scalar_ops (__main__.TestTEFuserDynamic) ... ok (2.094s) 2022-05-18T05:22:48.3739521Z test_ternary_norm_ops (__main__.TestTEFuserDynamic) ... ok (1.915s) 2022-05-18T05:22:53.0013740Z test_ternary_ops (__main__.TestTEFuserDynamic) ... ok (4.627s) 2022-05-18T05:22:53.8813188Z test_threshold (__main__.TestTEFuserDynamic) ... ok (0.880s) 2022-05-18T05:22:54.0867113Z test_to_device (__main__.TestTEFuserDynamic) ... ok (0.205s) 2022-05-18T05:23:10.4975864Z test_torch_to (__main__.TestTEFuserDynamic) ... ok (16.411s) 2022-05-18T05:23:13.3032734Z test_type_as_cat (__main__.TestTEFuserDynamic) ... ok (2.805s) 2022-05-18T05:23:13.3678456Z test_typecheck (__main__.TestTEFuserDynamic) ... ok (0.065s) 2022-05-18T05:23:13.3705752Z test_unary_ops (__main__.TestTEFuserDynamic) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T05:23:13.3878663Z test_unrolled_cat (__main__.TestTEFuserDynamic) ... ok (0.017s) 2022-05-18T05:23:14.6092512Z test_unsqueeze_size_calculation (__main__.TestTEFuserDynamic) ... ok (1.221s) 2022-05-18T05:23:15.0889714Z test_unsqueeze_var_dim (__main__.TestTEFuserDynamic) ... ok (0.480s) 2022-05-18T05:23:15.1911007Z test_unsupported_dtypes (__main__.TestTEFuserDynamic) ... ok (0.102s) 2022-05-18T05:23:16.1125868Z test_where_and_typing (__main__.TestTEFuserDynamic) ... ok (0.921s) 2022-05-18T05:23:27.1185066Z test_where_ops (__main__.TestTEFuserDynamic) ... ok (11.006s) 2022-05-18T05:23:27.2296737Z test_with_strict_fusion (__main__.TestTEFuserDynamic) ... /opt/conda/lib/python3.9/site-packages/torch/jit/__init__.py:216: UserWarning: Only works in script mode 2022-05-18T05:23:27.2297234Z warnings.warn("Only works in script mode") 2022-05-18T05:23:27.3591853Z ok (0.241s) 2022-05-18T05:23:28.0642066Z test_zero_element_tensors (__main__.TestTEFuserDynamic) ... ok (0.705s) 2022-05-18T05:23:28.6881785Z test_abs (__main__.TestTEFuserStatic) ... ok (0.624s) 2022-05-18T05:23:28.7659527Z test_adaptive_avg_pool2d (__main__.TestTEFuserStatic) ... ok (0.078s) 2022-05-18T05:23:29.7649594Z test_add_bool (__main__.TestTEFuserStatic) ... ok (0.999s) 2022-05-18T05:23:30.1431367Z test_addcmul (__main__.TestTEFuserStatic) ... ok (0.378s) 2022-05-18T05:23:30.5048296Z test_arg_configurations_smoke (__main__.TestTEFuserStatic) ... ok (0.362s) 2022-05-18T05:23:30.8079548Z test_autocast_down (__main__.TestTEFuserStatic) ... ok (0.303s) 2022-05-18T05:23:31.1066553Z test_autocast_up (__main__.TestTEFuserStatic) ... ok (0.299s) 2022-05-18T05:23:31.2062833Z test_batch_norm (__main__.TestTEFuserStatic) ... /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-18T05:23:31.2064353Z warnings.warn(msg, FutureWarning) 2022-05-18T05:23:32.7612248Z ok (1.654s) 2022-05-18T05:23:47.5003008Z test_binary_div_ops (__main__.TestTEFuserStatic) ... ok (14.739s) 2022-05-18T05:24:34.7475751Z test_binary_ops (__main__.TestTEFuserStatic) ... ok (47.247s) 2022-05-18T05:24:38.1179639Z test_binary_pow (__main__.TestTEFuserStatic) ... ok (3.370s) 2022-05-18T05:24:40.6516676Z test_binary_scalar_ops (__main__.TestTEFuserStatic) ... ok (2.534s) 2022-05-18T05:26:49.6847091Z test_binary_tensor_scalar_ops (__main__.TestTEFuserStatic) ... ok (129.033s) 2022-05-18T05:26:57.5383020Z test_bitwise_ops (__main__.TestTEFuserStatic) ... ok (7.853s) 2022-05-18T05:26:58.1760120Z test_broadcast (__main__.TestTEFuserStatic) ... ok (0.638s) 2022-05-18T05:26:59.0807908Z test_cat_2k_args (__main__.TestTEFuserStatic) ... ok (0.905s) 2022-05-18T05:26:59.1793036Z test_cat_graph_opt (__main__.TestTEFuserStatic) ... ok (0.098s) 2022-05-18T05:27:03.7848752Z test_channels_last_dims_dynamic (__main__.TestTEFuserStatic) ... ok (4.605s) 2022-05-18T05:27:04.4748522Z test_checks_cat_inputs (__main__.TestTEFuserStatic) ... ok (0.690s) 2022-05-18T05:27:05.1825761Z test_chunk (__main__.TestTEFuserStatic) ... ok (0.707s) 2022-05-18T05:27:11.9269915Z test_chunk_correctness (__main__.TestTEFuserStatic) ... ok (6.744s) 2022-05-18T05:27:12.3039964Z test_chunk_distributes (__main__.TestTEFuserStatic) ... ok (0.377s) 2022-05-18T05:27:13.5428096Z test_chunk_motion_deduplicates_inputs (__main__.TestTEFuserStatic) ... ok (1.239s) 2022-05-18T05:27:14.2774801Z test_chunk_mul_one (__main__.TestTEFuserStatic) ... ok (0.735s) 2022-05-18T05:27:15.1582474Z test_chunk_multiple (__main__.TestTEFuserStatic) ... ok (0.881s) 2022-05-18T05:27:23.6663679Z test_clamp (__main__.TestTEFuserStatic) ... ok (8.508s) 2022-05-18T05:27:24.3034038Z test_clamp_double (__main__.TestTEFuserStatic) ... ok (0.637s) 2022-05-18T05:27:24.9337757Z test_clamp_int (__main__.TestTEFuserStatic) ... ok (0.630s) 2022-05-18T05:27:25.6856748Z test_comparison_eq_ne (__main__.TestTEFuserStatic) ... ok (0.752s) 2022-05-18T05:27:26.3973295Z test_comparison_ge_le (__main__.TestTEFuserStatic) ... ok (0.711s) 2022-05-18T05:27:27.1172276Z test_comparison_gt_lt (__main__.TestTEFuserStatic) ... ok (0.720s) 2022-05-18T05:27:27.5101685Z test_concat (__main__.TestTEFuserStatic) ... ok (0.393s) 2022-05-18T05:27:28.2439725Z test_concat_invariant (__main__.TestTEFuserStatic) ... ok (0.734s) 2022-05-18T05:27:28.2683637Z test_conv2d (__main__.TestTEFuserStatic) ... ok (0.024s) 2022-05-18T05:27:29.5976575Z test_conv2d_depthwise (__main__.TestTEFuserStatic) ... ok (1.329s) 2022-05-18T05:27:29.5995941Z test_cuda_half (__main__.TestTEFuserStatic) ... skip: no half support (0.002s) 2022-05-18T05:27:29.6858574Z test_dims (__main__.TestTEFuserStatic) ... ok (0.086s) 2022-05-18T05:27:29.6929992Z test_disabled (__main__.TestTEFuserStatic) ... ok (0.007s) 2022-05-18T05:27:30.0468107Z test_div_bool (__main__.TestTEFuserStatic) ... ok (0.353s) 2022-05-18T05:27:30.0607976Z test_dynamic_cat (__main__.TestTEFuserStatic) ... ok (0.014s) 2022-05-18T05:27:39.7044478Z test_dynamic_shapes (__main__.TestTEFuserStatic) ... ok (9.643s) 2022-05-18T05:27:40.9926124Z test_eq_unsqueeze_type_as (__main__.TestTEFuserStatic) ... ok (1.288s) 2022-05-18T05:27:42.1149312Z test_erf (__main__.TestTEFuserStatic) ... ok (1.122s) 2022-05-18T05:27:42.1527277Z test_exhaust_specializations (__main__.TestTEFuserStatic) ... ok (0.038s) 2022-05-18T05:27:42.5363860Z test_exp (__main__.TestTEFuserStatic) ... ok (0.383s) 2022-05-18T05:27:42.5374950Z test_fusion_reuse_multi_gpu (__main__.TestTEFuserStatic) ... skip: needs non-zero device (0.001s) 2022-05-18T05:27:42.5458100Z test_gelu (__main__.TestTEFuserStatic) ... ok (0.008s) 2022-05-18T05:27:42.6831064Z test_hardsigmoid_fwd_bwd (__main__.TestTEFuserStatic) ... ok (0.137s) 2022-05-18T05:27:42.8461000Z test_hardswish_fwd_bwd (__main__.TestTEFuserStatic) ... ok (0.163s) 2022-05-18T05:27:42.9566837Z test_inlined_optimized_graph (__main__.TestTEFuserStatic) ... ok (0.110s) 2022-05-18T05:27:47.8719285Z test_isnan (__main__.TestTEFuserStatic) ... ok (4.915s) 2022-05-18T05:27:47.8733721Z test_kernel_cache_multi_gpu (__main__.TestTEFuserStatic) ... skip: needs non-zero device (0.001s) 2022-05-18T05:27:48.5815607Z test_lerp (__main__.TestTEFuserStatic) ... ok (0.708s) 2022-05-18T05:27:48.5832974Z test_list_ops (__main__.TestTEFuserStatic) ... skip: FIXME: fuser doesn't include ListConstruct nodes to the group causing a failure (0.002s) 2022-05-18T05:27:49.2358602Z test_lstm (__main__.TestTEFuserStatic) ... ok (0.652s) 2022-05-18T05:27:49.9556371Z test_lstm_concat (__main__.TestTEFuserStatic) ... ok (0.720s) 2022-05-18T05:27:59.7434851Z test_lstm_gates_permutations (__main__.TestTEFuserStatic) ... ok (9.788s) 2022-05-18T05:28:00.3951738Z test_lstm_traced (__main__.TestTEFuserStatic) ... ok (0.652s) 2022-05-18T05:28:00.3968408Z test_masked_fill (__main__.TestTEFuserStatic) ... skip: Temporarily disabled (0.002s) 2022-05-18T05:28:01.5288054Z test_matmul (__main__.TestTEFuserStatic) ... ok (1.132s) 2022-05-18T05:28:05.2157545Z test_milstm (__main__.TestTEFuserStatic) ... ok (3.687s) 2022-05-18T05:28:11.4300894Z test_minmax (__main__.TestTEFuserStatic) ... ok (6.214s) 2022-05-18T05:28:14.8754703Z test_minmax_int_ops (__main__.TestTEFuserStatic) ... ok (3.445s) 2022-05-18T05:28:15.2316916Z test_mul_bool (__main__.TestTEFuserStatic) ... ok (0.356s) 2022-05-18T05:28:15.4035432Z test_neg_pow (__main__.TestTEFuserStatic) ... ok (0.172s) 2022-05-18T05:28:15.4044950Z test_nonzero_device_cuda (__main__.TestTEFuserStatic) ... skip: needs non-zero device (0.001s) 2022-05-18T05:28:15.4052057Z test_nop (__main__.TestTEFuserStatic) ... ok (0.001s) 2022-05-18T05:28:15.4396313Z test_profiler (__main__.TestTEFuserStatic) ... ok (0.034s) 2022-05-18T05:28:15.4413739Z test_rand_broadcast_cuda (__main__.TestTEFuserStatic) ... skip: rand_like is not supported yet (0.002s) 2022-05-18T05:28:15.4429994Z test_rand_cuda (__main__.TestTEFuserStatic) ... skip: rand_like is not supported yet (0.002s) 2022-05-18T05:28:15.4440191Z test_rand_diamond (__main__.TestTEFuserStatic) ... skip: rand_like is not supported yet (0.001s) 2022-05-18T05:28:15.8350457Z test_relu (__main__.TestTEFuserStatic) ... ok (0.391s) 2022-05-18T05:28:15.9121970Z test_relu_fwd_bwd (__main__.TestTEFuserStatic) ... ok (0.077s) 2022-05-18T05:28:16.2106597Z test_remove_output_used_only_in_size (__main__.TestTEFuserStatic) ... ok (0.298s) 2022-05-18T05:28:16.2725228Z test_scalar (__main__.TestTEFuserStatic) ... ok (0.062s) 2022-05-18T05:28:17.2268617Z test_scalar_arg (__main__.TestTEFuserStatic) ... ok (0.954s) 2022-05-18T05:28:17.2838121Z test_scalar_only_inputs (__main__.TestTEFuserStatic) ... ok (0.057s) 2022-05-18T05:28:17.3209588Z test_skip_grad_in_check (__main__.TestTEFuserStatic) ... ok (0.037s) 2022-05-18T05:28:18.0444273Z test_small_constant (__main__.TestTEFuserStatic) ... ok (0.723s) 2022-05-18T05:28:18.7086219Z test_sub_gt_and (__main__.TestTEFuserStatic) ... ok (0.664s) 2022-05-18T05:28:18.8641998Z test_sum_dim (__main__.TestTEFuserStatic) ... ok (0.155s) 2022-05-18T05:28:18.9425899Z test_sum_keepdim_cast (__main__.TestTEFuserStatic) ... ok (0.078s) 2022-05-18T05:28:19.0159396Z test_sum_simple (__main__.TestTEFuserStatic) ... ok (0.073s) 2022-05-18T05:28:20.1344524Z test_superslomo (__main__.TestTEFuserStatic) ... ok (1.118s) 2022-05-18T05:28:21.4084706Z test_tensor_scalar_ops (__main__.TestTEFuserStatic) ... ok (1.274s) 2022-05-18T05:28:22.9022063Z test_ternary_norm_ops (__main__.TestTEFuserStatic) ... ok (1.494s) 2022-05-18T05:28:26.9280162Z test_ternary_ops (__main__.TestTEFuserStatic) ... ok (4.026s) 2022-05-18T05:28:27.5742764Z test_threshold (__main__.TestTEFuserStatic) ... ok (0.646s) 2022-05-18T05:28:27.6371228Z test_to_device (__main__.TestTEFuserStatic) ... ok (0.063s) 2022-05-18T05:28:40.8020632Z test_torch_to (__main__.TestTEFuserStatic) ... ok (13.165s) 2022-05-18T05:28:42.6418203Z test_type_as_cat (__main__.TestTEFuserStatic) ... ok (1.840s) 2022-05-18T05:28:42.7027071Z test_typecheck (__main__.TestTEFuserStatic) ... ok (0.061s) 2022-05-18T05:28:42.7053746Z test_unary_ops (__main__.TestTEFuserStatic) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T05:28:42.7418194Z test_unrolled_cat (__main__.TestTEFuserStatic) ... ok (0.036s) 2022-05-18T05:28:43.4430069Z test_unsqueeze_size_calculation (__main__.TestTEFuserStatic) ... ok (0.701s) 2022-05-18T05:28:43.7166467Z test_unsqueeze_var_dim (__main__.TestTEFuserStatic) ... ok (0.273s) 2022-05-18T05:28:43.8161859Z test_unsupported_dtypes (__main__.TestTEFuserStatic) ... ok (0.099s) 2022-05-18T05:28:44.5187071Z test_where_and_typing (__main__.TestTEFuserStatic) ... ok (0.702s) 2022-05-18T05:28:53.4692575Z test_where_ops (__main__.TestTEFuserStatic) ... ok (8.950s) 2022-05-18T05:28:53.5072971Z test_with_strict_fusion (__main__.TestTEFuserStatic) ... /opt/conda/lib/python3.9/site-packages/torch/jit/__init__.py:216: UserWarning: Only works in script mode 2022-05-18T05:28:53.5074702Z warnings.warn("Only works in script mode") 2022-05-18T05:28:53.5612573Z ok (0.092s) 2022-05-18T05:28:54.1636987Z test_zero_element_tensors (__main__.TestTEFuserStatic) ... ok (0.602s) 2022-05-18T05:28:54.1639086Z 2022-05-18T05:28:54.1639696Z ---------------------------------------------------------------------- 2022-05-18T05:28:54.1640055Z Ran 5310 tests in 731.520s 2022-05-18T05:28:54.1642554Z 2022-05-18T05:28:54.1642927Z OK (skipped=5138) 2022-05-18T05:28:54.1643105Z 2022-05-18T05:28:54.1643425Z Generating XML reports... 2022-05-18T05:28:54.1712194Z Generated XML report: test-reports/python-unittest/test_jit_fuser_te/TEST-jit.test_fuser_common.TestFuserCommon-20220518051642.xml 2022-05-18T05:28:54.1813198Z Generated XML report: test-reports/python-unittest/test_jit_fuser_te/TEST-TestTEFuserDynamic-20220518051642.xml 2022-05-18T05:28:54.1910768Z Generated XML report: test-reports/python-unittest/test_jit_fuser_te/TEST-TestTEFuserStatic-20220518051642.xml 2022-05-18T05:28:54.9308960Z Generated XML report: test-reports/python-unittest/test_jit_fuser_te/TEST-TestNNCOpInfoCUDA-20220518051642.xml 2022-05-18T05:28:55.8168216Z Running test_dataloader ... [2022-05-18 05:28:55.816224] 2022-05-18T05:28:55.8168908Z Executing ['/opt/conda/bin/python', 'test_dataloader.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:28:55.816330] 2022-05-18T05:28:56.7873713Z Test results will be stored in test-reports/python-unittest/test_dataloader 2022-05-18T05:28:56.7970610Z 2022-05-18T05:28:56.7971054Z Running tests... 2022-05-18T05:28:56.7971556Z ---------------------------------------------------------------------- 2022-05-18T05:28:58.3772020Z test_add_dataset (__main__.TestConcatDataset) ... ok (1.580s) 2022-05-18T05:28:58.3780294Z test_concat_raises_index_error (__main__.TestConcatDataset) ... ok (0.001s) 2022-05-18T05:28:58.3792371Z test_concat_two_non_singletons (__main__.TestConcatDataset) ... ok (0.001s) 2022-05-18T05:28:58.3803634Z test_concat_two_non_singletons_with_empty (__main__.TestConcatDataset) ... ok (0.001s) 2022-05-18T05:28:58.3813870Z test_concat_two_singletons (__main__.TestConcatDataset) ... ok (0.001s) 2022-05-18T05:28:58.3828450Z test_iterable_dataset_err (__main__.TestConcatDataset) ... ok (0.001s) 2022-05-18T05:28:58.3836826Z test_conv_after_fork (__main__.TestConvAfterFork) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/75492 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:28:58.3900525Z test_custom_batch_pin (__main__.TestCustomPinFn) ... ok (0.006s) 2022-05-18T05:28:58.5422643Z test_custom_batch_pin_worker (__main__.TestCustomPinFn) ... ok (0.152s) 2022-05-18T05:28:59.9159594Z test_batch_sampler (__main__.TestDataLoader) ... ok (1.373s) 2022-05-18T05:28:59.9183496Z test_builtin_collection_conversion (__main__.TestDataLoader) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/71037 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:28:59.9991087Z test_bulk_loading_nobatch (__main__.TestDataLoader) ... ok (0.081s) 2022-05-18T05:29:00.2016468Z test_chain_iterable_style_dataset (__main__.TestDataLoader) ... ok (0.202s) 2022-05-18T05:29:00.2044008Z test_default_collate_bad_numpy_types (__main__.TestDataLoader) ... ok (0.003s) 2022-05-18T05:29:00.2054647Z test_default_collate_bad_sequence_type (__main__.TestDataLoader) ... ok (0.001s) 2022-05-18T05:29:00.2082135Z test_default_collate_dtype (__main__.TestDataLoader) ... ok (0.003s) 2022-05-18T05:29:00.2096996Z test_default_collate_mapping_keep_type (__main__.TestDataLoader) ... ok (0.001s) 2022-05-18T05:29:00.2129305Z test_default_collate_numpy_memmap (__main__.TestDataLoader) ... /opt/conda/lib/python3.9/site-packages/torch/utils/data/_utils/collate.py:149: 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:29:00.2130356Z return default_collate([torch.as_tensor(b) for b in batch]) 2022-05-18T05:29:00.2131741Z ok (0.003s) 2022-05-18T05:29:00.2145680Z test_default_collate_sequence_dont_keep_type (__main__.TestDataLoader) ... ok (0.001s) 2022-05-18T05:29:00.2161186Z test_default_collate_sequence_keep_type (__main__.TestDataLoader) ... ok (0.001s) 2022-05-18T05:29:00.2184465Z test_default_collate_shared_tensor (__main__.TestDataLoader) ... ok (0.002s) 2022-05-18T05:29:00.2195200Z test_default_convert_mapping_keep_type (__main__.TestDataLoader) ... ok (0.001s) 2022-05-18T05:29:00.2205318Z test_default_convert_sequence_dont_keep_type (__main__.TestDataLoader) ... ok (0.001s) 2022-05-18T05:29:00.2215909Z test_default_convert_sequence_keep_type (__main__.TestDataLoader) ... ok (0.001s) 2022-05-18T05:29:00.2229261Z test_distributed_sampler_invalid_rank (__main__.TestDataLoader) ... ok (0.001s) 2022-05-18T05:29:00.2269036Z test_duplicating_data_with_drop_last (__main__.TestDataLoader) ... ok (0.004s) 2022-05-18T05:29:00.2291122Z test_error (__main__.TestDataLoader) ... ok (0.002s) 2022-05-18T05:29:00.3131219Z test_error_in_init (__main__.TestDataLoader) ... ok (0.084s) 2022-05-18T05:29:00.3827548Z test_error_workers (__main__.TestDataLoader) ... ok (0.069s) 2022-05-18T05:29:00.3896705Z test_excessive_thread_creation_warning (__main__.TestDataLoader) ... ok (0.007s) 2022-05-18T05:29:01.4877140Z test_fd_limit_exceeded (__main__.TestDataLoader) ... ok (1.098s) 2022-05-18T05:29:03.6535244Z test_get_worker_info (__main__.TestDataLoader) ... ok (2.165s) 2022-05-18T05:29:03.6558323Z test_growing_dataset (__main__.TestDataLoader) ... ok (0.002s) 2022-05-18T05:29:03.6569366Z test_invalid_assign_after_init (__main__.TestDataLoader) ... ok (0.001s) 2022-05-18T05:29:03.6627774Z test_invalid_ctor_args_combinations (__main__.TestDataLoader) ... ok (0.006s) 2022-05-18T05:29:03.6687486Z test_iterable_style_dataset (__main__.TestDataLoader) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/73055 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.006s) 2022-05-18T05:29:03.6709777Z test_iterabledataset_len (__main__.TestDataLoader) ... ok (0.002s) 2022-05-18T05:29:05.7816443Z test_large_sampler_indices (__main__.TestDataLoader) ... ok (2.110s) 2022-05-18T05:29:05.7936025Z test_len (__main__.TestDataLoader) ... ok (0.012s) 2022-05-18T05:29:05.9446467Z test_multi_epochs_reproducibility (__main__.TestDataLoader) ... ok (0.151s) 2022-05-18T05:29:05.9463398Z test_multiple_dataloaders (__main__.TestDataLoader) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/74598 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:29:08.6046250Z test_multiprocessing_contexts (__main__.TestDataLoader) ... [W CudaIPCTypes.cpp:15] Producer process has been terminated before all shared CUDA tensors released. See Note [Sharing CUDA tensors] 2022-05-18T05:29:08.6048154Z [W CudaIPCTypes.cpp:15] Producer process has been terminated before all shared CUDA tensors released. See Note [Sharing CUDA tensors] 2022-05-18T05:29:08.6054662Z [W CudaIPCTypes.cpp:15] Producer process has been terminated before all shared CUDA tensors released. See Note [Sharing CUDA tensors] 2022-05-18T05:29:11.2393819Z [W CudaIPCTypes.cpp:15] Producer process has been terminated before all shared CUDA tensors released. See Note [Sharing CUDA tensors] 2022-05-18T05:29:11.2394830Z [W CudaIPCTypes.cpp:15] Producer process has been terminated before all shared CUDA tensors released. See Note [Sharing CUDA tensors] 2022-05-18T05:29:11.2395425Z [W CudaIPCTypes.cpp:15] Producer process has been terminated before all shared CUDA tensors released. See Note [Sharing CUDA tensors] 2022-05-18T05:29:16.4112887Z ok (10.465s) 2022-05-18T05:29:16.4135174Z test_multiprocessing_iterdatapipe (__main__.TestDataLoader) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/74498 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:29:17.5185877Z test_no_segfault (__main__.TestDataLoader) ... ok (1.105s) 2022-05-18T05:29:17.5219484Z test_numpy (__main__.TestDataLoader) ... ok (0.003s) 2022-05-18T05:29:17.5273994Z test_numpy_gen_state (__main__.TestDataLoader) ... ok (0.005s) 2022-05-18T05:29:17.5303367Z test_numpy_scalars (__main__.TestDataLoader) ... ok (0.003s) 2022-05-18T05:29:17.5315756Z test_partial_workers (__main__.TestDataLoader) 2022-05-18T05:29:17.7152334Z Check that workers exit even if the iterator is not exhausted. ... ok (0.185s) 2022-05-18T05:29:17.7207604Z test_proper_exit (__main__.TestDataLoader) 2022-05-18T05:29:17.7209513Z There might be ConnectionResetError or leaked semaphore warning (due to dirty process exit), but they are all safe to ignore ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-05-18T05:29:17.7254332Z test_random_sampler (__main__.TestDataLoader) ... ok (0.004s) 2022-05-18T05:29:17.7276360Z test_random_sampler_len_with_replacement (__main__.TestDataLoader) ... ok (0.002s) 2022-05-18T05:29:17.7295746Z test_random_sampler_len_without_replacement (__main__.TestDataLoader) ... ok (0.002s) 2022-05-18T05:29:19.0198400Z test_sampler (__main__.TestDataLoader) ... ok (1.290s) 2022-05-18T05:29:19.0399563Z test_sampler_reproducibility (__main__.TestDataLoader) ... ok (0.020s) 2022-05-18T05:29:21.1694235Z test_segfault (__main__.TestDataLoader) ... ok (2.129s) 2022-05-18T05:29:21.3223313Z test_seqential_batch_workers (__main__.TestDataLoader) ... ok (0.153s) 2022-05-18T05:29:21.4739815Z test_seqential_batch_workers_prefetch (__main__.TestDataLoader) ... ok (0.151s) 2022-05-18T05:29:21.5381515Z test_sequential_batch (__main__.TestDataLoader) ... ok (0.064s) 2022-05-18T05:29:21.5729951Z test_sequential_nonbatch (__main__.TestDataLoader) ... ok (0.035s) 2022-05-18T05:29:21.5801739Z test_sequential_pin_memory (__main__.TestDataLoader) ... ok (0.007s) 2022-05-18T05:29:21.8196720Z test_sequential_workers (__main__.TestDataLoader) ... ok (0.239s) 2022-05-18T05:29:21.9098932Z test_shuffle (__main__.TestDataLoader) ... ok (0.090s) 2022-05-18T05:29:21.9888919Z test_shuffle_batch (__main__.TestDataLoader) ... ok (0.079s) 2022-05-18T05:29:22.0715599Z test_shuffle_batch_none (__main__.TestDataLoader) ... ok (0.083s) 2022-05-18T05:29:22.0724809Z test_shuffle_batch_workers (__main__.TestDataLoader) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/74548 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:29:22.2896898Z test_shuffle_batch_workers_prefetch (__main__.TestDataLoader) ... ok (0.217s) 2022-05-18T05:29:22.4392949Z test_shuffle_pin_memory (__main__.TestDataLoader) ... ok (0.149s) 2022-05-18T05:29:22.8690769Z test_shuffle_reproducibility (__main__.TestDataLoader) ... ok (0.429s) 2022-05-18T05:29:23.1582208Z test_shuffle_workers (__main__.TestDataLoader) ... ok (0.289s) 2022-05-18T05:29:27.3755614Z test_timeout (__main__.TestDataLoader) ... ok (4.217s) 2022-05-18T05:29:27.3773130Z test_typing (__main__.TestDataLoader) ... ok (0.002s) 2022-05-18T05:29:27.4288969Z test_worker_init_fn (__main__.TestDataLoader) ... ok (0.051s) 2022-05-18T05:29:27.5292685Z test_worker_seed (__main__.TestDataLoader) ... ok (0.100s) 2022-05-18T05:29:27.7207180Z test_worker_seed_reproducibility (__main__.TestDataLoader) ... ok (0.191s) 2022-05-18T05:29:27.7220005Z test_basics (__main__.TestDataLoader2) ... skip: no dill (0.001s) 2022-05-18T05:29:27.7240262Z test_shuffle (__main__.TestDataLoader2) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/74390 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:29:27.7253861Z test_basic_mapdatapipe_threading (__main__.TestDataLoader2_EventLoop) ... skip: no dill (0.001s) 2022-05-18T05:29:27.7264381Z test_basic_threading (__main__.TestDataLoader2_EventLoop) ... skip: no dill (0.001s) 2022-05-18T05:29:29.0211476Z test_batch_sampler (__main__.TestDataLoaderPersistentWorkers) ... ok (1.294s) 2022-05-18T05:29:29.0234856Z test_builtin_collection_conversion (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/71037 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:29:29.1038674Z test_bulk_loading_nobatch (__main__.TestDataLoaderPersistentWorkers) ... ok (0.080s) 2022-05-18T05:29:29.2443349Z test_chain_iterable_style_dataset (__main__.TestDataLoaderPersistentWorkers) ... ok (0.140s) 2022-05-18T05:29:29.5125224Z test_dataset_not_reset (__main__.TestDataLoaderPersistentWorkers) ... ok (0.268s) 2022-05-18T05:29:29.5152996Z test_default_collate_bad_numpy_types (__main__.TestDataLoaderPersistentWorkers) ... ok (0.003s) 2022-05-18T05:29:29.5163003Z test_default_collate_bad_sequence_type (__main__.TestDataLoaderPersistentWorkers) ... ok (0.001s) 2022-05-18T05:29:29.5189310Z test_default_collate_dtype (__main__.TestDataLoaderPersistentWorkers) ... ok (0.003s) 2022-05-18T05:29:29.5203427Z test_default_collate_mapping_keep_type (__main__.TestDataLoaderPersistentWorkers) ... ok (0.001s) 2022-05-18T05:29:29.5225997Z test_default_collate_numpy_memmap (__main__.TestDataLoaderPersistentWorkers) ... ok (0.002s) 2022-05-18T05:29:29.5238621Z test_default_collate_sequence_dont_keep_type (__main__.TestDataLoaderPersistentWorkers) ... ok (0.001s) 2022-05-18T05:29:29.5253318Z test_default_collate_sequence_keep_type (__main__.TestDataLoaderPersistentWorkers) ... ok (0.001s) 2022-05-18T05:29:29.5275980Z test_default_collate_shared_tensor (__main__.TestDataLoaderPersistentWorkers) ... ok (0.002s) 2022-05-18T05:29:29.5285971Z test_default_convert_mapping_keep_type (__main__.TestDataLoaderPersistentWorkers) ... ok (0.001s) 2022-05-18T05:29:29.5295634Z test_default_convert_sequence_dont_keep_type (__main__.TestDataLoaderPersistentWorkers) ... ok (0.001s) 2022-05-18T05:29:29.5305883Z test_default_convert_sequence_keep_type (__main__.TestDataLoaderPersistentWorkers) ... ok (0.001s) 2022-05-18T05:29:29.5317302Z test_distributed_sampler_invalid_rank (__main__.TestDataLoaderPersistentWorkers) ... ok (0.001s) 2022-05-18T05:29:29.5342408Z test_duplicating_data_with_drop_last (__main__.TestDataLoaderPersistentWorkers) ... ok (0.002s) 2022-05-18T05:29:29.5352158Z test_early_exit (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/74868 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:29:29.5371551Z test_error (__main__.TestDataLoaderPersistentWorkers) ... ok (0.002s) 2022-05-18T05:29:29.6292112Z test_error_in_init (__main__.TestDataLoaderPersistentWorkers) ... ok (0.092s) 2022-05-18T05:29:29.6827374Z test_error_workers (__main__.TestDataLoaderPersistentWorkers) ... ok (0.053s) 2022-05-18T05:29:29.6929381Z test_excessive_thread_creation_warning (__main__.TestDataLoaderPersistentWorkers) ... ok (0.010s) 2022-05-18T05:29:30.7866119Z test_fd_limit_exceeded (__main__.TestDataLoaderPersistentWorkers) ... ok (1.093s) 2022-05-18T05:29:32.9477237Z test_get_worker_info (__main__.TestDataLoaderPersistentWorkers) ... ok (2.161s) 2022-05-18T05:29:32.9497996Z test_growing_dataset (__main__.TestDataLoaderPersistentWorkers) ... ok (0.002s) 2022-05-18T05:29:32.9509720Z test_invalid_assign_after_init (__main__.TestDataLoaderPersistentWorkers) ... ok (0.001s) 2022-05-18T05:29:32.9551397Z test_invalid_ctor_args_combinations (__main__.TestDataLoaderPersistentWorkers) ... ok (0.004s) 2022-05-18T05:29:32.9613097Z test_iterable_style_dataset (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/62968 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.006s) 2022-05-18T05:29:52.9856364Z test_iterabledataset_len (__main__.TestDataLoaderPersistentWorkers) ... ok (20.024s) 2022-05-18T05:29:55.1250752Z test_large_sampler_indices (__main__.TestDataLoaderPersistentWorkers) ... ok (2.139s) 2022-05-18T05:29:55.1359728Z test_len (__main__.TestDataLoaderPersistentWorkers) ... ok (0.011s) 2022-05-18T05:29:55.1961241Z test_multi_epochs_reproducibility (__main__.TestDataLoaderPersistentWorkers) ... ok (0.060s) 2022-05-18T05:29:55.1974222Z test_multiple_dataloaders (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/74598 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:29:55.1988057Z test_multiprocessing_contexts (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/77599 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:29:55.2003430Z test_multiprocessing_iterdatapipe (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/74498 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:29:55.2012175Z test_no_segfault (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/70968 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:29:55.2035236Z test_numpy (__main__.TestDataLoaderPersistentWorkers) ... ok (0.002s) 2022-05-18T05:29:55.2086955Z test_numpy_gen_state (__main__.TestDataLoaderPersistentWorkers) ... ok (0.005s) 2022-05-18T05:29:55.2114262Z test_numpy_scalars (__main__.TestDataLoaderPersistentWorkers) ... ok (0.003s) 2022-05-18T05:29:55.2124741Z test_partial_workers (__main__.TestDataLoaderPersistentWorkers) 2022-05-18T05:29:55.4270624Z Check that workers exit even if the iterator is not exhausted. ... ok (0.215s) 2022-05-18T05:29:55.4323063Z test_proper_exit (__main__.TestDataLoaderPersistentWorkers) 2022-05-18T05:29:55.4324833Z There might be ConnectionResetError or leaked semaphore warning (due to dirty process exit), but they are all safe to ignore ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-05-18T05:29:55.4364617Z test_random_sampler (__main__.TestDataLoaderPersistentWorkers) ... ok (0.004s) 2022-05-18T05:29:55.4385026Z test_random_sampler_len_with_replacement (__main__.TestDataLoaderPersistentWorkers) ... ok (0.002s) 2022-05-18T05:29:55.4402684Z test_random_sampler_len_without_replacement (__main__.TestDataLoaderPersistentWorkers) ... ok (0.002s) 2022-05-18T05:29:56.8130847Z test_sampler (__main__.TestDataLoaderPersistentWorkers) ... ok (1.372s) 2022-05-18T05:29:56.8329943Z test_sampler_reproducibility (__main__.TestDataLoaderPersistentWorkers) ... ok (0.020s) 2022-05-18T05:29:58.9605587Z test_segfault (__main__.TestDataLoaderPersistentWorkers) ... ok (2.127s) 2022-05-18T05:29:58.9616613Z test_seqential_batch_workers (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/73955 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:29:59.1407078Z test_seqential_batch_workers_prefetch (__main__.TestDataLoaderPersistentWorkers) ... ok (0.179s) 2022-05-18T05:29:59.2048880Z test_sequential_batch (__main__.TestDataLoaderPersistentWorkers) ... ok (0.064s) 2022-05-18T05:29:59.2403587Z test_sequential_nonbatch (__main__.TestDataLoaderPersistentWorkers) ... ok (0.035s) 2022-05-18T05:29:59.2476485Z test_sequential_pin_memory (__main__.TestDataLoaderPersistentWorkers) ... ok (0.007s) 2022-05-18T05:29:59.5054771Z test_sequential_workers (__main__.TestDataLoaderPersistentWorkers) ... ok (0.257s) 2022-05-18T05:29:59.5975857Z test_shuffle (__main__.TestDataLoaderPersistentWorkers) ... ok (0.092s) 2022-05-18T05:29:59.6781214Z test_shuffle_batch (__main__.TestDataLoaderPersistentWorkers) ... ok (0.080s) 2022-05-18T05:29:59.7626800Z test_shuffle_batch_none (__main__.TestDataLoaderPersistentWorkers) ... ok (0.084s) 2022-05-18T05:29:59.7635347Z test_shuffle_batch_workers (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/74548 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:30:00.0060064Z test_shuffle_batch_workers_prefetch (__main__.TestDataLoaderPersistentWorkers) ... ok (0.242s) 2022-05-18T05:30:00.1692078Z test_shuffle_pin_memory (__main__.TestDataLoaderPersistentWorkers) ... ok (0.163s) 2022-05-18T05:30:00.5782728Z test_shuffle_reproducibility (__main__.TestDataLoaderPersistentWorkers) ... ok (0.409s) 2022-05-18T05:30:00.8849651Z test_shuffle_workers (__main__.TestDataLoaderPersistentWorkers) ... ok (0.306s) 2022-05-18T05:30:00.8866011Z test_timeout (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/68844 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:30:00.8877526Z test_typing (__main__.TestDataLoaderPersistentWorkers) ... ok (0.001s) 2022-05-18T05:30:00.9682508Z test_worker_init_fn (__main__.TestDataLoaderPersistentWorkers) ... ok (0.080s) 2022-05-18T05:30:00.9697318Z test_worker_seed (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/62969 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:30:00.9706654Z test_worker_seed_reproducibility (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/62970 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:30:00.9715419Z test_lengths_must_equal_dataset_size (__main__.TestDatasetRandomSplit) ... ok (0.001s) 2022-05-18T05:30:00.9743515Z test_slicing_of_subset_of_dataset (__main__.TestDatasetRandomSplit) ... ok (0.003s) 2022-05-18T05:30:00.9770784Z test_slicing_of_subset_of_subset (__main__.TestDatasetRandomSplit) ... ok (0.003s) 2022-05-18T05:30:00.9781655Z test_splits_are_mutually_exclusive (__main__.TestDatasetRandomSplit) ... ok (0.001s) 2022-05-18T05:30:00.9804865Z test_splits_generator (__main__.TestDatasetRandomSplit) ... ok (0.002s) 2022-05-18T05:30:00.9816507Z test_splits_have_correct_size (__main__.TestDatasetRandomSplit) ... ok (0.001s) 2022-05-18T05:30:00.9827160Z test_splits_indexing_type (__main__.TestDatasetRandomSplit) 2022-05-18T05:30:00.9843254Z Indices generated by random_split ... ok (0.003s) 2022-05-18T05:30:00.9889212Z test_splits_reproducibility (__main__.TestDatasetRandomSplit) ... ok (0.004s) 2022-05-18T05:30:00.9905505Z test_pin_memory (__main__.TestDictDataLoader) ... ok (0.001s) 2022-05-18T05:30:00.9919366Z test_pin_memory_device (__main__.TestDictDataLoader) ... ok (0.001s) 2022-05-18T05:30:00.9933795Z test_pin_memory_with_only_device (__main__.TestDictDataLoader) ... /opt/conda/lib/python3.9/site-packages/torch/utils/data/dataloader.py:545: UserWarning: pin memory device is set and pin_memory flag is not used then device pinned memory won't be usedplease set pin_memory to true, if you need to use the device pin memory 2022-05-18T05:30:00.9935069Z warnings.warn(warn_msg) 2022-05-18T05:30:00.9937549Z ok (0.002s) 2022-05-18T05:30:01.0564603Z test_sequential_batch (__main__.TestDictDataLoader) ... ok (0.062s) 2022-05-18T05:30:01.0581900Z test_ind_worker_queue (__main__.TestIndividualWorkerQueue) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/68643 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.001s) 2022-05-18T05:30:01.0615960Z test_dataloader_with_namedtuple (__main__.TestNamedTupleDataLoader) ... ok (0.003s) 2022-05-18T05:30:01.1238045Z test_set_affinity_in_worker_init (__main__.TestSetAffinity) ... ok (0.062s) 2022-05-18T05:30:01.2236770Z test_shuffle_pin_memory (__main__.TestStringDataLoader) ... ok (0.100s) 2022-05-18T05:30:01.2319397Z test_getitem (__main__.TestTensorDataset) ... ok (0.008s) 2022-05-18T05:30:01.2380986Z test_getitem_1d (__main__.TestTensorDataset) ... ok (0.006s) 2022-05-18T05:30:01.2392028Z test_len (__main__.TestTensorDataset) ... ok (0.001s) 2022-05-18T05:30:01.2449135Z test_many_tensors (__main__.TestTensorDataset) ... ok (0.006s) 2022-05-18T05:30:01.2469302Z test_single_tensor (__main__.TestTensorDataset) ... ok (0.002s) 2022-05-18T05:30:01.2469737Z 2022-05-18T05:30:01.2470182Z ---------------------------------------------------------------------- 2022-05-18T05:30:01.2470552Z Ran 166 tests in 64.450s 2022-05-18T05:30:01.2470784Z 2022-05-18T05:30:01.2473518Z OK (skipped=25) 2022-05-18T05:30:01.2473699Z 2022-05-18T05:30:01.2473834Z Generating XML reports... 2022-05-18T05:30:01.2520730Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestConcatDataset-20220518052856.xml 2022-05-18T05:30:01.2524981Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestCustomPinFn-20220518052856.xml 2022-05-18T05:30:01.2588609Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestDataLoader-20220518052856.xml 2022-05-18T05:30:01.2654640Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestDataLoaderPersistentWorkers-20220518052856.xml 2022-05-18T05:30:01.2664576Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestDatasetRandomSplit-20220518052856.xml 2022-05-18T05:30:01.2671290Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestDictDataLoader-20220518052856.xml 2022-05-18T05:30:01.2675048Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestNamedTupleDataLoader-20220518052856.xml 2022-05-18T05:30:01.2678522Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestSetAffinity-20220518052856.xml 2022-05-18T05:30:01.2683431Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestStringDataLoader-20220518052856.xml 2022-05-18T05:30:01.2690284Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestTensorDataset-20220518052856.xml 2022-05-18T05:30:01.2694136Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestConvAfterFork-20220518052856.xml 2022-05-18T05:30:01.2699367Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestDataLoader2-20220518052856.xml 2022-05-18T05:30:01.2704718Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestDataLoader2_EventLoop-20220518052856.xml 2022-05-18T05:30:01.2708322Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestIndividualWorkerQueue-20220518052856.xml 2022-05-18T05:30:01.5653373Z Running test_unary_ufuncs ... [2022-05-18 05:30:01.564762] 2022-05-18T05:30:01.5654576Z Executing ['/opt/conda/bin/python', 'test_unary_ufuncs.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:30:01.564868] 2022-05-18T05:30:05.0975040Z Test results will be stored in test-reports/python-unittest/test_unary_ufuncs 2022-05-18T05:30:05.4003666Z 2022-05-18T05:30:05.4004252Z Running tests... 2022-05-18T05:30:05.4005180Z ---------------------------------------------------------------------- 2022-05-18T05:30:05.4278901Z test_abs_angle_complex_to_float_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... /var/lib/jenkins/workspace/test/test_unary_ufuncs.py:739: 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:30:05.4280309Z float_out = torch.empty_like(t).float() 2022-05-18T05:30:05.4286295Z /var/lib/jenkins/workspace/test/test_unary_ufuncs.py:748: UserWarning: An output with one or more elements was resized since it had shape [1], which does not match the required output shape [60]. 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:30:05.4288041Z torch_fn(t, out=float_out) 2022-05-18T05:30:05.4372049Z ok (0.037s) 2022-05-18T05:30:05.4524133Z test_abs_angle_complex_to_float_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:30:05.4543707Z test_abs_big_number_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:05.4584248Z test_abs_signed_zero_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:30:05.4623857Z test_abs_signed_zero_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:30:05.4642390Z test_abs_zero_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:05.4661232Z test_abs_zero_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:05.4848034Z test_batch_vs_slicing_abs_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-05-18T05:30:05.5000718Z test_batch_vs_slicing_abs_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:30:05.5331116Z test_batch_vs_slicing_abs_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-05-18T05:30:05.5675379Z test_batch_vs_slicing_abs_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2022-05-18T05:30:05.6007004Z test_batch_vs_slicing_abs_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-05-18T05:30:05.6174124Z test_batch_vs_slicing_abs_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-05-18T05:30:05.6340955Z test_batch_vs_slicing_abs_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-05-18T05:30:05.6511458Z test_batch_vs_slicing_abs_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-05-18T05:30:05.6666217Z test_batch_vs_slicing_abs_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:30:05.6820290Z test_batch_vs_slicing_abs_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:30:05.6974306Z test_batch_vs_slicing_abs_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:30:05.7129536Z test_batch_vs_slicing_abs_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:30:05.7282983Z test_batch_vs_slicing_abs_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:30:05.7428848Z test_batch_vs_slicing_acos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:05.7587039Z test_batch_vs_slicing_acos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-05-18T05:30:05.8787616Z test_batch_vs_slicing_acos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.120s) 2022-05-18T05:30:05.9096438Z test_batch_vs_slicing_acos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-05-18T05:30:05.9245103Z test_batch_vs_slicing_acos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:30:05.9387662Z test_batch_vs_slicing_acos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:05.9592906Z test_batch_vs_slicing_acos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-05-18T05:30:05.9740554Z test_batch_vs_slicing_acos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:30:05.9884901Z test_batch_vs_slicing_acos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:06.0030039Z test_batch_vs_slicing_acos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:06.0176393Z test_batch_vs_slicing_acos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:30:06.0323054Z test_batch_vs_slicing_acos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:30:06.0463276Z test_batch_vs_slicing_acosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:06.0616101Z test_batch_vs_slicing_acosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:30:06.1490490Z test_batch_vs_slicing_acosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.087s) 2022-05-18T05:30:06.1738605Z test_batch_vs_slicing_acosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-05-18T05:30:06.1881899Z test_batch_vs_slicing_acosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:06.2024601Z test_batch_vs_slicing_acosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:06.2227370Z test_batch_vs_slicing_acosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-05-18T05:30:06.2368612Z test_batch_vs_slicing_acosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:06.2510740Z test_batch_vs_slicing_acosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:06.2655404Z test_batch_vs_slicing_acosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:06.2800282Z test_batch_vs_slicing_acosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:06.2939549Z test_batch_vs_slicing_acosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:06.3085916Z test_batch_vs_slicing_angle_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:30:06.3421374Z test_batch_vs_slicing_angle_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-05-18T05:30:06.3751481Z test_batch_vs_slicing_angle_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-05-18T05:30:06.4080059Z test_batch_vs_slicing_angle_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-05-18T05:30:06.4247435Z test_batch_vs_slicing_angle_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-05-18T05:30:06.4388799Z test_batch_vs_slicing_angle_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:06.4532591Z test_batch_vs_slicing_angle_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:06.4677821Z test_batch_vs_slicing_angle_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:06.4821378Z test_batch_vs_slicing_angle_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:06.4964952Z test_batch_vs_slicing_angle_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:06.5109365Z test_batch_vs_slicing_angle_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:06.5246913Z test_batch_vs_slicing_asin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:06.5384991Z test_batch_vs_slicing_asin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:06.5944827Z test_batch_vs_slicing_asin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.056s) 2022-05-18T05:30:06.6114283Z test_batch_vs_slicing_asin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-05-18T05:30:06.6250542Z test_batch_vs_slicing_asin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:06.6386052Z test_batch_vs_slicing_asin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:30:06.6522032Z test_batch_vs_slicing_asin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:30:06.6659946Z test_batch_vs_slicing_asin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:06.6799620Z test_batch_vs_slicing_asin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:06.6937200Z test_batch_vs_slicing_asin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:06.7076439Z test_batch_vs_slicing_asin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:06.7215674Z test_batch_vs_slicing_asin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:06.7358062Z test_batch_vs_slicing_asinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:06.7502807Z test_batch_vs_slicing_asinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:06.8076695Z test_batch_vs_slicing_asinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.057s) 2022-05-18T05:30:06.8265197Z test_batch_vs_slicing_asinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-05-18T05:30:06.8407718Z test_batch_vs_slicing_asinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:06.8550781Z test_batch_vs_slicing_asinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:06.8729788Z test_batch_vs_slicing_asinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-05-18T05:30:06.8874741Z test_batch_vs_slicing_asinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:06.9017969Z test_batch_vs_slicing_asinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:06.9164485Z test_batch_vs_slicing_asinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:30:06.9308082Z test_batch_vs_slicing_asinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:06.9455336Z test_batch_vs_slicing_asinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:30:06.9594886Z test_batch_vs_slicing_atan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:06.9739516Z test_batch_vs_slicing_atan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:07.0044397Z test_batch_vs_slicing_atan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.030s) 2022-05-18T05:30:07.0194865Z test_batch_vs_slicing_atan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:30:07.0335007Z test_batch_vs_slicing_atan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:07.0474286Z test_batch_vs_slicing_atan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:07.0612314Z test_batch_vs_slicing_atan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:07.0754501Z test_batch_vs_slicing_atan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:07.0896154Z test_batch_vs_slicing_atan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:07.1039118Z test_batch_vs_slicing_atan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:07.1182712Z test_batch_vs_slicing_atan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:07.1324686Z test_batch_vs_slicing_atan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:07.1465745Z test_batch_vs_slicing_atanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:07.1610438Z test_batch_vs_slicing_atanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:07.1914378Z test_batch_vs_slicing_atanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.030s) 2022-05-18T05:30:07.2069289Z test_batch_vs_slicing_atanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:30:07.2212983Z test_batch_vs_slicing_atanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:07.2356832Z test_batch_vs_slicing_atanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:07.2525087Z test_batch_vs_slicing_atanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-05-18T05:30:07.2671777Z test_batch_vs_slicing_atanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:30:07.2821518Z test_batch_vs_slicing_atanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:30:07.2965810Z test_batch_vs_slicing_atanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:07.3109407Z test_batch_vs_slicing_atanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:07.3251908Z test_batch_vs_slicing_atanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:07.3391443Z test_batch_vs_slicing_bitwise_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:07.3528193Z test_batch_vs_slicing_bitwise_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:07.3666194Z test_batch_vs_slicing_bitwise_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:07.3803678Z test_batch_vs_slicing_bitwise_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:07.3941294Z test_batch_vs_slicing_bitwise_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:07.4079974Z test_batch_vs_slicing_bitwise_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:07.4223792Z test_batch_vs_slicing_ceil_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:07.4364983Z test_batch_vs_slicing_ceil_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:07.4506165Z test_batch_vs_slicing_ceil_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:07.4646619Z test_batch_vs_slicing_ceil_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:07.4818745Z test_batch_vs_slicing_clamp_scalar_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-05-18T05:30:07.5114808Z test_batch_vs_slicing_clamp_scalar_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.030s) 2022-05-18T05:30:07.5287217Z test_batch_vs_slicing_clamp_scalar_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-05-18T05:30:07.5461662Z test_batch_vs_slicing_clamp_scalar_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-05-18T05:30:07.5633164Z test_batch_vs_slicing_clamp_scalar_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-05-18T05:30:07.5809903Z test_batch_vs_slicing_clamp_scalar_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-05-18T05:30:07.5979860Z test_batch_vs_slicing_clamp_scalar_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-05-18T05:30:07.6152356Z test_batch_vs_slicing_clamp_scalar_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-05-18T05:30:07.6322818Z test_batch_vs_slicing_clamp_scalar_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-05-18T05:30:07.6491051Z test_batch_vs_slicing_clamp_scalar_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-05-18T05:30:07.6542526Z test_batch_vs_slicing_conj_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:30:07.6585168Z test_batch_vs_slicing_conj_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:30:07.6749708Z test_batch_vs_slicing_conj_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-05-18T05:30:07.6927866Z test_batch_vs_slicing_conj_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-05-18T05:30:07.7087633Z test_batch_vs_slicing_conj_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-05-18T05:30:07.7139847Z test_batch_vs_slicing_conj_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:30:07.7193393Z test_batch_vs_slicing_conj_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:30:07.7243094Z test_batch_vs_slicing_conj_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:30:07.7286096Z test_batch_vs_slicing_conj_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:30:07.7328636Z test_batch_vs_slicing_conj_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:30:07.7370084Z test_batch_vs_slicing_conj_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:30:07.7412651Z test_batch_vs_slicing_conj_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:30:07.7454874Z test_batch_vs_slicing_conj_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:30:07.7507123Z test_batch_vs_slicing_conj_physical_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:30:07.7550077Z test_batch_vs_slicing_conj_physical_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:30:07.7725543Z test_batch_vs_slicing_conj_physical_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-05-18T05:30:07.9279944Z test_batch_vs_slicing_conj_physical_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.155s) 2022-05-18T05:30:07.9454259Z test_batch_vs_slicing_conj_physical_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-05-18T05:30:07.9506165Z test_batch_vs_slicing_conj_physical_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:30:07.9558490Z test_batch_vs_slicing_conj_physical_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:30:07.9609789Z test_batch_vs_slicing_conj_physical_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:30:07.9653475Z test_batch_vs_slicing_conj_physical_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:30:07.9696749Z test_batch_vs_slicing_conj_physical_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:30:07.9739497Z test_batch_vs_slicing_conj_physical_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:30:07.9782883Z test_batch_vs_slicing_conj_physical_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:30:07.9825980Z test_batch_vs_slicing_conj_physical_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:30:07.9976860Z test_batch_vs_slicing_cos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:30:08.0130426Z test_batch_vs_slicing_cos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:30:08.0391592Z test_batch_vs_slicing_cos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-05-18T05:30:08.0552963Z test_batch_vs_slicing_cos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-05-18T05:30:08.0700380Z test_batch_vs_slicing_cos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:30:08.0853007Z test_batch_vs_slicing_cos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:30:08.1005002Z test_batch_vs_slicing_cos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:30:08.1159324Z test_batch_vs_slicing_cos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:30:08.1316215Z test_batch_vs_slicing_cos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-05-18T05:30:08.1468344Z test_batch_vs_slicing_cos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:30:08.1620375Z test_batch_vs_slicing_cos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:30:08.1772653Z test_batch_vs_slicing_cos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:30:08.1913483Z test_batch_vs_slicing_cosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:08.2058350Z test_batch_vs_slicing_cosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:08.2314566Z test_batch_vs_slicing_cosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-05-18T05:30:08.2467083Z test_batch_vs_slicing_cosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:30:08.2607850Z test_batch_vs_slicing_cosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:08.2748633Z test_batch_vs_slicing_cosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:08.2889417Z test_batch_vs_slicing_cosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:08.3033662Z test_batch_vs_slicing_cosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:08.3179598Z test_batch_vs_slicing_cosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:08.3324967Z test_batch_vs_slicing_cosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:08.3470134Z test_batch_vs_slicing_cosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:08.3614976Z test_batch_vs_slicing_cosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:08.3818463Z test_batch_vs_slicing_deg2rad_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-05-18T05:30:08.4026987Z test_batch_vs_slicing_deg2rad_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-05-18T05:30:08.4228852Z test_batch_vs_slicing_deg2rad_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-05-18T05:30:08.4430402Z test_batch_vs_slicing_deg2rad_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-05-18T05:30:08.4630131Z test_batch_vs_slicing_deg2rad_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-05-18T05:30:08.4838991Z test_batch_vs_slicing_deg2rad_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-05-18T05:30:08.5046974Z test_batch_vs_slicing_deg2rad_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-05-18T05:30:08.5256169Z test_batch_vs_slicing_deg2rad_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-05-18T05:30:08.5467144Z test_batch_vs_slicing_deg2rad_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-05-18T05:30:08.5677484Z test_batch_vs_slicing_deg2rad_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-05-18T05:30:08.5838897Z test_batch_vs_slicing_digamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-05-18T05:30:08.6057245Z test_batch_vs_slicing_digamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-05-18T05:30:08.6276466Z test_batch_vs_slicing_digamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-05-18T05:30:08.6659007Z test_batch_vs_slicing_digamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2022-05-18T05:30:08.6798640Z test_batch_vs_slicing_digamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:08.6939467Z test_batch_vs_slicing_digamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:08.7081258Z test_batch_vs_slicing_digamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:08.7221314Z test_batch_vs_slicing_digamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:08.7362981Z test_batch_vs_slicing_digamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:08.7505403Z test_batch_vs_slicing_erf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:08.7649530Z test_batch_vs_slicing_erf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:08.7789960Z test_batch_vs_slicing_erf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:08.7931100Z test_batch_vs_slicing_erf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:08.8069501Z test_batch_vs_slicing_erf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:08.8209632Z test_batch_vs_slicing_erf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:08.8349793Z test_batch_vs_slicing_erf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:08.8488594Z test_batch_vs_slicing_erf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:08.8627982Z test_batch_vs_slicing_erf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:08.8770322Z test_batch_vs_slicing_erf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:08.8912377Z test_batch_vs_slicing_erfc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:08.9066433Z test_batch_vs_slicing_erfc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:30:08.9205062Z test_batch_vs_slicing_erfc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:08.9344855Z test_batch_vs_slicing_erfc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:08.9518075Z test_batch_vs_slicing_erfc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-05-18T05:30:08.9649002Z test_batch_vs_slicing_erfc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:30:08.9780670Z test_batch_vs_slicing_erfc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:30:08.9914090Z test_batch_vs_slicing_erfc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:30:09.0046712Z test_batch_vs_slicing_erfc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:30:09.0178495Z test_batch_vs_slicing_erfc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:30:09.0329994Z test_batch_vs_slicing_erfinv_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:30:09.0469877Z test_batch_vs_slicing_erfinv_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:09.0607460Z test_batch_vs_slicing_erfinv_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:09.0773567Z test_batch_vs_slicing_erfinv_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-05-18T05:30:09.0903035Z test_batch_vs_slicing_erfinv_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:30:09.1031482Z test_batch_vs_slicing_erfinv_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:30:09.1160554Z test_batch_vs_slicing_erfinv_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:30:09.1290199Z test_batch_vs_slicing_erfinv_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:30:09.1420607Z test_batch_vs_slicing_erfinv_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:30:09.1559457Z test_batch_vs_slicing_exp2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:09.1709752Z test_batch_vs_slicing_exp2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:30:09.1846801Z test_batch_vs_slicing_exp2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:09.1985057Z test_batch_vs_slicing_exp2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:09.2124603Z test_batch_vs_slicing_exp2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:09.2258155Z test_batch_vs_slicing_exp2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:30:09.2388311Z test_batch_vs_slicing_exp2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:30:09.2518960Z test_batch_vs_slicing_exp2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:30:09.2650465Z test_batch_vs_slicing_exp2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:30:09.2784966Z test_batch_vs_slicing_exp2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:30:09.2921121Z test_batch_vs_slicing_exp_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:09.3061740Z test_batch_vs_slicing_exp_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:09.3259467Z test_batch_vs_slicing_exp_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-05-18T05:30:09.3425772Z test_batch_vs_slicing_exp_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-05-18T05:30:09.3590941Z test_batch_vs_slicing_exp_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-05-18T05:30:09.3730528Z test_batch_vs_slicing_exp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:09.3870050Z test_batch_vs_slicing_exp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:09.4010694Z test_batch_vs_slicing_exp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:09.4154736Z test_batch_vs_slicing_exp_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:09.4298989Z test_batch_vs_slicing_exp_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:09.4439985Z test_batch_vs_slicing_exp_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:09.4584098Z test_batch_vs_slicing_exp_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:09.4724793Z test_batch_vs_slicing_exp_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:09.4862082Z test_batch_vs_slicing_expm1_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:09.4998714Z test_batch_vs_slicing_expm1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:09.5136692Z test_batch_vs_slicing_expm1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:09.5274388Z test_batch_vs_slicing_expm1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:09.5410858Z test_batch_vs_slicing_expm1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:09.5548572Z test_batch_vs_slicing_expm1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:09.5688691Z test_batch_vs_slicing_expm1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:09.5827144Z test_batch_vs_slicing_expm1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:09.5965119Z test_batch_vs_slicing_expm1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:09.6104071Z test_batch_vs_slicing_expm1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:09.6241888Z test_batch_vs_slicing_floor_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:09.6376479Z test_batch_vs_slicing_floor_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:30:09.6511604Z test_batch_vs_slicing_floor_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:30:09.6643419Z test_batch_vs_slicing_floor_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:30:09.6783165Z test_batch_vs_slicing_frac_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:09.6919460Z test_batch_vs_slicing_frac_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:09.7055038Z test_batch_vs_slicing_frac_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:30:09.7189209Z test_batch_vs_slicing_frac_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:30:09.7197223Z test_batch_vs_slicing_frexp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:30:09.7204419Z test_batch_vs_slicing_frexp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:30:09.7212255Z test_batch_vs_slicing_frexp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:30:09.7361004Z test_batch_vs_slicing_i0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:30:09.7513638Z test_batch_vs_slicing_i0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:30:09.7659774Z test_batch_vs_slicing_i0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:09.7802018Z test_batch_vs_slicing_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:09.8133489Z test_batch_vs_slicing_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-05-18T05:30:09.8264829Z test_batch_vs_slicing_i0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:30:09.8393654Z test_batch_vs_slicing_i0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:30:09.8524360Z test_batch_vs_slicing_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:30:09.8653978Z test_batch_vs_slicing_i0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:30:09.8783032Z test_batch_vs_slicing_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:30:09.8885453Z test_batch_vs_slicing_imag_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-05-18T05:30:09.8985057Z test_batch_vs_slicing_imag_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-05-18T05:30:09.9084970Z test_batch_vs_slicing_imag_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-05-18T05:30:09.9522340Z test_batch_vs_slicing_isfinite_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.044s) 2022-05-18T05:30:09.9672922Z test_batch_vs_slicing_isfinite_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:30:10.0817329Z test_batch_vs_slicing_isfinite_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.114s) 2022-05-18T05:30:10.1976648Z test_batch_vs_slicing_isfinite_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.116s) 2022-05-18T05:30:10.3123082Z test_batch_vs_slicing_isfinite_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.115s) 2022-05-18T05:30:10.3556949Z test_batch_vs_slicing_isfinite_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.043s) 2022-05-18T05:30:10.3984498Z test_batch_vs_slicing_isfinite_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.043s) 2022-05-18T05:30:10.4420609Z test_batch_vs_slicing_isfinite_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.044s) 2022-05-18T05:30:10.4568549Z test_batch_vs_slicing_isfinite_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:30:10.4719923Z test_batch_vs_slicing_isfinite_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:30:10.4869393Z test_batch_vs_slicing_isfinite_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:30:10.5016363Z test_batch_vs_slicing_isfinite_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:30:10.5165783Z test_batch_vs_slicing_isfinite_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:30:10.5435854Z test_batch_vs_slicing_isinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2022-05-18T05:30:10.5585128Z test_batch_vs_slicing_isinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:30:10.6183374Z test_batch_vs_slicing_isinf_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.060s) 2022-05-18T05:30:10.6800641Z test_batch_vs_slicing_isinf_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.062s) 2022-05-18T05:30:10.7408761Z test_batch_vs_slicing_isinf_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.061s) 2022-05-18T05:30:10.7680660Z test_batch_vs_slicing_isinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2022-05-18T05:30:10.7948502Z test_batch_vs_slicing_isinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2022-05-18T05:30:10.8210594Z test_batch_vs_slicing_isinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-05-18T05:30:10.8359061Z test_batch_vs_slicing_isinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:30:10.8507698Z test_batch_vs_slicing_isinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:30:10.8654422Z test_batch_vs_slicing_isinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:30:10.8806029Z test_batch_vs_slicing_isinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:30:10.8954905Z test_batch_vs_slicing_isinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:30:10.9085148Z test_batch_vs_slicing_isnan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:30:10.9216945Z test_batch_vs_slicing_isnan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:30:10.9346401Z test_batch_vs_slicing_isnan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:30:10.9480798Z test_batch_vs_slicing_isnan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:30:10.9606051Z test_batch_vs_slicing_isnan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-05-18T05:30:10.9734386Z test_batch_vs_slicing_isnan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:30:10.9864721Z test_batch_vs_slicing_isnan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:30:10.9989915Z test_batch_vs_slicing_isnan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-05-18T05:30:11.0117342Z test_batch_vs_slicing_isnan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:30:11.0242473Z test_batch_vs_slicing_isnan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-05-18T05:30:11.0367450Z test_batch_vs_slicing_isnan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-05-18T05:30:11.0494704Z test_batch_vs_slicing_isnan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:30:11.0622234Z test_batch_vs_slicing_isneginf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:30:11.0758359Z test_batch_vs_slicing_isneginf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:30:11.0887078Z test_batch_vs_slicing_isneginf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:30:11.1014153Z test_batch_vs_slicing_isneginf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:30:11.1145211Z test_batch_vs_slicing_isneginf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:30:11.1282476Z test_batch_vs_slicing_isneginf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:11.1418437Z test_batch_vs_slicing_isneginf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:30:11.1556908Z test_batch_vs_slicing_isneginf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:11.1693245Z test_batch_vs_slicing_isneginf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:11.1829873Z test_batch_vs_slicing_isneginf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:11.1958800Z test_batch_vs_slicing_isposinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:30:11.2093497Z test_batch_vs_slicing_isposinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:30:11.2221617Z test_batch_vs_slicing_isposinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:30:11.2347834Z test_batch_vs_slicing_isposinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:30:11.2473243Z test_batch_vs_slicing_isposinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-05-18T05:30:11.2609734Z test_batch_vs_slicing_isposinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:11.2746259Z test_batch_vs_slicing_isposinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:11.2880649Z test_batch_vs_slicing_isposinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:30:11.3017104Z test_batch_vs_slicing_isposinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:11.3153416Z test_batch_vs_slicing_isposinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:11.3298629Z test_batch_vs_slicing_isreal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:11.3442932Z test_batch_vs_slicing_isreal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:11.3705257Z test_batch_vs_slicing_isreal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-05-18T05:30:11.3982089Z test_batch_vs_slicing_isreal_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2022-05-18T05:30:11.4247329Z test_batch_vs_slicing_isreal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-05-18T05:30:11.4391137Z test_batch_vs_slicing_isreal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:11.4535572Z test_batch_vs_slicing_isreal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:11.4680508Z test_batch_vs_slicing_isreal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:11.4825273Z test_batch_vs_slicing_isreal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:11.4969999Z test_batch_vs_slicing_isreal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:11.5118480Z test_batch_vs_slicing_isreal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:30:11.5266432Z test_batch_vs_slicing_isreal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:30:11.5416600Z test_batch_vs_slicing_isreal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:30:11.5615111Z test_batch_vs_slicing_jiterator_unary_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-05-18T05:30:11.5798838Z test_batch_vs_slicing_jiterator_unary_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-05-18T05:30:11.6023558Z test_batch_vs_slicing_jiterator_unary_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-05-18T05:30:11.6240429Z test_batch_vs_slicing_jiterator_unary_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-05-18T05:30:11.6428117Z test_batch_vs_slicing_jiterator_unary_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-05-18T05:30:11.6618937Z test_batch_vs_slicing_jiterator_unary_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-05-18T05:30:11.6808609Z test_batch_vs_slicing_jiterator_unary_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-05-18T05:30:11.6988206Z test_batch_vs_slicing_jiterator_unary_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-05-18T05:30:11.7170758Z test_batch_vs_slicing_jiterator_unary_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-05-18T05:30:11.7351866Z test_batch_vs_slicing_jiterator_unary_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-05-18T05:30:11.7533282Z test_batch_vs_slicing_jiterator_unary_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-05-18T05:30:11.7711867Z test_batch_vs_slicing_jiterator_unary_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-05-18T05:30:11.7867748Z test_batch_vs_slicing_lgamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:30:11.8012698Z test_batch_vs_slicing_lgamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:11.8158858Z test_batch_vs_slicing_lgamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:11.8591813Z test_batch_vs_slicing_lgamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.043s) 2022-05-18T05:30:11.8723964Z test_batch_vs_slicing_lgamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:30:11.8856535Z test_batch_vs_slicing_lgamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:30:11.8989152Z test_batch_vs_slicing_lgamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:30:11.9121952Z test_batch_vs_slicing_lgamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:30:11.9255256Z test_batch_vs_slicing_lgamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:30:11.9389581Z test_batch_vs_slicing_log10_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:30:11.9530003Z test_batch_vs_slicing_log10_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:11.9782925Z test_batch_vs_slicing_log10_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-05-18T05:30:11.9945165Z test_batch_vs_slicing_log10_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-05-18T05:30:12.0083083Z test_batch_vs_slicing_log10_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:12.0222011Z test_batch_vs_slicing_log10_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:12.0359176Z test_batch_vs_slicing_log10_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:12.0496453Z test_batch_vs_slicing_log10_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:12.0636261Z test_batch_vs_slicing_log10_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:12.0772527Z test_batch_vs_slicing_log10_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:12.0910671Z test_batch_vs_slicing_log10_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:12.1047681Z test_batch_vs_slicing_log10_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:12.1185345Z test_batch_vs_slicing_log1p_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:12.1324456Z test_batch_vs_slicing_log1p_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:12.1462426Z test_batch_vs_slicing_log1p_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:12.1597802Z test_batch_vs_slicing_log1p_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:30:12.1745235Z test_batch_vs_slicing_log1p_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:30:12.1881873Z test_batch_vs_slicing_log1p_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:12.2019155Z test_batch_vs_slicing_log1p_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:12.2155378Z test_batch_vs_slicing_log1p_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:12.2294439Z test_batch_vs_slicing_log1p_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:12.2430677Z test_batch_vs_slicing_log1p_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:12.2568183Z test_batch_vs_slicing_log2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:12.2706744Z test_batch_vs_slicing_log2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:12.2959620Z test_batch_vs_slicing_log2_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-05-18T05:30:12.3125639Z test_batch_vs_slicing_log2_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-05-18T05:30:12.3265695Z test_batch_vs_slicing_log2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:12.3402070Z test_batch_vs_slicing_log2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:12.3538108Z test_batch_vs_slicing_log2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:30:12.3676500Z test_batch_vs_slicing_log2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:12.3817658Z test_batch_vs_slicing_log2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:12.3959973Z test_batch_vs_slicing_log2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:12.4101171Z test_batch_vs_slicing_log2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:12.4242864Z test_batch_vs_slicing_log2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:12.4383971Z test_batch_vs_slicing_log_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:12.4526333Z test_batch_vs_slicing_log_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:12.4759391Z test_batch_vs_slicing_log_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-05-18T05:30:12.4924619Z test_batch_vs_slicing_log_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-05-18T05:30:12.5089532Z test_batch_vs_slicing_log_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-05-18T05:30:12.5229677Z test_batch_vs_slicing_log_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:12.5368807Z test_batch_vs_slicing_log_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:12.5508727Z test_batch_vs_slicing_log_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:12.5650549Z test_batch_vs_slicing_log_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:12.5790082Z test_batch_vs_slicing_log_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:12.5931787Z test_batch_vs_slicing_log_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:12.6073818Z test_batch_vs_slicing_log_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:12.6212359Z test_batch_vs_slicing_log_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:12.6357657Z test_batch_vs_slicing_logical_not_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:12.6499153Z test_batch_vs_slicing_logical_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:12.6641818Z test_batch_vs_slicing_logical_not_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:12.6783039Z test_batch_vs_slicing_logical_not_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:12.6928924Z test_batch_vs_slicing_logical_not_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:12.7071352Z test_batch_vs_slicing_logical_not_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:12.7213358Z test_batch_vs_slicing_logical_not_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:12.7353547Z test_batch_vs_slicing_logical_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:12.7490747Z test_batch_vs_slicing_logical_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:12.7632498Z test_batch_vs_slicing_logical_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:12.7773609Z test_batch_vs_slicing_logical_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:12.7915854Z test_batch_vs_slicing_logical_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:12.8074143Z test_batch_vs_slicing_logit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-05-18T05:30:12.8236068Z test_batch_vs_slicing_logit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-05-18T05:30:12.8393221Z test_batch_vs_slicing_logit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-05-18T05:30:12.8551063Z test_batch_vs_slicing_logit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-05-18T05:30:12.8711403Z test_batch_vs_slicing_logit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-05-18T05:30:12.8873357Z test_batch_vs_slicing_logit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-05-18T05:30:12.9038222Z test_batch_vs_slicing_logit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-05-18T05:30:12.9201985Z test_batch_vs_slicing_logit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-05-18T05:30:12.9366628Z test_batch_vs_slicing_logit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-05-18T05:30:12.9526779Z test_batch_vs_slicing_logit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-05-18T05:30:13.0596299Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.107s) 2022-05-18T05:30:13.1639156Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.104s) 2022-05-18T05:30:13.2693001Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.105s) 2022-05-18T05:30:13.3747230Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.105s) 2022-05-18T05:30:13.4819476Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.107s) 2022-05-18T05:30:13.5892261Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.107s) 2022-05-18T05:30:13.6946489Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.105s) 2022-05-18T05:30:13.7994682Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.105s) 2022-05-18T05:30:13.9076042Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.108s) 2022-05-18T05:30:14.0118337Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.104s) 2022-05-18T05:30:14.1194964Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.107s) 2022-05-18T05:30:14.2249128Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.105s) 2022-05-18T05:30:14.3308877Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.106s) 2022-05-18T05:30:14.4362303Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.105s) 2022-05-18T05:30:14.5416576Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.105s) 2022-05-18T05:30:14.6471310Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.105s) 2022-05-18T05:30:14.7532660Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.106s) 2022-05-18T05:30:14.8579428Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.105s) 2022-05-18T05:30:14.9660044Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.108s) 2022-05-18T05:30:15.0716859Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.106s) 2022-05-18T05:30:15.1775533Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.106s) 2022-05-18T05:30:15.2840413Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.106s) 2022-05-18T05:30:15.3889553Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.105s) 2022-05-18T05:30:15.4944145Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.105s) 2022-05-18T05:30:15.5108503Z test_batch_vs_slicing_nan_to_num_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-05-18T05:30:15.5286890Z test_batch_vs_slicing_nan_to_num_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-05-18T05:30:15.5452553Z test_batch_vs_slicing_nan_to_num_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-05-18T05:30:15.5620319Z test_batch_vs_slicing_nan_to_num_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-05-18T05:30:15.5783275Z test_batch_vs_slicing_nan_to_num_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-05-18T05:30:15.5963762Z test_batch_vs_slicing_nan_to_num_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-05-18T05:30:15.6144390Z test_batch_vs_slicing_nan_to_num_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-05-18T05:30:15.6324346Z test_batch_vs_slicing_nan_to_num_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-05-18T05:30:15.6505734Z test_batch_vs_slicing_nan_to_num_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-05-18T05:30:15.6684578Z test_batch_vs_slicing_nan_to_num_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-05-18T05:30:15.6820182Z test_batch_vs_slicing_neg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:30:15.6982224Z test_batch_vs_slicing_neg_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-05-18T05:30:15.7144949Z test_batch_vs_slicing_neg_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-05-18T05:30:15.7305467Z test_batch_vs_slicing_neg_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-05-18T05:30:15.7442066Z test_batch_vs_slicing_neg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:15.7583014Z test_batch_vs_slicing_neg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:15.7720430Z test_batch_vs_slicing_neg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:15.7849554Z test_batch_vs_slicing_neg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:30:15.7979487Z test_batch_vs_slicing_neg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:30:15.8108917Z test_batch_vs_slicing_neg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:30:15.8243131Z test_batch_vs_slicing_neg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:30:15.8377026Z test_batch_vs_slicing_neg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:30:15.8550348Z test_batch_vs_slicing_nn_functional_celu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-05-18T05:30:15.8722781Z test_batch_vs_slicing_nn_functional_celu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-05-18T05:30:15.8894015Z test_batch_vs_slicing_nn_functional_celu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-05-18T05:30:15.9065034Z test_batch_vs_slicing_nn_functional_celu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-05-18T05:30:15.9236062Z test_batch_vs_slicing_nn_functional_elu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-05-18T05:30:15.9406707Z test_batch_vs_slicing_nn_functional_elu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-05-18T05:30:15.9578120Z test_batch_vs_slicing_nn_functional_elu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-05-18T05:30:15.9745740Z test_batch_vs_slicing_nn_functional_elu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-05-18T05:30:15.9898332Z test_batch_vs_slicing_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:30:16.0051474Z test_batch_vs_slicing_nn_functional_hardsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:30:16.0202009Z test_batch_vs_slicing_nn_functional_hardsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:30:16.0351538Z test_batch_vs_slicing_nn_functional_hardsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:30:16.0526288Z test_batch_vs_slicing_nn_functional_logsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-05-18T05:30:16.0700747Z test_batch_vs_slicing_nn_functional_logsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-05-18T05:30:16.0876241Z test_batch_vs_slicing_nn_functional_logsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-05-18T05:30:16.1025214Z test_batch_vs_slicing_nn_functional_mish_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:30:16.1174317Z test_batch_vs_slicing_nn_functional_mish_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:30:16.1322540Z test_batch_vs_slicing_nn_functional_mish_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:30:16.1563665Z test_batch_vs_slicing_nn_functional_mish_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-05-18T05:30:16.2562697Z test_batch_vs_slicing_nn_functional_rrelu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.100s) 2022-05-18T05:30:16.3539288Z test_batch_vs_slicing_nn_functional_rrelu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.098s) 2022-05-18T05:30:16.4521073Z test_batch_vs_slicing_nn_functional_rrelu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.098s) 2022-05-18T05:30:16.5498142Z test_batch_vs_slicing_nn_functional_rrelu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.098s) 2022-05-18T05:30:16.5650273Z test_batch_vs_slicing_nn_functional_selu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:30:16.5802392Z test_batch_vs_slicing_nn_functional_selu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:30:16.5955745Z test_batch_vs_slicing_nn_functional_selu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:30:16.6109600Z test_batch_vs_slicing_nn_functional_selu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:30:16.6262770Z test_batch_vs_slicing_nn_functional_silu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:30:16.6410298Z test_batch_vs_slicing_nn_functional_silu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:30:16.6559642Z test_batch_vs_slicing_nn_functional_silu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:30:16.6708708Z test_batch_vs_slicing_nn_functional_silu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:30:16.7161780Z test_batch_vs_slicing_nn_functional_softsign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.045s) 2022-05-18T05:30:16.7614464Z test_batch_vs_slicing_nn_functional_softsign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.045s) 2022-05-18T05:30:16.8277257Z test_batch_vs_slicing_nn_functional_softsign_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.066s) 2022-05-18T05:30:16.8943578Z test_batch_vs_slicing_nn_functional_softsign_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.067s) 2022-05-18T05:30:16.9386133Z test_batch_vs_slicing_nn_functional_softsign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.044s) 2022-05-18T05:30:16.9829175Z test_batch_vs_slicing_nn_functional_softsign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.044s) 2022-05-18T05:30:17.0273789Z test_batch_vs_slicing_nn_functional_softsign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.044s) 2022-05-18T05:30:17.0724474Z test_batch_vs_slicing_nn_functional_softsign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.045s) 2022-05-18T05:30:17.1174272Z test_batch_vs_slicing_nn_functional_softsign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.045s) 2022-05-18T05:30:17.1625601Z test_batch_vs_slicing_nn_functional_softsign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.045s) 2022-05-18T05:30:17.2070608Z test_batch_vs_slicing_nn_functional_softsign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.044s) 2022-05-18T05:30:17.2527974Z test_batch_vs_slicing_nn_functional_softsign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.046s) 2022-05-18T05:30:17.2777064Z test_batch_vs_slicing_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-05-18T05:30:17.3064994Z test_batch_vs_slicing_nn_functional_tanhshrink_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.029s) 2022-05-18T05:30:17.3325260Z test_batch_vs_slicing_nn_functional_tanhshrink_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-05-18T05:30:17.3574521Z test_batch_vs_slicing_nn_functional_tanhshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-05-18T05:30:17.3831998Z test_batch_vs_slicing_nn_functional_tanhshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-05-18T05:30:17.4083025Z test_batch_vs_slicing_nn_functional_tanhshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-05-18T05:30:17.4338771Z test_batch_vs_slicing_nn_functional_tanhshrink_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-05-18T05:30:17.4594389Z test_batch_vs_slicing_nn_functional_tanhshrink_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-05-18T05:30:17.4850810Z test_batch_vs_slicing_nn_functional_tanhshrink_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-05-18T05:30:17.5104358Z test_batch_vs_slicing_nn_functional_tanhshrink_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-05-18T05:30:17.5360053Z test_batch_vs_slicing_nn_functional_tanhshrink_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-05-18T05:30:17.5509317Z test_batch_vs_slicing_polygamma_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:30:17.5715830Z test_batch_vs_slicing_polygamma_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-05-18T05:30:17.5922953Z test_batch_vs_slicing_polygamma_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-05-18T05:30:17.6295222Z test_batch_vs_slicing_polygamma_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-05-18T05:30:17.6440658Z test_batch_vs_slicing_polygamma_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:17.6587527Z test_batch_vs_slicing_polygamma_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:30:17.6735187Z test_batch_vs_slicing_polygamma_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:30:17.6882952Z test_batch_vs_slicing_polygamma_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:30:17.7028643Z test_batch_vs_slicing_polygamma_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:17.7201710Z test_batch_vs_slicing_polygamma_polygamma_n_1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-05-18T05:30:17.7362172Z test_batch_vs_slicing_polygamma_polygamma_n_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-05-18T05:30:17.7522149Z test_batch_vs_slicing_polygamma_polygamma_n_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-05-18T05:30:17.7762453Z test_batch_vs_slicing_polygamma_polygamma_n_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-05-18T05:30:17.7908106Z test_batch_vs_slicing_polygamma_polygamma_n_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:17.8054718Z test_batch_vs_slicing_polygamma_polygamma_n_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:30:17.8201480Z test_batch_vs_slicing_polygamma_polygamma_n_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:30:17.8351749Z test_batch_vs_slicing_polygamma_polygamma_n_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:30:17.8496602Z test_batch_vs_slicing_polygamma_polygamma_n_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:17.9062147Z test_batch_vs_slicing_polygamma_polygamma_n_2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.056s) 2022-05-18T05:30:18.0372294Z test_batch_vs_slicing_polygamma_polygamma_n_2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.131s) 2022-05-18T05:30:18.1670682Z test_batch_vs_slicing_polygamma_polygamma_n_2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.130s) 2022-05-18T05:30:18.8752981Z test_batch_vs_slicing_polygamma_polygamma_n_2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.708s) 2022-05-18T05:30:18.9282667Z test_batch_vs_slicing_polygamma_polygamma_n_2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.053s) 2022-05-18T05:30:18.9816710Z test_batch_vs_slicing_polygamma_polygamma_n_2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.053s) 2022-05-18T05:30:19.0352531Z test_batch_vs_slicing_polygamma_polygamma_n_2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.053s) 2022-05-18T05:30:19.0883215Z test_batch_vs_slicing_polygamma_polygamma_n_2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.053s) 2022-05-18T05:30:19.1413666Z test_batch_vs_slicing_polygamma_polygamma_n_2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.053s) 2022-05-18T05:30:19.1947791Z test_batch_vs_slicing_polygamma_polygamma_n_3_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.053s) 2022-05-18T05:30:19.3143603Z test_batch_vs_slicing_polygamma_polygamma_n_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.119s) 2022-05-18T05:30:19.4332614Z test_batch_vs_slicing_polygamma_polygamma_n_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.119s) 2022-05-18T05:30:20.0961840Z test_batch_vs_slicing_polygamma_polygamma_n_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.663s) 2022-05-18T05:30:20.1492932Z test_batch_vs_slicing_polygamma_polygamma_n_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.053s) 2022-05-18T05:30:20.2027286Z test_batch_vs_slicing_polygamma_polygamma_n_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.053s) 2022-05-18T05:30:20.2562892Z test_batch_vs_slicing_polygamma_polygamma_n_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.053s) 2022-05-18T05:30:20.3094912Z test_batch_vs_slicing_polygamma_polygamma_n_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.053s) 2022-05-18T05:30:20.3625571Z test_batch_vs_slicing_polygamma_polygamma_n_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.053s) 2022-05-18T05:30:20.4160208Z test_batch_vs_slicing_polygamma_polygamma_n_4_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.053s) 2022-05-18T05:30:20.5316655Z test_batch_vs_slicing_polygamma_polygamma_n_4_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.116s) 2022-05-18T05:30:20.6456067Z test_batch_vs_slicing_polygamma_polygamma_n_4_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.114s) 2022-05-18T05:30:21.2787204Z test_batch_vs_slicing_polygamma_polygamma_n_4_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.633s) 2022-05-18T05:30:21.3317229Z test_batch_vs_slicing_polygamma_polygamma_n_4_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.053s) 2022-05-18T05:30:21.3851921Z test_batch_vs_slicing_polygamma_polygamma_n_4_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.053s) 2022-05-18T05:30:21.4388306Z test_batch_vs_slicing_polygamma_polygamma_n_4_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.054s) 2022-05-18T05:30:21.4919095Z test_batch_vs_slicing_polygamma_polygamma_n_4_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.053s) 2022-05-18T05:30:21.5449835Z test_batch_vs_slicing_polygamma_polygamma_n_4_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.053s) 2022-05-18T05:30:21.5500313Z test_batch_vs_slicing_positive_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:30:21.5558305Z test_batch_vs_slicing_positive_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:30:21.5618970Z test_batch_vs_slicing_positive_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:30:21.5669242Z test_batch_vs_slicing_positive_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:30:21.5719533Z test_batch_vs_slicing_positive_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:30:21.5769641Z test_batch_vs_slicing_positive_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:30:21.5811418Z test_batch_vs_slicing_positive_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:30:21.5853117Z test_batch_vs_slicing_positive_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:30:21.5893606Z test_batch_vs_slicing_positive_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:30:21.5934880Z test_batch_vs_slicing_positive_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:30:21.5976641Z test_batch_vs_slicing_positive_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:30:21.6177270Z test_batch_vs_slicing_rad2deg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-05-18T05:30:21.6381504Z test_batch_vs_slicing_rad2deg_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-05-18T05:30:21.6577053Z test_batch_vs_slicing_rad2deg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-05-18T05:30:21.6777257Z test_batch_vs_slicing_rad2deg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-05-18T05:30:21.6972850Z test_batch_vs_slicing_rad2deg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-05-18T05:30:21.7175311Z test_batch_vs_slicing_rad2deg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-05-18T05:30:21.7381993Z test_batch_vs_slicing_rad2deg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-05-18T05:30:21.7586947Z test_batch_vs_slicing_rad2deg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-05-18T05:30:21.7791109Z test_batch_vs_slicing_rad2deg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-05-18T05:30:21.7993837Z test_batch_vs_slicing_rad2deg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-05-18T05:30:21.8043946Z test_batch_vs_slicing_real_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:30:21.8085951Z test_batch_vs_slicing_real_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:30:21.8186626Z test_batch_vs_slicing_real_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-05-18T05:30:21.8286866Z test_batch_vs_slicing_real_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-05-18T05:30:21.8387833Z test_batch_vs_slicing_real_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-05-18T05:30:21.8438576Z test_batch_vs_slicing_real_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:30:21.8489119Z test_batch_vs_slicing_real_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:30:21.8538282Z test_batch_vs_slicing_real_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:30:21.8580226Z test_batch_vs_slicing_real_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:30:21.8622442Z test_batch_vs_slicing_real_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:30:21.8663229Z test_batch_vs_slicing_real_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:30:21.8704747Z test_batch_vs_slicing_real_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:30:21.8746242Z test_batch_vs_slicing_real_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:30:21.8882519Z test_batch_vs_slicing_reciprocal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:21.9021343Z test_batch_vs_slicing_reciprocal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:21.9164387Z test_batch_vs_slicing_reciprocal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:21.9311060Z test_batch_vs_slicing_reciprocal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:30:21.9446822Z test_batch_vs_slicing_reciprocal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:30:21.9583648Z test_batch_vs_slicing_reciprocal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:21.9718468Z test_batch_vs_slicing_reciprocal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:30:21.9855869Z test_batch_vs_slicing_reciprocal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:21.9994014Z test_batch_vs_slicing_reciprocal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:22.0131629Z test_batch_vs_slicing_reciprocal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:22.0268893Z test_batch_vs_slicing_reciprocal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:22.0406339Z test_batch_vs_slicing_reciprocal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:22.0540359Z test_batch_vs_slicing_round_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:30:22.0677519Z test_batch_vs_slicing_round_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:22.0814952Z test_batch_vs_slicing_round_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:22.0949854Z test_batch_vs_slicing_round_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:30:22.1099887Z test_batch_vs_slicing_round_decimals_0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:30:22.1248804Z test_batch_vs_slicing_round_decimals_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:30:22.1397469Z test_batch_vs_slicing_round_decimals_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:30:22.1545138Z test_batch_vs_slicing_round_decimals_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:30:22.1698273Z test_batch_vs_slicing_round_decimals_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:30:22.1851424Z test_batch_vs_slicing_round_decimals_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:30:22.2006908Z test_batch_vs_slicing_round_decimals_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:30:22.2159367Z test_batch_vs_slicing_round_decimals_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:30:22.2311345Z test_batch_vs_slicing_round_decimals_neg_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:30:22.2466015Z test_batch_vs_slicing_round_decimals_neg_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:30:22.2622316Z test_batch_vs_slicing_round_decimals_neg_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-05-18T05:30:22.2774210Z test_batch_vs_slicing_round_decimals_neg_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:30:22.2913048Z test_batch_vs_slicing_rsqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:22.3052701Z test_batch_vs_slicing_rsqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:22.3436714Z test_batch_vs_slicing_rsqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2022-05-18T05:30:22.3635857Z test_batch_vs_slicing_rsqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-05-18T05:30:22.3774711Z test_batch_vs_slicing_rsqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:22.3912639Z test_batch_vs_slicing_rsqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:22.4048083Z test_batch_vs_slicing_rsqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:30:22.4186226Z test_batch_vs_slicing_rsqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:22.4324630Z test_batch_vs_slicing_rsqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:22.4462723Z test_batch_vs_slicing_rsqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:22.4602829Z test_batch_vs_slicing_rsqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:22.4742331Z test_batch_vs_slicing_rsqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:22.4884409Z test_batch_vs_slicing_sgn_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:22.5016969Z test_batch_vs_slicing_sgn_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:30:22.5179197Z test_batch_vs_slicing_sgn_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-05-18T05:30:22.5342699Z test_batch_vs_slicing_sgn_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-05-18T05:30:22.5505336Z test_batch_vs_slicing_sgn_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-05-18T05:30:22.5645654Z test_batch_vs_slicing_sgn_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:22.5789311Z test_batch_vs_slicing_sgn_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:22.5927667Z test_batch_vs_slicing_sgn_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:22.6059580Z test_batch_vs_slicing_sgn_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:30:22.6191403Z test_batch_vs_slicing_sgn_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:30:22.6318896Z test_batch_vs_slicing_sgn_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:30:22.6454332Z test_batch_vs_slicing_sgn_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:30:22.6587914Z test_batch_vs_slicing_sgn_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:30:22.6727237Z test_batch_vs_slicing_sigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:22.6864550Z test_batch_vs_slicing_sigmoid_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:22.7169075Z test_batch_vs_slicing_sigmoid_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.030s) 2022-05-18T05:30:22.7339056Z test_batch_vs_slicing_sigmoid_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-05-18T05:30:22.7510140Z test_batch_vs_slicing_sigmoid_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-05-18T05:30:22.7651443Z test_batch_vs_slicing_sigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:22.7791429Z test_batch_vs_slicing_sigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:22.7929085Z test_batch_vs_slicing_sigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:22.8070021Z test_batch_vs_slicing_sigmoid_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:22.8212267Z test_batch_vs_slicing_sigmoid_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:22.8355324Z test_batch_vs_slicing_sigmoid_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:22.8498403Z test_batch_vs_slicing_sigmoid_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:22.8639578Z test_batch_vs_slicing_sigmoid_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:22.8775622Z test_batch_vs_slicing_sign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:22.8905323Z test_batch_vs_slicing_sign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:30:22.9043046Z test_batch_vs_slicing_sign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:22.9179811Z test_batch_vs_slicing_sign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:22.9318279Z test_batch_vs_slicing_sign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:22.9449382Z test_batch_vs_slicing_sign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:30:22.9578769Z test_batch_vs_slicing_sign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:30:22.9705148Z test_batch_vs_slicing_sign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:30:22.9831823Z test_batch_vs_slicing_sign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:30:22.9958972Z test_batch_vs_slicing_sign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:30:23.0084805Z test_batch_vs_slicing_signbit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-05-18T05:30:23.0220448Z test_batch_vs_slicing_signbit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:30:23.0347407Z test_batch_vs_slicing_signbit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:30:23.0477201Z test_batch_vs_slicing_signbit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:30:23.0603320Z test_batch_vs_slicing_signbit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-05-18T05:30:23.0728710Z test_batch_vs_slicing_signbit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-05-18T05:30:23.0853696Z test_batch_vs_slicing_signbit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-05-18T05:30:23.0980227Z test_batch_vs_slicing_signbit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:30:23.1105373Z test_batch_vs_slicing_signbit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-05-18T05:30:23.1231255Z test_batch_vs_slicing_signbit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-05-18T05:30:23.1375333Z test_batch_vs_slicing_sin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:23.1520711Z test_batch_vs_slicing_sin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:23.1776005Z test_batch_vs_slicing_sin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-05-18T05:30:23.1929518Z test_batch_vs_slicing_sin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:30:23.2072859Z test_batch_vs_slicing_sin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:23.2217605Z test_batch_vs_slicing_sin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:23.2359733Z test_batch_vs_slicing_sin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:23.2505244Z test_batch_vs_slicing_sin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:23.2651335Z test_batch_vs_slicing_sin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:30:23.2797083Z test_batch_vs_slicing_sin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:23.2943996Z test_batch_vs_slicing_sin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:30:23.3089056Z test_batch_vs_slicing_sin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:23.3228762Z test_batch_vs_slicing_sinc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:23.3379435Z test_batch_vs_slicing_sinc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:30:23.3763832Z test_batch_vs_slicing_sinc_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2022-05-18T05:30:23.3941214Z test_batch_vs_slicing_sinc_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-05-18T05:30:23.4082701Z test_batch_vs_slicing_sinc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:23.4222534Z test_batch_vs_slicing_sinc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:23.4360360Z test_batch_vs_slicing_sinc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:23.4490500Z test_batch_vs_slicing_sinc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:30:23.4620389Z test_batch_vs_slicing_sinc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:30:23.4750447Z test_batch_vs_slicing_sinc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:30:23.4880965Z test_batch_vs_slicing_sinc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:30:23.5011643Z test_batch_vs_slicing_sinc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:30:23.5150782Z test_batch_vs_slicing_sinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:23.5292880Z test_batch_vs_slicing_sinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:23.5547677Z test_batch_vs_slicing_sinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-05-18T05:30:23.5696785Z test_batch_vs_slicing_sinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:30:23.5835633Z test_batch_vs_slicing_sinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:23.5974833Z test_batch_vs_slicing_sinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:23.6114016Z test_batch_vs_slicing_sinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:23.6257002Z test_batch_vs_slicing_sinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:23.6399451Z test_batch_vs_slicing_sinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:23.6541680Z test_batch_vs_slicing_sinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:23.6682349Z test_batch_vs_slicing_sinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:23.6824369Z test_batch_vs_slicing_sinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:23.6963522Z test_batch_vs_slicing_special_entr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:23.7114138Z test_batch_vs_slicing_special_entr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:30:23.7254518Z test_batch_vs_slicing_special_entr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:23.7395874Z test_batch_vs_slicing_special_entr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:23.7533209Z test_batch_vs_slicing_special_entr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:23.7664741Z test_batch_vs_slicing_special_entr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:30:23.7795889Z test_batch_vs_slicing_special_entr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:30:23.7926758Z test_batch_vs_slicing_special_entr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:30:23.8058637Z test_batch_vs_slicing_special_entr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:30:23.8190402Z test_batch_vs_slicing_special_entr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:30:23.8425178Z test_batch_vs_slicing_special_erfcx_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-05-18T05:30:23.9208971Z test_batch_vs_slicing_special_erfcx_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.078s) 2022-05-18T05:30:23.9981587Z test_batch_vs_slicing_special_erfcx_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.077s) 2022-05-18T05:30:24.0499560Z test_batch_vs_slicing_special_erfcx_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.052s) 2022-05-18T05:30:24.1024145Z test_batch_vs_slicing_special_erfcx_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.052s) 2022-05-18T05:30:24.1547830Z test_batch_vs_slicing_special_erfcx_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.052s) 2022-05-18T05:30:24.2066390Z test_batch_vs_slicing_special_erfcx_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.052s) 2022-05-18T05:30:24.2497814Z test_batch_vs_slicing_special_erfcx_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.043s) 2022-05-18T05:30:24.2639857Z test_batch_vs_slicing_special_i0e_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:24.2793473Z test_batch_vs_slicing_special_i0e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:30:24.2935643Z test_batch_vs_slicing_special_i0e_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:24.3076320Z test_batch_vs_slicing_special_i0e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:24.3374443Z test_batch_vs_slicing_special_i0e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.030s) 2022-05-18T05:30:24.3506883Z test_batch_vs_slicing_special_i0e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:30:24.3638397Z test_batch_vs_slicing_special_i0e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:30:24.3767674Z test_batch_vs_slicing_special_i0e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:30:24.3899193Z test_batch_vs_slicing_special_i0e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:30:24.4028903Z test_batch_vs_slicing_special_i0e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:30:24.4182197Z test_batch_vs_slicing_special_i1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:30:24.4320530Z test_batch_vs_slicing_special_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:24.4654952Z test_batch_vs_slicing_special_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-05-18T05:30:24.4785936Z test_batch_vs_slicing_special_i1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:30:24.4920006Z test_batch_vs_slicing_special_i1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:30:24.5051580Z test_batch_vs_slicing_special_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:30:24.5183478Z test_batch_vs_slicing_special_i1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:30:24.5312316Z test_batch_vs_slicing_special_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:30:24.5469080Z test_batch_vs_slicing_special_i1e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-05-18T05:30:24.5611038Z test_batch_vs_slicing_special_i1e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:24.5915382Z test_batch_vs_slicing_special_i1e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.030s) 2022-05-18T05:30:24.6047576Z test_batch_vs_slicing_special_i1e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:30:24.6180465Z test_batch_vs_slicing_special_i1e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:30:24.6312162Z test_batch_vs_slicing_special_i1e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:30:24.6446209Z test_batch_vs_slicing_special_i1e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:30:24.6580545Z test_batch_vs_slicing_special_i1e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:30:24.6735206Z test_batch_vs_slicing_special_log_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:30:24.6876960Z test_batch_vs_slicing_special_log_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:24.7252172Z test_batch_vs_slicing_special_log_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-05-18T05:30:24.7381098Z test_batch_vs_slicing_special_log_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:30:24.7510380Z test_batch_vs_slicing_special_log_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:30:24.7641961Z test_batch_vs_slicing_special_log_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:30:24.7772706Z test_batch_vs_slicing_special_log_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:30:24.7903148Z test_batch_vs_slicing_special_log_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:30:24.8336751Z test_batch_vs_slicing_special_ndtr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.043s) 2022-05-18T05:30:24.8783400Z test_batch_vs_slicing_special_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.045s) 2022-05-18T05:30:24.9217827Z test_batch_vs_slicing_special_ndtr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.043s) 2022-05-18T05:30:24.9656976Z test_batch_vs_slicing_special_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.044s) 2022-05-18T05:30:25.0086509Z test_batch_vs_slicing_special_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.043s) 2022-05-18T05:30:25.0527268Z test_batch_vs_slicing_special_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.044s) 2022-05-18T05:30:25.0972428Z test_batch_vs_slicing_special_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.044s) 2022-05-18T05:30:25.1417143Z test_batch_vs_slicing_special_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.044s) 2022-05-18T05:30:25.1860686Z test_batch_vs_slicing_special_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.044s) 2022-05-18T05:30:25.2307325Z test_batch_vs_slicing_special_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.045s) 2022-05-18T05:30:25.2459854Z test_batch_vs_slicing_special_ndtri_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:30:25.2601537Z test_batch_vs_slicing_special_ndtri_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:25.2896833Z test_batch_vs_slicing_special_ndtri_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.029s) 2022-05-18T05:30:25.3026282Z test_batch_vs_slicing_special_ndtri_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:30:25.3156627Z test_batch_vs_slicing_special_ndtri_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:30:25.3286170Z test_batch_vs_slicing_special_ndtri_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:30:25.3416085Z test_batch_vs_slicing_special_ndtri_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:30:25.3546692Z test_batch_vs_slicing_special_ndtri_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:30:25.3698167Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:30:25.3904686Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-05-18T05:30:25.4110961Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-05-18T05:30:25.4483665Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-05-18T05:30:25.4636510Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:30:25.4790585Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:30:25.4942292Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:30:25.5095160Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:30:25.5245667Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:30:25.5382445Z test_batch_vs_slicing_sqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:25.5524633Z test_batch_vs_slicing_sqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:25.5801942Z test_batch_vs_slicing_sqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2022-05-18T05:30:25.5966527Z test_batch_vs_slicing_sqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-05-18T05:30:25.6103071Z test_batch_vs_slicing_sqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:25.6241384Z test_batch_vs_slicing_sqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:25.6377171Z test_batch_vs_slicing_sqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:30:25.6518284Z test_batch_vs_slicing_sqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:25.6659703Z test_batch_vs_slicing_sqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:25.6802146Z test_batch_vs_slicing_sqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:25.6944566Z test_batch_vs_slicing_sqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:25.7089077Z test_batch_vs_slicing_sqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:25.7238377Z test_batch_vs_slicing_square_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:30:25.7495020Z test_batch_vs_slicing_square_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-05-18T05:30:25.8022702Z test_batch_vs_slicing_square_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.053s) 2022-05-18T05:30:25.8285198Z test_batch_vs_slicing_square_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-05-18T05:30:25.8431541Z test_batch_vs_slicing_square_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:30:25.8582384Z test_batch_vs_slicing_square_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:30:25.8727590Z test_batch_vs_slicing_square_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:25.8870160Z test_batch_vs_slicing_square_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:25.9009699Z test_batch_vs_slicing_square_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:25.9151844Z test_batch_vs_slicing_square_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:25.9293362Z test_batch_vs_slicing_square_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:25.9433478Z test_batch_vs_slicing_square_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:25.9569921Z test_batch_vs_slicing_tan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:25.9710595Z test_batch_vs_slicing_tan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:25.9966322Z test_batch_vs_slicing_tan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-05-18T05:30:26.0113505Z test_batch_vs_slicing_tan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:30:26.0250726Z test_batch_vs_slicing_tan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:26.0391561Z test_batch_vs_slicing_tan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:26.0527463Z test_batch_vs_slicing_tan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:26.0669625Z test_batch_vs_slicing_tan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:26.0808803Z test_batch_vs_slicing_tan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:26.0946994Z test_batch_vs_slicing_tan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:26.1086621Z test_batch_vs_slicing_tan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:26.1226949Z test_batch_vs_slicing_tan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:26.1364006Z test_batch_vs_slicing_tanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:26.1503533Z test_batch_vs_slicing_tanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:26.1755610Z test_batch_vs_slicing_tanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-05-18T05:30:26.1904230Z test_batch_vs_slicing_tanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:30:26.2041086Z test_batch_vs_slicing_tanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:26.2180793Z test_batch_vs_slicing_tanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:26.2316391Z test_batch_vs_slicing_tanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:30:26.2457359Z test_batch_vs_slicing_tanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:26.2594678Z test_batch_vs_slicing_tanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:26.2733133Z test_batch_vs_slicing_tanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:26.2868941Z test_batch_vs_slicing_tanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:30:26.3008122Z test_batch_vs_slicing_tanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:26.3144282Z test_batch_vs_slicing_trunc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:26.3285383Z test_batch_vs_slicing_trunc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:26.3428154Z test_batch_vs_slicing_trunc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:26.3567028Z test_batch_vs_slicing_trunc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:30:26.3592950Z test_complex_edge_values_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.3617699Z test_contig_size1_abs_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.3640710Z test_contig_size1_abs_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.3666511Z test_contig_size1_abs_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.3691862Z test_contig_size1_abs_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.3717924Z test_contig_size1_abs_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:26.3742891Z test_contig_size1_abs_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.3769067Z test_contig_size1_abs_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:26.3793183Z test_contig_size1_abs_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.3814772Z test_contig_size1_abs_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.3836575Z test_contig_size1_abs_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.3858334Z test_contig_size1_abs_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.3880517Z test_contig_size1_abs_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.3905130Z test_contig_size1_abs_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.3929249Z test_contig_size1_acos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.3952710Z test_contig_size1_acos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.3977911Z test_contig_size1_acos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.4003800Z test_contig_size1_acos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.4028993Z test_contig_size1_acos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.4053536Z test_contig_size1_acos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.4081303Z test_contig_size1_acos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:26.4104937Z test_contig_size1_acos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.4127956Z test_contig_size1_acos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.4153144Z test_contig_size1_acos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.4180784Z test_contig_size1_acos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:26.4204119Z test_contig_size1_acos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.4230185Z test_contig_size1_acosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.4253464Z test_contig_size1_acosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.4283088Z test_contig_size1_acosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:26.4309236Z test_contig_size1_acosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.4332895Z test_contig_size1_acosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.4358660Z test_contig_size1_acosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.4384261Z test_contig_size1_acosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.4409272Z test_contig_size1_acosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.4434352Z test_contig_size1_acosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.4459543Z test_contig_size1_acosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.4487880Z test_contig_size1_acosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:26.4511474Z test_contig_size1_acosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.4534549Z test_contig_size1_angle_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.4560100Z test_contig_size1_angle_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.4586042Z test_contig_size1_angle_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.4611756Z test_contig_size1_angle_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.4636011Z test_contig_size1_angle_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.4660387Z test_contig_size1_angle_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.4688104Z test_contig_size1_angle_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:26.4711451Z test_contig_size1_angle_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.4734601Z test_contig_size1_angle_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.4758253Z test_contig_size1_angle_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.4782015Z test_contig_size1_angle_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.4806287Z test_contig_size1_asin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.4829931Z test_contig_size1_asin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.4855428Z test_contig_size1_asin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.4886380Z test_contig_size1_asin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:26.4910809Z test_contig_size1_asin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.4934814Z test_contig_size1_asin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.4958848Z test_contig_size1_asin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.4982404Z test_contig_size1_asin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.5005714Z test_contig_size1_asin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.5029519Z test_contig_size1_asin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.5052976Z test_contig_size1_asin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.5080647Z test_contig_size1_asin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:26.5105048Z test_contig_size1_asinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.5128363Z test_contig_size1_asinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.5153943Z test_contig_size1_asinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.5179746Z test_contig_size1_asinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.5204317Z test_contig_size1_asinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.5228917Z test_contig_size1_asinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.5252923Z test_contig_size1_asinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.5280666Z test_contig_size1_asinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:26.5304242Z test_contig_size1_asinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.5327587Z test_contig_size1_asinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.5351313Z test_contig_size1_asinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.5374619Z test_contig_size1_asinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.5400802Z test_contig_size1_atan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:26.5426079Z test_contig_size1_atan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.5452889Z test_contig_size1_atan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:26.5484114Z test_contig_size1_atan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:26.5508597Z test_contig_size1_atan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.5532933Z test_contig_size1_atan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.5557284Z test_contig_size1_atan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.5580539Z test_contig_size1_atan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.5604015Z test_contig_size1_atan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.5627686Z test_contig_size1_atan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.5651275Z test_contig_size1_atan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.5678716Z test_contig_size1_atan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:26.5703412Z test_contig_size1_atanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.5728185Z test_contig_size1_atanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.5755490Z test_contig_size1_atanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:26.5782928Z test_contig_size1_atanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:26.5807011Z test_contig_size1_atanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.5831728Z test_contig_size1_atanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.5855789Z test_contig_size1_atanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.5883550Z test_contig_size1_atanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:26.5907307Z test_contig_size1_atanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.5930708Z test_contig_size1_atanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.5954393Z test_contig_size1_atanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.5977897Z test_contig_size1_atanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.6001205Z test_contig_size1_bitwise_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.6024816Z test_contig_size1_bitwise_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.6048169Z test_contig_size1_bitwise_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.6074162Z test_contig_size1_bitwise_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.6095609Z test_contig_size1_bitwise_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.6117496Z test_contig_size1_bitwise_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.6142158Z test_contig_size1_ceil_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.6166358Z test_contig_size1_ceil_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.6190860Z test_contig_size1_ceil_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.6214562Z test_contig_size1_ceil_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.6239623Z test_contig_size1_clamp_scalar_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.6266156Z test_contig_size1_clamp_scalar_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:26.6290374Z test_contig_size1_clamp_scalar_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.6315222Z test_contig_size1_clamp_scalar_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.6339263Z test_contig_size1_clamp_scalar_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.6361522Z test_contig_size1_clamp_scalar_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.6383463Z test_contig_size1_clamp_scalar_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.6405174Z test_contig_size1_clamp_scalar_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.6427750Z test_contig_size1_clamp_scalar_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.6453786Z test_contig_size1_clamp_scalar_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:26.6477779Z test_contig_size1_conj_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.6498928Z test_contig_size1_conj_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.6525223Z test_contig_size1_conj_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:26.6551361Z test_contig_size1_conj_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:26.6576963Z test_contig_size1_conj_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.6601286Z test_contig_size1_conj_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.6630362Z test_contig_size1_conj_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:26.6653853Z test_contig_size1_conj_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.6675411Z test_contig_size1_conj_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.6696775Z test_contig_size1_conj_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.6719366Z test_contig_size1_conj_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.6742267Z test_contig_size1_conj_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.6763756Z test_contig_size1_conj_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.6788096Z test_contig_size1_conj_physical_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.6814076Z test_contig_size1_conj_physical_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.6839860Z test_contig_size1_conj_physical_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.6865877Z test_contig_size1_conj_physical_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.6891301Z test_contig_size1_conj_physical_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.6915600Z test_contig_size1_conj_physical_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.6939556Z test_contig_size1_conj_physical_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.6963326Z test_contig_size1_conj_physical_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.6984974Z test_contig_size1_conj_physical_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.7010843Z test_contig_size1_conj_physical_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.7031927Z test_contig_size1_conj_physical_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.7053251Z test_contig_size1_conj_physical_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.7074853Z test_contig_size1_conj_physical_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.7099100Z test_contig_size1_cos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.7122673Z test_contig_size1_cos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.7148379Z test_contig_size1_cos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.7174047Z test_contig_size1_cos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.7204459Z test_contig_size1_cos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:26.7228985Z test_contig_size1_cos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.7252793Z test_contig_size1_cos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.7276512Z test_contig_size1_cos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.7299807Z test_contig_size1_cos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.7323392Z test_contig_size1_cos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.7347216Z test_contig_size1_cos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.7370531Z test_contig_size1_cos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.7399301Z test_contig_size1_cosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:26.7422855Z test_contig_size1_cosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.7448048Z test_contig_size1_cosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.7473773Z test_contig_size1_cosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.7497920Z test_contig_size1_cosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.7522132Z test_contig_size1_cosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.7546225Z test_contig_size1_cosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.7569467Z test_contig_size1_cosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.7598149Z test_contig_size1_cosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:26.7621632Z test_contig_size1_cosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.7644789Z test_contig_size1_cosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.7668212Z test_contig_size1_cosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.7692566Z test_contig_size1_deg2rad_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.7715933Z test_contig_size1_deg2rad_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.7740696Z test_contig_size1_deg2rad_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.7765078Z test_contig_size1_deg2rad_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.7793824Z test_contig_size1_deg2rad_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:26.7817093Z test_contig_size1_deg2rad_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.7840630Z test_contig_size1_deg2rad_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.7864457Z test_contig_size1_deg2rad_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.7887721Z test_contig_size1_deg2rad_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.7911424Z test_contig_size1_deg2rad_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.7934585Z test_contig_size1_digamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.7959091Z test_contig_size1_digamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.7987924Z test_contig_size1_digamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:26.8011777Z test_contig_size1_digamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.8035183Z test_contig_size1_digamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.8058296Z test_contig_size1_digamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.8081755Z test_contig_size1_digamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.8105279Z test_contig_size1_digamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.8128671Z test_contig_size1_digamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.8153176Z test_contig_size1_erf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.8180666Z test_contig_size1_erf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:26.8204884Z test_contig_size1_erf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.8229193Z test_contig_size1_erf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.8253057Z test_contig_size1_erf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.8276334Z test_contig_size1_erf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.8299475Z test_contig_size1_erf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.8322863Z test_contig_size1_erf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.8346456Z test_contig_size1_erf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.8374171Z test_contig_size1_erf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:26.8398647Z test_contig_size1_erfc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.8422070Z test_contig_size1_erfc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.8446241Z test_contig_size1_erfc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.8472349Z test_contig_size1_erfc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.8497901Z test_contig_size1_erfc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.8522644Z test_contig_size1_erfc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.8547727Z test_contig_size1_erfc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.8576824Z test_contig_size1_erfc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:26.8601933Z test_contig_size1_erfc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.8626581Z test_contig_size1_erfc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.8651192Z test_contig_size1_erfinv_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.8676939Z test_contig_size1_erfinv_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.8703011Z test_contig_size1_erfinv_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.8728391Z test_contig_size1_erfinv_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.8753558Z test_contig_size1_erfinv_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.8783270Z test_contig_size1_erfinv_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:26.8807621Z test_contig_size1_erfinv_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.8832640Z test_contig_size1_erfinv_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.8856007Z test_contig_size1_erfinv_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.8880509Z test_contig_size1_exp2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.8903593Z test_contig_size1_exp2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.8927652Z test_contig_size1_exp2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.8952273Z test_contig_size1_exp2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.8980544Z test_contig_size1_exp2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:26.9003911Z test_contig_size1_exp2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.9027459Z test_contig_size1_exp2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.9050937Z test_contig_size1_exp2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.9074241Z test_contig_size1_exp2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.9097222Z test_contig_size1_exp2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.9121650Z test_contig_size1_exp_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.9145552Z test_contig_size1_exp_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.9175427Z test_contig_size1_exp_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:26.9201441Z test_contig_size1_exp_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.9227115Z test_contig_size1_exp_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.9251404Z test_contig_size1_exp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.9275756Z test_contig_size1_exp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.9299561Z test_contig_size1_exp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.9323176Z test_contig_size1_exp_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.9346943Z test_contig_size1_exp_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.9374890Z test_contig_size1_exp_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:26.9398347Z test_contig_size1_exp_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.9421660Z test_contig_size1_exp_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.9445625Z test_contig_size1_expm1_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.9469467Z test_contig_size1_expm1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.9493407Z test_contig_size1_expm1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.9518003Z test_contig_size1_expm1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.9542217Z test_contig_size1_expm1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.9571382Z test_contig_size1_expm1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:26.9594598Z test_contig_size1_expm1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.9617785Z test_contig_size1_expm1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.9641208Z test_contig_size1_expm1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.9664686Z test_contig_size1_expm1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.9690201Z test_contig_size1_floor_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.9715843Z test_contig_size1_floor_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.9741913Z test_contig_size1_floor_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.9771911Z test_contig_size1_floor_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:26.9797712Z test_contig_size1_frac_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.9823458Z test_contig_size1_frac_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.9849030Z test_contig_size1_frac_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.9874384Z test_contig_size1_frac_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:26.9902457Z test_contig_size1_frexp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:26.9928799Z test_contig_size1_frexp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:26.9959345Z test_contig_size1_frexp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:26.9983372Z test_contig_size1_i0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.0006384Z test_contig_size1_i0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.0030588Z test_contig_size1_i0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.0054638Z test_contig_size1_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.0078567Z test_contig_size1_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.0101982Z test_contig_size1_i0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.0125224Z test_contig_size1_i0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.0153624Z test_contig_size1_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.0176543Z test_contig_size1_i0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.0199863Z test_contig_size1_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.0226420Z test_contig_size1_imag_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.0251480Z test_contig_size1_imag_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.0276758Z test_contig_size1_imag_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.0300012Z test_contig_size1_isfinite_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.0321806Z test_contig_size1_isfinite_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.0352510Z test_contig_size1_isfinite_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.0378006Z test_contig_size1_isfinite_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.0403879Z test_contig_size1_isfinite_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.0427191Z test_contig_size1_isfinite_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.0450337Z test_contig_size1_isfinite_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.0473799Z test_contig_size1_isfinite_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.0495356Z test_contig_size1_isfinite_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.0517404Z test_contig_size1_isfinite_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.0544090Z test_contig_size1_isfinite_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.0565501Z test_contig_size1_isfinite_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.0587300Z test_contig_size1_isfinite_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.0609994Z test_contig_size1_isinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.0631676Z test_contig_size1_isinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.0656342Z test_contig_size1_isinf_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.0681127Z test_contig_size1_isinf_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.0706117Z test_contig_size1_isinf_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.0735207Z test_contig_size1_isinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.0759845Z test_contig_size1_isinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.0783854Z test_contig_size1_isinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.0805499Z test_contig_size1_isinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.0827223Z test_contig_size1_isinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.0848935Z test_contig_size1_isinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.0870844Z test_contig_size1_isinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.0892374Z test_contig_size1_isinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.0919978Z test_contig_size1_isnan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.0941688Z test_contig_size1_isnan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.0964953Z test_contig_size1_isnan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.0988635Z test_contig_size1_isnan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.1011091Z test_contig_size1_isnan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.1033750Z test_contig_size1_isnan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.1056343Z test_contig_size1_isnan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.1078417Z test_contig_size1_isnan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.1105102Z test_contig_size1_isnan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.1126534Z test_contig_size1_isnan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.1148426Z test_contig_size1_isnan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.1169806Z test_contig_size1_isnan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.1192560Z test_contig_size1_isneginf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.1213845Z test_contig_size1_isneginf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.1236651Z test_contig_size1_isneginf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.1259331Z test_contig_size1_isneginf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.1286898Z test_contig_size1_isneginf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.1308688Z test_contig_size1_isneginf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.1330166Z test_contig_size1_isneginf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.1352202Z test_contig_size1_isneginf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.1373726Z test_contig_size1_isneginf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.1395569Z test_contig_size1_isneginf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.1418247Z test_contig_size1_isposinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.1440013Z test_contig_size1_isposinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.1467762Z test_contig_size1_isposinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.1490177Z test_contig_size1_isposinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.1512741Z test_contig_size1_isposinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.1534107Z test_contig_size1_isposinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.1555832Z test_contig_size1_isposinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.1577257Z test_contig_size1_isposinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.1599081Z test_contig_size1_isposinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.1621061Z test_contig_size1_isposinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.1648686Z test_contig_size1_isreal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.1670386Z test_contig_size1_isreal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.1694033Z test_contig_size1_isreal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.1718488Z test_contig_size1_isreal_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.1742601Z test_contig_size1_isreal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.1765129Z test_contig_size1_isreal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.1788118Z test_contig_size1_isreal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.1810858Z test_contig_size1_isreal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.1838532Z test_contig_size1_isreal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.1860061Z test_contig_size1_isreal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.1881691Z test_contig_size1_isreal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.1903334Z test_contig_size1_isreal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.1924794Z test_contig_size1_isreal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.1949657Z test_contig_size1_jiterator_unary_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.1971314Z test_contig_size1_jiterator_unary_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.1996874Z test_contig_size1_jiterator_unary_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.2027808Z test_contig_size1_jiterator_unary_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.2052254Z test_contig_size1_jiterator_unary_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.2076770Z test_contig_size1_jiterator_unary_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.2102490Z test_contig_size1_jiterator_unary_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.2125602Z test_contig_size1_jiterator_unary_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.2149309Z test_contig_size1_jiterator_unary_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.2171756Z test_contig_size1_jiterator_unary_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.2195265Z test_contig_size1_jiterator_unary_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.2223612Z test_contig_size1_jiterator_unary_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.2251882Z test_contig_size1_large_dim_abs_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.2277412Z test_contig_size1_large_dim_abs_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.2307312Z test_contig_size1_large_dim_abs_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.2337528Z test_contig_size1_large_dim_abs_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.2367741Z test_contig_size1_large_dim_abs_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.2396421Z test_contig_size1_large_dim_abs_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.2425333Z test_contig_size1_large_dim_abs_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.2458425Z test_contig_size1_large_dim_abs_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.2484148Z test_contig_size1_large_dim_abs_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.2509515Z test_contig_size1_large_dim_abs_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.2532631Z test_contig_size1_large_dim_abs_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.2556588Z test_contig_size1_large_dim_abs_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.2580224Z test_contig_size1_large_dim_abs_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.2606935Z test_contig_size1_large_dim_acos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.2632749Z test_contig_size1_large_dim_acos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.2665547Z test_contig_size1_large_dim_acos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.2693390Z test_contig_size1_large_dim_acos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.2720030Z test_contig_size1_large_dim_acos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.2747399Z test_contig_size1_large_dim_acos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.2772817Z test_contig_size1_large_dim_acos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.2798744Z test_contig_size1_large_dim_acos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.2826317Z test_contig_size1_large_dim_acos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.2853481Z test_contig_size1_large_dim_acos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.2886413Z test_contig_size1_large_dim_acos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.2913867Z test_contig_size1_large_dim_acos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.2942198Z test_contig_size1_large_dim_acosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.2969197Z test_contig_size1_large_dim_acosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.2999240Z test_contig_size1_large_dim_acosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.3029342Z test_contig_size1_large_dim_acosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.3057898Z test_contig_size1_large_dim_acosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.3091711Z test_contig_size1_large_dim_acosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.3119693Z test_contig_size1_large_dim_acosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.3147084Z test_contig_size1_large_dim_acosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.3174203Z test_contig_size1_large_dim_acosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.3202341Z test_contig_size1_large_dim_acosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.3229568Z test_contig_size1_large_dim_acosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.3255020Z test_contig_size1_large_dim_acosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.3280792Z test_contig_size1_large_dim_angle_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.3313965Z test_contig_size1_large_dim_angle_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.3342184Z test_contig_size1_large_dim_angle_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.3370102Z test_contig_size1_large_dim_angle_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.3397083Z test_contig_size1_large_dim_angle_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.3423302Z test_contig_size1_large_dim_angle_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.3448611Z test_contig_size1_large_dim_angle_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.3474373Z test_contig_size1_large_dim_angle_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.3499989Z test_contig_size1_large_dim_angle_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.3530885Z test_contig_size1_large_dim_angle_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.3556647Z test_contig_size1_large_dim_angle_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.3583540Z test_contig_size1_large_dim_asin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.3609112Z test_contig_size1_large_dim_asin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.3636794Z test_contig_size1_large_dim_asin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.3665154Z test_contig_size1_large_dim_asin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.3691812Z test_contig_size1_large_dim_asin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.3718379Z test_contig_size1_large_dim_asin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.3751783Z test_contig_size1_large_dim_asin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.3777246Z test_contig_size1_large_dim_asin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.3802750Z test_contig_size1_large_dim_asin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.3828602Z test_contig_size1_large_dim_asin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.3854419Z test_contig_size1_large_dim_asin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.3879999Z test_contig_size1_large_dim_asin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.3906571Z test_contig_size1_large_dim_asinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.3932192Z test_contig_size1_large_dim_asinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.3965677Z test_contig_size1_large_dim_asinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.3994146Z test_contig_size1_large_dim_asinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.4020439Z test_contig_size1_large_dim_asinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.4047222Z test_contig_size1_large_dim_asinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.4073599Z test_contig_size1_large_dim_asinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.4099002Z test_contig_size1_large_dim_asinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.4124833Z test_contig_size1_large_dim_asinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.4150842Z test_contig_size1_large_dim_asinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.4182015Z test_contig_size1_large_dim_asinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.4207238Z test_contig_size1_large_dim_asinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.4233808Z test_contig_size1_large_dim_atan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.4259093Z test_contig_size1_large_dim_atan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.4287143Z test_contig_size1_large_dim_atan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.4315358Z test_contig_size1_large_dim_atan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.4341974Z test_contig_size1_large_dim_atan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.4368670Z test_contig_size1_large_dim_atan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.4401505Z test_contig_size1_large_dim_atan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.4427553Z test_contig_size1_large_dim_atan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.4452961Z test_contig_size1_large_dim_atan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.4478582Z test_contig_size1_large_dim_atan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.4504409Z test_contig_size1_large_dim_atan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.4529717Z test_contig_size1_large_dim_atan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.4556503Z test_contig_size1_large_dim_atanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.4582260Z test_contig_size1_large_dim_atanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.4614865Z test_contig_size1_large_dim_atanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.4643060Z test_contig_size1_large_dim_atanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.4669824Z test_contig_size1_large_dim_atanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.4696176Z test_contig_size1_large_dim_atanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.4722605Z test_contig_size1_large_dim_atanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.4748328Z test_contig_size1_large_dim_atanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.4773807Z test_contig_size1_large_dim_atanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.4799720Z test_contig_size1_large_dim_atanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.4830214Z test_contig_size1_large_dim_atanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.4855851Z test_contig_size1_large_dim_atanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.4879610Z test_contig_size1_large_dim_bitwise_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.4903418Z test_contig_size1_large_dim_bitwise_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.4926953Z test_contig_size1_large_dim_bitwise_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.4950572Z test_contig_size1_large_dim_bitwise_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.4974067Z test_contig_size1_large_dim_bitwise_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.4998019Z test_contig_size1_large_dim_bitwise_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.5030059Z test_contig_size1_large_dim_ceil_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.5058256Z test_contig_size1_large_dim_ceil_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.5086557Z test_contig_size1_large_dim_ceil_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.5114236Z test_contig_size1_large_dim_ceil_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.5141199Z test_contig_size1_large_dim_clamp_scalar_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.5164911Z test_contig_size1_large_dim_clamp_scalar_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.5193663Z test_contig_size1_large_dim_clamp_scalar_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.5222425Z test_contig_size1_large_dim_clamp_scalar_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.5253414Z test_contig_size1_large_dim_clamp_scalar_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.5277529Z test_contig_size1_large_dim_clamp_scalar_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.5301514Z test_contig_size1_large_dim_clamp_scalar_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.5324990Z test_contig_size1_large_dim_clamp_scalar_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.5349325Z test_contig_size1_large_dim_clamp_scalar_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.5373032Z test_contig_size1_large_dim_clamp_scalar_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.5399271Z test_contig_size1_large_dim_conj_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.5422943Z test_contig_size1_large_dim_conj_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.5456307Z test_contig_size1_large_dim_conj_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.5484486Z test_contig_size1_large_dim_conj_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.5512757Z test_contig_size1_large_dim_conj_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.5538651Z test_contig_size1_large_dim_conj_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.5565146Z test_contig_size1_large_dim_conj_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.5591181Z test_contig_size1_large_dim_conj_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.5614678Z test_contig_size1_large_dim_conj_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.5638304Z test_contig_size1_large_dim_conj_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.5667002Z test_contig_size1_large_dim_conj_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.5690220Z test_contig_size1_large_dim_conj_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.5713522Z test_contig_size1_large_dim_conj_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.5739930Z test_contig_size1_large_dim_conj_physical_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.5763277Z test_contig_size1_large_dim_conj_physical_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.5791385Z test_contig_size1_large_dim_conj_physical_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.5819474Z test_contig_size1_large_dim_conj_physical_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.5847807Z test_contig_size1_large_dim_conj_physical_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.5879705Z test_contig_size1_large_dim_conj_physical_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.5906106Z test_contig_size1_large_dim_conj_physical_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.5931968Z test_contig_size1_large_dim_conj_physical_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.5955513Z test_contig_size1_large_dim_conj_physical_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.5978759Z test_contig_size1_large_dim_conj_physical_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.6002207Z test_contig_size1_large_dim_conj_physical_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.6025943Z test_contig_size1_large_dim_conj_physical_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.6049161Z test_contig_size1_large_dim_conj_physical_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.6081062Z test_contig_size1_large_dim_cos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.6106661Z test_contig_size1_large_dim_cos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.6134363Z test_contig_size1_large_dim_cos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.6162928Z test_contig_size1_large_dim_cos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.6190151Z test_contig_size1_large_dim_cos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.6216354Z test_contig_size1_large_dim_cos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.6243052Z test_contig_size1_large_dim_cos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.6269087Z test_contig_size1_large_dim_cos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.6299457Z test_contig_size1_large_dim_cos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.6325161Z test_contig_size1_large_dim_cos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.6352492Z test_contig_size1_large_dim_cos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.6379627Z test_contig_size1_large_dim_cos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.6408137Z test_contig_size1_large_dim_cosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.6435374Z test_contig_size1_large_dim_cosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.6463583Z test_contig_size1_large_dim_cosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.6491648Z test_contig_size1_large_dim_cosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.6523431Z test_contig_size1_large_dim_cosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.6550214Z test_contig_size1_large_dim_cosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.6577794Z test_contig_size1_large_dim_cosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.6606331Z test_contig_size1_large_dim_cosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.6633754Z test_contig_size1_large_dim_cosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.6661235Z test_contig_size1_large_dim_cosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.6688403Z test_contig_size1_large_dim_cosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.6720213Z test_contig_size1_large_dim_cosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.6747177Z test_contig_size1_large_dim_deg2rad_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.6772601Z test_contig_size1_large_dim_deg2rad_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.6799581Z test_contig_size1_large_dim_deg2rad_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.6826780Z test_contig_size1_large_dim_deg2rad_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.6853074Z test_contig_size1_large_dim_deg2rad_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.6879306Z test_contig_size1_large_dim_deg2rad_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.6905674Z test_contig_size1_large_dim_deg2rad_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.6938009Z test_contig_size1_large_dim_deg2rad_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.6963755Z test_contig_size1_large_dim_deg2rad_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.6989636Z test_contig_size1_large_dim_deg2rad_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.7014709Z test_contig_size1_large_dim_digamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.7043336Z test_contig_size1_large_dim_digamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.7071730Z test_contig_size1_large_dim_digamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.7099694Z test_contig_size1_large_dim_digamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.7127138Z test_contig_size1_large_dim_digamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.7159264Z test_contig_size1_large_dim_digamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.7185097Z test_contig_size1_large_dim_digamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.7210487Z test_contig_size1_large_dim_digamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.7235885Z test_contig_size1_large_dim_digamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.7262530Z test_contig_size1_large_dim_erf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.7287810Z test_contig_size1_large_dim_erf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.7314538Z test_contig_size1_large_dim_erf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.7341402Z test_contig_size1_large_dim_erf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.7372462Z test_contig_size1_large_dim_erf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.7397931Z test_contig_size1_large_dim_erf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.7423594Z test_contig_size1_large_dim_erf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.7449008Z test_contig_size1_large_dim_erf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.7474698Z test_contig_size1_large_dim_erf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.7500420Z test_contig_size1_large_dim_erf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.7526874Z test_contig_size1_large_dim_erfc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.7552776Z test_contig_size1_large_dim_erfc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.7584328Z test_contig_size1_large_dim_erfc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.7610505Z test_contig_size1_large_dim_erfc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.7636885Z test_contig_size1_large_dim_erfc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.7662546Z test_contig_size1_large_dim_erfc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.7687985Z test_contig_size1_large_dim_erfc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.7713578Z test_contig_size1_large_dim_erfc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.7739304Z test_contig_size1_large_dim_erfc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.7765296Z test_contig_size1_large_dim_erfc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.7795894Z test_contig_size1_large_dim_erfinv_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.7822116Z test_contig_size1_large_dim_erfinv_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.7848411Z test_contig_size1_large_dim_erfinv_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.7874707Z test_contig_size1_large_dim_erfinv_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.7900209Z test_contig_size1_large_dim_erfinv_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.7925930Z test_contig_size1_large_dim_erfinv_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.7953292Z test_contig_size1_large_dim_erfinv_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.7981922Z test_contig_size1_large_dim_erfinv_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.8013475Z test_contig_size1_large_dim_erfinv_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.8041834Z test_contig_size1_large_dim_exp2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.8069047Z test_contig_size1_large_dim_exp2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.8097208Z test_contig_size1_large_dim_exp2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.8125762Z test_contig_size1_large_dim_exp2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.8153993Z test_contig_size1_large_dim_exp2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.8180792Z test_contig_size1_large_dim_exp2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.8206568Z test_contig_size1_large_dim_exp2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.8237496Z test_contig_size1_large_dim_exp2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.8262835Z test_contig_size1_large_dim_exp2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.8288090Z test_contig_size1_large_dim_exp2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.8314866Z test_contig_size1_large_dim_exp_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.8340453Z test_contig_size1_large_dim_exp_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.8368441Z test_contig_size1_large_dim_exp_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.8396959Z test_contig_size1_large_dim_exp_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.8426849Z test_contig_size1_large_dim_exp_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.8460488Z test_contig_size1_large_dim_exp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.8488815Z test_contig_size1_large_dim_exp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.8517214Z test_contig_size1_large_dim_exp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.8544568Z test_contig_size1_large_dim_exp_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.8571664Z test_contig_size1_large_dim_exp_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.8598941Z test_contig_size1_large_dim_exp_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.8626544Z test_contig_size1_large_dim_exp_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.8652419Z test_contig_size1_large_dim_exp_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.8684526Z test_contig_size1_large_dim_expm1_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.8710225Z test_contig_size1_large_dim_expm1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.8736402Z test_contig_size1_large_dim_expm1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.8763203Z test_contig_size1_large_dim_expm1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.8791019Z test_contig_size1_large_dim_expm1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.8816438Z test_contig_size1_large_dim_expm1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.8842118Z test_contig_size1_large_dim_expm1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.8868227Z test_contig_size1_large_dim_expm1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.8898642Z test_contig_size1_large_dim_expm1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.8924428Z test_contig_size1_large_dim_expm1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.8951239Z test_contig_size1_large_dim_floor_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.8977659Z test_contig_size1_large_dim_floor_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.9004304Z test_contig_size1_large_dim_floor_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.9030804Z test_contig_size1_large_dim_floor_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.9058416Z test_contig_size1_large_dim_frac_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.9085349Z test_contig_size1_large_dim_frac_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.9117523Z test_contig_size1_large_dim_frac_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.9143679Z test_contig_size1_large_dim_frac_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.9172138Z test_contig_size1_large_dim_frexp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.9200921Z test_contig_size1_large_dim_frexp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.9229544Z test_contig_size1_large_dim_frexp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.9256086Z test_contig_size1_large_dim_i0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.9283571Z test_contig_size1_large_dim_i0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.9312136Z test_contig_size1_large_dim_i0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.9344035Z test_contig_size1_large_dim_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.9370074Z test_contig_size1_large_dim_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.9395901Z test_contig_size1_large_dim_i0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.9421576Z test_contig_size1_large_dim_i0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.9447192Z test_contig_size1_large_dim_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.9472980Z test_contig_size1_large_dim_i0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.9498565Z test_contig_size1_large_dim_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.9526221Z test_contig_size1_large_dim_imag_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.9560772Z test_contig_size1_large_dim_imag_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.9588281Z test_contig_size1_large_dim_imag_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.9613768Z test_contig_size1_large_dim_isfinite_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.9637218Z test_contig_size1_large_dim_isfinite_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.9665687Z test_contig_size1_large_dim_isfinite_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.9693790Z test_contig_size1_large_dim_isfinite_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.9722170Z test_contig_size1_large_dim_isfinite_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.9747939Z test_contig_size1_large_dim_isfinite_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.9778653Z test_contig_size1_large_dim_isfinite_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.9804252Z test_contig_size1_large_dim_isfinite_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.9828240Z test_contig_size1_large_dim_isfinite_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.9851987Z test_contig_size1_large_dim_isfinite_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.9875760Z test_contig_size1_large_dim_isfinite_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.9899476Z test_contig_size1_large_dim_isfinite_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.9924928Z test_contig_size1_large_dim_isfinite_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:27.9952091Z test_contig_size1_large_dim_isinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:27.9982789Z test_contig_size1_large_dim_isinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.0011544Z test_contig_size1_large_dim_isinf_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.0040413Z test_contig_size1_large_dim_isinf_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.0069645Z test_contig_size1_large_dim_isinf_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.0096459Z test_contig_size1_large_dim_isinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.0123665Z test_contig_size1_large_dim_isinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.0150940Z test_contig_size1_large_dim_isinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.0176316Z test_contig_size1_large_dim_isinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:28.0206967Z test_contig_size1_large_dim_isinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.0232304Z test_contig_size1_large_dim_isinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:28.0257765Z test_contig_size1_large_dim_isinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:28.0283150Z test_contig_size1_large_dim_isinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:28.0309571Z test_contig_size1_large_dim_isnan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.0334627Z test_contig_size1_large_dim_isnan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:28.0362702Z test_contig_size1_large_dim_isnan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.0395252Z test_contig_size1_large_dim_isnan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.0422014Z test_contig_size1_large_dim_isnan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.0448093Z test_contig_size1_large_dim_isnan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.0474685Z test_contig_size1_large_dim_isnan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.0500068Z test_contig_size1_large_dim_isnan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:28.0523709Z test_contig_size1_large_dim_isnan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:28.0549128Z test_contig_size1_large_dim_isnan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:28.0574419Z test_contig_size1_large_dim_isnan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:28.0605104Z test_contig_size1_large_dim_isnan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.0631484Z test_contig_size1_large_dim_isneginf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.0656850Z test_contig_size1_large_dim_isneginf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:28.0683807Z test_contig_size1_large_dim_isneginf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.0710595Z test_contig_size1_large_dim_isneginf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.0734960Z test_contig_size1_large_dim_isneginf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:28.0758857Z test_contig_size1_large_dim_isneginf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:28.0782910Z test_contig_size1_large_dim_isneginf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:28.0811677Z test_contig_size1_large_dim_isneginf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.0835522Z test_contig_size1_large_dim_isneginf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:28.0859187Z test_contig_size1_large_dim_isneginf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:28.0884059Z test_contig_size1_large_dim_isposinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:28.0907833Z test_contig_size1_large_dim_isposinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:28.0932457Z test_contig_size1_large_dim_isposinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:28.0957347Z test_contig_size1_large_dim_isposinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:28.0982299Z test_contig_size1_large_dim_isposinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:28.1011327Z test_contig_size1_large_dim_isposinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.1034998Z test_contig_size1_large_dim_isposinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:28.1058702Z test_contig_size1_large_dim_isposinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:28.1084107Z test_contig_size1_large_dim_isposinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:28.1109787Z test_contig_size1_large_dim_isposinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:28.1136114Z test_contig_size1_large_dim_isreal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.1161508Z test_contig_size1_large_dim_isreal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:28.1189613Z test_contig_size1_large_dim_isreal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.1222891Z test_contig_size1_large_dim_isreal_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.1250687Z test_contig_size1_large_dim_isreal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.1277230Z test_contig_size1_large_dim_isreal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.1304011Z test_contig_size1_large_dim_isreal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.1330302Z test_contig_size1_large_dim_isreal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.1354305Z test_contig_size1_large_dim_isreal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:28.1377844Z test_contig_size1_large_dim_isreal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:28.1401903Z test_contig_size1_large_dim_isreal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:28.1431321Z test_contig_size1_large_dim_isreal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.1455027Z test_contig_size1_large_dim_isreal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:28.1482185Z test_contig_size1_large_dim_jiterator_unary_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.1506193Z test_contig_size1_large_dim_jiterator_unary_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:28.1536083Z test_contig_size1_large_dim_jiterator_unary_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.1564893Z test_contig_size1_large_dim_jiterator_unary_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.1592078Z test_contig_size1_large_dim_jiterator_unary_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.1618896Z test_contig_size1_large_dim_jiterator_unary_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.1651026Z test_contig_size1_large_dim_jiterator_unary_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.1675170Z test_contig_size1_large_dim_jiterator_unary_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:28.1699098Z test_contig_size1_large_dim_jiterator_unary_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:28.1723032Z test_contig_size1_large_dim_jiterator_unary_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:28.1747259Z test_contig_size1_large_dim_jiterator_unary_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:28.1771237Z test_contig_size1_large_dim_jiterator_unary_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:28.1796919Z test_contig_size1_large_dim_lgamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:28.1823763Z test_contig_size1_large_dim_lgamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.1855725Z test_contig_size1_large_dim_lgamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.1882258Z test_contig_size1_large_dim_lgamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.1908223Z test_contig_size1_large_dim_lgamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:28.1933850Z test_contig_size1_large_dim_lgamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:28.1959780Z test_contig_size1_large_dim_lgamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:28.1985572Z test_contig_size1_large_dim_lgamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:28.2010995Z test_contig_size1_large_dim_lgamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:28.2037947Z test_contig_size1_large_dim_log10_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.2070130Z test_contig_size1_large_dim_log10_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.2097589Z test_contig_size1_large_dim_log10_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.2125889Z test_contig_size1_large_dim_log10_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.2152693Z test_contig_size1_large_dim_log10_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.2179377Z test_contig_size1_large_dim_log10_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.2205608Z test_contig_size1_large_dim_log10_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.2231434Z test_contig_size1_large_dim_log10_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:28.2256964Z test_contig_size1_large_dim_log10_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:28.2287653Z test_contig_size1_large_dim_log10_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.2313316Z test_contig_size1_large_dim_log10_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:28.2338785Z test_contig_size1_large_dim_log10_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:28.2365499Z test_contig_size1_large_dim_log1p_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.2391057Z test_contig_size1_large_dim_log1p_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:28.2417408Z test_contig_size1_large_dim_log1p_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.2444080Z test_contig_size1_large_dim_log1p_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.2470730Z test_contig_size1_large_dim_log1p_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.2501460Z test_contig_size1_large_dim_log1p_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.2526925Z test_contig_size1_large_dim_log1p_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:28.2552641Z test_contig_size1_large_dim_log1p_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:28.2578052Z test_contig_size1_large_dim_log1p_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:28.2605635Z test_contig_size1_large_dim_log1p_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.2633894Z test_contig_size1_large_dim_log2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.2659526Z test_contig_size1_large_dim_log2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:28.2689396Z test_contig_size1_large_dim_log2_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.2724702Z test_contig_size1_large_dim_log2_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.2752763Z test_contig_size1_large_dim_log2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.2779508Z test_contig_size1_large_dim_log2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.2805697Z test_contig_size1_large_dim_log2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.2831442Z test_contig_size1_large_dim_log2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:28.2856819Z test_contig_size1_large_dim_log2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:28.2882639Z test_contig_size1_large_dim_log2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:28.2908558Z test_contig_size1_large_dim_log2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:28.2939249Z test_contig_size1_large_dim_log2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.2966138Z test_contig_size1_large_dim_log_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.2991854Z test_contig_size1_large_dim_log_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:28.3019524Z test_contig_size1_large_dim_log_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.3047569Z test_contig_size1_large_dim_log_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.3076276Z test_contig_size1_large_dim_log_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.3103040Z test_contig_size1_large_dim_log_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.3129649Z test_contig_size1_large_dim_log_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.3161153Z test_contig_size1_large_dim_log_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.3186976Z test_contig_size1_large_dim_log_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:28.3212478Z test_contig_size1_large_dim_log_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:28.3238317Z test_contig_size1_large_dim_log_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:28.3264136Z test_contig_size1_large_dim_log_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:28.3291395Z test_contig_size1_large_dim_log_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.3319796Z test_contig_size1_large_dim_logical_not_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.3345618Z test_contig_size1_large_dim_logical_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:28.3378438Z test_contig_size1_large_dim_logical_not_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.3406157Z test_contig_size1_large_dim_logical_not_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.3434602Z test_contig_size1_large_dim_logical_not_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.3461003Z test_contig_size1_large_dim_logical_not_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.3487622Z test_contig_size1_large_dim_logical_not_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.3513114Z test_contig_size1_large_dim_logical_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:28.3538546Z test_contig_size1_large_dim_logical_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:28.3564316Z test_contig_size1_large_dim_logical_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:28.3593521Z test_contig_size1_large_dim_logical_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.3617011Z test_contig_size1_large_dim_logical_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:28.3643749Z test_contig_size1_large_dim_logit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.3669711Z test_contig_size1_large_dim_logit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:28.3696188Z test_contig_size1_large_dim_logit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.3722977Z test_contig_size1_large_dim_logit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.3749579Z test_contig_size1_large_dim_logit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.3775538Z test_contig_size1_large_dim_logit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:28.3806255Z test_contig_size1_large_dim_logit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.3832208Z test_contig_size1_large_dim_logit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:28.3857963Z test_contig_size1_large_dim_logit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:28.3883723Z test_contig_size1_large_dim_logit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:28.3913150Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.3942269Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.3971118Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.4004064Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.4032259Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.4060248Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.4090344Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.4120138Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.4151305Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.4182318Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.4213054Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.4246561Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.4274775Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.4303039Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.4331269Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.4359512Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.4388857Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.4417655Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.4447117Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.4480974Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.4509176Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.4537015Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.4565358Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.4593953Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.4620347Z test_contig_size1_large_dim_nan_to_num_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.4644264Z test_contig_size1_large_dim_nan_to_num_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:28.4671188Z test_contig_size1_large_dim_nan_to_num_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.4706752Z test_contig_size1_large_dim_nan_to_num_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.4732600Z test_contig_size1_large_dim_nan_to_num_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.4756644Z test_contig_size1_large_dim_nan_to_num_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:28.4780450Z test_contig_size1_large_dim_nan_to_num_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:28.4803947Z test_contig_size1_large_dim_nan_to_num_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:28.4827786Z test_contig_size1_large_dim_nan_to_num_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:28.4851458Z test_contig_size1_large_dim_nan_to_num_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:28.4878261Z test_contig_size1_large_dim_neg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.4911357Z test_contig_size1_large_dim_neg_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.4939541Z test_contig_size1_large_dim_neg_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.4969321Z test_contig_size1_large_dim_neg_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.4998027Z test_contig_size1_large_dim_neg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.5026068Z test_contig_size1_large_dim_neg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.5053970Z test_contig_size1_large_dim_neg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.5079503Z test_contig_size1_large_dim_neg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:28.5105024Z test_contig_size1_large_dim_neg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:28.5135076Z test_contig_size1_large_dim_neg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.5160630Z test_contig_size1_large_dim_neg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:28.5186390Z test_contig_size1_large_dim_neg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:28.5214699Z test_contig_size1_large_dim_nn_functional_celu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.5243218Z test_contig_size1_large_dim_nn_functional_celu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.5271870Z test_contig_size1_large_dim_nn_functional_celu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.5300080Z test_contig_size1_large_dim_nn_functional_celu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.5328772Z test_contig_size1_large_dim_nn_functional_elu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.5362912Z test_contig_size1_large_dim_nn_functional_elu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.5391450Z test_contig_size1_large_dim_nn_functional_elu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.5419483Z test_contig_size1_large_dim_nn_functional_elu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.5447884Z test_contig_size1_large_dim_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.5476650Z test_contig_size1_large_dim_nn_functional_hardsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.5505352Z test_contig_size1_large_dim_nn_functional_hardsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.5533111Z test_contig_size1_large_dim_nn_functional_hardsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.5560109Z test_contig_size1_large_dim_nn_functional_logsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.5592190Z test_contig_size1_large_dim_nn_functional_logsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.5618782Z test_contig_size1_large_dim_nn_functional_logsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.5648020Z test_contig_size1_large_dim_nn_functional_mish_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.5676729Z test_contig_size1_large_dim_nn_functional_mish_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.5705450Z test_contig_size1_large_dim_nn_functional_mish_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.5733232Z test_contig_size1_large_dim_nn_functional_mish_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.5764477Z test_contig_size1_large_dim_nn_functional_rrelu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.5795368Z test_contig_size1_large_dim_nn_functional_rrelu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.5831371Z test_contig_size1_large_dim_nn_functional_rrelu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:30:28.5861812Z test_contig_size1_large_dim_nn_functional_rrelu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.5890313Z test_contig_size1_large_dim_nn_functional_selu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.5918564Z test_contig_size1_large_dim_nn_functional_selu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.5947157Z test_contig_size1_large_dim_nn_functional_selu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.5975001Z test_contig_size1_large_dim_nn_functional_selu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.6003728Z test_contig_size1_large_dim_nn_functional_silu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.6032174Z test_contig_size1_large_dim_nn_functional_silu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.6064251Z test_contig_size1_large_dim_nn_functional_silu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.6090230Z test_contig_size1_large_dim_nn_functional_silu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.6117862Z test_contig_size1_large_dim_nn_functional_softsign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.6144585Z test_contig_size1_large_dim_nn_functional_softsign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.6173507Z test_contig_size1_large_dim_nn_functional_softsign_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.6203332Z test_contig_size1_large_dim_nn_functional_softsign_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.6231036Z test_contig_size1_large_dim_nn_functional_softsign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.6258300Z test_contig_size1_large_dim_nn_functional_softsign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.6290577Z test_contig_size1_large_dim_nn_functional_softsign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.6317410Z test_contig_size1_large_dim_nn_functional_softsign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.6344042Z test_contig_size1_large_dim_nn_functional_softsign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.6370542Z test_contig_size1_large_dim_nn_functional_softsign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.6397403Z test_contig_size1_large_dim_nn_functional_softsign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.6424067Z test_contig_size1_large_dim_nn_functional_softsign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.6450962Z test_contig_size1_large_dim_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.6479594Z test_contig_size1_large_dim_nn_functional_tanhshrink_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.6513151Z test_contig_size1_large_dim_nn_functional_tanhshrink_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.6540395Z test_contig_size1_large_dim_nn_functional_tanhshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.6567082Z test_contig_size1_large_dim_nn_functional_tanhshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.6593670Z test_contig_size1_large_dim_nn_functional_tanhshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.6619746Z test_contig_size1_large_dim_nn_functional_tanhshrink_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:28.6645605Z test_contig_size1_large_dim_nn_functional_tanhshrink_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.6671910Z test_contig_size1_large_dim_nn_functional_tanhshrink_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.6697992Z test_contig_size1_large_dim_nn_functional_tanhshrink_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.6729534Z test_contig_size1_large_dim_nn_functional_tanhshrink_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.6755523Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:28.6782645Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.6809024Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.6835422Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.6860899Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:28.6886588Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:28.6912510Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:28.6943580Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.6969316Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:28.6995043Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:28.7022038Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.7048331Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.7074833Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.7100484Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:28.7126249Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:28.7157324Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.7183206Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:28.7208780Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:28.7234392Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:28.7261330Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.7287750Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.7336587Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:30:28.7362673Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:28.7396435Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.7422123Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:28.7447690Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:28.7473594Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:28.7498935Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:28.7527596Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.7555606Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.7602631Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:30:28.7633530Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.7659228Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:28.7684826Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:28.7710742Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:28.7735918Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:28.7761527Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:28.7788760Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.7819991Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.7866274Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:30:28.7891730Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:28.7917571Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:28.7943603Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:28.7970637Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.7998021Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.8026369Z test_contig_size1_large_dim_positive_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.8060793Z test_contig_size1_large_dim_positive_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.8090506Z test_contig_size1_large_dim_positive_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.8118710Z test_contig_size1_large_dim_positive_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.8146846Z test_contig_size1_large_dim_positive_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.8174458Z test_contig_size1_large_dim_positive_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.8199326Z test_contig_size1_large_dim_positive_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:28.8224971Z test_contig_size1_large_dim_positive_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:28.8249685Z test_contig_size1_large_dim_positive_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:28.8280345Z test_contig_size1_large_dim_positive_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.8305734Z test_contig_size1_large_dim_positive_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:28.8333964Z test_contig_size1_large_dim_rad2deg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.8361851Z test_contig_size1_large_dim_rad2deg_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.8390442Z test_contig_size1_large_dim_rad2deg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.8418447Z test_contig_size1_large_dim_rad2deg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.8444923Z test_contig_size1_large_dim_rad2deg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.8471152Z test_contig_size1_large_dim_rad2deg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.8502362Z test_contig_size1_large_dim_rad2deg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.8528358Z test_contig_size1_large_dim_rad2deg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:28.8554311Z test_contig_size1_large_dim_rad2deg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:28.8580101Z test_contig_size1_large_dim_rad2deg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:28.8606456Z test_contig_size1_large_dim_real_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.8629934Z test_contig_size1_large_dim_real_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:28.8657338Z test_contig_size1_large_dim_real_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.8685118Z test_contig_size1_large_dim_real_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.8720169Z test_contig_size1_large_dim_real_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.8748351Z test_contig_size1_large_dim_real_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.8776256Z test_contig_size1_large_dim_real_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.8803905Z test_contig_size1_large_dim_real_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.8829662Z test_contig_size1_large_dim_real_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:28.8854654Z test_contig_size1_large_dim_real_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:28.8879508Z test_contig_size1_large_dim_real_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:28.8905033Z test_contig_size1_large_dim_real_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:28.8935252Z test_contig_size1_large_dim_real_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.8963838Z test_contig_size1_large_dim_reciprocal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.8991381Z test_contig_size1_large_dim_reciprocal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.9020776Z test_contig_size1_large_dim_reciprocal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.9050690Z test_contig_size1_large_dim_reciprocal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.9079338Z test_contig_size1_large_dim_reciprocal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.9108018Z test_contig_size1_large_dim_reciprocal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.9135744Z test_contig_size1_large_dim_reciprocal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.9168666Z test_contig_size1_large_dim_reciprocal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.9194473Z test_contig_size1_large_dim_reciprocal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:28.9219888Z test_contig_size1_large_dim_reciprocal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:28.9245695Z test_contig_size1_large_dim_reciprocal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:28.9271435Z test_contig_size1_large_dim_reciprocal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:28.9297872Z test_contig_size1_large_dim_round_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.9324639Z test_contig_size1_large_dim_round_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.9351391Z test_contig_size1_large_dim_round_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.9383226Z test_contig_size1_large_dim_round_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.9410173Z test_contig_size1_large_dim_round_decimals_0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.9436918Z test_contig_size1_large_dim_round_decimals_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.9463754Z test_contig_size1_large_dim_round_decimals_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.9489653Z test_contig_size1_large_dim_round_decimals_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.9516341Z test_contig_size1_large_dim_round_decimals_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.9543412Z test_contig_size1_large_dim_round_decimals_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.9570165Z test_contig_size1_large_dim_round_decimals_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.9602151Z test_contig_size1_large_dim_round_decimals_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.9632664Z test_contig_size1_large_dim_round_decimals_neg_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.9659260Z test_contig_size1_large_dim_round_decimals_neg_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.9686078Z test_contig_size1_large_dim_round_decimals_neg_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.9712569Z test_contig_size1_large_dim_round_decimals_neg_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.9738980Z test_contig_size1_large_dim_rsqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.9764617Z test_contig_size1_large_dim_rsqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:28.9792655Z test_contig_size1_large_dim_rsqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.9826346Z test_contig_size1_large_dim_rsqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.9852867Z test_contig_size1_large_dim_rsqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.9879653Z test_contig_size1_large_dim_rsqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.9905981Z test_contig_size1_large_dim_rsqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:28.9931802Z test_contig_size1_large_dim_rsqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:28.9957414Z test_contig_size1_large_dim_rsqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:28.9983361Z test_contig_size1_large_dim_rsqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.0010570Z test_contig_size1_large_dim_rsqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.0042959Z test_contig_size1_large_dim_rsqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.0069732Z test_contig_size1_large_dim_sgn_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.0093291Z test_contig_size1_large_dim_sgn_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.0120934Z test_contig_size1_large_dim_sgn_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.0149225Z test_contig_size1_large_dim_sgn_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.0177197Z test_contig_size1_large_dim_sgn_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.0204078Z test_contig_size1_large_dim_sgn_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.0231032Z test_contig_size1_large_dim_sgn_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.0262778Z test_contig_size1_large_dim_sgn_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.0286544Z test_contig_size1_large_dim_sgn_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.0310343Z test_contig_size1_large_dim_sgn_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.0333583Z test_contig_size1_large_dim_sgn_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.0357301Z test_contig_size1_large_dim_sgn_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.0381094Z test_contig_size1_large_dim_sgn_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.0407552Z test_contig_size1_large_dim_sigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.0433290Z test_contig_size1_large_dim_sigmoid_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.0468383Z test_contig_size1_large_dim_sigmoid_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.0497550Z test_contig_size1_large_dim_sigmoid_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.0525938Z test_contig_size1_large_dim_sigmoid_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.0552735Z test_contig_size1_large_dim_sigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.0579585Z test_contig_size1_large_dim_sigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.0605746Z test_contig_size1_large_dim_sigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.0631564Z test_contig_size1_large_dim_sigmoid_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.0657205Z test_contig_size1_large_dim_sigmoid_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.0688043Z test_contig_size1_large_dim_sigmoid_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.0713856Z test_contig_size1_large_dim_sigmoid_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.0739452Z test_contig_size1_large_dim_sigmoid_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.0766107Z test_contig_size1_large_dim_sign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.0790063Z test_contig_size1_large_dim_sign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.0816537Z test_contig_size1_large_dim_sign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.0843269Z test_contig_size1_large_dim_sign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.0869876Z test_contig_size1_large_dim_sign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.0898805Z test_contig_size1_large_dim_sign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.0922580Z test_contig_size1_large_dim_sign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.0946376Z test_contig_size1_large_dim_sign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.0969759Z test_contig_size1_large_dim_sign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.0993612Z test_contig_size1_large_dim_sign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.1019779Z test_contig_size1_large_dim_signbit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.1045385Z test_contig_size1_large_dim_signbit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.1071945Z test_contig_size1_large_dim_signbit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.1103617Z test_contig_size1_large_dim_signbit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.1129798Z test_contig_size1_large_dim_signbit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.1155578Z test_contig_size1_large_dim_signbit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.1180790Z test_contig_size1_large_dim_signbit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.1206501Z test_contig_size1_large_dim_signbit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.1232287Z test_contig_size1_large_dim_signbit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.1257613Z test_contig_size1_large_dim_signbit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.1286101Z test_contig_size1_large_dim_sin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.1317241Z test_contig_size1_large_dim_sin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.1345438Z test_contig_size1_large_dim_sin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.1373510Z test_contig_size1_large_dim_sin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.1400302Z test_contig_size1_large_dim_sin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.1427222Z test_contig_size1_large_dim_sin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.1453265Z test_contig_size1_large_dim_sin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.1479175Z test_contig_size1_large_dim_sin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.1510178Z test_contig_size1_large_dim_sin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.1535564Z test_contig_size1_large_dim_sin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.1561433Z test_contig_size1_large_dim_sin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.1589091Z test_contig_size1_large_dim_sin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.1616808Z test_contig_size1_large_dim_sinc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.1642525Z test_contig_size1_large_dim_sinc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.1670462Z test_contig_size1_large_dim_sinc_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.1698836Z test_contig_size1_large_dim_sinc_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.1731115Z test_contig_size1_large_dim_sinc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.1757671Z test_contig_size1_large_dim_sinc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.1784049Z test_contig_size1_large_dim_sinc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.1811297Z test_contig_size1_large_dim_sinc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.1838987Z test_contig_size1_large_dim_sinc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.1866675Z test_contig_size1_large_dim_sinc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.1893850Z test_contig_size1_large_dim_sinc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.1921483Z test_contig_size1_large_dim_sinc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.1955437Z test_contig_size1_large_dim_sinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.1981026Z test_contig_size1_large_dim_sinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.2008707Z test_contig_size1_large_dim_sinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.2037676Z test_contig_size1_large_dim_sinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.2064235Z test_contig_size1_large_dim_sinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.2090657Z test_contig_size1_large_dim_sinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.2119061Z test_contig_size1_large_dim_sinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.2145053Z test_contig_size1_large_dim_sinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.2176105Z test_contig_size1_large_dim_sinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.2202009Z test_contig_size1_large_dim_sinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.2227853Z test_contig_size1_large_dim_sinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.2253517Z test_contig_size1_large_dim_sinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.2280394Z test_contig_size1_large_dim_special_entr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.2306278Z test_contig_size1_large_dim_special_entr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.2332998Z test_contig_size1_large_dim_special_entr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.2359817Z test_contig_size1_large_dim_special_entr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.2392639Z test_contig_size1_large_dim_special_entr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.2417727Z test_contig_size1_large_dim_special_entr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.2443465Z test_contig_size1_large_dim_special_entr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.2469118Z test_contig_size1_large_dim_special_entr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.2494599Z test_contig_size1_large_dim_special_entr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.2520459Z test_contig_size1_large_dim_special_entr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.2546302Z test_contig_size1_large_dim_special_erfcx_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.2572920Z test_contig_size1_large_dim_special_erfcx_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.2606291Z test_contig_size1_large_dim_special_erfcx_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.2631820Z test_contig_size1_large_dim_special_erfcx_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.2657193Z test_contig_size1_large_dim_special_erfcx_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.2682745Z test_contig_size1_large_dim_special_erfcx_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.2708795Z test_contig_size1_large_dim_special_erfcx_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.2734004Z test_contig_size1_large_dim_special_erfcx_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.2760733Z test_contig_size1_large_dim_special_i0e_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.2787032Z test_contig_size1_large_dim_special_i0e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.2818513Z test_contig_size1_large_dim_special_i0e_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.2845235Z test_contig_size1_large_dim_special_i0e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.2871512Z test_contig_size1_large_dim_special_i0e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.2897186Z test_contig_size1_large_dim_special_i0e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.2922796Z test_contig_size1_large_dim_special_i0e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.2948740Z test_contig_size1_large_dim_special_i0e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.2974247Z test_contig_size1_large_dim_special_i0e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.3000241Z test_contig_size1_large_dim_special_i0e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.3033090Z test_contig_size1_large_dim_special_i1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.3061524Z test_contig_size1_large_dim_special_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.3089293Z test_contig_size1_large_dim_special_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.3116773Z test_contig_size1_large_dim_special_i1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.3144544Z test_contig_size1_large_dim_special_i1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.3171781Z test_contig_size1_large_dim_special_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.3199338Z test_contig_size1_large_dim_special_i1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.3226732Z test_contig_size1_large_dim_special_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.3257614Z test_contig_size1_large_dim_special_i1e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.3285733Z test_contig_size1_large_dim_special_i1e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.3311965Z test_contig_size1_large_dim_special_i1e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.3337339Z test_contig_size1_large_dim_special_i1e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.3363399Z test_contig_size1_large_dim_special_i1e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.3389286Z test_contig_size1_large_dim_special_i1e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.3414702Z test_contig_size1_large_dim_special_i1e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.3440803Z test_contig_size1_large_dim_special_i1e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.3471838Z test_contig_size1_large_dim_special_log_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.3498203Z test_contig_size1_large_dim_special_log_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.3524708Z test_contig_size1_large_dim_special_log_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.3550326Z test_contig_size1_large_dim_special_log_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.3575970Z test_contig_size1_large_dim_special_log_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.3601787Z test_contig_size1_large_dim_special_log_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.3627557Z test_contig_size1_large_dim_special_log_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.3653322Z test_contig_size1_large_dim_special_log_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.3685883Z test_contig_size1_large_dim_special_ndtr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.3712290Z test_contig_size1_large_dim_special_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.3739778Z test_contig_size1_large_dim_special_ndtr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.3767268Z test_contig_size1_large_dim_special_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.3794740Z test_contig_size1_large_dim_special_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.3821000Z test_contig_size1_large_dim_special_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.3847549Z test_contig_size1_large_dim_special_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.3874335Z test_contig_size1_large_dim_special_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.3906326Z test_contig_size1_large_dim_special_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.3932813Z test_contig_size1_large_dim_special_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.3960502Z test_contig_size1_large_dim_special_ndtri_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.3989243Z test_contig_size1_large_dim_special_ndtri_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.4015154Z test_contig_size1_large_dim_special_ndtri_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.4040876Z test_contig_size1_large_dim_special_ndtri_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.4066822Z test_contig_size1_large_dim_special_ndtri_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.4092479Z test_contig_size1_large_dim_special_ndtri_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.4125183Z test_contig_size1_large_dim_special_ndtri_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.4152763Z test_contig_size1_large_dim_special_ndtri_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.4179895Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.4208314Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.4236732Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.4265123Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.4292693Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.4320122Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.4351638Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.4377079Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.4402967Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.4429856Z test_contig_size1_large_dim_sqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.4455375Z test_contig_size1_large_dim_sqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.4483473Z test_contig_size1_large_dim_sqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.4512255Z test_contig_size1_large_dim_sqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.4538668Z test_contig_size1_large_dim_sqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.4570819Z test_contig_size1_large_dim_sqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.4597295Z test_contig_size1_large_dim_sqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.4622874Z test_contig_size1_large_dim_sqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.4649262Z test_contig_size1_large_dim_sqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.4675141Z test_contig_size1_large_dim_sqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.4700980Z test_contig_size1_large_dim_sqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.4726414Z test_contig_size1_large_dim_sqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.4754010Z test_contig_size1_large_dim_square_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.4783651Z test_contig_size1_large_dim_square_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.4813155Z test_contig_size1_large_dim_square_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.4843961Z test_contig_size1_large_dim_square_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.4871972Z test_contig_size1_large_dim_square_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.4900764Z test_contig_size1_large_dim_square_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.4928799Z test_contig_size1_large_dim_square_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.4954738Z test_contig_size1_large_dim_square_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.4980657Z test_contig_size1_large_dim_square_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.5009414Z test_contig_size1_large_dim_square_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.5033591Z test_contig_size1_large_dim_square_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.5057093Z test_contig_size1_large_dim_square_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.5083816Z test_contig_size1_large_dim_tan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.5109684Z test_contig_size1_large_dim_tan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.5138140Z test_contig_size1_large_dim_tan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.5166190Z test_contig_size1_large_dim_tan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.5199514Z test_contig_size1_large_dim_tan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.5225953Z test_contig_size1_large_dim_tan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.5251962Z test_contig_size1_large_dim_tan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.5277769Z test_contig_size1_large_dim_tan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.5303449Z test_contig_size1_large_dim_tan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.5328783Z test_contig_size1_large_dim_tan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.5354632Z test_contig_size1_large_dim_tan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.5380262Z test_contig_size1_large_dim_tan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.5414127Z test_contig_size1_large_dim_tanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.5441530Z test_contig_size1_large_dim_tanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.5471290Z test_contig_size1_large_dim_tanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.5501206Z test_contig_size1_large_dim_tanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.5529532Z test_contig_size1_large_dim_tanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.5558044Z test_contig_size1_large_dim_tanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.5586255Z test_contig_size1_large_dim_tanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.5614306Z test_contig_size1_large_dim_tanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.5646624Z test_contig_size1_large_dim_tanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.5674284Z test_contig_size1_large_dim_tanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.5701503Z test_contig_size1_large_dim_tanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.5728705Z test_contig_size1_large_dim_tanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.5757174Z test_contig_size1_large_dim_trunc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.5785847Z test_contig_size1_large_dim_trunc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.5813928Z test_contig_size1_large_dim_trunc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.5841237Z test_contig_size1_large_dim_trunc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.5869943Z test_contig_size1_lgamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.5893931Z test_contig_size1_lgamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.5918391Z test_contig_size1_lgamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.5942650Z test_contig_size1_lgamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.5966006Z test_contig_size1_lgamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.5989550Z test_contig_size1_lgamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.6013064Z test_contig_size1_lgamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.6036621Z test_contig_size1_lgamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.6065607Z test_contig_size1_lgamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.6089667Z test_contig_size1_log10_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.6112999Z test_contig_size1_log10_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.6138261Z test_contig_size1_log10_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.6164094Z test_contig_size1_log10_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.6188929Z test_contig_size1_log10_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.6212666Z test_contig_size1_log10_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.6237283Z test_contig_size1_log10_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.6266274Z test_contig_size1_log10_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.6289341Z test_contig_size1_log10_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.6312900Z test_contig_size1_log10_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.6336163Z test_contig_size1_log10_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.6359777Z test_contig_size1_log10_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.6385782Z test_contig_size1_log1p_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.6410446Z test_contig_size1_log1p_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.6436416Z test_contig_size1_log1p_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.6467876Z test_contig_size1_log1p_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.6492999Z test_contig_size1_log1p_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.6518442Z test_contig_size1_log1p_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.6542120Z test_contig_size1_log1p_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.6565253Z test_contig_size1_log1p_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.6588959Z test_contig_size1_log1p_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.6612034Z test_contig_size1_log1p_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.6636575Z test_contig_size1_log2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.6665490Z test_contig_size1_log2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.6690703Z test_contig_size1_log2_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.6716452Z test_contig_size1_log2_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.6740642Z test_contig_size1_log2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.6765149Z test_contig_size1_log2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.6789274Z test_contig_size1_log2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.6812674Z test_contig_size1_log2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.6836398Z test_contig_size1_log2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.6865331Z test_contig_size1_log2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.6888571Z test_contig_size1_log2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.6912051Z test_contig_size1_log2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.6936370Z test_contig_size1_log_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.6960088Z test_contig_size1_log_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.6985561Z test_contig_size1_log_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.7011053Z test_contig_size1_log_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.7038564Z test_contig_size1_log_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.7069441Z test_contig_size1_log_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.7093658Z test_contig_size1_log_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.7117760Z test_contig_size1_log_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.7141474Z test_contig_size1_log_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.7164906Z test_contig_size1_log_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.7188391Z test_contig_size1_log_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.7213233Z test_contig_size1_log_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.7238438Z test_contig_size1_log_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.7268190Z test_contig_size1_logical_not_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.7289814Z test_contig_size1_logical_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.7313443Z test_contig_size1_logical_not_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.7337104Z test_contig_size1_logical_not_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.7363002Z test_contig_size1_logical_not_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.7387288Z test_contig_size1_logical_not_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.7411471Z test_contig_size1_logical_not_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.7434930Z test_contig_size1_logical_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.7462521Z test_contig_size1_logical_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.7483976Z test_contig_size1_logical_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.7506145Z test_contig_size1_logical_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.7527642Z test_contig_size1_logical_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.7552315Z test_contig_size1_logit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.7575371Z test_contig_size1_logit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.7599930Z test_contig_size1_logit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.7624605Z test_contig_size1_logit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.7655162Z test_contig_size1_logit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.7678669Z test_contig_size1_logit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.7702251Z test_contig_size1_logit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.7725517Z test_contig_size1_logit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.7750160Z test_contig_size1_logit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.7772932Z test_contig_size1_logit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.7799287Z test_contig_size1_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.7826171Z test_contig_size1_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.7857093Z test_contig_size1_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.7882937Z test_contig_size1_mvlgamma_mvlgamma_p_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.7908466Z test_contig_size1_mvlgamma_mvlgamma_p_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.7934058Z test_contig_size1_mvlgamma_mvlgamma_p_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.7959697Z test_contig_size1_mvlgamma_mvlgamma_p_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.7985405Z test_contig_size1_mvlgamma_mvlgamma_p_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.8011916Z test_contig_size1_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.8038389Z test_contig_size1_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.8069998Z test_contig_size1_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.8095442Z test_contig_size1_mvlgamma_mvlgamma_p_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.8121108Z test_contig_size1_mvlgamma_mvlgamma_p_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.8146855Z test_contig_size1_mvlgamma_mvlgamma_p_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.8172403Z test_contig_size1_mvlgamma_mvlgamma_p_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.8198035Z test_contig_size1_mvlgamma_mvlgamma_p_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.8224721Z test_contig_size1_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.8250975Z test_contig_size1_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.8282485Z test_contig_size1_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.8308338Z test_contig_size1_mvlgamma_mvlgamma_p_5_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.8333851Z test_contig_size1_mvlgamma_mvlgamma_p_5_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.8359690Z test_contig_size1_mvlgamma_mvlgamma_p_5_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.8385400Z test_contig_size1_mvlgamma_mvlgamma_p_5_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.8410804Z test_contig_size1_mvlgamma_mvlgamma_p_5_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.8435597Z test_contig_size1_nan_to_num_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.8457320Z test_contig_size1_nan_to_num_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.8487152Z test_contig_size1_nan_to_num_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.8511813Z test_contig_size1_nan_to_num_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.8535667Z test_contig_size1_nan_to_num_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.8557629Z test_contig_size1_nan_to_num_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.8579207Z test_contig_size1_nan_to_num_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.8600676Z test_contig_size1_nan_to_num_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.8622957Z test_contig_size1_nan_to_num_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.8649801Z test_contig_size1_nan_to_num_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.8674251Z test_contig_size1_neg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.8699350Z test_contig_size1_neg_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.8725088Z test_contig_size1_neg_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.8750975Z test_contig_size1_neg_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.8775124Z test_contig_size1_neg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.8799779Z test_contig_size1_neg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.8823837Z test_contig_size1_neg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.8850716Z test_contig_size1_neg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.8872557Z test_contig_size1_neg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.8893667Z test_contig_size1_neg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.8915449Z test_contig_size1_neg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.8937014Z test_contig_size1_neg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.8961611Z test_contig_size1_nn_functional_celu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.8986120Z test_contig_size1_nn_functional_celu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.9010468Z test_contig_size1_nn_functional_celu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.9040344Z test_contig_size1_nn_functional_celu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.9064786Z test_contig_size1_nn_functional_elu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.9089083Z test_contig_size1_nn_functional_elu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.9113682Z test_contig_size1_nn_functional_elu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.9137640Z test_contig_size1_nn_functional_elu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.9162119Z test_contig_size1_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.9186936Z test_contig_size1_nn_functional_hardsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.9212647Z test_contig_size1_nn_functional_hardsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.9243890Z test_contig_size1_nn_functional_hardsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.9269958Z test_contig_size1_nn_functional_logsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.9295753Z test_contig_size1_nn_functional_logsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.9321628Z test_contig_size1_nn_functional_logsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.9347766Z test_contig_size1_nn_functional_mish_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.9373360Z test_contig_size1_nn_functional_mish_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.9397956Z test_contig_size1_nn_functional_mish_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.9422125Z test_contig_size1_nn_functional_mish_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.9454081Z test_contig_size1_nn_functional_rrelu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.9480675Z test_contig_size1_nn_functional_rrelu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.9507469Z test_contig_size1_nn_functional_rrelu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.9533320Z test_contig_size1_nn_functional_rrelu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.9557729Z test_contig_size1_nn_functional_selu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.9582266Z test_contig_size1_nn_functional_selu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.9606630Z test_contig_size1_nn_functional_selu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.9630717Z test_contig_size1_nn_functional_selu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.9660583Z test_contig_size1_nn_functional_silu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.9685071Z test_contig_size1_nn_functional_silu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.9709572Z test_contig_size1_nn_functional_silu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.9733613Z test_contig_size1_nn_functional_silu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.9758754Z test_contig_size1_nn_functional_softsign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.9783031Z test_contig_size1_nn_functional_softsign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.9809518Z test_contig_size1_nn_functional_softsign_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.9836752Z test_contig_size1_nn_functional_softsign_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.9868682Z test_contig_size1_nn_functional_softsign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:29.9893639Z test_contig_size1_nn_functional_softsign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.9918591Z test_contig_size1_nn_functional_softsign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.9943141Z test_contig_size1_nn_functional_softsign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.9967301Z test_contig_size1_nn_functional_softsign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:29.9991759Z test_contig_size1_nn_functional_softsign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.0015905Z test_contig_size1_nn_functional_softsign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.0040457Z test_contig_size1_nn_functional_softsign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.0071932Z test_contig_size1_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:30.0097304Z test_contig_size1_nn_functional_tanhshrink_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.0123401Z test_contig_size1_nn_functional_tanhshrink_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:30.0148248Z test_contig_size1_nn_functional_tanhshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.0172558Z test_contig_size1_nn_functional_tanhshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.0196915Z test_contig_size1_nn_functional_tanhshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.0220507Z test_contig_size1_nn_functional_tanhshrink_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.0244452Z test_contig_size1_nn_functional_tanhshrink_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.0273548Z test_contig_size1_nn_functional_tanhshrink_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:30.0297035Z test_contig_size1_nn_functional_tanhshrink_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.0320643Z test_contig_size1_nn_functional_tanhshrink_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.0344121Z test_contig_size1_polygamma_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.0369631Z test_contig_size1_polygamma_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.0395663Z test_contig_size1_polygamma_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.0421274Z test_contig_size1_polygamma_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.0446281Z test_contig_size1_polygamma_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.0476879Z test_contig_size1_polygamma_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:30.0501773Z test_contig_size1_polygamma_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.0526732Z test_contig_size1_polygamma_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.0551858Z test_contig_size1_polygamma_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.0576518Z test_contig_size1_polygamma_polygamma_n_1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.0602417Z test_contig_size1_polygamma_polygamma_n_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.0628438Z test_contig_size1_polygamma_polygamma_n_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.0653835Z test_contig_size1_polygamma_polygamma_n_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.0684089Z test_contig_size1_polygamma_polygamma_n_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:30.0709095Z test_contig_size1_polygamma_polygamma_n_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.0734111Z test_contig_size1_polygamma_polygamma_n_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.0759152Z test_contig_size1_polygamma_polygamma_n_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.0784068Z test_contig_size1_polygamma_polygamma_n_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.0808959Z test_contig_size1_polygamma_polygamma_n_2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.0834745Z test_contig_size1_polygamma_polygamma_n_2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.0859048Z test_contig_size1_polygamma_polygamma_n_2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.0888635Z test_contig_size1_polygamma_polygamma_n_2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:30.0912357Z test_contig_size1_polygamma_polygamma_n_2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.0935513Z test_contig_size1_polygamma_polygamma_n_2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.0959065Z test_contig_size1_polygamma_polygamma_n_2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.0982650Z test_contig_size1_polygamma_polygamma_n_2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.1005933Z test_contig_size1_polygamma_polygamma_n_2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.1029523Z test_contig_size1_polygamma_polygamma_n_3_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.1053841Z test_contig_size1_polygamma_polygamma_n_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.1083585Z test_contig_size1_polygamma_polygamma_n_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:30.1107445Z test_contig_size1_polygamma_polygamma_n_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.1130670Z test_contig_size1_polygamma_polygamma_n_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.1154145Z test_contig_size1_polygamma_polygamma_n_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.1177405Z test_contig_size1_polygamma_polygamma_n_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.1201199Z test_contig_size1_polygamma_polygamma_n_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.1224942Z test_contig_size1_polygamma_polygamma_n_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.1248085Z test_contig_size1_polygamma_polygamma_n_4_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.1277937Z test_contig_size1_polygamma_polygamma_n_4_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:30.1302266Z test_contig_size1_polygamma_polygamma_n_4_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.1326080Z test_contig_size1_polygamma_polygamma_n_4_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.1350111Z test_contig_size1_polygamma_polygamma_n_4_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.1373210Z test_contig_size1_polygamma_polygamma_n_4_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.1396748Z test_contig_size1_polygamma_polygamma_n_4_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.1420017Z test_contig_size1_polygamma_polygamma_n_4_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.1443635Z test_contig_size1_polygamma_polygamma_n_4_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.1473119Z test_contig_size1_positive_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:30.1498086Z test_contig_size1_positive_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.1523919Z test_contig_size1_positive_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.1548187Z test_contig_size1_positive_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.1572079Z test_contig_size1_positive_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.1595923Z test_contig_size1_positive_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.1617504Z test_contig_size1_positive_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.1640452Z test_contig_size1_positive_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.1668326Z test_contig_size1_positive_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:30.1689432Z test_contig_size1_positive_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.1711051Z test_contig_size1_positive_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.1735568Z test_contig_size1_rad2deg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.1759397Z test_contig_size1_rad2deg_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.1783855Z test_contig_size1_rad2deg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.1808237Z test_contig_size1_rad2deg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.1832827Z test_contig_size1_rad2deg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.1861636Z test_contig_size1_rad2deg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:30.1885199Z test_contig_size1_rad2deg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.1908970Z test_contig_size1_rad2deg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.1932621Z test_contig_size1_rad2deg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.1956310Z test_contig_size1_rad2deg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.1982054Z test_contig_size1_real_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.2004564Z test_contig_size1_real_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.2036616Z test_contig_size1_real_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:30.2063418Z test_contig_size1_real_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:30.2088486Z test_contig_size1_real_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.2112659Z test_contig_size1_real_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.2136669Z test_contig_size1_real_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.2160441Z test_contig_size1_real_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.2181818Z test_contig_size1_real_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.2202976Z test_contig_size1_real_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.2229968Z test_contig_size1_real_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:30.2251051Z test_contig_size1_real_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.2272293Z test_contig_size1_real_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.2296579Z test_contig_size1_reciprocal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.2320047Z test_contig_size1_reciprocal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.2345892Z test_contig_size1_reciprocal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.2371402Z test_contig_size1_reciprocal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.2395717Z test_contig_size1_reciprocal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.2427204Z test_contig_size1_reciprocal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:30.2450866Z test_contig_size1_reciprocal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.2474363Z test_contig_size1_reciprocal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.2497438Z test_contig_size1_reciprocal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.2522675Z test_contig_size1_reciprocal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.2547778Z test_contig_size1_reciprocal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.2572477Z test_contig_size1_reciprocal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.2598334Z test_contig_size1_round_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.2629675Z test_contig_size1_round_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:30.2655290Z test_contig_size1_round_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.2679964Z test_contig_size1_round_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.2704151Z test_contig_size1_round_decimals_0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.2728231Z test_contig_size1_round_decimals_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.2753177Z test_contig_size1_round_decimals_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.2777181Z test_contig_size1_round_decimals_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.2801322Z test_contig_size1_round_decimals_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.2831230Z test_contig_size1_round_decimals_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:30.2855289Z test_contig_size1_round_decimals_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.2879374Z test_contig_size1_round_decimals_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.2903764Z test_contig_size1_round_decimals_neg_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.2927953Z test_contig_size1_round_decimals_neg_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.2952755Z test_contig_size1_round_decimals_neg_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.2976361Z test_contig_size1_round_decimals_neg_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.3000779Z test_contig_size1_rsqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.3029455Z test_contig_size1_rsqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:30.3054722Z test_contig_size1_rsqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.3080757Z test_contig_size1_rsqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:30.3106752Z test_contig_size1_rsqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.3132552Z test_contig_size1_rsqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.3158022Z test_contig_size1_rsqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.3183337Z test_contig_size1_rsqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.3207810Z test_contig_size1_rsqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.3237524Z test_contig_size1_rsqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:30.3260740Z test_contig_size1_rsqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.3284172Z test_contig_size1_rsqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.3308652Z test_contig_size1_sgn_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.3330018Z test_contig_size1_sgn_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.3355516Z test_contig_size1_sgn_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.3380964Z test_contig_size1_sgn_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.3406818Z test_contig_size1_sgn_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.3436819Z test_contig_size1_sgn_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:30.3460786Z test_contig_size1_sgn_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.3484666Z test_contig_size1_sgn_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.3508230Z test_contig_size1_sgn_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.3531091Z test_contig_size1_sgn_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.3553646Z test_contig_size1_sgn_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.3576465Z test_contig_size1_sgn_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.3599659Z test_contig_size1_sgn_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.3631300Z test_contig_size1_sigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:30.3655650Z test_contig_size1_sigmoid_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.3683577Z test_contig_size1_sigmoid_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:30.3711143Z test_contig_size1_sigmoid_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:30.3738478Z test_contig_size1_sigmoid_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:30.3764528Z test_contig_size1_sigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:30.3790613Z test_contig_size1_sigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.3815681Z test_contig_size1_sigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.3846385Z test_contig_size1_sigmoid_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:30.3871019Z test_contig_size1_sigmoid_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.3894162Z test_contig_size1_sigmoid_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.3917529Z test_contig_size1_sigmoid_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.3941534Z test_contig_size1_sigmoid_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.3965735Z test_contig_size1_sign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.3987302Z test_contig_size1_sign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.4011624Z test_contig_size1_sign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.4041386Z test_contig_size1_sign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:30.4065684Z test_contig_size1_sign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.4087134Z test_contig_size1_sign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.4109030Z test_contig_size1_sign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.4130198Z test_contig_size1_sign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.4153278Z test_contig_size1_sign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.4176020Z test_contig_size1_sign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.4201102Z test_contig_size1_signbit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.4228296Z test_contig_size1_signbit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:30.4250589Z test_contig_size1_signbit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.4273212Z test_contig_size1_signbit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.4295356Z test_contig_size1_signbit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.4317313Z test_contig_size1_signbit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.4339122Z test_contig_size1_signbit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.4360760Z test_contig_size1_signbit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.4382651Z test_contig_size1_signbit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.4409815Z test_contig_size1_signbit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:30.4434212Z test_contig_size1_sin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.4457360Z test_contig_size1_sin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.4482894Z test_contig_size1_sin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.4509155Z test_contig_size1_sin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.4533266Z test_contig_size1_sin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.4558896Z test_contig_size1_sin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.4584753Z test_contig_size1_sin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.4613418Z test_contig_size1_sin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:30.4637356Z test_contig_size1_sin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.4660656Z test_contig_size1_sin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.4683963Z test_contig_size1_sin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.4707690Z test_contig_size1_sin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.4731784Z test_contig_size1_sinc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.4755287Z test_contig_size1_sinc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.4780631Z test_contig_size1_sinc_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.4813613Z test_contig_size1_sinc_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:30.4838101Z test_contig_size1_sinc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.4862451Z test_contig_size1_sinc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.4886278Z test_contig_size1_sinc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.4909664Z test_contig_size1_sinc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.4933032Z test_contig_size1_sinc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.4956613Z test_contig_size1_sinc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.4980152Z test_contig_size1_sinc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.5008919Z test_contig_size1_sinc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:30.5033297Z test_contig_size1_sinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.5057946Z test_contig_size1_sinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.5085112Z test_contig_size1_sinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:30.5112182Z test_contig_size1_sinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:30.5136443Z test_contig_size1_sinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.5160893Z test_contig_size1_sinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.5185090Z test_contig_size1_sinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.5214958Z test_contig_size1_sinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:30.5238387Z test_contig_size1_sinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.5262122Z test_contig_size1_sinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.5285343Z test_contig_size1_sinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.5309033Z test_contig_size1_sinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.5333070Z test_contig_size1_special_entr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.5357809Z test_contig_size1_special_entr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.5388496Z test_contig_size1_special_entr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:30.5412570Z test_contig_size1_special_entr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.5436535Z test_contig_size1_special_entr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.5459756Z test_contig_size1_special_entr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.5483356Z test_contig_size1_special_entr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.5506966Z test_contig_size1_special_entr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.5530286Z test_contig_size1_special_entr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.5555370Z test_contig_size1_special_entr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.5585953Z test_contig_size1_special_erfcx_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:30.5611378Z test_contig_size1_special_erfcx_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.5637272Z test_contig_size1_special_erfcx_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.5662138Z test_contig_size1_special_erfcx_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.5687173Z test_contig_size1_special_erfcx_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.5710750Z test_contig_size1_special_erfcx_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.5734048Z test_contig_size1_special_erfcx_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.5757923Z test_contig_size1_special_erfcx_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.5787306Z test_contig_size1_special_i0e_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:30.5811015Z test_contig_size1_special_i0e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.5835205Z test_contig_size1_special_i0e_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.5859368Z test_contig_size1_special_i0e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.5882935Z test_contig_size1_special_i0e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.5906613Z test_contig_size1_special_i0e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.5929942Z test_contig_size1_special_i0e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.5953578Z test_contig_size1_special_i0e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.5982408Z test_contig_size1_special_i0e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:30.6005588Z test_contig_size1_special_i0e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.6029015Z test_contig_size1_special_i1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.6053264Z test_contig_size1_special_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.6077862Z test_contig_size1_special_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.6101217Z test_contig_size1_special_i1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.6124737Z test_contig_size1_special_i1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.6148390Z test_contig_size1_special_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.6176943Z test_contig_size1_special_i1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:30.6200428Z test_contig_size1_special_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.6223895Z test_contig_size1_special_i1e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.6248101Z test_contig_size1_special_i1e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.6272335Z test_contig_size1_special_i1e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.6295377Z test_contig_size1_special_i1e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.6318757Z test_contig_size1_special_i1e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.6342416Z test_contig_size1_special_i1e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.6372477Z test_contig_size1_special_i1e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:30.6395953Z test_contig_size1_special_i1e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.6419382Z test_contig_size1_special_log_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.6443819Z test_contig_size1_special_log_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.6468217Z test_contig_size1_special_log_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.6491246Z test_contig_size1_special_log_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.6514881Z test_contig_size1_special_log_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.6538045Z test_contig_size1_special_log_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.6568213Z test_contig_size1_special_log_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:30.6591744Z test_contig_size1_special_log_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.6616601Z test_contig_size1_special_ndtr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.6641256Z test_contig_size1_special_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.6667793Z test_contig_size1_special_ndtr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:30.6692847Z test_contig_size1_special_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.6719096Z test_contig_size1_special_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:30.6745064Z test_contig_size1_special_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.6774699Z test_contig_size1_special_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:30.6799307Z test_contig_size1_special_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.6823626Z test_contig_size1_special_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.6847863Z test_contig_size1_special_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.6872590Z test_contig_size1_special_ndtri_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.6896634Z test_contig_size1_special_ndtri_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.6920608Z test_contig_size1_special_ndtri_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.6944183Z test_contig_size1_special_ndtri_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.6972887Z test_contig_size1_special_ndtri_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:30.6996261Z test_contig_size1_special_ndtri_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.7019650Z test_contig_size1_special_ndtri_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.7043481Z test_contig_size1_special_ndtri_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.7066977Z test_contig_size1_special_polygamma_special_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.7091370Z test_contig_size1_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.7115880Z test_contig_size1_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.7139659Z test_contig_size1_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.7170039Z test_contig_size1_special_polygamma_special_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:30.7193663Z test_contig_size1_special_polygamma_special_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.7216935Z test_contig_size1_special_polygamma_special_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.7240575Z test_contig_size1_special_polygamma_special_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.7264150Z test_contig_size1_special_polygamma_special_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.7288342Z test_contig_size1_sqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.7311957Z test_contig_size1_sqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.7337459Z test_contig_size1_sqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.7368567Z test_contig_size1_sqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:30.7392769Z test_contig_size1_sqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.7416849Z test_contig_size1_sqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.7441231Z test_contig_size1_sqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.7464903Z test_contig_size1_sqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.7488120Z test_contig_size1_sqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.7511527Z test_contig_size1_sqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.7534752Z test_contig_size1_sqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.7565271Z test_contig_size1_sqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:30.7591431Z test_contig_size1_square_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.7612887Z test_contig_size1_square_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.7638483Z test_contig_size1_square_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.7664489Z test_contig_size1_square_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.7688688Z test_contig_size1_square_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.7713275Z test_contig_size1_square_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.7737155Z test_contig_size1_square_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.7764735Z test_contig_size1_square_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:30.7786335Z test_contig_size1_square_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.7808811Z test_contig_size1_square_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.7832049Z test_contig_size1_square_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.7855381Z test_contig_size1_square_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.7881165Z test_contig_size1_tan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:30.7906683Z test_contig_size1_tan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.7933329Z test_contig_size1_tan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:30.7966425Z test_contig_size1_tan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:30.7992561Z test_contig_size1_tan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:30.8018203Z test_contig_size1_tan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.8043818Z test_contig_size1_tan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.8069052Z test_contig_size1_tan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.8093716Z test_contig_size1_tan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.8118850Z test_contig_size1_tan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.8144089Z test_contig_size1_tan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.8174488Z test_contig_size1_tan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:30.8200094Z test_contig_size1_tanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.8223647Z test_contig_size1_tanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.8249153Z test_contig_size1_tanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.8276554Z test_contig_size1_tanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:30.8302243Z test_contig_size1_tanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.8327278Z test_contig_size1_tanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.8351582Z test_contig_size1_tanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.8380237Z test_contig_size1_tanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:30.8403711Z test_contig_size1_tanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.8427460Z test_contig_size1_tanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.8450915Z test_contig_size1_tanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.8476506Z test_contig_size1_tanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.8502194Z test_contig_size1_trunc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.8526461Z test_contig_size1_trunc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.8550954Z test_contig_size1_trunc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.8580029Z test_contig_size1_trunc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:30.8603172Z test_contig_vs_every_other_abs_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.8623567Z test_contig_vs_every_other_abs_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:30.8675312Z test_contig_vs_every_other_abs_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:30:31.4535418Z test_contig_vs_every_other_abs_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.586s) 2022-05-18T05:30:31.4588732Z test_contig_vs_every_other_abs_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:30:31.4612324Z test_contig_vs_every_other_abs_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:31.4642434Z test_contig_vs_every_other_abs_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:31.4665476Z test_contig_vs_every_other_abs_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:31.4686453Z test_contig_vs_every_other_abs_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:31.4706981Z test_contig_vs_every_other_abs_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:31.4726899Z test_contig_vs_every_other_abs_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:31.4747841Z test_contig_vs_every_other_abs_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:31.4768271Z test_contig_vs_every_other_abs_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:31.4791634Z test_contig_vs_every_other_acos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:31.4819713Z test_contig_vs_every_other_acos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:31.4844022Z test_contig_vs_every_other_acos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:31.4868785Z test_contig_vs_every_other_acos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:31.4891559Z test_contig_vs_every_other_acos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:31.4914929Z test_contig_vs_every_other_acos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:31.4937451Z test_contig_vs_every_other_acos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:31.4959869Z test_contig_vs_every_other_acos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:31.4982287Z test_contig_vs_every_other_acos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:31.5010023Z test_contig_vs_every_other_acos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:31.5033488Z test_contig_vs_every_other_acos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:31.5056691Z test_contig_vs_every_other_acos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:31.5081148Z test_contig_vs_every_other_acosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:31.5104694Z test_contig_vs_every_other_acosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:31.5129901Z test_contig_vs_every_other_acosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:31.5155642Z test_contig_vs_every_other_acosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:31.5179805Z test_contig_vs_every_other_acosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:31.5209489Z test_contig_vs_every_other_acosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:31.5232265Z test_contig_vs_every_other_acosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:31.5254428Z test_contig_vs_every_other_acosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:31.5278202Z test_contig_vs_every_other_acosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:31.5301751Z test_contig_vs_every_other_acosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:31.5325037Z test_contig_vs_every_other_acosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:31.5348604Z test_contig_vs_every_other_acosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:31.5372278Z test_contig_vs_every_other_angle_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:32.1428047Z test_contig_vs_every_other_angle_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.605s) 2022-05-18T05:30:32.7506556Z test_contig_vs_every_other_angle_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.608s) 2022-05-18T05:30:32.7559451Z test_contig_vs_every_other_angle_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:30:32.7583533Z test_contig_vs_every_other_angle_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:32.7606722Z test_contig_vs_every_other_angle_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:32.7630807Z test_contig_vs_every_other_angle_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:32.7653242Z test_contig_vs_every_other_angle_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:32.7675842Z test_contig_vs_every_other_angle_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:32.7704087Z test_contig_vs_every_other_angle_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:32.7727259Z test_contig_vs_every_other_angle_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:32.7752044Z test_contig_vs_every_other_asin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:32.7775139Z test_contig_vs_every_other_asin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:32.7800883Z test_contig_vs_every_other_asin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:32.7826449Z test_contig_vs_every_other_asin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:32.7849518Z test_contig_vs_every_other_asin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:32.7872619Z test_contig_vs_every_other_asin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:32.7900839Z test_contig_vs_every_other_asin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:32.7923161Z test_contig_vs_every_other_asin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:32.7945437Z test_contig_vs_every_other_asin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:32.7967343Z test_contig_vs_every_other_asin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:32.7989702Z test_contig_vs_every_other_asin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:32.8013028Z test_contig_vs_every_other_asin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:32.8037408Z test_contig_vs_every_other_asinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:32.8060596Z test_contig_vs_every_other_asinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:32.8091726Z test_contig_vs_every_other_asinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:32.8117329Z test_contig_vs_every_other_asinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:32.8141770Z test_contig_vs_every_other_asinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:32.8165637Z test_contig_vs_every_other_asinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:32.8190572Z test_contig_vs_every_other_asinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:32.8212825Z test_contig_vs_every_other_asinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:32.8235225Z test_contig_vs_every_other_asinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:32.8257357Z test_contig_vs_every_other_asinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:32.8285197Z test_contig_vs_every_other_asinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:32.8307441Z test_contig_vs_every_other_asinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:32.8330404Z test_contig_vs_every_other_atan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:32.8353062Z test_contig_vs_every_other_atan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:32.8376481Z test_contig_vs_every_other_atan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:32.8402508Z test_contig_vs_every_other_atan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:32.8426891Z test_contig_vs_every_other_atan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:32.8451040Z test_contig_vs_every_other_atan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:32.8480459Z test_contig_vs_every_other_atan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:32.8502777Z test_contig_vs_every_other_atan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:32.8524429Z test_contig_vs_every_other_atan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:32.8548072Z test_contig_vs_every_other_atan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:32.8571035Z test_contig_vs_every_other_atan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:32.8594172Z test_contig_vs_every_other_atan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:32.8617152Z test_contig_vs_every_other_atanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:32.8639654Z test_contig_vs_every_other_atanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:32.8669536Z test_contig_vs_every_other_atanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:32.8693608Z test_contig_vs_every_other_atanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:32.8716893Z test_contig_vs_every_other_atanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:32.8739799Z test_contig_vs_every_other_atanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:32.8762371Z test_contig_vs_every_other_atanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:32.8784709Z test_contig_vs_every_other_atanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:32.8806625Z test_contig_vs_every_other_atanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:32.8829128Z test_contig_vs_every_other_atanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:32.8856984Z test_contig_vs_every_other_atanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:32.8879189Z test_contig_vs_every_other_atanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:32.8900567Z test_contig_vs_every_other_bitwise_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:32.8922306Z test_contig_vs_every_other_bitwise_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:32.8944261Z test_contig_vs_every_other_bitwise_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:32.8965643Z test_contig_vs_every_other_bitwise_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:32.8996847Z test_contig_vs_every_other_bitwise_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:32.9008917Z test_contig_vs_every_other_bitwise_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:32.9038888Z test_contig_vs_every_other_ceil_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:32.9063231Z test_contig_vs_every_other_ceil_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:32.9087206Z test_contig_vs_every_other_ceil_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:32.9111309Z test_contig_vs_every_other_ceil_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:32.9135776Z test_contig_vs_every_other_clamp_scalar_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:32.9156542Z test_contig_vs_every_other_clamp_scalar_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:32.9179853Z test_contig_vs_every_other_clamp_scalar_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:32.9203974Z test_contig_vs_every_other_clamp_scalar_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:32.9232736Z test_contig_vs_every_other_clamp_scalar_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:32.9253109Z test_contig_vs_every_other_clamp_scalar_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:32.9273869Z test_contig_vs_every_other_clamp_scalar_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:32.9294203Z test_contig_vs_every_other_clamp_scalar_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:32.9314867Z test_contig_vs_every_other_clamp_scalar_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:32.9335303Z test_contig_vs_every_other_clamp_scalar_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:32.9359504Z test_contig_vs_every_other_conj_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:32.9380692Z test_contig_vs_every_other_conj_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:32.9411216Z test_contig_vs_every_other_conj_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:32.9462874Z test_contig_vs_every_other_conj_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:30:32.9486954Z test_contig_vs_every_other_conj_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:32.9509727Z test_contig_vs_every_other_conj_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:32.9532297Z test_contig_vs_every_other_conj_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:32.9554857Z test_contig_vs_every_other_conj_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:32.9574897Z test_contig_vs_every_other_conj_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:32.9595332Z test_contig_vs_every_other_conj_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:32.9620531Z test_contig_vs_every_other_conj_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:32.9641517Z test_contig_vs_every_other_conj_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:32.9662876Z test_contig_vs_every_other_conj_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:32.9686703Z test_contig_vs_every_other_conj_physical_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:32.9707872Z test_contig_vs_every_other_conj_physical_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:32.9733393Z test_contig_vs_every_other_conj_physical_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:32.9759294Z test_contig_vs_every_other_conj_physical_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:32.9785496Z test_contig_vs_every_other_conj_physical_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:32.9816414Z test_contig_vs_every_other_conj_physical_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:32.9840609Z test_contig_vs_every_other_conj_physical_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:32.9864403Z test_contig_vs_every_other_conj_physical_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:32.9885315Z test_contig_vs_every_other_conj_physical_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:32.9906786Z test_contig_vs_every_other_conj_physical_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:32.9927497Z test_contig_vs_every_other_conj_physical_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:32.9948789Z test_contig_vs_every_other_conj_physical_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:32.9973774Z test_contig_vs_every_other_conj_physical_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:32.9996905Z test_contig_vs_every_other_cos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:33.0018913Z test_contig_vs_every_other_cos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:33.0043238Z test_contig_vs_every_other_cos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:33.0067849Z test_contig_vs_every_other_cos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:33.0090662Z test_contig_vs_every_other_cos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:33.0113943Z test_contig_vs_every_other_cos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:33.0136636Z test_contig_vs_every_other_cos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:33.0165011Z test_contig_vs_every_other_cos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:33.0188860Z test_contig_vs_every_other_cos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:33.0211725Z test_contig_vs_every_other_cos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:33.0233841Z test_contig_vs_every_other_cos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:33.0256038Z test_contig_vs_every_other_cos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:33.0279153Z test_contig_vs_every_other_cosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:33.0301261Z test_contig_vs_every_other_cosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:33.0325469Z test_contig_vs_every_other_cosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:33.0356515Z test_contig_vs_every_other_cosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:33.0380758Z test_contig_vs_every_other_cosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:33.0405079Z test_contig_vs_every_other_cosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:33.0429153Z test_contig_vs_every_other_cosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:33.0452466Z test_contig_vs_every_other_cosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:33.0474509Z test_contig_vs_every_other_cosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:33.0496697Z test_contig_vs_every_other_cosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:33.0520424Z test_contig_vs_every_other_cosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:33.0549477Z test_contig_vs_every_other_cosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:33.0573861Z test_contig_vs_every_other_deg2rad_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:33.0597539Z test_contig_vs_every_other_deg2rad_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:33.0622165Z test_contig_vs_every_other_deg2rad_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:33.0646571Z test_contig_vs_every_other_deg2rad_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:33.0670164Z test_contig_vs_every_other_deg2rad_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:33.0693214Z test_contig_vs_every_other_deg2rad_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:33.0715842Z test_contig_vs_every_other_deg2rad_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:33.0744862Z test_contig_vs_every_other_deg2rad_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:33.0767128Z test_contig_vs_every_other_deg2rad_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:33.0789406Z test_contig_vs_every_other_deg2rad_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:33.0843009Z test_contig_vs_every_other_digamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:30:33.0881813Z test_contig_vs_every_other_digamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:30:33.0919866Z test_contig_vs_every_other_digamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:30:33.0958471Z test_contig_vs_every_other_digamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:30:33.0980673Z test_contig_vs_every_other_digamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:33.1008584Z test_contig_vs_every_other_digamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:33.1031120Z test_contig_vs_every_other_digamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:33.1053334Z test_contig_vs_every_other_digamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:33.1075572Z test_contig_vs_every_other_digamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:33.1098442Z test_contig_vs_every_other_erf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:33.1120675Z test_contig_vs_every_other_erf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:33.1143949Z test_contig_vs_every_other_erf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:33.1167014Z test_contig_vs_every_other_erf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:33.1196500Z test_contig_vs_every_other_erf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:33.1218573Z test_contig_vs_every_other_erf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:33.1240839Z test_contig_vs_every_other_erf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:33.1263034Z test_contig_vs_every_other_erf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:33.1284945Z test_contig_vs_every_other_erf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:33.1307318Z test_contig_vs_every_other_erf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:33.1344785Z test_contig_vs_every_other_erfc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:30:33.1399695Z test_contig_vs_every_other_erfc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:30:33.1441707Z test_contig_vs_every_other_erfc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:30:33.1477449Z test_contig_vs_every_other_erfc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:33.1513963Z test_contig_vs_every_other_erfc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:30:33.1536172Z test_contig_vs_every_other_erfc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:33.1558444Z test_contig_vs_every_other_erfc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:33.1580730Z test_contig_vs_every_other_erfc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:33.1602654Z test_contig_vs_every_other_erfc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:33.1625536Z test_contig_vs_every_other_erfc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:33.1681685Z test_contig_vs_every_other_erfinv_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:30:33.1718038Z test_contig_vs_every_other_erfinv_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:30:33.1753825Z test_contig_vs_every_other_erfinv_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:33.1790975Z test_contig_vs_every_other_erfinv_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:30:33.1812939Z test_contig_vs_every_other_erfinv_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:33.1835325Z test_contig_vs_every_other_erfinv_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:33.1857478Z test_contig_vs_every_other_erfinv_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:33.1880020Z test_contig_vs_every_other_erfinv_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:33.1908308Z test_contig_vs_every_other_erfinv_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:33.7264043Z test_contig_vs_every_other_exp2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.535s) 2022-05-18T05:30:33.7315686Z test_contig_vs_every_other_exp2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:30:34.2686640Z test_contig_vs_every_other_exp2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.537s) 2022-05-18T05:30:34.2723511Z test_contig_vs_every_other_exp2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:30:34.8197070Z test_contig_vs_every_other_exp2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.547s) 2022-05-18T05:30:34.8220594Z test_contig_vs_every_other_exp2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:34.8243786Z test_contig_vs_every_other_exp2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:34.8273666Z test_contig_vs_every_other_exp2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:34.8295487Z test_contig_vs_every_other_exp2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:34.8317825Z test_contig_vs_every_other_exp2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:34.8341519Z test_contig_vs_every_other_exp_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:34.8363613Z test_contig_vs_every_other_exp_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:34.8418220Z test_contig_vs_every_other_exp_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:30:35.5731923Z test_contig_vs_every_other_exp_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.731s) 2022-05-18T05:30:35.5786840Z test_contig_vs_every_other_exp_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:30:35.5818761Z test_contig_vs_every_other_exp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:35.5841946Z test_contig_vs_every_other_exp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:35.5864872Z test_contig_vs_every_other_exp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:35.5887936Z test_contig_vs_every_other_exp_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:35.5910104Z test_contig_vs_every_other_exp_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:35.5932114Z test_contig_vs_every_other_exp_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:35.5954388Z test_contig_vs_every_other_exp_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:35.5976438Z test_contig_vs_every_other_exp_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:35.6005329Z test_contig_vs_every_other_expm1_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:35.6027884Z test_contig_vs_every_other_expm1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:35.6050859Z test_contig_vs_every_other_expm1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:35.6073928Z test_contig_vs_every_other_expm1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:35.6096410Z test_contig_vs_every_other_expm1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:35.6118677Z test_contig_vs_every_other_expm1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:35.6140678Z test_contig_vs_every_other_expm1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:35.6163023Z test_contig_vs_every_other_expm1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:35.6191226Z test_contig_vs_every_other_expm1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:35.6212620Z test_contig_vs_every_other_expm1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:35.6235816Z test_contig_vs_every_other_floor_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:35.6258656Z test_contig_vs_every_other_floor_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:35.6281867Z test_contig_vs_every_other_floor_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:35.6305238Z test_contig_vs_every_other_floor_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:35.6328489Z test_contig_vs_every_other_frac_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:35.6352231Z test_contig_vs_every_other_frac_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:35.6380612Z test_contig_vs_every_other_frac_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:35.6403261Z test_contig_vs_every_other_frac_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:35.6412313Z test_contig_vs_every_other_frexp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:30:35.6421434Z test_contig_vs_every_other_frexp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:30:35.6430617Z test_contig_vs_every_other_frexp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:30:36.2588861Z test_contig_vs_every_other_i0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.616s) 2022-05-18T05:30:36.2643512Z test_contig_vs_every_other_i0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:30:36.8813962Z test_contig_vs_every_other_i0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.617s) 2022-05-18T05:30:36.8854202Z test_contig_vs_every_other_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:30:37.5226751Z test_contig_vs_every_other_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.637s) 2022-05-18T05:30:37.5250597Z test_contig_vs_every_other_i0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:37.5280086Z test_contig_vs_every_other_i0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:37.5302395Z test_contig_vs_every_other_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:37.5324280Z test_contig_vs_every_other_i0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:37.5346689Z test_contig_vs_every_other_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:37.5370506Z test_contig_vs_every_other_imag_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:37.5394610Z test_contig_vs_every_other_imag_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:37.5418747Z test_contig_vs_every_other_imag_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:37.5446392Z test_contig_vs_every_other_isfinite_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:37.5466959Z test_contig_vs_every_other_isfinite_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:37.5491264Z test_contig_vs_every_other_isfinite_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:37.5517757Z test_contig_vs_every_other_isfinite_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:37.5543555Z test_contig_vs_every_other_isfinite_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:37.5566652Z test_contig_vs_every_other_isfinite_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:37.5590148Z test_contig_vs_every_other_isfinite_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:37.5613502Z test_contig_vs_every_other_isfinite_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:37.5640977Z test_contig_vs_every_other_isfinite_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:37.5662795Z test_contig_vs_every_other_isfinite_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:37.5684285Z test_contig_vs_every_other_isfinite_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:37.5706201Z test_contig_vs_every_other_isfinite_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:37.5726713Z test_contig_vs_every_other_isfinite_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:37.5748557Z test_contig_vs_every_other_isinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:37.5768838Z test_contig_vs_every_other_isinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:37.5792640Z test_contig_vs_every_other_isinf_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:37.5822749Z test_contig_vs_every_other_isinf_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:37.5846013Z test_contig_vs_every_other_isinf_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:37.5867868Z test_contig_vs_every_other_isinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:37.5889474Z test_contig_vs_every_other_isinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:37.5911429Z test_contig_vs_every_other_isinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:37.5931714Z test_contig_vs_every_other_isinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:37.5952357Z test_contig_vs_every_other_isinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:37.5972843Z test_contig_vs_every_other_isinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:37.5999122Z test_contig_vs_every_other_isinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:37.6019475Z test_contig_vs_every_other_isinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:37.6042075Z test_contig_vs_every_other_isnan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:37.6063839Z test_contig_vs_every_other_isnan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:37.6087358Z test_contig_vs_every_other_isnan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:37.6111113Z test_contig_vs_every_other_isnan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:37.6133361Z test_contig_vs_every_other_isnan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:37.6156014Z test_contig_vs_every_other_isnan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:37.6185355Z test_contig_vs_every_other_isnan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:37.6204902Z test_contig_vs_every_other_isnan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:37.6225396Z test_contig_vs_every_other_isnan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:37.6245725Z test_contig_vs_every_other_isnan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:37.6267806Z test_contig_vs_every_other_isnan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:37.6288969Z test_contig_vs_every_other_isnan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:37.6311816Z test_contig_vs_every_other_isneginf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:37.6333681Z test_contig_vs_every_other_isneginf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:37.6361840Z test_contig_vs_every_other_isneginf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:37.6383264Z test_contig_vs_every_other_isneginf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:37.6404550Z test_contig_vs_every_other_isneginf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:37.6424883Z test_contig_vs_every_other_isneginf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:37.6444970Z test_contig_vs_every_other_isneginf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:37.6465642Z test_contig_vs_every_other_isneginf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:37.6485884Z test_contig_vs_every_other_isneginf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:37.6506444Z test_contig_vs_every_other_isneginf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:37.6533332Z test_contig_vs_every_other_isposinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:37.6553901Z test_contig_vs_every_other_isposinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:37.6575173Z test_contig_vs_every_other_isposinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:37.6596652Z test_contig_vs_every_other_isposinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:37.6617834Z test_contig_vs_every_other_isposinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:37.6638414Z test_contig_vs_every_other_isposinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:37.6658763Z test_contig_vs_every_other_isposinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:37.6679571Z test_contig_vs_every_other_isposinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:37.6706956Z test_contig_vs_every_other_isposinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:37.6727190Z test_contig_vs_every_other_isposinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:37.6748574Z test_contig_vs_every_other_isreal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:37.6768720Z test_contig_vs_every_other_isreal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:37.6791484Z test_contig_vs_every_other_isreal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:37.6813777Z test_contig_vs_every_other_isreal_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:37.6837900Z test_contig_vs_every_other_isreal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:37.6860300Z test_contig_vs_every_other_isreal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:37.6888568Z test_contig_vs_every_other_isreal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:37.6911388Z test_contig_vs_every_other_isreal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:37.6932721Z test_contig_vs_every_other_isreal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:37.6954546Z test_contig_vs_every_other_isreal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:37.6976300Z test_contig_vs_every_other_isreal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:37.6997867Z test_contig_vs_every_other_isreal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:37.7019603Z test_contig_vs_every_other_isreal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:38.2521121Z test_contig_vs_every_other_jiterator_unary_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.550s) 2022-05-18T05:30:38.7826374Z test_contig_vs_every_other_jiterator_unary_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.530s) 2022-05-18T05:30:39.5158997Z test_contig_vs_every_other_jiterator_unary_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.733s) 2022-05-18T05:30:39.5213267Z test_contig_vs_every_other_jiterator_unary_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:30:40.0566517Z test_contig_vs_every_other_jiterator_unary_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.535s) 2022-05-18T05:30:40.0604918Z test_contig_vs_every_other_jiterator_unary_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:30:40.5876855Z test_contig_vs_every_other_jiterator_unary_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.527s) 2022-05-18T05:30:41.1181725Z test_contig_vs_every_other_jiterator_unary_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.530s) 2022-05-18T05:30:41.6544333Z test_contig_vs_every_other_jiterator_unary_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.536s) 2022-05-18T05:30:41.6586873Z test_contig_vs_every_other_jiterator_unary_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:30:42.1890815Z test_contig_vs_every_other_jiterator_unary_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.530s) 2022-05-18T05:30:42.7212357Z test_contig_vs_every_other_jiterator_unary_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.532s) 2022-05-18T05:30:42.7267794Z test_contig_vs_every_other_lgamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:30:42.7306774Z test_contig_vs_every_other_lgamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:30:42.7345382Z test_contig_vs_every_other_lgamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:30:42.7383602Z test_contig_vs_every_other_lgamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:30:42.7406233Z test_contig_vs_every_other_lgamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:42.7435053Z test_contig_vs_every_other_lgamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:42.7457105Z test_contig_vs_every_other_lgamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:42.7479405Z test_contig_vs_every_other_lgamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:42.7501935Z test_contig_vs_every_other_lgamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:42.7524677Z test_contig_vs_every_other_log10_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:42.7547079Z test_contig_vs_every_other_log10_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:43.4169654Z test_contig_vs_every_other_log10_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.662s) 2022-05-18T05:30:43.4225311Z test_contig_vs_every_other_log10_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:30:43.4255269Z test_contig_vs_every_other_log10_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:43.4278606Z test_contig_vs_every_other_log10_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:43.4301735Z test_contig_vs_every_other_log10_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:43.4323969Z test_contig_vs_every_other_log10_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:43.4346477Z test_contig_vs_every_other_log10_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:43.4368833Z test_contig_vs_every_other_log10_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:43.4391120Z test_contig_vs_every_other_log10_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:43.4413287Z test_contig_vs_every_other_log10_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:43.4442179Z test_contig_vs_every_other_log1p_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:43.4464782Z test_contig_vs_every_other_log1p_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:43.4487592Z test_contig_vs_every_other_log1p_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:43.4510909Z test_contig_vs_every_other_log1p_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:43.4533488Z test_contig_vs_every_other_log1p_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:43.4555883Z test_contig_vs_every_other_log1p_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:43.4578132Z test_contig_vs_every_other_log1p_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:43.4601576Z test_contig_vs_every_other_log1p_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:43.4629470Z test_contig_vs_every_other_log1p_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:43.4651514Z test_contig_vs_every_other_log1p_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:43.4674655Z test_contig_vs_every_other_log2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:43.4696721Z test_contig_vs_every_other_log2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:44.1381418Z test_contig_vs_every_other_log2_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.668s) 2022-05-18T05:30:44.1436086Z test_contig_vs_every_other_log2_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:30:44.1461357Z test_contig_vs_every_other_log2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:44.1485706Z test_contig_vs_every_other_log2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:44.1515422Z test_contig_vs_every_other_log2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:44.1537693Z test_contig_vs_every_other_log2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:44.1560143Z test_contig_vs_every_other_log2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:44.1582680Z test_contig_vs_every_other_log2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:44.1604775Z test_contig_vs_every_other_log2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:44.1628433Z test_contig_vs_every_other_log2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:44.1652737Z test_contig_vs_every_other_log_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:44.1676577Z test_contig_vs_every_other_log_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:44.1734333Z test_contig_vs_every_other_log_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:30:44.7995381Z test_contig_vs_every_other_log_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.626s) 2022-05-18T05:30:44.8048541Z test_contig_vs_every_other_log_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:30:44.8073593Z test_contig_vs_every_other_log_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:44.8098188Z test_contig_vs_every_other_log_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:44.8123007Z test_contig_vs_every_other_log_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:44.8147612Z test_contig_vs_every_other_log_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:44.8176656Z test_contig_vs_every_other_log_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:44.8201160Z test_contig_vs_every_other_log_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:44.8223645Z test_contig_vs_every_other_log_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:44.8246599Z test_contig_vs_every_other_log_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:44.8269702Z test_contig_vs_every_other_logical_not_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:44.8290115Z test_contig_vs_every_other_logical_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:44.8312321Z test_contig_vs_every_other_logical_not_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:44.8334751Z test_contig_vs_every_other_logical_not_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:44.8364926Z test_contig_vs_every_other_logical_not_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:44.8386507Z test_contig_vs_every_other_logical_not_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:44.8407792Z test_contig_vs_every_other_logical_not_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:44.8429538Z test_contig_vs_every_other_logical_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:44.8451208Z test_contig_vs_every_other_logical_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:44.8471789Z test_contig_vs_every_other_logical_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:44.8493308Z test_contig_vs_every_other_logical_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:44.8515395Z test_contig_vs_every_other_logical_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:44.8547233Z test_contig_vs_every_other_logit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:44.8569360Z test_contig_vs_every_other_logit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:44.8592389Z test_contig_vs_every_other_logit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:44.8615281Z test_contig_vs_every_other_logit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:44.8638109Z test_contig_vs_every_other_logit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:44.8660177Z test_contig_vs_every_other_logit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:44.8682462Z test_contig_vs_every_other_logit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:44.8704875Z test_contig_vs_every_other_logit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:44.8732502Z test_contig_vs_every_other_logit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:44.8754514Z test_contig_vs_every_other_logit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:44.8780158Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:44.8805648Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:44.8830846Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:44.8855236Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:44.8879795Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:44.8904731Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:44.8934530Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:44.8959022Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:44.8984379Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:44.9009587Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:44.9034549Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:44.9058939Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:44.9083670Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:44.9108706Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:44.9138561Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:44.9163231Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:44.9188562Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:44.9213568Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:44.9238818Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:44.9263484Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:44.9287807Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:44.9312696Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:44.9342917Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:44.9367237Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:44.9390710Z test_contig_vs_every_other_nan_to_num_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:44.9411019Z test_contig_vs_every_other_nan_to_num_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:44.9434357Z test_contig_vs_every_other_nan_to_num_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:44.9457579Z test_contig_vs_every_other_nan_to_num_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:44.9480544Z test_contig_vs_every_other_nan_to_num_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:44.9501315Z test_contig_vs_every_other_nan_to_num_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:44.9527371Z test_contig_vs_every_other_nan_to_num_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:44.9547858Z test_contig_vs_every_other_nan_to_num_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:44.9568161Z test_contig_vs_every_other_nan_to_num_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:44.9588975Z test_contig_vs_every_other_nan_to_num_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:44.9611870Z test_contig_vs_every_other_neg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:44.9663937Z test_contig_vs_every_other_neg_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:30:45.5181704Z test_contig_vs_every_other_neg_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.551s) 2022-05-18T05:30:45.5236407Z test_contig_vs_every_other_neg_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:30:45.5267143Z test_contig_vs_every_other_neg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:45.5289893Z test_contig_vs_every_other_neg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:45.5312680Z test_contig_vs_every_other_neg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:45.5333030Z test_contig_vs_every_other_neg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:45.5353339Z test_contig_vs_every_other_neg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:45.5373145Z test_contig_vs_every_other_neg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:45.5393981Z test_contig_vs_every_other_neg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:45.5414182Z test_contig_vs_every_other_neg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:45.5443594Z test_contig_vs_every_other_nn_functional_celu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:45.5468178Z test_contig_vs_every_other_nn_functional_celu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:45.5492222Z test_contig_vs_every_other_nn_functional_celu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:45.5516671Z test_contig_vs_every_other_nn_functional_celu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:45.5540950Z test_contig_vs_every_other_nn_functional_elu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:45.5565234Z test_contig_vs_every_other_nn_functional_elu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:45.5589817Z test_contig_vs_every_other_nn_functional_elu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:45.5614051Z test_contig_vs_every_other_nn_functional_elu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:45.5644180Z test_contig_vs_every_other_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:45.5668815Z test_contig_vs_every_other_nn_functional_hardsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:45.5693120Z test_contig_vs_every_other_nn_functional_hardsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:45.5717337Z test_contig_vs_every_other_nn_functional_hardsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:45.5741933Z test_contig_vs_every_other_nn_functional_logsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:45.5766057Z test_contig_vs_every_other_nn_functional_logsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:45.5789045Z test_contig_vs_every_other_nn_functional_logsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:45.5812113Z test_contig_vs_every_other_nn_functional_mish_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:45.5841227Z test_contig_vs_every_other_nn_functional_mish_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:45.5864798Z test_contig_vs_every_other_nn_functional_mish_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:45.5887603Z test_contig_vs_every_other_nn_functional_mish_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:45.5913411Z test_contig_vs_every_other_nn_functional_rrelu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:45.5938742Z test_contig_vs_every_other_nn_functional_rrelu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:45.5964058Z test_contig_vs_every_other_nn_functional_rrelu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:45.5989258Z test_contig_vs_every_other_nn_functional_rrelu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:45.6012409Z test_contig_vs_every_other_nn_functional_selu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:45.6041333Z test_contig_vs_every_other_nn_functional_selu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:45.6064915Z test_contig_vs_every_other_nn_functional_selu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:45.6087330Z test_contig_vs_every_other_nn_functional_selu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:45.6110518Z test_contig_vs_every_other_nn_functional_silu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:45.6133484Z test_contig_vs_every_other_nn_functional_silu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:45.6156744Z test_contig_vs_every_other_nn_functional_silu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:45.6180734Z test_contig_vs_every_other_nn_functional_silu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:45.6207350Z test_contig_vs_every_other_nn_functional_softsign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:45.6236634Z test_contig_vs_every_other_nn_functional_softsign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:45.6261901Z test_contig_vs_every_other_nn_functional_softsign_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:45.6287551Z test_contig_vs_every_other_nn_functional_softsign_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:45.6311496Z test_contig_vs_every_other_nn_functional_softsign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:45.6335375Z test_contig_vs_every_other_nn_functional_softsign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:45.6358863Z test_contig_vs_every_other_nn_functional_softsign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:45.6382043Z test_contig_vs_every_other_nn_functional_softsign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:45.6405183Z test_contig_vs_every_other_nn_functional_softsign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:45.6435809Z test_contig_vs_every_other_nn_functional_softsign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:45.6458661Z test_contig_vs_every_other_nn_functional_softsign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:45.6481784Z test_contig_vs_every_other_nn_functional_softsign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:45.6505507Z test_contig_vs_every_other_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:45.6529756Z test_contig_vs_every_other_nn_functional_tanhshrink_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:45.6554733Z test_contig_vs_every_other_nn_functional_tanhshrink_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:45.6577880Z test_contig_vs_every_other_nn_functional_tanhshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:45.6601352Z test_contig_vs_every_other_nn_functional_tanhshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:45.6630241Z test_contig_vs_every_other_nn_functional_tanhshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:45.6652868Z test_contig_vs_every_other_nn_functional_tanhshrink_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:45.6675468Z test_contig_vs_every_other_nn_functional_tanhshrink_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:45.6697835Z test_contig_vs_every_other_nn_functional_tanhshrink_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:45.6720425Z test_contig_vs_every_other_nn_functional_tanhshrink_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:45.6743303Z test_contig_vs_every_other_nn_functional_tanhshrink_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:45.6765352Z test_contig_vs_every_other_polygamma_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:45.6788540Z test_contig_vs_every_other_polygamma_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:45.6817058Z test_contig_vs_every_other_polygamma_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:45.6839345Z test_contig_vs_every_other_polygamma_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:45.6862460Z test_contig_vs_every_other_polygamma_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:45.6884294Z test_contig_vs_every_other_polygamma_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:45.6906607Z test_contig_vs_every_other_polygamma_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:45.6928697Z test_contig_vs_every_other_polygamma_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:45.6950900Z test_contig_vs_every_other_polygamma_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:45.7009702Z test_contig_vs_every_other_polygamma_polygamma_n_1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:30:46.4038251Z test_contig_vs_every_other_polygamma_polygamma_n_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.703s) 2022-05-18T05:30:46.4077033Z test_contig_vs_every_other_polygamma_polygamma_n_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:30:47.0993639Z test_contig_vs_every_other_polygamma_polygamma_n_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.691s) 2022-05-18T05:30:47.1017258Z test_contig_vs_every_other_polygamma_polygamma_n_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:47.1040228Z test_contig_vs_every_other_polygamma_polygamma_n_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:47.1063084Z test_contig_vs_every_other_polygamma_polygamma_n_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:47.1085960Z test_contig_vs_every_other_polygamma_polygamma_n_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:47.1114911Z test_contig_vs_every_other_polygamma_polygamma_n_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:47.1172508Z test_contig_vs_every_other_polygamma_polygamma_n_2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:30:48.2661935Z test_contig_vs_every_other_polygamma_polygamma_n_2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (1.149s) 2022-05-18T05:30:48.2709124Z test_contig_vs_every_other_polygamma_polygamma_n_2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:30:49.4811360Z test_contig_vs_every_other_polygamma_polygamma_n_2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (1.210s) 2022-05-18T05:30:49.4835592Z test_contig_vs_every_other_polygamma_polygamma_n_2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:49.4858138Z test_contig_vs_every_other_polygamma_polygamma_n_2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:49.4881131Z test_contig_vs_every_other_polygamma_polygamma_n_2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:49.4910634Z test_contig_vs_every_other_polygamma_polygamma_n_2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:49.4932353Z test_contig_vs_every_other_polygamma_polygamma_n_2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:49.4954684Z test_contig_vs_every_other_polygamma_polygamma_n_3_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:49.4979004Z test_contig_vs_every_other_polygamma_polygamma_n_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:49.5003440Z test_contig_vs_every_other_polygamma_polygamma_n_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:49.5050112Z test_contig_vs_every_other_polygamma_polygamma_n_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:30:49.5072701Z test_contig_vs_every_other_polygamma_polygamma_n_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:49.5094987Z test_contig_vs_every_other_polygamma_polygamma_n_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:49.5123297Z test_contig_vs_every_other_polygamma_polygamma_n_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:49.5147196Z test_contig_vs_every_other_polygamma_polygamma_n_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:49.5170580Z test_contig_vs_every_other_polygamma_polygamma_n_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:49.5194545Z test_contig_vs_every_other_polygamma_polygamma_n_4_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:49.5218387Z test_contig_vs_every_other_polygamma_polygamma_n_4_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:49.5242378Z test_contig_vs_every_other_polygamma_polygamma_n_4_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:49.5287935Z test_contig_vs_every_other_polygamma_polygamma_n_4_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:30:49.5310362Z test_contig_vs_every_other_polygamma_polygamma_n_4_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:49.5338162Z test_contig_vs_every_other_polygamma_polygamma_n_4_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:49.5360341Z test_contig_vs_every_other_polygamma_polygamma_n_4_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:49.5382645Z test_contig_vs_every_other_polygamma_polygamma_n_4_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:49.5405697Z test_contig_vs_every_other_polygamma_polygamma_n_4_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:49.5429803Z test_contig_vs_every_other_positive_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:49.5455151Z test_contig_vs_every_other_positive_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:49.5480645Z test_contig_vs_every_other_positive_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:49.5505110Z test_contig_vs_every_other_positive_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:49.5534587Z test_contig_vs_every_other_positive_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:49.5558225Z test_contig_vs_every_other_positive_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:49.5579184Z test_contig_vs_every_other_positive_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:49.5599333Z test_contig_vs_every_other_positive_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:49.5618790Z test_contig_vs_every_other_positive_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:49.5638920Z test_contig_vs_every_other_positive_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:49.5660202Z test_contig_vs_every_other_positive_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:49.5684845Z test_contig_vs_every_other_rad2deg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:49.5714518Z test_contig_vs_every_other_rad2deg_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:49.5737553Z test_contig_vs_every_other_rad2deg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:49.5761334Z test_contig_vs_every_other_rad2deg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:49.5784612Z test_contig_vs_every_other_rad2deg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:49.5808161Z test_contig_vs_every_other_rad2deg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:49.5832331Z test_contig_vs_every_other_rad2deg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:49.5855878Z test_contig_vs_every_other_rad2deg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:49.5879519Z test_contig_vs_every_other_rad2deg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:49.5908093Z test_contig_vs_every_other_rad2deg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:49.5930524Z test_contig_vs_every_other_real_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:49.5950498Z test_contig_vs_every_other_real_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:49.5973913Z test_contig_vs_every_other_real_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:49.5997887Z test_contig_vs_every_other_real_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:49.6021758Z test_contig_vs_every_other_real_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:49.6044579Z test_contig_vs_every_other_real_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:49.6068716Z test_contig_vs_every_other_real_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:49.6097819Z test_contig_vs_every_other_real_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:49.6117751Z test_contig_vs_every_other_real_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:49.6137539Z test_contig_vs_every_other_real_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:49.6157380Z test_contig_vs_every_other_real_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:49.6177255Z test_contig_vs_every_other_real_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:49.6199143Z test_contig_vs_every_other_real_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:49.6222519Z test_contig_vs_every_other_reciprocal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:49.6244353Z test_contig_vs_every_other_reciprocal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:49.6276073Z test_contig_vs_every_other_reciprocal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:49.6300201Z test_contig_vs_every_other_reciprocal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:49.6322837Z test_contig_vs_every_other_reciprocal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:49.6346075Z test_contig_vs_every_other_reciprocal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:49.6368363Z test_contig_vs_every_other_reciprocal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:49.6390836Z test_contig_vs_every_other_reciprocal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:49.6412662Z test_contig_vs_every_other_reciprocal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:49.6435439Z test_contig_vs_every_other_reciprocal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:49.6462780Z test_contig_vs_every_other_reciprocal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:49.6484678Z test_contig_vs_every_other_reciprocal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:49.6507851Z test_contig_vs_every_other_round_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:49.6531182Z test_contig_vs_every_other_round_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:49.6554294Z test_contig_vs_every_other_round_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:49.6576874Z test_contig_vs_every_other_round_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:49.6601351Z test_contig_vs_every_other_round_decimals_0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:49.6625994Z test_contig_vs_every_other_round_decimals_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:49.6655920Z test_contig_vs_every_other_round_decimals_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:49.6679949Z test_contig_vs_every_other_round_decimals_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:49.6704493Z test_contig_vs_every_other_round_decimals_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:49.6728853Z test_contig_vs_every_other_round_decimals_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:49.6753346Z test_contig_vs_every_other_round_decimals_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:49.6777193Z test_contig_vs_every_other_round_decimals_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:49.6801636Z test_contig_vs_every_other_round_decimals_neg_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:49.6826191Z test_contig_vs_every_other_round_decimals_neg_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:49.6856077Z test_contig_vs_every_other_round_decimals_neg_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:49.6880133Z test_contig_vs_every_other_round_decimals_neg_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:49.6904169Z test_contig_vs_every_other_rsqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:49.6926121Z test_contig_vs_every_other_rsqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:50.6954288Z test_contig_vs_every_other_rsqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (1.002s) 2022-05-18T05:30:50.7011905Z test_contig_vs_every_other_rsqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:30:50.7036355Z test_contig_vs_every_other_rsqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:50.7060126Z test_contig_vs_every_other_rsqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:50.7090098Z test_contig_vs_every_other_rsqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:50.7112700Z test_contig_vs_every_other_rsqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:50.7134930Z test_contig_vs_every_other_rsqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:50.7157633Z test_contig_vs_every_other_rsqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:50.7181312Z test_contig_vs_every_other_rsqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:50.7204892Z test_contig_vs_every_other_rsqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:50.7228810Z test_contig_vs_every_other_sgn_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:50.7249181Z test_contig_vs_every_other_sgn_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:50.7306333Z test_contig_vs_every_other_sgn_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:30:51.3262351Z test_contig_vs_every_other_sgn_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.595s) 2022-05-18T05:30:51.3316624Z test_contig_vs_every_other_sgn_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:30:51.3339999Z test_contig_vs_every_other_sgn_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:51.3363947Z test_contig_vs_every_other_sgn_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:51.3387368Z test_contig_vs_every_other_sgn_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:51.3408360Z test_contig_vs_every_other_sgn_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:51.3429840Z test_contig_vs_every_other_sgn_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:51.3455808Z test_contig_vs_every_other_sgn_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:51.3476696Z test_contig_vs_every_other_sgn_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:51.3497056Z test_contig_vs_every_other_sgn_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:51.3520312Z test_contig_vs_every_other_sigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:51.3543048Z test_contig_vs_every_other_sigmoid_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:52.2975618Z test_contig_vs_every_other_sigmoid_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.943s) 2022-05-18T05:30:53.2146225Z test_contig_vs_every_other_sigmoid_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.917s) 2022-05-18T05:30:53.2204568Z test_contig_vs_every_other_sigmoid_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:30:53.2235187Z test_contig_vs_every_other_sigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:53.2258092Z test_contig_vs_every_other_sigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:53.2280936Z test_contig_vs_every_other_sigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:53.2303240Z test_contig_vs_every_other_sigmoid_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:53.2325259Z test_contig_vs_every_other_sigmoid_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:53.2347980Z test_contig_vs_every_other_sigmoid_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:53.2370068Z test_contig_vs_every_other_sigmoid_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:53.2398197Z test_contig_vs_every_other_sigmoid_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:53.2421548Z test_contig_vs_every_other_sign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:53.2442177Z test_contig_vs_every_other_sign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:53.2466719Z test_contig_vs_every_other_sign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:53.2489719Z test_contig_vs_every_other_sign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:53.2512516Z test_contig_vs_every_other_sign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:53.2532698Z test_contig_vs_every_other_sign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:53.2553305Z test_contig_vs_every_other_sign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:53.2579193Z test_contig_vs_every_other_sign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:53.2599728Z test_contig_vs_every_other_sign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:53.2620006Z test_contig_vs_every_other_sign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:53.2641458Z test_contig_vs_every_other_signbit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:53.2661807Z test_contig_vs_every_other_signbit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:53.2682889Z test_contig_vs_every_other_signbit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:53.2704732Z test_contig_vs_every_other_signbit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:53.2725892Z test_contig_vs_every_other_signbit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:53.2752504Z test_contig_vs_every_other_signbit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:53.2773101Z test_contig_vs_every_other_signbit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:53.2793335Z test_contig_vs_every_other_signbit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:53.2813833Z test_contig_vs_every_other_signbit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:53.2834283Z test_contig_vs_every_other_signbit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:53.2857185Z test_contig_vs_every_other_sin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:53.2879735Z test_contig_vs_every_other_sin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:53.2904289Z test_contig_vs_every_other_sin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:53.2934572Z test_contig_vs_every_other_sin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:53.2957723Z test_contig_vs_every_other_sin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:53.2980872Z test_contig_vs_every_other_sin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:53.3003474Z test_contig_vs_every_other_sin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:53.3025871Z test_contig_vs_every_other_sin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:53.3047851Z test_contig_vs_every_other_sin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:53.3070382Z test_contig_vs_every_other_sin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:53.3092371Z test_contig_vs_every_other_sin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:53.3122111Z test_contig_vs_every_other_sin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:53.9761282Z test_contig_vs_every_other_sinc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.664s) 2022-05-18T05:30:53.9817569Z test_contig_vs_every_other_sinc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:30:55.0845793Z test_contig_vs_every_other_sinc_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (1.103s) 2022-05-18T05:30:55.0905238Z test_contig_vs_every_other_sinc_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:30:55.7511257Z test_contig_vs_every_other_sinc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.660s) 2022-05-18T05:30:55.7550271Z test_contig_vs_every_other_sinc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:30:56.3712916Z test_contig_vs_every_other_sinc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.616s) 2022-05-18T05:30:56.3744365Z test_contig_vs_every_other_sinc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:56.3767586Z test_contig_vs_every_other_sinc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:56.3791502Z test_contig_vs_every_other_sinc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:56.3813486Z test_contig_vs_every_other_sinc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:56.3835942Z test_contig_vs_every_other_sinc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:56.3859437Z test_contig_vs_every_other_sinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:56.3881655Z test_contig_vs_every_other_sinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:56.3906492Z test_contig_vs_every_other_sinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:56.3936866Z test_contig_vs_every_other_sinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:56.3960252Z test_contig_vs_every_other_sinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:56.3983539Z test_contig_vs_every_other_sinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:56.4006244Z test_contig_vs_every_other_sinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:56.4028738Z test_contig_vs_every_other_sinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:56.4050743Z test_contig_vs_every_other_sinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:56.4073183Z test_contig_vs_every_other_sinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:56.4095155Z test_contig_vs_every_other_sinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:56.4124665Z test_contig_vs_every_other_sinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:56.9623139Z test_contig_vs_every_other_special_entr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.550s) 2022-05-18T05:30:56.9676255Z test_contig_vs_every_other_special_entr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:30:57.5146524Z test_contig_vs_every_other_special_entr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.547s) 2022-05-18T05:30:57.5184483Z test_contig_vs_every_other_special_entr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:30:58.0807908Z test_contig_vs_every_other_special_entr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.562s) 2022-05-18T05:30:58.0833024Z test_contig_vs_every_other_special_entr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:58.0856065Z test_contig_vs_every_other_special_entr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:58.0885665Z test_contig_vs_every_other_special_entr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:58.0908217Z test_contig_vs_every_other_special_entr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:58.0930202Z test_contig_vs_every_other_special_entr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:58.1023163Z test_contig_vs_every_other_special_erfcx_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-05-18T05:30:58.1098859Z test_contig_vs_every_other_special_erfcx_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:30:59.6612625Z test_contig_vs_every_other_special_erfcx_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (1.551s) 2022-05-18T05:30:59.6636731Z test_contig_vs_every_other_special_erfcx_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:59.6658996Z test_contig_vs_every_other_special_erfcx_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:59.6688230Z test_contig_vs_every_other_special_erfcx_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:59.6710462Z test_contig_vs_every_other_special_erfcx_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:59.6732630Z test_contig_vs_every_other_special_erfcx_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:59.6772487Z test_contig_vs_every_other_special_i0e_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:30:59.6826244Z test_contig_vs_every_other_special_i0e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:30:59.6865070Z test_contig_vs_every_other_special_i0e_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:30:59.6903681Z test_contig_vs_every_other_special_i0e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:30:59.6941874Z test_contig_vs_every_other_special_i0e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:30:59.6969390Z test_contig_vs_every_other_special_i0e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:30:59.6992023Z test_contig_vs_every_other_special_i0e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:59.7013761Z test_contig_vs_every_other_special_i0e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:59.7036235Z test_contig_vs_every_other_special_i0e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:59.7058151Z test_contig_vs_every_other_special_i0e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:30:59.7113245Z test_contig_vs_every_other_special_i1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:30:59.7152730Z test_contig_vs_every_other_special_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:00.3647303Z test_contig_vs_every_other_special_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.649s) 2022-05-18T05:31:00.3678793Z test_contig_vs_every_other_special_i1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:00.3700832Z test_contig_vs_every_other_special_i1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:00.3723121Z test_contig_vs_every_other_special_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:00.3745646Z test_contig_vs_every_other_special_i1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:00.3767520Z test_contig_vs_every_other_special_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:00.3821784Z test_contig_vs_every_other_special_i1e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:00.3860187Z test_contig_vs_every_other_special_i1e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:00.3899415Z test_contig_vs_every_other_special_i1e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:00.3927560Z test_contig_vs_every_other_special_i1e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:00.3949728Z test_contig_vs_every_other_special_i1e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:00.3971798Z test_contig_vs_every_other_special_i1e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:00.3994291Z test_contig_vs_every_other_special_i1e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:00.4016306Z test_contig_vs_every_other_special_i1e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:00.4069497Z test_contig_vs_every_other_special_log_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:00.4107044Z test_contig_vs_every_other_special_log_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:01.1581630Z test_contig_vs_every_other_special_log_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.747s) 2022-05-18T05:31:01.1613462Z test_contig_vs_every_other_special_log_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:01.1636090Z test_contig_vs_every_other_special_log_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:01.1659712Z test_contig_vs_every_other_special_log_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:01.1683078Z test_contig_vs_every_other_special_log_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:01.1706342Z test_contig_vs_every_other_special_log_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:01.1730865Z test_contig_vs_every_other_special_ndtr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:01.1754442Z test_contig_vs_every_other_special_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:01.1778396Z test_contig_vs_every_other_special_ndtr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:01.1808292Z test_contig_vs_every_other_special_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:01.1832386Z test_contig_vs_every_other_special_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:01.1855308Z test_contig_vs_every_other_special_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:01.1878843Z test_contig_vs_every_other_special_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:01.1903508Z test_contig_vs_every_other_special_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:01.1926667Z test_contig_vs_every_other_special_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:01.1950186Z test_contig_vs_every_other_special_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:01.2006736Z test_contig_vs_every_other_special_ndtri_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:01.2053231Z test_contig_vs_every_other_special_ndtri_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:01.9044342Z test_contig_vs_every_other_special_ndtri_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.699s) 2022-05-18T05:31:01.9068517Z test_contig_vs_every_other_special_ndtri_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:01.9091150Z test_contig_vs_every_other_special_ndtri_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:01.9114082Z test_contig_vs_every_other_special_ndtri_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:01.9136908Z test_contig_vs_every_other_special_ndtri_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:01.9159861Z test_contig_vs_every_other_special_ndtri_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:01.9183109Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:01.9214535Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:01.9237949Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:01.9260642Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:01.9282756Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:01.9305188Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:01.9327403Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:01.9350157Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:01.9377619Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:01.9400993Z test_contig_vs_every_other_sqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:01.9422962Z test_contig_vs_every_other_sqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:01.9478928Z test_contig_vs_every_other_sqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:01.9532756Z test_contig_vs_every_other_sqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:01.9555929Z test_contig_vs_every_other_sqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:01.9579106Z test_contig_vs_every_other_sqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:01.9602105Z test_contig_vs_every_other_sqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:01.9630224Z test_contig_vs_every_other_sqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:01.9652226Z test_contig_vs_every_other_sqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:01.9674610Z test_contig_vs_every_other_sqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:01.9696727Z test_contig_vs_every_other_sqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:01.9719131Z test_contig_vs_every_other_sqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:01.9742722Z test_contig_vs_every_other_square_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:01.9763166Z test_contig_vs_every_other_square_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:01.9787496Z test_contig_vs_every_other_square_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:01.9817263Z test_contig_vs_every_other_square_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:01.9840735Z test_contig_vs_every_other_square_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:01.9863944Z test_contig_vs_every_other_square_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:01.9886636Z test_contig_vs_every_other_square_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:01.9907923Z test_contig_vs_every_other_square_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:01.9927873Z test_contig_vs_every_other_square_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:01.9948463Z test_contig_vs_every_other_square_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:01.9970241Z test_contig_vs_every_other_square_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:01.9997819Z test_contig_vs_every_other_square_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.0022330Z test_contig_vs_every_other_tan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:02.0045672Z test_contig_vs_every_other_tan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:02.0071539Z test_contig_vs_every_other_tan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:02.0097084Z test_contig_vs_every_other_tan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:02.0121326Z test_contig_vs_every_other_tan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:02.0146058Z test_contig_vs_every_other_tan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:02.0170105Z test_contig_vs_every_other_tan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:02.0199545Z test_contig_vs_every_other_tan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.0221687Z test_contig_vs_every_other_tan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:02.0243933Z test_contig_vs_every_other_tan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:02.0266231Z test_contig_vs_every_other_tan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:02.0288102Z test_contig_vs_every_other_tan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:02.0311222Z test_contig_vs_every_other_tanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:02.0333285Z test_contig_vs_every_other_tanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:02.0357761Z test_contig_vs_every_other_tanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:02.0388162Z test_contig_vs_every_other_tanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.0411113Z test_contig_vs_every_other_tanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:02.0434324Z test_contig_vs_every_other_tanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:02.0456909Z test_contig_vs_every_other_tanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:02.0479214Z test_contig_vs_every_other_tanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:02.0501605Z test_contig_vs_every_other_tanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:02.0523557Z test_contig_vs_every_other_tanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:02.0546396Z test_contig_vs_every_other_tanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:02.0574326Z test_contig_vs_every_other_tanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.0597381Z test_contig_vs_every_other_trunc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:02.0620564Z test_contig_vs_every_other_trunc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:02.0643730Z test_contig_vs_every_other_trunc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:02.0666734Z test_contig_vs_every_other_trunc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:02.0694951Z test_contig_vs_transposed_abs_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.0716501Z test_contig_vs_transposed_abs_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:02.0752792Z test_contig_vs_transposed_abs_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:02.0787944Z test_contig_vs_transposed_abs_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.0817558Z test_contig_vs_transposed_abs_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.0846406Z test_contig_vs_transposed_abs_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.0874413Z test_contig_vs_transposed_abs_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.0902723Z test_contig_vs_transposed_abs_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.0923692Z test_contig_vs_transposed_abs_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:02.0944697Z test_contig_vs_transposed_abs_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:02.0964939Z test_contig_vs_transposed_abs_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:02.0991848Z test_contig_vs_transposed_abs_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.1012541Z test_contig_vs_transposed_abs_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:02.1040691Z test_contig_vs_transposed_acos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.1067681Z test_contig_vs_transposed_acos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.1163040Z test_contig_vs_transposed_acos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-05-18T05:31:02.1201274Z test_contig_vs_transposed_acos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:02.1229118Z test_contig_vs_transposed_acos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.1257022Z test_contig_vs_transposed_acos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.1298188Z test_contig_vs_transposed_acos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:02.1325323Z test_contig_vs_transposed_acos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.1352662Z test_contig_vs_transposed_acos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.1379533Z test_contig_vs_transposed_acos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.1406673Z test_contig_vs_transposed_acos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.1434033Z test_contig_vs_transposed_acos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.1462265Z test_contig_vs_transposed_acosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.1489256Z test_contig_vs_transposed_acosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.1583669Z test_contig_vs_transposed_acosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-05-18T05:31:02.1622637Z test_contig_vs_transposed_acosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:02.1650589Z test_contig_vs_transposed_acosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.1678610Z test_contig_vs_transposed_acosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.1713864Z test_contig_vs_transposed_acosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.1741203Z test_contig_vs_transposed_acosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.1768111Z test_contig_vs_transposed_acosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.1795600Z test_contig_vs_transposed_acosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.1829884Z test_contig_vs_transposed_acosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.1856672Z test_contig_vs_transposed_acosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.1883821Z test_contig_vs_transposed_angle_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.1925453Z test_contig_vs_transposed_angle_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:02.1956376Z test_contig_vs_transposed_angle_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.1987403Z test_contig_vs_transposed_angle_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.2015179Z test_contig_vs_transposed_angle_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.2043623Z test_contig_vs_transposed_angle_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.2076557Z test_contig_vs_transposed_angle_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.2103472Z test_contig_vs_transposed_angle_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.2130373Z test_contig_vs_transposed_angle_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.2157718Z test_contig_vs_transposed_angle_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.2184633Z test_contig_vs_transposed_angle_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.2213669Z test_contig_vs_transposed_asin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.2241145Z test_contig_vs_transposed_asin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.2325918Z test_contig_vs_transposed_asin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:31:02.2370199Z test_contig_vs_transposed_asin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:02.2398351Z test_contig_vs_transposed_asin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.2426091Z test_contig_vs_transposed_asin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.2460568Z test_contig_vs_transposed_asin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.2488074Z test_contig_vs_transposed_asin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.2515028Z test_contig_vs_transposed_asin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.2542491Z test_contig_vs_transposed_asin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.2569516Z test_contig_vs_transposed_asin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.2602474Z test_contig_vs_transposed_asin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.2630230Z test_contig_vs_transposed_asinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.2657255Z test_contig_vs_transposed_asinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.2746280Z test_contig_vs_transposed_asinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-05-18T05:31:02.2785883Z test_contig_vs_transposed_asinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:02.2813473Z test_contig_vs_transposed_asinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.2841607Z test_contig_vs_transposed_asinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.2879745Z test_contig_vs_transposed_asinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:02.2912733Z test_contig_vs_transposed_asinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.2939842Z test_contig_vs_transposed_asinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.2967118Z test_contig_vs_transposed_asinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.2994292Z test_contig_vs_transposed_asinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.3021581Z test_contig_vs_transposed_asinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.3049430Z test_contig_vs_transposed_atan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.3076744Z test_contig_vs_transposed_atan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.3135832Z test_contig_vs_transposed_atan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:02.3178137Z test_contig_vs_transposed_atan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:02.3207402Z test_contig_vs_transposed_atan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.3235343Z test_contig_vs_transposed_atan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.3268028Z test_contig_vs_transposed_atan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.3294889Z test_contig_vs_transposed_atan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.3322123Z test_contig_vs_transposed_atan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.3349930Z test_contig_vs_transposed_atan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.3382885Z test_contig_vs_transposed_atan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.3409768Z test_contig_vs_transposed_atan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.3437850Z test_contig_vs_transposed_atanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.3464755Z test_contig_vs_transposed_atanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.3523775Z test_contig_vs_transposed_atanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:02.3560477Z test_contig_vs_transposed_atanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:02.3592960Z test_contig_vs_transposed_atanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.3617898Z test_contig_vs_transposed_atanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.3660535Z test_contig_vs_transposed_atanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:02.3688285Z test_contig_vs_transposed_atanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.3716166Z test_contig_vs_transposed_atanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.3744072Z test_contig_vs_transposed_atanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.3771675Z test_contig_vs_transposed_atanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.3798524Z test_contig_vs_transposed_atanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.3819310Z test_contig_vs_transposed_bitwise_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:02.3840441Z test_contig_vs_transposed_bitwise_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:02.3867658Z test_contig_vs_transposed_bitwise_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.3887765Z test_contig_vs_transposed_bitwise_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:02.3908758Z test_contig_vs_transposed_bitwise_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:02.3929276Z test_contig_vs_transposed_bitwise_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:02.3957130Z test_contig_vs_transposed_ceil_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.3984679Z test_contig_vs_transposed_ceil_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.4011943Z test_contig_vs_transposed_ceil_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.4039988Z test_contig_vs_transposed_ceil_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.4073650Z test_contig_vs_transposed_clamp_scalar_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.4094184Z test_contig_vs_transposed_clamp_scalar_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:02.4122140Z test_contig_vs_transposed_clamp_scalar_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.4149778Z test_contig_vs_transposed_clamp_scalar_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.4177311Z test_contig_vs_transposed_clamp_scalar_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.4199663Z test_contig_vs_transposed_clamp_scalar_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:02.4220762Z test_contig_vs_transposed_clamp_scalar_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:02.4242521Z test_contig_vs_transposed_clamp_scalar_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:02.4270601Z test_contig_vs_transposed_clamp_scalar_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.4291415Z test_contig_vs_transposed_clamp_scalar_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:02.4318594Z test_contig_vs_transposed_conj_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.4338792Z test_contig_vs_transposed_conj_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:02.4384525Z test_contig_vs_transposed_conj_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:02.4419398Z test_contig_vs_transposed_conj_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.4455526Z test_contig_vs_transposed_conj_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:02.4482686Z test_contig_vs_transposed_conj_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.4515855Z test_contig_vs_transposed_conj_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.4542560Z test_contig_vs_transposed_conj_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.4563936Z test_contig_vs_transposed_conj_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:02.4585711Z test_contig_vs_transposed_conj_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:02.4606549Z test_contig_vs_transposed_conj_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:02.4628128Z test_contig_vs_transposed_conj_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:02.4649297Z test_contig_vs_transposed_conj_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:02.4677913Z test_contig_vs_transposed_conj_physical_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.4706613Z test_contig_vs_transposed_conj_physical_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.4745851Z test_contig_vs_transposed_conj_physical_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:02.4780614Z test_contig_vs_transposed_conj_physical_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.4815948Z test_contig_vs_transposed_conj_physical_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.4843333Z test_contig_vs_transposed_conj_physical_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.4870190Z test_contig_vs_transposed_conj_physical_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.4896348Z test_contig_vs_transposed_conj_physical_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.4916876Z test_contig_vs_transposed_conj_physical_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:02.4943064Z test_contig_vs_transposed_conj_physical_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.4962530Z test_contig_vs_transposed_conj_physical_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:02.4983992Z test_contig_vs_transposed_conj_physical_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:02.5005372Z test_contig_vs_transposed_conj_physical_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:02.5034180Z test_contig_vs_transposed_cos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.5062162Z test_contig_vs_transposed_cos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.5113911Z test_contig_vs_transposed_cos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:02.5150358Z test_contig_vs_transposed_cos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:02.5184884Z test_contig_vs_transposed_cos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.5213289Z test_contig_vs_transposed_cos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.5242806Z test_contig_vs_transposed_cos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.5269350Z test_contig_vs_transposed_cos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.5295869Z test_contig_vs_transposed_cos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.5322732Z test_contig_vs_transposed_cos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.5349317Z test_contig_vs_transposed_cos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.5375940Z test_contig_vs_transposed_cos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.5409325Z test_contig_vs_transposed_cosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.5436192Z test_contig_vs_transposed_cosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.5486571Z test_contig_vs_transposed_cosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:02.5521705Z test_contig_vs_transposed_cosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.5549189Z test_contig_vs_transposed_cosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.5576562Z test_contig_vs_transposed_cosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.5606811Z test_contig_vs_transposed_cosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.5633693Z test_contig_vs_transposed_cosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.5665887Z test_contig_vs_transposed_cosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.5692302Z test_contig_vs_transposed_cosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.5719167Z test_contig_vs_transposed_cosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.5746104Z test_contig_vs_transposed_cosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.5773676Z test_contig_vs_transposed_deg2rad_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.5800664Z test_contig_vs_transposed_deg2rad_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.5828483Z test_contig_vs_transposed_deg2rad_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.5856986Z test_contig_vs_transposed_deg2rad_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.5890703Z test_contig_vs_transposed_deg2rad_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.5917609Z test_contig_vs_transposed_deg2rad_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.5944487Z test_contig_vs_transposed_deg2rad_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.5971125Z test_contig_vs_transposed_deg2rad_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.5998275Z test_contig_vs_transposed_deg2rad_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.6025066Z test_contig_vs_transposed_deg2rad_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.6051924Z test_contig_vs_transposed_digamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.6085880Z test_contig_vs_transposed_digamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.6125336Z test_contig_vs_transposed_digamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:02.6180489Z test_contig_vs_transposed_digamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:02.6207445Z test_contig_vs_transposed_digamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.6234790Z test_contig_vs_transposed_digamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.6261875Z test_contig_vs_transposed_digamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.6288772Z test_contig_vs_transposed_digamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.6316186Z test_contig_vs_transposed_digamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.6344077Z test_contig_vs_transposed_erf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.6376382Z test_contig_vs_transposed_erf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.6403981Z test_contig_vs_transposed_erf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.6431697Z test_contig_vs_transposed_erf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.6465251Z test_contig_vs_transposed_erf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.6491857Z test_contig_vs_transposed_erf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.6518645Z test_contig_vs_transposed_erf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.6545333Z test_contig_vs_transposed_erf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.6572026Z test_contig_vs_transposed_erf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.6604666Z test_contig_vs_transposed_erf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.6632613Z test_contig_vs_transposed_erfc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.6660270Z test_contig_vs_transposed_erfc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.6687939Z test_contig_vs_transposed_erfc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.6715632Z test_contig_vs_transposed_erfc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.6751631Z test_contig_vs_transposed_erfc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.6778097Z test_contig_vs_transposed_erfc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.6804977Z test_contig_vs_transposed_erfc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.6837588Z test_contig_vs_transposed_erfc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.6864307Z test_contig_vs_transposed_erfc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.6890724Z test_contig_vs_transposed_erfc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.6917513Z test_contig_vs_transposed_erfinv_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.6945019Z test_contig_vs_transposed_erfinv_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.6972292Z test_contig_vs_transposed_erfinv_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.7006997Z test_contig_vs_transposed_erfinv_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.7034178Z test_contig_vs_transposed_erfinv_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.7066547Z test_contig_vs_transposed_erfinv_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.7092919Z test_contig_vs_transposed_erfinv_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.7119671Z test_contig_vs_transposed_erfinv_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.7146399Z test_contig_vs_transposed_erfinv_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.7173765Z test_contig_vs_transposed_exp2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.7200667Z test_contig_vs_transposed_exp2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.7227875Z test_contig_vs_transposed_exp2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.7261226Z test_contig_vs_transposed_exp2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.7290070Z test_contig_vs_transposed_exp2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.7316779Z test_contig_vs_transposed_exp2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.7343417Z test_contig_vs_transposed_exp2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.7371215Z test_contig_vs_transposed_exp2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.7398996Z test_contig_vs_transposed_exp2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.7425665Z test_contig_vs_transposed_exp2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.7453386Z test_contig_vs_transposed_exp_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.7487891Z test_contig_vs_transposed_exp_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.7532325Z test_contig_vs_transposed_exp_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:02.7567424Z test_contig_vs_transposed_exp_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.7602646Z test_contig_vs_transposed_exp_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.7629927Z test_contig_vs_transposed_exp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.7657293Z test_contig_vs_transposed_exp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.7686398Z test_contig_vs_transposed_exp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.7713201Z test_contig_vs_transposed_exp_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.7745944Z test_contig_vs_transposed_exp_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.7772530Z test_contig_vs_transposed_exp_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.7799189Z test_contig_vs_transposed_exp_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.7825702Z test_contig_vs_transposed_exp_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.7853245Z test_contig_vs_transposed_expm1_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.7880014Z test_contig_vs_transposed_expm1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.7907253Z test_contig_vs_transposed_expm1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.7934836Z test_contig_vs_transposed_expm1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.7970434Z test_contig_vs_transposed_expm1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.7997343Z test_contig_vs_transposed_expm1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.8023875Z test_contig_vs_transposed_expm1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.8050465Z test_contig_vs_transposed_expm1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.8077407Z test_contig_vs_transposed_expm1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.8103890Z test_contig_vs_transposed_expm1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.8131141Z test_contig_vs_transposed_floor_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.8158996Z test_contig_vs_transposed_floor_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.8192694Z test_contig_vs_transposed_floor_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.8220096Z test_contig_vs_transposed_floor_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.8247671Z test_contig_vs_transposed_frac_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.8275086Z test_contig_vs_transposed_frac_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.8302683Z test_contig_vs_transposed_frac_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.8330292Z test_contig_vs_transposed_frac_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.8339827Z test_contig_vs_transposed_frexp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:31:02.8348119Z test_contig_vs_transposed_frexp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:31:02.8356857Z test_contig_vs_transposed_frexp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:31:02.8385241Z test_contig_vs_transposed_i0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.8411708Z test_contig_vs_transposed_i0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.8445104Z test_contig_vs_transposed_i0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.8472683Z test_contig_vs_transposed_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.8521421Z test_contig_vs_transposed_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:02.8548096Z test_contig_vs_transposed_i0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.8574408Z test_contig_vs_transposed_i0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.8601312Z test_contig_vs_transposed_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.8627708Z test_contig_vs_transposed_i0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.8655661Z test_contig_vs_transposed_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.8694034Z test_contig_vs_transposed_imag_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:02.8724041Z test_contig_vs_transposed_imag_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.8755491Z test_contig_vs_transposed_imag_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.8779265Z test_contig_vs_transposed_isfinite_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:02.8801307Z test_contig_vs_transposed_isfinite_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:02.8834440Z test_contig_vs_transposed_isfinite_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.8861001Z test_contig_vs_transposed_isfinite_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.8887862Z test_contig_vs_transposed_isfinite_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.8917632Z test_contig_vs_transposed_isfinite_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.8941704Z test_contig_vs_transposed_isfinite_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:02.8966781Z test_contig_vs_transposed_isfinite_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:02.8988700Z test_contig_vs_transposed_isfinite_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:02.9010656Z test_contig_vs_transposed_isfinite_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:02.9032776Z test_contig_vs_transposed_isfinite_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:02.9054710Z test_contig_vs_transposed_isfinite_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:02.9076715Z test_contig_vs_transposed_isfinite_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:02.9105971Z test_contig_vs_transposed_isinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.9127725Z test_contig_vs_transposed_isinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:02.9158789Z test_contig_vs_transposed_isinf_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.9184131Z test_contig_vs_transposed_isinf_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:02.9209403Z test_contig_vs_transposed_isinf_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:02.9231629Z test_contig_vs_transposed_isinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:02.9253636Z test_contig_vs_transposed_isinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:02.9276853Z test_contig_vs_transposed_isinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:02.9303466Z test_contig_vs_transposed_isinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.9324211Z test_contig_vs_transposed_isinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:02.9344824Z test_contig_vs_transposed_isinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:02.9365455Z test_contig_vs_transposed_isinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:02.9386462Z test_contig_vs_transposed_isinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:02.9408106Z test_contig_vs_transposed_isnan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:02.9430206Z test_contig_vs_transposed_isnan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:02.9459028Z test_contig_vs_transposed_isnan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.9487443Z test_contig_vs_transposed_isnan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.9509369Z test_contig_vs_transposed_isnan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:02.9530939Z test_contig_vs_transposed_isnan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:02.9553675Z test_contig_vs_transposed_isnan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:02.9574374Z test_contig_vs_transposed_isnan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:02.9595621Z test_contig_vs_transposed_isnan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:02.9616176Z test_contig_vs_transposed_isnan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:02.9637323Z test_contig_vs_transposed_isnan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:02.9664042Z test_contig_vs_transposed_isnan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.9685739Z test_contig_vs_transposed_isneginf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:02.9706635Z test_contig_vs_transposed_isneginf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:02.9728140Z test_contig_vs_transposed_isneginf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:02.9750079Z test_contig_vs_transposed_isneginf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:02.9772079Z test_contig_vs_transposed_isneginf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:02.9793083Z test_contig_vs_transposed_isneginf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:02.9813892Z test_contig_vs_transposed_isneginf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:02.9840763Z test_contig_vs_transposed_isneginf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:02.9861824Z test_contig_vs_transposed_isneginf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:02.9882548Z test_contig_vs_transposed_isneginf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:02.9905280Z test_contig_vs_transposed_isposinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:02.9927123Z test_contig_vs_transposed_isposinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:02.9950215Z test_contig_vs_transposed_isposinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:02.9972987Z test_contig_vs_transposed_isposinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:02.9996671Z test_contig_vs_transposed_isposinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:03.0024491Z test_contig_vs_transposed_isposinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.0045310Z test_contig_vs_transposed_isposinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:03.0066397Z test_contig_vs_transposed_isposinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:03.0086866Z test_contig_vs_transposed_isposinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:03.0107830Z test_contig_vs_transposed_isposinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:03.0129338Z test_contig_vs_transposed_isreal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:03.0150418Z test_contig_vs_transposed_isreal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:03.0177041Z test_contig_vs_transposed_isreal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.0207705Z test_contig_vs_transposed_isreal_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.0230766Z test_contig_vs_transposed_isreal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:03.0252399Z test_contig_vs_transposed_isreal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:03.0274174Z test_contig_vs_transposed_isreal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:03.0295779Z test_contig_vs_transposed_isreal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:03.0316689Z test_contig_vs_transposed_isreal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:03.0337522Z test_contig_vs_transposed_isreal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:03.0358568Z test_contig_vs_transposed_isreal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:03.0385049Z test_contig_vs_transposed_isreal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.0405806Z test_contig_vs_transposed_isreal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:03.0433978Z test_contig_vs_transposed_jiterator_unary_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.0454720Z test_contig_vs_transposed_jiterator_unary_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:03.0494063Z test_contig_vs_transposed_jiterator_unary_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:03.0529576Z test_contig_vs_transposed_jiterator_unary_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.0557661Z test_contig_vs_transposed_jiterator_unary_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.0590716Z test_contig_vs_transposed_jiterator_unary_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.0618659Z test_contig_vs_transposed_jiterator_unary_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.0639397Z test_contig_vs_transposed_jiterator_unary_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:03.0660427Z test_contig_vs_transposed_jiterator_unary_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:03.0681036Z test_contig_vs_transposed_jiterator_unary_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:03.0702141Z test_contig_vs_transposed_jiterator_unary_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:03.0722955Z test_contig_vs_transposed_jiterator_unary_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:03.0749733Z test_contig_vs_transposed_lgamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.0783212Z test_contig_vs_transposed_lgamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.0810385Z test_contig_vs_transposed_lgamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.0870873Z test_contig_vs_transposed_lgamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:03.0897336Z test_contig_vs_transposed_lgamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.0924033Z test_contig_vs_transposed_lgamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.0950490Z test_contig_vs_transposed_lgamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.0976978Z test_contig_vs_transposed_lgamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.1003806Z test_contig_vs_transposed_lgamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.1037213Z test_contig_vs_transposed_log10_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.1064110Z test_contig_vs_transposed_log10_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.1115544Z test_contig_vs_transposed_log10_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:03.1150274Z test_contig_vs_transposed_log10_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.1177540Z test_contig_vs_transposed_log10_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.1206333Z test_contig_vs_transposed_log10_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.1237460Z test_contig_vs_transposed_log10_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.1264163Z test_contig_vs_transposed_log10_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.1296446Z test_contig_vs_transposed_log10_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.1323011Z test_contig_vs_transposed_log10_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.1349807Z test_contig_vs_transposed_log10_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.1376122Z test_contig_vs_transposed_log10_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.1403711Z test_contig_vs_transposed_log1p_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.1430251Z test_contig_vs_transposed_log1p_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.1457599Z test_contig_vs_transposed_log1p_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.1485464Z test_contig_vs_transposed_log1p_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.1519284Z test_contig_vs_transposed_log1p_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.1545924Z test_contig_vs_transposed_log1p_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.1572442Z test_contig_vs_transposed_log1p_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.1599127Z test_contig_vs_transposed_log1p_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.1625681Z test_contig_vs_transposed_log1p_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.1652518Z test_contig_vs_transposed_log1p_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.1680198Z test_contig_vs_transposed_log2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.1706957Z test_contig_vs_transposed_log2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.1764672Z test_contig_vs_transposed_log2_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:03.1800167Z test_contig_vs_transposed_log2_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.1828570Z test_contig_vs_transposed_log2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.1855906Z test_contig_vs_transposed_log2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.1887235Z test_contig_vs_transposed_log2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.1914093Z test_contig_vs_transposed_log2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.1940986Z test_contig_vs_transposed_log2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.1967755Z test_contig_vs_transposed_log2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.2001694Z test_contig_vs_transposed_log2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.2028343Z test_contig_vs_transposed_log2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.2055704Z test_contig_vs_transposed_log_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.2082455Z test_contig_vs_transposed_log_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.2131607Z test_contig_vs_transposed_log_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:03.2166789Z test_contig_vs_transposed_log_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.2202046Z test_contig_vs_transposed_log_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.2229464Z test_contig_vs_transposed_log_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.2263090Z test_contig_vs_transposed_log_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.2293834Z test_contig_vs_transposed_log_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.2320954Z test_contig_vs_transposed_log_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.2348805Z test_contig_vs_transposed_log_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.2376347Z test_contig_vs_transposed_log_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.2404310Z test_contig_vs_transposed_log_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.2432393Z test_contig_vs_transposed_log_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.2458025Z test_contig_vs_transposed_logical_not_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:03.2485977Z test_contig_vs_transposed_logical_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.2512655Z test_contig_vs_transposed_logical_not_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.2535132Z test_contig_vs_transposed_logical_not_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:03.2559559Z test_contig_vs_transposed_logical_not_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:03.2581469Z test_contig_vs_transposed_logical_not_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:03.2603444Z test_contig_vs_transposed_logical_not_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:03.2624252Z test_contig_vs_transposed_logical_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:03.2644998Z test_contig_vs_transposed_logical_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:03.2673070Z test_contig_vs_transposed_logical_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.2693628Z test_contig_vs_transposed_logical_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:03.2714733Z test_contig_vs_transposed_logical_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:03.2742482Z test_contig_vs_transposed_logit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.2769316Z test_contig_vs_transposed_logit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.2796955Z test_contig_vs_transposed_logit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.2824393Z test_contig_vs_transposed_logit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.2856273Z test_contig_vs_transposed_logit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.2888520Z test_contig_vs_transposed_logit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.2915304Z test_contig_vs_transposed_logit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.2942083Z test_contig_vs_transposed_logit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.2968712Z test_contig_vs_transposed_logit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.2995693Z test_contig_vs_transposed_logit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.3027530Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.3059716Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.3110307Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:03.3147657Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:03.3179676Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.3212881Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.3244803Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.3277327Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.3311737Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.3346900Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.3424695Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:31:03.3466201Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:03.3502472Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:03.3538156Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.3574413Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:03.3611322Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:03.3651419Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:03.3691810Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:03.3798005Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-05-18T05:31:03.3844602Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:03.3886406Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:03.3928588Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:03.3970510Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:03.4012390Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:03.4041401Z test_contig_vs_transposed_nan_to_num_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.4063936Z test_contig_vs_transposed_nan_to_num_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:03.4092938Z test_contig_vs_transposed_nan_to_num_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.4127634Z test_contig_vs_transposed_nan_to_num_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.4156631Z test_contig_vs_transposed_nan_to_num_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.4178590Z test_contig_vs_transposed_nan_to_num_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:03.4201698Z test_contig_vs_transposed_nan_to_num_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:03.4222367Z test_contig_vs_transposed_nan_to_num_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:03.4243044Z test_contig_vs_transposed_nan_to_num_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:03.4264176Z test_contig_vs_transposed_nan_to_num_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:03.4291734Z test_contig_vs_transposed_neg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.4338461Z test_contig_vs_transposed_neg_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:03.4373676Z test_contig_vs_transposed_neg_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.4408856Z test_contig_vs_transposed_neg_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.4436427Z test_contig_vs_transposed_neg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.4463889Z test_contig_vs_transposed_neg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.4491148Z test_contig_vs_transposed_neg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.4512186Z test_contig_vs_transposed_neg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:03.4532931Z test_contig_vs_transposed_neg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:03.4560097Z test_contig_vs_transposed_neg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.4582180Z test_contig_vs_transposed_neg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:03.4603810Z test_contig_vs_transposed_neg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:03.4632956Z test_contig_vs_transposed_nn_functional_celu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.4661938Z test_contig_vs_transposed_nn_functional_celu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.4690643Z test_contig_vs_transposed_nn_functional_celu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.4722149Z test_contig_vs_transposed_nn_functional_celu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.4756478Z test_contig_vs_transposed_nn_functional_elu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.4783917Z test_contig_vs_transposed_nn_functional_elu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.4811307Z test_contig_vs_transposed_nn_functional_elu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.4841486Z test_contig_vs_transposed_nn_functional_elu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.4868968Z test_contig_vs_transposed_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.4896290Z test_contig_vs_transposed_nn_functional_hardsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.4924152Z test_contig_vs_transposed_nn_functional_hardsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.4951866Z test_contig_vs_transposed_nn_functional_hardsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.4985484Z test_contig_vs_transposed_nn_functional_logsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.5012688Z test_contig_vs_transposed_nn_functional_logsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.5049032Z test_contig_vs_transposed_nn_functional_logsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:03.5076652Z test_contig_vs_transposed_nn_functional_mish_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.5103996Z test_contig_vs_transposed_nn_functional_mish_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.5131368Z test_contig_vs_transposed_nn_functional_mish_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.5173131Z test_contig_vs_transposed_nn_functional_mish_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:03.5205271Z test_contig_vs_transposed_nn_functional_rrelu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.5242523Z test_contig_vs_transposed_nn_functional_rrelu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:03.5273712Z test_contig_vs_transposed_nn_functional_rrelu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.5303875Z test_contig_vs_transposed_nn_functional_rrelu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.5331329Z test_contig_vs_transposed_nn_functional_selu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.5359124Z test_contig_vs_transposed_nn_functional_selu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.5386603Z test_contig_vs_transposed_nn_functional_selu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.5416762Z test_contig_vs_transposed_nn_functional_selu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.5444369Z test_contig_vs_transposed_nn_functional_silu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.5477931Z test_contig_vs_transposed_nn_functional_silu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.5505298Z test_contig_vs_transposed_nn_functional_silu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.5535544Z test_contig_vs_transposed_nn_functional_silu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.5564210Z test_contig_vs_transposed_nn_functional_softsign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.5592084Z test_contig_vs_transposed_nn_functional_softsign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.5638234Z test_contig_vs_transposed_nn_functional_softsign_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:03.5675037Z test_contig_vs_transposed_nn_functional_softsign_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:03.5704396Z test_contig_vs_transposed_nn_functional_softsign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.5741227Z test_contig_vs_transposed_nn_functional_softsign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:03.5770963Z test_contig_vs_transposed_nn_functional_softsign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.5798892Z test_contig_vs_transposed_nn_functional_softsign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.5826346Z test_contig_vs_transposed_nn_functional_softsign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.5855286Z test_contig_vs_transposed_nn_functional_softsign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.5882990Z test_contig_vs_transposed_nn_functional_softsign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.5910455Z test_contig_vs_transposed_nn_functional_softsign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.5938283Z test_contig_vs_transposed_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.5998675Z test_contig_vs_transposed_nn_functional_tanhshrink_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:03.6035054Z test_contig_vs_transposed_nn_functional_tanhshrink_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:03.6062974Z test_contig_vs_transposed_nn_functional_tanhshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.6090974Z test_contig_vs_transposed_nn_functional_tanhshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.6124948Z test_contig_vs_transposed_nn_functional_tanhshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.6153106Z test_contig_vs_transposed_nn_functional_tanhshrink_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.6181161Z test_contig_vs_transposed_nn_functional_tanhshrink_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.6208010Z test_contig_vs_transposed_nn_functional_tanhshrink_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.6240726Z test_contig_vs_transposed_nn_functional_tanhshrink_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.6267689Z test_contig_vs_transposed_nn_functional_tanhshrink_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.6294044Z test_contig_vs_transposed_polygamma_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.6326531Z test_contig_vs_transposed_polygamma_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.6359180Z test_contig_vs_transposed_polygamma_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.6414721Z test_contig_vs_transposed_polygamma_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:03.6441759Z test_contig_vs_transposed_polygamma_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.6468703Z test_contig_vs_transposed_polygamma_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.6501437Z test_contig_vs_transposed_polygamma_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.6528078Z test_contig_vs_transposed_polygamma_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.6555403Z test_contig_vs_transposed_polygamma_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.6582674Z test_contig_vs_transposed_polygamma_polygamma_n_1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.6610182Z test_contig_vs_transposed_polygamma_polygamma_n_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.6638005Z test_contig_vs_transposed_polygamma_polygamma_n_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.6679776Z test_contig_vs_transposed_polygamma_polygamma_n_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:03.6706847Z test_contig_vs_transposed_polygamma_polygamma_n_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.6739975Z test_contig_vs_transposed_polygamma_polygamma_n_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.6766926Z test_contig_vs_transposed_polygamma_polygamma_n_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.6794145Z test_contig_vs_transposed_polygamma_polygamma_n_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.6821216Z test_contig_vs_transposed_polygamma_polygamma_n_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.6857960Z test_contig_vs_transposed_polygamma_polygamma_n_2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:03.6934028Z test_contig_vs_transposed_polygamma_polygamma_n_2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:03.7015842Z test_contig_vs_transposed_polygamma_polygamma_n_2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:31:03.7603524Z test_contig_vs_transposed_polygamma_polygamma_n_2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.059s) 2022-05-18T05:31:03.7644997Z test_contig_vs_transposed_polygamma_polygamma_n_2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:03.7680771Z test_contig_vs_transposed_polygamma_polygamma_n_2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.7716770Z test_contig_vs_transposed_polygamma_polygamma_n_2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.7753659Z test_contig_vs_transposed_polygamma_polygamma_n_2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:03.7790609Z test_contig_vs_transposed_polygamma_polygamma_n_2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:03.7827421Z test_contig_vs_transposed_polygamma_polygamma_n_3_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:03.7897390Z test_contig_vs_transposed_polygamma_polygamma_n_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:03.7966805Z test_contig_vs_transposed_polygamma_polygamma_n_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:03.8527759Z test_contig_vs_transposed_polygamma_polygamma_n_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.056s) 2022-05-18T05:31:03.8563581Z test_contig_vs_transposed_polygamma_polygamma_n_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.8599600Z test_contig_vs_transposed_polygamma_polygamma_n_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.8646630Z test_contig_vs_transposed_polygamma_polygamma_n_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:03.8680917Z test_contig_vs_transposed_polygamma_polygamma_n_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.8715176Z test_contig_vs_transposed_polygamma_polygamma_n_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.8749418Z test_contig_vs_transposed_polygamma_polygamma_n_4_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.8816643Z test_contig_vs_transposed_polygamma_polygamma_n_4_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:03.8887995Z test_contig_vs_transposed_polygamma_polygamma_n_4_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:03.9363596Z test_contig_vs_transposed_polygamma_polygamma_n_4_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.047s) 2022-05-18T05:31:03.9397665Z test_contig_vs_transposed_polygamma_polygamma_n_4_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.9431941Z test_contig_vs_transposed_polygamma_polygamma_n_4_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.9466164Z test_contig_vs_transposed_polygamma_polygamma_n_4_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.9500009Z test_contig_vs_transposed_polygamma_polygamma_n_4_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.9534256Z test_contig_vs_transposed_polygamma_polygamma_n_4_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.9560857Z test_contig_vs_transposed_positive_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.9600727Z test_contig_vs_transposed_positive_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:03.9633832Z test_contig_vs_transposed_positive_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.9660144Z test_contig_vs_transposed_positive_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.9686518Z test_contig_vs_transposed_positive_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.9712103Z test_contig_vs_transposed_positive_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:03.9732196Z test_contig_vs_transposed_positive_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:03.9752793Z test_contig_vs_transposed_positive_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:03.9772298Z test_contig_vs_transposed_positive_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:03.9798290Z test_contig_vs_transposed_positive_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:03.9818016Z test_contig_vs_transposed_positive_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:03.9845141Z test_contig_vs_transposed_rad2deg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.9871043Z test_contig_vs_transposed_rad2deg_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.9898004Z test_contig_vs_transposed_rad2deg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.9924871Z test_contig_vs_transposed_rad2deg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.9952575Z test_contig_vs_transposed_rad2deg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:03.9979787Z test_contig_vs_transposed_rad2deg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.0011761Z test_contig_vs_transposed_rad2deg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.0038646Z test_contig_vs_transposed_rad2deg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.0065663Z test_contig_vs_transposed_rad2deg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.0092255Z test_contig_vs_transposed_rad2deg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.0119549Z test_contig_vs_transposed_real_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.0140579Z test_contig_vs_transposed_real_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:04.0170977Z test_contig_vs_transposed_real_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.0201193Z test_contig_vs_transposed_real_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.0236052Z test_contig_vs_transposed_real_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.0262251Z test_contig_vs_transposed_real_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.0308642Z test_contig_vs_transposed_real_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:04.0333600Z test_contig_vs_transposed_real_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:04.0353862Z test_contig_vs_transposed_real_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:04.0373991Z test_contig_vs_transposed_real_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:04.0393800Z test_contig_vs_transposed_real_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:04.0414249Z test_contig_vs_transposed_real_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:04.0441378Z test_contig_vs_transposed_real_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.0467573Z test_contig_vs_transposed_reciprocal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.0492820Z test_contig_vs_transposed_reciprocal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:04.0528999Z test_contig_vs_transposed_reciprocal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:04.0563190Z test_contig_vs_transposed_reciprocal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.0590646Z test_contig_vs_transposed_reciprocal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.0616791Z test_contig_vs_transposed_reciprocal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.0648447Z test_contig_vs_transposed_reciprocal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.0673973Z test_contig_vs_transposed_reciprocal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:04.0700329Z test_contig_vs_transposed_reciprocal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.0726983Z test_contig_vs_transposed_reciprocal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.0753829Z test_contig_vs_transposed_reciprocal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.0780589Z test_contig_vs_transposed_reciprocal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.0808301Z test_contig_vs_transposed_round_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.0836122Z test_contig_vs_transposed_round_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.0869744Z test_contig_vs_transposed_round_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.0895491Z test_contig_vs_transposed_round_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:04.0921712Z test_contig_vs_transposed_round_decimals_0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.0947979Z test_contig_vs_transposed_round_decimals_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.0974101Z test_contig_vs_transposed_round_decimals_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.1000516Z test_contig_vs_transposed_round_decimals_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.1026759Z test_contig_vs_transposed_round_decimals_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.1052919Z test_contig_vs_transposed_round_decimals_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.1085217Z test_contig_vs_transposed_round_decimals_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.1111214Z test_contig_vs_transposed_round_decimals_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:04.1138532Z test_contig_vs_transposed_round_decimals_neg_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.1165014Z test_contig_vs_transposed_round_decimals_neg_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.1192000Z test_contig_vs_transposed_round_decimals_neg_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.1218216Z test_contig_vs_transposed_round_decimals_neg_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.1244711Z test_contig_vs_transposed_rsqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.1270554Z test_contig_vs_transposed_rsqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:04.1326014Z test_contig_vs_transposed_rsqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:04.1359329Z test_contig_vs_transposed_rsqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.1385308Z test_contig_vs_transposed_rsqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:04.1411421Z test_contig_vs_transposed_rsqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.1437499Z test_contig_vs_transposed_rsqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.1463060Z test_contig_vs_transposed_rsqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:04.1488282Z test_contig_vs_transposed_rsqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:04.1514045Z test_contig_vs_transposed_rsqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:04.1545261Z test_contig_vs_transposed_rsqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.1570350Z test_contig_vs_transposed_rsqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:04.1596837Z test_contig_vs_transposed_sgn_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.1617207Z test_contig_vs_transposed_sgn_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:04.1654442Z test_contig_vs_transposed_sgn_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:04.1687664Z test_contig_vs_transposed_sgn_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.1720746Z test_contig_vs_transposed_sgn_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.1747225Z test_contig_vs_transposed_sgn_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.1779009Z test_contig_vs_transposed_sgn_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.1805031Z test_contig_vs_transposed_sgn_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.1825687Z test_contig_vs_transposed_sgn_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:04.1846402Z test_contig_vs_transposed_sgn_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:04.1866331Z test_contig_vs_transposed_sgn_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:04.1886594Z test_contig_vs_transposed_sgn_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:04.1907489Z test_contig_vs_transposed_sgn_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:04.1933562Z test_contig_vs_transposed_sigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.1964845Z test_contig_vs_transposed_sigmoid_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.2009898Z test_contig_vs_transposed_sigmoid_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:04.2042539Z test_contig_vs_transposed_sigmoid_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.2075396Z test_contig_vs_transposed_sigmoid_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.2101900Z test_contig_vs_transposed_sigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.2128194Z test_contig_vs_transposed_sigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.2156266Z test_contig_vs_transposed_sigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.2182132Z test_contig_vs_transposed_sigmoid_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:04.2214555Z test_contig_vs_transposed_sigmoid_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.2241175Z test_contig_vs_transposed_sigmoid_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.2267680Z test_contig_vs_transposed_sigmoid_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.2294145Z test_contig_vs_transposed_sigmoid_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.2321669Z test_contig_vs_transposed_sign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.2343490Z test_contig_vs_transposed_sign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:04.2370963Z test_contig_vs_transposed_sign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.2398702Z test_contig_vs_transposed_sign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.2431279Z test_contig_vs_transposed_sign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.2451582Z test_contig_vs_transposed_sign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:04.2472324Z test_contig_vs_transposed_sign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:04.2492179Z test_contig_vs_transposed_sign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:04.2512690Z test_contig_vs_transposed_sign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:04.2534225Z test_contig_vs_transposed_sign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:04.2556956Z test_contig_vs_transposed_signbit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:04.2577482Z test_contig_vs_transposed_signbit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:04.2604688Z test_contig_vs_transposed_signbit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.2626289Z test_contig_vs_transposed_signbit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:04.2647566Z test_contig_vs_transposed_signbit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:04.2668124Z test_contig_vs_transposed_signbit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:04.2688469Z test_contig_vs_transposed_signbit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:04.2709056Z test_contig_vs_transposed_signbit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:04.2729410Z test_contig_vs_transposed_signbit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:04.2750338Z test_contig_vs_transposed_signbit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:04.2782487Z test_contig_vs_transposed_sin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.2807352Z test_contig_vs_transposed_sin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:04.2852097Z test_contig_vs_transposed_sin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:04.2885150Z test_contig_vs_transposed_sin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.2911602Z test_contig_vs_transposed_sin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.2938076Z test_contig_vs_transposed_sin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.2965419Z test_contig_vs_transposed_sin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.2991324Z test_contig_vs_transposed_sin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:04.3023717Z test_contig_vs_transposed_sin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.3049211Z test_contig_vs_transposed_sin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:04.3075743Z test_contig_vs_transposed_sin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.3102455Z test_contig_vs_transposed_sin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.3129876Z test_contig_vs_transposed_sinc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.3156825Z test_contig_vs_transposed_sinc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.3208167Z test_contig_vs_transposed_sinc_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:04.3241385Z test_contig_vs_transposed_sinc_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.3273719Z test_contig_vs_transposed_sinc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.3300829Z test_contig_vs_transposed_sinc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.3328800Z test_contig_vs_transposed_sinc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.3354775Z test_contig_vs_transposed_sinc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:04.3380039Z test_contig_vs_transposed_sinc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:04.3405537Z test_contig_vs_transposed_sinc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:04.3431700Z test_contig_vs_transposed_sinc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:04.3458333Z test_contig_vs_transposed_sinc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.3491911Z test_contig_vs_transposed_sinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.3518601Z test_contig_vs_transposed_sinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.3564340Z test_contig_vs_transposed_sinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:04.3598708Z test_contig_vs_transposed_sinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.3626230Z test_contig_vs_transposed_sinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.3653512Z test_contig_vs_transposed_sinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.3683965Z test_contig_vs_transposed_sinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.3709391Z test_contig_vs_transposed_sinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:04.3740661Z test_contig_vs_transposed_sinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.3766106Z test_contig_vs_transposed_sinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:04.3791741Z test_contig_vs_transposed_sinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:04.3817061Z test_contig_vs_transposed_sinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:04.3843665Z test_contig_vs_transposed_special_entr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.3869096Z test_contig_vs_transposed_special_entr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:04.3895329Z test_contig_vs_transposed_special_entr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.3921965Z test_contig_vs_transposed_special_entr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.3956918Z test_contig_vs_transposed_special_entr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.3982438Z test_contig_vs_transposed_special_entr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:04.4007633Z test_contig_vs_transposed_special_entr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:04.4033597Z test_contig_vs_transposed_special_entr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:04.4058628Z test_contig_vs_transposed_special_entr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:04.4085503Z test_contig_vs_transposed_special_entr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.4112252Z test_contig_vs_transposed_special_erfcx_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.4161694Z test_contig_vs_transposed_special_erfcx_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:04.4216693Z test_contig_vs_transposed_special_erfcx_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:04.4253669Z test_contig_vs_transposed_special_erfcx_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:04.4290405Z test_contig_vs_transposed_special_erfcx_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:04.4327328Z test_contig_vs_transposed_special_erfcx_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:04.4364425Z test_contig_vs_transposed_special_erfcx_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:04.4397028Z test_contig_vs_transposed_special_erfcx_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.4423574Z test_contig_vs_transposed_special_i0e_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.4454368Z test_contig_vs_transposed_special_i0e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.4480794Z test_contig_vs_transposed_special_i0e_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.4507195Z test_contig_vs_transposed_special_i0e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.4548503Z test_contig_vs_transposed_special_i0e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:04.4573946Z test_contig_vs_transposed_special_i0e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:04.4599278Z test_contig_vs_transposed_special_i0e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:04.4625336Z test_contig_vs_transposed_special_i0e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:04.4650366Z test_contig_vs_transposed_special_i0e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:04.4681799Z test_contig_vs_transposed_special_i0e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.4706976Z test_contig_vs_transposed_special_i1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:04.4733122Z test_contig_vs_transposed_special_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.4775690Z test_contig_vs_transposed_special_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:04.4801223Z test_contig_vs_transposed_special_i1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:04.4826695Z test_contig_vs_transposed_special_i1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:04.4852002Z test_contig_vs_transposed_special_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:04.4877751Z test_contig_vs_transposed_special_i1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:04.4909007Z test_contig_vs_transposed_special_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.4934258Z test_contig_vs_transposed_special_i1e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:04.4960712Z test_contig_vs_transposed_special_i1e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.5002502Z test_contig_vs_transposed_special_i1e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:04.5027849Z test_contig_vs_transposed_special_i1e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:04.5053149Z test_contig_vs_transposed_special_i1e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:04.5078661Z test_contig_vs_transposed_special_i1e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:04.5104201Z test_contig_vs_transposed_special_i1e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:04.5135355Z test_contig_vs_transposed_special_i1e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.5160768Z test_contig_vs_transposed_special_log_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:04.5187274Z test_contig_vs_transposed_special_log_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.5234775Z test_contig_vs_transposed_special_log_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:04.5260297Z test_contig_vs_transposed_special_log_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:04.5285645Z test_contig_vs_transposed_special_log_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:04.5311203Z test_contig_vs_transposed_special_log_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:04.5336618Z test_contig_vs_transposed_special_log_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:04.5368124Z test_contig_vs_transposed_special_log_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.5395431Z test_contig_vs_transposed_special_ndtr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.5421663Z test_contig_vs_transposed_special_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.5448591Z test_contig_vs_transposed_special_ndtr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.5475722Z test_contig_vs_transposed_special_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.5508493Z test_contig_vs_transposed_special_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.5534900Z test_contig_vs_transposed_special_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.5561597Z test_contig_vs_transposed_special_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.5594024Z test_contig_vs_transposed_special_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.5620093Z test_contig_vs_transposed_special_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.5646596Z test_contig_vs_transposed_special_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.5671980Z test_contig_vs_transposed_special_ndtri_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:04.5698217Z test_contig_vs_transposed_special_ndtri_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.5739164Z test_contig_vs_transposed_special_ndtri_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:04.5764802Z test_contig_vs_transposed_special_ndtri_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:04.5790377Z test_contig_vs_transposed_special_ndtri_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:04.5823207Z test_contig_vs_transposed_special_ndtri_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.5848674Z test_contig_vs_transposed_special_ndtri_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:04.5874246Z test_contig_vs_transposed_special_ndtri_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:04.5899677Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:04.5929484Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.5959615Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.6006994Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:04.6032706Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:04.6064019Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.6089115Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:04.6115931Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.6142639Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.6169993Z test_contig_vs_transposed_sqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.6195838Z test_contig_vs_transposed_sqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:04.6241254Z test_contig_vs_transposed_sqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:04.6273924Z test_contig_vs_transposed_sqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.6306202Z test_contig_vs_transposed_sqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.6332058Z test_contig_vs_transposed_sqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.6358607Z test_contig_vs_transposed_sqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.6384040Z test_contig_vs_transposed_sqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:04.6409622Z test_contig_vs_transposed_sqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:04.6435472Z test_contig_vs_transposed_sqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:04.6460874Z test_contig_vs_transposed_sqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:04.6486515Z test_contig_vs_transposed_sqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:04.6518816Z test_contig_vs_transposed_square_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.6539188Z test_contig_vs_transposed_square_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:04.6592894Z test_contig_vs_transposed_square_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:04.6627252Z test_contig_vs_transposed_square_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.6653471Z test_contig_vs_transposed_square_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.6680141Z test_contig_vs_transposed_square_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.6706009Z test_contig_vs_transposed_square_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:04.6726680Z test_contig_vs_transposed_square_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:04.6753071Z test_contig_vs_transposed_square_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.6772860Z test_contig_vs_transposed_square_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:04.6793535Z test_contig_vs_transposed_square_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:04.6814090Z test_contig_vs_transposed_square_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:04.6840447Z test_contig_vs_transposed_tan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.6865909Z test_contig_vs_transposed_tan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:04.6911151Z test_contig_vs_transposed_tan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:04.6945196Z test_contig_vs_transposed_tan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.6978233Z test_contig_vs_transposed_tan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.7006564Z test_contig_vs_transposed_tan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.7035875Z test_contig_vs_transposed_tan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.7061426Z test_contig_vs_transposed_tan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:04.7086675Z test_contig_vs_transposed_tan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:04.7113199Z test_contig_vs_transposed_tan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.7138719Z test_contig_vs_transposed_tan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:04.7164349Z test_contig_vs_transposed_tan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:04.7197141Z test_contig_vs_transposed_tanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.7222273Z test_contig_vs_transposed_tanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:04.7267066Z test_contig_vs_transposed_tanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:04.7299670Z test_contig_vs_transposed_tanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.7325897Z test_contig_vs_transposed_tanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.7352559Z test_contig_vs_transposed_tanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.7382210Z test_contig_vs_transposed_tanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.7407799Z test_contig_vs_transposed_tanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:04.7439277Z test_contig_vs_transposed_tanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.7464599Z test_contig_vs_transposed_tanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:04.7490001Z test_contig_vs_transposed_tanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:04.7515684Z test_contig_vs_transposed_tanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:04.7541981Z test_contig_vs_transposed_trunc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.7568047Z test_contig_vs_transposed_trunc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.7594636Z test_contig_vs_transposed_trunc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.7620659Z test_contig_vs_transposed_trunc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:04.7647720Z test_digamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.7670455Z test_digamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:04.7699696Z test_digamma_special_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.7729235Z test_digamma_special_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:04.7773483Z test_exp_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:04.7825618Z test_exp_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... /opt/conda/lib/python3.9/site-packages/torch/testing/_internal/common_utils.py:2156: RuntimeWarning: invalid value encountered in exp 2022-05-18T05:31:04.7826141Z np_result = np_fn(a) 2022-05-18T05:31:04.7894544Z ok (0.012s) 2022-05-18T05:31:04.8013540Z test_exp_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-05-18T05:31:04.8061247Z test_exp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... /opt/conda/lib/python3.9/site-packages/torch/testing/_internal/common_utils.py:2156: RuntimeWarning: overflow encountered in exp 2022-05-18T05:31:04.8061807Z np_result = np_fn(a) 2022-05-18T05:31:04.8071470Z ok (0.006s) 2022-05-18T05:31:04.8122927Z test_exp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:04.8174143Z test_exp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:04.8182318Z test_exp_slow_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Insufficient memory on linux.(2|4)xlarge (0.001s) 2022-05-18T05:31:04.8238002Z test_float_domains_acos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:04.8295041Z test_float_domains_acos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:04.8355848Z test_float_domains_acos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:04.8415773Z test_float_domains_acos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:04.8456180Z test_float_domains_acosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:04.8506588Z test_float_domains_acosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:04.8549820Z test_float_domains_acosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:04.8592837Z test_float_domains_acosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:04.8647545Z test_float_domains_asin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:04.8704873Z test_float_domains_asin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:04.8769497Z test_float_domains_asin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:04.8834151Z test_float_domains_asin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:04.8893109Z test_float_domains_atanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:04.8958479Z test_float_domains_atanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:04.9017930Z test_float_domains_atanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:04.9077635Z test_float_domains_atanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:04.9135322Z test_float_domains_erfinv_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:04.9196272Z test_float_domains_erfinv_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:04.9255929Z test_float_domains_erfinv_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:04.9299391Z test_float_domains_log10_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:04.9343152Z test_float_domains_log10_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:04.9393582Z test_float_domains_log10_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:04.9436441Z test_float_domains_log10_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:04.9476846Z test_float_domains_log1p_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:04.9518356Z test_float_domains_log1p_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:04.9561969Z test_float_domains_log1p_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:04.9604784Z test_float_domains_log1p_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:04.9647780Z test_float_domains_log2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:04.9691112Z test_float_domains_log2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:04.9740012Z test_float_domains_log2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:04.9782905Z test_float_domains_log2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:04.9825855Z test_float_domains_log_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:04.9869008Z test_float_domains_log_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:04.9912477Z test_float_domains_log_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:04.9955481Z test_float_domains_log_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:05.0013637Z test_float_domains_logit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:05.0073015Z test_float_domains_logit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:05.0139161Z test_float_domains_logit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:05.0200727Z test_float_domains_logit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:05.0217421Z test_float_domains_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.002s) 2022-05-18T05:31:05.0235165Z test_float_domains_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.002s) 2022-05-18T05:31:05.0252247Z test_float_domains_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.002s) 2022-05-18T05:31:05.0269740Z test_float_domains_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.002s) 2022-05-18T05:31:05.0286901Z test_float_domains_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.002s) 2022-05-18T05:31:05.0306006Z test_float_domains_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.002s) 2022-05-18T05:31:05.0323433Z test_float_domains_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.002s) 2022-05-18T05:31:05.0343244Z test_float_domains_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.002s) 2022-05-18T05:31:05.0362884Z test_float_domains_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.002s) 2022-05-18T05:31:05.0405641Z test_float_domains_rsqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:05.0451810Z test_float_domains_rsqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:05.0495530Z test_float_domains_rsqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:05.0538236Z test_float_domains_rsqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:05.0597941Z test_float_domains_special_ndtri_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:05.0661658Z test_float_domains_special_ndtri_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:05.0713488Z test_float_domains_sqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:05.0759723Z test_float_domains_sqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:05.0804989Z test_float_domains_sqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:05.0848308Z test_float_domains_sqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:05.5345769Z test_frexp_assert_raises_cuda (__main__.TestUnaryUfuncsCUDA) ... ok (0.449s) 2022-05-18T05:31:05.5374395Z test_frexp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:05.5400617Z test_frexp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:05.5427622Z test_frexp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:05.5454918Z test_hardshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:31:05.5474687Z test_hardshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:31:05.5494021Z test_hardshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:31:05.5520420Z test_hardshrink_edge_cases_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:31:05.5546834Z test_hardshrink_edge_cases_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:31:05.5572828Z test_hardshrink_edge_cases_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:31:05.5602605Z test_hardsigmoid_backward_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:05.5628734Z test_hardsigmoid_backward_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:05.5654503Z test_hardsigmoid_backward_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:05.5692881Z test_hardsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:05.5723970Z test_hardsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:05.5754408Z test_hardsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:05.5785637Z test_hardswish_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:05.5816048Z test_hardswish_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:05.5846721Z test_hardswish_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:05.5873430Z test_i0_range1_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:05.5899624Z test_i0_range1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:05.5932264Z test_i0_range1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:05.5957807Z test_i0_range1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:05.5983570Z test_i0_range2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:05.6008717Z test_i0_range2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:05.6034157Z test_i0_range2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:05.6059495Z test_i0_range2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:05.6084460Z test_i0_range3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:05.6106476Z test_i0_special_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:05.6133474Z test_i0_special_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:05.6154003Z test_i0_special_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:05.6174202Z test_i0_special_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:05.6860395Z test_igamma_common_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.068s) 2022-05-18T05:31:05.7566201Z test_igamma_common_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.071s) 2022-05-18T05:31:05.7616759Z test_igamma_edge_cases_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:05.7665516Z test_igamma_edge_cases_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:06.2295332Z test_igammac_common_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.463s) 2022-05-18T05:31:06.6978208Z test_igammac_common_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.468s) 2022-05-18T05:31:06.7030046Z test_igammac_edge_cases_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:06.7078209Z test_igammac_edge_cases_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:06.7170996Z test_isposinf_isneginf_non_boolean_output_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-05-18T05:31:06.7260616Z test_isposinf_isneginf_non_boolean_output_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-05-18T05:31:06.7349440Z test_isposinf_isneginf_non_boolean_output_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-05-18T05:31:06.7438336Z test_isposinf_isneginf_non_boolean_output_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-05-18T05:31:06.7527053Z test_isposinf_isneginf_non_boolean_output_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-05-18T05:31:06.7622539Z test_isposinf_isneginf_non_boolean_output_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-05-18T05:31:06.7710846Z test_isposinf_isneginf_non_boolean_output_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-05-18T05:31:06.7799074Z test_isposinf_isneginf_non_boolean_output_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-05-18T05:31:06.7887324Z test_isposinf_isneginf_non_boolean_output_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-05-18T05:31:06.7975897Z test_isposinf_isneginf_non_boolean_output_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-05-18T05:31:06.8064277Z test_isposinf_isneginf_non_boolean_output_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-05-18T05:31:06.8088997Z test_mish_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... /var/lib/jenkins/workspace/test/test_unary_ufuncs.py:1132: RuntimeWarning: overflow encountered in exp 2022-05-18T05:31:06.8089536Z expected_output_np = input_np * np.tanh(np.log1p(np.exp(input_np))) 2022-05-18T05:31:06.8111816Z ok (0.005s) 2022-05-18T05:31:06.8154947Z test_mish_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:06.8217727Z test_mvlgamma_argcheck_cuda (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:06.8241498Z test_nan_to_num_bfloat16_cuda (__main__.TestUnaryUfuncsCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:31:06.8292523Z test_nan_to_num_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:06.8367521Z test_nan_to_num_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:06.8439102Z test_nan_to_num_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:06.8508907Z test_nan_to_num_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:06.8559756Z test_nan_to_num_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:06.8610989Z test_nan_to_num_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:06.8667493Z test_nan_to_num_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:06.8717347Z test_nan_to_num_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:06.8767542Z test_nan_to_num_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:06.8798791Z test_non_contig_abs_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:06.8824751Z test_non_contig_abs_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:06.8857525Z test_non_contig_abs_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:06.8891161Z test_non_contig_abs_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:06.8924815Z test_non_contig_abs_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:06.8963963Z test_non_contig_abs_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:06.8994972Z test_non_contig_abs_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:06.9025029Z test_non_contig_abs_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:06.9050794Z test_non_contig_abs_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:06.9076713Z test_non_contig_abs_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:06.9101839Z test_non_contig_abs_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:06.9127428Z test_non_contig_abs_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:06.9153662Z test_non_contig_abs_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:06.9190717Z test_non_contig_acos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:06.9219345Z test_non_contig_acos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:06.9252503Z test_non_contig_acos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:06.9285990Z test_non_contig_acos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:06.9316877Z test_non_contig_acos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:06.9347787Z test_non_contig_acos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:06.9377700Z test_non_contig_acos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:06.9407087Z test_non_contig_acos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:06.9442261Z test_non_contig_acos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:06.9471318Z test_non_contig_acos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:06.9501960Z test_non_contig_acos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:06.9532594Z test_non_contig_acos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:06.9565330Z test_non_contig_acosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:06.9595785Z test_non_contig_acosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:06.9628921Z test_non_contig_acosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:06.9662529Z test_non_contig_acosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:06.9699115Z test_non_contig_acosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:06.9730044Z test_non_contig_acosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:06.9759936Z test_non_contig_acosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:06.9789276Z test_non_contig_acosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:06.9818283Z test_non_contig_acosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:06.9847533Z test_non_contig_acosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:06.9876770Z test_non_contig_acosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:06.9906012Z test_non_contig_acosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:06.9940730Z test_non_contig_angle_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:06.9973470Z test_non_contig_angle_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.0006937Z test_non_contig_angle_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.0040780Z test_non_contig_angle_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.0071777Z test_non_contig_angle_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.0102225Z test_non_contig_angle_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.0131130Z test_non_contig_angle_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.0160767Z test_non_contig_angle_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.0195677Z test_non_contig_angle_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.0224753Z test_non_contig_angle_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.0253655Z test_non_contig_angle_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.0284444Z test_non_contig_asin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.0313833Z test_non_contig_asin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.0346943Z test_non_contig_asin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.0380529Z test_non_contig_asin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.0411434Z test_non_contig_asin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.0448277Z test_non_contig_asin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:07.0478567Z test_non_contig_asin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.0507978Z test_non_contig_asin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.0536824Z test_non_contig_asin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.0566217Z test_non_contig_asin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.0595381Z test_non_contig_asin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.0624715Z test_non_contig_asin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.0655597Z test_non_contig_asinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.0690429Z test_non_contig_asinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.0723319Z test_non_contig_asinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.0757723Z test_non_contig_asinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.0789766Z test_non_contig_asinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.0820442Z test_non_contig_asinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.0850869Z test_non_contig_asinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.0880970Z test_non_contig_asinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.0910010Z test_non_contig_asinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.0945619Z test_non_contig_asinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.0974544Z test_non_contig_asinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.1003860Z test_non_contig_asinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.1034687Z test_non_contig_atan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.1063877Z test_non_contig_atan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.1096719Z test_non_contig_atan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.1130256Z test_non_contig_atan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.1161273Z test_non_contig_atan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.1199404Z test_non_contig_atan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:07.1229417Z test_non_contig_atan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.1258456Z test_non_contig_atan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.1287541Z test_non_contig_atan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.1317164Z test_non_contig_atan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.1346403Z test_non_contig_atan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.1375371Z test_non_contig_atan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.1406374Z test_non_contig_atanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.1441693Z test_non_contig_atanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.1474645Z test_non_contig_atanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.1508089Z test_non_contig_atanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.1539024Z test_non_contig_atanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.1570085Z test_non_contig_atanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.1600209Z test_non_contig_atanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.1629556Z test_non_contig_atanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.1658822Z test_non_contig_atanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.1693919Z test_non_contig_atanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.1723366Z test_non_contig_atanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.1752672Z test_non_contig_atanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.1777835Z test_non_contig_bitwise_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:07.1803953Z test_non_contig_bitwise_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:07.1829568Z test_non_contig_bitwise_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:07.1854496Z test_non_contig_bitwise_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:07.1887569Z test_non_contig_bitwise_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.1913444Z test_non_contig_bitwise_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:07.1944547Z test_non_contig_ceil_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.1974972Z test_non_contig_ceil_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.2005858Z test_non_contig_ceil_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.2035971Z test_non_contig_ceil_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.2067375Z test_non_contig_clamp_scalar_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.2092870Z test_non_contig_clamp_scalar_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:07.2129904Z test_non_contig_clamp_scalar_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:07.2162763Z test_non_contig_clamp_scalar_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.2196068Z test_non_contig_clamp_scalar_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.2222115Z test_non_contig_clamp_scalar_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.2248088Z test_non_contig_clamp_scalar_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:07.2273676Z test_non_contig_clamp_scalar_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:07.2299511Z test_non_contig_clamp_scalar_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:07.2325879Z test_non_contig_clamp_scalar_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.2362067Z test_non_contig_conj_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:07.2387180Z test_non_contig_conj_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:07.2421342Z test_non_contig_conj_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.2454901Z test_non_contig_conj_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.2488912Z test_non_contig_conj_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.2519174Z test_non_contig_conj_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.2549839Z test_non_contig_conj_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.2579498Z test_non_contig_conj_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.2610614Z test_non_contig_conj_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.2636042Z test_non_contig_conj_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:07.2659921Z test_non_contig_conj_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:07.2684945Z test_non_contig_conj_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:07.2710089Z test_non_contig_conj_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:07.2740215Z test_non_contig_conj_physical_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.2765654Z test_non_contig_conj_physical_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:07.2798665Z test_non_contig_conj_physical_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.2838790Z test_non_contig_conj_physical_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:07.2872460Z test_non_contig_conj_physical_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.2902901Z test_non_contig_conj_physical_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.2933109Z test_non_contig_conj_physical_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.2963106Z test_non_contig_conj_physical_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.2988430Z test_non_contig_conj_physical_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:07.3013333Z test_non_contig_conj_physical_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:07.3038165Z test_non_contig_conj_physical_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:07.3070741Z test_non_contig_conj_physical_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.3097244Z test_non_contig_conj_physical_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.3129489Z test_non_contig_cos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.3160386Z test_non_contig_cos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.3196103Z test_non_contig_cos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.3230098Z test_non_contig_cos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.3262116Z test_non_contig_cos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.3292947Z test_non_contig_cos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.3328906Z test_non_contig_cos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:07.3358462Z test_non_contig_cos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.3388471Z test_non_contig_cos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.3417616Z test_non_contig_cos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.3446842Z test_non_contig_cos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.3476924Z test_non_contig_cos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.3508096Z test_non_contig_cosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.3537008Z test_non_contig_cosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.3577903Z test_non_contig_cosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:07.3613008Z test_non_contig_cosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.3645804Z test_non_contig_cosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.3678684Z test_non_contig_cosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.3710379Z test_non_contig_cosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.3741442Z test_non_contig_cosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.3772092Z test_non_contig_cosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.3803000Z test_non_contig_cosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.3839485Z test_non_contig_cosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:07.3868650Z test_non_contig_cosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.3899554Z test_non_contig_deg2rad_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.3928942Z test_non_contig_deg2rad_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.3960263Z test_non_contig_deg2rad_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.3991498Z test_non_contig_deg2rad_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.4022154Z test_non_contig_deg2rad_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.4051652Z test_non_contig_deg2rad_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.4087031Z test_non_contig_deg2rad_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.4116862Z test_non_contig_deg2rad_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.4146284Z test_non_contig_deg2rad_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.4175599Z test_non_contig_deg2rad_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.4205503Z test_non_contig_digamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.4237011Z test_non_contig_digamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.4267758Z test_non_contig_digamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.4297912Z test_non_contig_digamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.4333091Z test_non_contig_digamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.4362708Z test_non_contig_digamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.4393602Z test_non_contig_digamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.4424323Z test_non_contig_digamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.4455002Z test_non_contig_digamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.4487229Z test_non_contig_erf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.4516113Z test_non_contig_erf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.4547395Z test_non_contig_erf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.4583749Z test_non_contig_erf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:07.4613991Z test_non_contig_erf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.4643347Z test_non_contig_erf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.4672722Z test_non_contig_erf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.4701822Z test_non_contig_erf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.4730713Z test_non_contig_erf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.4760070Z test_non_contig_erf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.4791216Z test_non_contig_erfc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.4827476Z test_non_contig_erfc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:07.4858254Z test_non_contig_erfc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.4888880Z test_non_contig_erfc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.4919149Z test_non_contig_erfc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.4948596Z test_non_contig_erfc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.4977489Z test_non_contig_erfc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.5006650Z test_non_contig_erfc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.5035665Z test_non_contig_erfc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.5070626Z test_non_contig_erfc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.5099274Z test_non_contig_erfinv_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.5130101Z test_non_contig_erfinv_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.5160987Z test_non_contig_erfinv_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.5192253Z test_non_contig_erfinv_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.5221625Z test_non_contig_erfinv_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.5250719Z test_non_contig_erfinv_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.5279818Z test_non_contig_erfinv_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.5314944Z test_non_contig_erfinv_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.5344185Z test_non_contig_erfinv_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.5374961Z test_non_contig_exp2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.5403875Z test_non_contig_exp2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.5434834Z test_non_contig_exp2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.5465979Z test_non_contig_exp2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.5495880Z test_non_contig_exp2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.5525139Z test_non_contig_exp2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.5560347Z test_non_contig_exp2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.5589496Z test_non_contig_exp2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.5618291Z test_non_contig_exp2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.5647778Z test_non_contig_exp2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.5678619Z test_non_contig_exp_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.5707760Z test_non_contig_exp_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.5740892Z test_non_contig_exp_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.5779959Z test_non_contig_exp_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:07.5815226Z test_non_contig_exp_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.5847844Z test_non_contig_exp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.5880545Z test_non_contig_exp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.5910838Z test_non_contig_exp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.5939859Z test_non_contig_exp_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.5968943Z test_non_contig_exp_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.5998186Z test_non_contig_exp_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.6033340Z test_non_contig_exp_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.6062449Z test_non_contig_exp_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:07.6123880Z test_non_contig_expand_abs_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:07.6166299Z test_non_contig_expand_abs_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:07.6230492Z test_non_contig_expand_abs_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:07.6295355Z test_non_contig_expand_abs_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:07.6360738Z test_non_contig_expand_abs_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:07.6421798Z test_non_contig_expand_abs_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:07.6488645Z test_non_contig_expand_abs_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:07.6546987Z test_non_contig_expand_abs_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:07.6589666Z test_non_contig_expand_abs_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:07.6632322Z test_non_contig_expand_abs_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:07.6672251Z test_non_contig_expand_abs_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:07.6715135Z test_non_contig_expand_abs_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:07.6758161Z test_non_contig_expand_abs_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:07.6819232Z test_non_contig_expand_acos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:07.6883724Z test_non_contig_expand_acos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:07.6948350Z test_non_contig_expand_acos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:07.7015869Z test_non_contig_expand_acos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:07.7076957Z test_non_contig_expand_acos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:07.7137811Z test_non_contig_expand_acos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:07.7197908Z test_non_contig_expand_acos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:07.7256391Z test_non_contig_expand_acos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:07.7315521Z test_non_contig_expand_acos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:07.7379643Z test_non_contig_expand_acos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:07.7438190Z test_non_contig_expand_acos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:07.7496336Z test_non_contig_expand_acos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:07.7557969Z test_non_contig_expand_acosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:07.7616094Z test_non_contig_expand_acosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:07.7681467Z test_non_contig_expand_acosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:07.7749478Z test_non_contig_expand_acosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:07.7810260Z test_non_contig_expand_acosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:07.7877414Z test_non_contig_expand_acosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:07.7934882Z test_non_contig_expand_acosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:07.7993990Z test_non_contig_expand_acosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:07.8052196Z test_non_contig_expand_acosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:07.8110860Z test_non_contig_expand_acosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:07.8168891Z test_non_contig_expand_acosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:07.8228797Z test_non_contig_expand_acosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:07.8286893Z test_non_contig_expand_angle_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:07.8355000Z test_non_contig_expand_angle_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:07.8420564Z test_non_contig_expand_angle_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:07.8485636Z test_non_contig_expand_angle_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:07.8546791Z test_non_contig_expand_angle_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:07.8607262Z test_non_contig_expand_angle_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:07.8669075Z test_non_contig_expand_angle_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:07.8730293Z test_non_contig_expand_angle_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:07.8791597Z test_non_contig_expand_angle_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:07.8857695Z test_non_contig_expand_angle_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:07.8915964Z test_non_contig_expand_angle_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:07.8977107Z test_non_contig_expand_asin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:07.9034998Z test_non_contig_expand_asin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:07.9099455Z test_non_contig_expand_asin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:07.9167456Z test_non_contig_expand_asin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:07.9229527Z test_non_contig_expand_asin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:07.9290642Z test_non_contig_expand_asin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:07.9356410Z test_non_contig_expand_asin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:07.9414654Z test_non_contig_expand_asin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:07.9472963Z test_non_contig_expand_asin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:07.9531180Z test_non_contig_expand_asin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:07.9589669Z test_non_contig_expand_asin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:07.9647530Z test_non_contig_expand_asin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:07.9708426Z test_non_contig_expand_asinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:07.9766646Z test_non_contig_expand_asinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:07.9836791Z test_non_contig_expand_asinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:07.9904450Z test_non_contig_expand_asinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:07.9965023Z test_non_contig_expand_asinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:08.0029054Z test_non_contig_expand_asinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:08.0089782Z test_non_contig_expand_asinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:08.0150890Z test_non_contig_expand_asinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:08.0210798Z test_non_contig_expand_asinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:08.0269240Z test_non_contig_expand_asinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:08.0333467Z test_non_contig_expand_asinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:08.0391807Z test_non_contig_expand_asinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:08.0452382Z test_non_contig_expand_atan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:08.0510408Z test_non_contig_expand_atan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:08.0576657Z test_non_contig_expand_atan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:08.0647901Z test_non_contig_expand_atan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:08.0711687Z test_non_contig_expand_atan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:08.0775354Z test_non_contig_expand_atan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:08.0841972Z test_non_contig_expand_atan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:08.0902498Z test_non_contig_expand_atan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:08.0960677Z test_non_contig_expand_atan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:08.1020387Z test_non_contig_expand_atan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:08.1082167Z test_non_contig_expand_atan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:08.1140314Z test_non_contig_expand_atan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:08.1202176Z test_non_contig_expand_atanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:08.1260773Z test_non_contig_expand_atanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:08.1331569Z test_non_contig_expand_atanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:08.1399304Z test_non_contig_expand_atanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:08.1459833Z test_non_contig_expand_atanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:08.1520758Z test_non_contig_expand_atanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:08.1578692Z test_non_contig_expand_atanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:08.1637262Z test_non_contig_expand_atanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:08.1695666Z test_non_contig_expand_atanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:08.1754774Z test_non_contig_expand_atanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:08.1819004Z test_non_contig_expand_atanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:08.1878016Z test_non_contig_expand_atanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:08.1920322Z test_non_contig_expand_bitwise_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:08.1963009Z test_non_contig_expand_bitwise_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:08.2005606Z test_non_contig_expand_bitwise_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:08.2045332Z test_non_contig_expand_bitwise_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:08.2088167Z test_non_contig_expand_bitwise_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:08.2131056Z test_non_contig_expand_bitwise_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:08.2199573Z test_non_contig_expand_ceil_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:08.2260397Z test_non_contig_expand_ceil_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:08.2321516Z test_non_contig_expand_ceil_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:08.2379146Z test_non_contig_expand_ceil_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:08.2444193Z test_non_contig_expand_clamp_scalar_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:08.2488242Z test_non_contig_expand_clamp_scalar_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:08.2553269Z test_non_contig_expand_clamp_scalar_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:08.2617782Z test_non_contig_expand_clamp_scalar_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:08.2685744Z test_non_contig_expand_clamp_scalar_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:08.2730990Z test_non_contig_expand_clamp_scalar_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:08.2776922Z test_non_contig_expand_clamp_scalar_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:08.2816943Z test_non_contig_expand_clamp_scalar_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:08.2860339Z test_non_contig_expand_clamp_scalar_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:08.2903560Z test_non_contig_expand_clamp_scalar_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:08.2963723Z test_non_contig_expand_conj_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:08.3013045Z test_non_contig_expand_conj_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:08.3085489Z test_non_contig_expand_conj_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:08.3154912Z test_non_contig_expand_conj_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:08.3225697Z test_non_contig_expand_conj_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:08.3286231Z test_non_contig_expand_conj_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:08.3346119Z test_non_contig_expand_conj_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:08.3403306Z test_non_contig_expand_conj_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:08.3445122Z test_non_contig_expand_conj_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:08.3492631Z test_non_contig_expand_conj_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:08.3530690Z test_non_contig_expand_conj_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:08.3572069Z test_non_contig_expand_conj_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:08.3616211Z test_non_contig_expand_conj_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:08.3679025Z test_non_contig_expand_conj_physical_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:08.3720134Z test_non_contig_expand_conj_physical_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:08.3785776Z test_non_contig_expand_conj_physical_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:08.3853277Z test_non_contig_expand_conj_physical_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:08.3927537Z test_non_contig_expand_conj_physical_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:08.3987457Z test_non_contig_expand_conj_physical_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:08.4047178Z test_non_contig_expand_conj_physical_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:08.4103761Z test_non_contig_expand_conj_physical_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:08.4145070Z test_non_contig_expand_conj_physical_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:08.4187027Z test_non_contig_expand_conj_physical_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:08.4225186Z test_non_contig_expand_conj_physical_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:08.4266746Z test_non_contig_expand_conj_physical_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:08.4314659Z test_non_contig_expand_conj_physical_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:08.4374667Z test_non_contig_expand_cos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:08.4432600Z test_non_contig_expand_cos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:08.4497286Z test_non_contig_expand_cos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:08.4565029Z test_non_contig_expand_cos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:08.4625898Z test_non_contig_expand_cos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:08.4686604Z test_non_contig_expand_cos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:08.4744672Z test_non_contig_expand_cos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:08.4810402Z test_non_contig_expand_cos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:08.4868619Z test_non_contig_expand_cos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:08.4926523Z test_non_contig_expand_cos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:08.4984753Z test_non_contig_expand_cos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:08.5042913Z test_non_contig_expand_cos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:08.5103514Z test_non_contig_expand_cosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:08.5161707Z test_non_contig_expand_cosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:08.5226970Z test_non_contig_expand_cosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:08.5300709Z test_non_contig_expand_cosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:08.5361717Z test_non_contig_expand_cosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:08.5422706Z test_non_contig_expand_cosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:08.5480640Z test_non_contig_expand_cosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:08.5538904Z test_non_contig_expand_cosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:08.5597383Z test_non_contig_expand_cosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:08.5655372Z test_non_contig_expand_cosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:08.5713774Z test_non_contig_expand_cosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:08.5778038Z test_non_contig_expand_cosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:08.5839426Z test_non_contig_expand_deg2rad_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:08.5898518Z test_non_contig_expand_deg2rad_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:08.5960124Z test_non_contig_expand_deg2rad_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:08.6021283Z test_non_contig_expand_deg2rad_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:08.6079722Z test_non_contig_expand_deg2rad_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:08.6141471Z test_non_contig_expand_deg2rad_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:08.6205860Z test_non_contig_expand_deg2rad_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:08.6270818Z test_non_contig_expand_deg2rad_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:08.6329548Z test_non_contig_expand_deg2rad_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:08.6388864Z test_non_contig_expand_deg2rad_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:08.6447057Z test_non_contig_expand_digamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:08.6507853Z test_non_contig_expand_digamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:08.6568650Z test_non_contig_expand_digamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:08.6630036Z test_non_contig_expand_digamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:08.6691371Z test_non_contig_expand_digamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:08.6758667Z test_non_contig_expand_digamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:08.6819760Z test_non_contig_expand_digamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:08.6880733Z test_non_contig_expand_digamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:08.6941969Z test_non_contig_expand_digamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:08.7005412Z test_non_contig_expand_erf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:08.7066533Z test_non_contig_expand_erf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:08.7128311Z test_non_contig_expand_erf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:08.7190412Z test_non_contig_expand_erf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:08.7254443Z test_non_contig_expand_erf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:08.7315740Z test_non_contig_expand_erf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:08.7377110Z test_non_contig_expand_erf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:08.7438161Z test_non_contig_expand_erf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:08.7496783Z test_non_contig_expand_erf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:08.7555511Z test_non_contig_expand_erf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:08.7616307Z test_non_contig_expand_erfc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:08.7674547Z test_non_contig_expand_erfc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:08.7740822Z test_non_contig_expand_erfc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:08.7801872Z test_non_contig_expand_erfc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:08.7859373Z test_non_contig_expand_erfc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:08.7917709Z test_non_contig_expand_erfc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:08.7975721Z test_non_contig_expand_erfc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:08.8033713Z test_non_contig_expand_erfc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:08.8091852Z test_non_contig_expand_erfc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:08.8150630Z test_non_contig_expand_erfc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:08.8215344Z test_non_contig_expand_erfinv_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:08.8276160Z test_non_contig_expand_erfinv_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:08.8336542Z test_non_contig_expand_erfinv_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:08.8395127Z test_non_contig_expand_erfinv_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:08.8453628Z test_non_contig_expand_erfinv_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:08.8512002Z test_non_contig_expand_erfinv_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:08.8570065Z test_non_contig_expand_erfinv_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:08.8628454Z test_non_contig_expand_erfinv_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:08.8692532Z test_non_contig_expand_erfinv_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:08.8753427Z test_non_contig_expand_exp2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:08.8811033Z test_non_contig_expand_exp2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:08.8871960Z test_non_contig_expand_exp2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:08.8932617Z test_non_contig_expand_exp2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:08.8990719Z test_non_contig_expand_exp2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:08.9049022Z test_non_contig_expand_exp2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:08.9107159Z test_non_contig_expand_exp2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:08.9171589Z test_non_contig_expand_exp2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:08.9230273Z test_non_contig_expand_exp2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:08.9288504Z test_non_contig_expand_exp2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:08.9349309Z test_non_contig_expand_exp_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:08.9407011Z test_non_contig_expand_exp_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:08.9472061Z test_non_contig_expand_exp_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:08.9539875Z test_non_contig_expand_exp_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:08.9610906Z test_non_contig_expand_exp_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:08.9677870Z test_non_contig_expand_exp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:08.9738469Z test_non_contig_expand_exp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:08.9796340Z test_non_contig_expand_exp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:08.9855845Z test_non_contig_expand_exp_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:08.9916757Z test_non_contig_expand_exp_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:08.9976150Z test_non_contig_expand_exp_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:09.0034740Z test_non_contig_expand_exp_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:09.0093535Z test_non_contig_expand_exp_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:09.0160118Z test_non_contig_expand_expm1_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:09.0219414Z test_non_contig_expand_expm1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:09.0280482Z test_non_contig_expand_expm1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:09.0341196Z test_non_contig_expand_expm1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:09.0398994Z test_non_contig_expand_expm1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:09.0457392Z test_non_contig_expand_expm1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:09.0515860Z test_non_contig_expand_expm1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:09.0581833Z test_non_contig_expand_expm1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:09.0639771Z test_non_contig_expand_expm1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:09.0699303Z test_non_contig_expand_expm1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:09.0763242Z test_non_contig_expand_floor_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:09.0826728Z test_non_contig_expand_floor_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:09.0888086Z test_non_contig_expand_floor_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:09.0945731Z test_non_contig_expand_floor_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:09.1006757Z test_non_contig_expand_frac_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:09.1074822Z test_non_contig_expand_frac_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:09.1135702Z test_non_contig_expand_frac_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:09.1193564Z test_non_contig_expand_frac_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:09.1205151Z test_non_contig_expand_frexp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:31:09.1216190Z test_non_contig_expand_frexp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:31:09.1228239Z test_non_contig_expand_frexp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:31:09.1288914Z test_non_contig_expand_i0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:09.1347337Z test_non_contig_expand_i0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:09.1409285Z test_non_contig_expand_i0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:09.1471606Z test_non_contig_expand_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:09.1530334Z test_non_contig_expand_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:09.1594406Z test_non_contig_expand_i0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:09.1652688Z test_non_contig_expand_i0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:09.1712391Z test_non_contig_expand_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:09.1772461Z test_non_contig_expand_i0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:09.1833659Z test_non_contig_expand_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:09.1897787Z test_non_contig_expand_imag_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:09.1964397Z test_non_contig_expand_imag_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:09.2031277Z test_non_contig_expand_imag_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:09.2087659Z test_non_contig_expand_isfinite_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:09.2132325Z test_non_contig_expand_isfinite_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:09.2190146Z test_non_contig_expand_isfinite_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:09.2248134Z test_non_contig_expand_isfinite_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:09.2306129Z test_non_contig_expand_isfinite_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:09.2356610Z test_non_contig_expand_isfinite_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:09.2406593Z test_non_contig_expand_isfinite_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:09.2456774Z test_non_contig_expand_isfinite_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:09.2507843Z test_non_contig_expand_isfinite_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:09.2550194Z test_non_contig_expand_isfinite_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:09.2592664Z test_non_contig_expand_isfinite_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:09.2635136Z test_non_contig_expand_isfinite_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:09.2677568Z test_non_contig_expand_isfinite_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:09.2723697Z test_non_contig_expand_isinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:09.2766056Z test_non_contig_expand_isinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:09.2817118Z test_non_contig_expand_isinf_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:09.2874866Z test_non_contig_expand_isinf_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:09.2926163Z test_non_contig_expand_isinf_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:09.2972330Z test_non_contig_expand_isinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:09.3018135Z test_non_contig_expand_isinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:09.3064530Z test_non_contig_expand_isinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:09.3107185Z test_non_contig_expand_isinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:09.3149462Z test_non_contig_expand_isinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:09.3192299Z test_non_contig_expand_isinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:09.3240471Z test_non_contig_expand_isinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:09.3283515Z test_non_contig_expand_isinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:09.3328099Z test_non_contig_expand_isnan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:09.3370377Z test_non_contig_expand_isnan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:09.3418600Z test_non_contig_expand_isnan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:09.3466728Z test_non_contig_expand_isnan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:09.3511599Z test_non_contig_expand_isnan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:09.3556816Z test_non_contig_expand_isnan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:09.3610226Z test_non_contig_expand_isnan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:09.3655121Z test_non_contig_expand_isnan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:09.3698816Z test_non_contig_expand_isnan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:09.3741300Z test_non_contig_expand_isnan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:09.3783493Z test_non_contig_expand_isnan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:09.3826009Z test_non_contig_expand_isnan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:09.3871272Z test_non_contig_expand_isneginf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:09.3913441Z test_non_contig_expand_isneginf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:09.3964258Z test_non_contig_expand_isneginf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:09.4009026Z test_non_contig_expand_isneginf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:09.4053956Z test_non_contig_expand_isneginf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:09.4096074Z test_non_contig_expand_isneginf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:09.4138431Z test_non_contig_expand_isneginf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:09.4180671Z test_non_contig_expand_isneginf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:09.4224707Z test_non_contig_expand_isneginf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:09.4267169Z test_non_contig_expand_isneginf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:09.4317839Z test_non_contig_expand_isposinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:09.4360367Z test_non_contig_expand_isposinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:09.4405464Z test_non_contig_expand_isposinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:09.4450472Z test_non_contig_expand_isposinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:09.4495577Z test_non_contig_expand_isposinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:09.4537849Z test_non_contig_expand_isposinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:09.4580356Z test_non_contig_expand_isposinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:09.4623139Z test_non_contig_expand_isposinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:09.4671511Z test_non_contig_expand_isposinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:09.4713661Z test_non_contig_expand_isposinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:09.4758797Z test_non_contig_expand_isreal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:09.4801077Z test_non_contig_expand_isreal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:09.4850003Z test_non_contig_expand_isreal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:09.4898778Z test_non_contig_expand_isreal_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:09.4950901Z test_non_contig_expand_isreal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:09.4998762Z test_non_contig_expand_isreal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:09.5050004Z test_non_contig_expand_isreal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:09.5097588Z test_non_contig_expand_isreal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:09.5142830Z test_non_contig_expand_isreal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:09.5185322Z test_non_contig_expand_isreal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:09.5229164Z test_non_contig_expand_isreal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:09.5271664Z test_non_contig_expand_isreal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:09.5314171Z test_non_contig_expand_isreal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:09.5376807Z test_non_contig_expand_jiterator_unary_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:09.5427168Z test_non_contig_expand_jiterator_unary_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:09.5493030Z test_non_contig_expand_jiterator_unary_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:09.5561302Z test_non_contig_expand_jiterator_unary_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:09.5622510Z test_non_contig_expand_jiterator_unary_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:09.5684112Z test_non_contig_expand_jiterator_unary_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:09.5743293Z test_non_contig_expand_jiterator_unary_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:09.5786264Z test_non_contig_expand_jiterator_unary_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:09.5829474Z test_non_contig_expand_jiterator_unary_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:09.5875943Z test_non_contig_expand_jiterator_unary_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:09.5918825Z test_non_contig_expand_jiterator_unary_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:09.5962156Z test_non_contig_expand_jiterator_unary_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:09.6020237Z test_non_contig_expand_lgamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:09.6080940Z test_non_contig_expand_lgamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:09.6143327Z test_non_contig_expand_lgamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:09.6205867Z test_non_contig_expand_lgamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:09.6264164Z test_non_contig_expand_lgamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:09.6327953Z test_non_contig_expand_lgamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:09.6386401Z test_non_contig_expand_lgamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:09.6444397Z test_non_contig_expand_lgamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:09.6503006Z test_non_contig_expand_lgamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:09.6565960Z test_non_contig_expand_log10_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:09.6623859Z test_non_contig_expand_log10_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:09.6688580Z test_non_contig_expand_log10_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:09.6756192Z test_non_contig_expand_log10_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:09.6822756Z test_non_contig_expand_log10_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:09.6883726Z test_non_contig_expand_log10_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:09.6944243Z test_non_contig_expand_log10_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:09.7005340Z test_non_contig_expand_log10_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:09.7066471Z test_non_contig_expand_log10_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:09.7124614Z test_non_contig_expand_log10_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:09.7183188Z test_non_contig_expand_log10_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:09.7248285Z test_non_contig_expand_log10_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:09.7309109Z test_non_contig_expand_log1p_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:09.7367024Z test_non_contig_expand_log1p_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:09.7427770Z test_non_contig_expand_log1p_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:09.7488612Z test_non_contig_expand_log1p_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:09.7546989Z test_non_contig_expand_log1p_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:09.7607686Z test_non_contig_expand_log1p_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:09.7667527Z test_non_contig_expand_log1p_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:09.7731793Z test_non_contig_expand_log1p_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:09.7790484Z test_non_contig_expand_log1p_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:09.7848102Z test_non_contig_expand_log1p_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:09.7908836Z test_non_contig_expand_log2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:09.7966656Z test_non_contig_expand_log2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:09.8031491Z test_non_contig_expand_log2_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:09.8099076Z test_non_contig_expand_log2_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:09.8160257Z test_non_contig_expand_log2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:09.8228490Z test_non_contig_expand_log2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:09.8286434Z test_non_contig_expand_log2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:09.8344870Z test_non_contig_expand_log2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:09.8403544Z test_non_contig_expand_log2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:09.8463426Z test_non_contig_expand_log2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:09.8521596Z test_non_contig_expand_log2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:09.8581546Z test_non_contig_expand_log2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:09.8645316Z test_non_contig_expand_log_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:09.8712521Z test_non_contig_expand_log_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:09.8778612Z test_non_contig_expand_log_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:09.8845683Z test_non_contig_expand_log_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:09.8913363Z test_non_contig_expand_log_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:09.8973983Z test_non_contig_expand_log_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:09.9034549Z test_non_contig_expand_log_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:09.9091933Z test_non_contig_expand_log_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:09.9150563Z test_non_contig_expand_log_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:09.9215462Z test_non_contig_expand_log_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:09.9273900Z test_non_contig_expand_log_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:09.9331954Z test_non_contig_expand_log_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:09.9390297Z test_non_contig_expand_log_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:09.9449364Z test_non_contig_expand_logical_not_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:09.9491600Z test_non_contig_expand_logical_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:09.9539479Z test_non_contig_expand_logical_not_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:09.9590702Z test_non_contig_expand_logical_not_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:09.9657374Z test_non_contig_expand_logical_not_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:09.9702559Z test_non_contig_expand_logical_not_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:09.9747980Z test_non_contig_expand_logical_not_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:09.9790233Z test_non_contig_expand_logical_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:09.9833012Z test_non_contig_expand_logical_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:09.9875809Z test_non_contig_expand_logical_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:09.9918367Z test_non_contig_expand_logical_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:09.9961095Z test_non_contig_expand_logical_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:10.0028094Z test_non_contig_expand_logit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:10.0086088Z test_non_contig_expand_logit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:10.0147247Z test_non_contig_expand_logit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:10.0209335Z test_non_contig_expand_logit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:10.0267320Z test_non_contig_expand_logit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:10.0325359Z test_non_contig_expand_logit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:10.0383686Z test_non_contig_expand_logit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:10.0442236Z test_non_contig_expand_logit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:10.0506947Z test_non_contig_expand_logit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:10.0566122Z test_non_contig_expand_logit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:10.0633843Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:10.0701282Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:10.0765391Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:10.0830133Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:10.0895937Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:10.0960988Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:10.1033506Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:10.1098339Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:10.1165649Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:10.1233181Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:10.1297496Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:10.1363162Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:10.1429056Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:10.1496364Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:10.1572307Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:10.1640877Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:10.1713347Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:10.1781621Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:10.1846839Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:10.1913415Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:10.1979579Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:10.2045491Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:10.2118398Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:10.2184400Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:10.2250009Z test_non_contig_expand_nan_to_num_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:10.2295694Z test_non_contig_expand_nan_to_num_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:10.2360718Z test_non_contig_expand_nan_to_num_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:10.2425626Z test_non_contig_expand_nan_to_num_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:10.2487125Z test_non_contig_expand_nan_to_num_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:10.2533242Z test_non_contig_expand_nan_to_num_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:10.2585933Z test_non_contig_expand_nan_to_num_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:10.2628145Z test_non_contig_expand_nan_to_num_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:10.2673569Z test_non_contig_expand_nan_to_num_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:10.2719201Z test_non_contig_expand_nan_to_num_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:10.2783544Z test_non_contig_expand_neg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:10.2852062Z test_non_contig_expand_neg_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:10.2922590Z test_non_contig_expand_neg_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:10.2993637Z test_non_contig_expand_neg_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:10.3063575Z test_non_contig_expand_neg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:10.3127652Z test_non_contig_expand_neg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:10.3188779Z test_non_contig_expand_neg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:10.3231406Z test_non_contig_expand_neg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:10.3274317Z test_non_contig_expand_neg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:10.3313482Z test_non_contig_expand_neg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:10.3356110Z test_non_contig_expand_neg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:10.3400756Z test_non_contig_expand_neg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:10.3468215Z test_non_contig_expand_nn_functional_celu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:10.3529338Z test_non_contig_expand_nn_functional_celu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:10.3590876Z test_non_contig_expand_nn_functional_celu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:10.3651790Z test_non_contig_expand_nn_functional_celu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:10.3716271Z test_non_contig_expand_nn_functional_elu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:10.3780826Z test_non_contig_expand_nn_functional_elu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:10.3845161Z test_non_contig_expand_nn_functional_elu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:10.3906426Z test_non_contig_expand_nn_functional_elu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:10.3976907Z test_non_contig_expand_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:10.4040865Z test_non_contig_expand_nn_functional_hardsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:10.4103657Z test_non_contig_expand_nn_functional_hardsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:10.4161979Z test_non_contig_expand_nn_functional_hardsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:10.4224328Z test_non_contig_expand_nn_functional_logsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:10.4287108Z test_non_contig_expand_nn_functional_logsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:10.4346807Z test_non_contig_expand_nn_functional_logsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:10.4408009Z test_non_contig_expand_nn_functional_mish_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:10.4474852Z test_non_contig_expand_nn_functional_mish_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:10.4535462Z test_non_contig_expand_nn_functional_mish_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:10.4593470Z test_non_contig_expand_nn_functional_mish_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:10.4661966Z test_non_contig_expand_nn_functional_rrelu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:10.4729611Z test_non_contig_expand_nn_functional_rrelu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:10.4798030Z test_non_contig_expand_nn_functional_rrelu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:10.4863249Z test_non_contig_expand_nn_functional_rrelu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:10.4930077Z test_non_contig_expand_nn_functional_selu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:10.4991488Z test_non_contig_expand_nn_functional_selu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:10.5052416Z test_non_contig_expand_nn_functional_selu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:10.5110551Z test_non_contig_expand_nn_functional_selu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:10.5171524Z test_non_contig_expand_nn_functional_silu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:10.5233929Z test_non_contig_expand_nn_functional_silu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:10.5294816Z test_non_contig_expand_nn_functional_silu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:10.5352998Z test_non_contig_expand_nn_functional_silu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:10.5422314Z test_non_contig_expand_nn_functional_softsign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:10.5482360Z test_non_contig_expand_nn_functional_softsign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:10.5550978Z test_non_contig_expand_nn_functional_softsign_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:10.5622568Z test_non_contig_expand_nn_functional_softsign_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:10.5685536Z test_non_contig_expand_nn_functional_softsign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:10.5748866Z test_non_contig_expand_nn_functional_softsign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:10.5808823Z test_non_contig_expand_nn_functional_softsign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:10.5871053Z test_non_contig_expand_nn_functional_softsign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:10.5939152Z test_non_contig_expand_nn_functional_softsign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:10.5999817Z test_non_contig_expand_nn_functional_softsign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:10.6060314Z test_non_contig_expand_nn_functional_softsign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:10.6121165Z test_non_contig_expand_nn_functional_softsign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:10.6183157Z test_non_contig_expand_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:10.6252274Z test_non_contig_expand_nn_functional_tanhshrink_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:10.6321521Z test_non_contig_expand_nn_functional_tanhshrink_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:10.6383678Z test_non_contig_expand_nn_functional_tanhshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:10.6451496Z test_non_contig_expand_nn_functional_tanhshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:10.6510444Z test_non_contig_expand_nn_functional_tanhshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:10.6569655Z test_non_contig_expand_nn_functional_tanhshrink_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:10.6629030Z test_non_contig_expand_nn_functional_tanhshrink_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:10.6688098Z test_non_contig_expand_nn_functional_tanhshrink_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:10.6747880Z test_non_contig_expand_nn_functional_tanhshrink_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:10.6807381Z test_non_contig_expand_nn_functional_tanhshrink_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:10.6865739Z test_non_contig_expand_polygamma_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:10.6933783Z test_non_contig_expand_polygamma_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:10.6995158Z test_non_contig_expand_polygamma_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:10.7053046Z test_non_contig_expand_polygamma_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:10.7111745Z test_non_contig_expand_polygamma_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:10.7170035Z test_non_contig_expand_polygamma_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:10.7228966Z test_non_contig_expand_polygamma_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:10.7287698Z test_non_contig_expand_polygamma_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:10.7346346Z test_non_contig_expand_polygamma_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:10.7410439Z test_non_contig_expand_polygamma_polygamma_n_1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:10.7471680Z test_non_contig_expand_polygamma_polygamma_n_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:10.7532528Z test_non_contig_expand_polygamma_polygamma_n_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:10.7590703Z test_non_contig_expand_polygamma_polygamma_n_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:10.7649288Z test_non_contig_expand_polygamma_polygamma_n_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:10.7707990Z test_non_contig_expand_polygamma_polygamma_n_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:10.7769704Z test_non_contig_expand_polygamma_polygamma_n_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:10.7827489Z test_non_contig_expand_polygamma_polygamma_n_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:10.7891633Z test_non_contig_expand_polygamma_polygamma_n_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:10.7951511Z test_non_contig_expand_polygamma_polygamma_n_2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:10.8012857Z test_non_contig_expand_polygamma_polygamma_n_2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:10.8073999Z test_non_contig_expand_polygamma_polygamma_n_2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:10.8134514Z test_non_contig_expand_polygamma_polygamma_n_2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:10.8193773Z test_non_contig_expand_polygamma_polygamma_n_2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:10.8252610Z test_non_contig_expand_polygamma_polygamma_n_2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:10.8311435Z test_non_contig_expand_polygamma_polygamma_n_2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:10.8375859Z test_non_contig_expand_polygamma_polygamma_n_2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:10.8437168Z test_non_contig_expand_polygamma_polygamma_n_2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:10.8496935Z test_non_contig_expand_polygamma_polygamma_n_3_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:10.8557776Z test_non_contig_expand_polygamma_polygamma_n_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:10.8618588Z test_non_contig_expand_polygamma_polygamma_n_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:10.8678813Z test_non_contig_expand_polygamma_polygamma_n_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:10.8737492Z test_non_contig_expand_polygamma_polygamma_n_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:10.8796104Z test_non_contig_expand_polygamma_polygamma_n_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:10.8860294Z test_non_contig_expand_polygamma_polygamma_n_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:10.8918916Z test_non_contig_expand_polygamma_polygamma_n_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:10.8979041Z test_non_contig_expand_polygamma_polygamma_n_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:10.9040449Z test_non_contig_expand_polygamma_polygamma_n_4_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:10.9101768Z test_non_contig_expand_polygamma_polygamma_n_4_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:10.9162948Z test_non_contig_expand_polygamma_polygamma_n_4_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:10.9223194Z test_non_contig_expand_polygamma_polygamma_n_4_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:10.9281570Z test_non_contig_expand_polygamma_polygamma_n_4_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:10.9345895Z test_non_contig_expand_polygamma_polygamma_n_4_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:10.9404267Z test_non_contig_expand_polygamma_polygamma_n_4_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:10.9463285Z test_non_contig_expand_polygamma_polygamma_n_4_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:10.9521835Z test_non_contig_expand_polygamma_polygamma_n_4_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:10.9583444Z test_non_contig_expand_positive_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:10.9647383Z test_non_contig_expand_positive_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:10.9714142Z test_non_contig_expand_positive_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:10.9774287Z test_non_contig_expand_positive_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:10.9840223Z test_non_contig_expand_positive_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:10.9897116Z test_non_contig_expand_positive_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:10.9938494Z test_non_contig_expand_positive_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:10.9980249Z test_non_contig_expand_positive_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:11.0019288Z test_non_contig_expand_positive_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:11.0060933Z test_non_contig_expand_positive_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:11.0102542Z test_non_contig_expand_positive_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:11.0164790Z test_non_contig_expand_rad2deg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:11.0229972Z test_non_contig_expand_rad2deg_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:11.0291023Z test_non_contig_expand_rad2deg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:11.0352387Z test_non_contig_expand_rad2deg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:11.0410613Z test_non_contig_expand_rad2deg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:11.0469809Z test_non_contig_expand_rad2deg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:11.0528769Z test_non_contig_expand_rad2deg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:11.0588575Z test_non_contig_expand_rad2deg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:11.0648993Z test_non_contig_expand_rad2deg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:11.0715240Z test_non_contig_expand_rad2deg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:11.0776251Z test_non_contig_expand_real_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:11.0818095Z test_non_contig_expand_real_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:11.0881910Z test_non_contig_expand_real_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:11.0946513Z test_non_contig_expand_real_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:11.1011715Z test_non_contig_expand_real_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:11.1072556Z test_non_contig_expand_real_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:11.1133272Z test_non_contig_expand_real_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:11.1198666Z test_non_contig_expand_real_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:11.1240650Z test_non_contig_expand_real_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:11.1282516Z test_non_contig_expand_real_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:11.1321869Z test_non_contig_expand_real_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:11.1364135Z test_non_contig_expand_real_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:11.1406402Z test_non_contig_expand_real_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:11.1469657Z test_non_contig_expand_reciprocal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:11.1528310Z test_non_contig_expand_reciprocal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:11.1601666Z test_non_contig_expand_reciprocal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:11.1669911Z test_non_contig_expand_reciprocal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:11.1731307Z test_non_contig_expand_reciprocal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:11.1793062Z test_non_contig_expand_reciprocal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:11.1851489Z test_non_contig_expand_reciprocal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:11.1910608Z test_non_contig_expand_reciprocal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:11.1970400Z test_non_contig_expand_reciprocal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:11.2029061Z test_non_contig_expand_reciprocal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:11.2093622Z test_non_contig_expand_reciprocal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:11.2152130Z test_non_contig_expand_reciprocal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:11.2213464Z test_non_contig_expand_round_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:11.2274330Z test_non_contig_expand_round_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:11.2335343Z test_non_contig_expand_round_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:11.2393723Z test_non_contig_expand_round_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:11.2455052Z test_non_contig_expand_round_decimals_0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:11.2525163Z test_non_contig_expand_round_decimals_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:11.2586584Z test_non_contig_expand_round_decimals_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:11.2645057Z test_non_contig_expand_round_decimals_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:11.2706244Z test_non_contig_expand_round_decimals_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:11.2767986Z test_non_contig_expand_round_decimals_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:11.2829136Z test_non_contig_expand_round_decimals_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:11.2888647Z test_non_contig_expand_round_decimals_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:11.2948742Z test_non_contig_expand_round_decimals_neg_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:11.3015961Z test_non_contig_expand_round_decimals_neg_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:11.3077136Z test_non_contig_expand_round_decimals_neg_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:11.3138057Z test_non_contig_expand_round_decimals_neg_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:11.3202326Z test_non_contig_expand_rsqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:11.3261315Z test_non_contig_expand_rsqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:11.3327437Z test_non_contig_expand_rsqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:11.3397615Z test_non_contig_expand_rsqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:11.3458687Z test_non_contig_expand_rsqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:11.3526150Z test_non_contig_expand_rsqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:11.3584813Z test_non_contig_expand_rsqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:11.3643073Z test_non_contig_expand_rsqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:11.3701336Z test_non_contig_expand_rsqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:11.3759552Z test_non_contig_expand_rsqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:11.3817687Z test_non_contig_expand_rsqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:11.3876200Z test_non_contig_expand_rsqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:11.3936890Z test_non_contig_expand_sgn_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:11.3985666Z test_non_contig_expand_sgn_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:11.4050830Z test_non_contig_expand_sgn_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:11.4119792Z test_non_contig_expand_sgn_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:11.4188883Z test_non_contig_expand_sgn_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:11.4250717Z test_non_contig_expand_sgn_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:11.4313219Z test_non_contig_expand_sgn_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:11.4373554Z test_non_contig_expand_sgn_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:11.4417638Z test_non_contig_expand_sgn_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:11.4468871Z test_non_contig_expand_sgn_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:11.4508568Z test_non_contig_expand_sgn_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:11.4551691Z test_non_contig_expand_sgn_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:11.4595245Z test_non_contig_expand_sgn_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:11.4657456Z test_non_contig_expand_sigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:11.4716660Z test_non_contig_expand_sigmoid_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:11.4782544Z test_non_contig_expand_sigmoid_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:11.4851482Z test_non_contig_expand_sigmoid_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:11.4927405Z test_non_contig_expand_sigmoid_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:11.4988813Z test_non_contig_expand_sigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:11.5049630Z test_non_contig_expand_sigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:11.5108274Z test_non_contig_expand_sigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:11.5167758Z test_non_contig_expand_sigmoid_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:11.5227021Z test_non_contig_expand_sigmoid_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:11.5286248Z test_non_contig_expand_sigmoid_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:11.5345909Z test_non_contig_expand_sigmoid_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:11.5410702Z test_non_contig_expand_sigmoid_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:11.5473751Z test_non_contig_expand_sign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:11.5516563Z test_non_contig_expand_sign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:11.5577277Z test_non_contig_expand_sign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:11.5638945Z test_non_contig_expand_sign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:11.5698624Z test_non_contig_expand_sign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:11.5741598Z test_non_contig_expand_sign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:11.5784962Z test_non_contig_expand_sign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:11.5830691Z test_non_contig_expand_sign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:11.5872909Z test_non_contig_expand_sign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:11.5916023Z test_non_contig_expand_sign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:11.5961548Z test_non_contig_expand_signbit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:11.6004916Z test_non_contig_expand_signbit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:11.6049997Z test_non_contig_expand_signbit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:11.6095394Z test_non_contig_expand_signbit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:11.6140487Z test_non_contig_expand_signbit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:11.6189887Z test_non_contig_expand_signbit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:11.6232084Z test_non_contig_expand_signbit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:11.6274802Z test_non_contig_expand_signbit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:11.6317791Z test_non_contig_expand_signbit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:11.6360596Z test_non_contig_expand_signbit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:11.6422010Z test_non_contig_expand_sin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:11.6480187Z test_non_contig_expand_sin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:11.6545604Z test_non_contig_expand_sin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:11.6619572Z test_non_contig_expand_sin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:11.6681739Z test_non_contig_expand_sin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:11.6743039Z test_non_contig_expand_sin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:11.6801481Z test_non_contig_expand_sin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:11.6859724Z test_non_contig_expand_sin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:11.6918357Z test_non_contig_expand_sin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:11.6977431Z test_non_contig_expand_sin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:11.7036682Z test_non_contig_expand_sin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:11.7101506Z test_non_contig_expand_sin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:11.7162657Z test_non_contig_expand_sinc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:11.7221455Z test_non_contig_expand_sinc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:11.7286929Z test_non_contig_expand_sinc_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:11.7355378Z test_non_contig_expand_sinc_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:11.7417911Z test_non_contig_expand_sinc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:11.7478172Z test_non_contig_expand_sinc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:11.7536207Z test_non_contig_expand_sinc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:11.7601088Z test_non_contig_expand_sinc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:11.7659269Z test_non_contig_expand_sinc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:11.7718263Z test_non_contig_expand_sinc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:11.7776785Z test_non_contig_expand_sinc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:11.7835765Z test_non_contig_expand_sinc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:11.7898107Z test_non_contig_expand_sinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:11.7956359Z test_non_contig_expand_sinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:11.8021196Z test_non_contig_expand_sinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:11.8096864Z test_non_contig_expand_sinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:11.8158150Z test_non_contig_expand_sinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:11.8219888Z test_non_contig_expand_sinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:11.8278075Z test_non_contig_expand_sinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:11.8336828Z test_non_contig_expand_sinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:11.8395370Z test_non_contig_expand_sinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:11.8454127Z test_non_contig_expand_sinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:11.8513184Z test_non_contig_expand_sinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:11.8578191Z test_non_contig_expand_sinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:11.8639645Z test_non_contig_expand_special_entr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:11.8697849Z test_non_contig_expand_special_entr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:11.8759159Z test_non_contig_expand_special_entr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:11.8819886Z test_non_contig_expand_special_entr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:11.8877907Z test_non_contig_expand_special_entr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:11.8936643Z test_non_contig_expand_special_entr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:11.8996165Z test_non_contig_expand_special_entr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:11.9062859Z test_non_contig_expand_special_entr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:11.9121688Z test_non_contig_expand_special_entr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:11.9180606Z test_non_contig_expand_special_entr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:11.9239755Z test_non_contig_expand_special_erfcx_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:11.9302393Z test_non_contig_expand_special_erfcx_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:11.9361314Z test_non_contig_expand_special_erfcx_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:11.9420617Z test_non_contig_expand_special_erfcx_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:11.9480276Z test_non_contig_expand_special_erfcx_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:11.9545963Z test_non_contig_expand_special_erfcx_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:11.9604654Z test_non_contig_expand_special_erfcx_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:11.9664455Z test_non_contig_expand_special_erfcx_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:11.9728902Z test_non_contig_expand_special_i0e_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:11.9790719Z test_non_contig_expand_special_i0e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:11.9853321Z test_non_contig_expand_special_i0e_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:11.9915601Z test_non_contig_expand_special_i0e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:11.9982638Z test_non_contig_expand_special_i0e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:12.0041589Z test_non_contig_expand_special_i0e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:12.0099970Z test_non_contig_expand_special_i0e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:12.0158261Z test_non_contig_expand_special_i0e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:12.0217646Z test_non_contig_expand_special_i0e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:12.0276784Z test_non_contig_expand_special_i0e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:12.0335309Z test_non_contig_expand_special_i1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:12.0396740Z test_non_contig_expand_special_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:12.0460816Z test_non_contig_expand_special_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:12.0518796Z test_non_contig_expand_special_i1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:12.0577439Z test_non_contig_expand_special_i1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:12.0635870Z test_non_contig_expand_special_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:12.0694108Z test_non_contig_expand_special_i1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:12.0752853Z test_non_contig_expand_special_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:12.0811002Z test_non_contig_expand_special_i1e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:12.0872514Z test_non_contig_expand_special_i1e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:12.0936904Z test_non_contig_expand_special_i1e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:12.0995341Z test_non_contig_expand_special_i1e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:12.1054582Z test_non_contig_expand_special_i1e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:12.1113194Z test_non_contig_expand_special_i1e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:12.1173425Z test_non_contig_expand_special_i1e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:12.1234265Z test_non_contig_expand_special_i1e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:12.1292549Z test_non_contig_expand_special_log_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:12.1353564Z test_non_contig_expand_special_log_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:12.1417534Z test_non_contig_expand_special_log_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:12.1475993Z test_non_contig_expand_special_log_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:12.1534416Z test_non_contig_expand_special_log_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:12.1593303Z test_non_contig_expand_special_log_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:12.1651444Z test_non_contig_expand_special_log_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:12.1710178Z test_non_contig_expand_special_log_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:12.1773153Z test_non_contig_expand_special_ndtr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:12.1836024Z test_non_contig_expand_special_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:12.1905388Z test_non_contig_expand_special_ndtr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:12.1968891Z test_non_contig_expand_special_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:12.2029338Z test_non_contig_expand_special_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:12.2090274Z test_non_contig_expand_special_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:12.2151326Z test_non_contig_expand_special_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:12.2212437Z test_non_contig_expand_special_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:12.2273400Z test_non_contig_expand_special_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:12.2334361Z test_non_contig_expand_special_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:12.2398784Z test_non_contig_expand_special_ndtri_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:12.2459769Z test_non_contig_expand_special_ndtri_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:12.2518312Z test_non_contig_expand_special_ndtri_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:12.2576392Z test_non_contig_expand_special_ndtri_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:12.2634890Z test_non_contig_expand_special_ndtri_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:12.2693264Z test_non_contig_expand_special_ndtri_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:12.2751662Z test_non_contig_expand_special_ndtri_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:12.2810684Z test_non_contig_expand_special_ndtri_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:12.2875057Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:12.2936158Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:12.2997477Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:12.3055327Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:12.3114218Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:12.3172711Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:12.3231116Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:12.3289810Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:12.3354168Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:12.3414569Z test_non_contig_expand_sqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:12.3472910Z test_non_contig_expand_sqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:12.3537579Z test_non_contig_expand_sqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:12.3606847Z test_non_contig_expand_sqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:12.3670869Z test_non_contig_expand_sqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:12.3734798Z test_non_contig_expand_sqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:12.3796384Z test_non_contig_expand_sqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:12.3865874Z test_non_contig_expand_sqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:12.3924192Z test_non_contig_expand_sqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:12.3983092Z test_non_contig_expand_sqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:12.4042019Z test_non_contig_expand_sqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:12.4101105Z test_non_contig_expand_sqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:12.4163077Z test_non_contig_expand_square_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:12.4204103Z test_non_contig_expand_square_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:12.4270590Z test_non_contig_expand_square_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:12.4346587Z test_non_contig_expand_square_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:12.4407948Z test_non_contig_expand_square_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:12.4469906Z test_non_contig_expand_square_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:12.4528167Z test_non_contig_expand_square_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:12.4571491Z test_non_contig_expand_square_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:12.4615404Z test_non_contig_expand_square_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:12.4658361Z test_non_contig_expand_square_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:12.4704346Z test_non_contig_expand_square_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:12.4756986Z test_non_contig_expand_square_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:12.4821236Z test_non_contig_expand_tan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:12.4882098Z test_non_contig_expand_tan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:12.4950441Z test_non_contig_expand_tan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:12.5021558Z test_non_contig_expand_tan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:12.5085365Z test_non_contig_expand_tan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:12.5149594Z test_non_contig_expand_tan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:12.5210998Z test_non_contig_expand_tan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:12.5278612Z test_non_contig_expand_tan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:12.5340236Z test_non_contig_expand_tan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:12.5401243Z test_non_contig_expand_tan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:12.5462599Z test_non_contig_expand_tan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:12.5523608Z test_non_contig_expand_tan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:12.5588045Z test_non_contig_expand_tanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:12.5647576Z test_non_contig_expand_tanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:12.5712786Z test_non_contig_expand_tanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:12.5786894Z test_non_contig_expand_tanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:12.5847522Z test_non_contig_expand_tanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:12.5908583Z test_non_contig_expand_tanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:12.5966583Z test_non_contig_expand_tanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:12.6024991Z test_non_contig_expand_tanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:12.6083454Z test_non_contig_expand_tanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:12.6143662Z test_non_contig_expand_tanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:12.6202151Z test_non_contig_expand_tanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:12.6266918Z test_non_contig_expand_tanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:12.6327913Z test_non_contig_expand_trunc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:12.6389323Z test_non_contig_expand_trunc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:12.6449847Z test_non_contig_expand_trunc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:12.6507856Z test_non_contig_expand_trunc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:12.6538847Z test_non_contig_expm1_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:12.6568220Z test_non_contig_expm1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:12.6599496Z test_non_contig_expm1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:12.6636210Z test_non_contig_expm1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:12.6666693Z test_non_contig_expm1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:12.6695712Z test_non_contig_expm1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:12.6724840Z test_non_contig_expm1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:12.6754151Z test_non_contig_expm1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:12.6783418Z test_non_contig_expm1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:12.6812506Z test_non_contig_expm1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:12.6843937Z test_non_contig_floor_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:12.6881245Z test_non_contig_floor_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:12.6913812Z test_non_contig_floor_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:12.6945674Z test_non_contig_floor_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:12.6977880Z test_non_contig_frac_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:12.7010875Z test_non_contig_frac_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:12.7043588Z test_non_contig_frac_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:12.7075262Z test_non_contig_frac_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:12.7117749Z test_non_contig_frexp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:12.7154575Z test_non_contig_frexp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:12.7190812Z test_non_contig_frexp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:12.7221821Z test_non_contig_i0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:12.7250536Z test_non_contig_i0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:12.7281635Z test_non_contig_i0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:12.7312837Z test_non_contig_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:12.7343188Z test_non_contig_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:12.7378322Z test_non_contig_i0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:12.7407559Z test_non_contig_i0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:12.7436798Z test_non_contig_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:12.7466254Z test_non_contig_i0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:12.7495134Z test_non_contig_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:12.7527528Z test_non_contig_imag_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:12.7560198Z test_non_contig_imag_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:12.7593184Z test_non_contig_imag_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:12.7623927Z test_non_contig_index_abs_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:12.7644838Z test_non_contig_index_abs_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:12.7670102Z test_non_contig_index_abs_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:12.7696638Z test_non_contig_index_abs_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:12.7722984Z test_non_contig_index_abs_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:12.7746950Z test_non_contig_index_abs_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:12.7771580Z test_non_contig_index_abs_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:12.7794611Z test_non_contig_index_abs_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:12.7823334Z test_non_contig_index_abs_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:12.7844445Z test_non_contig_index_abs_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:12.7866766Z test_non_contig_index_abs_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:12.7889015Z test_non_contig_index_abs_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:12.7910509Z test_non_contig_index_abs_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:12.7934131Z test_non_contig_index_acos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:12.7957209Z test_non_contig_index_acos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:12.7982384Z test_non_contig_index_acos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:12.8014768Z test_non_contig_index_acos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:12.8039195Z test_non_contig_index_acos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:12.8063014Z test_non_contig_index_acos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:12.8086278Z test_non_contig_index_acos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:12.8109586Z test_non_contig_index_acos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:12.8132263Z test_non_contig_index_acos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:12.8155093Z test_non_contig_index_acos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:12.8177962Z test_non_contig_index_acos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:12.8208238Z test_non_contig_index_acos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:12.8233248Z test_non_contig_index_acosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:12.8256953Z test_non_contig_index_acosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:12.8281965Z test_non_contig_index_acosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:12.8307237Z test_non_contig_index_acosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:12.8330921Z test_non_contig_index_acosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:12.8354971Z test_non_contig_index_acosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:12.8380074Z test_non_contig_index_acosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:12.8410602Z test_non_contig_index_acosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:12.8434909Z test_non_contig_index_acosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:12.8459287Z test_non_contig_index_acosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:12.8483826Z test_non_contig_index_acosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:12.8508455Z test_non_contig_index_acosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:12.8532980Z test_non_contig_index_angle_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:12.8560083Z test_non_contig_index_angle_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:12.8586412Z test_non_contig_index_angle_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:12.8618550Z test_non_contig_index_angle_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:12.8642614Z test_non_contig_index_angle_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:12.8666466Z test_non_contig_index_angle_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:12.8689142Z test_non_contig_index_angle_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:12.8712515Z test_non_contig_index_angle_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:12.8735780Z test_non_contig_index_angle_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:12.8761129Z test_non_contig_index_angle_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:12.8786364Z test_non_contig_index_angle_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:12.8818841Z test_non_contig_index_asin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:12.8843379Z test_non_contig_index_asin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:12.8870370Z test_non_contig_index_asin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:12.8897092Z test_non_contig_index_asin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:12.8923256Z test_non_contig_index_asin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:12.8948734Z test_non_contig_index_asin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:12.8973925Z test_non_contig_index_asin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:12.8999178Z test_non_contig_index_asin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:12.9030124Z test_non_contig_index_asin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:12.9053009Z test_non_contig_index_asin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:12.9076326Z test_non_contig_index_asin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:12.9099319Z test_non_contig_index_asin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:12.9123657Z test_non_contig_index_asinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:12.9147101Z test_non_contig_index_asinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:12.9172473Z test_non_contig_index_asinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:12.9198792Z test_non_contig_index_asinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:12.9229420Z test_non_contig_index_asinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:12.9253245Z test_non_contig_index_asinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:12.9277081Z test_non_contig_index_asinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:12.9300204Z test_non_contig_index_asinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:12.9323493Z test_non_contig_index_asinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:12.9346804Z test_non_contig_index_asinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:12.9370049Z test_non_contig_index_asinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:12.9393436Z test_non_contig_index_asinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:12.9424933Z test_non_contig_index_atan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:12.9447818Z test_non_contig_index_atan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:12.9472868Z test_non_contig_index_atan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:12.9497852Z test_non_contig_index_atan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:12.9521958Z test_non_contig_index_atan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:12.9546060Z test_non_contig_index_atan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:12.9569384Z test_non_contig_index_atan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:12.9592700Z test_non_contig_index_atan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:12.9621837Z test_non_contig_index_atan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:12.9644384Z test_non_contig_index_atan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:12.9669012Z test_non_contig_index_atan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:12.9693091Z test_non_contig_index_atan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:12.9718728Z test_non_contig_index_atanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:12.9742789Z test_non_contig_index_atanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:12.9767689Z test_non_contig_index_atanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:12.9793512Z test_non_contig_index_atanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:12.9823289Z test_non_contig_index_atanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:12.9846820Z test_non_contig_index_atanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:12.9870398Z test_non_contig_index_atanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:12.9893205Z test_non_contig_index_atanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:12.9916353Z test_non_contig_index_atanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:12.9939027Z test_non_contig_index_atanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:12.9963283Z test_non_contig_index_atanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:12.9987954Z test_non_contig_index_atanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.0015134Z test_non_contig_index_bitwise_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:13.0036546Z test_non_contig_index_bitwise_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.0057526Z test_non_contig_index_bitwise_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.0078589Z test_non_contig_index_bitwise_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.0099793Z test_non_contig_index_bitwise_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.0120999Z test_non_contig_index_bitwise_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.0144717Z test_non_contig_index_ceil_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.0168574Z test_non_contig_index_ceil_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.0198505Z test_non_contig_index_ceil_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:13.0221921Z test_non_contig_index_ceil_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.0245781Z test_non_contig_index_clamp_scalar_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.0267356Z test_non_contig_index_clamp_scalar_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.0291037Z test_non_contig_index_clamp_scalar_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.0315084Z test_non_contig_index_clamp_scalar_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.0338637Z test_non_contig_index_clamp_scalar_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.0368012Z test_non_contig_index_clamp_scalar_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:13.0389603Z test_non_contig_index_clamp_scalar_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.0410302Z test_non_contig_index_clamp_scalar_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.0432035Z test_non_contig_index_clamp_scalar_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.0453363Z test_non_contig_index_clamp_scalar_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.0478610Z test_non_contig_index_conj_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.0500383Z test_non_contig_index_conj_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.0527592Z test_non_contig_index_conj_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:13.0560528Z test_non_contig_index_conj_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:13.0587448Z test_non_contig_index_conj_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:13.0612068Z test_non_contig_index_conj_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.0636981Z test_non_contig_index_conj_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.0661833Z test_non_contig_index_conj_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.0683973Z test_non_contig_index_conj_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.0706230Z test_non_contig_index_conj_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.0728056Z test_non_contig_index_conj_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.0756475Z test_non_contig_index_conj_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:13.0778432Z test_non_contig_index_conj_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.0803823Z test_non_contig_index_conj_physical_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.0825932Z test_non_contig_index_conj_physical_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.0852419Z test_non_contig_index_conj_physical_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:13.0879127Z test_non_contig_index_conj_physical_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:13.0906214Z test_non_contig_index_conj_physical_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:13.0930837Z test_non_contig_index_conj_physical_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.0961978Z test_non_contig_index_conj_physical_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:13.0986747Z test_non_contig_index_conj_physical_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.1008828Z test_non_contig_index_conj_physical_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.1031143Z test_non_contig_index_conj_physical_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.1052680Z test_non_contig_index_conj_physical_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.1073689Z test_non_contig_index_conj_physical_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.1094388Z test_non_contig_index_conj_physical_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.1118364Z test_non_contig_index_cos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.1147515Z test_non_contig_index_cos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:13.1172234Z test_non_contig_index_cos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.1197970Z test_non_contig_index_cos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.1221464Z test_non_contig_index_cos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.1245144Z test_non_contig_index_cos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.1269232Z test_non_contig_index_cos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.1292350Z test_non_contig_index_cos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.1316062Z test_non_contig_index_cos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.1345993Z test_non_contig_index_cos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:13.1369011Z test_non_contig_index_cos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.1392112Z test_non_contig_index_cos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.1417257Z test_non_contig_index_cosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.1440763Z test_non_contig_index_cosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.1466260Z test_non_contig_index_cosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.1491746Z test_non_contig_index_cosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.1516433Z test_non_contig_index_cosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.1547495Z test_non_contig_index_cosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:13.1570985Z test_non_contig_index_cosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.1594042Z test_non_contig_index_cosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.1616965Z test_non_contig_index_cosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.1641507Z test_non_contig_index_cosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.1666480Z test_non_contig_index_cosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.1691047Z test_non_contig_index_cosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.1717303Z test_non_contig_index_deg2rad_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:13.1747389Z test_non_contig_index_deg2rad_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:13.1771279Z test_non_contig_index_deg2rad_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.1795373Z test_non_contig_index_deg2rad_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.1819333Z test_non_contig_index_deg2rad_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.1842723Z test_non_contig_index_deg2rad_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.1866736Z test_non_contig_index_deg2rad_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.1890230Z test_non_contig_index_deg2rad_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.1914137Z test_non_contig_index_deg2rad_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.1944424Z test_non_contig_index_deg2rad_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:13.1967311Z test_non_contig_index_digamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.1991511Z test_non_contig_index_digamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.2015188Z test_non_contig_index_digamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.2038881Z test_non_contig_index_digamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.2062126Z test_non_contig_index_digamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.2085604Z test_non_contig_index_digamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.2110293Z test_non_contig_index_digamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.2140123Z test_non_contig_index_digamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:13.2163118Z test_non_contig_index_digamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.2187532Z test_non_contig_index_erf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.2210171Z test_non_contig_index_erf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.2234011Z test_non_contig_index_erf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.2257971Z test_non_contig_index_erf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.2282165Z test_non_contig_index_erf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.2305264Z test_non_contig_index_erf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.2334206Z test_non_contig_index_erf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:13.2357214Z test_non_contig_index_erf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.2381741Z test_non_contig_index_erf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.2404391Z test_non_contig_index_erf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.2428433Z test_non_contig_index_erfc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.2451327Z test_non_contig_index_erfc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.2475145Z test_non_contig_index_erfc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.2499191Z test_non_contig_index_erfc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.2528691Z test_non_contig_index_erfc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:13.2551881Z test_non_contig_index_erfc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.2574517Z test_non_contig_index_erfc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.2597608Z test_non_contig_index_erfc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.2621926Z test_non_contig_index_erfc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.2645969Z test_non_contig_index_erfc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.2670660Z test_non_contig_index_erfinv_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.2695571Z test_non_contig_index_erfinv_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.2727331Z test_non_contig_index_erfinv_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:13.2751286Z test_non_contig_index_erfinv_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.2773654Z test_non_contig_index_erfinv_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.2796713Z test_non_contig_index_erfinv_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.2819609Z test_non_contig_index_erfinv_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.2844015Z test_non_contig_index_erfinv_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.2868575Z test_non_contig_index_erfinv_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.2893469Z test_non_contig_index_exp2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.2923885Z test_non_contig_index_exp2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:13.2949234Z test_non_contig_index_exp2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.2974171Z test_non_contig_index_exp2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.2999212Z test_non_contig_index_exp2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.3023453Z test_non_contig_index_exp2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.3047678Z test_non_contig_index_exp2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.3072205Z test_non_contig_index_exp2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.3096392Z test_non_contig_index_exp2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.3126703Z test_non_contig_index_exp2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:13.3152384Z test_non_contig_index_exp_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.3176400Z test_non_contig_index_exp_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.3203029Z test_non_contig_index_exp_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:13.3229811Z test_non_contig_index_exp_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:13.3256868Z test_non_contig_index_exp_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:13.3281708Z test_non_contig_index_exp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.3307158Z test_non_contig_index_exp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.3337719Z test_non_contig_index_exp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:13.3360989Z test_non_contig_index_exp_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.3384124Z test_non_contig_index_exp_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.3406677Z test_non_contig_index_exp_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.3429686Z test_non_contig_index_exp_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.3453927Z test_non_contig_index_exp_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.3479349Z test_non_contig_index_expm1_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.3503717Z test_non_contig_index_expm1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.3534753Z test_non_contig_index_expm1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:13.3559988Z test_non_contig_index_expm1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.3585227Z test_non_contig_index_expm1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.3609124Z test_non_contig_index_expm1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.3632608Z test_non_contig_index_expm1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.3656717Z test_non_contig_index_expm1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.3681140Z test_non_contig_index_expm1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.3711479Z test_non_contig_index_expm1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:13.3736654Z test_non_contig_index_floor_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.3762436Z test_non_contig_index_floor_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.3787797Z test_non_contig_index_floor_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.3812590Z test_non_contig_index_floor_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.3837978Z test_non_contig_index_frac_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.3863296Z test_non_contig_index_frac_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.3888473Z test_non_contig_index_frac_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.3919525Z test_non_contig_index_frac_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:13.3946720Z test_non_contig_index_frexp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:13.3972221Z test_non_contig_index_frexp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.3997680Z test_non_contig_index_frexp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.4021558Z test_non_contig_index_i0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.4044446Z test_non_contig_index_i0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.4068516Z test_non_contig_index_i0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.4092372Z test_non_contig_index_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.4122335Z test_non_contig_index_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:13.4146722Z test_non_contig_index_i0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.4170961Z test_non_contig_index_i0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.4195406Z test_non_contig_index_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.4219603Z test_non_contig_index_i0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.4244267Z test_non_contig_index_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.4271066Z test_non_contig_index_imag_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:13.4297782Z test_non_contig_index_imag_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:13.4330707Z test_non_contig_index_imag_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:13.4354166Z test_non_contig_index_isfinite_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.4375506Z test_non_contig_index_isfinite_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.4401185Z test_non_contig_index_isfinite_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.4427309Z test_non_contig_index_isfinite_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:13.4454452Z test_non_contig_index_isfinite_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:13.4479431Z test_non_contig_index_isfinite_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.4504181Z test_non_contig_index_isfinite_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.4534968Z test_non_contig_index_isfinite_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:13.4556596Z test_non_contig_index_isfinite_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.4577676Z test_non_contig_index_isfinite_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.4599028Z test_non_contig_index_isfinite_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.4620074Z test_non_contig_index_isfinite_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.4641387Z test_non_contig_index_isfinite_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.4664563Z test_non_contig_index_isinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.4686027Z test_non_contig_index_isinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.4717397Z test_non_contig_index_isinf_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:13.4741857Z test_non_contig_index_isinf_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.4766178Z test_non_contig_index_isinf_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.4788844Z test_non_contig_index_isinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.4811305Z test_non_contig_index_isinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.4835424Z test_non_contig_index_isinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.4857871Z test_non_contig_index_isinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.4881114Z test_non_contig_index_isinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.4909598Z test_non_contig_index_isinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:13.4930602Z test_non_contig_index_isinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.4953498Z test_non_contig_index_isinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.4976910Z test_non_contig_index_isnan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.5000147Z test_non_contig_index_isnan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.5024716Z test_non_contig_index_isnan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.5048050Z test_non_contig_index_isnan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.5070832Z test_non_contig_index_isnan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.5100990Z test_non_contig_index_isnan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:13.5124104Z test_non_contig_index_isnan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.5147037Z test_non_contig_index_isnan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.5169471Z test_non_contig_index_isnan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.5191886Z test_non_contig_index_isnan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.5214250Z test_non_contig_index_isnan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.5236882Z test_non_contig_index_isnan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.5260105Z test_non_contig_index_isneginf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.5287419Z test_non_contig_index_isneginf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:13.5309533Z test_non_contig_index_isneginf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.5331444Z test_non_contig_index_isneginf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.5353644Z test_non_contig_index_isneginf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.5374947Z test_non_contig_index_isneginf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.5396179Z test_non_contig_index_isneginf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.5418639Z test_non_contig_index_isneginf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.5441401Z test_non_contig_index_isneginf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.5470092Z test_non_contig_index_isneginf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:13.5493219Z test_non_contig_index_isposinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.5515746Z test_non_contig_index_isposinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.5539213Z test_non_contig_index_isposinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.5563024Z test_non_contig_index_isposinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.5586316Z test_non_contig_index_isposinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.5607349Z test_non_contig_index_isposinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.5628718Z test_non_contig_index_isposinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.5655364Z test_non_contig_index_isposinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:13.5676527Z test_non_contig_index_isposinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.5697671Z test_non_contig_index_isposinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.5719832Z test_non_contig_index_isreal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.5741161Z test_non_contig_index_isreal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.5764559Z test_non_contig_index_isreal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.5788255Z test_non_contig_index_isreal_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.5811561Z test_non_contig_index_isreal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.5839667Z test_non_contig_index_isreal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:13.5861951Z test_non_contig_index_isreal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.5883906Z test_non_contig_index_isreal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.5905258Z test_non_contig_index_isreal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.5927354Z test_non_contig_index_isreal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.5950001Z test_non_contig_index_isreal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.5972348Z test_non_contig_index_isreal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.5994930Z test_non_contig_index_isreal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.6027338Z test_non_contig_index_jiterator_unary_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:13.6049845Z test_non_contig_index_jiterator_unary_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.6076530Z test_non_contig_index_jiterator_unary_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:13.6103836Z test_non_contig_index_jiterator_unary_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:13.6129111Z test_non_contig_index_jiterator_unary_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.6154911Z test_non_contig_index_jiterator_unary_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.6180298Z test_non_contig_index_jiterator_unary_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.6202988Z test_non_contig_index_jiterator_unary_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.6230352Z test_non_contig_index_jiterator_unary_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:13.6251371Z test_non_contig_index_jiterator_unary_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.6272945Z test_non_contig_index_jiterator_unary_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.6295456Z test_non_contig_index_jiterator_unary_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.6319934Z test_non_contig_index_lgamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.6345227Z test_non_contig_index_lgamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.6370447Z test_non_contig_index_lgamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.6395324Z test_non_contig_index_lgamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.6424316Z test_non_contig_index_lgamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:13.6447004Z test_non_contig_index_lgamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.6470278Z test_non_contig_index_lgamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.6493243Z test_non_contig_index_lgamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.6516071Z test_non_contig_index_lgamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.6539912Z test_non_contig_index_log10_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.6563443Z test_non_contig_index_log10_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.6589093Z test_non_contig_index_log10_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.6622682Z test_non_contig_index_log10_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:13.6646421Z test_non_contig_index_log10_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.6671285Z test_non_contig_index_log10_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.6694483Z test_non_contig_index_log10_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.6717941Z test_non_contig_index_log10_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.6741286Z test_non_contig_index_log10_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.6764853Z test_non_contig_index_log10_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.6788458Z test_non_contig_index_log10_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.6817847Z test_non_contig_index_log10_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:13.6841919Z test_non_contig_index_log1p_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.6865074Z test_non_contig_index_log1p_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.6888868Z test_non_contig_index_log1p_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.6914592Z test_non_contig_index_log1p_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.6939856Z test_non_contig_index_log1p_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.6965073Z test_non_contig_index_log1p_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.6996598Z test_non_contig_index_log1p_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:13.7019405Z test_non_contig_index_log1p_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.7042578Z test_non_contig_index_log1p_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.7067174Z test_non_contig_index_log1p_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.7092408Z test_non_contig_index_log2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.7116927Z test_non_contig_index_log2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.7144023Z test_non_contig_index_log2_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:13.7171167Z test_non_contig_index_log2_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:13.7202607Z test_non_contig_index_log2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:13.7226294Z test_non_contig_index_log2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.7249663Z test_non_contig_index_log2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.7272847Z test_non_contig_index_log2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.7295707Z test_non_contig_index_log2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.7320259Z test_non_contig_index_log2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.7345105Z test_non_contig_index_log2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.7370177Z test_non_contig_index_log2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.7404755Z test_non_contig_index_log_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:13.7427657Z test_non_contig_index_log_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.7452516Z test_non_contig_index_log_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.7477903Z test_non_contig_index_log_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.7503486Z test_non_contig_index_log_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.7527179Z test_non_contig_index_log_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.7551527Z test_non_contig_index_log_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.7575105Z test_non_contig_index_log_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.7604446Z test_non_contig_index_log_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:13.7627435Z test_non_contig_index_log_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.7650326Z test_non_contig_index_log_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.7673364Z test_non_contig_index_log_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.7696323Z test_non_contig_index_log_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.7720387Z test_non_contig_index_logical_not_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.7741701Z test_non_contig_index_logical_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.7765152Z test_non_contig_index_logical_not_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.7794156Z test_non_contig_index_logical_not_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:13.7817736Z test_non_contig_index_logical_not_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.7840260Z test_non_contig_index_logical_not_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.7862578Z test_non_contig_index_logical_not_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.7883770Z test_non_contig_index_logical_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.7905327Z test_non_contig_index_logical_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.7926558Z test_non_contig_index_logical_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.7948114Z test_non_contig_index_logical_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.7975202Z test_non_contig_index_logical_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:13.7999080Z test_non_contig_index_logit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.8022169Z test_non_contig_index_logit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.8045924Z test_non_contig_index_logit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.8070140Z test_non_contig_index_logit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.8093500Z test_non_contig_index_logit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.8116366Z test_non_contig_index_logit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.8139375Z test_non_contig_index_logit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.8168665Z test_non_contig_index_logit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:13.8192211Z test_non_contig_index_logit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.8214360Z test_non_contig_index_logit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.8240820Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:13.8267484Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:13.8292890Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.8318346Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.8345130Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:13.8377744Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:13.8404516Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:13.8431156Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:13.8458483Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:13.8486159Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:13.8513639Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:13.8539871Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:13.8566692Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:13.8599428Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:13.8625948Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:13.8650982Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.8677718Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:13.8703716Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:13.8729082Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.8754557Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.8779716Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.8812518Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:13.8838920Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:13.8865641Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:13.8890833Z test_non_contig_index_nan_to_num_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.8913647Z test_non_contig_index_nan_to_num_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.8938832Z test_non_contig_index_nan_to_num_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.8964288Z test_non_contig_index_nan_to_num_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.8988409Z test_non_contig_index_nan_to_num_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.9015755Z test_non_contig_index_nan_to_num_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:13.9037077Z test_non_contig_index_nan_to_num_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.9059363Z test_non_contig_index_nan_to_num_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.9082055Z test_non_contig_index_nan_to_num_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.9105272Z test_non_contig_index_nan_to_num_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.9130885Z test_non_contig_index_neg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.9157861Z test_non_contig_index_neg_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:13.9185294Z test_non_contig_index_neg_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:13.9217566Z test_non_contig_index_neg_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:13.9241570Z test_non_contig_index_neg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.9265711Z test_non_contig_index_neg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.9289065Z test_non_contig_index_neg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.9310750Z test_non_contig_index_neg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.9332173Z test_non_contig_index_neg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.9353585Z test_non_contig_index_neg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.9375394Z test_non_contig_index_neg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.9403760Z test_non_contig_index_neg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:13.9428433Z test_non_contig_index_nn_functional_celu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.9452780Z test_non_contig_index_nn_functional_celu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.9476870Z test_non_contig_index_nn_functional_celu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.9500700Z test_non_contig_index_nn_functional_celu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.9524909Z test_non_contig_index_nn_functional_elu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.9549579Z test_non_contig_index_nn_functional_elu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.9574063Z test_non_contig_index_nn_functional_elu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.9604426Z test_non_contig_index_nn_functional_elu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:13.9628873Z test_non_contig_index_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.9654128Z test_non_contig_index_nn_functional_hardsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.9678471Z test_non_contig_index_nn_functional_hardsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.9702615Z test_non_contig_index_nn_functional_hardsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.9726453Z test_non_contig_index_nn_functional_logsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.9750936Z test_non_contig_index_nn_functional_logsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.9774985Z test_non_contig_index_nn_functional_logsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.9808594Z test_non_contig_index_nn_functional_mish_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:13.9832959Z test_non_contig_index_nn_functional_mish_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.9856703Z test_non_contig_index_nn_functional_mish_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.9880373Z test_non_contig_index_nn_functional_mish_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:13.9907122Z test_non_contig_index_nn_functional_rrelu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:13.9933168Z test_non_contig_index_nn_functional_rrelu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:13.9959719Z test_non_contig_index_nn_functional_rrelu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:13.9986324Z test_non_contig_index_nn_functional_rrelu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:14.0016180Z test_non_contig_index_nn_functional_selu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:14.0040164Z test_non_contig_index_nn_functional_selu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.0064362Z test_non_contig_index_nn_functional_selu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.0087575Z test_non_contig_index_nn_functional_selu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.0111932Z test_non_contig_index_nn_functional_silu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.0135546Z test_non_contig_index_nn_functional_silu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.0159676Z test_non_contig_index_nn_functional_silu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.0183707Z test_non_contig_index_nn_functional_silu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.0214235Z test_non_contig_index_nn_functional_softsign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:14.0238351Z test_non_contig_index_nn_functional_softsign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.0265004Z test_non_contig_index_nn_functional_softsign_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:14.0291209Z test_non_contig_index_nn_functional_softsign_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:14.0316013Z test_non_contig_index_nn_functional_softsign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.0340608Z test_non_contig_index_nn_functional_softsign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.0365099Z test_non_contig_index_nn_functional_softsign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.0394988Z test_non_contig_index_nn_functional_softsign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:14.0418758Z test_non_contig_index_nn_functional_softsign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.0442713Z test_non_contig_index_nn_functional_softsign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.0466982Z test_non_contig_index_nn_functional_softsign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.0490588Z test_non_contig_index_nn_functional_softsign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.0516301Z test_non_contig_index_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.0541735Z test_non_contig_index_nn_functional_tanhshrink_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.0567568Z test_non_contig_index_nn_functional_tanhshrink_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.0598035Z test_non_contig_index_nn_functional_tanhshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:14.0622128Z test_non_contig_index_nn_functional_tanhshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.0645801Z test_non_contig_index_nn_functional_tanhshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.0669499Z test_non_contig_index_nn_functional_tanhshrink_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.0692472Z test_non_contig_index_nn_functional_tanhshrink_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.0715957Z test_non_contig_index_nn_functional_tanhshrink_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.0739058Z test_non_contig_index_nn_functional_tanhshrink_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.0762619Z test_non_contig_index_nn_functional_tanhshrink_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.0791679Z test_non_contig_index_polygamma_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:14.0815298Z test_non_contig_index_polygamma_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.0839336Z test_non_contig_index_polygamma_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.0863150Z test_non_contig_index_polygamma_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.0885930Z test_non_contig_index_polygamma_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.0908946Z test_non_contig_index_polygamma_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.0931770Z test_non_contig_index_polygamma_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.0955004Z test_non_contig_index_polygamma_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.0985680Z test_non_contig_index_polygamma_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:14.1009853Z test_non_contig_index_polygamma_polygamma_n_1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.1035443Z test_non_contig_index_polygamma_polygamma_n_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.1060817Z test_non_contig_index_polygamma_polygamma_n_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.1085831Z test_non_contig_index_polygamma_polygamma_n_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.1110709Z test_non_contig_index_polygamma_polygamma_n_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.1135207Z test_non_contig_index_polygamma_polygamma_n_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.1160289Z test_non_contig_index_polygamma_polygamma_n_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.1191847Z test_non_contig_index_polygamma_polygamma_n_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:14.1215946Z test_non_contig_index_polygamma_polygamma_n_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.1239484Z test_non_contig_index_polygamma_polygamma_n_2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.1264215Z test_non_contig_index_polygamma_polygamma_n_2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.1288506Z test_non_contig_index_polygamma_polygamma_n_2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.1312607Z test_non_contig_index_polygamma_polygamma_n_2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.1336407Z test_non_contig_index_polygamma_polygamma_n_2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.1360124Z test_non_contig_index_polygamma_polygamma_n_2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.1390823Z test_non_contig_index_polygamma_polygamma_n_2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:14.1413886Z test_non_contig_index_polygamma_polygamma_n_2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.1437054Z test_non_contig_index_polygamma_polygamma_n_2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.1460210Z test_non_contig_index_polygamma_polygamma_n_3_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.1484595Z test_non_contig_index_polygamma_polygamma_n_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.1509114Z test_non_contig_index_polygamma_polygamma_n_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.1533105Z test_non_contig_index_polygamma_polygamma_n_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.1556874Z test_non_contig_index_polygamma_polygamma_n_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.1586926Z test_non_contig_index_polygamma_polygamma_n_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:14.1611295Z test_non_contig_index_polygamma_polygamma_n_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.1635762Z test_non_contig_index_polygamma_polygamma_n_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.1660287Z test_non_contig_index_polygamma_polygamma_n_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.1684895Z test_non_contig_index_polygamma_polygamma_n_4_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.1711127Z test_non_contig_index_polygamma_polygamma_n_4_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.1735406Z test_non_contig_index_polygamma_polygamma_n_4_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.1759778Z test_non_contig_index_polygamma_polygamma_n_4_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.1789455Z test_non_contig_index_polygamma_polygamma_n_4_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:14.1812294Z test_non_contig_index_polygamma_polygamma_n_4_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.1835442Z test_non_contig_index_polygamma_polygamma_n_4_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.1858462Z test_non_contig_index_polygamma_polygamma_n_4_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.1881706Z test_non_contig_index_polygamma_polygamma_n_4_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.1905912Z test_non_contig_index_positive_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.1931095Z test_non_contig_index_positive_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.1958152Z test_non_contig_index_positive_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:14.1989513Z test_non_contig_index_positive_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:14.2012955Z test_non_contig_index_positive_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.2036345Z test_non_contig_index_positive_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.2057163Z test_non_contig_index_positive_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.2078637Z test_non_contig_index_positive_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.2100042Z test_non_contig_index_positive_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.2121191Z test_non_contig_index_positive_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.2142115Z test_non_contig_index_positive_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.2173902Z test_non_contig_index_rad2deg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:14.2197172Z test_non_contig_index_rad2deg_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.2221014Z test_non_contig_index_rad2deg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.2245092Z test_non_contig_index_rad2deg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.2268662Z test_non_contig_index_rad2deg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.2291901Z test_non_contig_index_rad2deg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.2315110Z test_non_contig_index_rad2deg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.2338193Z test_non_contig_index_rad2deg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.2368556Z test_non_contig_index_rad2deg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:14.2392694Z test_non_contig_index_rad2deg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.2416086Z test_non_contig_index_real_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.2436981Z test_non_contig_index_real_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.2461591Z test_non_contig_index_real_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.2486066Z test_non_contig_index_real_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.2510960Z test_non_contig_index_real_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.2534724Z test_non_contig_index_real_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.2564182Z test_non_contig_index_real_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:14.2587761Z test_non_contig_index_real_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.2608591Z test_non_contig_index_real_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.2629824Z test_non_contig_index_real_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.2649882Z test_non_contig_index_real_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.2671215Z test_non_contig_index_real_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.2691910Z test_non_contig_index_real_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.2715913Z test_non_contig_index_reciprocal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.2745260Z test_non_contig_index_reciprocal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:14.2769394Z test_non_contig_index_reciprocal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.2794815Z test_non_contig_index_reciprocal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.2818349Z test_non_contig_index_reciprocal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.2842307Z test_non_contig_index_reciprocal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.2866008Z test_non_contig_index_reciprocal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.2888907Z test_non_contig_index_reciprocal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.2911992Z test_non_contig_index_reciprocal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.2941340Z test_non_contig_index_reciprocal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:14.2964182Z test_non_contig_index_reciprocal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.2987218Z test_non_contig_index_reciprocal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.3011168Z test_non_contig_index_round_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.3035210Z test_non_contig_index_round_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.3059243Z test_non_contig_index_round_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.3083259Z test_non_contig_index_round_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.3108079Z test_non_contig_index_round_decimals_0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.3138203Z test_non_contig_index_round_decimals_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:14.3162433Z test_non_contig_index_round_decimals_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.3186280Z test_non_contig_index_round_decimals_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.3209987Z test_non_contig_index_round_decimals_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.3234270Z test_non_contig_index_round_decimals_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.3258568Z test_non_contig_index_round_decimals_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.3282640Z test_non_contig_index_round_decimals_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.3307502Z test_non_contig_index_round_decimals_neg_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.3338049Z test_non_contig_index_round_decimals_neg_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:14.3362154Z test_non_contig_index_round_decimals_neg_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.3386162Z test_non_contig_index_round_decimals_neg_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.3410433Z test_non_contig_index_rsqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.3433412Z test_non_contig_index_rsqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.3458639Z test_non_contig_index_rsqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.3484507Z test_non_contig_index_rsqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.3509929Z test_non_contig_index_rsqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.3540107Z test_non_contig_index_rsqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:14.3563805Z test_non_contig_index_rsqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.3587223Z test_non_contig_index_rsqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.3610064Z test_non_contig_index_rsqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.3634440Z test_non_contig_index_rsqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.3657548Z test_non_contig_index_rsqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.3680968Z test_non_contig_index_rsqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.3711962Z test_non_contig_index_sgn_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:14.3732869Z test_non_contig_index_sgn_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.3759834Z test_non_contig_index_sgn_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:14.3786908Z test_non_contig_index_sgn_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:14.3813865Z test_non_contig_index_sgn_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:14.3839223Z test_non_contig_index_sgn_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.3865194Z test_non_contig_index_sgn_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.3890169Z test_non_contig_index_sgn_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.3919587Z test_non_contig_index_sgn_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:14.3940702Z test_non_contig_index_sgn_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.3961668Z test_non_contig_index_sgn_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.3983044Z test_non_contig_index_sgn_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.4004164Z test_non_contig_index_sgn_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.4029746Z test_non_contig_index_sigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.4053833Z test_non_contig_index_sigmoid_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.4080163Z test_non_contig_index_sigmoid_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:14.4112685Z test_non_contig_index_sigmoid_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:14.4138074Z test_non_contig_index_sigmoid_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.4161721Z test_non_contig_index_sigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.4187537Z test_non_contig_index_sigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.4212022Z test_non_contig_index_sigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.4236198Z test_non_contig_index_sigmoid_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.4260685Z test_non_contig_index_sigmoid_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.4284846Z test_non_contig_index_sigmoid_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.4315220Z test_non_contig_index_sigmoid_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:14.4338052Z test_non_contig_index_sigmoid_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.4363144Z test_non_contig_index_sign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.4385882Z test_non_contig_index_sign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.4410736Z test_non_contig_index_sign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.4435969Z test_non_contig_index_sign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.4459160Z test_non_contig_index_sign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.4480662Z test_non_contig_index_sign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.4510171Z test_non_contig_index_sign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:14.4530697Z test_non_contig_index_sign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.4551913Z test_non_contig_index_sign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.4572930Z test_non_contig_index_sign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.4595212Z test_non_contig_index_signbit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.4616181Z test_non_contig_index_signbit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.4638272Z test_non_contig_index_signbit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.4660224Z test_non_contig_index_signbit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.4689507Z test_non_contig_index_signbit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:14.4711926Z test_non_contig_index_signbit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.4734185Z test_non_contig_index_signbit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.4756769Z test_non_contig_index_signbit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.4779123Z test_non_contig_index_signbit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.4800536Z test_non_contig_index_signbit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.4824880Z test_non_contig_index_sin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.4847509Z test_non_contig_index_sin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.4878705Z test_non_contig_index_sin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:14.4903822Z test_non_contig_index_sin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.4927469Z test_non_contig_index_sin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.4951526Z test_non_contig_index_sin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.4975088Z test_non_contig_index_sin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.4998436Z test_non_contig_index_sin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.5021738Z test_non_contig_index_sin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.5045118Z test_non_contig_index_sin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.5075354Z test_non_contig_index_sin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:14.5097949Z test_non_contig_index_sin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.5122114Z test_non_contig_index_sinc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.5145083Z test_non_contig_index_sinc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.5170921Z test_non_contig_index_sinc_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.5196383Z test_non_contig_index_sinc_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.5220632Z test_non_contig_index_sinc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.5245017Z test_non_contig_index_sinc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.5275523Z test_non_contig_index_sinc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:14.5298368Z test_non_contig_index_sinc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.5321524Z test_non_contig_index_sinc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.5345071Z test_non_contig_index_sinc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.5368100Z test_non_contig_index_sinc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.5391513Z test_non_contig_index_sinc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.5415531Z test_non_contig_index_sinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.5439582Z test_non_contig_index_sinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.5471301Z test_non_contig_index_sinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:14.5496258Z test_non_contig_index_sinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.5520334Z test_non_contig_index_sinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.5544235Z test_non_contig_index_sinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.5567743Z test_non_contig_index_sinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.5591212Z test_non_contig_index_sinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.5614636Z test_non_contig_index_sinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.5638909Z test_non_contig_index_sinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.5668656Z test_non_contig_index_sinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:14.5691690Z test_non_contig_index_sinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.5716149Z test_non_contig_index_special_entr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.5738918Z test_non_contig_index_special_entr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.5763269Z test_non_contig_index_special_entr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.5787802Z test_non_contig_index_special_entr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.5811951Z test_non_contig_index_special_entr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.5836990Z test_non_contig_index_special_entr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.5868300Z test_non_contig_index_special_entr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:14.5892417Z test_non_contig_index_special_entr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.5916897Z test_non_contig_index_special_entr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.5941494Z test_non_contig_index_special_entr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.5965849Z test_non_contig_index_special_erfcx_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.5991368Z test_non_contig_index_special_erfcx_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.6016026Z test_non_contig_index_special_erfcx_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.6040631Z test_non_contig_index_special_erfcx_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.6070878Z test_non_contig_index_special_erfcx_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:14.6093794Z test_non_contig_index_special_erfcx_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.6118257Z test_non_contig_index_special_erfcx_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.6142661Z test_non_contig_index_special_erfcx_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.6167739Z test_non_contig_index_special_i0e_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.6192358Z test_non_contig_index_special_i0e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.6222920Z test_non_contig_index_special_i0e_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:14.6246813Z test_non_contig_index_special_i0e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.6276945Z test_non_contig_index_special_i0e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:14.6299905Z test_non_contig_index_special_i0e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.6324083Z test_non_contig_index_special_i0e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.6348951Z test_non_contig_index_special_i0e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.6372049Z test_non_contig_index_special_i0e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.6396132Z test_non_contig_index_special_i0e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.6420357Z test_non_contig_index_special_i1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.6444754Z test_non_contig_index_special_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.6475289Z test_non_contig_index_special_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:14.6499065Z test_non_contig_index_special_i1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.6523117Z test_non_contig_index_special_i1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.6546887Z test_non_contig_index_special_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.6571418Z test_non_contig_index_special_i1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.6595021Z test_non_contig_index_special_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.6618412Z test_non_contig_index_special_i1e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.6643382Z test_non_contig_index_special_i1e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.6674139Z test_non_contig_index_special_i1e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:14.6697624Z test_non_contig_index_special_i1e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.6721935Z test_non_contig_index_special_i1e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.6745938Z test_non_contig_index_special_i1e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.6769108Z test_non_contig_index_special_i1e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.6793219Z test_non_contig_index_special_i1e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.6817371Z test_non_contig_index_special_log_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.6842439Z test_non_contig_index_special_log_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.6874489Z test_non_contig_index_special_log_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:14.6898024Z test_non_contig_index_special_log_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.6922278Z test_non_contig_index_special_log_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.6946330Z test_non_contig_index_special_log_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.6970058Z test_non_contig_index_special_log_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.6994099Z test_non_contig_index_special_log_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.7018872Z test_non_contig_index_special_ndtr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.7049061Z test_non_contig_index_special_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:14.7074718Z test_non_contig_index_special_ndtr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.7100409Z test_non_contig_index_special_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.7126276Z test_non_contig_index_special_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.7150387Z test_non_contig_index_special_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.7175249Z test_non_contig_index_special_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.7200247Z test_non_contig_index_special_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.7225698Z test_non_contig_index_special_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.7255348Z test_non_contig_index_special_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:14.7279398Z test_non_contig_index_special_ndtri_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.7303352Z test_non_contig_index_special_ndtri_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.7326595Z test_non_contig_index_special_ndtri_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.7349767Z test_non_contig_index_special_ndtri_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.7372454Z test_non_contig_index_special_ndtri_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.7395305Z test_non_contig_index_special_ndtri_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.7418038Z test_non_contig_index_special_ndtri_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.7446946Z test_non_contig_index_special_ndtri_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:14.7470339Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.7493915Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.7517999Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.7541661Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.7564488Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.7587740Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.7610577Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.7639491Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:14.7662600Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.7686355Z test_non_contig_index_sqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.7709239Z test_non_contig_index_sqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.7735437Z test_non_contig_index_sqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:14.7762395Z test_non_contig_index_sqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:14.7787942Z test_non_contig_index_sqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.7812916Z test_non_contig_index_sqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.7843709Z test_non_contig_index_sqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:14.7868073Z test_non_contig_index_sqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.7891992Z test_non_contig_index_sqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.7914755Z test_non_contig_index_sqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.7937560Z test_non_contig_index_sqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.7960789Z test_non_contig_index_sqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.7984957Z test_non_contig_index_square_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.8005940Z test_non_contig_index_square_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.8037355Z test_non_contig_index_square_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:14.8062776Z test_non_contig_index_square_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.8086602Z test_non_contig_index_square_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.8110820Z test_non_contig_index_square_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.8134113Z test_non_contig_index_square_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.8155465Z test_non_contig_index_square_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.8177695Z test_non_contig_index_square_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.8199884Z test_non_contig_index_square_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.8226977Z test_non_contig_index_square_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:14.8248186Z test_non_contig_index_square_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.8272322Z test_non_contig_index_tan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.8295024Z test_non_contig_index_tan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.8319980Z test_non_contig_index_tan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.8345641Z test_non_contig_index_tan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.8369552Z test_non_contig_index_tan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.8393861Z test_non_contig_index_tan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.8423829Z test_non_contig_index_tan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:14.8446516Z test_non_contig_index_tan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.8469653Z test_non_contig_index_tan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.8492303Z test_non_contig_index_tan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.8515312Z test_non_contig_index_tan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.8539479Z test_non_contig_index_tan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.8564787Z test_non_contig_index_tanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.8589220Z test_non_contig_index_tanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.8621183Z test_non_contig_index_tanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:14.8646227Z test_non_contig_index_tanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.8670476Z test_non_contig_index_tanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.8694218Z test_non_contig_index_tanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.8717819Z test_non_contig_index_tanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.8740982Z test_non_contig_index_tanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.8763632Z test_non_contig_index_tanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.8786839Z test_non_contig_index_tanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.8815532Z test_non_contig_index_tanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:14.8839810Z test_non_contig_index_tanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.8865415Z test_non_contig_index_trunc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.8890360Z test_non_contig_index_trunc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.8915527Z test_non_contig_index_trunc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.8940238Z test_non_contig_index_trunc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.8971586Z test_non_contig_isfinite_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:14.8999184Z test_non_contig_isfinite_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:14.9040821Z test_non_contig_isfinite_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:14.9075080Z test_non_contig_isfinite_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:14.9109231Z test_non_contig_isfinite_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:14.9138366Z test_non_contig_isfinite_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:14.9168221Z test_non_contig_isfinite_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:14.9198114Z test_non_contig_isfinite_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:14.9224776Z test_non_contig_isfinite_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:14.9251141Z test_non_contig_isfinite_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:14.9285938Z test_non_contig_isfinite_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:14.9311732Z test_non_contig_isfinite_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:14.9337469Z test_non_contig_isfinite_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:14.9366604Z test_non_contig_isinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:14.9392879Z test_non_contig_isinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:14.9425228Z test_non_contig_isinf_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:14.9457373Z test_non_contig_isinf_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:14.9489863Z test_non_contig_isinf_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:14.9525287Z test_non_contig_isinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:14.9553783Z test_non_contig_isinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:14.9582764Z test_non_contig_isinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:14.9608639Z test_non_contig_isinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:14.9634859Z test_non_contig_isinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:14.9662817Z test_non_contig_isinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:14.9690655Z test_non_contig_isinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:14.9718828Z test_non_contig_isinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:14.9754858Z test_non_contig_isnan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:14.9782580Z test_non_contig_isnan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:14.9811732Z test_non_contig_isnan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:14.9841465Z test_non_contig_isnan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:14.9869737Z test_non_contig_isnan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:14.9897316Z test_non_contig_isnan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:14.9925297Z test_non_contig_isnan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:14.9951621Z test_non_contig_isnan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:14.9984099Z test_non_contig_isnan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.0009549Z test_non_contig_isnan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:15.0035440Z test_non_contig_isnan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:15.0062756Z test_non_contig_isnan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.0091701Z test_non_contig_isneginf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.0118974Z test_non_contig_isneginf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.0148377Z test_non_contig_isneginf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.0177685Z test_non_contig_isneginf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.0212797Z test_non_contig_isneginf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.0239402Z test_non_contig_isneginf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.0265283Z test_non_contig_isneginf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:15.0290894Z test_non_contig_isneginf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:15.0318225Z test_non_contig_isneginf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.0345751Z test_non_contig_isneginf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.0373995Z test_non_contig_isposinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.0399697Z test_non_contig_isposinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:15.0433141Z test_non_contig_isposinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.0460722Z test_non_contig_isposinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.0488237Z test_non_contig_isposinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.0514110Z test_non_contig_isposinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:15.0539781Z test_non_contig_isposinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:15.0565508Z test_non_contig_isposinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:15.0591579Z test_non_contig_isposinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.0623164Z test_non_contig_isposinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.0650436Z test_non_contig_isreal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.0677173Z test_non_contig_isreal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.0707287Z test_non_contig_isreal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.0737672Z test_non_contig_isreal_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.0769744Z test_non_contig_isreal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.0798930Z test_non_contig_isreal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.0828191Z test_non_contig_isreal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.0863360Z test_non_contig_isreal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.0890604Z test_non_contig_isreal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.0918135Z test_non_contig_isreal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.0945924Z test_non_contig_isreal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.0972915Z test_non_contig_isreal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.1000304Z test_non_contig_isreal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.1034164Z test_non_contig_jiterator_unary_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.1062277Z test_non_contig_jiterator_unary_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.1103521Z test_non_contig_jiterator_unary_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:15.1139313Z test_non_contig_jiterator_unary_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.1172459Z test_non_contig_jiterator_unary_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.1206495Z test_non_contig_jiterator_unary_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.1237712Z test_non_contig_jiterator_unary_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.1265660Z test_non_contig_jiterator_unary_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.1293326Z test_non_contig_jiterator_unary_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.1320743Z test_non_contig_jiterator_unary_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.1355170Z test_non_contig_jiterator_unary_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.1381099Z test_non_contig_jiterator_unary_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:15.1410102Z test_non_contig_lgamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.1441015Z test_non_contig_lgamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.1471895Z test_non_contig_lgamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.1502077Z test_non_contig_lgamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.1531186Z test_non_contig_lgamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.1562201Z test_non_contig_lgamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.1598977Z test_non_contig_lgamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:15.1628238Z test_non_contig_lgamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.1657473Z test_non_contig_lgamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.1688438Z test_non_contig_log10_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.1717614Z test_non_contig_log10_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.1750675Z test_non_contig_log10_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.1784201Z test_non_contig_log10_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.1815018Z test_non_contig_log10_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.1852364Z test_non_contig_log10_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:15.1882774Z test_non_contig_log10_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.1912112Z test_non_contig_log10_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.1941607Z test_non_contig_log10_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.1970389Z test_non_contig_log10_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.1999564Z test_non_contig_log10_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.2028916Z test_non_contig_log10_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.2059806Z test_non_contig_log1p_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.2096457Z test_non_contig_log1p_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:15.2127243Z test_non_contig_log1p_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.2158360Z test_non_contig_log1p_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.2189532Z test_non_contig_log1p_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.2218664Z test_non_contig_log1p_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.2247825Z test_non_contig_log1p_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.2277285Z test_non_contig_log1p_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.2306530Z test_non_contig_log1p_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.2343556Z test_non_contig_log1p_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:15.2375780Z test_non_contig_log2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.2406528Z test_non_contig_log2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.2440913Z test_non_contig_log2_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.2474793Z test_non_contig_log2_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.2505483Z test_non_contig_log2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.2536137Z test_non_contig_log2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.2566611Z test_non_contig_log2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.2601964Z test_non_contig_log2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.2631240Z test_non_contig_log2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.2660316Z test_non_contig_log2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.2689303Z test_non_contig_log2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.2718536Z test_non_contig_log2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.2749778Z test_non_contig_log_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.2778773Z test_non_contig_log_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.2811568Z test_non_contig_log_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.2850704Z test_non_contig_log_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:15.2884122Z test_non_contig_log_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.2915255Z test_non_contig_log_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.2946458Z test_non_contig_log_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.2976645Z test_non_contig_log_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.3007614Z test_non_contig_log_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.3038936Z test_non_contig_log_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.3070042Z test_non_contig_log_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.3106841Z test_non_contig_log_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:15.3137419Z test_non_contig_log_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.3169855Z test_non_contig_logical_not_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.3197807Z test_non_contig_logical_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.3227299Z test_non_contig_logical_not_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.3256657Z test_non_contig_logical_not_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.3287528Z test_non_contig_logical_not_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.3315404Z test_non_contig_logical_not_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.3348834Z test_non_contig_logical_not_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.3374615Z test_non_contig_logical_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:15.3400712Z test_non_contig_logical_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:15.3426872Z test_non_contig_logical_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.3452546Z test_non_contig_logical_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:15.3478447Z test_non_contig_logical_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:15.3509478Z test_non_contig_logit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.3538981Z test_non_contig_logit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.3575860Z test_non_contig_logit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:15.3606868Z test_non_contig_logit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.3637236Z test_non_contig_logit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.3666582Z test_non_contig_logit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.3696119Z test_non_contig_logit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.3726873Z test_non_contig_logit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.3756319Z test_non_contig_logit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.3785811Z test_non_contig_logit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.3827202Z test_non_contig_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:15.3862331Z test_non_contig_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.3896323Z test_non_contig_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.3930026Z test_non_contig_mvlgamma_mvlgamma_p_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.3963630Z test_non_contig_mvlgamma_mvlgamma_p_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.3997478Z test_non_contig_mvlgamma_mvlgamma_p_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.4031389Z test_non_contig_mvlgamma_mvlgamma_p_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.4065263Z test_non_contig_mvlgamma_mvlgamma_p_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.4106530Z test_non_contig_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:15.4141631Z test_non_contig_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.4175830Z test_non_contig_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.4209741Z test_non_contig_mvlgamma_mvlgamma_p_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.4243477Z test_non_contig_mvlgamma_mvlgamma_p_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.4277370Z test_non_contig_mvlgamma_mvlgamma_p_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.4311260Z test_non_contig_mvlgamma_mvlgamma_p_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.4345009Z test_non_contig_mvlgamma_mvlgamma_p_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.4385944Z test_non_contig_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:15.4420781Z test_non_contig_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.4455170Z test_non_contig_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.4488629Z test_non_contig_mvlgamma_mvlgamma_p_5_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.4522243Z test_non_contig_mvlgamma_mvlgamma_p_5_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.4556163Z test_non_contig_mvlgamma_mvlgamma_p_5_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.4589803Z test_non_contig_mvlgamma_mvlgamma_p_5_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.4629177Z test_non_contig_mvlgamma_mvlgamma_p_5_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:15.4661239Z test_non_contig_nan_to_num_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.4687167Z test_non_contig_nan_to_num_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:15.4718444Z test_non_contig_nan_to_num_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.4750184Z test_non_contig_nan_to_num_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.4780559Z test_non_contig_nan_to_num_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.4807136Z test_non_contig_nan_to_num_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.4833880Z test_non_contig_nan_to_num_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.4867840Z test_non_contig_nan_to_num_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.4893729Z test_non_contig_nan_to_num_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:15.4919947Z test_non_contig_nan_to_num_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.4951523Z test_non_contig_neg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.4985424Z test_non_contig_neg_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.5020298Z test_non_contig_neg_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.5054600Z test_non_contig_neg_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.5086157Z test_non_contig_neg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.5126383Z test_non_contig_neg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:15.5156715Z test_non_contig_neg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.5182884Z test_non_contig_neg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.5209796Z test_non_contig_neg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.5234825Z test_non_contig_neg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:15.5260461Z test_non_contig_neg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:15.5288134Z test_non_contig_neg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.5321741Z test_non_contig_nn_functional_celu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.5360400Z test_non_contig_nn_functional_celu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:15.5391691Z test_non_contig_nn_functional_celu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.5422353Z test_non_contig_nn_functional_celu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.5453377Z test_non_contig_nn_functional_elu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.5485361Z test_non_contig_nn_functional_elu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.5518672Z test_non_contig_nn_functional_elu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.5551489Z test_non_contig_nn_functional_elu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.5584992Z test_non_contig_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.5624763Z test_non_contig_nn_functional_hardsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:15.5657528Z test_non_contig_nn_functional_hardsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.5688942Z test_non_contig_nn_functional_hardsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.5720075Z test_non_contig_nn_functional_logsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.5751486Z test_non_contig_nn_functional_logsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.5782108Z test_non_contig_nn_functional_logsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.5812934Z test_non_contig_nn_functional_mish_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.5844275Z test_non_contig_nn_functional_mish_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.5883371Z test_non_contig_nn_functional_mish_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:15.5914193Z test_non_contig_nn_functional_mish_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.5949978Z test_non_contig_nn_functional_rrelu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.5985599Z test_non_contig_nn_functional_rrelu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.6020979Z test_non_contig_nn_functional_rrelu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.6056026Z test_non_contig_nn_functional_rrelu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.6087812Z test_non_contig_nn_functional_selu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.6119049Z test_non_contig_nn_functional_selu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.6156420Z test_non_contig_nn_functional_selu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:15.6189384Z test_non_contig_nn_functional_selu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.6220695Z test_non_contig_nn_functional_silu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.6251939Z test_non_contig_nn_functional_silu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.6283601Z test_non_contig_nn_functional_silu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.6313932Z test_non_contig_nn_functional_silu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.6346943Z test_non_contig_nn_functional_softsign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.6377888Z test_non_contig_nn_functional_softsign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.6419690Z test_non_contig_nn_functional_softsign_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:15.6455872Z test_non_contig_nn_functional_softsign_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:15.6488385Z test_non_contig_nn_functional_softsign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.6521060Z test_non_contig_nn_functional_softsign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.6553147Z test_non_contig_nn_functional_softsign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.6584457Z test_non_contig_nn_functional_softsign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.6615151Z test_non_contig_nn_functional_softsign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.6646180Z test_non_contig_nn_functional_softsign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.6684075Z test_non_contig_nn_functional_softsign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:15.6717063Z test_non_contig_nn_functional_softsign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.6750248Z test_non_contig_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.6785762Z test_non_contig_nn_functional_tanhshrink_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.6820987Z test_non_contig_nn_functional_tanhshrink_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.6852404Z test_non_contig_nn_functional_tanhshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.6884019Z test_non_contig_nn_functional_tanhshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.6915097Z test_non_contig_nn_functional_tanhshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.6951035Z test_non_contig_nn_functional_tanhshrink_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.6980865Z test_non_contig_nn_functional_tanhshrink_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.7010977Z test_non_contig_nn_functional_tanhshrink_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.7040869Z test_non_contig_nn_functional_tanhshrink_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.7070968Z test_non_contig_nn_functional_tanhshrink_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.7099857Z test_non_contig_polygamma_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.7130910Z test_non_contig_polygamma_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.7162362Z test_non_contig_polygamma_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.7199684Z test_non_contig_polygamma_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:15.7228717Z test_non_contig_polygamma_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.7257730Z test_non_contig_polygamma_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.7287281Z test_non_contig_polygamma_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.7318144Z test_non_contig_polygamma_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.7349119Z test_non_contig_polygamma_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.7379722Z test_non_contig_polygamma_polygamma_n_1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.7410923Z test_non_contig_polygamma_polygamma_n_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.7447931Z test_non_contig_polygamma_polygamma_n_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:15.7478308Z test_non_contig_polygamma_polygamma_n_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.7507712Z test_non_contig_polygamma_polygamma_n_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.7536796Z test_non_contig_polygamma_polygamma_n_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.7566263Z test_non_contig_polygamma_polygamma_n_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.7597404Z test_non_contig_polygamma_polygamma_n_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.7626734Z test_non_contig_polygamma_polygamma_n_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.7655865Z test_non_contig_polygamma_polygamma_n_2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.7693093Z test_non_contig_polygamma_polygamma_n_2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:15.7725766Z test_non_contig_polygamma_polygamma_n_2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.7775988Z test_non_contig_polygamma_polygamma_n_2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:15.7805789Z test_non_contig_polygamma_polygamma_n_2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.7834980Z test_non_contig_polygamma_polygamma_n_2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.7864185Z test_non_contig_polygamma_polygamma_n_2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.7893424Z test_non_contig_polygamma_polygamma_n_2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.7923094Z test_non_contig_polygamma_polygamma_n_2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.7958842Z test_non_contig_polygamma_polygamma_n_3_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.7989779Z test_non_contig_polygamma_polygamma_n_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.8020637Z test_non_contig_polygamma_polygamma_n_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.8069045Z test_non_contig_polygamma_polygamma_n_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:15.8098279Z test_non_contig_polygamma_polygamma_n_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.8129298Z test_non_contig_polygamma_polygamma_n_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.8160768Z test_non_contig_polygamma_polygamma_n_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.8192975Z test_non_contig_polygamma_polygamma_n_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.8230008Z test_non_contig_polygamma_polygamma_n_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:15.8258867Z test_non_contig_polygamma_polygamma_n_4_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.8289835Z test_non_contig_polygamma_polygamma_n_4_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.8320816Z test_non_contig_polygamma_polygamma_n_4_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.8366621Z test_non_contig_polygamma_polygamma_n_4_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:15.8395815Z test_non_contig_polygamma_polygamma_n_4_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.8425982Z test_non_contig_polygamma_polygamma_n_4_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.8455258Z test_non_contig_polygamma_polygamma_n_4_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.8490529Z test_non_contig_polygamma_polygamma_n_4_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.8519663Z test_non_contig_polygamma_polygamma_n_4_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.8550270Z test_non_contig_positive_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.8582849Z test_non_contig_positive_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.8615875Z test_non_contig_positive_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.8646593Z test_non_contig_positive_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.8678588Z test_non_contig_positive_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.8714120Z test_non_contig_positive_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.8738914Z test_non_contig_positive_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:15.8764160Z test_non_contig_positive_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:15.8788670Z test_non_contig_positive_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:15.8813703Z test_non_contig_positive_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:15.8840490Z test_non_contig_positive_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.8873536Z test_non_contig_rad2deg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.8904767Z test_non_contig_rad2deg_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.8944011Z test_non_contig_rad2deg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:15.8976634Z test_non_contig_rad2deg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.9008879Z test_non_contig_rad2deg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.9040264Z test_non_contig_rad2deg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.9071897Z test_non_contig_rad2deg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.9103070Z test_non_contig_rad2deg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.9134229Z test_non_contig_rad2deg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.9165760Z test_non_contig_rad2deg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.9204992Z test_non_contig_real_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:15.9229679Z test_non_contig_real_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:15.9261758Z test_non_contig_real_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.9294102Z test_non_contig_real_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.9326912Z test_non_contig_real_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.9357508Z test_non_contig_real_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.9388034Z test_non_contig_real_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.9417901Z test_non_contig_real_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.9449275Z test_non_contig_real_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.9474318Z test_non_contig_real_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:15.9498530Z test_non_contig_real_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:15.9523821Z test_non_contig_real_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:15.9549209Z test_non_contig_real_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:15.9579764Z test_non_contig_reciprocal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.9608808Z test_non_contig_reciprocal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.9642097Z test_non_contig_reciprocal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.9682004Z test_non_contig_reciprocal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:15.9712828Z test_non_contig_reciprocal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.9744004Z test_non_contig_reciprocal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.9773863Z test_non_contig_reciprocal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.9803155Z test_non_contig_reciprocal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.9832440Z test_non_contig_reciprocal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.9861847Z test_non_contig_reciprocal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.9891006Z test_non_contig_reciprocal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.9926521Z test_non_contig_reciprocal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.9957415Z test_non_contig_round_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:15.9988961Z test_non_contig_round_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.0019657Z test_non_contig_round_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.0049900Z test_non_contig_round_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.0080921Z test_non_contig_round_decimals_0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.0112259Z test_non_contig_round_decimals_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.0143635Z test_non_contig_round_decimals_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.0180190Z test_non_contig_round_decimals_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:16.0212858Z test_non_contig_round_decimals_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.0244116Z test_non_contig_round_decimals_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.0275476Z test_non_contig_round_decimals_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.0306244Z test_non_contig_round_decimals_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.0339060Z test_non_contig_round_decimals_neg_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.0371939Z test_non_contig_round_decimals_neg_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.0404744Z test_non_contig_round_decimals_neg_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.0441788Z test_non_contig_round_decimals_neg_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:16.0472660Z test_non_contig_rsqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.0502005Z test_non_contig_rsqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.0534896Z test_non_contig_rsqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.0569023Z test_non_contig_rsqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.0600639Z test_non_contig_rsqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.0632160Z test_non_contig_rsqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.0663366Z test_non_contig_rsqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.0699800Z test_non_contig_rsqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:16.0728896Z test_non_contig_rsqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.0758405Z test_non_contig_rsqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.0788033Z test_non_contig_rsqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.0818813Z test_non_contig_rsqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.0851860Z test_non_contig_sgn_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.0879851Z test_non_contig_sgn_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.0918291Z test_non_contig_sgn_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:16.0959234Z test_non_contig_sgn_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:16.0993121Z test_non_contig_sgn_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.1024146Z test_non_contig_sgn_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.1055394Z test_non_contig_sgn_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.1086061Z test_non_contig_sgn_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.1112649Z test_non_contig_sgn_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.1138888Z test_non_contig_sgn_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.1164902Z test_non_contig_sgn_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:16.1200434Z test_non_contig_sgn_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.1226160Z test_non_contig_sgn_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:16.1257398Z test_non_contig_sigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.1286623Z test_non_contig_sigmoid_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.1320014Z test_non_contig_sigmoid_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.1354197Z test_non_contig_sigmoid_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.1388550Z test_non_contig_sigmoid_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.1419742Z test_non_contig_sigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.1457460Z test_non_contig_sigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:16.1487778Z test_non_contig_sigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.1517318Z test_non_contig_sigmoid_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.1546644Z test_non_contig_sigmoid_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.1575992Z test_non_contig_sigmoid_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.1605527Z test_non_contig_sigmoid_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.1635315Z test_non_contig_sigmoid_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.1666748Z test_non_contig_sign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.1699597Z test_non_contig_sign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.1730667Z test_non_contig_sign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.1761515Z test_non_contig_sign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.1792165Z test_non_contig_sign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.1817900Z test_non_contig_sign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:16.1843854Z test_non_contig_sign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:16.1869103Z test_non_contig_sign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:16.1894935Z test_non_contig_sign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:16.1926779Z test_non_contig_sign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.1955414Z test_non_contig_signbit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.1980854Z test_non_contig_signbit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:16.2008309Z test_non_contig_signbit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.2036166Z test_non_contig_signbit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.2063860Z test_non_contig_signbit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.2089443Z test_non_contig_signbit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:16.2115219Z test_non_contig_signbit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:16.2147068Z test_non_contig_signbit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.2172614Z test_non_contig_signbit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:16.2198459Z test_non_contig_signbit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:16.2229561Z test_non_contig_sin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.2258218Z test_non_contig_sin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.2291458Z test_non_contig_sin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.2325092Z test_non_contig_sin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.2356363Z test_non_contig_sin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.2393178Z test_non_contig_sin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:16.2423327Z test_non_contig_sin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.2452427Z test_non_contig_sin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.2481701Z test_non_contig_sin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.2511110Z test_non_contig_sin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.2540059Z test_non_contig_sin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.2569458Z test_non_contig_sin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.2606559Z test_non_contig_sinc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:16.2635079Z test_non_contig_sinc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.2668853Z test_non_contig_sinc_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.2702171Z test_non_contig_sinc_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.2732795Z test_non_contig_sinc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.2763881Z test_non_contig_sinc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.2794286Z test_non_contig_sinc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.2823409Z test_non_contig_sinc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.2858883Z test_non_contig_sinc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.2888086Z test_non_contig_sinc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.2917210Z test_non_contig_sinc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.2946637Z test_non_contig_sinc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.2977509Z test_non_contig_sinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.3008012Z test_non_contig_sinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.3039868Z test_non_contig_sinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.3073664Z test_non_contig_sinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.3110793Z test_non_contig_sinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:16.3141805Z test_non_contig_sinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.3171811Z test_non_contig_sinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.3201351Z test_non_contig_sinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.3230410Z test_non_contig_sinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.3259350Z test_non_contig_sinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.3288698Z test_non_contig_sinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.3318549Z test_non_contig_sinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.3356029Z test_non_contig_special_entr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:16.3385175Z test_non_contig_special_entr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.3416140Z test_non_contig_special_entr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.3447175Z test_non_contig_special_entr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.3477822Z test_non_contig_special_entr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.3507065Z test_non_contig_special_entr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.3536171Z test_non_contig_special_entr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.3565683Z test_non_contig_special_entr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.3601631Z test_non_contig_special_entr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.3630896Z test_non_contig_special_entr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.3659924Z test_non_contig_special_erfcx_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.3691504Z test_non_contig_special_erfcx_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.3721726Z test_non_contig_special_erfcx_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.3751336Z test_non_contig_special_erfcx_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.3780318Z test_non_contig_special_erfcx_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.3809718Z test_non_contig_special_erfcx_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.3845414Z test_non_contig_special_erfcx_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.3874774Z test_non_contig_special_erfcx_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.3905980Z test_non_contig_special_i0e_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.3934749Z test_non_contig_special_i0e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.3965902Z test_non_contig_special_i0e_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.3997408Z test_non_contig_special_i0e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.4029474Z test_non_contig_special_i0e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.4060799Z test_non_contig_special_i0e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.4098849Z test_non_contig_special_i0e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:16.4128514Z test_non_contig_special_i0e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.4157964Z test_non_contig_special_i0e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.4188276Z test_non_contig_special_i0e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.4217716Z test_non_contig_special_i1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.4248811Z test_non_contig_special_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.4279268Z test_non_contig_special_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.4308734Z test_non_contig_special_i1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.4344250Z test_non_contig_special_i1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.4373265Z test_non_contig_special_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.4402717Z test_non_contig_special_i1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.4432167Z test_non_contig_special_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.4461491Z test_non_contig_special_i1e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.4492432Z test_non_contig_special_i1e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.4522809Z test_non_contig_special_i1e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.4552331Z test_non_contig_special_i1e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.4588170Z test_non_contig_special_i1e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.4616687Z test_non_contig_special_i1e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.4646336Z test_non_contig_special_i1e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.4676366Z test_non_contig_special_i1e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.4705661Z test_non_contig_special_log_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.4737051Z test_non_contig_special_log_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.4767858Z test_non_contig_special_log_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.4797747Z test_non_contig_special_log_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.4833949Z test_non_contig_special_log_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:16.4863291Z test_non_contig_special_log_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.4892496Z test_non_contig_special_log_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.4921848Z test_non_contig_special_log_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.4954635Z test_non_contig_special_ndtr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.4985927Z test_non_contig_special_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.5018511Z test_non_contig_special_ndtr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.5051725Z test_non_contig_special_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.5090716Z test_non_contig_special_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:16.5123147Z test_non_contig_special_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.5155666Z test_non_contig_special_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.5188746Z test_non_contig_special_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.5220559Z test_non_contig_special_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.5251628Z test_non_contig_special_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.5281303Z test_non_contig_special_ndtri_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.5313251Z test_non_contig_special_ndtri_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.5352895Z test_non_contig_special_ndtri_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:16.5383916Z test_non_contig_special_ndtri_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.5414387Z test_non_contig_special_ndtri_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.5445601Z test_non_contig_special_ndtri_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.5476910Z test_non_contig_special_ndtri_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.5508347Z test_non_contig_special_ndtri_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.5541954Z test_non_contig_special_polygamma_special_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.5573963Z test_non_contig_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.5612059Z test_non_contig_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:16.5642822Z test_non_contig_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.5672348Z test_non_contig_special_polygamma_special_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.5702140Z test_non_contig_special_polygamma_special_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.5731389Z test_non_contig_special_polygamma_special_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.5762856Z test_non_contig_special_polygamma_special_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.5794204Z test_non_contig_special_polygamma_special_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.5827647Z test_non_contig_sqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.5864489Z test_non_contig_sqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:16.5898955Z test_non_contig_sqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.5933889Z test_non_contig_sqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.5965114Z test_non_contig_sqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.5995864Z test_non_contig_sqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.6026335Z test_non_contig_sqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.6055750Z test_non_contig_sqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.6085317Z test_non_contig_sqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.6121150Z test_non_contig_sqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.6151913Z test_non_contig_sqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.6182143Z test_non_contig_sqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.6214339Z test_non_contig_square_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.6240397Z test_non_contig_square_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.6274424Z test_non_contig_square_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.6310383Z test_non_contig_square_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.6343117Z test_non_contig_square_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.6379801Z test_non_contig_square_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:16.6410272Z test_non_contig_square_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.6436197Z test_non_contig_square_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:16.6462308Z test_non_contig_square_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:16.6487494Z test_non_contig_square_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:16.6513211Z test_non_contig_square_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:16.6538855Z test_non_contig_square_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:16.6576041Z test_non_contig_tan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:16.6604806Z test_non_contig_tan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.6637803Z test_non_contig_tan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.6671996Z test_non_contig_tan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.6702854Z test_non_contig_tan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.6733392Z test_non_contig_tan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.6763705Z test_non_contig_tan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.6793117Z test_non_contig_tan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.6828214Z test_non_contig_tan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.6857157Z test_non_contig_tan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.6886471Z test_non_contig_tan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.6915701Z test_non_contig_tan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.6946629Z test_non_contig_tanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.6975525Z test_non_contig_tanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.7008827Z test_non_contig_tanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.7042718Z test_non_contig_tanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.7081316Z test_non_contig_tanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:16.7112354Z test_non_contig_tanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.7142564Z test_non_contig_tanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.7171719Z test_non_contig_tanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.7214214Z test_non_contig_tanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.7231054Z test_non_contig_tanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.7260017Z test_non_contig_tanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.7289555Z test_non_contig_tanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.7326735Z test_non_contig_trunc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:16.7357646Z test_non_contig_trunc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.7388635Z test_non_contig_trunc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.7418791Z test_non_contig_trunc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.7459201Z test_nonzero_empty_cuda (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:16.7476430Z test_op_invert_cuda (__main__.TestUnaryUfuncsCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:31:16.7536407Z test_polygamma_neg_cuda (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:16.7582606Z test_reference_numerics_extremal_abs_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:16.7625760Z test_reference_numerics_extremal_abs_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:16.7660824Z test_reference_numerics_extremal_abs_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:16.7702699Z test_reference_numerics_extremal_abs_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:16.7743195Z test_reference_numerics_extremal_abs_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:16.7783797Z test_reference_numerics_extremal_abs_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:16.7826841Z test_reference_numerics_extremal_acos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:16.7878987Z test_reference_numerics_extremal_acos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:16.7927267Z test_reference_numerics_extremal_acos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:16.7977113Z test_reference_numerics_extremal_acos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:16.8019116Z test_reference_numerics_extremal_acos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:16.8061509Z test_reference_numerics_extremal_acos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:16.8105291Z test_reference_numerics_extremal_acosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:16.8158336Z test_reference_numerics_extremal_acosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:16.8207720Z test_reference_numerics_extremal_acosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:16.8252294Z test_reference_numerics_extremal_acosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:16.8295278Z test_reference_numerics_extremal_acosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:16.8345323Z test_reference_numerics_extremal_acosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:16.8385933Z test_reference_numerics_extremal_angle_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:16.8425657Z test_reference_numerics_extremal_angle_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:16.8474836Z test_reference_numerics_extremal_angle_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:16.8521115Z test_reference_numerics_extremal_angle_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:16.8564660Z test_reference_numerics_extremal_asin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:16.8620385Z test_reference_numerics_extremal_asin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:16.8668713Z test_reference_numerics_extremal_asin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:16.8718164Z test_reference_numerics_extremal_asin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:16.8760545Z test_reference_numerics_extremal_asin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:16.8803340Z test_reference_numerics_extremal_asin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:16.8848113Z test_reference_numerics_extremal_asinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:16.8901242Z test_reference_numerics_extremal_asinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:16.8948723Z test_reference_numerics_extremal_asinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:16.8996725Z test_reference_numerics_extremal_asinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:16.9040615Z test_reference_numerics_extremal_asinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:16.9093900Z test_reference_numerics_extremal_asinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:16.9143484Z test_reference_numerics_extremal_atan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:16.9193077Z test_reference_numerics_extremal_atan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:16.9237868Z test_reference_numerics_extremal_atan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:16.9288503Z test_reference_numerics_extremal_atan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:16.9336096Z test_reference_numerics_extremal_atan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:16.9384934Z test_reference_numerics_extremal_atan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:16.9428992Z test_reference_numerics_extremal_atanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:16.9481827Z test_reference_numerics_extremal_atanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:16.9525750Z test_reference_numerics_extremal_atanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:16.9570683Z test_reference_numerics_extremal_atanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:16.9612927Z test_reference_numerics_extremal_atanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:16.9655710Z test_reference_numerics_extremal_atanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:16.9698132Z test_reference_numerics_extremal_ceil_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:16.9742247Z test_reference_numerics_extremal_ceil_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:16.9783540Z test_reference_numerics_extremal_ceil_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:16.9831144Z test_reference_numerics_extremal_ceil_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:16.9881123Z test_reference_numerics_extremal_clamp_scalar_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:16.9934308Z test_reference_numerics_extremal_clamp_scalar_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:16.9983781Z test_reference_numerics_extremal_clamp_scalar_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:17.0035677Z test_reference_numerics_extremal_clamp_scalar_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:17.0077160Z test_reference_numerics_extremal_conj_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:17.0114736Z test_reference_numerics_extremal_conj_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:17.0158551Z test_reference_numerics_extremal_conj_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:17.0200763Z test_reference_numerics_extremal_conj_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:17.0240706Z test_reference_numerics_extremal_conj_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:17.0281594Z test_reference_numerics_extremal_conj_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:17.0322895Z test_reference_numerics_extremal_conj_physical_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:17.0359984Z test_reference_numerics_extremal_conj_physical_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:17.0396901Z test_reference_numerics_extremal_conj_physical_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:17.0439112Z test_reference_numerics_extremal_conj_physical_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:17.0485861Z test_reference_numerics_extremal_conj_physical_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:17.0525715Z test_reference_numerics_extremal_conj_physical_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:17.0567527Z test_reference_numerics_extremal_cos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:17.0617204Z test_reference_numerics_extremal_cos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:17.0667377Z test_reference_numerics_extremal_cos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:17.0711473Z test_reference_numerics_extremal_cos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:17.0752218Z test_reference_numerics_extremal_cos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:17.0796365Z test_reference_numerics_extremal_cos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:17.0846169Z test_reference_numerics_extremal_cosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:17.0895219Z test_reference_numerics_extremal_cosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:17.0941687Z test_reference_numerics_extremal_cosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:17.0985618Z test_reference_numerics_extremal_cosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:17.1027797Z test_reference_numerics_extremal_cosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:17.1071018Z test_reference_numerics_extremal_cosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:17.1113980Z test_reference_numerics_extremal_deg2rad_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:17.1156783Z test_reference_numerics_extremal_deg2rad_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:17.1206158Z test_reference_numerics_extremal_deg2rad_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:17.1247066Z test_reference_numerics_extremal_deg2rad_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:17.1376284Z test_reference_numerics_extremal_digamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:31:17.1488229Z test_reference_numerics_extremal_digamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-05-18T05:31:17.1592963Z test_reference_numerics_extremal_digamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-05-18T05:31:17.1645468Z test_reference_numerics_extremal_erf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:17.1698423Z test_reference_numerics_extremal_erf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:17.1750639Z test_reference_numerics_extremal_erf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:17.1807342Z test_reference_numerics_extremal_erf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:17.1858025Z test_reference_numerics_extremal_erfc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:17.1908885Z test_reference_numerics_extremal_erfc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:17.1958781Z test_reference_numerics_extremal_erfc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:17.2007457Z test_reference_numerics_extremal_erfc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:17.2052135Z test_reference_numerics_extremal_erfinv_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:17.2094974Z test_reference_numerics_extremal_erfinv_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:17.2137719Z test_reference_numerics_extremal_erfinv_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:17.2187078Z test_reference_numerics_extremal_exp2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:17.2230353Z test_reference_numerics_extremal_exp2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:17.2272065Z test_reference_numerics_extremal_exp2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:17.2314472Z test_reference_numerics_extremal_exp2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:17.2321477Z test_reference_numerics_extremal_exp_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:31:17.2367172Z test_reference_numerics_extremal_exp_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:17.2407969Z test_reference_numerics_extremal_exp_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:17.2451627Z test_reference_numerics_extremal_exp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:17.2492531Z test_reference_numerics_extremal_exp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:17.2541623Z test_reference_numerics_extremal_exp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:17.2591163Z test_reference_numerics_extremal_expm1_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:17.2641097Z test_reference_numerics_extremal_expm1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:17.2688421Z test_reference_numerics_extremal_expm1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:17.2736624Z test_reference_numerics_extremal_expm1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:17.2778934Z test_reference_numerics_extremal_floor_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:17.2822378Z test_reference_numerics_extremal_floor_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:17.2863388Z test_reference_numerics_extremal_floor_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:17.2911512Z test_reference_numerics_extremal_floor_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:17.2918672Z test_reference_numerics_extremal_frac_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:31:17.2924913Z test_reference_numerics_extremal_frac_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:31:17.2931828Z test_reference_numerics_extremal_frac_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:31:17.2937800Z test_reference_numerics_extremal_frac_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:31:17.2991548Z test_reference_numerics_extremal_frexp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:17.3042519Z test_reference_numerics_extremal_frexp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:17.3093894Z test_reference_numerics_extremal_frexp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:17.3151491Z test_reference_numerics_extremal_i0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:17.3208922Z test_reference_numerics_extremal_i0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:17.3264922Z test_reference_numerics_extremal_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:17.3319542Z test_reference_numerics_extremal_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:17.3361721Z test_reference_numerics_extremal_imag_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:17.3396562Z test_reference_numerics_extremal_imag_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:17.3436644Z test_reference_numerics_extremal_isfinite_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:17.3468907Z test_reference_numerics_extremal_isfinite_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:17.3500140Z test_reference_numerics_extremal_isfinite_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:17.3535133Z test_reference_numerics_extremal_isfinite_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:17.3569601Z test_reference_numerics_extremal_isfinite_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:17.3604235Z test_reference_numerics_extremal_isfinite_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:17.3650355Z test_reference_numerics_extremal_isinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:17.3681770Z test_reference_numerics_extremal_isinf_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:17.3711826Z test_reference_numerics_extremal_isinf_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:17.3746313Z test_reference_numerics_extremal_isinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:17.3779721Z test_reference_numerics_extremal_isinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:17.3814965Z test_reference_numerics_extremal_isinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:17.3853753Z test_reference_numerics_extremal_isnan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:17.3883743Z test_reference_numerics_extremal_isnan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:17.3918374Z test_reference_numerics_extremal_isnan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:17.3952056Z test_reference_numerics_extremal_isnan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:17.3984946Z test_reference_numerics_extremal_isnan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:17.4018124Z test_reference_numerics_extremal_isnan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:17.4055526Z test_reference_numerics_extremal_isneginf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:17.4090123Z test_reference_numerics_extremal_isneginf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:17.4123637Z test_reference_numerics_extremal_isneginf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:17.4157590Z test_reference_numerics_extremal_isneginf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:17.4201976Z test_reference_numerics_extremal_isposinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:17.4236701Z test_reference_numerics_extremal_isposinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:17.4270294Z test_reference_numerics_extremal_isposinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:17.4304007Z test_reference_numerics_extremal_isposinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:17.4341432Z test_reference_numerics_extremal_isreal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:17.4371423Z test_reference_numerics_extremal_isreal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:17.4400708Z test_reference_numerics_extremal_isreal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:17.4435456Z test_reference_numerics_extremal_isreal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:17.4475787Z test_reference_numerics_extremal_isreal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:17.4509407Z test_reference_numerics_extremal_isreal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:17.4551878Z test_reference_numerics_extremal_jiterator_unary_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:17.4591186Z test_reference_numerics_extremal_jiterator_unary_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:17.4629009Z test_reference_numerics_extremal_jiterator_unary_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:17.4674857Z test_reference_numerics_extremal_jiterator_unary_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:17.4715979Z test_reference_numerics_extremal_jiterator_unary_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:17.4763068Z test_reference_numerics_extremal_jiterator_unary_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:17.4814759Z test_reference_numerics_extremal_lgamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:17.4863458Z test_reference_numerics_extremal_lgamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:17.4911927Z test_reference_numerics_extremal_lgamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:17.4955853Z test_reference_numerics_extremal_log10_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:17.5004957Z test_reference_numerics_extremal_log10_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:17.5049824Z test_reference_numerics_extremal_log10_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:17.5094008Z test_reference_numerics_extremal_log10_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:17.5142883Z test_reference_numerics_extremal_log10_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:17.5185703Z test_reference_numerics_extremal_log10_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:17.5231048Z test_reference_numerics_extremal_log1p_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:17.5275259Z test_reference_numerics_extremal_log1p_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:17.5317833Z test_reference_numerics_extremal_log1p_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:17.5360359Z test_reference_numerics_extremal_log1p_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:17.5404037Z test_reference_numerics_extremal_log2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:17.5410978Z test_reference_numerics_extremal_log2_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:31:17.5417362Z test_reference_numerics_extremal_log2_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:31:17.5461888Z test_reference_numerics_extremal_log2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:17.5511836Z test_reference_numerics_extremal_log2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:17.5554088Z test_reference_numerics_extremal_log2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:17.5596273Z test_reference_numerics_extremal_log_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:17.5645442Z test_reference_numerics_extremal_log_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:17.5689895Z test_reference_numerics_extremal_log_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:17.5734822Z test_reference_numerics_extremal_log_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:17.5775669Z test_reference_numerics_extremal_log_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:17.5818386Z test_reference_numerics_extremal_log_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:17.5862551Z test_reference_numerics_extremal_logical_not_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:17.5891852Z test_reference_numerics_extremal_logical_not_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:17.5920961Z test_reference_numerics_extremal_logical_not_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:17.5957874Z test_reference_numerics_extremal_logical_not_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:17.5991645Z test_reference_numerics_extremal_logical_not_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:17.6024902Z test_reference_numerics_extremal_logical_not_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:17.6067621Z test_reference_numerics_extremal_logit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:17.6111263Z test_reference_numerics_extremal_logit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:17.6158943Z test_reference_numerics_extremal_logit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:17.6200884Z test_reference_numerics_extremal_logit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:17.6291826Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... expected failure (0.009s) 2022-05-18T05:31:17.6348756Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... expected failure (0.006s) 2022-05-18T05:31:17.6405234Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... expected failure (0.006s) 2022-05-18T05:31:17.6461920Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... expected failure (0.006s) 2022-05-18T05:31:17.6518733Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... expected failure (0.006s) 2022-05-18T05:31:17.6574866Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... expected failure (0.006s) 2022-05-18T05:31:17.6631558Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... expected failure (0.006s) 2022-05-18T05:31:17.6688225Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... expected failure (0.006s) 2022-05-18T05:31:17.6745211Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... expected failure (0.006s) 2022-05-18T05:31:17.6809700Z test_reference_numerics_extremal_nan_to_num_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:17.6859710Z test_reference_numerics_extremal_nan_to_num_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:17.6908960Z test_reference_numerics_extremal_nan_to_num_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:17.6958802Z test_reference_numerics_extremal_nan_to_num_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:17.7001116Z test_reference_numerics_extremal_neg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:17.7039348Z test_reference_numerics_extremal_neg_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:17.7077024Z test_reference_numerics_extremal_neg_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:17.7119265Z test_reference_numerics_extremal_neg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:17.7166783Z test_reference_numerics_extremal_neg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:17.7207520Z test_reference_numerics_extremal_neg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:17.7257948Z test_reference_numerics_extremal_nn_functional_celu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:17.7321524Z test_reference_numerics_extremal_nn_functional_celu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:17.7369701Z test_reference_numerics_extremal_nn_functional_celu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:17.7419900Z test_reference_numerics_extremal_nn_functional_celu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:17.7469902Z test_reference_numerics_extremal_nn_functional_elu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:17.7530308Z test_reference_numerics_extremal_nn_functional_elu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:17.7584774Z test_reference_numerics_extremal_nn_functional_elu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:17.7634004Z test_reference_numerics_extremal_nn_functional_elu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:17.7683381Z test_reference_numerics_extremal_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:17.7738836Z test_reference_numerics_extremal_nn_functional_hardsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:17.7787100Z test_reference_numerics_extremal_nn_functional_hardsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:17.7834846Z test_reference_numerics_extremal_nn_functional_hardsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:17.7893898Z test_reference_numerics_extremal_nn_functional_logsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:17.7941056Z test_reference_numerics_extremal_nn_functional_logsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:17.7999094Z test_reference_numerics_extremal_nn_functional_logsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:17.8046425Z test_reference_numerics_extremal_nn_functional_mish_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:17.8107429Z test_reference_numerics_extremal_nn_functional_mish_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:17.8153689Z test_reference_numerics_extremal_nn_functional_mish_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:17.8204205Z test_reference_numerics_extremal_nn_functional_mish_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:17.8253083Z test_reference_numerics_extremal_nn_functional_selu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:17.8314750Z test_reference_numerics_extremal_nn_functional_selu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:17.8362535Z test_reference_numerics_extremal_nn_functional_selu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:17.8417788Z test_reference_numerics_extremal_nn_functional_selu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:17.8460226Z test_reference_numerics_extremal_nn_functional_silu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:17.8508482Z test_reference_numerics_extremal_nn_functional_silu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:17.8549913Z test_reference_numerics_extremal_nn_functional_silu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:17.8593483Z test_reference_numerics_extremal_nn_functional_silu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:17.8636780Z test_reference_numerics_extremal_nn_functional_softsign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:17.8679580Z test_reference_numerics_extremal_nn_functional_softsign_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:17.8720299Z test_reference_numerics_extremal_nn_functional_softsign_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:17.8771895Z test_reference_numerics_extremal_nn_functional_softsign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:17.8813200Z test_reference_numerics_extremal_nn_functional_softsign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:17.8854874Z test_reference_numerics_extremal_nn_functional_softsign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:17.8903257Z test_reference_numerics_extremal_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:17.8954220Z test_reference_numerics_extremal_nn_functional_tanhshrink_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:17.9000676Z test_reference_numerics_extremal_nn_functional_tanhshrink_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:17.9049024Z test_reference_numerics_extremal_nn_functional_tanhshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:17.9098989Z test_reference_numerics_extremal_nn_functional_tanhshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:17.9143120Z test_reference_numerics_extremal_nn_functional_tanhshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:17.9275812Z test_reference_numerics_extremal_polygamma_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:31:17.9388872Z test_reference_numerics_extremal_polygamma_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-05-18T05:31:17.9494680Z test_reference_numerics_extremal_polygamma_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-05-18T05:31:17.9501831Z test_reference_numerics_extremal_polygamma_polygamma_n_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:31:17.9508568Z test_reference_numerics_extremal_polygamma_polygamma_n_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:31:17.9514939Z test_reference_numerics_extremal_polygamma_polygamma_n_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:31:17.9521476Z test_reference_numerics_extremal_polygamma_polygamma_n_2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:31:17.9527759Z test_reference_numerics_extremal_polygamma_polygamma_n_2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:31:17.9534429Z test_reference_numerics_extremal_polygamma_polygamma_n_2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:31:17.9541337Z test_reference_numerics_extremal_polygamma_polygamma_n_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:31:17.9547614Z test_reference_numerics_extremal_polygamma_polygamma_n_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:31:17.9554292Z test_reference_numerics_extremal_polygamma_polygamma_n_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:31:17.9560746Z test_reference_numerics_extremal_polygamma_polygamma_n_4_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:31:17.9567096Z test_reference_numerics_extremal_polygamma_polygamma_n_4_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:31:17.9573707Z test_reference_numerics_extremal_polygamma_polygamma_n_4_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:31:17.9614925Z test_reference_numerics_extremal_positive_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:17.9651288Z test_reference_numerics_extremal_positive_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:17.9688060Z test_reference_numerics_extremal_positive_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:17.9734515Z test_reference_numerics_extremal_positive_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:17.9774715Z test_reference_numerics_extremal_positive_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:17.9814437Z test_reference_numerics_extremal_positive_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:17.9821545Z test_reference_numerics_extremal_rad2deg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:31:17.9863840Z test_reference_numerics_extremal_rad2deg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:17.9904930Z test_reference_numerics_extremal_rad2deg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:17.9945646Z test_reference_numerics_extremal_rad2deg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:17.9986769Z test_reference_numerics_extremal_real_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:18.0020881Z test_reference_numerics_extremal_real_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:18.0061451Z test_reference_numerics_extremal_real_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:18.0101997Z test_reference_numerics_extremal_real_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:18.0141811Z test_reference_numerics_extremal_real_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:18.0181621Z test_reference_numerics_extremal_real_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:18.0189520Z test_reference_numerics_extremal_reciprocal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:31:18.0196378Z test_reference_numerics_extremal_reciprocal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:31:18.0203412Z test_reference_numerics_extremal_reciprocal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:31:18.0245781Z test_reference_numerics_extremal_reciprocal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:18.0285953Z test_reference_numerics_extremal_reciprocal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:18.0326371Z test_reference_numerics_extremal_reciprocal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:18.0368775Z test_reference_numerics_extremal_round_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:18.0422824Z test_reference_numerics_extremal_round_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:18.0463794Z test_reference_numerics_extremal_round_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:18.0504454Z test_reference_numerics_extremal_round_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:18.0546594Z test_reference_numerics_extremal_round_decimals_0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:18.0589568Z test_reference_numerics_extremal_round_decimals_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:18.0630280Z test_reference_numerics_extremal_round_decimals_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:18.0671276Z test_reference_numerics_extremal_round_decimals_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:18.0714109Z test_reference_numerics_extremal_round_decimals_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:18.0767260Z test_reference_numerics_extremal_round_decimals_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:18.0808693Z test_reference_numerics_extremal_round_decimals_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:18.0850149Z test_reference_numerics_extremal_round_decimals_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:18.0892801Z test_reference_numerics_extremal_round_decimals_neg_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:18.0941832Z test_reference_numerics_extremal_round_decimals_neg_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:18.0983507Z test_reference_numerics_extremal_round_decimals_neg_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:18.1025171Z test_reference_numerics_extremal_round_decimals_neg_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:18.1067416Z test_reference_numerics_extremal_rsqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:18.1074229Z test_reference_numerics_extremal_rsqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:31:18.1080741Z test_reference_numerics_extremal_rsqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:31:18.1132453Z test_reference_numerics_extremal_rsqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:18.1173748Z test_reference_numerics_extremal_rsqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:18.1215865Z test_reference_numerics_extremal_rsqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:18.1222499Z test_reference_numerics_extremal_sgn_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:31:18.1264301Z test_reference_numerics_extremal_sgn_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:18.1303496Z test_reference_numerics_extremal_sgn_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:18.1310198Z test_reference_numerics_extremal_sgn_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:31:18.1316705Z test_reference_numerics_extremal_sgn_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:31:18.1323608Z test_reference_numerics_extremal_sgn_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:31:18.1371751Z test_reference_numerics_extremal_sigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:18.1378057Z test_reference_numerics_extremal_sigmoid_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:31:18.1384977Z test_reference_numerics_extremal_sigmoid_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:31:18.1433068Z test_reference_numerics_extremal_sigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:18.1479839Z test_reference_numerics_extremal_sigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:18.1532994Z test_reference_numerics_extremal_sigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:18.1539297Z test_reference_numerics_extremal_sign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:31:18.1546386Z test_reference_numerics_extremal_sign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:31:18.1552566Z test_reference_numerics_extremal_sign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:31:18.1559051Z test_reference_numerics_extremal_sign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:31:18.1596855Z test_reference_numerics_extremal_signbit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:18.1630933Z test_reference_numerics_extremal_signbit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:18.1664832Z test_reference_numerics_extremal_signbit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:18.1699271Z test_reference_numerics_extremal_signbit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:18.1743196Z test_reference_numerics_extremal_sin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:18.1793954Z test_reference_numerics_extremal_sin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:18.1840581Z test_reference_numerics_extremal_sin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:18.1890553Z test_reference_numerics_extremal_sin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:18.1931303Z test_reference_numerics_extremal_sin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:18.1975771Z test_reference_numerics_extremal_sin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:18.2019852Z test_reference_numerics_extremal_sinc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:18.2076016Z test_reference_numerics_extremal_sinc_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:18.2125706Z test_reference_numerics_extremal_sinc_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:18.2170529Z test_reference_numerics_extremal_sinc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:18.2214209Z test_reference_numerics_extremal_sinc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:18.2267506Z test_reference_numerics_extremal_sinc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:18.2313743Z test_reference_numerics_extremal_sinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:18.2365466Z test_reference_numerics_extremal_sinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:18.2411094Z test_reference_numerics_extremal_sinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:18.2459232Z test_reference_numerics_extremal_sinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:18.2504873Z test_reference_numerics_extremal_sinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:18.2550359Z test_reference_numerics_extremal_sinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:18.2596001Z test_reference_numerics_extremal_special_entr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:18.2648337Z test_reference_numerics_extremal_special_entr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:18.2692554Z test_reference_numerics_extremal_special_entr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:18.2736020Z test_reference_numerics_extremal_special_entr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:18.2783170Z test_reference_numerics_extremal_special_erfcx_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:18.2828322Z test_reference_numerics_extremal_special_erfcx_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:18.2881134Z test_reference_numerics_extremal_special_i0e_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:18.2934875Z test_reference_numerics_extremal_special_i0e_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:18.2986819Z test_reference_numerics_extremal_special_i0e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:18.3043657Z test_reference_numerics_extremal_special_i0e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:18.3098771Z test_reference_numerics_extremal_special_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:18.3153319Z test_reference_numerics_extremal_special_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:18.3205101Z test_reference_numerics_extremal_special_i1e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:18.3255804Z test_reference_numerics_extremal_special_i1e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:18.3305554Z test_reference_numerics_extremal_special_log_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:18.3353950Z test_reference_numerics_extremal_special_log_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:18.3411880Z test_reference_numerics_extremal_special_ndtr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:18.3463802Z test_reference_numerics_extremal_special_ndtr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:18.3514955Z test_reference_numerics_extremal_special_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:18.3564349Z test_reference_numerics_extremal_special_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:18.3608008Z test_reference_numerics_extremal_special_ndtri_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:18.3651273Z test_reference_numerics_extremal_special_ndtri_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:18.3783734Z test_reference_numerics_extremal_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:31:18.3897549Z test_reference_numerics_extremal_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-05-18T05:31:18.4009817Z test_reference_numerics_extremal_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-05-18T05:31:18.4051115Z test_reference_numerics_extremal_sqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:18.4093085Z test_reference_numerics_extremal_sqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:18.4133437Z test_reference_numerics_extremal_sqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:18.4177080Z test_reference_numerics_extremal_sqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:18.4220019Z test_reference_numerics_extremal_sqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:18.4261041Z test_reference_numerics_extremal_sqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:18.4303213Z test_reference_numerics_extremal_square_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:18.4310363Z test_reference_numerics_extremal_square_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:31:18.4316749Z test_reference_numerics_extremal_square_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:31:18.4364962Z test_reference_numerics_extremal_square_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:18.4405685Z test_reference_numerics_extremal_square_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:18.4446516Z test_reference_numerics_extremal_square_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:18.4491756Z test_reference_numerics_extremal_tan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:18.4542958Z test_reference_numerics_extremal_tan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:18.4588654Z test_reference_numerics_extremal_tan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:18.4634835Z test_reference_numerics_extremal_tan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:18.4678905Z test_reference_numerics_extremal_tan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:18.4730792Z test_reference_numerics_extremal_tan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:18.4782243Z test_reference_numerics_extremal_tanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:18.4832638Z test_reference_numerics_extremal_tanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:18.4878681Z test_reference_numerics_extremal_tanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:18.4930984Z test_reference_numerics_extremal_tanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:18.4980864Z test_reference_numerics_extremal_tanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:18.5030826Z test_reference_numerics_extremal_tanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:18.5073163Z test_reference_numerics_extremal_trunc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:18.5124305Z test_reference_numerics_extremal_trunc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:18.5165190Z test_reference_numerics_extremal_trunc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:18.5207091Z test_reference_numerics_extremal_trunc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:18.5228403Z test_reference_numerics_large_abs_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:18.5242896Z test_reference_numerics_large_abs_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:18.5283599Z test_reference_numerics_large_abs_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:18.5324901Z test_reference_numerics_large_abs_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:18.5364232Z test_reference_numerics_large_abs_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:18.5391378Z test_reference_numerics_large_abs_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:18.5412170Z test_reference_numerics_large_abs_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:18.5433121Z test_reference_numerics_large_abs_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:18.5453166Z test_reference_numerics_large_abs_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:18.5472778Z test_reference_numerics_large_abs_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:18.5491891Z test_reference_numerics_large_abs_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:18.5506109Z test_reference_numerics_large_abs_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:18.5519813Z test_reference_numerics_large_abs_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:18.5541073Z test_reference_numerics_large_acos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:18.5560870Z test_reference_numerics_large_acos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-05-18T05:31:18.5610225Z test_reference_numerics_large_acos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:18.5658318Z test_reference_numerics_large_acos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:18.5679773Z test_reference_numerics_large_acos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:18.5701328Z test_reference_numerics_large_acos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:18.5722284Z test_reference_numerics_large_acos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:18.5743566Z test_reference_numerics_large_acos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:18.5764642Z test_reference_numerics_large_acos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:18.5792030Z test_reference_numerics_large_acos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:18.5806227Z test_reference_numerics_large_acos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:18.5820747Z test_reference_numerics_large_acos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:18.5842659Z test_reference_numerics_large_acosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:18.5856804Z test_reference_numerics_large_acosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:18.5907603Z test_reference_numerics_large_acosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:18.5955955Z test_reference_numerics_large_acosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:18.5977924Z test_reference_numerics_large_acosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:18.6000045Z test_reference_numerics_large_acosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:18.6028150Z test_reference_numerics_large_acosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:18.6049627Z test_reference_numerics_large_acosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:18.6071636Z test_reference_numerics_large_acosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:18.6093208Z test_reference_numerics_large_acosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:18.6107682Z test_reference_numerics_large_acosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:18.6121656Z test_reference_numerics_large_acosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:18.6135360Z test_reference_numerics_large_angle_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:18.6175909Z test_reference_numerics_large_angle_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:18.6219746Z test_reference_numerics_large_angle_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:18.6266140Z test_reference_numerics_large_angle_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:18.6287154Z test_reference_numerics_large_angle_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:18.6308331Z test_reference_numerics_large_angle_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:18.6329052Z test_reference_numerics_large_angle_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:18.6350224Z test_reference_numerics_large_angle_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:18.6371192Z test_reference_numerics_large_angle_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:18.6385745Z test_reference_numerics_large_angle_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:18.6399921Z test_reference_numerics_large_angle_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:18.6426621Z test_reference_numerics_large_asin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:18.6440757Z test_reference_numerics_large_asin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:18.6493026Z test_reference_numerics_large_asin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:18.6541783Z test_reference_numerics_large_asin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:18.6562726Z test_reference_numerics_large_asin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:18.6584050Z test_reference_numerics_large_asin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:18.6605082Z test_reference_numerics_large_asin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:18.6626287Z test_reference_numerics_large_asin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:18.6647562Z test_reference_numerics_large_asin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:18.6674780Z test_reference_numerics_large_asin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:18.6689058Z test_reference_numerics_large_asin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:18.6702937Z test_reference_numerics_large_asin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:18.6723284Z test_reference_numerics_large_asinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:18.6737831Z test_reference_numerics_large_asinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:18.6786217Z test_reference_numerics_large_asinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:18.6832334Z test_reference_numerics_large_asinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:18.6853045Z test_reference_numerics_large_asinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:18.6874057Z test_reference_numerics_large_asinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:18.6900735Z test_reference_numerics_large_asinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:18.6921556Z test_reference_numerics_large_asinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:18.6942655Z test_reference_numerics_large_asinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:18.6963220Z test_reference_numerics_large_asinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:18.6977556Z test_reference_numerics_large_asinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:18.6991662Z test_reference_numerics_large_asinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:18.7012112Z test_reference_numerics_large_atan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:18.7026633Z test_reference_numerics_large_atan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:18.7072956Z test_reference_numerics_large_atan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:18.7122492Z test_reference_numerics_large_atan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:18.7143510Z test_reference_numerics_large_atan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:18.7164271Z test_reference_numerics_large_atan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:18.7185348Z test_reference_numerics_large_atan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:18.7207611Z test_reference_numerics_large_atan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:18.7228862Z test_reference_numerics_large_atan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:18.7250209Z test_reference_numerics_large_atan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:18.7265303Z test_reference_numerics_large_atan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:18.7285617Z test_reference_numerics_large_atan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-05-18T05:31:18.7306933Z test_reference_numerics_large_atanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:18.7321399Z test_reference_numerics_large_atanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:18.7370262Z test_reference_numerics_large_atanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:18.7417180Z test_reference_numerics_large_atanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:18.7439329Z test_reference_numerics_large_atanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:18.7460880Z test_reference_numerics_large_atanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:18.7482987Z test_reference_numerics_large_atanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:18.7511721Z test_reference_numerics_large_atanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:18.7532382Z test_reference_numerics_large_atanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:18.7553817Z test_reference_numerics_large_atanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:18.7568169Z test_reference_numerics_large_atanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:18.7582562Z test_reference_numerics_large_atanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:18.7596254Z test_reference_numerics_large_bitwise_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:18.7615744Z test_reference_numerics_large_bitwise_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:18.7636003Z test_reference_numerics_large_bitwise_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:18.7656821Z test_reference_numerics_large_bitwise_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:18.7671400Z test_reference_numerics_large_bitwise_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:18.7693097Z test_reference_numerics_large_bitwise_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-05-18T05:31:18.7713931Z test_reference_numerics_large_ceil_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:18.7734503Z test_reference_numerics_large_ceil_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:18.7755614Z test_reference_numerics_large_ceil_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:18.7776398Z test_reference_numerics_large_ceil_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:18.7798742Z test_reference_numerics_large_clamp_scalar_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:18.7812979Z test_reference_numerics_large_clamp_scalar_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:18.7834515Z test_reference_numerics_large_clamp_scalar_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:18.7863055Z test_reference_numerics_large_clamp_scalar_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:18.7884243Z test_reference_numerics_large_clamp_scalar_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:18.7905038Z test_reference_numerics_large_clamp_scalar_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:18.7925029Z test_reference_numerics_large_clamp_scalar_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:18.7946310Z test_reference_numerics_large_clamp_scalar_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:18.7960906Z test_reference_numerics_large_clamp_scalar_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:18.7975439Z test_reference_numerics_large_clamp_scalar_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:18.7996923Z test_reference_numerics_large_conj_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:18.8011747Z test_reference_numerics_large_conj_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:18.8062722Z test_reference_numerics_large_conj_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:18.8105275Z test_reference_numerics_large_conj_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:18.8145469Z test_reference_numerics_large_conj_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:18.8165758Z test_reference_numerics_large_conj_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:18.8186567Z test_reference_numerics_large_conj_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:18.8208000Z test_reference_numerics_large_conj_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:18.8227774Z test_reference_numerics_large_conj_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:18.8246940Z test_reference_numerics_large_conj_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:18.8272217Z test_reference_numerics_large_conj_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:18.8285939Z test_reference_numerics_large_conj_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:18.8299695Z test_reference_numerics_large_conj_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:18.8319877Z test_reference_numerics_large_conj_physical_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:18.8334167Z test_reference_numerics_large_conj_physical_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:18.8375050Z test_reference_numerics_large_conj_physical_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:18.8417807Z test_reference_numerics_large_conj_physical_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:18.8458918Z test_reference_numerics_large_conj_physical_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:18.8479720Z test_reference_numerics_large_conj_physical_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:18.8506785Z test_reference_numerics_large_conj_physical_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:18.8527055Z test_reference_numerics_large_conj_physical_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:18.8547030Z test_reference_numerics_large_conj_physical_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:18.8566014Z test_reference_numerics_large_conj_physical_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:18.8585298Z test_reference_numerics_large_conj_physical_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:18.8599002Z test_reference_numerics_large_conj_physical_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:18.8612789Z test_reference_numerics_large_conj_physical_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:18.8633601Z test_reference_numerics_large_cos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:18.8648054Z test_reference_numerics_large_cos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:18.8655379Z test_reference_numerics_large_cos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:31:18.8707341Z test_reference_numerics_large_cos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:18.8727938Z test_reference_numerics_large_cos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:18.8749354Z test_reference_numerics_large_cos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:18.8770319Z test_reference_numerics_large_cos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:18.8791239Z test_reference_numerics_large_cos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:18.8811806Z test_reference_numerics_large_cos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:18.8832780Z test_reference_numerics_large_cos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:18.8847284Z test_reference_numerics_large_cos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:18.8861725Z test_reference_numerics_large_cos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:18.8888065Z test_reference_numerics_large_cosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:18.8902716Z test_reference_numerics_large_cosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:18.8909801Z test_reference_numerics_large_cosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:31:18.8953489Z test_reference_numerics_large_cosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:18.8974774Z test_reference_numerics_large_cosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:18.8995996Z test_reference_numerics_large_cosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:18.9016970Z test_reference_numerics_large_cosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:18.9038124Z test_reference_numerics_large_cosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:18.9059133Z test_reference_numerics_large_cosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:18.9085892Z test_reference_numerics_large_cosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:18.9100074Z test_reference_numerics_large_cosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:18.9113985Z test_reference_numerics_large_cosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:18.9120426Z test_reference_numerics_large_deg2rad_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:31:18.9134934Z test_reference_numerics_large_deg2rad_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:18.9155176Z test_reference_numerics_large_deg2rad_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:18.9176233Z test_reference_numerics_large_deg2rad_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:18.9197540Z test_reference_numerics_large_deg2rad_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:18.9219171Z test_reference_numerics_large_deg2rad_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:18.9240633Z test_reference_numerics_large_deg2rad_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:18.9267771Z test_reference_numerics_large_deg2rad_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:18.9281979Z test_reference_numerics_large_deg2rad_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:18.9295528Z test_reference_numerics_large_deg2rad_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:18.9309516Z test_reference_numerics_large_digamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:18.9330561Z test_reference_numerics_large_digamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:18.9351695Z test_reference_numerics_large_digamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:18.9372431Z test_reference_numerics_large_digamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:18.9393265Z test_reference_numerics_large_digamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:18.9413958Z test_reference_numerics_large_digamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:18.9440897Z test_reference_numerics_large_digamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:18.9455183Z test_reference_numerics_large_digamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:18.9469750Z test_reference_numerics_large_digamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:18.9490059Z test_reference_numerics_large_erf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:18.9504695Z test_reference_numerics_large_erf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:18.9524967Z test_reference_numerics_large_erf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:18.9546366Z test_reference_numerics_large_erf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:18.9567303Z test_reference_numerics_large_erf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:18.9588386Z test_reference_numerics_large_erf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:18.9615021Z test_reference_numerics_large_erf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:18.9636129Z test_reference_numerics_large_erf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:18.9650527Z test_reference_numerics_large_erf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:18.9664437Z test_reference_numerics_large_erf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:18.9684890Z test_reference_numerics_large_erfc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:18.9699150Z test_reference_numerics_large_erfc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:18.9719649Z test_reference_numerics_large_erfc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:18.9740509Z test_reference_numerics_large_erfc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:18.9762317Z test_reference_numerics_large_erfc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:18.9789009Z test_reference_numerics_large_erfc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:18.9809729Z test_reference_numerics_large_erfc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:18.9830477Z test_reference_numerics_large_erfc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:18.9844845Z test_reference_numerics_large_erfc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:18.9858967Z test_reference_numerics_large_erfc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:18.9872944Z test_reference_numerics_large_erfinv_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:18.9893378Z test_reference_numerics_large_erfinv_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:18.9914926Z test_reference_numerics_large_erfinv_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:18.9944075Z test_reference_numerics_large_erfinv_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:18.9964941Z test_reference_numerics_large_erfinv_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:18.9986185Z test_reference_numerics_large_erfinv_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.0007219Z test_reference_numerics_large_erfinv_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.0021908Z test_reference_numerics_large_erfinv_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:19.0035513Z test_reference_numerics_large_erfinv_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:19.0056105Z test_reference_numerics_large_exp2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.0070623Z test_reference_numerics_large_exp2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:19.0091078Z test_reference_numerics_large_exp2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.0118158Z test_reference_numerics_large_exp2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:19.0138897Z test_reference_numerics_large_exp2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.0159633Z test_reference_numerics_large_exp2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.0180455Z test_reference_numerics_large_exp2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.0201478Z test_reference_numerics_large_exp2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.0215663Z test_reference_numerics_large_exp2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:19.0229965Z test_reference_numerics_large_exp2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:19.0237849Z test_reference_numerics_large_exp_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:31:19.0251868Z test_reference_numerics_large_exp_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:19.0258858Z test_reference_numerics_large_exp_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:31:19.0303607Z test_reference_numerics_large_exp_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:19.0353289Z test_reference_numerics_large_exp_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:19.0373995Z test_reference_numerics_large_exp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.0396326Z test_reference_numerics_large_exp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.0417289Z test_reference_numerics_large_exp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.0438452Z test_reference_numerics_large_exp_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.0459521Z test_reference_numerics_large_exp_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.0480312Z test_reference_numerics_large_exp_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.0494596Z test_reference_numerics_large_exp_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:19.0508444Z test_reference_numerics_large_exp_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:19.0534789Z test_reference_numerics_large_expm1_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:19.0549323Z test_reference_numerics_large_expm1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:19.0569567Z test_reference_numerics_large_expm1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.0590817Z test_reference_numerics_large_expm1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.0611715Z test_reference_numerics_large_expm1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.0632649Z test_reference_numerics_large_expm1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.0653371Z test_reference_numerics_large_expm1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.0674877Z test_reference_numerics_large_expm1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.0694867Z test_reference_numerics_large_expm1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-05-18T05:31:19.0708683Z test_reference_numerics_large_expm1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:19.0729029Z test_reference_numerics_large_floor_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.0751011Z test_reference_numerics_large_floor_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.0771730Z test_reference_numerics_large_floor_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.0792536Z test_reference_numerics_large_floor_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.0813589Z test_reference_numerics_large_frac_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.0834493Z test_reference_numerics_large_frac_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.0855597Z test_reference_numerics_large_frac_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.0882812Z test_reference_numerics_large_frac_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:19.0905746Z test_reference_numerics_large_frexp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.0929142Z test_reference_numerics_large_frexp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.0952577Z test_reference_numerics_large_frexp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.0973471Z test_reference_numerics_large_i0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.0987890Z test_reference_numerics_large_i0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:19.1008415Z test_reference_numerics_large_i0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.1029627Z test_reference_numerics_large_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.1056978Z test_reference_numerics_large_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:19.1078166Z test_reference_numerics_large_i0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.1098885Z test_reference_numerics_large_i0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.1119883Z test_reference_numerics_large_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.1127311Z test_reference_numerics_large_i0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:31:19.1142208Z test_reference_numerics_large_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:19.1182547Z test_reference_numerics_large_imag_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:19.1224647Z test_reference_numerics_large_imag_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:19.1263510Z test_reference_numerics_large_imag_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:19.1292547Z test_reference_numerics_large_isfinite_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:19.1307197Z test_reference_numerics_large_isfinite_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:19.1344595Z test_reference_numerics_large_isfinite_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:19.1383068Z test_reference_numerics_large_isfinite_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:19.1420097Z test_reference_numerics_large_isfinite_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:19.1441641Z test_reference_numerics_large_isfinite_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.1463218Z test_reference_numerics_large_isfinite_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.1484736Z test_reference_numerics_large_isfinite_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.1505925Z test_reference_numerics_large_isfinite_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.1531693Z test_reference_numerics_large_isfinite_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.1551628Z test_reference_numerics_large_isfinite_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.1565317Z test_reference_numerics_large_isfinite_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:19.1579271Z test_reference_numerics_large_isfinite_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:19.1600504Z test_reference_numerics_large_isinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.1614579Z test_reference_numerics_large_isinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:19.1652969Z test_reference_numerics_large_isinf_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:19.1691375Z test_reference_numerics_large_isinf_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:19.1734629Z test_reference_numerics_large_isinf_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:19.1754513Z test_reference_numerics_large_isinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.1774475Z test_reference_numerics_large_isinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.1794584Z test_reference_numerics_large_isinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.1814106Z test_reference_numerics_large_isinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.1833900Z test_reference_numerics_large_isinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.1853369Z test_reference_numerics_large_isinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.1868074Z test_reference_numerics_large_isinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:19.1882469Z test_reference_numerics_large_isinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:19.1910102Z test_reference_numerics_large_isnan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:19.1924422Z test_reference_numerics_large_isnan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:19.1961418Z test_reference_numerics_large_isnan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:19.1996526Z test_reference_numerics_large_isnan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:19.2016055Z test_reference_numerics_large_isnan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.2035821Z test_reference_numerics_large_isnan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.2055243Z test_reference_numerics_large_isnan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.2075114Z test_reference_numerics_large_isnan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.2100529Z test_reference_numerics_large_isnan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.2120061Z test_reference_numerics_large_isnan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.2134075Z test_reference_numerics_large_isnan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:19.2147765Z test_reference_numerics_large_isnan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:19.2168714Z test_reference_numerics_large_isneginf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.2183206Z test_reference_numerics_large_isneginf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:19.2203885Z test_reference_numerics_large_isneginf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.2223460Z test_reference_numerics_large_isneginf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.2243295Z test_reference_numerics_large_isneginf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.2271266Z test_reference_numerics_large_isneginf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:19.2290696Z test_reference_numerics_large_isneginf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.2310421Z test_reference_numerics_large_isneginf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.2324219Z test_reference_numerics_large_isneginf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:19.2338152Z test_reference_numerics_large_isneginf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:19.2359851Z test_reference_numerics_large_isposinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.2374359Z test_reference_numerics_large_isposinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:19.2393849Z test_reference_numerics_large_isposinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.2413752Z test_reference_numerics_large_isposinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.2440359Z test_reference_numerics_large_isposinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:19.2460987Z test_reference_numerics_large_isposinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.2481187Z test_reference_numerics_large_isposinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.2501689Z test_reference_numerics_large_isposinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.2516099Z test_reference_numerics_large_isposinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:19.2529849Z test_reference_numerics_large_isposinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:19.2551062Z test_reference_numerics_large_isreal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.2565291Z test_reference_numerics_large_isreal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:19.2601714Z test_reference_numerics_large_isreal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:19.2644819Z test_reference_numerics_large_isreal_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:19.2681561Z test_reference_numerics_large_isreal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:19.2701128Z test_reference_numerics_large_isreal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.2720547Z test_reference_numerics_large_isreal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.2740249Z test_reference_numerics_large_isreal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.2759861Z test_reference_numerics_large_isreal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.2779295Z test_reference_numerics_large_isreal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.2799110Z test_reference_numerics_large_isreal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.2818896Z test_reference_numerics_large_isreal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-05-18T05:31:19.2832737Z test_reference_numerics_large_isreal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:19.2853674Z test_reference_numerics_large_jiterator_unary_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.2868065Z test_reference_numerics_large_jiterator_unary_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:19.2908728Z test_reference_numerics_large_jiterator_unary_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:19.2949846Z test_reference_numerics_large_jiterator_unary_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:19.2970843Z test_reference_numerics_large_jiterator_unary_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.2992382Z test_reference_numerics_large_jiterator_unary_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.3013437Z test_reference_numerics_large_jiterator_unary_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.3039942Z test_reference_numerics_large_jiterator_unary_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:19.3060393Z test_reference_numerics_large_jiterator_unary_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.3080440Z test_reference_numerics_large_jiterator_unary_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.3095055Z test_reference_numerics_large_jiterator_unary_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:19.3108982Z test_reference_numerics_large_jiterator_unary_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:19.3122674Z test_reference_numerics_large_lgamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:19.3144307Z test_reference_numerics_large_lgamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.3166010Z test_reference_numerics_large_lgamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.3188563Z test_reference_numerics_large_lgamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.3216038Z test_reference_numerics_large_lgamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:19.3237722Z test_reference_numerics_large_lgamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.3259189Z test_reference_numerics_large_lgamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.3274414Z test_reference_numerics_large_lgamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:19.3288117Z test_reference_numerics_large_lgamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:19.3310030Z test_reference_numerics_large_log10_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.3324523Z test_reference_numerics_large_log10_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:19.3373765Z test_reference_numerics_large_log10_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:19.3420068Z test_reference_numerics_large_log10_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:19.3448774Z test_reference_numerics_large_log10_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:19.3470945Z test_reference_numerics_large_log10_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.3492673Z test_reference_numerics_large_log10_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.3514678Z test_reference_numerics_large_log10_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.3536721Z test_reference_numerics_large_log10_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.3558957Z test_reference_numerics_large_log10_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.3573551Z test_reference_numerics_large_log10_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:19.3587578Z test_reference_numerics_large_log10_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:19.3614429Z test_reference_numerics_large_log1p_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:19.3628886Z test_reference_numerics_large_log1p_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:19.3649208Z test_reference_numerics_large_log1p_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.3671245Z test_reference_numerics_large_log1p_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.3692209Z test_reference_numerics_large_log1p_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.3713284Z test_reference_numerics_large_log1p_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.3735329Z test_reference_numerics_large_log1p_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.3756781Z test_reference_numerics_large_log1p_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.3771147Z test_reference_numerics_large_log1p_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:19.3791006Z test_reference_numerics_large_log1p_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-05-18T05:31:19.3812412Z test_reference_numerics_large_log2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.3826913Z test_reference_numerics_large_log2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:19.3875599Z test_reference_numerics_large_log2_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:19.3921431Z test_reference_numerics_large_log2_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:19.3943448Z test_reference_numerics_large_log2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.3965273Z test_reference_numerics_large_log2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.3987715Z test_reference_numerics_large_log2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.4009657Z test_reference_numerics_large_log2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.4037631Z test_reference_numerics_large_log2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:19.4059256Z test_reference_numerics_large_log2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.4073920Z test_reference_numerics_large_log2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:19.4087609Z test_reference_numerics_large_log2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:19.4109409Z test_reference_numerics_large_log_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.4123698Z test_reference_numerics_large_log_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:19.4171816Z test_reference_numerics_large_log_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:19.4260351Z test_reference_numerics_large_log_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... expected failure (0.009s) 2022-05-18T05:31:19.4306017Z test_reference_numerics_large_log_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:19.4333962Z test_reference_numerics_large_log_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:19.4355923Z test_reference_numerics_large_log_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.4377850Z test_reference_numerics_large_log_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.4400955Z test_reference_numerics_large_log_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.4422949Z test_reference_numerics_large_log_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.4444875Z test_reference_numerics_large_log_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.4459076Z test_reference_numerics_large_log_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:19.4473345Z test_reference_numerics_large_log_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:19.4500591Z test_reference_numerics_large_logical_not_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:19.4514790Z test_reference_numerics_large_logical_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:19.4550624Z test_reference_numerics_large_logical_not_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:19.4588100Z test_reference_numerics_large_logical_not_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:19.4609500Z test_reference_numerics_large_logical_not_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.4629938Z test_reference_numerics_large_logical_not_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.4649429Z test_reference_numerics_large_logical_not_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.4669214Z test_reference_numerics_large_logical_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.4688754Z test_reference_numerics_large_logical_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.4715801Z test_reference_numerics_large_logical_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:19.4729586Z test_reference_numerics_large_logical_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:19.4743638Z test_reference_numerics_large_logical_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:19.4764279Z test_reference_numerics_large_logit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.4778761Z test_reference_numerics_large_logit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:19.4799623Z test_reference_numerics_large_logit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.4821100Z test_reference_numerics_large_logit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.4842422Z test_reference_numerics_large_logit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.4864218Z test_reference_numerics_large_logit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.4891783Z test_reference_numerics_large_logit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:19.4913173Z test_reference_numerics_large_logit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.4927295Z test_reference_numerics_large_logit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:19.4941514Z test_reference_numerics_large_logit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:19.4948966Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:31:19.4972688Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.4996430Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.5019693Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.5043563Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.5073621Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:19.5081157Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:31:19.5095109Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:19.5102133Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:31:19.5125421Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.5149677Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.5173007Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.5197815Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.5221619Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.5229102Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:31:19.5243946Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:19.5251581Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:31:19.5276676Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.5307241Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:19.5330746Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.5355189Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.5378433Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.5386232Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:31:19.5400506Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:19.5422570Z test_reference_numerics_large_nan_to_num_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.5436949Z test_reference_numerics_large_nan_to_num_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:19.5458563Z test_reference_numerics_large_nan_to_num_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.5487357Z test_reference_numerics_large_nan_to_num_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:19.5508860Z test_reference_numerics_large_nan_to_num_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.5528716Z test_reference_numerics_large_nan_to_num_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.5548445Z test_reference_numerics_large_nan_to_num_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.5567745Z test_reference_numerics_large_nan_to_num_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.5582053Z test_reference_numerics_large_nan_to_num_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:19.5595871Z test_reference_numerics_large_nan_to_num_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:19.5616851Z test_reference_numerics_large_neg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.5661325Z test_reference_numerics_large_neg_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:19.5711619Z test_reference_numerics_large_neg_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:19.5752344Z test_reference_numerics_large_neg_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:19.5772790Z test_reference_numerics_large_neg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.5793995Z test_reference_numerics_large_neg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.5814984Z test_reference_numerics_large_neg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.5835709Z test_reference_numerics_large_neg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.5855069Z test_reference_numerics_large_neg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.5875465Z test_reference_numerics_large_neg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.5895551Z test_reference_numerics_large_neg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-05-18T05:31:19.5909794Z test_reference_numerics_large_neg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:19.5931612Z test_reference_numerics_large_nn_functional_celu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.5952934Z test_reference_numerics_large_nn_functional_celu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.5974165Z test_reference_numerics_large_nn_functional_celu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.5995699Z test_reference_numerics_large_nn_functional_celu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.6017041Z test_reference_numerics_large_nn_functional_elu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.6038578Z test_reference_numerics_large_nn_functional_elu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.6066233Z test_reference_numerics_large_nn_functional_elu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:19.6087115Z test_reference_numerics_large_nn_functional_elu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.6109447Z test_reference_numerics_large_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.6130966Z test_reference_numerics_large_nn_functional_hardsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.6152877Z test_reference_numerics_large_nn_functional_hardsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.6174200Z test_reference_numerics_large_nn_functional_hardsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.6197919Z test_reference_numerics_large_nn_functional_logsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.6219269Z test_reference_numerics_large_nn_functional_logsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.6247106Z test_reference_numerics_large_nn_functional_logsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:19.6268865Z test_reference_numerics_large_nn_functional_mish_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.6290026Z test_reference_numerics_large_nn_functional_mish_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.6312161Z test_reference_numerics_large_nn_functional_mish_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.6333027Z test_reference_numerics_large_nn_functional_mish_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.6354960Z test_reference_numerics_large_nn_functional_selu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.6375764Z test_reference_numerics_large_nn_functional_selu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.6397185Z test_reference_numerics_large_nn_functional_selu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.6425298Z test_reference_numerics_large_nn_functional_selu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:19.6446618Z test_reference_numerics_large_nn_functional_silu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.6467786Z test_reference_numerics_large_nn_functional_silu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.6488840Z test_reference_numerics_large_nn_functional_silu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.6510159Z test_reference_numerics_large_nn_functional_silu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.6531968Z test_reference_numerics_large_nn_functional_softsign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:19.6546626Z test_reference_numerics_large_nn_functional_softsign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:19.6591750Z test_reference_numerics_large_nn_functional_softsign_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:19.6644294Z test_reference_numerics_large_nn_functional_softsign_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... expected failure (0.005s) 2022-05-18T05:31:20.1229863Z test_reference_numerics_large_nn_functional_softsign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.458s) 2022-05-18T05:31:20.1253152Z test_reference_numerics_large_nn_functional_softsign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.1277213Z test_reference_numerics_large_nn_functional_softsign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.1300212Z test_reference_numerics_large_nn_functional_softsign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.1323747Z test_reference_numerics_large_nn_functional_softsign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.1349385Z test_reference_numerics_large_nn_functional_softsign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.1363501Z test_reference_numerics_large_nn_functional_softsign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:20.1376960Z test_reference_numerics_large_nn_functional_softsign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:20.1399536Z test_reference_numerics_large_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.1453726Z test_reference_numerics_large_nn_functional_tanhshrink_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:20.1504707Z test_reference_numerics_large_nn_functional_tanhshrink_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:20.1530369Z test_reference_numerics_large_nn_functional_tanhshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.1553971Z test_reference_numerics_large_nn_functional_tanhshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.1576542Z test_reference_numerics_large_nn_functional_tanhshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.1599593Z test_reference_numerics_large_nn_functional_tanhshrink_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.1622238Z test_reference_numerics_large_nn_functional_tanhshrink_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.1645286Z test_reference_numerics_large_nn_functional_tanhshrink_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.1659863Z test_reference_numerics_large_nn_functional_tanhshrink_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:20.1677792Z test_reference_numerics_large_nn_functional_tanhshrink_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-05-18T05:31:20.1691257Z test_reference_numerics_large_polygamma_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:20.1714242Z test_reference_numerics_large_polygamma_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.1737425Z test_reference_numerics_large_polygamma_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.1760426Z test_reference_numerics_large_polygamma_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.1783452Z test_reference_numerics_large_polygamma_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.1806211Z test_reference_numerics_large_polygamma_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.1829587Z test_reference_numerics_large_polygamma_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.1844183Z test_reference_numerics_large_polygamma_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:20.1863142Z test_reference_numerics_large_polygamma_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-05-18T05:31:20.1869761Z test_reference_numerics_large_polygamma_polygamma_n_1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:31:20.1876984Z test_reference_numerics_large_polygamma_polygamma_n_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:31:20.1883988Z test_reference_numerics_large_polygamma_polygamma_n_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:31:20.1891008Z test_reference_numerics_large_polygamma_polygamma_n_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:31:20.1898574Z test_reference_numerics_large_polygamma_polygamma_n_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:31:20.1905324Z test_reference_numerics_large_polygamma_polygamma_n_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:31:20.1912688Z test_reference_numerics_large_polygamma_polygamma_n_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:31:20.1919243Z test_reference_numerics_large_polygamma_polygamma_n_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:31:20.1926282Z test_reference_numerics_large_polygamma_polygamma_n_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:31:20.1940423Z test_reference_numerics_large_polygamma_polygamma_n_2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:20.1963794Z test_reference_numerics_large_polygamma_polygamma_n_2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.1988331Z test_reference_numerics_large_polygamma_polygamma_n_2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.2012359Z test_reference_numerics_large_polygamma_polygamma_n_2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.2034452Z test_reference_numerics_large_polygamma_polygamma_n_2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.2056516Z test_reference_numerics_large_polygamma_polygamma_n_2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.2078653Z test_reference_numerics_large_polygamma_polygamma_n_2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.2092962Z test_reference_numerics_large_polygamma_polygamma_n_2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:20.2111690Z test_reference_numerics_large_polygamma_polygamma_n_2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-05-18T05:31:20.2125009Z test_reference_numerics_large_polygamma_polygamma_n_3_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:20.2148485Z test_reference_numerics_large_polygamma_polygamma_n_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.2172481Z test_reference_numerics_large_polygamma_polygamma_n_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.2196234Z test_reference_numerics_large_polygamma_polygamma_n_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.2217970Z test_reference_numerics_large_polygamma_polygamma_n_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.2240256Z test_reference_numerics_large_polygamma_polygamma_n_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.2262330Z test_reference_numerics_large_polygamma_polygamma_n_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.2276711Z test_reference_numerics_large_polygamma_polygamma_n_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:20.2295603Z test_reference_numerics_large_polygamma_polygamma_n_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-05-18T05:31:20.2309246Z test_reference_numerics_large_polygamma_polygamma_n_4_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:20.2331062Z test_reference_numerics_large_polygamma_polygamma_n_4_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.2353709Z test_reference_numerics_large_polygamma_polygamma_n_4_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.2377993Z test_reference_numerics_large_polygamma_polygamma_n_4_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.2401798Z test_reference_numerics_large_polygamma_polygamma_n_4_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.2425620Z test_reference_numerics_large_polygamma_polygamma_n_4_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.2447551Z test_reference_numerics_large_polygamma_polygamma_n_4_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.2462342Z test_reference_numerics_large_polygamma_polygamma_n_4_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:20.2481161Z test_reference_numerics_large_polygamma_polygamma_n_4_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-05-18T05:31:20.2501310Z test_reference_numerics_large_positive_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.2542593Z test_reference_numerics_large_positive_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:20.2582618Z test_reference_numerics_large_positive_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:20.2604561Z test_reference_numerics_large_positive_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.2626943Z test_reference_numerics_large_positive_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.2649043Z test_reference_numerics_large_positive_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.2668995Z test_reference_numerics_large_positive_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.2693295Z test_reference_numerics_large_positive_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.2712423Z test_reference_numerics_large_positive_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.2726217Z test_reference_numerics_large_positive_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:20.2739833Z test_reference_numerics_large_positive_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:20.2746864Z test_reference_numerics_large_rad2deg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:31:20.2760753Z test_reference_numerics_large_rad2deg_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:20.2781918Z test_reference_numerics_large_rad2deg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.2802297Z test_reference_numerics_large_rad2deg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.2823242Z test_reference_numerics_large_rad2deg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.2844123Z test_reference_numerics_large_rad2deg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.2870180Z test_reference_numerics_large_rad2deg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.2890792Z test_reference_numerics_large_rad2deg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.2905354Z test_reference_numerics_large_rad2deg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:20.2918929Z test_reference_numerics_large_rad2deg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:20.2939203Z test_reference_numerics_large_real_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.2953501Z test_reference_numerics_large_real_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:20.2991962Z test_reference_numerics_large_real_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:20.3032573Z test_reference_numerics_large_real_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:20.3071912Z test_reference_numerics_large_real_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:20.3097574Z test_reference_numerics_large_real_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.3118054Z test_reference_numerics_large_real_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.3138309Z test_reference_numerics_large_real_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.3158121Z test_reference_numerics_large_real_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.3177793Z test_reference_numerics_large_real_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.3198694Z test_reference_numerics_large_real_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.3212301Z test_reference_numerics_large_real_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:20.3226195Z test_reference_numerics_large_real_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:20.3232851Z test_reference_numerics_large_reciprocal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:31:20.3248035Z test_reference_numerics_large_reciprocal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:20.3297607Z test_reference_numerics_large_reciprocal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:20.3338117Z test_reference_numerics_large_reciprocal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:20.3358968Z test_reference_numerics_large_reciprocal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.3379806Z test_reference_numerics_large_reciprocal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.3400658Z test_reference_numerics_large_reciprocal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.3421450Z test_reference_numerics_large_reciprocal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.3442982Z test_reference_numerics_large_reciprocal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.3463802Z test_reference_numerics_large_reciprocal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.3483879Z test_reference_numerics_large_reciprocal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-05-18T05:31:20.3497312Z test_reference_numerics_large_reciprocal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:20.3517995Z test_reference_numerics_large_round_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.3538661Z test_reference_numerics_large_round_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.3560082Z test_reference_numerics_large_round_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.3580754Z test_reference_numerics_large_round_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.3601950Z test_reference_numerics_large_round_decimals_0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.3622960Z test_reference_numerics_large_round_decimals_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.3649468Z test_reference_numerics_large_round_decimals_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:20.3670566Z test_reference_numerics_large_round_decimals_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.3691794Z test_reference_numerics_large_round_decimals_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.3713018Z test_reference_numerics_large_round_decimals_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.3734026Z test_reference_numerics_large_round_decimals_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.3754968Z test_reference_numerics_large_round_decimals_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.3776086Z test_reference_numerics_large_round_decimals_neg_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.3797537Z test_reference_numerics_large_round_decimals_neg_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.3824427Z test_reference_numerics_large_round_decimals_neg_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:20.3845116Z test_reference_numerics_large_round_decimals_neg_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.3866682Z test_reference_numerics_large_rsqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.3880952Z test_reference_numerics_large_rsqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:20.3927737Z test_reference_numerics_large_rsqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:20.3971229Z test_reference_numerics_large_rsqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:20.3992524Z test_reference_numerics_large_rsqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.4013652Z test_reference_numerics_large_rsqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.4041481Z test_reference_numerics_large_rsqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:20.4062527Z test_reference_numerics_large_rsqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.4083433Z test_reference_numerics_large_rsqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.4104705Z test_reference_numerics_large_rsqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.4118865Z test_reference_numerics_large_rsqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:20.4132371Z test_reference_numerics_large_rsqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:20.4152938Z test_reference_numerics_large_sgn_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.4167063Z test_reference_numerics_large_sgn_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:20.4210578Z test_reference_numerics_large_sgn_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:20.4262189Z test_reference_numerics_large_sgn_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:20.4303964Z test_reference_numerics_large_sgn_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:20.4324233Z test_reference_numerics_large_sgn_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.4346015Z test_reference_numerics_large_sgn_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.4366604Z test_reference_numerics_large_sgn_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.4386693Z test_reference_numerics_large_sgn_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.4405820Z test_reference_numerics_large_sgn_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.4425357Z test_reference_numerics_large_sgn_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.4445874Z test_reference_numerics_large_sgn_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-05-18T05:31:20.4460333Z test_reference_numerics_large_sgn_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:20.4482926Z test_reference_numerics_large_sigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.4497086Z test_reference_numerics_large_sigmoid_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:20.4504784Z test_reference_numerics_large_sigmoid_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:31:20.4511316Z test_reference_numerics_large_sigmoid_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:31:20.4518689Z test_reference_numerics_large_sigmoid_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:31:20.4539838Z test_reference_numerics_large_sigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.4561531Z test_reference_numerics_large_sigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.4583301Z test_reference_numerics_large_sigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.4604721Z test_reference_numerics_large_sigmoid_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.4626307Z test_reference_numerics_large_sigmoid_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.4653740Z test_reference_numerics_large_sigmoid_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:20.4668746Z test_reference_numerics_large_sigmoid_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:20.4682192Z test_reference_numerics_large_sigmoid_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:20.4702697Z test_reference_numerics_large_sign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.4716756Z test_reference_numerics_large_sign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:20.4737679Z test_reference_numerics_large_sign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.4758745Z test_reference_numerics_large_sign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.4779839Z test_reference_numerics_large_sign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.4799791Z test_reference_numerics_large_sign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.4825174Z test_reference_numerics_large_sign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.4844170Z test_reference_numerics_large_sign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.4857762Z test_reference_numerics_large_sign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:20.4871836Z test_reference_numerics_large_sign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:20.4892079Z test_reference_numerics_large_signbit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.4906474Z test_reference_numerics_large_signbit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:20.4925639Z test_reference_numerics_large_signbit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.4945425Z test_reference_numerics_large_signbit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.4964827Z test_reference_numerics_large_signbit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.4990225Z test_reference_numerics_large_signbit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.5009194Z test_reference_numerics_large_signbit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.5028682Z test_reference_numerics_large_signbit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.5042508Z test_reference_numerics_large_signbit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:20.5056108Z test_reference_numerics_large_signbit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:20.5076535Z test_reference_numerics_large_sin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.5090795Z test_reference_numerics_large_sin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:20.5097760Z test_reference_numerics_large_sin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:31:20.5143322Z test_reference_numerics_large_sin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:20.5163939Z test_reference_numerics_large_sin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.5191492Z test_reference_numerics_large_sin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:20.5212580Z test_reference_numerics_large_sin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.5233334Z test_reference_numerics_large_sin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.5253948Z test_reference_numerics_large_sin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.5274761Z test_reference_numerics_large_sin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.5289102Z test_reference_numerics_large_sin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:20.5303072Z test_reference_numerics_large_sin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:20.5323893Z test_reference_numerics_large_sinc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.5338328Z test_reference_numerics_large_sinc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:20.5401438Z test_reference_numerics_large_sinc_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:20.5447189Z test_reference_numerics_large_sinc_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:20.5468495Z test_reference_numerics_large_sinc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.5489842Z test_reference_numerics_large_sinc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.5510955Z test_reference_numerics_large_sinc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.5531812Z test_reference_numerics_large_sinc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.5553231Z test_reference_numerics_large_sinc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.5574235Z test_reference_numerics_large_sinc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.5596099Z test_reference_numerics_large_sinc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-05-18T05:31:20.5609650Z test_reference_numerics_large_sinc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:20.5631394Z test_reference_numerics_large_sinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.5645665Z test_reference_numerics_large_sinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:20.5652386Z test_reference_numerics_large_sinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:31:20.5696240Z test_reference_numerics_large_sinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:20.5717139Z test_reference_numerics_large_sinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.5738110Z test_reference_numerics_large_sinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.5759379Z test_reference_numerics_large_sinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.5780021Z test_reference_numerics_large_sinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.5806317Z test_reference_numerics_large_sinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:20.5827126Z test_reference_numerics_large_sinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.5841399Z test_reference_numerics_large_sinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:20.5855344Z test_reference_numerics_large_sinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:20.5862594Z test_reference_numerics_large_special_entr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:31:20.5876819Z test_reference_numerics_large_special_entr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:20.5883367Z test_reference_numerics_large_special_entr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:31:20.5904216Z test_reference_numerics_large_special_entr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.5924806Z test_reference_numerics_large_special_entr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.5946756Z test_reference_numerics_large_special_entr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.5973490Z test_reference_numerics_large_special_entr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:20.5994408Z test_reference_numerics_large_special_entr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.6009035Z test_reference_numerics_large_special_entr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:20.6022757Z test_reference_numerics_large_special_entr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:20.6037127Z test_reference_numerics_large_special_erfcx_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:20.6057170Z test_reference_numerics_large_special_erfcx_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.6078342Z test_reference_numerics_large_special_erfcx_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.6098868Z test_reference_numerics_large_special_erfcx_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.6120345Z test_reference_numerics_large_special_erfcx_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.6147005Z test_reference_numerics_large_special_erfcx_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:20.6160976Z test_reference_numerics_large_special_erfcx_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:20.6174621Z test_reference_numerics_large_special_erfcx_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:20.6195699Z test_reference_numerics_large_special_i0e_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.6210578Z test_reference_numerics_large_special_i0e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:20.6230851Z test_reference_numerics_large_special_i0e_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.6251517Z test_reference_numerics_large_special_i0e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.6272447Z test_reference_numerics_large_special_i0e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.6292801Z test_reference_numerics_large_special_i0e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.6319807Z test_reference_numerics_large_special_i0e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:20.6340017Z test_reference_numerics_large_special_i0e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.6354355Z test_reference_numerics_large_special_i0e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:20.6368325Z test_reference_numerics_large_special_i0e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:20.6382229Z test_reference_numerics_large_special_i1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:20.6402405Z test_reference_numerics_large_special_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.6423340Z test_reference_numerics_large_special_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.6443836Z test_reference_numerics_large_special_i1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.6466186Z test_reference_numerics_large_special_i1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.6492655Z test_reference_numerics_large_special_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:20.6500108Z test_reference_numerics_large_special_i1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: Incorrect result! (0.001s) 2022-05-18T05:31:20.6514463Z test_reference_numerics_large_special_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:20.6528240Z test_reference_numerics_large_special_i1e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:20.6548562Z test_reference_numerics_large_special_i1e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.6569217Z test_reference_numerics_large_special_i1e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.6590006Z test_reference_numerics_large_special_i1e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.6610634Z test_reference_numerics_large_special_i1e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.6631795Z test_reference_numerics_large_special_i1e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.6646264Z test_reference_numerics_large_special_i1e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:20.6666194Z test_reference_numerics_large_special_i1e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-05-18T05:31:20.6679623Z test_reference_numerics_large_special_log_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:20.6699941Z test_reference_numerics_large_special_log_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.6720979Z test_reference_numerics_large_special_log_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.6741686Z test_reference_numerics_large_special_log_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.6761923Z test_reference_numerics_large_special_log_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.6782941Z test_reference_numerics_large_special_log_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.6797068Z test_reference_numerics_large_special_log_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:20.6810797Z test_reference_numerics_large_special_log_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:20.6837795Z test_reference_numerics_large_special_ndtr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:20.6851662Z test_reference_numerics_large_special_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:20.6872865Z test_reference_numerics_large_special_ndtr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.6893655Z test_reference_numerics_large_special_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.6915263Z test_reference_numerics_large_special_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.6936391Z test_reference_numerics_large_special_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.6957909Z test_reference_numerics_large_special_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.6979134Z test_reference_numerics_large_special_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.6993678Z test_reference_numerics_large_special_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:20.7013054Z test_reference_numerics_large_special_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-05-18T05:31:20.7026675Z test_reference_numerics_large_special_ndtri_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:20.7048328Z test_reference_numerics_large_special_ndtri_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.7069659Z test_reference_numerics_large_special_ndtri_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.7090574Z test_reference_numerics_large_special_ndtri_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.7111700Z test_reference_numerics_large_special_ndtri_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.7132828Z test_reference_numerics_large_special_ndtri_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.7147408Z test_reference_numerics_large_special_ndtri_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:20.7161108Z test_reference_numerics_large_special_ndtri_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:20.7180727Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-05-18T05:31:20.7202687Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.7225131Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.7247336Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.7269465Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.7290782Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.7312937Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.7327237Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:20.7341737Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:20.7348336Z test_reference_numerics_large_sqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:31:20.7368407Z test_reference_numerics_large_sqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-05-18T05:31:20.7412127Z test_reference_numerics_large_sqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:20.7456702Z test_reference_numerics_large_sqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:31:20.7478067Z test_reference_numerics_large_sqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.7499062Z test_reference_numerics_large_sqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.7521534Z test_reference_numerics_large_sqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.7542606Z test_reference_numerics_large_sqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.7563461Z test_reference_numerics_large_sqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.7590669Z test_reference_numerics_large_sqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:20.7604821Z test_reference_numerics_large_sqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:20.7618415Z test_reference_numerics_large_sqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:20.7625641Z test_reference_numerics_large_square_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:31:20.7639578Z test_reference_numerics_large_square_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:20.7646044Z test_reference_numerics_large_square_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:31:20.7653173Z test_reference_numerics_large_square_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:31:20.7674130Z test_reference_numerics_large_square_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.7694761Z test_reference_numerics_large_square_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.7715737Z test_reference_numerics_large_square_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.7735728Z test_reference_numerics_large_square_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.7756097Z test_reference_numerics_large_square_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.7784006Z test_reference_numerics_large_square_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:20.7797903Z test_reference_numerics_large_square_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:20.7811535Z test_reference_numerics_large_square_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:20.7834130Z test_reference_numerics_large_tan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.7848383Z test_reference_numerics_large_tan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:20.7915474Z test_reference_numerics_large_tan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:20.7964590Z test_reference_numerics_large_tan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:20.7987392Z test_reference_numerics_large_tan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.8009963Z test_reference_numerics_large_tan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.8063160Z test_reference_numerics_large_tan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:20.8084914Z test_reference_numerics_large_tan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.8107841Z test_reference_numerics_large_tan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.8129962Z test_reference_numerics_large_tan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.8144580Z test_reference_numerics_large_tan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:20.8158405Z test_reference_numerics_large_tan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:20.8179489Z test_reference_numerics_large_tanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.8193992Z test_reference_numerics_large_tanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:20.8240293Z test_reference_numerics_large_tanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:20.8293066Z test_reference_numerics_large_tanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:20.8314474Z test_reference_numerics_large_tanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.8335950Z test_reference_numerics_large_tanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.8357729Z test_reference_numerics_large_tanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.8379039Z test_reference_numerics_large_tanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.8400680Z test_reference_numerics_large_tanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.8422609Z test_reference_numerics_large_tanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.8437080Z test_reference_numerics_large_tanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:20.8450681Z test_reference_numerics_large_tanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T05:31:20.8477271Z test_reference_numerics_large_trunc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:31:20.8497720Z test_reference_numerics_large_trunc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.8518910Z test_reference_numerics_large_trunc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.8539824Z test_reference_numerics_large_trunc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:31:20.8696735Z test_reference_numerics_normal_abs_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:31:20.8898458Z test_reference_numerics_normal_abs_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-05-18T05:31:20.9279117Z test_reference_numerics_normal_abs_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2022-05-18T05:31:20.9552171Z test_reference_numerics_normal_abs_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2022-05-18T05:31:20.9766754Z test_reference_numerics_normal_abs_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-05-18T05:31:20.9889707Z test_reference_numerics_normal_abs_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-05-18T05:31:21.0011208Z test_reference_numerics_normal_abs_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-05-18T05:31:21.0146809Z test_reference_numerics_normal_abs_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:31:21.0210544Z test_reference_numerics_normal_abs_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:21.0282735Z test_reference_numerics_normal_abs_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:21.0366459Z test_reference_numerics_normal_abs_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:31:21.0456113Z test_reference_numerics_normal_abs_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-05-18T05:31:21.0533300Z test_reference_numerics_normal_abs_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:31:21.0794255Z test_reference_numerics_normal_acos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-05-18T05:31:21.1484417Z test_reference_numerics_normal_acos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.069s) 2022-05-18T05:31:21.2737916Z test_reference_numerics_normal_acos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.125s) 2022-05-18T05:31:21.3724332Z test_reference_numerics_normal_acos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.098s) 2022-05-18T05:31:21.4060700Z test_reference_numerics_normal_acos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2022-05-18T05:31:21.4298002Z test_reference_numerics_normal_acos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-05-18T05:31:21.4654042Z test_reference_numerics_normal_acos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.035s) 2022-05-18T05:31:21.4852235Z test_reference_numerics_normal_acos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-05-18T05:31:21.5093140Z test_reference_numerics_normal_acos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-05-18T05:31:21.5374819Z test_reference_numerics_normal_acos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2022-05-18T05:31:21.5734102Z test_reference_numerics_normal_acos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2022-05-18T05:31:21.5999729Z test_reference_numerics_normal_acos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-05-18T05:31:21.6251642Z test_reference_numerics_normal_acosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-05-18T05:31:21.7012342Z test_reference_numerics_normal_acosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.076s) 2022-05-18T05:31:21.8446795Z test_reference_numerics_normal_acosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.143s) 2022-05-18T05:31:21.9544753Z test_reference_numerics_normal_acosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.110s) 2022-05-18T05:31:21.9930709Z test_reference_numerics_normal_acosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2022-05-18T05:31:22.0193287Z test_reference_numerics_normal_acosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-05-18T05:31:22.0753221Z test_reference_numerics_normal_acosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.056s) 2022-05-18T05:31:22.0988624Z test_reference_numerics_normal_acosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-05-18T05:31:22.1462115Z test_reference_numerics_normal_acosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.047s) 2022-05-18T05:31:22.1930395Z test_reference_numerics_normal_acosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.047s) 2022-05-18T05:31:22.2297155Z test_reference_numerics_normal_acosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-05-18T05:31:22.2669103Z test_reference_numerics_normal_acosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-05-18T05:31:22.3150852Z test_reference_numerics_normal_angle_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.048s) 2022-05-18T05:31:22.3705567Z test_reference_numerics_normal_angle_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.055s) 2022-05-18T05:31:22.4155260Z test_reference_numerics_normal_angle_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.045s) 2022-05-18T05:31:22.4605534Z test_reference_numerics_normal_angle_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.045s) 2022-05-18T05:31:22.4833069Z test_reference_numerics_normal_angle_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-05-18T05:31:22.5067877Z test_reference_numerics_normal_angle_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-05-18T05:31:22.5303601Z test_reference_numerics_normal_angle_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-05-18T05:31:22.5535273Z test_reference_numerics_normal_angle_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-05-18T05:31:22.5774141Z test_reference_numerics_normal_angle_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-05-18T05:31:22.6155267Z test_reference_numerics_normal_angle_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2022-05-18T05:31:22.6507258Z test_reference_numerics_normal_angle_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.035s) 2022-05-18T05:31:22.6734799Z test_reference_numerics_normal_asin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-05-18T05:31:22.7427158Z test_reference_numerics_normal_asin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.069s) 2022-05-18T05:31:22.8934684Z test_reference_numerics_normal_asin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.151s) 2022-05-18T05:31:22.9929021Z test_reference_numerics_normal_asin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.099s) 2022-05-18T05:31:23.0281776Z test_reference_numerics_normal_asin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.035s) 2022-05-18T05:31:23.0529056Z test_reference_numerics_normal_asin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-05-18T05:31:23.0879798Z test_reference_numerics_normal_asin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.035s) 2022-05-18T05:31:23.1060624Z test_reference_numerics_normal_asin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-05-18T05:31:23.1282608Z test_reference_numerics_normal_asin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-05-18T05:31:23.1513735Z test_reference_numerics_normal_asin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-05-18T05:31:23.1863354Z test_reference_numerics_normal_asin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.035s) 2022-05-18T05:31:23.2114063Z test_reference_numerics_normal_asin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-05-18T05:31:23.2391991Z test_reference_numerics_normal_asinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2022-05-18T05:31:23.3250787Z test_reference_numerics_normal_asinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.086s) 2022-05-18T05:31:23.4627411Z test_reference_numerics_normal_asinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.138s) 2022-05-18T05:31:23.5680547Z test_reference_numerics_normal_asinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.105s) 2022-05-18T05:31:23.6043982Z test_reference_numerics_normal_asinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2022-05-18T05:31:23.6323474Z test_reference_numerics_normal_asinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2022-05-18T05:31:23.6840058Z test_reference_numerics_normal_asinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.051s) 2022-05-18T05:31:23.7110066Z test_reference_numerics_normal_asinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2022-05-18T05:31:23.7584917Z test_reference_numerics_normal_asinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.047s) 2022-05-18T05:31:23.8067477Z test_reference_numerics_normal_asinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.048s) 2022-05-18T05:31:23.8456005Z test_reference_numerics_normal_asinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.039s) 2022-05-18T05:31:23.8846361Z test_reference_numerics_normal_asinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.039s) 2022-05-18T05:31:23.9082497Z test_reference_numerics_normal_atan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-05-18T05:31:23.9810456Z test_reference_numerics_normal_atan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.073s) 2022-05-18T05:31:24.0908006Z test_reference_numerics_normal_atan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.110s) 2022-05-18T05:31:24.1647030Z test_reference_numerics_normal_atan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.074s) 2022-05-18T05:31:24.1965838Z test_reference_numerics_normal_atan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-05-18T05:31:24.2204815Z test_reference_numerics_normal_atan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-05-18T05:31:24.2546343Z test_reference_numerics_normal_atan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2022-05-18T05:31:24.2775288Z test_reference_numerics_normal_atan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-05-18T05:31:24.3084235Z test_reference_numerics_normal_atan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-05-18T05:31:24.3399850Z test_reference_numerics_normal_atan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-05-18T05:31:24.3759651Z test_reference_numerics_normal_atan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2022-05-18T05:31:24.4111191Z test_reference_numerics_normal_atan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.035s) 2022-05-18T05:31:24.4479330Z test_reference_numerics_normal_atanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-05-18T05:31:24.5198690Z test_reference_numerics_normal_atanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.072s) 2022-05-18T05:31:24.6087484Z test_reference_numerics_normal_atanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.089s) 2022-05-18T05:31:24.6837504Z test_reference_numerics_normal_atanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.075s) 2022-05-18T05:31:24.7289802Z test_reference_numerics_normal_atanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.045s) 2022-05-18T05:31:24.7662439Z test_reference_numerics_normal_atanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-05-18T05:31:24.8076482Z test_reference_numerics_normal_atanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.041s) 2022-05-18T05:31:24.8302997Z test_reference_numerics_normal_atanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-05-18T05:31:24.8524398Z test_reference_numerics_normal_atanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-05-18T05:31:24.8752279Z test_reference_numerics_normal_atanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-05-18T05:31:24.9121674Z test_reference_numerics_normal_atanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-05-18T05:31:24.9367889Z test_reference_numerics_normal_atanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-05-18T05:31:24.9500908Z test_reference_numerics_normal_bitwise_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:31:24.9557732Z test_reference_numerics_normal_bitwise_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:24.9622929Z test_reference_numerics_normal_bitwise_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:24.9713431Z test_reference_numerics_normal_bitwise_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-05-18T05:31:24.9790193Z test_reference_numerics_normal_bitwise_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:24.9864331Z test_reference_numerics_normal_bitwise_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:24.9976386Z test_reference_numerics_normal_ceil_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-05-18T05:31:25.0176305Z test_reference_numerics_normal_ceil_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-05-18T05:31:25.0289508Z test_reference_numerics_normal_ceil_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-05-18T05:31:25.0414687Z test_reference_numerics_normal_ceil_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-05-18T05:31:25.0550745Z test_reference_numerics_normal_clamp_scalar_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:31:25.0743319Z test_reference_numerics_normal_clamp_scalar_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-05-18T05:31:25.1356621Z test_reference_numerics_normal_clamp_scalar_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.061s) 2022-05-18T05:31:25.1495588Z test_reference_numerics_normal_clamp_scalar_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:31:25.1638301Z test_reference_numerics_normal_clamp_scalar_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:31:25.1700435Z test_reference_numerics_normal_clamp_scalar_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:25.1769644Z test_reference_numerics_normal_clamp_scalar_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:25.1854960Z test_reference_numerics_normal_clamp_scalar_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:31:25.1943975Z test_reference_numerics_normal_clamp_scalar_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-05-18T05:31:25.2031827Z test_reference_numerics_normal_clamp_scalar_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-05-18T05:31:25.2139950Z test_reference_numerics_normal_conj_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-05-18T05:31:25.2276588Z test_reference_numerics_normal_conj_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:31:25.2489796Z test_reference_numerics_normal_conj_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-05-18T05:31:25.2662409Z test_reference_numerics_normal_conj_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-05-18T05:31:25.2843581Z test_reference_numerics_normal_conj_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-05-18T05:31:25.2943688Z test_reference_numerics_normal_conj_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-05-18T05:31:25.3055842Z test_reference_numerics_normal_conj_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-05-18T05:31:25.3179559Z test_reference_numerics_normal_conj_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-05-18T05:31:25.3238490Z test_reference_numerics_normal_conj_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:25.3303897Z test_reference_numerics_normal_conj_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:25.3384174Z test_reference_numerics_normal_conj_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:31:25.3459513Z test_reference_numerics_normal_conj_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:25.3533475Z test_reference_numerics_normal_conj_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:25.3636682Z test_reference_numerics_normal_conj_physical_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-05-18T05:31:25.3775360Z test_reference_numerics_normal_conj_physical_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:31:25.3982808Z test_reference_numerics_normal_conj_physical_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-05-18T05:31:25.4150423Z test_reference_numerics_normal_conj_physical_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-05-18T05:31:25.4329681Z test_reference_numerics_normal_conj_physical_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-05-18T05:31:25.4430706Z test_reference_numerics_normal_conj_physical_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-05-18T05:31:25.4535342Z test_reference_numerics_normal_conj_physical_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-05-18T05:31:25.4662187Z test_reference_numerics_normal_conj_physical_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:31:25.4720471Z test_reference_numerics_normal_conj_physical_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:25.4793937Z test_reference_numerics_normal_conj_physical_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:25.4876536Z test_reference_numerics_normal_conj_physical_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:31:25.4955301Z test_reference_numerics_normal_conj_physical_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:31:25.5031693Z test_reference_numerics_normal_conj_physical_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:31:25.5148436Z test_reference_numerics_normal_cos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-05-18T05:31:25.5848904Z test_reference_numerics_normal_cos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.070s) 2022-05-18T05:31:25.7018776Z test_reference_numerics_normal_cos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.117s) 2022-05-18T05:31:25.8181675Z test_reference_numerics_normal_cos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.116s) 2022-05-18T05:31:25.8501252Z test_reference_numerics_normal_cos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-05-18T05:31:25.8623079Z test_reference_numerics_normal_cos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-05-18T05:31:25.9019845Z test_reference_numerics_normal_cos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.040s) 2022-05-18T05:31:25.9131824Z test_reference_numerics_normal_cos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-05-18T05:31:25.9499040Z test_reference_numerics_normal_cos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-05-18T05:31:25.9876811Z test_reference_numerics_normal_cos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2022-05-18T05:31:26.0236764Z test_reference_numerics_normal_cos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2022-05-18T05:31:26.0599019Z test_reference_numerics_normal_cos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2022-05-18T05:31:26.0800780Z test_reference_numerics_normal_cosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-05-18T05:31:26.1210335Z test_reference_numerics_normal_cosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.041s) 2022-05-18T05:31:26.2368216Z test_reference_numerics_normal_cosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.116s) 2022-05-18T05:31:26.3248410Z test_reference_numerics_normal_cosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.088s) 2022-05-18T05:31:26.3519572Z test_reference_numerics_normal_cosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2022-05-18T05:31:26.3715514Z test_reference_numerics_normal_cosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-05-18T05:31:26.4007089Z test_reference_numerics_normal_cosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.029s) 2022-05-18T05:31:26.4197595Z test_reference_numerics_normal_cosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-05-18T05:31:26.4401314Z test_reference_numerics_normal_cosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-05-18T05:31:26.4603594Z test_reference_numerics_normal_cosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-05-18T05:31:26.4792975Z test_reference_numerics_normal_cosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-05-18T05:31:26.4986184Z test_reference_numerics_normal_cosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-05-18T05:31:26.5105030Z test_reference_numerics_normal_deg2rad_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-05-18T05:31:26.5733386Z test_reference_numerics_normal_deg2rad_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.063s) 2022-05-18T05:31:26.5914341Z test_reference_numerics_normal_deg2rad_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-05-18T05:31:26.6033479Z test_reference_numerics_normal_deg2rad_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-05-18T05:31:26.6172707Z test_reference_numerics_normal_deg2rad_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:31:26.6289901Z test_reference_numerics_normal_deg2rad_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-05-18T05:31:26.6414087Z test_reference_numerics_normal_deg2rad_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-05-18T05:31:26.6545767Z test_reference_numerics_normal_deg2rad_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:31:26.6780069Z test_reference_numerics_normal_deg2rad_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-05-18T05:31:26.7024523Z test_reference_numerics_normal_deg2rad_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-05-18T05:31:26.7526397Z test_reference_numerics_normal_digamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.050s) 2022-05-18T05:31:27.5255122Z test_reference_numerics_normal_digamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.773s) 2022-05-18T05:31:28.1064922Z test_reference_numerics_normal_digamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.581s) 2022-05-18T05:31:28.6853636Z test_reference_numerics_normal_digamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.579s) 2022-05-18T05:31:28.7211596Z test_reference_numerics_normal_digamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2022-05-18T05:31:28.7576418Z test_reference_numerics_normal_digamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2022-05-18T05:31:28.7949265Z test_reference_numerics_normal_digamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-05-18T05:31:28.8307960Z test_reference_numerics_normal_digamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2022-05-18T05:31:28.8640158Z test_reference_numerics_normal_digamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-05-18T05:31:28.9090393Z test_reference_numerics_normal_erf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.045s) 2022-05-18T05:31:28.9407653Z test_reference_numerics_normal_erf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-05-18T05:31:28.9882184Z test_reference_numerics_normal_erf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.047s) 2022-05-18T05:31:29.0353570Z test_reference_numerics_normal_erf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.047s) 2022-05-18T05:31:29.0819374Z test_reference_numerics_normal_erf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.046s) 2022-05-18T05:31:29.1278801Z test_reference_numerics_normal_erf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.046s) 2022-05-18T05:31:29.1718721Z test_reference_numerics_normal_erf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.044s) 2022-05-18T05:31:29.2158713Z test_reference_numerics_normal_erf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.044s) 2022-05-18T05:31:29.2591328Z test_reference_numerics_normal_erf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.043s) 2022-05-18T05:31:29.2978084Z test_reference_numerics_normal_erf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.039s) 2022-05-18T05:31:29.3407260Z test_reference_numerics_normal_erfc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.043s) 2022-05-18T05:31:29.4043773Z test_reference_numerics_normal_erfc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.063s) 2022-05-18T05:31:29.4494972Z test_reference_numerics_normal_erfc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.045s) 2022-05-18T05:31:29.4925672Z test_reference_numerics_normal_erfc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.043s) 2022-05-18T05:31:29.5349691Z test_reference_numerics_normal_erfc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.042s) 2022-05-18T05:31:29.5774323Z test_reference_numerics_normal_erfc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.042s) 2022-05-18T05:31:29.6194853Z test_reference_numerics_normal_erfc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.042s) 2022-05-18T05:31:29.6637919Z test_reference_numerics_normal_erfc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.044s) 2022-05-18T05:31:29.7061367Z test_reference_numerics_normal_erfc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.042s) 2022-05-18T05:31:29.7447803Z test_reference_numerics_normal_erfc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.039s) 2022-05-18T05:31:29.7877329Z test_reference_numerics_normal_erfinv_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.043s) 2022-05-18T05:31:29.8345170Z test_reference_numerics_normal_erfinv_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.047s) 2022-05-18T05:31:29.8789859Z test_reference_numerics_normal_erfinv_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.044s) 2022-05-18T05:31:29.9231359Z test_reference_numerics_normal_erfinv_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.044s) 2022-05-18T05:31:29.9454069Z test_reference_numerics_normal_erfinv_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-05-18T05:31:29.9682931Z test_reference_numerics_normal_erfinv_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-05-18T05:31:29.9912141Z test_reference_numerics_normal_erfinv_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-05-18T05:31:30.0130873Z test_reference_numerics_normal_erfinv_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-05-18T05:31:30.0365064Z test_reference_numerics_normal_erfinv_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-05-18T05:31:30.0533681Z test_reference_numerics_normal_exp2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-05-18T05:31:30.0849252Z test_reference_numerics_normal_exp2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-05-18T05:31:30.1084707Z test_reference_numerics_normal_exp2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-05-18T05:31:30.1255119Z test_reference_numerics_normal_exp2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-05-18T05:31:30.1531614Z test_reference_numerics_normal_exp2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2022-05-18T05:31:30.1702690Z test_reference_numerics_normal_exp2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-05-18T05:31:30.1878240Z test_reference_numerics_normal_exp2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-05-18T05:31:30.2062639Z test_reference_numerics_normal_exp2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-05-18T05:31:30.2231917Z test_reference_numerics_normal_exp2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-05-18T05:31:30.2400108Z test_reference_numerics_normal_exp2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-05-18T05:31:30.2519930Z test_reference_numerics_normal_exp_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-05-18T05:31:30.2738828Z test_reference_numerics_normal_exp_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-05-18T05:31:30.3598832Z test_reference_numerics_normal_exp_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.086s) 2022-05-18T05:31:30.4075450Z test_reference_numerics_normal_exp_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.048s) 2022-05-18T05:31:30.4556061Z test_reference_numerics_normal_exp_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.048s) 2022-05-18T05:31:30.4797685Z test_reference_numerics_normal_exp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-05-18T05:31:30.4914485Z test_reference_numerics_normal_exp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-05-18T05:31:30.5185928Z test_reference_numerics_normal_exp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2022-05-18T05:31:30.5302369Z test_reference_numerics_normal_exp_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-05-18T05:31:30.5432471Z test_reference_numerics_normal_exp_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:31:30.5559587Z test_reference_numerics_normal_exp_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:31:30.5675089Z test_reference_numerics_normal_exp_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-05-18T05:31:30.5798589Z test_reference_numerics_normal_exp_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-05-18T05:31:30.6086979Z test_reference_numerics_normal_expm1_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.029s) 2022-05-18T05:31:30.6502423Z test_reference_numerics_normal_expm1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.041s) 2022-05-18T05:31:30.6884263Z test_reference_numerics_normal_expm1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2022-05-18T05:31:30.7170775Z test_reference_numerics_normal_expm1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2022-05-18T05:31:30.7495739Z test_reference_numerics_normal_expm1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-05-18T05:31:30.7779378Z test_reference_numerics_normal_expm1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2022-05-18T05:31:30.8069058Z test_reference_numerics_normal_expm1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.029s) 2022-05-18T05:31:30.8364780Z test_reference_numerics_normal_expm1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.029s) 2022-05-18T05:31:30.8646273Z test_reference_numerics_normal_expm1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2022-05-18T05:31:30.8902444Z test_reference_numerics_normal_expm1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-05-18T05:31:30.9012724Z test_reference_numerics_normal_floor_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-05-18T05:31:30.9214403Z test_reference_numerics_normal_floor_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-05-18T05:31:30.9330678Z test_reference_numerics_normal_floor_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-05-18T05:31:30.9460070Z test_reference_numerics_normal_floor_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:31:30.9612417Z test_reference_numerics_normal_frac_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:31:30.9869512Z test_reference_numerics_normal_frac_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-05-18T05:31:31.0022715Z test_reference_numerics_normal_frac_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:31:31.0185137Z test_reference_numerics_normal_frac_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-05-18T05:31:31.0416643Z test_reference_numerics_normal_frexp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-05-18T05:31:31.0579477Z test_reference_numerics_normal_frexp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-05-18T05:31:31.0768415Z test_reference_numerics_normal_frexp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-05-18T05:31:31.1777362Z test_reference_numerics_normal_i0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.101s) 2022-05-18T05:31:31.3621889Z test_reference_numerics_normal_i0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.184s) 2022-05-18T05:31:31.4655346Z test_reference_numerics_normal_i0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.103s) 2022-05-18T05:31:31.5671618Z test_reference_numerics_normal_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.101s) 2022-05-18T05:31:31.6669520Z test_reference_numerics_normal_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.100s) 2022-05-18T05:31:31.7671798Z test_reference_numerics_normal_i0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.100s) 2022-05-18T05:31:31.8682688Z test_reference_numerics_normal_i0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.101s) 2022-05-18T05:31:31.9709169Z test_reference_numerics_normal_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.103s) 2022-05-18T05:31:32.0712734Z test_reference_numerics_normal_i0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.100s) 2022-05-18T05:31:32.1699122Z test_reference_numerics_normal_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.098s) 2022-05-18T05:31:32.1843250Z test_reference_numerics_normal_imag_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:31:32.1955399Z test_reference_numerics_normal_imag_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-05-18T05:31:32.2075079Z test_reference_numerics_normal_imag_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-05-18T05:31:32.2171702Z test_reference_numerics_normal_isfinite_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-05-18T05:31:32.2305977Z test_reference_numerics_normal_isfinite_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:31:32.2438284Z test_reference_numerics_normal_isfinite_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:31:32.2532053Z test_reference_numerics_normal_isfinite_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-05-18T05:31:32.2628127Z test_reference_numerics_normal_isfinite_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-05-18T05:31:32.2707541Z test_reference_numerics_normal_isfinite_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:31:32.2776246Z test_reference_numerics_normal_isfinite_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:32.2861720Z test_reference_numerics_normal_isfinite_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:31:32.2916426Z test_reference_numerics_normal_isfinite_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:32.2970666Z test_reference_numerics_normal_isfinite_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:32.3039994Z test_reference_numerics_normal_isfinite_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:32.3120024Z test_reference_numerics_normal_isfinite_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:31:32.3202211Z test_reference_numerics_normal_isfinite_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:31:32.3294212Z test_reference_numerics_normal_isinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-05-18T05:31:32.3429276Z test_reference_numerics_normal_isinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:31:32.3551931Z test_reference_numerics_normal_isinf_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-05-18T05:31:32.3644993Z test_reference_numerics_normal_isinf_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-05-18T05:31:32.3740853Z test_reference_numerics_normal_isinf_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-05-18T05:31:32.3825637Z test_reference_numerics_normal_isinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:31:32.3889889Z test_reference_numerics_normal_isinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:32.3969939Z test_reference_numerics_normal_isinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:31:32.4021002Z test_reference_numerics_normal_isinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:32.4073918Z test_reference_numerics_normal_isinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:32.4133022Z test_reference_numerics_normal_isinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:32.4209263Z test_reference_numerics_normal_isinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:32.4287036Z test_reference_numerics_normal_isinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:31:32.4382670Z test_reference_numerics_normal_isnan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-05-18T05:31:32.4508748Z test_reference_numerics_normal_isnan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:31:32.4622559Z test_reference_numerics_normal_isnan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-05-18T05:31:32.4707855Z test_reference_numerics_normal_isnan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:31:32.4784522Z test_reference_numerics_normal_isnan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:31:32.4847628Z test_reference_numerics_normal_isnan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:32.4926652Z test_reference_numerics_normal_isnan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:31:32.4981405Z test_reference_numerics_normal_isnan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:31:32.5044429Z test_reference_numerics_normal_isnan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:32.5107875Z test_reference_numerics_normal_isnan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:32.5197078Z test_reference_numerics_normal_isnan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-05-18T05:31:32.5288435Z test_reference_numerics_normal_isnan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-05-18T05:31:32.5400363Z test_reference_numerics_normal_isneginf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-05-18T05:31:32.5778959Z test_reference_numerics_normal_isneginf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2022-05-18T05:31:32.5874924Z test_reference_numerics_normal_isneginf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-05-18T05:31:32.5944781Z test_reference_numerics_normal_isneginf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:32.6040824Z test_reference_numerics_normal_isneginf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-05-18T05:31:32.6102032Z test_reference_numerics_normal_isneginf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:32.6169892Z test_reference_numerics_normal_isneginf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:32.6248885Z test_reference_numerics_normal_isneginf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:31:32.6396119Z test_reference_numerics_normal_isneginf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:31:32.6549975Z test_reference_numerics_normal_isneginf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:31:32.6648346Z test_reference_numerics_normal_isposinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-05-18T05:31:32.7008442Z test_reference_numerics_normal_isposinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2022-05-18T05:31:32.7112476Z test_reference_numerics_normal_isposinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-05-18T05:31:32.7183451Z test_reference_numerics_normal_isposinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:32.7273072Z test_reference_numerics_normal_isposinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-05-18T05:31:32.7335969Z test_reference_numerics_normal_isposinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:32.7403194Z test_reference_numerics_normal_isposinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:32.7480838Z test_reference_numerics_normal_isposinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:31:32.7628745Z test_reference_numerics_normal_isposinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:31:32.7785358Z test_reference_numerics_normal_isposinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-05-18T05:31:32.7889236Z test_reference_numerics_normal_isreal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-05-18T05:31:32.8039037Z test_reference_numerics_normal_isreal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:31:32.8156088Z test_reference_numerics_normal_isreal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-05-18T05:31:32.8243523Z test_reference_numerics_normal_isreal_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-05-18T05:31:32.8332262Z test_reference_numerics_normal_isreal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-05-18T05:31:32.8459746Z test_reference_numerics_normal_isreal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:31:32.8530562Z test_reference_numerics_normal_isreal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:32.8617567Z test_reference_numerics_normal_isreal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-05-18T05:31:32.8683166Z test_reference_numerics_normal_isreal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:32.8744381Z test_reference_numerics_normal_isreal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:32.8814379Z test_reference_numerics_normal_isreal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:32.8896320Z test_reference_numerics_normal_isreal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:31:32.8975527Z test_reference_numerics_normal_isreal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:31:32.9085869Z test_reference_numerics_normal_jiterator_unary_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-05-18T05:31:32.9091522Z test_reference_numerics_normal_jiterator_unary_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:31:32.9319144Z test_reference_numerics_normal_jiterator_unary_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-05-18T05:31:32.9513870Z test_reference_numerics_normal_jiterator_unary_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-05-18T05:31:32.9852337Z test_reference_numerics_normal_jiterator_unary_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2022-05-18T05:31:32.9966493Z test_reference_numerics_normal_jiterator_unary_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-05-18T05:31:33.0101289Z test_reference_numerics_normal_jiterator_unary_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:31:33.0164980Z test_reference_numerics_normal_jiterator_unary_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:33.0238422Z test_reference_numerics_normal_jiterator_unary_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:33.0327454Z test_reference_numerics_normal_jiterator_unary_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-05-18T05:31:33.0407661Z test_reference_numerics_normal_jiterator_unary_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:31:33.0498129Z test_reference_numerics_normal_jiterator_unary_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-05-18T05:31:33.1018952Z test_reference_numerics_normal_lgamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.052s) 2022-05-18T05:31:33.1617830Z test_reference_numerics_normal_lgamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.060s) 2022-05-18T05:31:33.2056597Z test_reference_numerics_normal_lgamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.044s) 2022-05-18T05:31:33.2506667Z test_reference_numerics_normal_lgamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.045s) 2022-05-18T05:31:33.2886054Z test_reference_numerics_normal_lgamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2022-05-18T05:31:33.3268256Z test_reference_numerics_normal_lgamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2022-05-18T05:31:33.3659246Z test_reference_numerics_normal_lgamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.039s) 2022-05-18T05:31:33.4044719Z test_reference_numerics_normal_lgamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2022-05-18T05:31:33.4516339Z test_reference_numerics_normal_lgamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.047s) 2022-05-18T05:31:33.4730226Z test_reference_numerics_normal_log10_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-05-18T05:31:33.5492846Z test_reference_numerics_normal_log10_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.076s) 2022-05-18T05:31:33.6575389Z test_reference_numerics_normal_log10_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.108s) 2022-05-18T05:31:33.7285779Z test_reference_numerics_normal_log10_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.071s) 2022-05-18T05:31:33.7564148Z test_reference_numerics_normal_log10_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2022-05-18T05:31:33.7778075Z test_reference_numerics_normal_log10_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-05-18T05:31:33.8204412Z test_reference_numerics_normal_log10_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.042s) 2022-05-18T05:31:33.8445471Z test_reference_numerics_normal_log10_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-05-18T05:31:33.8795976Z test_reference_numerics_normal_log10_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.035s) 2022-05-18T05:31:33.9153429Z test_reference_numerics_normal_log10_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2022-05-18T05:31:33.9520679Z test_reference_numerics_normal_log10_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-05-18T05:31:33.9886853Z test_reference_numerics_normal_log10_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2022-05-18T05:31:34.0148722Z test_reference_numerics_normal_log1p_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-05-18T05:31:34.0880386Z test_reference_numerics_normal_log1p_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.073s) 2022-05-18T05:31:34.1235152Z test_reference_numerics_normal_log1p_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.035s) 2022-05-18T05:31:34.1495345Z test_reference_numerics_normal_log1p_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-05-18T05:31:34.1780075Z test_reference_numerics_normal_log1p_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2022-05-18T05:31:34.2024634Z test_reference_numerics_normal_log1p_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-05-18T05:31:34.2287092Z test_reference_numerics_normal_log1p_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-05-18T05:31:34.2559725Z test_reference_numerics_normal_log1p_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2022-05-18T05:31:34.2937706Z test_reference_numerics_normal_log1p_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2022-05-18T05:31:34.3316303Z test_reference_numerics_normal_log1p_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2022-05-18T05:31:34.3491426Z test_reference_numerics_normal_log2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-05-18T05:31:34.4216118Z test_reference_numerics_normal_log2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.072s) 2022-05-18T05:31:34.5298580Z test_reference_numerics_normal_log2_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.108s) 2022-05-18T05:31:34.6006929Z test_reference_numerics_normal_log2_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.071s) 2022-05-18T05:31:34.6238791Z test_reference_numerics_normal_log2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-05-18T05:31:34.6406785Z test_reference_numerics_normal_log2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-05-18T05:31:34.6640526Z test_reference_numerics_normal_log2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-05-18T05:31:34.6819216Z test_reference_numerics_normal_log2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-05-18T05:31:34.7060046Z test_reference_numerics_normal_log2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-05-18T05:31:34.7303989Z test_reference_numerics_normal_log2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-05-18T05:31:34.7588014Z test_reference_numerics_normal_log2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2022-05-18T05:31:34.7874108Z test_reference_numerics_normal_log2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2022-05-18T05:31:34.8001400Z test_reference_numerics_normal_log_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:31:34.8734116Z test_reference_numerics_normal_log_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.073s) 2022-05-18T05:31:34.9812470Z test_reference_numerics_normal_log_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.108s) 2022-05-18T05:31:34.9885020Z test_reference_numerics_normal_log_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... expected failure (0.007s) 2022-05-18T05:31:35.0582242Z test_reference_numerics_normal_log_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.069s) 2022-05-18T05:31:35.0815470Z test_reference_numerics_normal_log_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-05-18T05:31:35.0944758Z test_reference_numerics_normal_log_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:31:35.1313023Z test_reference_numerics_normal_log_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-05-18T05:31:35.1436194Z test_reference_numerics_normal_log_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-05-18T05:31:35.1790781Z test_reference_numerics_normal_log_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.035s) 2022-05-18T05:31:35.2155595Z test_reference_numerics_normal_log_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2022-05-18T05:31:35.2441892Z test_reference_numerics_normal_log_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2022-05-18T05:31:35.2733880Z test_reference_numerics_normal_log_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.029s) 2022-05-18T05:31:35.2829358Z test_reference_numerics_normal_logical_not_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-05-18T05:31:35.2960557Z test_reference_numerics_normal_logical_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:31:35.3078182Z test_reference_numerics_normal_logical_not_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-05-18T05:31:35.3170317Z test_reference_numerics_normal_logical_not_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-05-18T05:31:35.3269394Z test_reference_numerics_normal_logical_not_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-05-18T05:31:35.3340265Z test_reference_numerics_normal_logical_not_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:35.3421976Z test_reference_numerics_normal_logical_not_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:31:35.3482478Z test_reference_numerics_normal_logical_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:35.3538569Z test_reference_numerics_normal_logical_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:35.3606235Z test_reference_numerics_normal_logical_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:35.3685281Z test_reference_numerics_normal_logical_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:31:35.3763327Z test_reference_numerics_normal_logical_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:31:35.3938157Z test_reference_numerics_normal_logit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-05-18T05:31:35.4407877Z test_reference_numerics_normal_logit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.047s) 2022-05-18T05:31:35.4607707Z test_reference_numerics_normal_logit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-05-18T05:31:35.4791995Z test_reference_numerics_normal_logit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-05-18T05:31:35.5231354Z test_reference_numerics_normal_logit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.044s) 2022-05-18T05:31:35.5435744Z test_reference_numerics_normal_logit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-05-18T05:31:35.5636253Z test_reference_numerics_normal_logit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-05-18T05:31:35.5845361Z test_reference_numerics_normal_logit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-05-18T05:31:35.6046519Z test_reference_numerics_normal_logit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-05-18T05:31:35.6248227Z test_reference_numerics_normal_logit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-05-18T05:31:35.7081973Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.083s) 2022-05-18T05:31:35.7681525Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.060s) 2022-05-18T05:31:35.8313382Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.063s) 2022-05-18T05:31:35.8877143Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.056s) 2022-05-18T05:31:35.9437748Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.056s) 2022-05-18T05:31:36.0007398Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.057s) 2022-05-18T05:31:36.0561584Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.055s) 2022-05-18T05:31:36.1122054Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.056s) 2022-05-18T05:31:36.3122567Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.200s) 2022-05-18T05:31:36.4614581Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.149s) 2022-05-18T05:31:36.6169011Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.155s) 2022-05-18T05:31:36.7598029Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.143s) 2022-05-18T05:31:36.9032410Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.143s) 2022-05-18T05:31:37.0493040Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.146s) 2022-05-18T05:31:37.1931272Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.144s) 2022-05-18T05:31:37.3363547Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.143s) 2022-05-18T05:31:37.6527483Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.316s) 2022-05-18T05:31:37.8937159Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.241s) 2022-05-18T05:31:38.1444688Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.251s) 2022-05-18T05:31:38.3761785Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.232s) 2022-05-18T05:31:38.6082520Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.232s) 2022-05-18T05:31:38.8443311Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.236s) 2022-05-18T05:31:39.0785987Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.234s) 2022-05-18T05:31:39.3124455Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.234s) 2022-05-18T05:31:39.3284418Z test_reference_numerics_normal_nan_to_num_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-05-18T05:31:39.3455415Z test_reference_numerics_normal_nan_to_num_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-05-18T05:31:39.3679854Z test_reference_numerics_normal_nan_to_num_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-05-18T05:31:39.3840372Z test_reference_numerics_normal_nan_to_num_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-05-18T05:31:39.4027127Z test_reference_numerics_normal_nan_to_num_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-05-18T05:31:39.4090570Z test_reference_numerics_normal_nan_to_num_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:39.4161843Z test_reference_numerics_normal_nan_to_num_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:39.4246070Z test_reference_numerics_normal_nan_to_num_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:31:39.4327386Z test_reference_numerics_normal_nan_to_num_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:31:39.4414183Z test_reference_numerics_normal_nan_to_num_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-05-18T05:31:39.4524371Z test_reference_numerics_normal_neg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-05-18T05:31:39.4742622Z test_reference_numerics_normal_neg_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-05-18T05:31:39.4927376Z test_reference_numerics_normal_neg_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-05-18T05:31:39.5114572Z test_reference_numerics_normal_neg_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-05-18T05:31:39.5223398Z test_reference_numerics_normal_neg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-05-18T05:31:39.5335206Z test_reference_numerics_normal_neg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-05-18T05:31:39.5460204Z test_reference_numerics_normal_neg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-05-18T05:31:39.5526537Z test_reference_numerics_normal_neg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:31:39.5591903Z test_reference_numerics_normal_neg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:31:39.5673404Z test_reference_numerics_normal_neg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:31:39.5750929Z test_reference_numerics_normal_neg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:31:39.5830304Z test_reference_numerics_normal_neg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:31:39.6077336Z test_reference_numerics_normal_nn_functional_celu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-05-18T05:31:39.7172324Z test_reference_numerics_normal_nn_functional_celu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.109s) 2022-05-18T05:31:39.7420971Z test_reference_numerics_normal_nn_functional_celu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-05-18T05:31:39.7848161Z test_reference_numerics_normal_nn_functional_celu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.043s) 2022-05-18T05:31:39.8084195Z test_reference_numerics_normal_nn_functional_elu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-05-18T05:31:39.8982546Z test_reference_numerics_normal_nn_functional_elu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.090s) 2022-05-18T05:31:39.9219108Z test_reference_numerics_normal_nn_functional_elu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-05-18T05:31:39.9621851Z test_reference_numerics_normal_nn_functional_elu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.040s) 2022-05-18T05:31:39.9834242Z test_reference_numerics_normal_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-05-18T05:31:40.0416051Z test_reference_numerics_normal_nn_functional_hardsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.058s) 2022-05-18T05:31:40.0630120Z test_reference_numerics_normal_nn_functional_hardsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-05-18T05:31:40.0884314Z test_reference_numerics_normal_nn_functional_hardsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-05-18T05:31:40.2063006Z test_reference_numerics_normal_nn_functional_logsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.118s) 2022-05-18T05:31:40.2572937Z test_reference_numerics_normal_nn_functional_logsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.051s) 2022-05-18T05:31:40.3427101Z test_reference_numerics_normal_nn_functional_logsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.085s) 2022-05-18T05:31:40.3829710Z test_reference_numerics_normal_nn_functional_mish_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.040s) 2022-05-18T05:31:40.5243246Z test_reference_numerics_normal_nn_functional_mish_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.141s) 2022-05-18T05:31:40.5647455Z test_reference_numerics_normal_nn_functional_mish_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.040s) 2022-05-18T05:31:40.6493720Z test_reference_numerics_normal_nn_functional_mish_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.084s) 2022-05-18T05:31:40.6739519Z test_reference_numerics_normal_nn_functional_selu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-05-18T05:31:40.7753234Z test_reference_numerics_normal_nn_functional_selu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.101s) 2022-05-18T05:31:40.7995179Z test_reference_numerics_normal_nn_functional_selu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-05-18T05:31:40.8405221Z test_reference_numerics_normal_nn_functional_selu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.041s) 2022-05-18T05:31:40.8538452Z test_reference_numerics_normal_nn_functional_silu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:31:40.9017380Z test_reference_numerics_normal_nn_functional_silu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.048s) 2022-05-18T05:31:40.9154236Z test_reference_numerics_normal_nn_functional_silu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:31:40.9464523Z test_reference_numerics_normal_nn_functional_silu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-05-18T05:31:40.9593813Z test_reference_numerics_normal_nn_functional_softsign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:31:40.9876879Z test_reference_numerics_normal_nn_functional_softsign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2022-05-18T05:31:41.0305951Z test_reference_numerics_normal_nn_functional_softsign_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.043s) 2022-05-18T05:31:41.0576784Z test_reference_numerics_normal_nn_functional_softsign_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2022-05-18T05:31:41.0916779Z test_reference_numerics_normal_nn_functional_softsign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2022-05-18T05:31:41.1044024Z test_reference_numerics_normal_nn_functional_softsign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:31:41.1202457Z test_reference_numerics_normal_nn_functional_softsign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-05-18T05:31:41.1342583Z test_reference_numerics_normal_nn_functional_softsign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:31:41.1482146Z test_reference_numerics_normal_nn_functional_softsign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:31:41.1640553Z test_reference_numerics_normal_nn_functional_softsign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-05-18T05:31:41.1774678Z test_reference_numerics_normal_nn_functional_softsign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:31:41.1905108Z test_reference_numerics_normal_nn_functional_softsign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:31:41.2254223Z test_reference_numerics_normal_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.035s) 2022-05-18T05:31:41.3559506Z test_reference_numerics_normal_nn_functional_tanhshrink_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.130s) 2022-05-18T05:31:41.4447100Z test_reference_numerics_normal_nn_functional_tanhshrink_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.089s) 2022-05-18T05:31:41.5014045Z test_reference_numerics_normal_nn_functional_tanhshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.057s) 2022-05-18T05:31:41.5363614Z test_reference_numerics_normal_nn_functional_tanhshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.035s) 2022-05-18T05:31:41.5748446Z test_reference_numerics_normal_nn_functional_tanhshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2022-05-18T05:31:41.6080419Z test_reference_numerics_normal_nn_functional_tanhshrink_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-05-18T05:31:41.6448435Z test_reference_numerics_normal_nn_functional_tanhshrink_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-05-18T05:31:41.6830301Z test_reference_numerics_normal_nn_functional_tanhshrink_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2022-05-18T05:31:41.7477782Z test_reference_numerics_normal_nn_functional_tanhshrink_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.065s) 2022-05-18T05:31:41.8113549Z test_reference_numerics_normal_nn_functional_tanhshrink_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.063s) 2022-05-18T05:31:41.8756967Z test_reference_numerics_normal_polygamma_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.064s) 2022-05-18T05:31:42.6504163Z test_reference_numerics_normal_polygamma_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.775s) 2022-05-18T05:31:43.2274995Z test_reference_numerics_normal_polygamma_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.577s) 2022-05-18T05:31:43.8049641Z test_reference_numerics_normal_polygamma_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.577s) 2022-05-18T05:31:43.8463469Z test_reference_numerics_normal_polygamma_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.041s) 2022-05-18T05:31:43.8881818Z test_reference_numerics_normal_polygamma_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.042s) 2022-05-18T05:31:43.9293861Z test_reference_numerics_normal_polygamma_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.041s) 2022-05-18T05:31:43.9685018Z test_reference_numerics_normal_polygamma_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.039s) 2022-05-18T05:31:44.0061238Z test_reference_numerics_normal_polygamma_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-05-18T05:31:44.7037572Z test_reference_numerics_normal_polygamma_polygamma_n_1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.697s) 2022-05-18T05:31:45.3943010Z test_reference_numerics_normal_polygamma_polygamma_n_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.690s) 2022-05-18T05:31:46.0797213Z test_reference_numerics_normal_polygamma_polygamma_n_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.685s) 2022-05-18T05:31:46.7654319Z test_reference_numerics_normal_polygamma_polygamma_n_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.686s) 2022-05-18T05:31:47.4281726Z test_reference_numerics_normal_polygamma_polygamma_n_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.663s) 2022-05-18T05:31:48.0910238Z test_reference_numerics_normal_polygamma_polygamma_n_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.663s) 2022-05-18T05:31:48.7558610Z test_reference_numerics_normal_polygamma_polygamma_n_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.665s) 2022-05-18T05:31:49.4189030Z test_reference_numerics_normal_polygamma_polygamma_n_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.663s) 2022-05-18T05:31:50.0923081Z test_reference_numerics_normal_polygamma_polygamma_n_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.673s) 2022-05-18T05:31:50.7901108Z test_reference_numerics_normal_polygamma_polygamma_n_2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.698s) 2022-05-18T05:31:51.4810177Z test_reference_numerics_normal_polygamma_polygamma_n_2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.691s) 2022-05-18T05:31:52.1686810Z test_reference_numerics_normal_polygamma_polygamma_n_2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.688s) 2022-05-18T05:31:52.8572215Z test_reference_numerics_normal_polygamma_polygamma_n_2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.688s) 2022-05-18T05:31:53.5213150Z test_reference_numerics_normal_polygamma_polygamma_n_2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.664s) 2022-05-18T05:31:54.1860175Z test_reference_numerics_normal_polygamma_polygamma_n_2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.665s) 2022-05-18T05:31:54.8535665Z test_reference_numerics_normal_polygamma_polygamma_n_2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.667s) 2022-05-18T05:31:55.5194628Z test_reference_numerics_normal_polygamma_polygamma_n_2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.666s) 2022-05-18T05:31:56.1961834Z test_reference_numerics_normal_polygamma_polygamma_n_2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.677s) 2022-05-18T05:31:56.8930288Z test_reference_numerics_normal_polygamma_polygamma_n_3_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.697s) 2022-05-18T05:31:57.5831205Z test_reference_numerics_normal_polygamma_polygamma_n_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.690s) 2022-05-18T05:31:58.2695827Z test_reference_numerics_normal_polygamma_polygamma_n_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.686s) 2022-05-18T05:31:58.9574081Z test_reference_numerics_normal_polygamma_polygamma_n_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.688s) 2022-05-18T05:31:59.6239658Z test_reference_numerics_normal_polygamma_polygamma_n_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.666s) 2022-05-18T05:32:00.2917359Z test_reference_numerics_normal_polygamma_polygamma_n_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.668s) 2022-05-18T05:32:00.9606594Z test_reference_numerics_normal_polygamma_polygamma_n_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.669s) 2022-05-18T05:32:01.6298148Z test_reference_numerics_normal_polygamma_polygamma_n_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.669s) 2022-05-18T05:32:02.3088643Z test_reference_numerics_normal_polygamma_polygamma_n_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.679s) 2022-05-18T05:32:03.0074771Z test_reference_numerics_normal_polygamma_polygamma_n_4_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.698s) 2022-05-18T05:32:03.7002048Z test_reference_numerics_normal_polygamma_polygamma_n_4_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.693s) 2022-05-18T05:32:04.3890466Z test_reference_numerics_normal_polygamma_polygamma_n_4_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.689s) 2022-05-18T05:32:05.0798680Z test_reference_numerics_normal_polygamma_polygamma_n_4_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.691s) 2022-05-18T05:32:05.7485192Z test_reference_numerics_normal_polygamma_polygamma_n_4_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.668s) 2022-05-18T05:32:06.4171277Z test_reference_numerics_normal_polygamma_polygamma_n_4_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.668s) 2022-05-18T05:32:07.0870975Z test_reference_numerics_normal_polygamma_polygamma_n_4_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.670s) 2022-05-18T05:32:07.7537803Z test_reference_numerics_normal_polygamma_polygamma_n_4_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.667s) 2022-05-18T05:32:08.4394785Z test_reference_numerics_normal_polygamma_polygamma_n_4_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.686s) 2022-05-18T05:32:08.4518245Z test_reference_numerics_normal_positive_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-05-18T05:32:08.4782559Z test_reference_numerics_normal_positive_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-05-18T05:32:08.5004742Z test_reference_numerics_normal_positive_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-05-18T05:32:08.5135469Z test_reference_numerics_normal_positive_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:32:08.5245688Z test_reference_numerics_normal_positive_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-05-18T05:32:08.5370253Z test_reference_numerics_normal_positive_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-05-18T05:32:08.5428959Z test_reference_numerics_normal_positive_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:32:08.5493785Z test_reference_numerics_normal_positive_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:32:08.5575989Z test_reference_numerics_normal_positive_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:32:08.5661079Z test_reference_numerics_normal_positive_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:32:08.5738708Z test_reference_numerics_normal_positive_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:32:08.5870091Z test_reference_numerics_normal_rad2deg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:32:08.6527956Z test_reference_numerics_normal_rad2deg_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.066s) 2022-05-18T05:32:08.6728359Z test_reference_numerics_normal_rad2deg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-05-18T05:32:08.6855319Z test_reference_numerics_normal_rad2deg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:32:08.6995698Z test_reference_numerics_normal_rad2deg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:32:08.7117293Z test_reference_numerics_normal_rad2deg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-05-18T05:32:08.7247418Z test_reference_numerics_normal_rad2deg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:32:08.7380821Z test_reference_numerics_normal_rad2deg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:32:08.7628084Z test_reference_numerics_normal_rad2deg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-05-18T05:32:08.7880821Z test_reference_numerics_normal_rad2deg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-05-18T05:32:08.7979660Z test_reference_numerics_normal_real_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-05-18T05:32:08.8104461Z test_reference_numerics_normal_real_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-05-18T05:32:08.8259738Z test_reference_numerics_normal_real_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:32:08.8384339Z test_reference_numerics_normal_real_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-05-18T05:32:08.8512568Z test_reference_numerics_normal_real_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:32:08.8608569Z test_reference_numerics_normal_real_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-05-18T05:32:08.8720006Z test_reference_numerics_normal_real_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-05-18T05:32:08.8833116Z test_reference_numerics_normal_real_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-05-18T05:32:08.8886664Z test_reference_numerics_normal_real_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:32:08.8946173Z test_reference_numerics_normal_real_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:32:08.9014048Z test_reference_numerics_normal_real_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:32:08.9087776Z test_reference_numerics_normal_real_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:32:08.9161360Z test_reference_numerics_normal_real_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:32:08.9268033Z test_reference_numerics_normal_reciprocal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-05-18T05:32:08.9471028Z test_reference_numerics_normal_reciprocal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-05-18T05:32:08.9744346Z test_reference_numerics_normal_reciprocal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2022-05-18T05:32:08.9976896Z test_reference_numerics_normal_reciprocal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-05-18T05:32:09.0150325Z test_reference_numerics_normal_reciprocal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-05-18T05:32:09.0259260Z test_reference_numerics_normal_reciprocal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-05-18T05:32:09.0386101Z test_reference_numerics_normal_reciprocal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:32:09.0492695Z test_reference_numerics_normal_reciprocal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-05-18T05:32:09.0602255Z test_reference_numerics_normal_reciprocal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-05-18T05:32:09.0732321Z test_reference_numerics_normal_reciprocal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:32:09.0838185Z test_reference_numerics_normal_reciprocal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-05-18T05:32:09.0940656Z test_reference_numerics_normal_reciprocal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-05-18T05:32:09.1047666Z test_reference_numerics_normal_round_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-05-18T05:32:09.1238690Z test_reference_numerics_normal_round_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-05-18T05:32:09.1349223Z test_reference_numerics_normal_round_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-05-18T05:32:09.1476687Z test_reference_numerics_normal_round_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:32:09.1589495Z test_reference_numerics_normal_round_decimals_0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-05-18T05:32:09.1793797Z test_reference_numerics_normal_round_decimals_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-05-18T05:32:09.1907897Z test_reference_numerics_normal_round_decimals_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-05-18T05:32:09.2038309Z test_reference_numerics_normal_round_decimals_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:32:09.2169986Z test_reference_numerics_normal_round_decimals_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:32:09.2593755Z test_reference_numerics_normal_round_decimals_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.042s) 2022-05-18T05:32:09.2722949Z test_reference_numerics_normal_round_decimals_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:32:09.2880761Z test_reference_numerics_normal_round_decimals_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-05-18T05:32:09.3014184Z test_reference_numerics_normal_round_decimals_neg_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:32:09.3452453Z test_reference_numerics_normal_round_decimals_neg_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.044s) 2022-05-18T05:32:09.3581818Z test_reference_numerics_normal_round_decimals_neg_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:32:09.3730602Z test_reference_numerics_normal_round_decimals_neg_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:32:09.3845806Z test_reference_numerics_normal_rsqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-05-18T05:32:09.4729579Z test_reference_numerics_normal_rsqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.088s) 2022-05-18T05:32:09.5284254Z test_reference_numerics_normal_rsqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.055s) 2022-05-18T05:32:09.5694221Z test_reference_numerics_normal_rsqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.041s) 2022-05-18T05:32:09.5965841Z test_reference_numerics_normal_rsqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2022-05-18T05:32:09.6084763Z test_reference_numerics_normal_rsqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-05-18T05:32:09.6242558Z test_reference_numerics_normal_rsqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-05-18T05:32:09.6357216Z test_reference_numerics_normal_rsqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-05-18T05:32:09.6500149Z test_reference_numerics_normal_rsqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:32:09.6659347Z test_reference_numerics_normal_rsqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-05-18T05:32:09.6999189Z test_reference_numerics_normal_rsqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2022-05-18T05:32:09.7336453Z test_reference_numerics_normal_rsqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2022-05-18T05:32:09.7498686Z test_reference_numerics_normal_sgn_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-05-18T05:32:09.7637034Z test_reference_numerics_normal_sgn_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:32:09.8081262Z test_reference_numerics_normal_sgn_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.044s) 2022-05-18T05:32:09.8358689Z test_reference_numerics_normal_sgn_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2022-05-18T05:32:09.8637024Z test_reference_numerics_normal_sgn_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2022-05-18T05:32:09.8764183Z test_reference_numerics_normal_sgn_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:32:09.8920600Z test_reference_numerics_normal_sgn_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-05-18T05:32:09.9090864Z test_reference_numerics_normal_sgn_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-05-18T05:32:09.9158586Z test_reference_numerics_normal_sgn_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:32:09.9222433Z test_reference_numerics_normal_sgn_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:32:09.9337810Z test_reference_numerics_normal_sgn_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-05-18T05:32:09.9416255Z test_reference_numerics_normal_sgn_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:32:09.9491728Z test_reference_numerics_normal_sgn_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:32:09.9692319Z test_reference_numerics_normal_sigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-05-18T05:32:10.0042577Z test_reference_numerics_normal_sigmoid_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.035s) 2022-05-18T05:32:10.0910206Z test_reference_numerics_normal_sigmoid_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.087s) 2022-05-18T05:32:10.0983108Z test_reference_numerics_normal_sigmoid_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... expected failure (0.007s) 2022-05-18T05:32:10.1573210Z test_reference_numerics_normal_sigmoid_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.059s) 2022-05-18T05:32:10.1795818Z test_reference_numerics_normal_sigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-05-18T05:32:10.2000830Z test_reference_numerics_normal_sigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-05-18T05:32:10.2306827Z test_reference_numerics_normal_sigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.030s) 2022-05-18T05:32:10.2499849Z test_reference_numerics_normal_sigmoid_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-05-18T05:32:10.2794720Z test_reference_numerics_normal_sigmoid_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.029s) 2022-05-18T05:32:10.3097936Z test_reference_numerics_normal_sigmoid_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.030s) 2022-05-18T05:32:10.3293515Z test_reference_numerics_normal_sigmoid_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-05-18T05:32:10.3482103Z test_reference_numerics_normal_sigmoid_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-05-18T05:32:10.3635331Z test_reference_numerics_normal_sign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:32:10.3770949Z test_reference_numerics_normal_sign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:32:10.3892357Z test_reference_numerics_normal_sign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-05-18T05:32:10.4047459Z test_reference_numerics_normal_sign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:32:10.4222208Z test_reference_numerics_normal_sign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-05-18T05:32:10.4283097Z test_reference_numerics_normal_sign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:32:10.4358372Z test_reference_numerics_normal_sign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:32:10.4474520Z test_reference_numerics_normal_sign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-05-18T05:32:10.4561330Z test_reference_numerics_normal_sign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:32:10.4638566Z test_reference_numerics_normal_sign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:32:10.4727142Z test_reference_numerics_normal_signbit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-05-18T05:32:10.5076206Z test_reference_numerics_normal_signbit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.035s) 2022-05-18T05:32:10.5152364Z test_reference_numerics_normal_signbit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:32:10.5218532Z test_reference_numerics_normal_signbit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:32:10.5305857Z test_reference_numerics_normal_signbit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-05-18T05:32:10.5363454Z test_reference_numerics_normal_signbit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:32:10.5426662Z test_reference_numerics_normal_signbit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:32:10.5498930Z test_reference_numerics_normal_signbit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:32:10.5641692Z test_reference_numerics_normal_signbit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:32:10.5791680Z test_reference_numerics_normal_signbit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:32:10.5918154Z test_reference_numerics_normal_sin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-05-18T05:32:10.6620315Z test_reference_numerics_normal_sin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.070s) 2022-05-18T05:32:10.7833349Z test_reference_numerics_normal_sin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.121s) 2022-05-18T05:32:10.8750590Z test_reference_numerics_normal_sin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.092s) 2022-05-18T05:32:10.9060481Z test_reference_numerics_normal_sin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-05-18T05:32:10.9178771Z test_reference_numerics_normal_sin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-05-18T05:32:10.9572926Z test_reference_numerics_normal_sin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.039s) 2022-05-18T05:32:10.9690581Z test_reference_numerics_normal_sin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-05-18T05:32:11.0053209Z test_reference_numerics_normal_sin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2022-05-18T05:32:11.0429246Z test_reference_numerics_normal_sin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-05-18T05:32:11.0801791Z test_reference_numerics_normal_sin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-05-18T05:32:11.1169064Z test_reference_numerics_normal_sin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-05-18T05:32:11.1334331Z test_reference_numerics_normal_sinc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-05-18T05:32:11.3628918Z test_reference_numerics_normal_sinc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.229s) 2022-05-18T05:32:11.5007698Z test_reference_numerics_normal_sinc_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.138s) 2022-05-18T05:32:11.6001356Z test_reference_numerics_normal_sinc_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.099s) 2022-05-18T05:32:11.6176713Z test_reference_numerics_normal_sinc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-05-18T05:32:11.6322220Z test_reference_numerics_normal_sinc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:32:11.6769308Z test_reference_numerics_normal_sinc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.045s) 2022-05-18T05:32:11.8654670Z test_reference_numerics_normal_sinc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.188s) 2022-05-18T05:32:12.0547661Z test_reference_numerics_normal_sinc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.189s) 2022-05-18T05:32:12.2449281Z test_reference_numerics_normal_sinc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.190s) 2022-05-18T05:32:12.4333829Z test_reference_numerics_normal_sinc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.188s) 2022-05-18T05:32:12.6117584Z test_reference_numerics_normal_sinc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.178s) 2022-05-18T05:32:12.6485406Z test_reference_numerics_normal_sinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-05-18T05:32:12.6990185Z test_reference_numerics_normal_sinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.050s) 2022-05-18T05:32:12.8259713Z test_reference_numerics_normal_sinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.127s) 2022-05-18T05:32:12.9094328Z test_reference_numerics_normal_sinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.083s) 2022-05-18T05:32:12.9564152Z test_reference_numerics_normal_sinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.047s) 2022-05-18T05:32:12.9933865Z test_reference_numerics_normal_sinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-05-18T05:32:13.0334474Z test_reference_numerics_normal_sinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.040s) 2022-05-18T05:32:13.0697595Z test_reference_numerics_normal_sinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2022-05-18T05:32:13.1062694Z test_reference_numerics_normal_sinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2022-05-18T05:32:13.1436366Z test_reference_numerics_normal_sinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-05-18T05:32:13.1802606Z test_reference_numerics_normal_sinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2022-05-18T05:32:13.2139509Z test_reference_numerics_normal_sinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2022-05-18T05:32:13.2468028Z test_reference_numerics_normal_special_entr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-05-18T05:32:13.2908744Z test_reference_numerics_normal_special_entr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.044s) 2022-05-18T05:32:13.3261224Z test_reference_numerics_normal_special_entr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.035s) 2022-05-18T05:32:13.3589476Z test_reference_numerics_normal_special_entr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-05-18T05:32:13.3920896Z test_reference_numerics_normal_special_entr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-05-18T05:32:13.4243133Z test_reference_numerics_normal_special_entr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-05-18T05:32:13.4580554Z test_reference_numerics_normal_special_entr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2022-05-18T05:32:13.4913571Z test_reference_numerics_normal_special_entr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-05-18T05:32:13.5235799Z test_reference_numerics_normal_special_entr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-05-18T05:32:13.5619165Z test_reference_numerics_normal_special_entr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2022-05-18T05:32:13.6048597Z test_reference_numerics_normal_special_erfcx_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.043s) 2022-05-18T05:32:13.6497290Z test_reference_numerics_normal_special_erfcx_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.045s) 2022-05-18T05:32:13.6942585Z test_reference_numerics_normal_special_erfcx_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.044s) 2022-05-18T05:32:13.7355874Z test_reference_numerics_normal_special_erfcx_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.041s) 2022-05-18T05:32:13.7769610Z test_reference_numerics_normal_special_erfcx_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.041s) 2022-05-18T05:32:13.8183853Z test_reference_numerics_normal_special_erfcx_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.041s) 2022-05-18T05:32:13.8593602Z test_reference_numerics_normal_special_erfcx_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.041s) 2022-05-18T05:32:13.8901140Z test_reference_numerics_normal_special_erfcx_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-05-18T05:32:13.9630421Z test_reference_numerics_normal_special_i0e_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.073s) 2022-05-18T05:32:14.0993464Z test_reference_numerics_normal_special_i0e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.136s) 2022-05-18T05:32:14.1747865Z test_reference_numerics_normal_special_i0e_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.075s) 2022-05-18T05:32:14.2478546Z test_reference_numerics_normal_special_i0e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.073s) 2022-05-18T05:32:14.3202361Z test_reference_numerics_normal_special_i0e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.072s) 2022-05-18T05:32:14.3926315Z test_reference_numerics_normal_special_i0e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.072s) 2022-05-18T05:32:14.4634557Z test_reference_numerics_normal_special_i0e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.071s) 2022-05-18T05:32:14.5348497Z test_reference_numerics_normal_special_i0e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.071s) 2022-05-18T05:32:14.6070242Z test_reference_numerics_normal_special_i0e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.072s) 2022-05-18T05:32:14.6764099Z test_reference_numerics_normal_special_i0e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.069s) 2022-05-18T05:32:14.8540812Z test_reference_numerics_normal_special_i1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.178s) 2022-05-18T05:32:14.9544716Z test_reference_numerics_normal_special_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.100s) 2022-05-18T05:32:15.0529527Z test_reference_numerics_normal_special_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.098s) 2022-05-18T05:32:15.1506450Z test_reference_numerics_normal_special_i1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.098s) 2022-05-18T05:32:15.2487422Z test_reference_numerics_normal_special_i1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.098s) 2022-05-18T05:32:15.3472226Z test_reference_numerics_normal_special_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.098s) 2022-05-18T05:32:15.4447426Z test_reference_numerics_normal_special_i1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.097s) 2022-05-18T05:32:15.5409667Z test_reference_numerics_normal_special_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.096s) 2022-05-18T05:32:15.6791510Z test_reference_numerics_normal_special_i1e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.138s) 2022-05-18T05:32:15.7517411Z test_reference_numerics_normal_special_i1e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.072s) 2022-05-18T05:32:15.8236201Z test_reference_numerics_normal_special_i1e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.072s) 2022-05-18T05:32:15.8952781Z test_reference_numerics_normal_special_i1e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.072s) 2022-05-18T05:32:15.9656423Z test_reference_numerics_normal_special_i1e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.070s) 2022-05-18T05:32:16.0368175Z test_reference_numerics_normal_special_i1e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.071s) 2022-05-18T05:32:16.1086085Z test_reference_numerics_normal_special_i1e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.072s) 2022-05-18T05:32:16.1785941Z test_reference_numerics_normal_special_i1e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.070s) 2022-05-18T05:32:16.2900191Z test_reference_numerics_normal_special_log_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.111s) 2022-05-18T05:32:16.3597639Z test_reference_numerics_normal_special_log_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.070s) 2022-05-18T05:32:16.4305557Z test_reference_numerics_normal_special_log_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.071s) 2022-05-18T05:32:16.4959135Z test_reference_numerics_normal_special_log_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.065s) 2022-05-18T05:32:16.5611489Z test_reference_numerics_normal_special_log_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.065s) 2022-05-18T05:32:16.6272279Z test_reference_numerics_normal_special_log_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.066s) 2022-05-18T05:32:16.6922241Z test_reference_numerics_normal_special_log_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.065s) 2022-05-18T05:32:16.7502138Z test_reference_numerics_normal_special_log_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.058s) 2022-05-18T05:32:16.7923337Z test_reference_numerics_normal_special_ndtr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.042s) 2022-05-18T05:32:16.8400341Z test_reference_numerics_normal_special_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.048s) 2022-05-18T05:32:16.8847451Z test_reference_numerics_normal_special_ndtr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.045s) 2022-05-18T05:32:16.9274062Z test_reference_numerics_normal_special_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.043s) 2022-05-18T05:32:16.9702303Z test_reference_numerics_normal_special_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.043s) 2022-05-18T05:32:17.0122145Z test_reference_numerics_normal_special_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.042s) 2022-05-18T05:32:17.0539509Z test_reference_numerics_normal_special_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.042s) 2022-05-18T05:32:17.0962759Z test_reference_numerics_normal_special_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.042s) 2022-05-18T05:32:17.1380961Z test_reference_numerics_normal_special_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.042s) 2022-05-18T05:32:17.1774822Z test_reference_numerics_normal_special_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.039s) 2022-05-18T05:32:17.2097381Z test_reference_numerics_normal_special_ndtri_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-05-18T05:32:17.2511296Z test_reference_numerics_normal_special_ndtri_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.041s) 2022-05-18T05:32:17.2923113Z test_reference_numerics_normal_special_ndtri_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.041s) 2022-05-18T05:32:17.3045659Z test_reference_numerics_normal_special_ndtri_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-05-18T05:32:17.3175278Z test_reference_numerics_normal_special_ndtri_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:32:17.3317663Z test_reference_numerics_normal_special_ndtri_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:32:17.3441208Z test_reference_numerics_normal_special_ndtri_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-05-18T05:32:17.3570934Z test_reference_numerics_normal_special_ndtri_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:32:17.4224337Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.065s) 2022-05-18T05:32:17.4683241Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.046s) 2022-05-18T05:32:17.5088469Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.040s) 2022-05-18T05:32:17.5504533Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.041s) 2022-05-18T05:32:17.5850114Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2022-05-18T05:32:17.6209481Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2022-05-18T05:32:17.6580589Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-05-18T05:32:17.6933566Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.035s) 2022-05-18T05:32:17.7308898Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-05-18T05:32:17.7417614Z test_reference_numerics_normal_sqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-05-18T05:32:17.8049737Z test_reference_numerics_normal_sqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.063s) 2022-05-18T05:32:17.8554612Z test_reference_numerics_normal_sqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.050s) 2022-05-18T05:32:17.8937767Z test_reference_numerics_normal_sqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2022-05-18T05:32:17.9125991Z test_reference_numerics_normal_sqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-05-18T05:32:17.9242349Z test_reference_numerics_normal_sqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-05-18T05:32:17.9394133Z test_reference_numerics_normal_sqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:32:17.9505285Z test_reference_numerics_normal_sqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-05-18T05:32:17.9639361Z test_reference_numerics_normal_sqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:32:17.9778874Z test_reference_numerics_normal_sqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:32:18.0028770Z test_reference_numerics_normal_sqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-05-18T05:32:18.0278903Z test_reference_numerics_normal_sqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-05-18T05:32:18.0389918Z test_reference_numerics_normal_square_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-05-18T05:32:18.0541898Z test_reference_numerics_normal_square_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:32:18.0801708Z test_reference_numerics_normal_square_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-05-18T05:32:18.0980686Z test_reference_numerics_normal_square_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-05-18T05:32:18.1152539Z test_reference_numerics_normal_square_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-05-18T05:32:18.1268282Z test_reference_numerics_normal_square_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-05-18T05:32:18.1400359Z test_reference_numerics_normal_square_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:32:18.1462528Z test_reference_numerics_normal_square_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:32:18.1529145Z test_reference_numerics_normal_square_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:32:18.1614885Z test_reference_numerics_normal_square_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:32:18.1701882Z test_reference_numerics_normal_square_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:32:18.1776526Z test_reference_numerics_normal_square_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:32:18.2144596Z test_reference_numerics_normal_tan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-05-18T05:32:18.3025918Z test_reference_numerics_normal_tan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.088s) 2022-05-18T05:32:18.5175670Z test_reference_numerics_normal_tan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.215s) 2022-05-18T05:32:18.5948999Z test_reference_numerics_normal_tan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.077s) 2022-05-18T05:32:18.6403189Z test_reference_numerics_normal_tan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.045s) 2022-05-18T05:32:18.6790989Z test_reference_numerics_normal_tan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.039s) 2022-05-18T05:32:29.5010063Z test_reference_numerics_normal_tan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (10.822s) 2022-05-18T05:32:29.5386760Z test_reference_numerics_normal_tan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2022-05-18T05:32:29.5901042Z test_reference_numerics_normal_tan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.051s) 2022-05-18T05:32:29.6429687Z test_reference_numerics_normal_tan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.053s) 2022-05-18T05:32:29.6940487Z test_reference_numerics_normal_tan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.051s) 2022-05-18T05:32:29.7432362Z test_reference_numerics_normal_tan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.049s) 2022-05-18T05:32:29.7780323Z test_reference_numerics_normal_tanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.035s) 2022-05-18T05:32:29.8636385Z test_reference_numerics_normal_tanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.085s) 2022-05-18T05:32:29.9644397Z test_reference_numerics_normal_tanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.101s) 2022-05-18T05:32:30.0380450Z test_reference_numerics_normal_tanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.073s) 2022-05-18T05:32:30.0830539Z test_reference_numerics_normal_tanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.045s) 2022-05-18T05:32:30.1177042Z test_reference_numerics_normal_tanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2022-05-18T05:32:30.1555315Z test_reference_numerics_normal_tanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2022-05-18T05:32:30.1880592Z test_reference_numerics_normal_tanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-05-18T05:32:30.2234450Z test_reference_numerics_normal_tanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.035s) 2022-05-18T05:32:30.2600688Z test_reference_numerics_normal_tanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2022-05-18T05:32:30.3089877Z test_reference_numerics_normal_tanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.049s) 2022-05-18T05:32:30.3546462Z test_reference_numerics_normal_tanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.046s) 2022-05-18T05:32:30.3651915Z test_reference_numerics_normal_trunc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-05-18T05:32:30.3850273Z test_reference_numerics_normal_trunc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-05-18T05:32:30.3960385Z test_reference_numerics_normal_trunc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-05-18T05:32:30.4086342Z test_reference_numerics_normal_trunc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-05-18T05:32:30.4110226Z test_reference_numerics_small_abs_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:30.4125777Z test_reference_numerics_small_abs_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-05-18T05:32:30.4273237Z test_reference_numerics_small_abs_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:32:30.4406862Z test_reference_numerics_small_abs_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:32:30.4532840Z test_reference_numerics_small_abs_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-05-18T05:32:30.4555083Z test_reference_numerics_small_abs_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:30.4576641Z test_reference_numerics_small_abs_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:30.4598945Z test_reference_numerics_small_abs_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:30.4619432Z test_reference_numerics_small_abs_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:30.4639789Z test_reference_numerics_small_abs_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:30.4665835Z test_reference_numerics_small_abs_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:32:30.4686258Z test_reference_numerics_small_abs_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:30.4708039Z test_reference_numerics_small_abs_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:30.4729765Z test_reference_numerics_small_acos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:30.4744680Z test_reference_numerics_small_acos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-05-18T05:32:30.4918749Z test_reference_numerics_small_acos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-05-18T05:32:30.5096883Z test_reference_numerics_small_acos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-05-18T05:32:30.5122250Z test_reference_numerics_small_acos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:32:30.5152643Z test_reference_numerics_small_acos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:32:30.5174910Z test_reference_numerics_small_acos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:30.5199279Z test_reference_numerics_small_acos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:30.5222056Z test_reference_numerics_small_acos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:30.5244901Z test_reference_numerics_small_acos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:30.5268012Z test_reference_numerics_small_acos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:30.5290554Z test_reference_numerics_small_acos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:30.5314738Z test_reference_numerics_small_acosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:30.5330545Z test_reference_numerics_small_acosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-05-18T05:32:30.5517980Z test_reference_numerics_small_acosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-05-18T05:32:30.5688126Z test_reference_numerics_small_acosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-05-18T05:32:30.5711440Z test_reference_numerics_small_acosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:30.5734041Z test_reference_numerics_small_acosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:30.5756643Z test_reference_numerics_small_acosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:30.5778655Z test_reference_numerics_small_acosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:30.5801205Z test_reference_numerics_small_acosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:30.5823690Z test_reference_numerics_small_acosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:30.5851736Z test_reference_numerics_small_acosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:32:30.5874739Z test_reference_numerics_small_acosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:30.5890307Z test_reference_numerics_small_angle_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-05-18T05:32:30.6027713Z test_reference_numerics_small_angle_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:32:30.6167163Z test_reference_numerics_small_angle_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:32:30.6302368Z test_reference_numerics_small_angle_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:32:30.6323839Z test_reference_numerics_small_angle_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:30.6346628Z test_reference_numerics_small_angle_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:30.6374852Z test_reference_numerics_small_angle_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:32:30.6397092Z test_reference_numerics_small_angle_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:30.6419069Z test_reference_numerics_small_angle_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:30.6441375Z test_reference_numerics_small_angle_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:30.6463566Z test_reference_numerics_small_angle_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:30.6486341Z test_reference_numerics_small_asin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:30.6502071Z test_reference_numerics_small_asin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-05-18T05:32:30.6689997Z test_reference_numerics_small_asin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-05-18T05:32:30.6872846Z test_reference_numerics_small_asin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-05-18T05:32:30.6895304Z test_reference_numerics_small_asin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:30.6917330Z test_reference_numerics_small_asin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:30.6939418Z test_reference_numerics_small_asin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:30.6961308Z test_reference_numerics_small_asin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:30.6984002Z test_reference_numerics_small_asin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:30.7005408Z test_reference_numerics_small_asin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:30.7027656Z test_reference_numerics_small_asin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:30.7055582Z test_reference_numerics_small_asin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:32:30.7077756Z test_reference_numerics_small_asinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:30.7092744Z test_reference_numerics_small_asinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-05-18T05:32:30.7269432Z test_reference_numerics_small_asinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-05-18T05:32:30.7434722Z test_reference_numerics_small_asinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-05-18T05:32:30.7456427Z test_reference_numerics_small_asinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:30.7479115Z test_reference_numerics_small_asinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:30.7501951Z test_reference_numerics_small_asinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:30.7532135Z test_reference_numerics_small_asinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:32:30.7554313Z test_reference_numerics_small_asinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:30.7576490Z test_reference_numerics_small_asinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:30.7598925Z test_reference_numerics_small_asinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:30.7621029Z test_reference_numerics_small_asinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:30.7643652Z test_reference_numerics_small_atan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:30.7659128Z test_reference_numerics_small_atan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-05-18T05:32:30.7831864Z test_reference_numerics_small_atan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-05-18T05:32:30.7990444Z test_reference_numerics_small_atan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-05-18T05:32:30.8012161Z test_reference_numerics_small_atan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:30.8034814Z test_reference_numerics_small_atan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:30.8056642Z test_reference_numerics_small_atan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:30.8078527Z test_reference_numerics_small_atan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:30.8100348Z test_reference_numerics_small_atan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:30.8121945Z test_reference_numerics_small_atan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:30.8144034Z test_reference_numerics_small_atan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:30.8171527Z test_reference_numerics_small_atan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:32:30.8193981Z test_reference_numerics_small_atanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:30.8208752Z test_reference_numerics_small_atanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-05-18T05:32:30.8366711Z test_reference_numerics_small_atanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-05-18T05:32:30.8521618Z test_reference_numerics_small_atanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:32:30.8544100Z test_reference_numerics_small_atanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:30.8566745Z test_reference_numerics_small_atanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:30.8590229Z test_reference_numerics_small_atanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:30.8612960Z test_reference_numerics_small_atanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:30.8641919Z test_reference_numerics_small_atanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:32:30.8664731Z test_reference_numerics_small_atanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:30.8687092Z test_reference_numerics_small_atanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:30.8709960Z test_reference_numerics_small_atanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:30.8725521Z test_reference_numerics_small_bitwise_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-05-18T05:32:30.8746681Z test_reference_numerics_small_bitwise_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:30.8767759Z test_reference_numerics_small_bitwise_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:30.8788670Z test_reference_numerics_small_bitwise_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:30.8816824Z test_reference_numerics_small_bitwise_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:32:30.8838955Z test_reference_numerics_small_bitwise_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:30.8861853Z test_reference_numerics_small_ceil_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:30.8884555Z test_reference_numerics_small_ceil_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:30.8907304Z test_reference_numerics_small_ceil_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:30.8929594Z test_reference_numerics_small_ceil_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:30.8953837Z test_reference_numerics_small_clamp_scalar_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:30.8968995Z test_reference_numerics_small_clamp_scalar_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-05-18T05:32:30.8997999Z test_reference_numerics_small_clamp_scalar_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:32:30.9020895Z test_reference_numerics_small_clamp_scalar_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:30.9044166Z test_reference_numerics_small_clamp_scalar_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:30.9066160Z test_reference_numerics_small_clamp_scalar_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:30.9087527Z test_reference_numerics_small_clamp_scalar_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:30.9109304Z test_reference_numerics_small_clamp_scalar_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:30.9131579Z test_reference_numerics_small_clamp_scalar_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:30.9154788Z test_reference_numerics_small_clamp_scalar_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:30.9183531Z test_reference_numerics_small_conj_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:32:30.9198963Z test_reference_numerics_small_conj_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-05-18T05:32:30.9333074Z test_reference_numerics_small_conj_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:32:30.9469930Z test_reference_numerics_small_conj_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:32:30.9598697Z test_reference_numerics_small_conj_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:32:30.9619665Z test_reference_numerics_small_conj_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:30.9641787Z test_reference_numerics_small_conj_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:30.9664008Z test_reference_numerics_small_conj_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:30.9690845Z test_reference_numerics_small_conj_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:32:30.9710885Z test_reference_numerics_small_conj_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:30.9730644Z test_reference_numerics_small_conj_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:30.9751824Z test_reference_numerics_small_conj_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:30.9773440Z test_reference_numerics_small_conj_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:30.9795590Z test_reference_numerics_small_conj_physical_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:30.9810720Z test_reference_numerics_small_conj_physical_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-05-18T05:32:30.9945507Z test_reference_numerics_small_conj_physical_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:32:31.0080760Z test_reference_numerics_small_conj_physical_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:32:31.0214156Z test_reference_numerics_small_conj_physical_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:32:31.0236123Z test_reference_numerics_small_conj_physical_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.0258627Z test_reference_numerics_small_conj_physical_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.0281158Z test_reference_numerics_small_conj_physical_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.0302921Z test_reference_numerics_small_conj_physical_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.0323227Z test_reference_numerics_small_conj_physical_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.0344282Z test_reference_numerics_small_conj_physical_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.0366002Z test_reference_numerics_small_conj_physical_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.0395004Z test_reference_numerics_small_conj_physical_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:32:31.0417758Z test_reference_numerics_small_cos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.0433566Z test_reference_numerics_small_cos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-05-18T05:32:31.0647872Z test_reference_numerics_small_cos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-05-18T05:32:31.0819215Z test_reference_numerics_small_cos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-05-18T05:32:31.0841047Z test_reference_numerics_small_cos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.0863968Z test_reference_numerics_small_cos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.0886276Z test_reference_numerics_small_cos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.0915031Z test_reference_numerics_small_cos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:32:31.0936989Z test_reference_numerics_small_cos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.0959122Z test_reference_numerics_small_cos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.0981534Z test_reference_numerics_small_cos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.1003762Z test_reference_numerics_small_cos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.1026665Z test_reference_numerics_small_cosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.1042000Z test_reference_numerics_small_cosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-05-18T05:32:31.1255567Z test_reference_numerics_small_cosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-05-18T05:32:31.1424773Z test_reference_numerics_small_cosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-05-18T05:32:31.1447569Z test_reference_numerics_small_cosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.1470849Z test_reference_numerics_small_cosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.1493543Z test_reference_numerics_small_cosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.1516513Z test_reference_numerics_small_cosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.1539002Z test_reference_numerics_small_cosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.1562040Z test_reference_numerics_small_cosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.1585244Z test_reference_numerics_small_cosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.1615540Z test_reference_numerics_small_cosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:32:31.1638695Z test_reference_numerics_small_deg2rad_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.1654559Z test_reference_numerics_small_deg2rad_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-05-18T05:32:31.1677384Z test_reference_numerics_small_deg2rad_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.1700430Z test_reference_numerics_small_deg2rad_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.1723273Z test_reference_numerics_small_deg2rad_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.1746428Z test_reference_numerics_small_deg2rad_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.1768912Z test_reference_numerics_small_deg2rad_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.1798483Z test_reference_numerics_small_deg2rad_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:32:31.1820688Z test_reference_numerics_small_deg2rad_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.1843763Z test_reference_numerics_small_deg2rad_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.1859602Z test_reference_numerics_small_digamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-05-18T05:32:31.1885857Z test_reference_numerics_small_digamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.1912200Z test_reference_numerics_small_digamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:32:31.1938382Z test_reference_numerics_small_digamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.1960981Z test_reference_numerics_small_digamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.1984167Z test_reference_numerics_small_digamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.2012516Z test_reference_numerics_small_digamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:32:31.2034846Z test_reference_numerics_small_digamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.2057284Z test_reference_numerics_small_digamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.2080491Z test_reference_numerics_small_erf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.2096275Z test_reference_numerics_small_erf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-05-18T05:32:31.2119066Z test_reference_numerics_small_erf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.2142340Z test_reference_numerics_small_erf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.2165250Z test_reference_numerics_small_erf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.2194202Z test_reference_numerics_small_erf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:32:31.2216900Z test_reference_numerics_small_erf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.2239351Z test_reference_numerics_small_erf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.2262185Z test_reference_numerics_small_erf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.2284704Z test_reference_numerics_small_erf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.2308389Z test_reference_numerics_small_erfc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.2324249Z test_reference_numerics_small_erfc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-05-18T05:32:31.2347306Z test_reference_numerics_small_erfc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.2375881Z test_reference_numerics_small_erfc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:32:31.2399734Z test_reference_numerics_small_erfc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.2422653Z test_reference_numerics_small_erfc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.2445147Z test_reference_numerics_small_erfc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.2467998Z test_reference_numerics_small_erfc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.2490255Z test_reference_numerics_small_erfc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.2512755Z test_reference_numerics_small_erfc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.2528679Z test_reference_numerics_small_erfinv_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-05-18T05:32:31.2558220Z test_reference_numerics_small_erfinv_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:32:31.2580820Z test_reference_numerics_small_erfinv_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.2603987Z test_reference_numerics_small_erfinv_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.2627033Z test_reference_numerics_small_erfinv_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.2649884Z test_reference_numerics_small_erfinv_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.2673082Z test_reference_numerics_small_erfinv_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.2695582Z test_reference_numerics_small_erfinv_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.2718811Z test_reference_numerics_small_erfinv_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.2748306Z test_reference_numerics_small_exp2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:32:31.2764108Z test_reference_numerics_small_exp2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-05-18T05:32:31.2789057Z test_reference_numerics_small_exp2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.2810102Z test_reference_numerics_small_exp2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.2833030Z test_reference_numerics_small_exp2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.2855457Z test_reference_numerics_small_exp2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.2878023Z test_reference_numerics_small_exp2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.2900721Z test_reference_numerics_small_exp2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.2923207Z test_reference_numerics_small_exp2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.2952172Z test_reference_numerics_small_exp2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:32:31.2960444Z test_reference_numerics_small_exp_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:32:31.2975430Z test_reference_numerics_small_exp_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-05-18T05:32:31.3179086Z test_reference_numerics_small_exp_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-05-18T05:32:31.3328720Z test_reference_numerics_small_exp_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:32:31.3469543Z test_reference_numerics_small_exp_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:32:31.3490104Z test_reference_numerics_small_exp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.3512089Z test_reference_numerics_small_exp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.3533670Z test_reference_numerics_small_exp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.3561339Z test_reference_numerics_small_exp_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:32:31.3582752Z test_reference_numerics_small_exp_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.3603752Z test_reference_numerics_small_exp_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.3624835Z test_reference_numerics_small_exp_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.3645937Z test_reference_numerics_small_exp_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.3667598Z test_reference_numerics_small_expm1_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.3681492Z test_reference_numerics_small_expm1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-05-18T05:32:31.3702384Z test_reference_numerics_small_expm1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.3729714Z test_reference_numerics_small_expm1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:32:31.3751149Z test_reference_numerics_small_expm1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.3771993Z test_reference_numerics_small_expm1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.3792907Z test_reference_numerics_small_expm1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.3813777Z test_reference_numerics_small_expm1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.3835042Z test_reference_numerics_small_expm1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.3855865Z test_reference_numerics_small_expm1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.3877370Z test_reference_numerics_small_floor_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.3905247Z test_reference_numerics_small_floor_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:32:31.3926367Z test_reference_numerics_small_floor_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.3947895Z test_reference_numerics_small_floor_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.3969072Z test_reference_numerics_small_frac_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.3990568Z test_reference_numerics_small_frac_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.4011606Z test_reference_numerics_small_frac_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.4033384Z test_reference_numerics_small_frac_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.4056651Z test_reference_numerics_small_frexp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.4086711Z test_reference_numerics_small_frexp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:32:31.4109876Z test_reference_numerics_small_frexp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.4131680Z test_reference_numerics_small_i0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.4146518Z test_reference_numerics_small_i0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-05-18T05:32:31.4167334Z test_reference_numerics_small_i0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.4189448Z test_reference_numerics_small_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.4211372Z test_reference_numerics_small_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.4232381Z test_reference_numerics_small_i0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.4261354Z test_reference_numerics_small_i0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:32:31.4281827Z test_reference_numerics_small_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.4303256Z test_reference_numerics_small_i0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.4324321Z test_reference_numerics_small_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.4450180Z test_reference_numerics_small_imag_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-05-18T05:32:31.4580078Z test_reference_numerics_small_imag_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:32:31.4716253Z test_reference_numerics_small_imag_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:32:31.4740728Z test_reference_numerics_small_isfinite_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.4758322Z test_reference_numerics_small_isfinite_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.002s) 2022-05-18T05:32:31.4893240Z test_reference_numerics_small_isfinite_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:32:31.5017703Z test_reference_numerics_small_isfinite_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-05-18T05:32:31.5149523Z test_reference_numerics_small_isfinite_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:32:31.5171933Z test_reference_numerics_small_isfinite_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.5196602Z test_reference_numerics_small_isfinite_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.5220793Z test_reference_numerics_small_isfinite_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.5242803Z test_reference_numerics_small_isfinite_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.5262949Z test_reference_numerics_small_isfinite_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.5288404Z test_reference_numerics_small_isfinite_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.5308854Z test_reference_numerics_small_isfinite_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.5329364Z test_reference_numerics_small_isfinite_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.5351159Z test_reference_numerics_small_isinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.5365212Z test_reference_numerics_small_isinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-05-18T05:32:31.5484811Z test_reference_numerics_small_isinf_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-05-18T05:32:31.5623869Z test_reference_numerics_small_isinf_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:32:31.5754974Z test_reference_numerics_small_isinf_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:32:31.5781393Z test_reference_numerics_small_isinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:32:31.5805225Z test_reference_numerics_small_isinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.5829326Z test_reference_numerics_small_isinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.5852408Z test_reference_numerics_small_isinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.5873598Z test_reference_numerics_small_isinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.5893173Z test_reference_numerics_small_isinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.5913816Z test_reference_numerics_small_isinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.5934464Z test_reference_numerics_small_isinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.5961966Z test_reference_numerics_small_isnan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:32:31.5977068Z test_reference_numerics_small_isnan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-05-18T05:32:31.6111207Z test_reference_numerics_small_isnan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:32:31.6241016Z test_reference_numerics_small_isnan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:32:31.6260950Z test_reference_numerics_small_isnan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.6284461Z test_reference_numerics_small_isnan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.6308250Z test_reference_numerics_small_isnan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.6331464Z test_reference_numerics_small_isnan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.6358855Z test_reference_numerics_small_isnan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:32:31.6378331Z test_reference_numerics_small_isnan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.6398929Z test_reference_numerics_small_isnan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.6419546Z test_reference_numerics_small_isnan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.6441240Z test_reference_numerics_small_isneginf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.6456488Z test_reference_numerics_small_isneginf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-05-18T05:32:31.6480633Z test_reference_numerics_small_isneginf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.6504530Z test_reference_numerics_small_isneginf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.6535440Z test_reference_numerics_small_isneginf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:32:31.6555750Z test_reference_numerics_small_isneginf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.6575367Z test_reference_numerics_small_isneginf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.6595453Z test_reference_numerics_small_isneginf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.6615613Z test_reference_numerics_small_isneginf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.6636601Z test_reference_numerics_small_isneginf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.6658370Z test_reference_numerics_small_isposinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.6672602Z test_reference_numerics_small_isposinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-05-18T05:32:31.6692236Z test_reference_numerics_small_isposinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.6718131Z test_reference_numerics_small_isposinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.6737655Z test_reference_numerics_small_isposinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.6758396Z test_reference_numerics_small_isposinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.6781967Z test_reference_numerics_small_isposinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.6805323Z test_reference_numerics_small_isposinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.6829883Z test_reference_numerics_small_isposinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.6852485Z test_reference_numerics_small_isposinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.6880342Z test_reference_numerics_small_isreal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:32:31.6894429Z test_reference_numerics_small_isreal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-05-18T05:32:31.7015022Z test_reference_numerics_small_isreal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-05-18T05:32:31.7153849Z test_reference_numerics_small_isreal_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:32:31.7285111Z test_reference_numerics_small_isreal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:32:31.7305670Z test_reference_numerics_small_isreal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.7329186Z test_reference_numerics_small_isreal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.7353297Z test_reference_numerics_small_isreal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.7376687Z test_reference_numerics_small_isreal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.7404084Z test_reference_numerics_small_isreal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:32:31.7424058Z test_reference_numerics_small_isreal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.7444691Z test_reference_numerics_small_isreal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.7465803Z test_reference_numerics_small_isreal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.7487471Z test_reference_numerics_small_jiterator_unary_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.7503141Z test_reference_numerics_small_jiterator_unary_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-05-18T05:32:31.7649717Z test_reference_numerics_small_jiterator_unary_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:32:31.7792663Z test_reference_numerics_small_jiterator_unary_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:32:31.7821617Z test_reference_numerics_small_jiterator_unary_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:32:31.7842826Z test_reference_numerics_small_jiterator_unary_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.7864900Z test_reference_numerics_small_jiterator_unary_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.7885440Z test_reference_numerics_small_jiterator_unary_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.7906541Z test_reference_numerics_small_jiterator_unary_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.7927010Z test_reference_numerics_small_jiterator_unary_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.7948745Z test_reference_numerics_small_jiterator_unary_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.7970046Z test_reference_numerics_small_jiterator_unary_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.7990517Z test_reference_numerics_small_lgamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.002s) 2022-05-18T05:32:31.8011932Z test_reference_numerics_small_lgamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.8034372Z test_reference_numerics_small_lgamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.8056279Z test_reference_numerics_small_lgamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.8078018Z test_reference_numerics_small_lgamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.8099596Z test_reference_numerics_small_lgamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.8121626Z test_reference_numerics_small_lgamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.8143371Z test_reference_numerics_small_lgamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.8172654Z test_reference_numerics_small_lgamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:32:31.8195404Z test_reference_numerics_small_log10_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.8209244Z test_reference_numerics_small_log10_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-05-18T05:32:31.8373299Z test_reference_numerics_small_log10_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-05-18T05:32:31.8524580Z test_reference_numerics_small_log10_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:32:31.8546301Z test_reference_numerics_small_log10_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.8568149Z test_reference_numerics_small_log10_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.8590579Z test_reference_numerics_small_log10_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.8618369Z test_reference_numerics_small_log10_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:32:31.8640168Z test_reference_numerics_small_log10_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.8662523Z test_reference_numerics_small_log10_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.8684076Z test_reference_numerics_small_log10_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.8706398Z test_reference_numerics_small_log10_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.8728156Z test_reference_numerics_small_log1p_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.8742660Z test_reference_numerics_small_log1p_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-05-18T05:32:31.8763788Z test_reference_numerics_small_log1p_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.8785547Z test_reference_numerics_small_log1p_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.8813322Z test_reference_numerics_small_log1p_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:32:31.8834554Z test_reference_numerics_small_log1p_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.8855446Z test_reference_numerics_small_log1p_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.8876542Z test_reference_numerics_small_log1p_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.8897453Z test_reference_numerics_small_log1p_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.8918751Z test_reference_numerics_small_log1p_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.8941521Z test_reference_numerics_small_log2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.8955540Z test_reference_numerics_small_log2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-05-18T05:32:31.9126296Z test_reference_numerics_small_log2_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-05-18T05:32:31.9277996Z test_reference_numerics_small_log2_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:32:31.9299778Z test_reference_numerics_small_log2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.9322535Z test_reference_numerics_small_log2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.9345519Z test_reference_numerics_small_log2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.9367623Z test_reference_numerics_small_log2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.9390236Z test_reference_numerics_small_log2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.9412788Z test_reference_numerics_small_log2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.9441831Z test_reference_numerics_small_log2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:32:31.9464277Z test_reference_numerics_small_log2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.9487105Z test_reference_numerics_small_log_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:31.9501571Z test_reference_numerics_small_log_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-05-18T05:32:31.9664229Z test_reference_numerics_small_log_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-05-18T05:32:31.9834981Z test_reference_numerics_small_log_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... expected failure (0.017s) 2022-05-18T05:32:31.9985273Z test_reference_numerics_small_log_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:32:32.0007829Z test_reference_numerics_small_log_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.0030809Z test_reference_numerics_small_log_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.0060437Z test_reference_numerics_small_log_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:32:32.0084089Z test_reference_numerics_small_log_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.0107399Z test_reference_numerics_small_log_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.0130576Z test_reference_numerics_small_log_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.0154310Z test_reference_numerics_small_log_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.0179293Z test_reference_numerics_small_log_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.0201056Z test_reference_numerics_small_logical_not_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.0216813Z test_reference_numerics_small_logical_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-05-18T05:32:32.0343617Z test_reference_numerics_small_logical_not_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:32:32.0460368Z test_reference_numerics_small_logical_not_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-05-18T05:32:32.0483787Z test_reference_numerics_small_logical_not_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.0507967Z test_reference_numerics_small_logical_not_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.0531279Z test_reference_numerics_small_logical_not_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.0552902Z test_reference_numerics_small_logical_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.0572670Z test_reference_numerics_small_logical_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.0592306Z test_reference_numerics_small_logical_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.0618949Z test_reference_numerics_small_logical_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:32:32.0639729Z test_reference_numerics_small_logical_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.0661863Z test_reference_numerics_small_logit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.0675853Z test_reference_numerics_small_logit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-05-18T05:32:32.0696807Z test_reference_numerics_small_logit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.0718407Z test_reference_numerics_small_logit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.0739820Z test_reference_numerics_small_logit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.0761668Z test_reference_numerics_small_logit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.0793637Z test_reference_numerics_small_logit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:32:32.0818582Z test_reference_numerics_small_logit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.0843530Z test_reference_numerics_small_logit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.0865541Z test_reference_numerics_small_logit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.0890110Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.0914094Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.0937379Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.0961051Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.0990725Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:32:32.1013614Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.1021293Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:32:32.1043833Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.1068885Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.1097212Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:32:32.1125890Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:32:32.1152648Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:32:32.1176406Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.1206641Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:32:32.1213318Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:32:32.1236773Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.1261415Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.1285079Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.1308857Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.1332237Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.1356431Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.1383310Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:32:32.1392160Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:32:32.1428058Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:32:32.1452171Z test_reference_numerics_small_nan_to_num_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.1466824Z test_reference_numerics_small_nan_to_num_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-05-18T05:32:32.1487793Z test_reference_numerics_small_nan_to_num_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.1510169Z test_reference_numerics_small_nan_to_num_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.1531641Z test_reference_numerics_small_nan_to_num_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.1552591Z test_reference_numerics_small_nan_to_num_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.1574818Z test_reference_numerics_small_nan_to_num_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.1607235Z test_reference_numerics_small_nan_to_num_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:32:32.1631411Z test_reference_numerics_small_nan_to_num_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.1653087Z test_reference_numerics_small_nan_to_num_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.1674752Z test_reference_numerics_small_neg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.1807920Z test_reference_numerics_small_neg_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:32:32.1944002Z test_reference_numerics_small_neg_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:32:32.2071239Z test_reference_numerics_small_neg_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:32:32.2091920Z test_reference_numerics_small_neg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.2120346Z test_reference_numerics_small_neg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:32:32.2141976Z test_reference_numerics_small_neg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.2162033Z test_reference_numerics_small_neg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.2182246Z test_reference_numerics_small_neg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.2201857Z test_reference_numerics_small_neg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.2222825Z test_reference_numerics_small_neg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.2244286Z test_reference_numerics_small_neg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.2266865Z test_reference_numerics_small_nn_functional_celu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.2295190Z test_reference_numerics_small_nn_functional_celu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:32:32.2317520Z test_reference_numerics_small_nn_functional_celu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.2339394Z test_reference_numerics_small_nn_functional_celu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.2361656Z test_reference_numerics_small_nn_functional_elu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.2383903Z test_reference_numerics_small_nn_functional_elu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.2405734Z test_reference_numerics_small_nn_functional_elu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.2427852Z test_reference_numerics_small_nn_functional_elu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.2450733Z test_reference_numerics_small_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.2479247Z test_reference_numerics_small_nn_functional_hardsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:32:32.2501500Z test_reference_numerics_small_nn_functional_hardsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.2523612Z test_reference_numerics_small_nn_functional_hardsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.2545982Z test_reference_numerics_small_nn_functional_logsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.2567731Z test_reference_numerics_small_nn_functional_logsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.2590074Z test_reference_numerics_small_nn_functional_logsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.2612178Z test_reference_numerics_small_nn_functional_mish_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.2634660Z test_reference_numerics_small_nn_functional_mish_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.2663319Z test_reference_numerics_small_nn_functional_mish_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:32:32.2685459Z test_reference_numerics_small_nn_functional_mish_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.2707699Z test_reference_numerics_small_nn_functional_selu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.2729453Z test_reference_numerics_small_nn_functional_selu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.2751428Z test_reference_numerics_small_nn_functional_selu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.2773029Z test_reference_numerics_small_nn_functional_selu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.2796557Z test_reference_numerics_small_nn_functional_silu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.2818253Z test_reference_numerics_small_nn_functional_silu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.2846271Z test_reference_numerics_small_nn_functional_silu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:32:32.2868095Z test_reference_numerics_small_nn_functional_silu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.2890614Z test_reference_numerics_small_nn_functional_softsign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.2905414Z test_reference_numerics_small_nn_functional_softsign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-05-18T05:32:32.3044883Z test_reference_numerics_small_nn_functional_softsign_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:32:32.3192399Z test_reference_numerics_small_nn_functional_softsign_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:32:32.3214528Z test_reference_numerics_small_nn_functional_softsign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.3237689Z test_reference_numerics_small_nn_functional_softsign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.3266940Z test_reference_numerics_small_nn_functional_softsign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:32:32.3289302Z test_reference_numerics_small_nn_functional_softsign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.3297240Z test_reference_numerics_small_nn_functional_softsign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:32:32.3319619Z test_reference_numerics_small_nn_functional_softsign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.3326637Z test_reference_numerics_small_nn_functional_softsign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:32:32.3349978Z test_reference_numerics_small_nn_functional_softsign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.3372155Z test_reference_numerics_small_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.3590401Z test_reference_numerics_small_nn_functional_tanhshrink_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-05-18T05:32:32.3749529Z test_reference_numerics_small_nn_functional_tanhshrink_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-05-18T05:32:32.3770969Z test_reference_numerics_small_nn_functional_tanhshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.3799571Z test_reference_numerics_small_nn_functional_tanhshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:32:32.3822413Z test_reference_numerics_small_nn_functional_tanhshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.3844368Z test_reference_numerics_small_nn_functional_tanhshrink_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.3866571Z test_reference_numerics_small_nn_functional_tanhshrink_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.3888650Z test_reference_numerics_small_nn_functional_tanhshrink_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.3911082Z test_reference_numerics_small_nn_functional_tanhshrink_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.3933153Z test_reference_numerics_small_nn_functional_tanhshrink_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.3948721Z test_reference_numerics_small_polygamma_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-05-18T05:32:32.3980800Z test_reference_numerics_small_polygamma_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:32:32.4006517Z test_reference_numerics_small_polygamma_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.4033148Z test_reference_numerics_small_polygamma_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:32:32.4055689Z test_reference_numerics_small_polygamma_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.4078026Z test_reference_numerics_small_polygamma_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.4100311Z test_reference_numerics_small_polygamma_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.4122719Z test_reference_numerics_small_polygamma_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.4145303Z test_reference_numerics_small_polygamma_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.4160409Z test_reference_numerics_small_polygamma_polygamma_n_1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-05-18T05:32:32.4191235Z test_reference_numerics_small_polygamma_polygamma_n_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:32:32.4216016Z test_reference_numerics_small_polygamma_polygamma_n_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.4241126Z test_reference_numerics_small_polygamma_polygamma_n_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.4265017Z test_reference_numerics_small_polygamma_polygamma_n_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.4288368Z test_reference_numerics_small_polygamma_polygamma_n_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.4312167Z test_reference_numerics_small_polygamma_polygamma_n_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.4335438Z test_reference_numerics_small_polygamma_polygamma_n_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.4365049Z test_reference_numerics_small_polygamma_polygamma_n_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:32:32.4380348Z test_reference_numerics_small_polygamma_polygamma_n_2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-05-18T05:32:32.4405741Z test_reference_numerics_small_polygamma_polygamma_n_2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.4432237Z test_reference_numerics_small_polygamma_polygamma_n_2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:32:32.4457846Z test_reference_numerics_small_polygamma_polygamma_n_2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.4482930Z test_reference_numerics_small_polygamma_polygamma_n_2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.4505744Z test_reference_numerics_small_polygamma_polygamma_n_2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.4529506Z test_reference_numerics_small_polygamma_polygamma_n_2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.4553567Z test_reference_numerics_small_polygamma_polygamma_n_2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.4583564Z test_reference_numerics_small_polygamma_polygamma_n_2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:32:32.4598660Z test_reference_numerics_small_polygamma_polygamma_n_3_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-05-18T05:32:32.4623405Z test_reference_numerics_small_polygamma_polygamma_n_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.4648204Z test_reference_numerics_small_polygamma_polygamma_n_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.4673188Z test_reference_numerics_small_polygamma_polygamma_n_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.4696750Z test_reference_numerics_small_polygamma_polygamma_n_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.4720243Z test_reference_numerics_small_polygamma_polygamma_n_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.4743956Z test_reference_numerics_small_polygamma_polygamma_n_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.4775405Z test_reference_numerics_small_polygamma_polygamma_n_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:32:32.4799259Z test_reference_numerics_small_polygamma_polygamma_n_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.4814352Z test_reference_numerics_small_polygamma_polygamma_n_4_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-05-18T05:32:32.4839276Z test_reference_numerics_small_polygamma_polygamma_n_4_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.4864609Z test_reference_numerics_small_polygamma_polygamma_n_4_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.4889318Z test_reference_numerics_small_polygamma_polygamma_n_4_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.4912976Z test_reference_numerics_small_polygamma_polygamma_n_4_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.4936123Z test_reference_numerics_small_polygamma_polygamma_n_4_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.4966379Z test_reference_numerics_small_polygamma_polygamma_n_4_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:32:32.4990120Z test_reference_numerics_small_polygamma_polygamma_n_4_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.5013252Z test_reference_numerics_small_polygamma_polygamma_n_4_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.5035346Z test_reference_numerics_small_positive_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.5172024Z test_reference_numerics_small_positive_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:32:32.5300306Z test_reference_numerics_small_positive_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:32:32.5322060Z test_reference_numerics_small_positive_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.5344439Z test_reference_numerics_small_positive_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.5373001Z test_reference_numerics_small_positive_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:32:32.5394064Z test_reference_numerics_small_positive_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.5414289Z test_reference_numerics_small_positive_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.5434561Z test_reference_numerics_small_positive_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.5455607Z test_reference_numerics_small_positive_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.5477538Z test_reference_numerics_small_positive_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.5485952Z test_reference_numerics_small_rad2deg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:32:32.5501480Z test_reference_numerics_small_rad2deg_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-05-18T05:32:32.5523345Z test_reference_numerics_small_rad2deg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.5552514Z test_reference_numerics_small_rad2deg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:32:32.5574290Z test_reference_numerics_small_rad2deg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.5596277Z test_reference_numerics_small_rad2deg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.5618415Z test_reference_numerics_small_rad2deg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.5640679Z test_reference_numerics_small_rad2deg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.5663116Z test_reference_numerics_small_rad2deg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.5685194Z test_reference_numerics_small_rad2deg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.5707517Z test_reference_numerics_small_real_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.5722944Z test_reference_numerics_small_real_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-05-18T05:32:32.5855750Z test_reference_numerics_small_real_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:32:32.5987330Z test_reference_numerics_small_real_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:32:32.6109932Z test_reference_numerics_small_real_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-05-18T05:32:32.6131297Z test_reference_numerics_small_real_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.6154058Z test_reference_numerics_small_real_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.6175812Z test_reference_numerics_small_real_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.6196387Z test_reference_numerics_small_real_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.6216362Z test_reference_numerics_small_real_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.6242650Z test_reference_numerics_small_real_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:32:32.6263762Z test_reference_numerics_small_real_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.6285119Z test_reference_numerics_small_real_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.6293065Z test_reference_numerics_small_reciprocal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:32:32.6308126Z test_reference_numerics_small_reciprocal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-05-18T05:32:32.6440058Z test_reference_numerics_small_reciprocal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:32:32.6569299Z test_reference_numerics_small_reciprocal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:32:32.6591017Z test_reference_numerics_small_reciprocal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.6613016Z test_reference_numerics_small_reciprocal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.6641445Z test_reference_numerics_small_reciprocal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:32:32.6663448Z test_reference_numerics_small_reciprocal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.6684906Z test_reference_numerics_small_reciprocal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.6706796Z test_reference_numerics_small_reciprocal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.6728182Z test_reference_numerics_small_reciprocal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.6750268Z test_reference_numerics_small_reciprocal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.6772115Z test_reference_numerics_small_round_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.6794371Z test_reference_numerics_small_round_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.6822795Z test_reference_numerics_small_round_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:32:32.6844545Z test_reference_numerics_small_round_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.6867188Z test_reference_numerics_small_round_decimals_0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.6888881Z test_reference_numerics_small_round_decimals_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.6911095Z test_reference_numerics_small_round_decimals_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.6932858Z test_reference_numerics_small_round_decimals_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.6955425Z test_reference_numerics_small_round_decimals_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.6977669Z test_reference_numerics_small_round_decimals_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.7006237Z test_reference_numerics_small_round_decimals_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:32:32.7028365Z test_reference_numerics_small_round_decimals_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.7050532Z test_reference_numerics_small_round_decimals_neg_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.7073302Z test_reference_numerics_small_round_decimals_neg_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.7095144Z test_reference_numerics_small_round_decimals_neg_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.7117155Z test_reference_numerics_small_round_decimals_neg_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.7139509Z test_reference_numerics_small_rsqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.7154391Z test_reference_numerics_small_rsqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-05-18T05:32:32.7307998Z test_reference_numerics_small_rsqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:32:32.7449008Z test_reference_numerics_small_rsqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:32:32.7470696Z test_reference_numerics_small_rsqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.7492747Z test_reference_numerics_small_rsqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.7515063Z test_reference_numerics_small_rsqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.7536770Z test_reference_numerics_small_rsqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.7558989Z test_reference_numerics_small_rsqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.7581119Z test_reference_numerics_small_rsqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.7608897Z test_reference_numerics_small_rsqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:32:32.7630857Z test_reference_numerics_small_rsqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.7653018Z test_reference_numerics_small_sgn_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.7667996Z test_reference_numerics_small_sgn_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-05-18T05:32:32.7807301Z test_reference_numerics_small_sgn_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:32:32.7948698Z test_reference_numerics_small_sgn_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:32:32.8080952Z test_reference_numerics_small_sgn_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:32:32.8102241Z test_reference_numerics_small_sgn_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.8129962Z test_reference_numerics_small_sgn_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:32:32.8151369Z test_reference_numerics_small_sgn_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.8171501Z test_reference_numerics_small_sgn_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.8191477Z test_reference_numerics_small_sgn_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.8210983Z test_reference_numerics_small_sgn_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.8232032Z test_reference_numerics_small_sgn_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.8253284Z test_reference_numerics_small_sgn_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.8276301Z test_reference_numerics_small_sigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.8290835Z test_reference_numerics_small_sigmoid_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-05-18T05:32:32.8479342Z test_reference_numerics_small_sigmoid_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-05-18T05:32:32.8640966Z test_reference_numerics_small_sigmoid_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... expected failure (0.016s) 2022-05-18T05:32:32.8787367Z test_reference_numerics_small_sigmoid_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:32:32.8808552Z test_reference_numerics_small_sigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.8831046Z test_reference_numerics_small_sigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.8853181Z test_reference_numerics_small_sigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.8875878Z test_reference_numerics_small_sigmoid_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.8897447Z test_reference_numerics_small_sigmoid_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.8925739Z test_reference_numerics_small_sigmoid_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:32:32.8947922Z test_reference_numerics_small_sigmoid_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.8969469Z test_reference_numerics_small_sigmoid_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.8991988Z test_reference_numerics_small_sign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.9006432Z test_reference_numerics_small_sign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-05-18T05:32:32.9027691Z test_reference_numerics_small_sign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.9049349Z test_reference_numerics_small_sign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.9071587Z test_reference_numerics_small_sign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.9097799Z test_reference_numerics_small_sign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:32:32.9117829Z test_reference_numerics_small_sign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.9137529Z test_reference_numerics_small_sign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.9158457Z test_reference_numerics_small_sign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.9179743Z test_reference_numerics_small_sign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.9201553Z test_reference_numerics_small_signbit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.9216111Z test_reference_numerics_small_signbit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-05-18T05:32:32.9236331Z test_reference_numerics_small_signbit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.9262805Z test_reference_numerics_small_signbit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:32:32.9282689Z test_reference_numerics_small_signbit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.9302799Z test_reference_numerics_small_signbit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.9322389Z test_reference_numerics_small_signbit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.9342608Z test_reference_numerics_small_signbit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.9363159Z test_reference_numerics_small_signbit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.9384643Z test_reference_numerics_small_signbit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.9406454Z test_reference_numerics_small_sin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.9421267Z test_reference_numerics_small_sin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-05-18T05:32:32.9642250Z test_reference_numerics_small_sin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-05-18T05:32:32.9803956Z test_reference_numerics_small_sin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-05-18T05:32:32.9826406Z test_reference_numerics_small_sin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.9848683Z test_reference_numerics_small_sin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.9871518Z test_reference_numerics_small_sin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.9893529Z test_reference_numerics_small_sin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.9915963Z test_reference_numerics_small_sin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.9938112Z test_reference_numerics_small_sin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:32.9966627Z test_reference_numerics_small_sin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:32:32.9989070Z test_reference_numerics_small_sin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:33.0012273Z test_reference_numerics_small_sinc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:33.0028062Z test_reference_numerics_small_sinc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-05-18T05:32:33.0228477Z test_reference_numerics_small_sinc_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-05-18T05:32:33.0235754Z test_reference_numerics_small_sinc_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:32:33.0258560Z test_reference_numerics_small_sinc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:33.0281945Z test_reference_numerics_small_sinc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:33.0305389Z test_reference_numerics_small_sinc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:33.0334552Z test_reference_numerics_small_sinc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:32:33.0357650Z test_reference_numerics_small_sinc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:33.0380447Z test_reference_numerics_small_sinc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:33.0403329Z test_reference_numerics_small_sinc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:33.0427297Z test_reference_numerics_small_sinc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:33.0450351Z test_reference_numerics_small_sinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:33.0466387Z test_reference_numerics_small_sinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-05-18T05:32:33.0678899Z test_reference_numerics_small_sinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-05-18T05:32:33.0853694Z test_reference_numerics_small_sinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-05-18T05:32:33.0878528Z test_reference_numerics_small_sinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:33.0903898Z test_reference_numerics_small_sinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:33.0928776Z test_reference_numerics_small_sinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:33.0950756Z test_reference_numerics_small_sinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:33.0971871Z test_reference_numerics_small_sinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:33.0993298Z test_reference_numerics_small_sinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:33.1013878Z test_reference_numerics_small_sinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:33.1041684Z test_reference_numerics_small_sinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:32:33.1063115Z test_reference_numerics_small_special_entr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:33.1078069Z test_reference_numerics_small_special_entr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-05-18T05:32:33.1098697Z test_reference_numerics_small_special_entr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:33.1119496Z test_reference_numerics_small_special_entr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:33.1141192Z test_reference_numerics_small_special_entr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:33.1164932Z test_reference_numerics_small_special_entr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:33.1190028Z test_reference_numerics_small_special_entr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:33.1222506Z test_reference_numerics_small_special_entr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:32:33.1243202Z test_reference_numerics_small_special_entr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:33.1264529Z test_reference_numerics_small_special_entr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:33.1278938Z test_reference_numerics_small_special_erfcx_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-05-18T05:32:33.1299427Z test_reference_numerics_small_special_erfcx_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:33.1320751Z test_reference_numerics_small_special_erfcx_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:33.1341964Z test_reference_numerics_small_special_erfcx_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:33.1362798Z test_reference_numerics_small_special_erfcx_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:33.1383909Z test_reference_numerics_small_special_erfcx_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:33.1410515Z test_reference_numerics_small_special_erfcx_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:32:33.1432109Z test_reference_numerics_small_special_erfcx_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:33.1456520Z test_reference_numerics_small_special_i0e_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:33.1473521Z test_reference_numerics_small_special_i0e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.002s) 2022-05-18T05:32:33.1498492Z test_reference_numerics_small_special_i0e_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:33.1522564Z test_reference_numerics_small_special_i0e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:33.1544462Z test_reference_numerics_small_special_i0e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:33.1564971Z test_reference_numerics_small_special_i0e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:33.1592732Z test_reference_numerics_small_special_i0e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:32:33.1613273Z test_reference_numerics_small_special_i0e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:33.1635118Z test_reference_numerics_small_special_i0e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:33.1655808Z test_reference_numerics_small_special_i0e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:33.1670109Z test_reference_numerics_small_special_i1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-05-18T05:32:33.1690743Z test_reference_numerics_small_special_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:33.1712229Z test_reference_numerics_small_special_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:33.1734048Z test_reference_numerics_small_special_i1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:33.1767205Z test_reference_numerics_small_special_i1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:32:33.1792126Z test_reference_numerics_small_special_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:33.1816394Z test_reference_numerics_small_special_i1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:33.1838047Z test_reference_numerics_small_special_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:33.1852313Z test_reference_numerics_small_special_i1e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-05-18T05:32:33.1873276Z test_reference_numerics_small_special_i1e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:33.1894329Z test_reference_numerics_small_special_i1e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:33.1915164Z test_reference_numerics_small_special_i1e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:33.1942857Z test_reference_numerics_small_special_i1e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:32:33.1963252Z test_reference_numerics_small_special_i1e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:33.1984115Z test_reference_numerics_small_special_i1e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:33.2004590Z test_reference_numerics_small_special_i1e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:33.2018714Z test_reference_numerics_small_special_log_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-05-18T05:32:33.2040676Z test_reference_numerics_small_special_log_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:33.2066219Z test_reference_numerics_small_special_log_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:33.2090773Z test_reference_numerics_small_special_log_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:33.2115615Z test_reference_numerics_small_special_log_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:33.2143961Z test_reference_numerics_small_special_log_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:32:33.2164506Z test_reference_numerics_small_special_log_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:33.2185691Z test_reference_numerics_small_special_log_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:33.2207284Z test_reference_numerics_small_special_ndtr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:33.2221702Z test_reference_numerics_small_special_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-05-18T05:32:33.2242753Z test_reference_numerics_small_special_ndtr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:33.2264767Z test_reference_numerics_small_special_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:33.2286368Z test_reference_numerics_small_special_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:33.2314072Z test_reference_numerics_small_special_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:32:33.2335718Z test_reference_numerics_small_special_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:33.2360895Z test_reference_numerics_small_special_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:33.2386285Z test_reference_numerics_small_special_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:33.2411492Z test_reference_numerics_small_special_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:33.2427276Z test_reference_numerics_small_special_ndtri_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-05-18T05:32:33.2448947Z test_reference_numerics_small_special_ndtri_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:33.2470489Z test_reference_numerics_small_special_ndtri_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:33.2498221Z test_reference_numerics_small_special_ndtri_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:32:33.2519225Z test_reference_numerics_small_special_ndtri_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:33.2540542Z test_reference_numerics_small_special_ndtri_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:33.2561590Z test_reference_numerics_small_special_ndtri_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:33.2582854Z test_reference_numerics_small_special_ndtri_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:33.2596899Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-05-18T05:32:33.2618907Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:33.2642252Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:33.2676829Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:32:33.2702788Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:33.2727586Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:33.2750081Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:33.2772205Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:33.2794399Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:33.2817101Z test_reference_numerics_small_sqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:33.2831638Z test_reference_numerics_small_sqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-05-18T05:32:33.2977102Z test_reference_numerics_small_sqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:32:33.3136215Z test_reference_numerics_small_sqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-05-18T05:32:33.3160102Z test_reference_numerics_small_sqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:33.3185787Z test_reference_numerics_small_sqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:33.3210823Z test_reference_numerics_small_sqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:33.3233709Z test_reference_numerics_small_sqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:33.3255065Z test_reference_numerics_small_sqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:33.3276600Z test_reference_numerics_small_sqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:33.3297304Z test_reference_numerics_small_sqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:33.3325297Z test_reference_numerics_small_sqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:32:33.3350233Z test_reference_numerics_small_square_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:33.3366697Z test_reference_numerics_small_square_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.002s) 2022-05-18T05:32:33.3506118Z test_reference_numerics_small_square_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:32:33.3635312Z test_reference_numerics_small_square_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:32:33.3656197Z test_reference_numerics_small_square_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:33.3677987Z test_reference_numerics_small_square_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:33.3699410Z test_reference_numerics_small_square_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:33.3726486Z test_reference_numerics_small_square_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:32:33.3747345Z test_reference_numerics_small_square_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:33.3767839Z test_reference_numerics_small_square_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:33.3789184Z test_reference_numerics_small_square_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:33.3810303Z test_reference_numerics_small_square_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:33.3834180Z test_reference_numerics_small_tan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:33.3848690Z test_reference_numerics_small_tan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-05-18T05:32:33.4128315Z test_reference_numerics_small_tan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2022-05-18T05:32:33.4285007Z test_reference_numerics_small_tan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-05-18T05:32:33.4307709Z test_reference_numerics_small_tan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:33.4330686Z test_reference_numerics_small_tan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:33.4453811Z test_reference_numerics_small_tan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-05-18T05:32:33.4476529Z test_reference_numerics_small_tan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:33.4499373Z test_reference_numerics_small_tan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:33.4522782Z test_reference_numerics_small_tan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:33.4545506Z test_reference_numerics_small_tan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:33.4574371Z test_reference_numerics_small_tan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:32:33.4596712Z test_reference_numerics_small_tanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:33.4610656Z test_reference_numerics_small_tanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-05-18T05:32:33.4774282Z test_reference_numerics_small_tanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-05-18T05:32:33.4921347Z test_reference_numerics_small_tanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:32:33.4943419Z test_reference_numerics_small_tanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:33.4967105Z test_reference_numerics_small_tanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:33.4990742Z test_reference_numerics_small_tanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:33.5020251Z test_reference_numerics_small_tanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:32:33.5043085Z test_reference_numerics_small_tanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:33.5066509Z test_reference_numerics_small_tanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:33.5089408Z test_reference_numerics_small_tanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:33.5112751Z test_reference_numerics_small_tanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:33.5135653Z test_reference_numerics_small_trunc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:33.5158484Z test_reference_numerics_small_trunc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:33.5181260Z test_reference_numerics_small_trunc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:33.5211972Z test_reference_numerics_small_trunc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:32:33.5258038Z test_silu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:32:33.5303127Z test_silu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:32:33.6563537Z test_sinc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.126s) 2022-05-18T05:32:33.6639929Z test_special_i0_i1_vs_scipy_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:32:33.6714281Z test_special_i0_i1_vs_scipy_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:32:33.6824973Z test_special_i0_i1_vs_scipy_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-05-18T05:32:33.6936121Z test_special_i0_i1_vs_scipy_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-05-18T05:32:33.6965407Z test_special_log_ndtr_vs_scipy_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:32:33.6987861Z test_special_log_ndtr_vs_scipy_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:32:33.7016595Z test_special_ndtr_vs_scipy_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:32:33.7044995Z test_special_ndtr_vs_scipy_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:32:33.7059703Z test_threshold_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:32:33.7074054Z test_threshold_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:32:33.7088112Z test_threshold_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:32:33.7102525Z test_threshold_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:32:33.7116667Z test_threshold_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:32:33.7130935Z test_threshold_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:32:33.7151449Z test_threshold_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:32:33.7165588Z test_threshold_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:32:33.7179775Z test_threshold_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:32:33.7243609Z test_unary_out_op_mem_overlap_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:32:33.7246115Z 2022-05-18T05:32:33.7246812Z ---------------------------------------------------------------------- 2022-05-18T05:32:33.7247178Z Ran 10065 tests in 148.324s 2022-05-18T05:32:33.7251683Z 2022-05-18T05:32:33.7252794Z OK (skipped=397, expected failures=15) 2022-05-18T05:32:33.7253239Z 2022-05-18T05:32:33.7253502Z Generating XML reports... 2022-05-18T05:32:34.7571075Z Generated XML report: test-reports/python-unittest/test_unary_ufuncs/TEST-TestUnaryUfuncsCUDA-20220518053005.xml 2022-05-18T05:32:35.3257952Z Running test_cuda ... [2022-05-18 05:32:35.325262] 2022-05-18T05:32:35.3259017Z Executing ['/opt/conda/bin/python', 'test_cuda.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:32:35.325366] 2022-05-18T05:32:38.3635521Z Test results will be stored in test-reports/python-unittest/test_cuda 2022-05-18T05:32:38.3750697Z 2022-05-18T05:32:38.3750997Z Running tests... 2022-05-18T05:32:38.3751531Z ---------------------------------------------------------------------- 2022-05-18T05:32:38.3761949Z test_arithmetic_large_tensor (__main__.TestCuda) ... skip: was disabled due to not enough memory, but actually it always fail (0.001s) 2022-05-18T05:32:38.4247321Z test_autocast_banned (__main__.TestCuda) ... ok (0.048s) 2022-05-18T05:32:38.6318630Z test_autocast_cache_leak (__main__.TestCuda) ... ok (0.207s) 2022-05-18T05:32:38.7534876Z test_autocast_cat_jit (__main__.TestCuda) ... ok (0.121s) 2022-05-18T05:32:38.8029345Z test_autocast_checkpointing (__main__.TestCuda) ... ok (0.049s) 2022-05-18T05:32:38.8482314Z test_autocast_custom_cast_inputs (__main__.TestCuda) ... ok (0.045s) 2022-05-18T05:32:38.8926495Z test_autocast_custom_enabled (__main__.TestCuda) ... ok (0.044s) 2022-05-18T05:32:38.9444243Z test_autocast_ignored_types (__main__.TestCuda) ... ok (0.052s) 2022-05-18T05:32:38.9871664Z test_autocast_linalg_fp16 (__main__.TestCuda) ... ok (0.043s) 2022-05-18T05:32:39.0313482Z test_autocast_methods_expect_builtin_promote (__main__.TestCuda) ... ok (0.044s) 2022-05-18T05:32:39.0736704Z test_autocast_methods_fp16 (__main__.TestCuda) ... ok (0.042s) 2022-05-18T05:32:39.1157787Z test_autocast_methods_fp32 (__main__.TestCuda) ... ok (0.042s) 2022-05-18T05:32:39.1578903Z test_autocast_nn_bf16 (__main__.TestCuda) ... ok (0.042s) 2022-05-18T05:32:39.2000176Z test_autocast_nn_fp16 (__main__.TestCuda) ... ok (0.042s) 2022-05-18T05:32:39.2454078Z test_autocast_nn_fp32 (__main__.TestCuda) ... ok (0.045s) 2022-05-18T05:32:39.8253816Z test_autocast_rnn (__main__.TestCuda) ... /opt/conda/lib/python3.9/site-packages/torch/nn/modules/rnn.py:471: 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-18T05:32:39.8254726Z result = _VF.rnn_tanh(input, hx, self._flat_weights, self.bias, self.num_layers, 2022-05-18T05:32:40.3083125Z /opt/conda/lib/python3.9/site-packages/torch/nn/modules/rnn.py:480: 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-18T05:32:40.3083969Z result = _VF.rnn_tanh(input, batch_sizes, hx, self._flat_weights, self.bias, 2022-05-18T05:32:43.0536672Z /opt/conda/lib/python3.9/site-packages/torch/nn/modules/rnn.py:950: 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-18T05:32:43.0537545Z result = _VF.gru(input, hx, self._flat_weights, self.bias, self.num_layers, 2022-05-18T05:32:43.5323903Z /opt/conda/lib/python3.9/site-packages/torch/nn/modules/rnn.py:953: 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-18T05:32:43.5324936Z result = _VF.gru(input, batch_sizes, hx, self._flat_weights, self.bias, 2022-05-18T05:32:46.2943973Z /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-18T05:32:46.2944837Z result = _VF.lstm(input, hx, self._flat_weights, self.bias, self.num_layers, 2022-05-18T05:32:46.8024543Z /opt/conda/lib/python3.9/site-packages/torch/nn/modules/rnn.py:772: 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-18T05:32:46.8025611Z result = _VF.lstm(input, batch_sizes, hx, self._flat_weights, self.bias, 2022-05-18T05:32:49.7297797Z ok (10.484s) 2022-05-18T05:32:49.7824880Z test_autocast_torch_bf16 (__main__.TestCuda) ... ok (0.053s) 2022-05-18T05:32:49.8297390Z test_autocast_torch_expect_builtin_promote (__main__.TestCuda) ... ok (0.047s) 2022-05-18T05:32:49.9093803Z test_autocast_torch_fp16 (__main__.TestCuda) ... /opt/conda/lib/python3.9/site-packages/torch/functional.py:1543: UserWarning: torch.chain_matmul is deprecated and will be removed in a future PyTorch release. Use torch.linalg.multi_dot instead, which accepts a list of two or more tensors rather than multiple parameters. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/LinearAlgebra.cpp:886.) 2022-05-18T05:32:49.9094768Z return _VF.chain_matmul(matrices) # type: ignore[attr-defined] 2022-05-18T05:32:49.9133157Z ok (0.084s) 2022-05-18T05:32:50.6933298Z test_autocast_torch_fp32 (__main__.TestCuda) ... ok (0.780s) 2022-05-18T05:32:50.7476263Z test_autocast_torch_need_autocast_promote (__main__.TestCuda) ... ok (0.054s) 2022-05-18T05:32:50.7487084Z test_autogpu (__main__.TestCuda) ... skip: only one GPU detected (0.001s) 2022-05-18T05:32:50.7955158Z test_batch_norm_gather_stats (__main__.TestCuda) ... ok (0.046s) 2022-05-18T05:32:50.8447357Z test_bincount_ext (__main__.TestCuda) ... ok (0.049s) 2022-05-18T05:32:50.8455506Z test_caching_allocator_record_stream_oom (__main__.TestCuda) 2022-05-18T05:32:51.7859857Z allocations delayed by a record_stream call should still be freed on ... ok (0.941s) 2022-05-18T05:32:51.9055581Z test_caching_pinned_memory (__main__.TestCuda) ... ok (0.119s) 2022-05-18T05:32:51.9067911Z test_caching_pinned_memory_multi_gpu (__main__.TestCuda) ... skip: only one GPU detected (0.001s) 2022-05-18T05:32:51.9075089Z test_cat_autogpu (__main__.TestCuda) ... skip: only one GPU detected (0.001s) 2022-05-18T05:32:51.9566453Z test_check_error (__main__.TestCuda) ... ok (0.049s) 2022-05-18T05:32:51.9578629Z test_copy_device (__main__.TestCuda) ... skip: only one GPU detected (0.001s) 2022-05-18T05:32:52.1526658Z test_copy_non_blocking (__main__.TestCuda) ... ok (0.194s) 2022-05-18T05:32:52.1534111Z test_copy_streams (__main__.TestCuda) ... skip: only one GPU detected (0.001s) 2022-05-18T05:32:52.2054803Z test_cublas_allow_fp16_reduced_precision_reduction_get_set (__main__.TestCuda) ... ok (0.052s) 2022-05-18T05:32:52.2497724Z test_cublas_allow_tf32_get_set (__main__.TestCuda) ... ok (0.044s) 2022-05-18T05:32:52.6712932Z test_cublas_multiple_threads_same_device (__main__.TestCuda) ... ok (0.421s) 2022-05-18T05:32:52.6721170Z test_cuda_device_memory_allocated (__main__.TestCuda) ... skip: Test needs multiple GPUs (0.001s) 2022-05-18T05:32:52.7290055Z test_cuda_get_device_capability (__main__.TestCuda) ... ok (0.057s) 2022-05-18T05:32:52.7730313Z test_cuda_get_device_name (__main__.TestCuda) ... ok (0.044s) 2022-05-18T05:32:52.7735524Z test_cuda_init_race (__main__.TestCuda) ... skip: only one GPU detected (0.001s) 2022-05-18T05:32:53.0132962Z test_cuda_kernel_loop_overflow (__main__.TestCuda) ... ok (0.239s) 2022-05-18T05:32:53.0143581Z test_cuda_kernel_loop_overflow_large (__main__.TestCuda) ... skip: not enough memory (0.001s) 2022-05-18T05:32:53.1995710Z test_cuda_memory_leak_detection (__main__.TestCuda) ... ok (0.185s) 2022-05-18T05:32:53.2987384Z test_cuda_memory_leak_detection_propagates_errors (__main__.TestCuda) ... ok (0.099s) 2022-05-18T05:32:53.2997005Z test_cuda_set_device (__main__.TestCuda) ... skip: detected only one GPU (0.001s) 2022-05-18T05:32:53.3464174Z test_cuda_synchronize (__main__.TestCuda) ... ok (0.046s) 2022-05-18T05:32:53.3903523Z test_cudart_register (__main__.TestCuda) ... ok (0.044s) 2022-05-18T05:32:53.4335162Z test_cudnn_allow_tf32_get_set (__main__.TestCuda) ... ok (0.043s) 2022-05-18T05:33:06.3609339Z test_cudnn_multiple_threads_same_device (__main__.TestCuda) ... ok (12.927s) 2022-05-18T05:33:06.3623375Z test_current_stream (__main__.TestCuda) ... skip: detected only one GPU (0.001s) 2022-05-18T05:33:06.3643244Z test_cusparse_multiple_threads_same_device (__main__.TestCuda) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:33:06.3657795Z test_default_stream (__main__.TestCuda) ... skip: detected only one GPU (0.001s) 2022-05-18T05:33:06.4880933Z test_events (__main__.TestCuda) ... ok (0.122s) 2022-05-18T05:33:06.4899317Z test_events_multi_gpu_elapsed_time (__main__.TestCuda) ... skip: detected only one GPU (0.002s) 2022-05-18T05:33:06.4916720Z test_events_multi_gpu_query (__main__.TestCuda) ... skip: detected only one GPU (0.002s) 2022-05-18T05:33:06.4929245Z test_events_wait (__main__.TestCuda) ... skip: detected only one GPU (0.001s) 2022-05-18T05:33:06.5396821Z test_external_streams (__main__.TestCuda) ... ok (0.046s) 2022-05-18T05:33:06.5403757Z test_external_streams_multi_device (__main__.TestCuda) ... skip: detected only one GPU (0.001s) 2022-05-18T05:33:08.6433377Z test_fixed_cuda_assert_async (__main__.TestCuda) ... /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/TensorCompare.cu:106: _assert_async_cuda_kernel: block: [0,0,0], thread: [0,0,0] Assertion `input[0] != 0` failed. 2022-05-18T05:33:08.6438683Z Traceback (most recent call last): 2022-05-18T05:33:08.6439411Z File "", line 4, in 2022-05-18T05:33:08.6440111Z File "/opt/conda/lib/python3.9/site-packages/torch/cuda/__init__.py", line 495, in synchronize 2022-05-18T05:33:08.6442536Z return torch._C._cuda_synchronize() 2022-05-18T05:33:08.6443130Z RuntimeError: CUDA error: device-side assert triggered 2022-05-18T05:33:08.6443632Z CUDA kernel errors might be asynchronously reported at some other API call,so the stacktrace below might be incorrect. 2022-05-18T05:33:08.6446562Z For debugging consider passing CUDA_LAUNCH_BLOCKING=1. 2022-05-18T05:33:10.8282158Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/TensorCompare.cu:106: _assert_async_cuda_kernel: block: [0,0,0], thread: [0,0,0] Assertion `input[0] != 0` failed. 2022-05-18T05:33:10.8286891Z Traceback (most recent call last): 2022-05-18T05:33:10.8287237Z File "", line 4, in 2022-05-18T05:33:10.8287863Z File "/opt/conda/lib/python3.9/site-packages/torch/cuda/__init__.py", line 495, in synchronize 2022-05-18T05:33:10.8290269Z return torch._C._cuda_synchronize() 2022-05-18T05:33:10.8290727Z RuntimeError: CUDA error: device-side assert triggered 2022-05-18T05:33:10.8291205Z CUDA kernel errors might be asynchronously reported at some other API call,so the stacktrace below might be incorrect. 2022-05-18T05:33:10.8291648Z For debugging consider passing CUDA_LAUNCH_BLOCKING=1. 2022-05-18T05:33:13.0351173Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/TensorCompare.cu:106: _assert_async_cuda_kernel: block: [0,0,0], thread: [0,0,0] Assertion `input[0] != 0` failed. 2022-05-18T05:33:13.0355415Z Traceback (most recent call last): 2022-05-18T05:33:13.0355747Z File "", line 4, in 2022-05-18T05:33:13.0356635Z File "/opt/conda/lib/python3.9/site-packages/torch/cuda/__init__.py", line 495, in synchronize 2022-05-18T05:33:13.0359055Z return torch._C._cuda_synchronize() 2022-05-18T05:33:13.0359502Z RuntimeError: CUDA error: device-side assert triggered 2022-05-18T05:33:13.0359979Z CUDA kernel errors might be asynchronously reported at some other API call,so the stacktrace below might be incorrect. 2022-05-18T05:33:13.0360421Z For debugging consider passing CUDA_LAUNCH_BLOCKING=1. 2022-05-18T05:33:15.2044588Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/TensorCompare.cu:110: _assert_async_cuda_kernel: block: [0,0,0], thread: [0,0,0] Assertion `input[0] != c10::complex(0, 0)` failed. 2022-05-18T05:33:15.2050373Z Traceback (most recent call last): 2022-05-18T05:33:15.2051221Z File "", line 4, in 2022-05-18T05:33:15.2051894Z File "/opt/conda/lib/python3.9/site-packages/torch/cuda/__init__.py", line 495, in synchronize 2022-05-18T05:33:15.2053564Z return torch._C._cuda_synchronize() 2022-05-18T05:33:15.2054195Z RuntimeError: CUDA error: device-side assert triggered 2022-05-18T05:33:15.2054691Z CUDA kernel errors might be asynchronously reported at some other API call,so the stacktrace below might be incorrect. 2022-05-18T05:33:15.2055149Z For debugging consider passing CUDA_LAUNCH_BLOCKING=1. 2022-05-18T05:33:15.3674288Z ok (8.827s) 2022-05-18T05:33:15.4305227Z test_float32_matmul_precision_get_set (__main__.TestCuda) ... ok (0.063s) 2022-05-18T05:33:15.4753847Z test_gather_bool (__main__.TestCuda) ... ok (0.045s) 2022-05-18T05:33:15.5209891Z test_get_device_index (__main__.TestCuda) ... ok (0.045s) 2022-05-18T05:33:15.5219912Z test_get_set_rng_state_all (__main__.TestCuda) ... skip: only one GPU detected (0.001s) 2022-05-18T05:33:15.5850983Z test_grad_scaling_accumulation (__main__.TestCuda) ... ok (0.063s) 2022-05-18T05:33:15.6724054Z test_grad_scaling_autocast (__main__.TestCuda) ... ok (0.087s) 2022-05-18T05:33:15.7434569Z test_grad_scaling_clipping (__main__.TestCuda) ... ok (0.071s) 2022-05-18T05:33:15.8141511Z test_grad_scaling_clipping_separate_unscale (__main__.TestCuda) ... ok (0.071s) 2022-05-18T05:33:15.8155117Z test_grad_scaling_device_as_key (__main__.TestCuda) ... skip: only one GPU detected (0.001s) 2022-05-18T05:33:15.8186061Z test_grad_scaling_multigpu (__main__.TestCuda) ... skip: only one GPU detected (0.003s) 2022-05-18T05:33:15.9085398Z test_grad_scaling_multiple (__main__.TestCuda) ... ok (0.090s) 2022-05-18T05:33:15.9954371Z test_grad_scaling_penalty (__main__.TestCuda) ... ok (0.087s) 2022-05-18T05:33:15.9967222Z test_grad_scaling_scale (__main__.TestCuda) ... skip: only one GPU detected (0.001s) 2022-05-18T05:33:16.0423984Z test_grad_scaling_state_dict (__main__.TestCuda) ... ok (0.045s) 2022-05-18T05:33:16.0982803Z test_grad_scaling_unscale (__main__.TestCuda) ... ok (0.056s) 2022-05-18T05:33:16.1492546Z test_grad_scaling_unscale_sparse (__main__.TestCuda) ... ok (0.051s) 2022-05-18T05:33:16.1941354Z test_grad_scaling_update_scale (__main__.TestCuda) ... ok (0.045s) 2022-05-18T05:33:16.1948329Z test_graph_capture_oom (__main__.TestCuda) ... skip: CUDA >= 11.0 required for graphs (0.001s) 2022-05-18T05:33:16.1959612Z test_graph_capture_simple (__main__.TestCuda) ... skip: CUDA >= 11.0 required for graphs (0.001s) 2022-05-18T05:33:16.1987473Z test_graph_concurrent_replay (__main__.TestCuda) ... skip: Temporarily disabled due to a graphs bug in libcuda.so, see https://github.com/pytorch/pytorch/pull/57556 (0.003s) 2022-05-18T05:33:16.1999345Z test_graph_cudnn_dropout (__main__.TestCuda) ... skip: CUDA >= 11.0 required for graphs (0.001s) 2022-05-18T05:33:16.2022086Z test_graph_grad_scaling (__main__.TestCuda) ... skip: CUDA >= 11.0 required for graphs (0.002s) 2022-05-18T05:33:16.2052552Z test_graph_make_graphed_callables (__main__.TestCuda) ... skip: CUDA >= 11.0 required for graphs (0.003s) 2022-05-18T05:33:16.2088081Z test_graph_memory_stats_and_use_result_after_destroy_graph (__main__.TestCuda) ... skip: CUDA >= 11.0 required for graphs (0.003s) 2022-05-18T05:33:16.2104162Z test_graph_record_stream (__main__.TestCuda) ... skip: CUDA >= 11.0 required for graphs (0.001s) 2022-05-18T05:33:16.2144292Z test_graph_rng_distributions (__main__.TestCuda) ... skip: CUDA >= 11.0 required for graphs (0.004s) 2022-05-18T05:33:16.2164437Z test_graph_rng_functional (__main__.TestCuda) ... skip: CUDA >= 11.0 required for graphs (0.002s) 2022-05-18T05:33:16.2187953Z test_graph_three_successive (__main__.TestCuda) ... skip: CUDA >= 11.0 required for graphs (0.002s) 2022-05-18T05:33:16.2213386Z test_graph_two_successive (__main__.TestCuda) ... skip: CUDA >= 11.0 required for graphs (0.002s) 2022-05-18T05:33:16.2221834Z test_huge_index (__main__.TestCuda) ... skip: not enough memory (0.001s) 2022-05-18T05:33:16.2655503Z test_large_trilu_indices (__main__.TestCuda) ... ok (0.043s) 2022-05-18T05:33:16.3103465Z test_load_nonexistent_device (__main__.TestCuda) ... ok (0.045s) 2022-05-18T05:33:16.3599115Z test_manual_seed (__main__.TestCuda) ... ok (0.049s) 2022-05-18T05:33:16.4350235Z test_matmul_memory_use (__main__.TestCuda) ... ok (0.075s) 2022-05-18T05:33:16.4363705Z test_max_large_axis (__main__.TestCuda) ... skip: not enough memory (0.001s) 2022-05-18T05:33:16.5086614Z test_mean_fp16 (__main__.TestCuda) ... ok (0.072s) 2022-05-18T05:33:16.5822876Z test_mem_get_info (__main__.TestCuda) ... ok (0.073s) 2022-05-18T05:33:16.7183448Z test_memory_allocation (__main__.TestCuda) ... ok (0.136s) 2022-05-18T05:33:17.3892486Z test_memory_stats (__main__.TestCuda) ... ok (0.671s) 2022-05-18T05:33:17.3928621Z test_memory_stats_multigpu (__main__.TestCuda) ... skip: only one GPU detected (0.004s) 2022-05-18T05:33:17.4799591Z test_min_max_inits (__main__.TestCuda) ... ok (0.087s) 2022-05-18T05:33:17.4819159Z test_multigpu_serialization_remap (__main__.TestCuda) ... skip: detected only one GPU (0.002s) 2022-05-18T05:33:17.4839040Z test_multigpu_serialization_remap_dict (__main__.TestCuda) ... skip: detected only one GPU (0.002s) 2022-05-18T05:33:17.4853553Z test_multigpu_storage_clone (__main__.TestCuda) ... skip: detected only one GPU (0.001s) 2022-05-18T05:33:17.5688773Z test_multinomial_ext (__main__.TestCuda) ... ok (0.083s) 2022-05-18T05:33:17.6421370Z test_multinomial_invalid_probs_cuda (__main__.TestCuda) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.073s) 2022-05-18T05:33:17.6440598Z test_new (__main__.TestCuda) ... skip: only one GPU detected (0.002s) 2022-05-18T05:33:17.7155016Z test_noncontiguous_pinned_memory (__main__.TestCuda) ... ok (0.071s) 2022-05-18T05:33:17.7856058Z test_norm_type_conversion (__main__.TestCuda) ... ok (0.070s) 2022-05-18T05:33:17.8567414Z test_nvtx (__main__.TestCuda) ... ok (0.071s) 2022-05-18T05:33:17.9423821Z test_out_of_memory (__main__.TestCuda) ... ok (0.085s) 2022-05-18T05:33:18.0313706Z test_prod_large (__main__.TestCuda) ... ok (0.089s) 2022-05-18T05:33:18.1506314Z test_record_stream (__main__.TestCuda) ... ok (0.119s) 2022-05-18T05:33:18.2237336Z test_record_stream_on_shifted_view (__main__.TestCuda) ... ok (0.073s) 2022-05-18T05:33:18.3354554Z test_reduction_gpu_memory_accessing (__main__.TestCuda) ... ok (0.072s) 2022-05-18T05:33:18.4117472Z test_serialization_array_with_empty (__main__.TestCuda) ... ok (0.076s) 2022-05-18T05:33:18.4963613Z test_serialization_array_with_storage (__main__.TestCuda) ... ok (0.084s) 2022-05-18T05:33:18.5906314Z test_set_per_process_memory_fraction (__main__.TestCuda) ... ok (0.094s) 2022-05-18T05:33:18.6696438Z test_specify_improper_device_name (__main__.TestCuda) ... ok (0.079s) 2022-05-18T05:33:18.6733081Z test_stream_context (__main__.TestCuda) ... skip: detected only one GPU (0.004s) 2022-05-18T05:33:18.6757132Z test_stream_event_device (__main__.TestCuda) ... skip: detected only one GPU (0.002s) 2022-05-18T05:33:18.6786219Z test_stream_event_nogil (__main__.TestCuda) ... skip: detected only one GPU (0.003s) 2022-05-18T05:33:18.7504175Z test_stream_event_repr (__main__.TestCuda) ... ok (0.071s) 2022-05-18T05:33:18.8441301Z test_streaming_backwards_callback (__main__.TestCuda) ... ok (0.094s) 2022-05-18T05:33:18.8478253Z test_streaming_backwards_device_transfer (__main__.TestCuda) ... skip: only one GPU detected (0.004s) 2022-05-18T05:33:19.0361687Z test_streaming_backwards_multiple_streams (__main__.TestCuda) ... ok (0.188s) 2022-05-18T05:33:19.1244766Z test_streaming_backwards_sync (__main__.TestCuda) ... ok (0.088s) 2022-05-18T05:33:19.4118773Z test_streaming_backwards_sync_graph_root (__main__.TestCuda) ... ok (0.287s) 2022-05-18T05:33:19.4860629Z test_streams (__main__.TestCuda) ... ok (0.074s) 2022-05-18T05:33:19.4877223Z test_streams_multi_gpu (__main__.TestCuda) ... skip: detected only one GPU (0.002s) 2022-05-18T05:33:19.4908995Z test_streams_multi_gpu_eq (__main__.TestCuda) ... skip: detected only one GPU (0.003s) 2022-05-18T05:33:19.4946580Z test_streams_multi_gpu_query (__main__.TestCuda) ... skip: detected only one GPU (0.003s) 2022-05-18T05:33:19.4965076Z test_streams_priority (__main__.TestCuda) ... skip: multi-GPU not supported (0.002s) 2022-05-18T05:33:19.5784808Z test_sum_fp16 (__main__.TestCuda) ... ok (0.081s) 2022-05-18T05:33:19.5805052Z test_tensor_device (__main__.TestCuda) ... skip: multi-GPU not supported (0.002s) 2022-05-18T05:33:19.6593640Z test_tiny_half_norm_ (__main__.TestCuda) ... ok (0.078s) 2022-05-18T05:33:19.8285732Z test_to_cpu_blocking_by_default (__main__.TestCuda) ... ok (0.169s) 2022-05-18T05:33:20.2884990Z test_to_non_blocking (__main__.TestCuda) ... ok (0.460s) 2022-05-18T05:33:20.3406399Z test_to_numpy (__main__.TestCuda) ... ok (0.052s) 2022-05-18T05:33:20.3859457Z test_torch_manual_seed_seeds_cuda_devices (__main__.TestCuda) ... ok (0.045s) 2022-05-18T05:33:20.5494983Z test_trilu_indices (__main__.TestCuda) ... ok (0.163s) 2022-05-18T05:33:20.6021460Z test_type_conversions (__main__.TestCuda) ... ok (0.053s) 2022-05-18T05:33:20.6035940Z test_broadcast_coalesced (__main__.TestCudaComm) ... skip: only one GPU detected (0.001s) 2022-05-18T05:33:20.6045332Z test_broadcast_coalesced_dense_only (__main__.TestCudaComm) ... skip: only one GPU detected (0.001s) 2022-05-18T05:33:20.6051752Z test_broadcast_coalesced_empty_tensors (__main__.TestCudaComm) ... skip: only one GPU detected (0.001s) 2022-05-18T05:33:20.6059433Z test_broadcast_cpu (__main__.TestCudaComm) ... skip: only one GPU detected (0.001s) 2022-05-18T05:33:20.6067138Z test_broadcast_gpu (__main__.TestCudaComm) ... skip: only one GPU detected (0.001s) 2022-05-18T05:33:20.6073430Z test_gather (__main__.TestCudaComm) ... skip: only one GPU detected (0.001s) 2022-05-18T05:33:20.6079718Z test_gather_dim (__main__.TestCudaComm) ... skip: only one GPU detected (0.001s) 2022-05-18T05:33:20.6109548Z test_gather_namedtuple (__main__.TestCudaComm) ... skip: Test needs multiple GPUs (0.003s) 2022-05-18T05:33:20.6116150Z test_gather_neg_dim (__main__.TestCudaComm) ... skip: only one GPU detected (0.000s) 2022-05-18T05:33:20.6525804Z test_matmul_device_mismatch (__main__.TestCudaComm) ... ok (0.041s) 2022-05-18T05:33:20.6534663Z test_memory_format_scatter_gather (__main__.TestCudaComm) ... skip: only one GPU detected (0.001s) 2022-05-18T05:33:20.6542701Z test_reduce_add (__main__.TestCudaComm) ... skip: only one GPU detected (0.001s) 2022-05-18T05:33:20.6556038Z test_reduce_add_coalesced (__main__.TestCudaComm) ... skip: only one GPU detected (0.001s) 2022-05-18T05:33:20.6565445Z test_reduce_add_coalesced_dense_only (__main__.TestCudaComm) ... skip: only one GPU detected (0.001s) 2022-05-18T05:33:20.6573311Z test_scatter_cpu (__main__.TestCudaComm) ... skip: only one GPU detected (0.001s) 2022-05-18T05:33:20.6580903Z test_scatter_cpu_dim (__main__.TestCudaComm) ... skip: only one GPU detected (0.001s) 2022-05-18T05:33:20.6587541Z test_scatter_cpu_neg_dim (__main__.TestCudaComm) ... skip: only one GPU detected (0.001s) 2022-05-18T05:33:20.6594590Z test_scatter_cpu_sizes (__main__.TestCudaComm) ... skip: only one GPU detected (0.001s) 2022-05-18T05:33:20.6602213Z test_scatter_gpu (__main__.TestCudaComm) ... skip: only one GPU detected (0.001s) 2022-05-18T05:33:20.6609769Z test_scatter_gpu_dim (__main__.TestCudaComm) ... skip: only one GPU detected (0.001s) 2022-05-18T05:33:20.6617359Z test_scatter_gpu_neg_dim (__main__.TestCudaComm) ... skip: only one GPU detected (0.001s) 2022-05-18T05:33:20.6625392Z test_scatter_gpu_sizes (__main__.TestCudaComm) ... skip: only one GPU detected (0.001s) 2022-05-18T05:33:20.6649286Z test_scatter_namedtuple (__main__.TestCudaComm) ... skip: Test needs multiple GPUs (0.002s) 2022-05-18T05:33:20.6650374Z 2022-05-18T05:33:20.6651037Z ---------------------------------------------------------------------- 2022-05-18T05:33:20.6651909Z Ran 163 tests in 42.290s 2022-05-18T05:33:20.6652250Z 2022-05-18T05:33:20.6652476Z OK (skipped=72) 2022-05-18T05:33:20.6652814Z 2022-05-18T05:33:20.6653029Z Generating XML reports... 2022-05-18T05:33:20.6825634Z Generated XML report: test-reports/python-unittest/test_cuda/TEST-TestCuda-20220518053238.xml 2022-05-18T05:33:20.6852908Z Generated XML report: test-reports/python-unittest/test_cuda/TEST-TestCudaComm-20220518053238.xml 2022-05-18T05:33:21.0706366Z Running test_binary_ufuncs ... [2022-05-18 05:33:21.070101] 2022-05-18T05:33:21.0707046Z Executing ['/opt/conda/bin/python', 'test_binary_ufuncs.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:33:21.070205] 2022-05-18T05:33:24.3936519Z Test results will be stored in test-reports/python-unittest/test_binary_ufuncs 2022-05-18T05:33:24.6073027Z 2022-05-18T05:33:24.6073389Z Running tests... 2022-05-18T05:33:24.6073931Z ---------------------------------------------------------------------- 2022-05-18T05:33:24.6107752Z test___add___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:24.6125690Z test___add___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:24.6143676Z test___add___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:24.6161378Z test___add___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:24.6179672Z test___add___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:24.6196871Z test___add___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:24.6214052Z test___add___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:24.6231806Z test___add___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:24.6251682Z test___and___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:24.6268990Z test___and___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:24.6286391Z test___and___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:24.6304058Z test___and___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:24.6321262Z test___and___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:24.6338973Z test___and___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:24.6357056Z test___and___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:24.6376941Z test___and___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:24.6394564Z test___eq___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:24.6412287Z test___eq___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:24.6429548Z test___eq___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:24.6446868Z test___eq___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:24.6464541Z test___eq___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:24.6482301Z test___eq___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:24.6503589Z test___eq___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:24.6520866Z test___eq___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:24.6536031Z test___floordiv___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... /var/lib/jenkins/workspace/test/test_binary_ufuncs.py:4490: 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:33:24.6537086Z result = getattr(tensor, op)(UnknownType()) 2022-05-18T05:33:24.6540080Z ok (0.002s) 2022-05-18T05:33:24.6557896Z test___floordiv___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:24.6575309Z test___floordiv___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:24.6593064Z test___floordiv___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:24.6610332Z test___floordiv___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:24.6628002Z test___floordiv___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:24.6649382Z test___floordiv___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:24.6667050Z test___floordiv___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:24.6682866Z test___ge___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.6698671Z test___ge___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.6714614Z test___ge___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.6730259Z test___ge___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.6746342Z test___ge___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.6762063Z test___ge___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.6781771Z test___ge___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:24.6797415Z test___ge___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.6813419Z test___gt___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.6829462Z test___gt___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:24.6845251Z test___gt___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.6861331Z test___gt___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.6877130Z test___gt___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.6893137Z test___gt___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.6913219Z test___gt___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:24.6928803Z test___gt___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.6944847Z test___iadd___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:24.6960381Z test___iadd___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.6975943Z test___iadd___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.6991656Z test___iadd___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.7007205Z test___iadd___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.7023086Z test___iadd___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.7042532Z test___iadd___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:24.7058165Z test___iadd___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.7074211Z test___iand___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:24.7089941Z test___iand___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.7105922Z test___iand___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:24.7121625Z test___iand___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.7137414Z test___iand___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.7153609Z test___iand___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:24.7174986Z test___iand___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:24.7191086Z test___iand___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.7207060Z test___ifloordiv___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.7223024Z test___ifloordiv___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:24.7238701Z test___ifloordiv___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.7254483Z test___ifloordiv___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.7270592Z test___ifloordiv___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:24.7286382Z test___ifloordiv___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.7306270Z test___ifloordiv___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:24.7321808Z test___ifloordiv___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.7337616Z test___ilshift___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.7353563Z test___ilshift___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.7369449Z test___ilshift___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.7385564Z test___ilshift___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:24.7401359Z test___ilshift___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.7417174Z test___ilshift___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.7437043Z test___ilshift___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:24.7452778Z test___ilshift___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.7469142Z test___imod___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:24.7484841Z test___imod___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.7500583Z test___imod___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.7516354Z test___imod___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.7532106Z test___imod___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.7548265Z test___imod___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:24.7568047Z test___imod___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:24.7584365Z test___imod___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:24.7599942Z test___imul___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.7615508Z test___imul___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.7631108Z test___imul___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.7646660Z test___imul___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.7662476Z test___imul___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.7678020Z test___imul___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.7697535Z test___imul___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:24.7713293Z test___imul___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.7729079Z test___ior___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.7745136Z test___ior___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.7760853Z test___ior___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.7776762Z test___ior___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.7792606Z test___ior___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:24.7808572Z test___ior___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.7828609Z test___ior___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:24.7844393Z test___ior___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.7860431Z test___ipow___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.7876429Z test___ipow___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.7892352Z test___ipow___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.7908500Z test___ipow___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:24.7924271Z test___ipow___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.7940694Z test___ipow___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.7960691Z test___ipow___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:24.7976642Z test___ipow___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.7992818Z test___irshift___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:24.8008698Z test___irshift___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.8025011Z test___irshift___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:24.8040526Z test___irshift___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.8056484Z test___irshift___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.8072748Z test___irshift___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:24.8092507Z test___irshift___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:24.8108539Z test___irshift___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:24.8124241Z test___isub___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.8139934Z test___isub___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.8155789Z test___isub___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.8171396Z test___isub___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.8187441Z test___isub___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.8203263Z test___isub___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.8223302Z test___isub___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:24.8238946Z test___isub___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.8254886Z test___itruediv___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.8270708Z test___itruediv___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.8286444Z test___itruediv___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.8302275Z test___itruediv___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.8318140Z test___itruediv___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.8334050Z test___itruediv___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:24.8354270Z test___itruediv___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:24.8369848Z test___itruediv___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.8386177Z test___ixor___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:24.8401915Z test___ixor___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.8417722Z test___ixor___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.8433783Z test___ixor___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:24.8449654Z test___ixor___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.8470095Z test___ixor___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:24.8485801Z test___ixor___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.8501905Z test___ixor___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:24.8517730Z test___le___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.8533483Z test___le___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.8549575Z test___le___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:24.8565501Z test___le___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.8581392Z test___le___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.8601676Z test___le___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:24.8617501Z test___le___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.8633687Z test___le___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:24.8649621Z test___lshift___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:24.8665937Z test___lshift___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:24.8681539Z test___lshift___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.8697328Z test___lshift___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.8713374Z test___lshift___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:24.8734779Z test___lshift___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:24.8750883Z test___lshift___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:24.8766745Z test___lshift___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.8783065Z test___lt___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:24.8798821Z test___lt___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.8814634Z test___lt___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.8830687Z test___lt___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:24.8846552Z test___lt___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.8866911Z test___lt___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:24.8882537Z test___lt___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.8898389Z test___lt___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.8914192Z test___matmul___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.8929662Z test___matmul___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.8945552Z test___matmul___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.8961259Z test___matmul___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.8976831Z test___matmul___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.8996938Z test___matmul___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:24.9012575Z test___matmul___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.9028368Z test___matmul___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.9044250Z test___mod___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.9060219Z test___mod___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.9076073Z test___mod___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:24.9091784Z test___mod___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.9107898Z test___mod___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:24.9128216Z test___mod___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:24.9144387Z test___mod___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:24.9160049Z test___mod___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.9175660Z test___mul___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.9191587Z test___mul___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.9207130Z test___mul___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.9223077Z test___mul___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.9238810Z test___mul___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.9258973Z test___mul___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:24.9274644Z test___mul___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.9290238Z test___mul___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.9306296Z test___ne___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:24.9322015Z test___ne___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.9337762Z test___ne___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.9353950Z test___ne___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:24.9369899Z test___ne___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:24.9390451Z test___ne___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:24.9406261Z test___ne___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.9422310Z test___ne___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:24.9438286Z test___or___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.9454121Z test___or___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.9470213Z test___or___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.9486101Z test___or___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:24.9502596Z test___or___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:24.9522470Z test___or___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:24.9538379Z test___or___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.9554162Z test___or___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.9570075Z test___pow___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.9586090Z test___pow___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.9601840Z test___pow___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.9617660Z test___pow___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.9633708Z test___pow___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:24.9654151Z test___pow___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:24.9670329Z test___pow___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:24.9686323Z test___pow___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.9702123Z test___radd___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.9717449Z test___radd___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.9733015Z test___radd___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.9749137Z test___radd___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.9764703Z test___radd___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.9785064Z test___radd___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:24.9800718Z test___radd___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.9816384Z test___radd___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.9832466Z test___rand___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:24.9848321Z test___rand___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.9864387Z test___rand___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:24.9880111Z test___rand___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.9896727Z test___rand___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:24.9916847Z test___rand___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:24.9932563Z test___rand___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:24.9948722Z test___rand___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:24.9961870Z test___rfloordiv___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... /var/lib/jenkins/workspace/test/test_binary_ufuncs.py:4490: UserWarning: __rfloordiv__ 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:33:24.9962834Z result = getattr(tensor, op)(UnknownType()) 2022-05-18T05:33:24.9965947Z ok (0.002s) 2022-05-18T05:33:24.9982601Z test___rfloordiv___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:24.9998446Z test___rfloordiv___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:25.0014437Z test___rfloordiv___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:25.0030923Z test___rfloordiv___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:25.0051589Z test___rfloordiv___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:25.0067886Z test___rfloordiv___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:25.0083714Z test___rfloordiv___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:25.0099951Z test___rlshift___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:25.0116230Z test___rlshift___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:25.0132181Z test___rlshift___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:25.0148554Z test___rlshift___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:25.0165004Z test___rlshift___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:25.0185884Z test___rlshift___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:25.0201750Z test___rlshift___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:25.0217549Z test___rlshift___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:25.0233676Z test___rmatmul___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:25.0249329Z test___rmatmul___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:25.0265233Z test___rmatmul___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:25.0280773Z test___rmatmul___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:25.0296741Z test___rmatmul___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:25.0318169Z test___rmatmul___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:25.0333665Z test___rmatmul___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:25.0349533Z test___rmatmul___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:25.0365739Z test___rmod___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:25.0381878Z test___rmod___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:25.0397701Z test___rmod___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:25.0413758Z test___rmod___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:25.0429799Z test___rmod___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:25.0450194Z test___rmod___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:25.0466310Z test___rmod___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:25.0482066Z test___rmod___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:25.0497650Z test___rmul___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:25.0513443Z test___rmul___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:25.0529035Z test___rmul___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:25.0544914Z test___rmul___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:25.0564805Z test___rmul___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:25.0580282Z test___rmul___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:25.0596038Z test___rmul___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:25.0611737Z test___rmul___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:25.0627809Z test___ror___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:25.0643609Z test___ror___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:25.0659345Z test___ror___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:25.0675387Z test___ror___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:25.0695730Z test___ror___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:25.0711723Z test___ror___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:25.0727478Z test___ror___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:25.0743411Z test___ror___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:25.0759624Z test___rpow___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:25.0775541Z test___rpow___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:25.0791651Z test___rpow___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:25.0807614Z test___rpow___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:25.0828392Z test___rpow___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:25.0844262Z test___rpow___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:25.0860248Z test___rpow___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:25.0876405Z test___rpow___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:25.0892688Z test___rrshift___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:25.0908749Z test___rrshift___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:25.0924514Z test___rrshift___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:25.0940538Z test___rrshift___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:25.0961492Z test___rrshift___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:25.0977262Z test___rrshift___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:25.0993373Z test___rrshift___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:25.1009167Z test___rrshift___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:25.1025354Z test___rshift___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:25.1041069Z test___rshift___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:25.1057035Z test___rshift___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:25.1073077Z test___rshift___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:25.1093645Z test___rshift___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:25.1109538Z test___rshift___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:25.1125287Z test___rshift___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:25.1141374Z test___rshift___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:25.1157443Z test___rsub___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:25.1173601Z test___rsub___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:25.1189351Z test___rsub___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:25.1205310Z test___rsub___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:25.1226219Z test___rsub___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:25.1241931Z test___rsub___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:25.1257764Z test___rsub___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:25.1273846Z test___rsub___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:25.1290455Z test___rtruediv___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:25.1306622Z test___rtruediv___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:25.1322531Z test___rtruediv___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:25.1345579Z test___rtruediv___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:25.1366415Z test___rtruediv___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:25.1382657Z test___rtruediv___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:25.1398575Z test___rtruediv___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:25.1414700Z test___rtruediv___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:25.1430644Z test___rxor___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:25.1446560Z test___rxor___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:25.1462647Z test___rxor___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:25.1478518Z test___rxor___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:25.1499051Z test___rxor___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:25.1514916Z test___rxor___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:25.1530613Z test___rxor___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:25.1546855Z test___rxor___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:25.1562628Z test___sub___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:25.1578122Z test___sub___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:25.1594177Z test___sub___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:25.1609880Z test___sub___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:25.1630845Z test___sub___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:25.1646520Z test___sub___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:25.1662313Z test___sub___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:25.1677836Z test___sub___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:25.1693555Z test___truediv___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:25.1709317Z test___truediv___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:25.1724923Z test___truediv___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:25.1740949Z test___truediv___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:25.1762118Z test___truediv___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:25.1777666Z test___truediv___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:25.1793662Z test___truediv___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:25.1809167Z test___truediv___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:25.1825378Z test___xor___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:25.1841065Z test___xor___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:25.1856958Z test___xor___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:25.1873014Z test___xor___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:25.1894415Z test___xor___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:25.1910395Z test___xor___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:25.1926032Z test___xor___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:25.1942149Z test___xor___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:33:25.2110926Z test_add_broadcast_empty_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-05-18T05:33:25.3128450Z test_add_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.102s) 2022-05-18T05:33:25.8587953Z test_add_with_tail_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.546s) 2022-05-18T05:33:25.8613187Z test_addcmul_scalars_as_floats_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:25.8637923Z test_addsub_half_tensor_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:25.8714944Z test_atan2_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:33:25.8827082Z test_atan2_edgecases_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-05-18T05:33:25.8859571Z test_batch_vs_slicing___radd___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:25.8887825Z test_batch_vs_slicing___radd___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:25.8921764Z test_batch_vs_slicing___radd___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:25.8955912Z test_batch_vs_slicing___radd___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:25.8992235Z test_batch_vs_slicing___radd___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:25.9023358Z test_batch_vs_slicing___radd___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:25.9054507Z test_batch_vs_slicing___radd___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:25.9082690Z test_batch_vs_slicing___radd___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:25.9111122Z test_batch_vs_slicing___radd___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:25.9138717Z test_batch_vs_slicing___radd___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:25.9166568Z test_batch_vs_slicing___radd___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:25.9194589Z test_batch_vs_slicing___radd___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:25.9227472Z test_batch_vs_slicing___rand___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:25.9255573Z test_batch_vs_slicing___rand___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:25.9284063Z test_batch_vs_slicing___rand___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:25.9312260Z test_batch_vs_slicing___rand___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:25.9340627Z test_batch_vs_slicing___rand___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:25.9368942Z test_batch_vs_slicing___rand___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:25.9407425Z test_batch_vs_slicing___rdiv___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:25.9443844Z test_batch_vs_slicing___rdiv___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:25.9488600Z test_batch_vs_slicing___rdiv___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:25.9528647Z test_batch_vs_slicing___rdiv___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:25.9566015Z test_batch_vs_slicing___rdiv___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:25.9603557Z test_batch_vs_slicing___rdiv___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:25.9641198Z test_batch_vs_slicing___rdiv___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:25.9677349Z test_batch_vs_slicing___rdiv___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:25.9713564Z test_batch_vs_slicing___rdiv___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:25.9749935Z test_batch_vs_slicing___rdiv___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:25.9791204Z test_batch_vs_slicing___rdiv___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:25.9827342Z test_batch_vs_slicing___rdiv___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:25.9859345Z test_batch_vs_slicing___rmod___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:25.9891129Z test_batch_vs_slicing___rmod___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:25.9923296Z test_batch_vs_slicing___rmod___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:25.9955062Z test_batch_vs_slicing___rmod___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:25.9983554Z test_batch_vs_slicing___rmod___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.0011877Z test_batch_vs_slicing___rmod___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.0044642Z test_batch_vs_slicing___rmod___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.0073162Z test_batch_vs_slicing___rmod___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.0101651Z test_batch_vs_slicing___rmod___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.0132902Z test_batch_vs_slicing___rmul___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.0160996Z test_batch_vs_slicing___rmul___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.0194699Z test_batch_vs_slicing___rmul___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.0228370Z test_batch_vs_slicing___rmul___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.0259727Z test_batch_vs_slicing___rmul___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.0296116Z test_batch_vs_slicing___rmul___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:26.0326915Z test_batch_vs_slicing___rmul___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.0355180Z test_batch_vs_slicing___rmul___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.0383160Z test_batch_vs_slicing___rmul___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.0410652Z test_batch_vs_slicing___rmul___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.0438810Z test_batch_vs_slicing___rmul___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.0466818Z test_batch_vs_slicing___rmul___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.0494991Z test_batch_vs_slicing___ror___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.0528398Z test_batch_vs_slicing___ror___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.0557021Z test_batch_vs_slicing___ror___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.0585050Z test_batch_vs_slicing___ror___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.0613262Z test_batch_vs_slicing___ror___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.0641582Z test_batch_vs_slicing___ror___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.0663922Z test_batch_vs_slicing___rpow___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... /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-18T05:33:26.0664684Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-05-18T05:33:26.0691157Z ok (0.005s) 2022-05-18T05:33:26.0738129Z test_batch_vs_slicing___rpow___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:33:26.0785925Z test_batch_vs_slicing___rpow___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:33:26.0835988Z test_batch_vs_slicing___rpow___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:33:26.0881125Z test_batch_vs_slicing___rpow___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:26.0925666Z test_batch_vs_slicing___rpow___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:26.0967158Z test_batch_vs_slicing___rpow___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:26.1008792Z test_batch_vs_slicing___rpow___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:26.1049881Z test_batch_vs_slicing___rpow___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:26.1091122Z test_batch_vs_slicing___rpow___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:26.1137458Z test_batch_vs_slicing___rpow___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:33:26.1169478Z test_batch_vs_slicing___rsub___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.1203905Z test_batch_vs_slicing___rsub___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.1238530Z test_batch_vs_slicing___rsub___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.1270920Z test_batch_vs_slicing___rsub___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.1303038Z test_batch_vs_slicing___rsub___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.1334435Z test_batch_vs_slicing___rsub___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.1362967Z test_batch_vs_slicing___rsub___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.1396899Z test_batch_vs_slicing___rsub___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.1425174Z test_batch_vs_slicing___rsub___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.1453642Z test_batch_vs_slicing___rsub___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.1482118Z test_batch_vs_slicing___rsub___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.1510460Z test_batch_vs_slicing___rxor___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.1538528Z test_batch_vs_slicing___rxor___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.1566828Z test_batch_vs_slicing___rxor___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.1594981Z test_batch_vs_slicing___rxor___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.1629775Z test_batch_vs_slicing___rxor___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.1658263Z test_batch_vs_slicing___rxor___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.1689070Z test_batch_vs_slicing_add_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.1716693Z test_batch_vs_slicing_add_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.1750308Z test_batch_vs_slicing_add_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.1784016Z test_batch_vs_slicing_add_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.1817168Z test_batch_vs_slicing_add_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.1848411Z test_batch_vs_slicing_add_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.1884476Z test_batch_vs_slicing_add_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.1915276Z test_batch_vs_slicing_add_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.1943166Z test_batch_vs_slicing_add_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.1970666Z test_batch_vs_slicing_add_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.1997943Z test_batch_vs_slicing_add_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.2025559Z test_batch_vs_slicing_add_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.2053168Z test_batch_vs_slicing_add_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.2084485Z test_batch_vs_slicing_atan2_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.2119254Z test_batch_vs_slicing_atan2_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.2150794Z test_batch_vs_slicing_atan2_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.2182143Z test_batch_vs_slicing_atan2_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.2213103Z test_batch_vs_slicing_atan2_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.2243171Z test_batch_vs_slicing_atan2_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.2273319Z test_batch_vs_slicing_atan2_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.2303037Z test_batch_vs_slicing_atan2_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.2332628Z test_batch_vs_slicing_atan2_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.2367560Z test_batch_vs_slicing_atan2_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.2395869Z test_batch_vs_slicing_bitwise_and_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.2423900Z test_batch_vs_slicing_bitwise_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.2451854Z test_batch_vs_slicing_bitwise_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.2479536Z test_batch_vs_slicing_bitwise_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.2507975Z test_batch_vs_slicing_bitwise_and_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.2535887Z test_batch_vs_slicing_bitwise_and_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.2564546Z test_batch_vs_slicing_bitwise_left_shift_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.2597769Z test_batch_vs_slicing_bitwise_left_shift_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.2625994Z test_batch_vs_slicing_bitwise_left_shift_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.2653760Z test_batch_vs_slicing_bitwise_left_shift_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.2681869Z test_batch_vs_slicing_bitwise_left_shift_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.2709992Z test_batch_vs_slicing_bitwise_or_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.2738517Z test_batch_vs_slicing_bitwise_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.2766714Z test_batch_vs_slicing_bitwise_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.2794487Z test_batch_vs_slicing_bitwise_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.2827935Z test_batch_vs_slicing_bitwise_or_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.2855789Z test_batch_vs_slicing_bitwise_or_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.2883995Z test_batch_vs_slicing_bitwise_right_shift_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.2912262Z test_batch_vs_slicing_bitwise_right_shift_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.2939880Z test_batch_vs_slicing_bitwise_right_shift_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.2968014Z test_batch_vs_slicing_bitwise_right_shift_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.2996285Z test_batch_vs_slicing_bitwise_right_shift_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.3024448Z test_batch_vs_slicing_bitwise_xor_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.3057631Z test_batch_vs_slicing_bitwise_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.3085718Z test_batch_vs_slicing_bitwise_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.3113691Z test_batch_vs_slicing_bitwise_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.3141679Z test_batch_vs_slicing_bitwise_xor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.3169676Z test_batch_vs_slicing_bitwise_xor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.3202550Z test_batch_vs_slicing_complex_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.3235101Z test_batch_vs_slicing_complex_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.3267451Z test_batch_vs_slicing_complex_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.3304167Z test_batch_vs_slicing_copysign_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:26.3333534Z test_batch_vs_slicing_copysign_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.3364744Z test_batch_vs_slicing_copysign_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.3396315Z test_batch_vs_slicing_copysign_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.3427027Z test_batch_vs_slicing_copysign_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.3456824Z test_batch_vs_slicing_copysign_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.3486698Z test_batch_vs_slicing_copysign_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.3516429Z test_batch_vs_slicing_copysign_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.3551344Z test_batch_vs_slicing_copysign_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.3580902Z test_batch_vs_slicing_copysign_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.3614062Z test_batch_vs_slicing_div_floor_rounding_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.3647294Z test_batch_vs_slicing_div_floor_rounding_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.3680361Z test_batch_vs_slicing_div_floor_rounding_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.3713140Z test_batch_vs_slicing_div_floor_rounding_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.3744586Z test_batch_vs_slicing_div_floor_rounding_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.3775650Z test_batch_vs_slicing_div_floor_rounding_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.3812302Z test_batch_vs_slicing_div_floor_rounding_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:26.3843644Z test_batch_vs_slicing_div_floor_rounding_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.3875152Z test_batch_vs_slicing_div_floor_rounding_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.3908237Z test_batch_vs_slicing_div_no_rounding_mode_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.3939187Z test_batch_vs_slicing_div_no_rounding_mode_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.3974433Z test_batch_vs_slicing_div_no_rounding_mode_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.4009836Z test_batch_vs_slicing_div_no_rounding_mode_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.4043031Z test_batch_vs_slicing_div_no_rounding_mode_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.4080846Z test_batch_vs_slicing_div_no_rounding_mode_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:26.4113359Z test_batch_vs_slicing_div_no_rounding_mode_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.4145141Z test_batch_vs_slicing_div_no_rounding_mode_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.4176331Z test_batch_vs_slicing_div_no_rounding_mode_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.4207824Z test_batch_vs_slicing_div_no_rounding_mode_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.4239383Z test_batch_vs_slicing_div_no_rounding_mode_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.4271244Z test_batch_vs_slicing_div_no_rounding_mode_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.4304305Z test_batch_vs_slicing_div_trunc_rounding_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.4342227Z test_batch_vs_slicing_div_trunc_rounding_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:26.4374700Z test_batch_vs_slicing_div_trunc_rounding_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.4407333Z test_batch_vs_slicing_div_trunc_rounding_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.4438824Z test_batch_vs_slicing_div_trunc_rounding_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.4470511Z test_batch_vs_slicing_div_trunc_rounding_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.4501970Z test_batch_vs_slicing_div_trunc_rounding_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.4533106Z test_batch_vs_slicing_div_trunc_rounding_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.4565009Z test_batch_vs_slicing_div_trunc_rounding_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.4600889Z test_batch_vs_slicing_eq_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.4628056Z test_batch_vs_slicing_eq_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.4658943Z test_batch_vs_slicing_eq_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.4689848Z test_batch_vs_slicing_eq_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.4719169Z test_batch_vs_slicing_eq_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.4748501Z test_batch_vs_slicing_eq_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.4777533Z test_batch_vs_slicing_eq_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.4805056Z test_batch_vs_slicing_eq_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.4837686Z test_batch_vs_slicing_eq_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.4865120Z test_batch_vs_slicing_eq_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.4892342Z test_batch_vs_slicing_eq_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.4919792Z test_batch_vs_slicing_eq_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.4959072Z test_batch_vs_slicing_float_power_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:26.4996180Z test_batch_vs_slicing_float_power_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:26.5036256Z test_batch_vs_slicing_float_power_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:26.5082409Z test_batch_vs_slicing_float_power_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:33:26.5121012Z test_batch_vs_slicing_float_power_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:26.5159807Z test_batch_vs_slicing_float_power_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:26.5191526Z test_batch_vs_slicing_float_power_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.5228432Z test_batch_vs_slicing_float_power_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:26.5265197Z test_batch_vs_slicing_float_power_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:26.5302111Z test_batch_vs_slicing_float_power_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:26.5339014Z test_batch_vs_slicing_float_power_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:26.5381215Z test_batch_vs_slicing_float_power_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:26.5430338Z test_batch_vs_slicing_floor_divide_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... /opt/conda/lib/python3.9/site-packages/torch/testing/_internal/common_methods_invocations.py:930: UserWarning: floor_divide is deprecated, and will be removed 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. 2022-05-18T05:33:26.5431577Z 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'). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BinaryOps.cpp:599.) 2022-05-18T05:33:26.5432119Z return self.op(*args, **kwargs) 2022-05-18T05:33:26.5444433Z ok (0.006s) 2022-05-18T05:33:26.5479072Z test_batch_vs_slicing_floor_divide_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.5513115Z test_batch_vs_slicing_floor_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.5546837Z test_batch_vs_slicing_floor_divide_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.5577232Z test_batch_vs_slicing_floor_divide_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.5607881Z test_batch_vs_slicing_floor_divide_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.5638153Z test_batch_vs_slicing_floor_divide_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.5675465Z test_batch_vs_slicing_floor_divide_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:26.5705825Z test_batch_vs_slicing_floor_divide_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.5737228Z test_batch_vs_slicing_fmax_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.5765442Z test_batch_vs_slicing_fmax_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.5796652Z test_batch_vs_slicing_fmax_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.5828083Z test_batch_vs_slicing_fmax_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.5858949Z test_batch_vs_slicing_fmax_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.5887046Z test_batch_vs_slicing_fmax_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.5920529Z test_batch_vs_slicing_fmax_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.5948579Z test_batch_vs_slicing_fmax_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.5976517Z test_batch_vs_slicing_fmax_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.6004660Z test_batch_vs_slicing_fmax_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.6036379Z test_batch_vs_slicing_fmin_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.6064796Z test_batch_vs_slicing_fmin_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.6095888Z test_batch_vs_slicing_fmin_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.6127354Z test_batch_vs_slicing_fmin_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.6163940Z test_batch_vs_slicing_fmin_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:26.6192032Z test_batch_vs_slicing_fmin_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.6219767Z test_batch_vs_slicing_fmin_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.6247373Z test_batch_vs_slicing_fmin_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.6275487Z test_batch_vs_slicing_fmin_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.6303518Z test_batch_vs_slicing_fmin_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.6336756Z test_batch_vs_slicing_fmod_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.6369916Z test_batch_vs_slicing_fmod_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.6407980Z test_batch_vs_slicing_fmod_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:26.6437433Z test_batch_vs_slicing_fmod_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.6467222Z test_batch_vs_slicing_fmod_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.6496068Z test_batch_vs_slicing_fmod_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.6525645Z test_batch_vs_slicing_fmod_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.6555405Z test_batch_vs_slicing_fmod_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.6591579Z test_batch_vs_slicing_gcd_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:26.6626769Z test_batch_vs_slicing_gcd_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.6666847Z test_batch_vs_slicing_gcd_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:26.6701745Z test_batch_vs_slicing_gcd_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.6736313Z test_batch_vs_slicing_gcd_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.6765934Z test_batch_vs_slicing_ge_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.6793652Z test_batch_vs_slicing_ge_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.6822835Z test_batch_vs_slicing_ge_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.6852127Z test_batch_vs_slicing_ge_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.6881450Z test_batch_vs_slicing_ge_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.6914631Z test_batch_vs_slicing_ge_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.6942141Z test_batch_vs_slicing_ge_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.6969331Z test_batch_vs_slicing_ge_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.6996902Z test_batch_vs_slicing_ge_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.7024288Z test_batch_vs_slicing_ge_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.7053700Z test_batch_vs_slicing_gt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.7081139Z test_batch_vs_slicing_gt_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.7110662Z test_batch_vs_slicing_gt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.7145414Z test_batch_vs_slicing_gt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.7174398Z test_batch_vs_slicing_gt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.7202132Z test_batch_vs_slicing_gt_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.7229902Z test_batch_vs_slicing_gt_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.7257176Z test_batch_vs_slicing_gt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.7284777Z test_batch_vs_slicing_gt_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.7312327Z test_batch_vs_slicing_gt_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.7344410Z test_batch_vs_slicing_heaviside_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.7377380Z test_batch_vs_slicing_heaviside_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.7408997Z test_batch_vs_slicing_heaviside_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.7440764Z test_batch_vs_slicing_heaviside_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.7472254Z test_batch_vs_slicing_heaviside_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.7500137Z test_batch_vs_slicing_heaviside_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.7528521Z test_batch_vs_slicing_heaviside_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.7556431Z test_batch_vs_slicing_heaviside_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.7585112Z test_batch_vs_slicing_heaviside_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.7620865Z test_batch_vs_slicing_heaviside_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.7652475Z test_batch_vs_slicing_hypot_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.7683633Z test_batch_vs_slicing_hypot_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.7715039Z test_batch_vs_slicing_hypot_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.7745965Z test_batch_vs_slicing_hypot_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.7788227Z test_batch_vs_slicing_igamma_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:26.7917914Z test_batch_vs_slicing_igamma_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:33:26.7962449Z test_batch_vs_slicing_igammac_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:26.8108923Z test_batch_vs_slicing_igammac_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:33:26.8176462Z test_batch_vs_slicing_isclose_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:33:26.8252411Z test_batch_vs_slicing_isclose_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:33:26.8335229Z test_batch_vs_slicing_isclose_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:33:26.8440985Z test_batch_vs_slicing_isclose_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-05-18T05:33:26.8509167Z test_batch_vs_slicing_isclose_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:33:26.8578324Z test_batch_vs_slicing_isclose_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:33:26.8646284Z test_batch_vs_slicing_isclose_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:33:26.8724876Z test_batch_vs_slicing_isclose_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:33:26.8798406Z test_batch_vs_slicing_isclose_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:33:26.8871826Z test_batch_vs_slicing_isclose_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:33:26.8945326Z test_batch_vs_slicing_isclose_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:33:26.9018182Z test_batch_vs_slicing_isclose_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:33:26.9059590Z test_batch_vs_slicing_jiterator_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:26.9096433Z test_batch_vs_slicing_jiterator_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:26.9158383Z test_batch_vs_slicing_jiterator_binary_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:33:26.9221555Z test_batch_vs_slicing_jiterator_binary_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:33:26.9262049Z test_batch_vs_slicing_jiterator_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:26.9302259Z test_batch_vs_slicing_jiterator_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:26.9342026Z test_batch_vs_slicing_jiterator_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:26.9378464Z test_batch_vs_slicing_jiterator_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:26.9414801Z test_batch_vs_slicing_jiterator_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:26.9451454Z test_batch_vs_slicing_jiterator_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:26.9488153Z test_batch_vs_slicing_jiterator_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:26.9530135Z test_batch_vs_slicing_jiterator_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:26.9565477Z test_batch_vs_slicing_lcm_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.9600525Z test_batch_vs_slicing_lcm_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.9635437Z test_batch_vs_slicing_lcm_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.9670629Z test_batch_vs_slicing_lcm_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.9705930Z test_batch_vs_slicing_lcm_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:26.9746075Z test_batch_vs_slicing_ldexp_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:26.9783735Z test_batch_vs_slicing_ldexp_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:26.9830160Z test_batch_vs_slicing_ldexp_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:33:26.9871563Z test_batch_vs_slicing_ldexp_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:26.9910876Z test_batch_vs_slicing_ldexp_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:26.9950439Z test_batch_vs_slicing_ldexp_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:26.9989322Z test_batch_vs_slicing_ldexp_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:27.0027333Z test_batch_vs_slicing_ldexp_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:27.0065364Z test_batch_vs_slicing_ldexp_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:27.0108355Z test_batch_vs_slicing_ldexp_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:27.0146110Z test_batch_vs_slicing_ldexp_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:27.0184090Z test_batch_vs_slicing_ldexp_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:27.0213396Z test_batch_vs_slicing_le_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.0240772Z test_batch_vs_slicing_le_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.0270384Z test_batch_vs_slicing_le_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.0299458Z test_batch_vs_slicing_le_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.0328577Z test_batch_vs_slicing_le_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.0361612Z test_batch_vs_slicing_le_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.0389063Z test_batch_vs_slicing_le_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.0416145Z test_batch_vs_slicing_le_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.0443759Z test_batch_vs_slicing_le_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.0471528Z test_batch_vs_slicing_le_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.0502131Z test_batch_vs_slicing_logical_and_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.0530359Z test_batch_vs_slicing_logical_and_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.0590758Z test_batch_vs_slicing_logical_and_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:33:27.0655014Z test_batch_vs_slicing_logical_and_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:33:27.0685294Z test_batch_vs_slicing_logical_and_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.0715806Z test_batch_vs_slicing_logical_and_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.0746210Z test_batch_vs_slicing_logical_and_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.0774398Z test_batch_vs_slicing_logical_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.0802991Z test_batch_vs_slicing_logical_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.0831727Z test_batch_vs_slicing_logical_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.0860255Z test_batch_vs_slicing_logical_and_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.0894348Z test_batch_vs_slicing_logical_and_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.0924826Z test_batch_vs_slicing_logical_or_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.0953638Z test_batch_vs_slicing_logical_or_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.0986316Z test_batch_vs_slicing_logical_or_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.1017848Z test_batch_vs_slicing_logical_or_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.1048312Z test_batch_vs_slicing_logical_or_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.1079252Z test_batch_vs_slicing_logical_or_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.1109896Z test_batch_vs_slicing_logical_or_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.1144050Z test_batch_vs_slicing_logical_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.1172666Z test_batch_vs_slicing_logical_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.1201351Z test_batch_vs_slicing_logical_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.1230196Z test_batch_vs_slicing_logical_or_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.1258451Z test_batch_vs_slicing_logical_or_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.1288783Z test_batch_vs_slicing_logical_xor_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.1316995Z test_batch_vs_slicing_logical_xor_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.1349898Z test_batch_vs_slicing_logical_xor_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.1387501Z test_batch_vs_slicing_logical_xor_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:27.1417536Z test_batch_vs_slicing_logical_xor_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.1447954Z test_batch_vs_slicing_logical_xor_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.1478499Z test_batch_vs_slicing_logical_xor_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.1507315Z test_batch_vs_slicing_logical_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.1535606Z test_batch_vs_slicing_logical_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.1564160Z test_batch_vs_slicing_logical_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.1592889Z test_batch_vs_slicing_logical_xor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.1628149Z test_batch_vs_slicing_logical_xor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.1657244Z test_batch_vs_slicing_lt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.1684676Z test_batch_vs_slicing_lt_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.1714004Z test_batch_vs_slicing_lt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.1743184Z test_batch_vs_slicing_lt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.1773339Z test_batch_vs_slicing_lt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.1801022Z test_batch_vs_slicing_lt_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.1828757Z test_batch_vs_slicing_lt_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.1861574Z test_batch_vs_slicing_lt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.1888973Z test_batch_vs_slicing_lt_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.1916296Z test_batch_vs_slicing_lt_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.1948149Z test_batch_vs_slicing_max_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.1975553Z test_batch_vs_slicing_max_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.2006807Z test_batch_vs_slicing_max_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.2038062Z test_batch_vs_slicing_max_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.2069326Z test_batch_vs_slicing_max_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.2102633Z test_batch_vs_slicing_max_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.2130282Z test_batch_vs_slicing_max_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.2157968Z test_batch_vs_slicing_max_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.2186139Z test_batch_vs_slicing_max_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.2213690Z test_batch_vs_slicing_max_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.2245208Z test_batch_vs_slicing_maximum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.2273055Z test_batch_vs_slicing_maximum_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.2304392Z test_batch_vs_slicing_maximum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.2340220Z test_batch_vs_slicing_maximum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.2370923Z test_batch_vs_slicing_maximum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.2398696Z test_batch_vs_slicing_maximum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.2426619Z test_batch_vs_slicing_maximum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.2453834Z test_batch_vs_slicing_maximum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.2481665Z test_batch_vs_slicing_maximum_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.2509780Z test_batch_vs_slicing_maximum_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.2541384Z test_batch_vs_slicing_min_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.2574267Z test_batch_vs_slicing_min_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.2605627Z test_batch_vs_slicing_min_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.2636984Z test_batch_vs_slicing_min_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.2668149Z test_batch_vs_slicing_min_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.2695802Z test_batch_vs_slicing_min_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.2723655Z test_batch_vs_slicing_min_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.2751409Z test_batch_vs_slicing_min_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.2778986Z test_batch_vs_slicing_min_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.2812726Z test_batch_vs_slicing_min_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.2843802Z test_batch_vs_slicing_minimum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.2871570Z test_batch_vs_slicing_minimum_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.2903065Z test_batch_vs_slicing_minimum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.2934090Z test_batch_vs_slicing_minimum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.2965135Z test_batch_vs_slicing_minimum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.2993423Z test_batch_vs_slicing_minimum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.3021112Z test_batch_vs_slicing_minimum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.3053907Z test_batch_vs_slicing_minimum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.3081860Z test_batch_vs_slicing_minimum_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.3110212Z test_batch_vs_slicing_minimum_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.3141715Z test_batch_vs_slicing_mul_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.3169415Z test_batch_vs_slicing_mul_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.3202761Z test_batch_vs_slicing_mul_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.3259673Z test_batch_vs_slicing_mul_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:33:27.3293386Z test_batch_vs_slicing_mul_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.3330166Z test_batch_vs_slicing_mul_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:27.3361292Z test_batch_vs_slicing_mul_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.3392633Z test_batch_vs_slicing_mul_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.3420015Z test_batch_vs_slicing_mul_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.3447853Z test_batch_vs_slicing_mul_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.3475600Z test_batch_vs_slicing_mul_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.3503296Z test_batch_vs_slicing_mul_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.3531357Z test_batch_vs_slicing_mul_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.3566407Z test_batch_vs_slicing_ne_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.3593745Z test_batch_vs_slicing_ne_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.3625013Z test_batch_vs_slicing_ne_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.3655853Z test_batch_vs_slicing_ne_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.3685315Z test_batch_vs_slicing_ne_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.3714700Z test_batch_vs_slicing_ne_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.3744030Z test_batch_vs_slicing_ne_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.3771458Z test_batch_vs_slicing_ne_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.3804375Z test_batch_vs_slicing_ne_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.3832033Z test_batch_vs_slicing_ne_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.3859327Z test_batch_vs_slicing_ne_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.3886877Z test_batch_vs_slicing_ne_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.3918321Z test_batch_vs_slicing_nextafter_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.3949679Z test_batch_vs_slicing_nextafter_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.3980495Z test_batch_vs_slicing_nextafter_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.4019051Z test_batch_vs_slicing_polar_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:27.4051785Z test_batch_vs_slicing_polar_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.4083024Z test_batch_vs_slicing_pow_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.4123651Z test_batch_vs_slicing_pow_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:27.4157455Z test_batch_vs_slicing_pow_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.4189195Z test_batch_vs_slicing_pow_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.4220420Z test_batch_vs_slicing_pow_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.4251271Z test_batch_vs_slicing_pow_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.4285174Z test_batch_vs_slicing_pow_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.4313078Z test_batch_vs_slicing_pow_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.4340357Z test_batch_vs_slicing_pow_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.4368316Z test_batch_vs_slicing_pow_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.4396278Z test_batch_vs_slicing_pow_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.4429611Z test_batch_vs_slicing_remainder_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.4462478Z test_batch_vs_slicing_remainder_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.4495432Z test_batch_vs_slicing_remainder_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.4534541Z test_batch_vs_slicing_remainder_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:27.4564349Z test_batch_vs_slicing_remainder_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.4593981Z test_batch_vs_slicing_remainder_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.4623139Z test_batch_vs_slicing_remainder_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.4652580Z test_batch_vs_slicing_remainder_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.4681933Z test_batch_vs_slicing_remainder_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.4713392Z test_batch_vs_slicing_rsub_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.4747204Z test_batch_vs_slicing_rsub_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.4786741Z test_batch_vs_slicing_rsub_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:27.4818263Z test_batch_vs_slicing_rsub_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.4849545Z test_batch_vs_slicing_rsub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.4880513Z test_batch_vs_slicing_rsub_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.4908657Z test_batch_vs_slicing_rsub_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.4936409Z test_batch_vs_slicing_rsub_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.4964164Z test_batch_vs_slicing_rsub_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.4992610Z test_batch_vs_slicing_rsub_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.5026006Z test_batch_vs_slicing_rsub_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.5057386Z test_batch_vs_slicing_special_xlog1py_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.5087176Z test_batch_vs_slicing_special_xlog1py_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.5118647Z test_batch_vs_slicing_special_xlog1py_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.5149785Z test_batch_vs_slicing_special_xlog1py_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.5180415Z test_batch_vs_slicing_special_xlog1py_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.5209866Z test_batch_vs_slicing_special_xlog1py_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.5239589Z test_batch_vs_slicing_special_xlog1py_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.5274870Z test_batch_vs_slicing_special_xlog1py_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.5304810Z test_batch_vs_slicing_special_xlog1py_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.5334250Z test_batch_vs_slicing_special_xlog1py_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.5392330Z test_batch_vs_slicing_special_zeta_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:33:27.5447899Z test_batch_vs_slicing_special_zeta_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:33:27.5550169Z test_batch_vs_slicing_special_zeta_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-05-18T05:33:27.5585910Z test_batch_vs_slicing_special_zeta_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.5622015Z test_batch_vs_slicing_special_zeta_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:27.5663410Z test_batch_vs_slicing_special_zeta_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:27.5698942Z test_batch_vs_slicing_special_zeta_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.5734546Z test_batch_vs_slicing_special_zeta_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.5765532Z test_batch_vs_slicing_sub_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.5799072Z test_batch_vs_slicing_sub_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.5832860Z test_batch_vs_slicing_sub_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.5866716Z test_batch_vs_slicing_sub_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.5897955Z test_batch_vs_slicing_sub_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.5934547Z test_batch_vs_slicing_sub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:27.5965708Z test_batch_vs_slicing_sub_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.5993644Z test_batch_vs_slicing_sub_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.6021567Z test_batch_vs_slicing_sub_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.6048894Z test_batch_vs_slicing_sub_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.6076780Z test_batch_vs_slicing_sub_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.6104563Z test_batch_vs_slicing_sub_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.6138109Z test_batch_vs_slicing_true_divide_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.6174687Z test_batch_vs_slicing_true_divide_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:27.6209849Z test_batch_vs_slicing_true_divide_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.6245151Z test_batch_vs_slicing_true_divide_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.6278287Z test_batch_vs_slicing_true_divide_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.6311304Z test_batch_vs_slicing_true_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.6343812Z test_batch_vs_slicing_true_divide_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.6374851Z test_batch_vs_slicing_true_divide_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.6406259Z test_batch_vs_slicing_true_divide_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.6443144Z test_batch_vs_slicing_true_divide_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:27.6474686Z test_batch_vs_slicing_true_divide_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.6506083Z test_batch_vs_slicing_true_divide_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.6537179Z test_batch_vs_slicing_xlogy_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.6566774Z test_batch_vs_slicing_xlogy_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.6597741Z test_batch_vs_slicing_xlogy_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.6629031Z test_batch_vs_slicing_xlogy_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.6659373Z test_batch_vs_slicing_xlogy_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.6694312Z test_batch_vs_slicing_xlogy_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.6723627Z test_batch_vs_slicing_xlogy_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.6753153Z test_batch_vs_slicing_xlogy_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.6782559Z test_batch_vs_slicing_xlogy_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.6811669Z test_batch_vs_slicing_xlogy_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.6846448Z test_binary_op_mem_overlap_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:27.6862548Z test_binary_op_scalar_device_unspecified_cuda (__main__.TestBinaryUfuncsCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-05-18T05:33:48.4181501Z test_binary_ops_with_scalars_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (20.732s) 2022-05-18T05:33:48.4643055Z test_bitwise_ops_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.046s) 2022-05-18T05:33:48.5094191Z test_bitwise_ops_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.045s) 2022-05-18T05:33:48.5651544Z test_bitwise_ops_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.056s) 2022-05-18T05:33:48.6350614Z test_bitwise_ops_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.070s) 2022-05-18T05:33:48.6758910Z test_bitwise_ops_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.041s) 2022-05-18T05:33:48.7171116Z test_bitwise_ops_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.041s) 2022-05-18T05:33:48.7238403Z test_bool_tensor_comparison_ops_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:33:48.7979723Z test_broadcasting_add_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.074s) 2022-05-18T05:33:48.8344151Z test_broadcasting_add_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.036s) 2022-05-18T05:33:48.8705613Z test_broadcasting_bitwise_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.036s) 2022-05-18T05:33:48.9066934Z test_broadcasting_bitwise_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.036s) 2022-05-18T05:33:48.9428188Z test_broadcasting_bitwise_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.036s) 2022-05-18T05:33:49.0164508Z test_broadcasting_float_power_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.073s) 2022-05-18T05:33:49.0707505Z test_broadcasting_float_power_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.054s) 2022-05-18T05:33:49.1460966Z test_broadcasting_fmod_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.075s) 2022-05-18T05:33:49.1853856Z test_broadcasting_fmod_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.039s) 2022-05-18T05:33:49.2227866Z test_broadcasting_gcd_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.037s) 2022-05-18T05:33:49.2934349Z test_broadcasting_heaviside_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.071s) 2022-05-18T05:33:49.3297546Z test_broadcasting_heaviside_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.036s) 2022-05-18T05:33:49.3931867Z test_broadcasting_isclose_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.063s) 2022-05-18T05:33:49.4350786Z test_broadcasting_isclose_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.042s) 2022-05-18T05:33:49.5101331Z test_broadcasting_jiterator_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.075s) 2022-05-18T05:33:49.5481447Z test_broadcasting_jiterator_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.038s) 2022-05-18T05:33:49.5854402Z test_broadcasting_lcm_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.037s) 2022-05-18T05:33:49.6428235Z test_broadcasting_logical_and_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.057s) 2022-05-18T05:33:49.6783859Z test_broadcasting_logical_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-05-18T05:33:49.7360852Z test_broadcasting_logical_or_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.058s) 2022-05-18T05:33:49.7720586Z test_broadcasting_logical_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.036s) 2022-05-18T05:33:49.8292474Z test_broadcasting_logical_xor_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.057s) 2022-05-18T05:33:49.8645754Z test_broadcasting_logical_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-05-18T05:33:49.9379211Z test_broadcasting_max_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.073s) 2022-05-18T05:33:49.9738860Z test_broadcasting_max_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.036s) 2022-05-18T05:33:50.0479747Z test_broadcasting_maximum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.074s) 2022-05-18T05:33:50.0839578Z test_broadcasting_maximum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.036s) 2022-05-18T05:33:50.1575260Z test_broadcasting_min_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.073s) 2022-05-18T05:33:50.1936477Z test_broadcasting_min_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.036s) 2022-05-18T05:33:50.2671127Z test_broadcasting_minimum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.073s) 2022-05-18T05:33:50.3036164Z test_broadcasting_minimum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.036s) 2022-05-18T05:33:50.3766723Z test_broadcasting_pow_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.073s) 2022-05-18T05:33:50.4126576Z test_broadcasting_pow_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.036s) 2022-05-18T05:33:50.4895027Z test_broadcasting_remainder_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.077s) 2022-05-18T05:33:50.5287364Z test_broadcasting_remainder_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.039s) 2022-05-18T05:33:50.6029414Z test_broadcasting_sub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.074s) 2022-05-18T05:33:50.6392020Z test_broadcasting_sub_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.036s) 2022-05-18T05:33:50.6404869Z test_cdiv_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:33:50.6418347Z test_cmul_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:33:50.6446054Z test_comparison_ops_check_for_scalar_overflow_cuda (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:33:50.6475904Z test_comparison_ops_check_for_zerodim_tensor_overflow_cuda (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:33:50.6497473Z test_comparison_ops_cuda (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:33:50.6624528Z test_comparison_ops_device_computation_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:33:50.6638261Z test_comparison_ops_must_take_bool_output_cuda (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:33:50.7756931Z test_comparison_ops_type_promotion_and_broadcasting_cuda_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.112s) 2022-05-18T05:33:50.8818821Z test_comparison_ops_type_promotion_and_broadcasting_cuda_bfloat16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.106s) 2022-05-18T05:33:50.9777409Z test_comparison_ops_type_promotion_and_broadcasting_cuda_bool_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.096s) 2022-05-18T05:33:50.9805008Z test_comparison_ops_type_promotion_and_broadcasting_cuda_complex128_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T05:33:51.0466926Z test_comparison_ops_type_promotion_and_broadcasting_cuda_complex128_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.066s) 2022-05-18T05:33:51.1121579Z test_comparison_ops_type_promotion_and_broadcasting_cuda_complex128_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.065s) 2022-05-18T05:33:51.1765544Z test_comparison_ops_type_promotion_and_broadcasting_cuda_complex128_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.064s) 2022-05-18T05:33:51.1798994Z test_comparison_ops_type_promotion_and_broadcasting_cuda_complex64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T05:33:51.2448930Z test_comparison_ops_type_promotion_and_broadcasting_cuda_complex64_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.065s) 2022-05-18T05:33:51.3105523Z test_comparison_ops_type_promotion_and_broadcasting_cuda_complex64_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.066s) 2022-05-18T05:33:51.3755864Z test_comparison_ops_type_promotion_and_broadcasting_cuda_complex64_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.065s) 2022-05-18T05:33:51.4417066Z test_comparison_ops_type_promotion_and_broadcasting_cuda_complex64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.066s) 2022-05-18T05:33:51.5511719Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.109s) 2022-05-18T05:33:51.6521931Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.101s) 2022-05-18T05:33:51.7546829Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.102s) 2022-05-18T05:33:51.8632290Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float32_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.108s) 2022-05-18T05:33:51.9626432Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float32_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.099s) 2022-05-18T05:33:52.0284532Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float32_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.066s) 2022-05-18T05:33:52.0947074Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float32_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.066s) 2022-05-18T05:33:52.1977031Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float32_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.103s) 2022-05-18T05:33:52.2999846Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float32_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.102s) 2022-05-18T05:33:52.4030180Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float32_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.103s) 2022-05-18T05:33:52.5010900Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float32_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.098s) 2022-05-18T05:33:52.5979609Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float32_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.097s) 2022-05-18T05:33:52.6959411Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float32_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.098s) 2022-05-18T05:33:52.7929167Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float32_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.097s) 2022-05-18T05:33:52.8908514Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float32_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.098s) 2022-05-18T05:33:53.0000327Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.109s) 2022-05-18T05:33:53.0999433Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float64_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.100s) 2022-05-18T05:33:53.1641157Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float64_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.064s) 2022-05-18T05:33:53.2304267Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float64_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.066s) 2022-05-18T05:33:53.3338875Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.103s) 2022-05-18T05:33:53.4361911Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.102s) 2022-05-18T05:33:53.5339648Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.098s) 2022-05-18T05:33:53.6324094Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.098s) 2022-05-18T05:33:53.7290380Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.096s) 2022-05-18T05:33:53.8258197Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.097s) 2022-05-18T05:33:53.9227991Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.097s) 2022-05-18T05:33:54.0269647Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.104s) 2022-05-18T05:33:54.1207048Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.094s) 2022-05-18T05:33:54.1815373Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int16_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.061s) 2022-05-18T05:33:54.2425061Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int16_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.061s) 2022-05-18T05:33:54.3417124Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.099s) 2022-05-18T05:33:54.4319134Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.090s) 2022-05-18T05:33:54.5229574Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.091s) 2022-05-18T05:33:54.6141691Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.091s) 2022-05-18T05:33:54.7194399Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int32_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.105s) 2022-05-18T05:33:54.8131981Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int32_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.094s) 2022-05-18T05:33:54.8740858Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int32_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.061s) 2022-05-18T05:33:54.9353066Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int32_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.061s) 2022-05-18T05:33:55.0351422Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int32_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.100s) 2022-05-18T05:33:55.1247151Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int32_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.089s) 2022-05-18T05:33:55.2159633Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int32_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.091s) 2022-05-18T05:33:55.3192725Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.103s) 2022-05-18T05:33:55.4139383Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int64_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.095s) 2022-05-18T05:33:55.4749998Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int64_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.061s) 2022-05-18T05:33:55.5361003Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int64_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.061s) 2022-05-18T05:33:55.6350480Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.099s) 2022-05-18T05:33:55.7253085Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.090s) 2022-05-18T05:33:55.8293161Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int8_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.104s) 2022-05-18T05:33:55.9236885Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int8_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.094s) 2022-05-18T05:33:55.9851658Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int8_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.061s) 2022-05-18T05:33:56.0467896Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int8_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.062s) 2022-05-18T05:33:56.1461872Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int8_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.099s) 2022-05-18T05:33:56.2368578Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int8_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.091s) 2022-05-18T05:33:56.3315790Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int8_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.095s) 2022-05-18T05:33:56.4234792Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int8_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.092s) 2022-05-18T05:33:56.5131352Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int8_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.090s) 2022-05-18T05:33:56.6177100Z test_comparison_ops_type_promotion_and_broadcasting_cuda_uint8_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.104s) 2022-05-18T05:33:56.7116556Z test_comparison_ops_type_promotion_and_broadcasting_cuda_uint8_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.094s) 2022-05-18T05:33:56.7726894Z test_comparison_ops_type_promotion_and_broadcasting_cuda_uint8_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.061s) 2022-05-18T05:33:56.8334538Z test_comparison_ops_type_promotion_and_broadcasting_cuda_uint8_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.061s) 2022-05-18T05:33:56.9326658Z test_comparison_ops_type_promotion_and_broadcasting_cuda_uint8_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.099s) 2022-05-18T05:33:57.0235464Z test_comparison_ops_type_promotion_and_broadcasting_cuda_uint8_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.091s) 2022-05-18T05:33:57.1164205Z test_comparison_ops_type_promotion_and_broadcasting_cuda_uint8_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.093s) 2022-05-18T05:33:57.2076502Z test_comparison_ops_type_promotion_and_broadcasting_cuda_uint8_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.091s) 2022-05-18T05:33:57.2985309Z test_comparison_ops_type_promotion_and_broadcasting_cuda_uint8_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.091s) 2022-05-18T05:33:57.3870508Z test_comparison_ops_type_promotion_and_broadcasting_cuda_uint8_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.088s) 2022-05-18T05:33:57.4039718Z test_complex_scalar_pow_tensor_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-05-18T05:33:57.4219939Z test_complex_scalar_pow_tensor_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-05-18T05:33:57.4395922Z test_complex_scalar_pow_tensor_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-05-18T05:33:57.4570230Z test_complex_scalar_pow_tensor_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-05-18T05:33:57.4739701Z test_complex_scalar_pow_tensor_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-05-18T05:33:57.4910709Z test_complex_scalar_pow_tensor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-05-18T05:33:57.5082664Z test_complex_scalar_pow_tensor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-05-18T05:33:57.5254704Z test_complex_scalar_pow_tensor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-05-18T05:33:57.5428413Z test_complex_scalar_pow_tensor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-05-18T05:33:57.5603255Z test_complex_scalar_pow_tensor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-05-18T05:33:57.5634919Z test_contig_size1___radd___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:57.5661073Z test_contig_size1___radd___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:57.5699020Z test_contig_size1___radd___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:57.5730445Z test_contig_size1___radd___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:57.5759708Z test_contig_size1___radd___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:57.5789072Z test_contig_size1___radd___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:57.5817832Z test_contig_size1___radd___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:57.5843869Z test_contig_size1___radd___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:57.5869873Z test_contig_size1___radd___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:57.5895709Z test_contig_size1___radd___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:57.5927655Z test_contig_size1___radd___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:57.5955017Z test_contig_size1___radd___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:57.5982539Z test_contig_size1___rand___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:57.6007905Z test_contig_size1___rand___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:57.6033639Z test_contig_size1___rand___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:57.6059191Z test_contig_size1___rand___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:57.6084801Z test_contig_size1___rand___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:57.6110964Z test_contig_size1___rand___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:57.6149266Z test_contig_size1___rdiv___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:57.6178693Z test_contig_size1___rdiv___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:57.6212332Z test_contig_size1___rdiv___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:57.6246213Z test_contig_size1___rdiv___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:57.6277428Z test_contig_size1___rdiv___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:57.6308594Z test_contig_size1___rdiv___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:57.6339445Z test_contig_size1___rdiv___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:57.6371157Z test_contig_size1___rdiv___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:57.6406783Z test_contig_size1___rdiv___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:57.6435940Z test_contig_size1___rdiv___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:57.6465728Z test_contig_size1___rdiv___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:57.6495472Z test_contig_size1___rdiv___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:57.6525707Z test_contig_size1___rmod___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:57.6554804Z test_contig_size1___rmod___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:57.6584037Z test_contig_size1___rmod___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:57.6613091Z test_contig_size1___rmod___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:57.6644409Z test_contig_size1___rmod___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:57.6669915Z test_contig_size1___rmod___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:57.6694973Z test_contig_size1___rmod___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:57.6720732Z test_contig_size1___rmod___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:57.6746625Z test_contig_size1___rmod___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:57.6775467Z test_contig_size1___rmul___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:57.6801282Z test_contig_size1___rmul___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:57.6832781Z test_contig_size1___rmul___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:57.6869670Z test_contig_size1___rmul___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:57.6898408Z test_contig_size1___rmul___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:57.6927648Z test_contig_size1___rmul___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:57.6956354Z test_contig_size1___rmul___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:57.6982262Z test_contig_size1___rmul___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:57.7009811Z test_contig_size1___rmul___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:57.7036881Z test_contig_size1___rmul___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:57.7068018Z test_contig_size1___rmul___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:57.7093542Z test_contig_size1___rmul___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:57.7119233Z test_contig_size1___ror___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:57.7145074Z test_contig_size1___ror___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:57.7170578Z test_contig_size1___ror___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:57.7196474Z test_contig_size1___ror___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:57.7222220Z test_contig_size1___ror___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:57.7247998Z test_contig_size1___ror___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:57.7287033Z test_contig_size1___rpow___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:57.7319276Z test_contig_size1___rpow___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:57.7351753Z test_contig_size1___rpow___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:57.7382377Z test_contig_size1___rpow___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:57.7412001Z test_contig_size1___rpow___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:57.7441861Z test_contig_size1___rpow___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:57.7468701Z test_contig_size1___rpow___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:57.7495594Z test_contig_size1___rpow___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:57.7528345Z test_contig_size1___rpow___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:57.7554883Z test_contig_size1___rpow___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:57.7581662Z test_contig_size1___rpow___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:57.7610960Z test_contig_size1___rsub___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:57.7642443Z test_contig_size1___rsub___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:57.7674413Z test_contig_size1___rsub___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:57.7703847Z test_contig_size1___rsub___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:57.7733194Z test_contig_size1___rsub___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:57.7770341Z test_contig_size1___rsub___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:57.7797982Z test_contig_size1___rsub___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:57.7825894Z test_contig_size1___rsub___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:57.7850970Z test_contig_size1___rsub___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:57.7876959Z test_contig_size1___rsub___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:57.7902968Z test_contig_size1___rsub___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:57.7928166Z test_contig_size1___rxor___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:57.7954220Z test_contig_size1___rxor___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:57.7986035Z test_contig_size1___rxor___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:57.8010989Z test_contig_size1___rxor___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:57.8036651Z test_contig_size1___rxor___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:57.8062543Z test_contig_size1___rxor___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:57.8091934Z test_contig_size1_add_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:57.8117414Z test_contig_size1_add_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:57.8149202Z test_contig_size1_add_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:57.8181101Z test_contig_size1_add_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:57.8217812Z test_contig_size1_add_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:57.8246958Z test_contig_size1_add_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:57.8275695Z test_contig_size1_add_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:57.8304735Z test_contig_size1_add_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:57.8330018Z test_contig_size1_add_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:57.8355642Z test_contig_size1_add_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:57.8380739Z test_contig_size1_add_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:57.8408774Z test_contig_size1_add_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:57.8441712Z test_contig_size1_add_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:57.8473341Z test_contig_size1_atan2_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:57.8502606Z test_contig_size1_atan2_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:57.8533797Z test_contig_size1_atan2_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:57.8564769Z test_contig_size1_atan2_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:57.8595643Z test_contig_size1_atan2_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:57.8625234Z test_contig_size1_atan2_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:57.8654386Z test_contig_size1_atan2_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:57.8689905Z test_contig_size1_atan2_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:57.8719311Z test_contig_size1_atan2_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:57.8748617Z test_contig_size1_atan2_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:57.8775706Z test_contig_size1_bitwise_and_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:57.8803746Z test_contig_size1_bitwise_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:57.8831526Z test_contig_size1_bitwise_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:57.8858600Z test_contig_size1_bitwise_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:57.8886381Z test_contig_size1_bitwise_and_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:57.8920050Z test_contig_size1_bitwise_and_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:57.8947724Z test_contig_size1_bitwise_left_shift_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:57.8975148Z test_contig_size1_bitwise_left_shift_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:57.9002434Z test_contig_size1_bitwise_left_shift_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:57.9030198Z test_contig_size1_bitwise_left_shift_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:57.9057789Z test_contig_size1_bitwise_left_shift_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:57.9085755Z test_contig_size1_bitwise_or_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:57.9113693Z test_contig_size1_bitwise_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:57.9147926Z test_contig_size1_bitwise_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:57.9174896Z test_contig_size1_bitwise_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:57.9202571Z test_contig_size1_bitwise_or_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:57.9230052Z test_contig_size1_bitwise_or_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:57.9257534Z test_contig_size1_bitwise_right_shift_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:57.9285414Z test_contig_size1_bitwise_right_shift_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:57.9312850Z test_contig_size1_bitwise_right_shift_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:57.9340699Z test_contig_size1_bitwise_right_shift_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:57.9372438Z test_contig_size1_bitwise_right_shift_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:57.9398493Z test_contig_size1_bitwise_xor_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:57.9423971Z test_contig_size1_bitwise_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:57.9449633Z test_contig_size1_bitwise_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:57.9475178Z test_contig_size1_bitwise_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:57.9501051Z test_contig_size1_bitwise_xor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:57.9526963Z test_contig_size1_bitwise_xor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:57.9558075Z test_contig_size1_complex_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:57.9593872Z test_contig_size1_complex_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:57.9623323Z test_contig_size1_complex_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:57.9652457Z test_contig_size1_copysign_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:57.9679995Z test_contig_size1_copysign_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:57.9709586Z test_contig_size1_copysign_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:57.9738774Z test_contig_size1_copysign_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:57.9767921Z test_contig_size1_copysign_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:57.9795993Z test_contig_size1_copysign_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:57.9829409Z test_contig_size1_copysign_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:57.9860154Z test_contig_size1_copysign_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:57.9887596Z test_contig_size1_copysign_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:57.9915116Z test_contig_size1_copysign_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:57.9946725Z test_contig_size1_div_floor_rounding_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:57.9977382Z test_contig_size1_div_floor_rounding_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.0008795Z test_contig_size1_div_floor_rounding_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.0039561Z test_contig_size1_div_floor_rounding_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.0075869Z test_contig_size1_div_floor_rounding_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:58.0105154Z test_contig_size1_div_floor_rounding_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.0134061Z test_contig_size1_div_floor_rounding_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.0163282Z test_contig_size1_div_floor_rounding_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.0192505Z test_contig_size1_div_floor_rounding_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.0223333Z test_contig_size1_div_no_rounding_mode_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.0251958Z test_contig_size1_div_no_rounding_mode_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.0285500Z test_contig_size1_div_no_rounding_mode_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.0324737Z test_contig_size1_div_no_rounding_mode_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:58.0355350Z test_contig_size1_div_no_rounding_mode_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.0386586Z test_contig_size1_div_no_rounding_mode_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.0416537Z test_contig_size1_div_no_rounding_mode_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.0445708Z test_contig_size1_div_no_rounding_mode_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.0474690Z test_contig_size1_div_no_rounding_mode_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.0504171Z test_contig_size1_div_no_rounding_mode_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.0532959Z test_contig_size1_div_no_rounding_mode_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.0567549Z test_contig_size1_div_no_rounding_mode_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.0598552Z test_contig_size1_div_trunc_rounding_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.0629582Z test_contig_size1_div_trunc_rounding_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.0659995Z test_contig_size1_div_trunc_rounding_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.0690566Z test_contig_size1_div_trunc_rounding_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.0719995Z test_contig_size1_div_trunc_rounding_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.0749470Z test_contig_size1_div_trunc_rounding_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.0778896Z test_contig_size1_div_trunc_rounding_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.0814718Z test_contig_size1_div_trunc_rounding_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.0843920Z test_contig_size1_div_trunc_rounding_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.0878748Z test_contig_size1_eq_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.0908082Z test_contig_size1_eq_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.0937873Z test_contig_size1_eq_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.0967678Z test_contig_size1_eq_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.0995787Z test_contig_size1_eq_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.1031245Z test_contig_size1_eq_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.1058039Z test_contig_size1_eq_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.1084020Z test_contig_size1_eq_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.1110134Z test_contig_size1_eq_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:58.1135970Z test_contig_size1_eq_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:58.1168938Z test_contig_size1_eq_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.1195557Z test_contig_size1_eq_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.1225985Z test_contig_size1_float_power_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.1261587Z test_contig_size1_float_power_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.1291258Z test_contig_size1_float_power_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.1323102Z test_contig_size1_float_power_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.1352847Z test_contig_size1_float_power_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.1382297Z test_contig_size1_float_power_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.1411371Z test_contig_size1_float_power_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.1441063Z test_contig_size1_float_power_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.1471239Z test_contig_size1_float_power_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.1507305Z test_contig_size1_float_power_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.1536189Z test_contig_size1_float_power_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.1565964Z test_contig_size1_float_power_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.1599223Z test_contig_size1_floor_divide_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.1631999Z test_contig_size1_floor_divide_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.1663108Z test_contig_size1_floor_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.1693180Z test_contig_size1_floor_divide_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.1720984Z test_contig_size1_floor_divide_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.1756010Z test_contig_size1_floor_divide_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.1785159Z test_contig_size1_floor_divide_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.1814061Z test_contig_size1_floor_divide_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.1843532Z test_contig_size1_floor_divide_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.1874902Z test_contig_size1_fmax_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.1902473Z test_contig_size1_fmax_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.1933639Z test_contig_size1_fmax_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.1962859Z test_contig_size1_fmax_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.1997204Z test_contig_size1_fmax_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.2022787Z test_contig_size1_fmax_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:58.2048155Z test_contig_size1_fmax_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:58.2073643Z test_contig_size1_fmax_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:58.2098997Z test_contig_size1_fmax_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:58.2124512Z test_contig_size1_fmax_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:58.2153721Z test_contig_size1_fmin_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.2181233Z test_contig_size1_fmin_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.2217258Z test_contig_size1_fmin_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:58.2246555Z test_contig_size1_fmin_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.2275190Z test_contig_size1_fmin_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.2300844Z test_contig_size1_fmin_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:58.2326715Z test_contig_size1_fmin_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:58.2352260Z test_contig_size1_fmin_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:58.2378072Z test_contig_size1_fmin_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:58.2404366Z test_contig_size1_fmin_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.2442498Z test_contig_size1_fmod_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:58.2473296Z test_contig_size1_fmod_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.2505906Z test_contig_size1_fmod_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.2534974Z test_contig_size1_fmod_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.2564550Z test_contig_size1_fmod_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.2593925Z test_contig_size1_fmod_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.2623845Z test_contig_size1_fmod_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.2651654Z test_contig_size1_fmod_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.2683814Z test_contig_size1_gcd_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.2709560Z test_contig_size1_gcd_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:58.2734655Z test_contig_size1_gcd_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:58.2760351Z test_contig_size1_gcd_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:58.2786222Z test_contig_size1_gcd_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:58.2813872Z test_contig_size1_ge_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.2839696Z test_contig_size1_ge_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:58.2867830Z test_contig_size1_ge_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.2903232Z test_contig_size1_ge_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.2930386Z test_contig_size1_ge_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.2956271Z test_contig_size1_ge_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:58.2982256Z test_contig_size1_ge_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:58.3007665Z test_contig_size1_ge_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:58.3033614Z test_contig_size1_ge_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:58.3058972Z test_contig_size1_ge_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:58.3086915Z test_contig_size1_gt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.3118705Z test_contig_size1_gt_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.3146479Z test_contig_size1_gt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.3173394Z test_contig_size1_gt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.3200868Z test_contig_size1_gt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.3226660Z test_contig_size1_gt_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:58.3252125Z test_contig_size1_gt_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:58.3278064Z test_contig_size1_gt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:58.3303654Z test_contig_size1_gt_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:58.3334265Z test_contig_size1_gt_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.3364305Z test_contig_size1_heaviside_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.3390034Z test_contig_size1_heaviside_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:58.3418912Z test_contig_size1_heaviside_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.3448471Z test_contig_size1_heaviside_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.3477075Z test_contig_size1_heaviside_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.3502903Z test_contig_size1_heaviside_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:58.3528711Z test_contig_size1_heaviside_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:58.3559370Z test_contig_size1_heaviside_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.3585438Z test_contig_size1_heaviside_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.3610942Z test_contig_size1_heaviside_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:33:58.3640474Z test_contig_size1_hypot_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.3670111Z test_contig_size1_hypot_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.3699448Z test_contig_size1_hypot_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.3728512Z test_contig_size1_hypot_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.3758117Z test_contig_size1_igamma_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.3793779Z test_contig_size1_igamma_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.3823294Z test_contig_size1_igammac_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.3853300Z test_contig_size1_igammac_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.3885508Z test_contig_size1_isclose_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.3916441Z test_contig_size1_isclose_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.3952018Z test_contig_size1_isclose_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.3987612Z test_contig_size1_isclose_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.4019792Z test_contig_size1_isclose_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.4058413Z test_contig_size1_isclose_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:58.4090661Z test_contig_size1_isclose_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.4121778Z test_contig_size1_isclose_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.4152692Z test_contig_size1_isclose_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.4181750Z test_contig_size1_isclose_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.4210490Z test_contig_size1_isclose_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.4239647Z test_contig_size1_isclose_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.4270036Z test_contig_size1_jiterator_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.4301842Z test_contig_size1_jiterator_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.4333668Z test_contig_size1_jiterator_binary_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.4365478Z test_contig_size1_jiterator_binary_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.4395605Z test_contig_size1_jiterator_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.4425179Z test_contig_size1_jiterator_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.4456062Z test_contig_size1_jiterator_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.4484884Z test_contig_size1_jiterator_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.4512962Z test_contig_size1_jiterator_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.4546236Z test_contig_size1_jiterator_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.4573890Z test_contig_size1_jiterator_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.4602123Z test_contig_size1_jiterator_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.4634353Z test_contig_size1_large_dim___radd___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.4662635Z test_contig_size1_large_dim___radd___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.4704315Z test_contig_size1_large_dim___radd___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:58.4740595Z test_contig_size1_large_dim___radd___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:58.4773328Z test_contig_size1_large_dim___radd___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.4811572Z test_contig_size1_large_dim___radd___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:58.4843452Z test_contig_size1_large_dim___radd___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.4872093Z test_contig_size1_large_dim___radd___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.4900343Z test_contig_size1_large_dim___radd___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.4928317Z test_contig_size1_large_dim___radd___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.4957150Z test_contig_size1_large_dim___radd___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.4986283Z test_contig_size1_large_dim___radd___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.5020677Z test_contig_size1_large_dim___rand___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.5049044Z test_contig_size1_large_dim___rand___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.5077581Z test_contig_size1_large_dim___rand___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.5105789Z test_contig_size1_large_dim___rand___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.5134149Z test_contig_size1_large_dim___rand___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.5162810Z test_contig_size1_large_dim___rand___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.5199368Z test_contig_size1_large_dim___rdiv___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:58.5235557Z test_contig_size1_large_dim___rdiv___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:58.5283753Z test_contig_size1_large_dim___rdiv___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:33:58.5323040Z test_contig_size1_large_dim___rdiv___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:58.5358151Z test_contig_size1_large_dim___rdiv___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.5392934Z test_contig_size1_large_dim___rdiv___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.5429574Z test_contig_size1_large_dim___rdiv___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:58.5462913Z test_contig_size1_large_dim___rdiv___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.5495860Z test_contig_size1_large_dim___rdiv___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.5534004Z test_contig_size1_large_dim___rdiv___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:58.5575407Z test_contig_size1_large_dim___rdiv___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:58.5608248Z test_contig_size1_large_dim___rdiv___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.5640940Z test_contig_size1_large_dim___rmod___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.5673634Z test_contig_size1_large_dim___rmod___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.5706298Z test_contig_size1_large_dim___rmod___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.5740630Z test_contig_size1_large_dim___rmod___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.5771367Z test_contig_size1_large_dim___rmod___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.5802794Z test_contig_size1_large_dim___rmod___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.5840918Z test_contig_size1_large_dim___rmod___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:58.5869602Z test_contig_size1_large_dim___rmod___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.5897594Z test_contig_size1_large_dim___rmod___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.5930040Z test_contig_size1_large_dim___rmul___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.5958134Z test_contig_size1_large_dim___rmul___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.5997057Z test_contig_size1_large_dim___rmul___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:58.6033706Z test_contig_size1_large_dim___rmul___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:58.6066085Z test_contig_size1_large_dim___rmul___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.6103849Z test_contig_size1_large_dim___rmul___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:58.6136982Z test_contig_size1_large_dim___rmul___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.6165597Z test_contig_size1_large_dim___rmul___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.6194092Z test_contig_size1_large_dim___rmul___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.6221945Z test_contig_size1_large_dim___rmul___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.6250249Z test_contig_size1_large_dim___rmul___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.6279064Z test_contig_size1_large_dim___rmul___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.6308008Z test_contig_size1_large_dim___ror___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.6342745Z test_contig_size1_large_dim___ror___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.6370843Z test_contig_size1_large_dim___ror___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.6399161Z test_contig_size1_large_dim___ror___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.6427609Z test_contig_size1_large_dim___ror___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.6456151Z test_contig_size1_large_dim___ror___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.6490617Z test_contig_size1_large_dim___rpow___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.6531763Z test_contig_size1_large_dim___rpow___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:58.6568578Z test_contig_size1_large_dim___rpow___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:58.6608393Z test_contig_size1_large_dim___rpow___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:58.6641573Z test_contig_size1_large_dim___rpow___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.6676605Z test_contig_size1_large_dim___rpow___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.6706468Z test_contig_size1_large_dim___rpow___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.6735953Z test_contig_size1_large_dim___rpow___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.6765546Z test_contig_size1_large_dim___rpow___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.6795459Z test_contig_size1_large_dim___rpow___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.6825264Z test_contig_size1_large_dim___rpow___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.6864066Z test_contig_size1_large_dim___rsub___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:58.6903272Z test_contig_size1_large_dim___rsub___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:58.6938004Z test_contig_size1_large_dim___rsub___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.6970657Z test_contig_size1_large_dim___rsub___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.7003400Z test_contig_size1_large_dim___rsub___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.7035709Z test_contig_size1_large_dim___rsub___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.7064629Z test_contig_size1_large_dim___rsub___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.7093262Z test_contig_size1_large_dim___rsub___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.7127457Z test_contig_size1_large_dim___rsub___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.7156086Z test_contig_size1_large_dim___rsub___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.7185048Z test_contig_size1_large_dim___rsub___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.7213021Z test_contig_size1_large_dim___rxor___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.7241354Z test_contig_size1_large_dim___rxor___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.7269760Z test_contig_size1_large_dim___rxor___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.7297800Z test_contig_size1_large_dim___rxor___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.7326510Z test_contig_size1_large_dim___rxor___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.7360576Z test_contig_size1_large_dim___rxor___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.7392959Z test_contig_size1_large_dim_add_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.7421236Z test_contig_size1_large_dim_add_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.7460015Z test_contig_size1_large_dim_add_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:58.7496008Z test_contig_size1_large_dim_add_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.7532978Z test_contig_size1_large_dim_add_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:58.7565606Z test_contig_size1_large_dim_add_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.7598641Z test_contig_size1_large_dim_add_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.7639797Z test_contig_size1_large_dim_add_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:58.7668178Z test_contig_size1_large_dim_add_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.7698578Z test_contig_size1_large_dim_add_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.7728735Z test_contig_size1_large_dim_add_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.7759960Z test_contig_size1_large_dim_add_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.7791183Z test_contig_size1_large_dim_add_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.7824378Z test_contig_size1_large_dim_atan2_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.7855156Z test_contig_size1_large_dim_atan2_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.7894013Z test_contig_size1_large_dim_atan2_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:58.7926618Z test_contig_size1_large_dim_atan2_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.7958464Z test_contig_size1_large_dim_atan2_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.7989222Z test_contig_size1_large_dim_atan2_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.8019407Z test_contig_size1_large_dim_atan2_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.8050080Z test_contig_size1_large_dim_atan2_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.8081120Z test_contig_size1_large_dim_atan2_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.8112023Z test_contig_size1_large_dim_atan2_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.8146847Z test_contig_size1_large_dim_bitwise_and_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.8175140Z test_contig_size1_large_dim_bitwise_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.8203813Z test_contig_size1_large_dim_bitwise_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.8232063Z test_contig_size1_large_dim_bitwise_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.8263023Z test_contig_size1_large_dim_bitwise_and_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.8291342Z test_contig_size1_large_dim_bitwise_and_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.8320415Z test_contig_size1_large_dim_bitwise_left_shift_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.8349246Z test_contig_size1_large_dim_bitwise_left_shift_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.8383723Z test_contig_size1_large_dim_bitwise_left_shift_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.8412009Z test_contig_size1_large_dim_bitwise_left_shift_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.8440737Z test_contig_size1_large_dim_bitwise_left_shift_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.8469033Z test_contig_size1_large_dim_bitwise_or_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.8497296Z test_contig_size1_large_dim_bitwise_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.8526080Z test_contig_size1_large_dim_bitwise_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.8554049Z test_contig_size1_large_dim_bitwise_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.8582914Z test_contig_size1_large_dim_bitwise_or_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.8617006Z test_contig_size1_large_dim_bitwise_or_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.8645379Z test_contig_size1_large_dim_bitwise_right_shift_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.8674083Z test_contig_size1_large_dim_bitwise_right_shift_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.8702137Z test_contig_size1_large_dim_bitwise_right_shift_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.8730408Z test_contig_size1_large_dim_bitwise_right_shift_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.8759179Z test_contig_size1_large_dim_bitwise_right_shift_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.8787753Z test_contig_size1_large_dim_bitwise_xor_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.8816475Z test_contig_size1_large_dim_bitwise_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.8852151Z test_contig_size1_large_dim_bitwise_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.8882634Z test_contig_size1_large_dim_bitwise_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.8913455Z test_contig_size1_large_dim_bitwise_xor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.8944542Z test_contig_size1_large_dim_bitwise_xor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.8980274Z test_contig_size1_large_dim_complex_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.9015262Z test_contig_size1_large_dim_complex_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.9050231Z test_contig_size1_large_dim_complex_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.9085345Z test_contig_size1_large_dim_copysign_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.9123519Z test_contig_size1_large_dim_copysign_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:58.9157942Z test_contig_size1_large_dim_copysign_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.9192795Z test_contig_size1_large_dim_copysign_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.9229807Z test_contig_size1_large_dim_copysign_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:58.9262737Z test_contig_size1_large_dim_copysign_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.9295731Z test_contig_size1_large_dim_copysign_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.9330564Z test_contig_size1_large_dim_copysign_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.9369810Z test_contig_size1_large_dim_copysign_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:58.9402842Z test_contig_size1_large_dim_copysign_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.9440243Z test_contig_size1_large_dim_div_floor_rounding_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:58.9475071Z test_contig_size1_large_dim_div_floor_rounding_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.9509803Z test_contig_size1_large_dim_div_floor_rounding_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.9544108Z test_contig_size1_large_dim_div_floor_rounding_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.9576631Z test_contig_size1_large_dim_div_floor_rounding_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.9609791Z test_contig_size1_large_dim_div_floor_rounding_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.9649151Z test_contig_size1_large_dim_div_floor_rounding_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:58.9681628Z test_contig_size1_large_dim_div_floor_rounding_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.9714242Z test_contig_size1_large_dim_div_floor_rounding_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.9748657Z test_contig_size1_large_dim_div_no_rounding_mode_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.9783932Z test_contig_size1_large_dim_div_no_rounding_mode_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.9825038Z test_contig_size1_large_dim_div_no_rounding_mode_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:58.9862616Z test_contig_size1_large_dim_div_no_rounding_mode_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:58.9897265Z test_contig_size1_large_dim_div_no_rounding_mode_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:58.9938459Z test_contig_size1_large_dim_div_no_rounding_mode_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:58.9974403Z test_contig_size1_large_dim_div_no_rounding_mode_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:59.0007208Z test_contig_size1_large_dim_div_no_rounding_mode_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.0039408Z test_contig_size1_large_dim_div_no_rounding_mode_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.0073978Z test_contig_size1_large_dim_div_no_rounding_mode_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.0106811Z test_contig_size1_large_dim_div_no_rounding_mode_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.0138993Z test_contig_size1_large_dim_div_no_rounding_mode_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.0173842Z test_contig_size1_large_dim_div_trunc_rounding_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.0214400Z test_contig_size1_large_dim_div_trunc_rounding_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:59.0248605Z test_contig_size1_large_dim_div_trunc_rounding_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.0282734Z test_contig_size1_large_dim_div_trunc_rounding_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.0315155Z test_contig_size1_large_dim_div_trunc_rounding_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.0347619Z test_contig_size1_large_dim_div_trunc_rounding_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.0381784Z test_contig_size1_large_dim_div_trunc_rounding_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.0414100Z test_contig_size1_large_dim_div_trunc_rounding_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.0446730Z test_contig_size1_large_dim_div_trunc_rounding_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.0482896Z test_contig_size1_large_dim_eq_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:59.0510973Z test_contig_size1_large_dim_eq_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.0545764Z test_contig_size1_large_dim_eq_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.0579845Z test_contig_size1_large_dim_eq_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.0610319Z test_contig_size1_large_dim_eq_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.0640800Z test_contig_size1_large_dim_eq_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.0671605Z test_contig_size1_large_dim_eq_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.0699548Z test_contig_size1_large_dim_eq_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.0733722Z test_contig_size1_large_dim_eq_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.0762251Z test_contig_size1_large_dim_eq_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.0790792Z test_contig_size1_large_dim_eq_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.0818891Z test_contig_size1_large_dim_eq_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.0851692Z test_contig_size1_large_dim_float_power_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.0882375Z test_contig_size1_large_dim_float_power_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.0919903Z test_contig_size1_large_dim_float_power_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:59.0955541Z test_contig_size1_large_dim_float_power_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.0993808Z test_contig_size1_large_dim_float_power_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:59.1026238Z test_contig_size1_large_dim_float_power_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.1060183Z test_contig_size1_large_dim_float_power_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.1092885Z test_contig_size1_large_dim_float_power_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.1124075Z test_contig_size1_large_dim_float_power_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.1157378Z test_contig_size1_large_dim_float_power_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.1188818Z test_contig_size1_large_dim_float_power_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.1219363Z test_contig_size1_large_dim_float_power_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.1261468Z test_contig_size1_large_dim_floor_divide_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:59.1295818Z test_contig_size1_large_dim_floor_divide_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.1330274Z test_contig_size1_large_dim_floor_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.1367000Z test_contig_size1_large_dim_floor_divide_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:59.1398533Z test_contig_size1_large_dim_floor_divide_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.1429446Z test_contig_size1_large_dim_floor_divide_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.1460274Z test_contig_size1_large_dim_floor_divide_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.1491601Z test_contig_size1_large_dim_floor_divide_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.1529067Z test_contig_size1_large_dim_floor_divide_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:59.1562209Z test_contig_size1_large_dim_fmax_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.1590579Z test_contig_size1_large_dim_fmax_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.1623026Z test_contig_size1_large_dim_fmax_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.1655098Z test_contig_size1_large_dim_fmax_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.1687636Z test_contig_size1_large_dim_fmax_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.1717031Z test_contig_size1_large_dim_fmax_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.1745826Z test_contig_size1_large_dim_fmax_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.1780040Z test_contig_size1_large_dim_fmax_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.1808579Z test_contig_size1_large_dim_fmax_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.1837302Z test_contig_size1_large_dim_fmax_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.1870304Z test_contig_size1_large_dim_fmin_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.1898435Z test_contig_size1_large_dim_fmin_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.1931175Z test_contig_size1_large_dim_fmin_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.1963872Z test_contig_size1_large_dim_fmin_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.1996390Z test_contig_size1_large_dim_fmin_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.2033003Z test_contig_size1_large_dim_fmin_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:59.2063394Z test_contig_size1_large_dim_fmin_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.2093711Z test_contig_size1_large_dim_fmin_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.2124495Z test_contig_size1_large_dim_fmin_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.2155016Z test_contig_size1_large_dim_fmin_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.2192642Z test_contig_size1_large_dim_fmod_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:59.2229448Z test_contig_size1_large_dim_fmod_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:59.2265803Z test_contig_size1_large_dim_fmod_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:59.2304603Z test_contig_size1_large_dim_fmod_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:59.2336843Z test_contig_size1_large_dim_fmod_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.2369488Z test_contig_size1_large_dim_fmod_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.2402594Z test_contig_size1_large_dim_fmod_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.2435499Z test_contig_size1_large_dim_fmod_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.2465818Z test_contig_size1_large_dim_gcd_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.2494309Z test_contig_size1_large_dim_gcd_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.2522675Z test_contig_size1_large_dim_gcd_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.2556897Z test_contig_size1_large_dim_gcd_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.2585599Z test_contig_size1_large_dim_gcd_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.2615709Z test_contig_size1_large_dim_ge_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.2643850Z test_contig_size1_large_dim_ge_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.2674249Z test_contig_size1_large_dim_ge_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.2704651Z test_contig_size1_large_dim_ge_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.2734842Z test_contig_size1_large_dim_ge_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.2763740Z test_contig_size1_large_dim_ge_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.2798241Z test_contig_size1_large_dim_ge_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.2826470Z test_contig_size1_large_dim_ge_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.2854494Z test_contig_size1_large_dim_ge_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.2883218Z test_contig_size1_large_dim_ge_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.2913964Z test_contig_size1_large_dim_gt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.2942008Z test_contig_size1_large_dim_gt_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.2972174Z test_contig_size1_large_dim_gt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.3002750Z test_contig_size1_large_dim_gt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.3039673Z test_contig_size1_large_dim_gt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:59.3068069Z test_contig_size1_large_dim_gt_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.3096565Z test_contig_size1_large_dim_gt_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.3124914Z test_contig_size1_large_dim_gt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.3153515Z test_contig_size1_large_dim_gt_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.3182476Z test_contig_size1_large_dim_gt_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.3215953Z test_contig_size1_large_dim_heaviside_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.3245059Z test_contig_size1_large_dim_heaviside_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.3283712Z test_contig_size1_large_dim_heaviside_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:59.3318249Z test_contig_size1_large_dim_heaviside_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.3352951Z test_contig_size1_large_dim_heaviside_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.3383832Z test_contig_size1_large_dim_heaviside_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.3414552Z test_contig_size1_large_dim_heaviside_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.3445356Z test_contig_size1_large_dim_heaviside_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.3476762Z test_contig_size1_large_dim_heaviside_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.3508261Z test_contig_size1_large_dim_heaviside_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.3550014Z test_contig_size1_large_dim_hypot_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:59.3584781Z test_contig_size1_large_dim_hypot_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.3619151Z test_contig_size1_large_dim_hypot_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.3653408Z test_contig_size1_large_dim_hypot_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.3686756Z test_contig_size1_large_dim_igamma_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.3739081Z test_contig_size1_large_dim_igamma_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:33:59.3773063Z test_contig_size1_large_dim_igammac_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.3834778Z test_contig_size1_large_dim_igammac_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:33:59.3868049Z test_contig_size1_large_dim_isclose_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.3899575Z test_contig_size1_large_dim_isclose_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.3940577Z test_contig_size1_large_dim_isclose_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:59.3976868Z test_contig_size1_large_dim_isclose_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:59.4010175Z test_contig_size1_large_dim_isclose_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.4043787Z test_contig_size1_large_dim_isclose_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.4077267Z test_contig_size1_large_dim_isclose_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.4115273Z test_contig_size1_large_dim_isclose_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:59.4147562Z test_contig_size1_large_dim_isclose_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.4178983Z test_contig_size1_large_dim_isclose_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.4210851Z test_contig_size1_large_dim_isclose_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.4242760Z test_contig_size1_large_dim_isclose_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.4275780Z test_contig_size1_large_dim_jiterator_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.4306806Z test_contig_size1_large_dim_jiterator_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.4344620Z test_contig_size1_large_dim_jiterator_binary_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:59.4386035Z test_contig_size1_large_dim_jiterator_binary_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:59.4418710Z test_contig_size1_large_dim_jiterator_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.4451208Z test_contig_size1_large_dim_jiterator_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.4483310Z test_contig_size1_large_dim_jiterator_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.4512070Z test_contig_size1_large_dim_jiterator_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.4540524Z test_contig_size1_large_dim_jiterator_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.4568859Z test_contig_size1_large_dim_jiterator_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.4597985Z test_contig_size1_large_dim_jiterator_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.4632745Z test_contig_size1_large_dim_jiterator_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.4661028Z test_contig_size1_large_dim_lcm_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.4691917Z test_contig_size1_large_dim_lcm_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.4722527Z test_contig_size1_large_dim_lcm_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.4753466Z test_contig_size1_large_dim_lcm_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.4784723Z test_contig_size1_large_dim_lcm_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.4820988Z test_contig_size1_large_dim_ldexp_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:59.4854483Z test_contig_size1_large_dim_ldexp_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.4898661Z test_contig_size1_large_dim_ldexp_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:59.4934155Z test_contig_size1_large_dim_ldexp_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.4967190Z test_contig_size1_large_dim_ldexp_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.5000155Z test_contig_size1_large_dim_ldexp_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.5033260Z test_contig_size1_large_dim_ldexp_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.5064772Z test_contig_size1_large_dim_ldexp_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.5096390Z test_contig_size1_large_dim_ldexp_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.5130639Z test_contig_size1_large_dim_ldexp_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.5172091Z test_contig_size1_large_dim_ldexp_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:59.5203078Z test_contig_size1_large_dim_ldexp_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.5233616Z test_contig_size1_large_dim_le_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.5262356Z test_contig_size1_large_dim_le_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.5292583Z test_contig_size1_large_dim_le_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.5323209Z test_contig_size1_large_dim_le_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.5354249Z test_contig_size1_large_dim_le_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.5383084Z test_contig_size1_large_dim_le_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.5417722Z test_contig_size1_large_dim_le_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.5446601Z test_contig_size1_large_dim_le_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.5474819Z test_contig_size1_large_dim_le_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.5503655Z test_contig_size1_large_dim_le_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.5536615Z test_contig_size1_large_dim_logical_and_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.5567640Z test_contig_size1_large_dim_logical_and_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.5606407Z test_contig_size1_large_dim_logical_and_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:59.5643547Z test_contig_size1_large_dim_logical_and_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:59.5682358Z test_contig_size1_large_dim_logical_and_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:59.5714883Z test_contig_size1_large_dim_logical_and_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.5745583Z test_contig_size1_large_dim_logical_and_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.5773918Z test_contig_size1_large_dim_logical_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.5802543Z test_contig_size1_large_dim_logical_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.5831433Z test_contig_size1_large_dim_logical_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.5859604Z test_contig_size1_large_dim_logical_and_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.5888610Z test_contig_size1_large_dim_logical_and_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.5924901Z test_contig_size1_large_dim_logical_or_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:59.5953776Z test_contig_size1_large_dim_logical_or_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.5988453Z test_contig_size1_large_dim_logical_or_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.6020877Z test_contig_size1_large_dim_logical_or_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.6051482Z test_contig_size1_large_dim_logical_or_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.6081788Z test_contig_size1_large_dim_logical_or_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.6112339Z test_contig_size1_large_dim_logical_or_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.6141059Z test_contig_size1_large_dim_logical_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.6175289Z test_contig_size1_large_dim_logical_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.6206363Z test_contig_size1_large_dim_logical_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.6236723Z test_contig_size1_large_dim_logical_or_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.6265345Z test_contig_size1_large_dim_logical_or_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.6295471Z test_contig_size1_large_dim_logical_xor_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.6326060Z test_contig_size1_large_dim_logical_xor_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.6363199Z test_contig_size1_large_dim_logical_xor_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:59.6397821Z test_contig_size1_large_dim_logical_xor_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.6434380Z test_contig_size1_large_dim_logical_xor_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:59.6464750Z test_contig_size1_large_dim_logical_xor_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.6498075Z test_contig_size1_large_dim_logical_xor_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.6527048Z test_contig_size1_large_dim_logical_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.6555657Z test_contig_size1_large_dim_logical_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.6584612Z test_contig_size1_large_dim_logical_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.6613393Z test_contig_size1_large_dim_logical_xor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.6642509Z test_contig_size1_large_dim_logical_xor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.6679958Z test_contig_size1_large_dim_lt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:59.6708521Z test_contig_size1_large_dim_lt_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.6738872Z test_contig_size1_large_dim_lt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.6769323Z test_contig_size1_large_dim_lt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.6800132Z test_contig_size1_large_dim_lt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.6828951Z test_contig_size1_large_dim_lt_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.6857930Z test_contig_size1_large_dim_lt_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.6887001Z test_contig_size1_large_dim_lt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.6921810Z test_contig_size1_large_dim_lt_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.6951105Z test_contig_size1_large_dim_lt_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.6983787Z test_contig_size1_large_dim_max_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.7012029Z test_contig_size1_large_dim_max_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.7044533Z test_contig_size1_large_dim_max_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.7077288Z test_contig_size1_large_dim_max_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.7109942Z test_contig_size1_large_dim_max_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.7139228Z test_contig_size1_large_dim_max_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.7174270Z test_contig_size1_large_dim_max_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.7202574Z test_contig_size1_large_dim_max_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.7231145Z test_contig_size1_large_dim_max_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.7259506Z test_contig_size1_large_dim_max_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.7292375Z test_contig_size1_large_dim_maximum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.7321085Z test_contig_size1_large_dim_maximum_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.7353571Z test_contig_size1_large_dim_maximum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.7386507Z test_contig_size1_large_dim_maximum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.7424293Z test_contig_size1_large_dim_maximum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:59.7452513Z test_contig_size1_large_dim_maximum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.7480813Z test_contig_size1_large_dim_maximum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.7508975Z test_contig_size1_large_dim_maximum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.7537244Z test_contig_size1_large_dim_maximum_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.7565664Z test_contig_size1_large_dim_maximum_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.7598204Z test_contig_size1_large_dim_min_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.7626677Z test_contig_size1_large_dim_min_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.7664922Z test_contig_size1_large_dim_min_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:59.7697250Z test_contig_size1_large_dim_min_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.7729062Z test_contig_size1_large_dim_min_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.7757958Z test_contig_size1_large_dim_min_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.7786489Z test_contig_size1_large_dim_min_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.7814494Z test_contig_size1_large_dim_min_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.7843292Z test_contig_size1_large_dim_min_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.7872315Z test_contig_size1_large_dim_min_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.7910578Z test_contig_size1_large_dim_minimum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:59.7938520Z test_contig_size1_large_dim_minimum_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.7970677Z test_contig_size1_large_dim_minimum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.8002957Z test_contig_size1_large_dim_minimum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.8035322Z test_contig_size1_large_dim_minimum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.8063527Z test_contig_size1_large_dim_minimum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.8092023Z test_contig_size1_large_dim_minimum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.8127706Z test_contig_size1_large_dim_minimum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.8156087Z test_contig_size1_large_dim_minimum_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.8185241Z test_contig_size1_large_dim_minimum_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.8217602Z test_contig_size1_large_dim_mul_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.8245886Z test_contig_size1_large_dim_mul_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.8283765Z test_contig_size1_large_dim_mul_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:59.8319180Z test_contig_size1_large_dim_mul_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.8354721Z test_contig_size1_large_dim_mul_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.8395973Z test_contig_size1_large_dim_mul_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:59.8430376Z test_contig_size1_large_dim_mul_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.8467327Z test_contig_size1_large_dim_mul_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:59.8497577Z test_contig_size1_large_dim_mul_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.8528550Z test_contig_size1_large_dim_mul_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.8559313Z test_contig_size1_large_dim_mul_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.8590167Z test_contig_size1_large_dim_mul_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.8619021Z test_contig_size1_large_dim_mul_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.8656111Z test_contig_size1_large_dim_ne_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:59.8684559Z test_contig_size1_large_dim_ne_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.8720194Z test_contig_size1_large_dim_ne_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.8752947Z test_contig_size1_large_dim_ne_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.8783560Z test_contig_size1_large_dim_ne_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.8813869Z test_contig_size1_large_dim_ne_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.8844898Z test_contig_size1_large_dim_ne_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.8873731Z test_contig_size1_large_dim_ne_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.8908782Z test_contig_size1_large_dim_ne_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.8936902Z test_contig_size1_large_dim_ne_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.8965529Z test_contig_size1_large_dim_ne_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.8994252Z test_contig_size1_large_dim_ne_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.9027069Z test_contig_size1_large_dim_nextafter_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.9061831Z test_contig_size1_large_dim_nextafter_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.9098543Z test_contig_size1_large_dim_nextafter_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:59.9134031Z test_contig_size1_large_dim_polar_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.9174841Z test_contig_size1_large_dim_polar_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:59.9209697Z test_contig_size1_large_dim_pow_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.9248494Z test_contig_size1_large_dim_pow_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:59.9283545Z test_contig_size1_large_dim_pow_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.9315753Z test_contig_size1_large_dim_pow_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.9348245Z test_contig_size1_large_dim_pow_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.9380117Z test_contig_size1_large_dim_pow_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.9408646Z test_contig_size1_large_dim_pow_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.9442800Z test_contig_size1_large_dim_pow_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.9470815Z test_contig_size1_large_dim_pow_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.9499248Z test_contig_size1_large_dim_pow_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.9527712Z test_contig_size1_large_dim_pow_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.9562559Z test_contig_size1_large_dim_remainder_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.9597053Z test_contig_size1_large_dim_remainder_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.9631624Z test_contig_size1_large_dim_remainder_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.9665609Z test_contig_size1_large_dim_remainder_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.9702066Z test_contig_size1_large_dim_remainder_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:59.9734572Z test_contig_size1_large_dim_remainder_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.9767266Z test_contig_size1_large_dim_remainder_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.9800213Z test_contig_size1_large_dim_remainder_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.9833443Z test_contig_size1_large_dim_remainder_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.9868709Z test_contig_size1_large_dim_rsub_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:33:59.9906443Z test_contig_size1_large_dim_rsub_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:59.9944392Z test_contig_size1_large_dim_rsub_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:33:59.9985390Z test_contig_size1_large_dim_rsub_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:00.0017545Z test_contig_size1_large_dim_rsub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.0049564Z test_contig_size1_large_dim_rsub_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.0078916Z test_contig_size1_large_dim_rsub_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.0108051Z test_contig_size1_large_dim_rsub_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.0136529Z test_contig_size1_large_dim_rsub_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.0165284Z test_contig_size1_large_dim_rsub_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.0194511Z test_contig_size1_large_dim_rsub_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.0234003Z test_contig_size1_large_dim_special_xlog1py_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:00.0264335Z test_contig_size1_large_dim_special_xlog1py_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.0296728Z test_contig_size1_large_dim_special_xlog1py_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.0331545Z test_contig_size1_large_dim_special_xlog1py_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.0366296Z test_contig_size1_large_dim_special_xlog1py_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.0399454Z test_contig_size1_large_dim_special_xlog1py_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.0432654Z test_contig_size1_large_dim_special_xlog1py_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.0465568Z test_contig_size1_large_dim_special_xlog1py_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.0502501Z test_contig_size1_large_dim_special_xlog1py_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:00.0534927Z test_contig_size1_large_dim_special_xlog1py_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.0567962Z test_contig_size1_large_dim_special_zeta_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.0603119Z test_contig_size1_large_dim_special_zeta_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.0651752Z test_contig_size1_large_dim_special_zeta_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:00.0684862Z test_contig_size1_large_dim_special_zeta_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.0718429Z test_contig_size1_large_dim_special_zeta_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.0751446Z test_contig_size1_large_dim_special_zeta_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.0788030Z test_contig_size1_large_dim_special_zeta_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:00.0818007Z test_contig_size1_large_dim_special_zeta_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.0850691Z test_contig_size1_large_dim_sub_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.0885718Z test_contig_size1_large_dim_sub_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.0920361Z test_contig_size1_large_dim_sub_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.0955323Z test_contig_size1_large_dim_sub_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.0987823Z test_contig_size1_large_dim_sub_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.1020294Z test_contig_size1_large_dim_sub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.1057860Z test_contig_size1_large_dim_sub_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:00.1086451Z test_contig_size1_large_dim_sub_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.1114695Z test_contig_size1_large_dim_sub_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.1143101Z test_contig_size1_large_dim_sub_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.1171184Z test_contig_size1_large_dim_sub_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.1201955Z test_contig_size1_large_dim_sub_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.1239177Z test_contig_size1_large_dim_true_divide_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:00.1274106Z test_contig_size1_large_dim_true_divide_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.1318841Z test_contig_size1_large_dim_true_divide_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:00.1356003Z test_contig_size1_large_dim_true_divide_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:00.1390327Z test_contig_size1_large_dim_true_divide_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.1424416Z test_contig_size1_large_dim_true_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.1458362Z test_contig_size1_large_dim_true_divide_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.1490721Z test_contig_size1_large_dim_true_divide_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.1523291Z test_contig_size1_large_dim_true_divide_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.1555836Z test_contig_size1_large_dim_true_divide_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.1594154Z test_contig_size1_large_dim_true_divide_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:00.1626332Z test_contig_size1_large_dim_true_divide_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.1658481Z test_contig_size1_large_dim_xlogy_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.1688980Z test_contig_size1_large_dim_xlogy_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.1721304Z test_contig_size1_large_dim_xlogy_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.1754170Z test_contig_size1_large_dim_xlogy_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.1786580Z test_contig_size1_large_dim_xlogy_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.1817220Z test_contig_size1_large_dim_xlogy_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.1854406Z test_contig_size1_large_dim_xlogy_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:00.1884856Z test_contig_size1_large_dim_xlogy_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.1915395Z test_contig_size1_large_dim_xlogy_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.1946364Z test_contig_size1_large_dim_xlogy_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.1972161Z test_contig_size1_lcm_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:00.1998138Z test_contig_size1_lcm_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.2023898Z test_contig_size1_lcm_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:00.2049798Z test_contig_size1_lcm_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:00.2082148Z test_contig_size1_lcm_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.2112710Z test_contig_size1_ldexp_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.2140702Z test_contig_size1_ldexp_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.2173097Z test_contig_size1_ldexp_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.2205734Z test_contig_size1_ldexp_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.2235625Z test_contig_size1_ldexp_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.2265996Z test_contig_size1_ldexp_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.2295641Z test_contig_size1_ldexp_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.2330619Z test_contig_size1_ldexp_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.2359159Z test_contig_size1_ldexp_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.2387204Z test_contig_size1_ldexp_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.2415272Z test_contig_size1_ldexp_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.2443485Z test_contig_size1_ldexp_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.2471535Z test_contig_size1_le_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.2499269Z test_contig_size1_le_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.2535073Z test_contig_size1_le_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.2564069Z test_contig_size1_le_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.2591580Z test_contig_size1_le_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.2617000Z test_contig_size1_le_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:00.2642912Z test_contig_size1_le_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:00.2668708Z test_contig_size1_le_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:00.2694119Z test_contig_size1_le_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:00.2720046Z test_contig_size1_le_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:00.2753767Z test_contig_size1_logical_and_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.2779143Z test_contig_size1_logical_and_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:00.2808699Z test_contig_size1_logical_and_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.2838344Z test_contig_size1_logical_and_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.2868119Z test_contig_size1_logical_and_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.2897299Z test_contig_size1_logical_and_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.2926617Z test_contig_size1_logical_and_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.2952290Z test_contig_size1_logical_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:00.2983612Z test_contig_size1_logical_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.3009047Z test_contig_size1_logical_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:00.3035328Z test_contig_size1_logical_and_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:00.3060551Z test_contig_size1_logical_and_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:00.3087783Z test_contig_size1_logical_or_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.3113414Z test_contig_size1_logical_or_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:00.3144853Z test_contig_size1_logical_or_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.3176041Z test_contig_size1_logical_or_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.3211354Z test_contig_size1_logical_or_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.3238690Z test_contig_size1_logical_or_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.3266317Z test_contig_size1_logical_or_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.3292053Z test_contig_size1_logical_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:00.3317902Z test_contig_size1_logical_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:00.3343694Z test_contig_size1_logical_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:00.3369215Z test_contig_size1_logical_or_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:00.3394983Z test_contig_size1_logical_or_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:00.3428571Z test_contig_size1_logical_xor_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.3453604Z test_contig_size1_logical_xor_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:00.3483019Z test_contig_size1_logical_xor_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.3512760Z test_contig_size1_logical_xor_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.3539740Z test_contig_size1_logical_xor_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.3567290Z test_contig_size1_logical_xor_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.3594955Z test_contig_size1_logical_xor_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.3620702Z test_contig_size1_logical_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:00.3652472Z test_contig_size1_logical_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.3678253Z test_contig_size1_logical_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:00.3704099Z test_contig_size1_logical_xor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:00.3729583Z test_contig_size1_logical_xor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:00.3757611Z test_contig_size1_lt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.3783554Z test_contig_size1_lt_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:00.3811195Z test_contig_size1_lt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.3839512Z test_contig_size1_lt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.3873818Z test_contig_size1_lt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.3899437Z test_contig_size1_lt_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:00.3924979Z test_contig_size1_lt_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:00.3950796Z test_contig_size1_lt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:00.3976483Z test_contig_size1_lt_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:00.4002905Z test_contig_size1_lt_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.4033186Z test_contig_size1_max_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.4059102Z test_contig_size1_max_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:00.4096729Z test_contig_size1_max_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:00.4126251Z test_contig_size1_max_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.4155009Z test_contig_size1_max_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.4180901Z test_contig_size1_max_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:00.4206629Z test_contig_size1_max_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:00.4232194Z test_contig_size1_max_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:00.4258048Z test_contig_size1_max_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:00.4284247Z test_contig_size1_max_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.4320351Z test_contig_size1_maximum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:00.4345735Z test_contig_size1_maximum_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:00.4374871Z test_contig_size1_maximum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.4404340Z test_contig_size1_maximum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.4433418Z test_contig_size1_maximum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.4459176Z test_contig_size1_maximum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:00.4485180Z test_contig_size1_maximum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:00.4511169Z test_contig_size1_maximum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:00.4544826Z test_contig_size1_maximum_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.4570140Z test_contig_size1_maximum_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:00.4602117Z test_contig_size1_min_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.4627426Z test_contig_size1_min_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:00.4656647Z test_contig_size1_min_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.4686129Z test_contig_size1_min_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.4715248Z test_contig_size1_min_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.4740753Z test_contig_size1_min_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:00.4771907Z test_contig_size1_min_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.4797395Z test_contig_size1_min_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:00.4823204Z test_contig_size1_min_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:00.4848662Z test_contig_size1_min_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:00.4878084Z test_contig_size1_minimum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.4903775Z test_contig_size1_minimum_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:00.4932658Z test_contig_size1_minimum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.4962234Z test_contig_size1_minimum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.4997189Z test_contig_size1_minimum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.5022632Z test_contig_size1_minimum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:00.5048104Z test_contig_size1_minimum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:00.5073561Z test_contig_size1_minimum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:00.5099257Z test_contig_size1_minimum_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:00.5124802Z test_contig_size1_minimum_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:00.5153928Z test_contig_size1_mul_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.5179104Z test_contig_size1_mul_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:00.5216322Z test_contig_size1_mul_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:00.5247986Z test_contig_size1_mul_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.5279684Z test_contig_size1_mul_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.5308990Z test_contig_size1_mul_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.5338082Z test_contig_size1_mul_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.5367282Z test_contig_size1_mul_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.5393514Z test_contig_size1_mul_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.5419451Z test_contig_size1_mul_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:00.5451449Z test_contig_size1_mul_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.5477351Z test_contig_size1_mul_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:00.5503283Z test_contig_size1_mul_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:00.5531422Z test_contig_size1_ne_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.5559291Z test_contig_size1_ne_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.5591274Z test_contig_size1_ne_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.5622936Z test_contig_size1_ne_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.5652867Z test_contig_size1_ne_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.5688853Z test_contig_size1_ne_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.5718026Z test_contig_size1_ne_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.5745668Z test_contig_size1_ne_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.5773083Z test_contig_size1_ne_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.5800794Z test_contig_size1_ne_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.5828731Z test_contig_size1_ne_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.5856651Z test_contig_size1_ne_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.5888614Z test_contig_size1_nextafter_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.5923932Z test_contig_size1_nextafter_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.5952998Z test_contig_size1_nextafter_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.5982970Z test_contig_size1_polar_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.6012245Z test_contig_size1_polar_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.6041867Z test_contig_size1_pow_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.6073541Z test_contig_size1_pow_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.6105771Z test_contig_size1_pow_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.6135519Z test_contig_size1_pow_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.6171299Z test_contig_size1_pow_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.6201054Z test_contig_size1_pow_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.6226707Z test_contig_size1_pow_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.6252124Z test_contig_size1_pow_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:00.6277781Z test_contig_size1_pow_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:00.6303721Z test_contig_size1_pow_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:00.6329257Z test_contig_size1_pow_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:00.6366774Z test_contig_size1_remainder_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:00.6397300Z test_contig_size1_remainder_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.6428645Z test_contig_size1_remainder_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.6459128Z test_contig_size1_remainder_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.6486705Z test_contig_size1_remainder_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.6514344Z test_contig_size1_remainder_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.6541492Z test_contig_size1_remainder_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.6568878Z test_contig_size1_remainder_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.6602449Z test_contig_size1_remainder_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.6631528Z test_contig_size1_rsub_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.6663001Z test_contig_size1_rsub_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.6694497Z test_contig_size1_rsub_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.6723859Z test_contig_size1_rsub_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.6753258Z test_contig_size1_rsub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.6782522Z test_contig_size1_rsub_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.6810250Z test_contig_size1_rsub_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.6844880Z test_contig_size1_rsub_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.6870382Z test_contig_size1_rsub_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:00.6896117Z test_contig_size1_rsub_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:00.6921928Z test_contig_size1_rsub_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:00.6951248Z test_contig_size1_special_xlog1py_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.6980394Z test_contig_size1_special_xlog1py_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.7011407Z test_contig_size1_special_xlog1py_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.7041990Z test_contig_size1_special_xlog1py_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.7076810Z test_contig_size1_special_xlog1py_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.7106132Z test_contig_size1_special_xlog1py_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.7135182Z test_contig_size1_special_xlog1py_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.7165035Z test_contig_size1_special_xlog1py_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.7194686Z test_contig_size1_special_xlog1py_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.7222594Z test_contig_size1_special_xlog1py_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.7249672Z test_contig_size1_special_zeta_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.7279894Z test_contig_size1_special_zeta_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.7315537Z test_contig_size1_special_zeta_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.7343514Z test_contig_size1_special_zeta_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.7370730Z test_contig_size1_special_zeta_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.7398627Z test_contig_size1_special_zeta_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.7426792Z test_contig_size1_special_zeta_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.7454693Z test_contig_size1_special_zeta_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.7484513Z test_contig_size1_sub_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.7516765Z test_contig_size1_sub_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.7555232Z test_contig_size1_sub_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:00.7587173Z test_contig_size1_sub_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.7616119Z test_contig_size1_sub_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.7645602Z test_contig_size1_sub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.7675134Z test_contig_size1_sub_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.7701317Z test_contig_size1_sub_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.7727143Z test_contig_size1_sub_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:00.7753456Z test_contig_size1_sub_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:00.7785738Z test_contig_size1_sub_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.7811393Z test_contig_size1_sub_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:00.7843273Z test_contig_size1_true_divide_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.7872417Z test_contig_size1_true_divide_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.7906336Z test_contig_size1_true_divide_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.7940333Z test_contig_size1_true_divide_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.7971309Z test_contig_size1_true_divide_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.8002759Z test_contig_size1_true_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.8040025Z test_contig_size1_true_divide_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:00.8069667Z test_contig_size1_true_divide_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.8098291Z test_contig_size1_true_divide_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.8127553Z test_contig_size1_true_divide_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.8157294Z test_contig_size1_true_divide_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.8186900Z test_contig_size1_true_divide_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.8216112Z test_contig_size1_xlogy_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.8244068Z test_contig_size1_xlogy_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.8279178Z test_contig_size1_xlogy_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.8308634Z test_contig_size1_xlogy_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.8337303Z test_contig_size1_xlogy_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.8365019Z test_contig_size1_xlogy_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.8392707Z test_contig_size1_xlogy_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.8419633Z test_contig_size1_xlogy_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.8447247Z test_contig_size1_xlogy_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.8474913Z test_contig_size1_xlogy_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.8507041Z test_contig_vs_every_other___radd___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.8529250Z test_contig_vs_every_other___radd___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:00.8557473Z test_contig_vs_every_other___radd___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.8586150Z test_contig_vs_every_other___radd___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.8611731Z test_contig_vs_every_other___radd___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:00.8637765Z test_contig_vs_every_other___radd___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:00.8663662Z test_contig_vs_every_other___radd___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:00.8686212Z test_contig_vs_every_other___radd___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:00.8714839Z test_contig_vs_every_other___radd___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.8736683Z test_contig_vs_every_other___radd___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:00.8759497Z test_contig_vs_every_other___radd___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:00.8782030Z test_contig_vs_every_other___radd___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:00.8804210Z test_contig_vs_every_other___rand___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:00.8826786Z test_contig_vs_every_other___rand___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:00.8849349Z test_contig_vs_every_other___rand___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:00.8872105Z test_contig_vs_every_other___rand___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:00.8901284Z test_contig_vs_every_other___rand___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.8923608Z test_contig_vs_every_other___rand___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:00.8953238Z test_contig_vs_every_other___rdiv___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.8979737Z test_contig_vs_every_other___rdiv___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.9010466Z test_contig_vs_every_other___rdiv___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.9041402Z test_contig_vs_every_other___rdiv___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.9070076Z test_contig_vs_every_other___rdiv___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.9098578Z test_contig_vs_every_other___rdiv___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.9133330Z test_contig_vs_every_other___rdiv___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.9159745Z test_contig_vs_every_other___rdiv___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.9186943Z test_contig_vs_every_other___rdiv___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.9213256Z test_contig_vs_every_other___rdiv___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.9239992Z test_contig_vs_every_other___rdiv___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.9266709Z test_contig_vs_every_other___rdiv___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.9293254Z test_contig_vs_every_other___rmod___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.9321249Z test_contig_vs_every_other___rmod___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.9354122Z test_contig_vs_every_other___rmod___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.9379717Z test_contig_vs_every_other___rmod___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:00.9402687Z test_contig_vs_every_other___rmod___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:00.9425288Z test_contig_vs_every_other___rmod___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:00.9447617Z test_contig_vs_every_other___rmod___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:00.9470470Z test_contig_vs_every_other___rmod___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:00.9493340Z test_contig_vs_every_other___rmod___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:00.9520271Z test_contig_vs_every_other___rmul___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.9550985Z test_contig_vs_every_other___rmul___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.9579419Z test_contig_vs_every_other___rmul___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.9607358Z test_contig_vs_every_other___rmul___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.9633645Z test_contig_vs_every_other___rmul___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.9659359Z test_contig_vs_every_other___rmul___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:00.9686390Z test_contig_vs_every_other___rmul___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.9709498Z test_contig_vs_every_other___rmul___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:00.9731875Z test_contig_vs_every_other___rmul___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:00.9760532Z test_contig_vs_every_other___rmul___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.9782911Z test_contig_vs_every_other___rmul___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:00.9805227Z test_contig_vs_every_other___rmul___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:00.9827609Z test_contig_vs_every_other___ror___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:00.9850041Z test_contig_vs_every_other___ror___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:00.9872548Z test_contig_vs_every_other___ror___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:00.9894461Z test_contig_vs_every_other___ror___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:00.9917311Z test_contig_vs_every_other___ror___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:00.9945606Z test_contig_vs_every_other___ror___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:00.9973272Z test_contig_vs_every_other___rpow___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.0002511Z test_contig_vs_every_other___rpow___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.0033484Z test_contig_vs_every_other___rpow___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.0062288Z test_contig_vs_every_other___rpow___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.0090701Z test_contig_vs_every_other___rpow___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.0118737Z test_contig_vs_every_other___rpow___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.0148108Z test_contig_vs_every_other___rpow___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.0171296Z test_contig_vs_every_other___rpow___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.0194654Z test_contig_vs_every_other___rpow___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.0217959Z test_contig_vs_every_other___rpow___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.0241759Z test_contig_vs_every_other___rpow___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.0267761Z test_contig_vs_every_other___rsub___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.0295674Z test_contig_vs_every_other___rsub___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.0324190Z test_contig_vs_every_other___rsub___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.0356357Z test_contig_vs_every_other___rsub___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.0382131Z test_contig_vs_every_other___rsub___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.0407739Z test_contig_vs_every_other___rsub___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.0431939Z test_contig_vs_every_other___rsub___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.0455396Z test_contig_vs_every_other___rsub___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.0477616Z test_contig_vs_every_other___rsub___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.0500253Z test_contig_vs_every_other___rsub___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.0522675Z test_contig_vs_every_other___rsub___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.0551313Z test_contig_vs_every_other___rxor___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.0573537Z test_contig_vs_every_other___rxor___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.0596208Z test_contig_vs_every_other___rxor___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.0618118Z test_contig_vs_every_other___rxor___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.0640833Z test_contig_vs_every_other___rxor___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.0663410Z test_contig_vs_every_other___rxor___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.0689139Z test_contig_vs_every_other_add_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.0711670Z test_contig_vs_every_other_add_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.0745789Z test_contig_vs_every_other_add_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.0773545Z test_contig_vs_every_other_add_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.0801988Z test_contig_vs_every_other_add_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.0827978Z test_contig_vs_every_other_add_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.0853706Z test_contig_vs_every_other_add_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.0879406Z test_contig_vs_every_other_add_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.0902118Z test_contig_vs_every_other_add_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.0924447Z test_contig_vs_every_other_add_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.0952497Z test_contig_vs_every_other_add_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.0974656Z test_contig_vs_every_other_add_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.0997264Z test_contig_vs_every_other_add_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.1023507Z test_contig_vs_every_other_atan2_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.1047380Z test_contig_vs_every_other_atan2_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.1073528Z test_contig_vs_every_other_atan2_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.1099527Z test_contig_vs_every_other_atan2_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.1125253Z test_contig_vs_every_other_atan2_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.1155491Z test_contig_vs_every_other_atan2_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.1179895Z test_contig_vs_every_other_atan2_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.1204074Z test_contig_vs_every_other_atan2_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.1228638Z test_contig_vs_every_other_atan2_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.1253183Z test_contig_vs_every_other_atan2_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.1276072Z test_contig_vs_every_other_bitwise_and_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.1298708Z test_contig_vs_every_other_bitwise_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.1321849Z test_contig_vs_every_other_bitwise_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.1350724Z test_contig_vs_every_other_bitwise_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.1373062Z test_contig_vs_every_other_bitwise_and_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.1395695Z test_contig_vs_every_other_bitwise_and_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.1418125Z test_contig_vs_every_other_bitwise_left_shift_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.1440887Z test_contig_vs_every_other_bitwise_left_shift_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.1463242Z test_contig_vs_every_other_bitwise_left_shift_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.1485960Z test_contig_vs_every_other_bitwise_left_shift_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.1509159Z test_contig_vs_every_other_bitwise_left_shift_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.1537872Z test_contig_vs_every_other_bitwise_or_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.1560780Z test_contig_vs_every_other_bitwise_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.1584844Z test_contig_vs_every_other_bitwise_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.1608684Z test_contig_vs_every_other_bitwise_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.1632591Z test_contig_vs_every_other_bitwise_or_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.1656733Z test_contig_vs_every_other_bitwise_or_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.1681550Z test_contig_vs_every_other_bitwise_right_shift_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.1706147Z test_contig_vs_every_other_bitwise_right_shift_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.1735937Z test_contig_vs_every_other_bitwise_right_shift_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.1758750Z test_contig_vs_every_other_bitwise_right_shift_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.1781494Z test_contig_vs_every_other_bitwise_right_shift_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.1803949Z test_contig_vs_every_other_bitwise_xor_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.1826861Z test_contig_vs_every_other_bitwise_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.1849532Z test_contig_vs_every_other_bitwise_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.1872268Z test_contig_vs_every_other_bitwise_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.1895116Z test_contig_vs_every_other_bitwise_xor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.1925900Z test_contig_vs_every_other_bitwise_xor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.1953653Z test_contig_vs_every_other_complex_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.1979952Z test_contig_vs_every_other_complex_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.2007721Z test_contig_vs_every_other_complex_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.2035468Z test_contig_vs_every_other_copysign_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.2060772Z test_contig_vs_every_other_copysign_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.2087182Z test_contig_vs_every_other_copysign_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.2113494Z test_contig_vs_every_other_copysign_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.2145304Z test_contig_vs_every_other_copysign_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.2170846Z test_contig_vs_every_other_copysign_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.2196559Z test_contig_vs_every_other_copysign_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.2221898Z test_contig_vs_every_other_copysign_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.2245962Z test_contig_vs_every_other_copysign_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.2270537Z test_contig_vs_every_other_copysign_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.2298517Z test_contig_vs_every_other_div_floor_rounding_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.2326696Z test_contig_vs_every_other_div_floor_rounding_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.2361825Z test_contig_vs_every_other_div_floor_rounding_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.2390843Z test_contig_vs_every_other_div_floor_rounding_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.2418380Z test_contig_vs_every_other_div_floor_rounding_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.2445874Z test_contig_vs_every_other_div_floor_rounding_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.2473487Z test_contig_vs_every_other_div_floor_rounding_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.2500663Z test_contig_vs_every_other_div_floor_rounding_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.2527853Z test_contig_vs_every_other_div_floor_rounding_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.2556055Z test_contig_vs_every_other_div_no_rounding_mode_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.2587535Z test_contig_vs_every_other_div_no_rounding_mode_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.2617377Z test_contig_vs_every_other_div_no_rounding_mode_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.2647793Z test_contig_vs_every_other_div_no_rounding_mode_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.2675515Z test_contig_vs_every_other_div_no_rounding_mode_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.2703325Z test_contig_vs_every_other_div_no_rounding_mode_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.2730329Z test_contig_vs_every_other_div_no_rounding_mode_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.2756602Z test_contig_vs_every_other_div_no_rounding_mode_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.2782748Z test_contig_vs_every_other_div_no_rounding_mode_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.2814110Z test_contig_vs_every_other_div_no_rounding_mode_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.2840105Z test_contig_vs_every_other_div_no_rounding_mode_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.2866145Z test_contig_vs_every_other_div_no_rounding_mode_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.2893556Z test_contig_vs_every_other_div_trunc_rounding_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.2921279Z test_contig_vs_every_other_div_trunc_rounding_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.2949015Z test_contig_vs_every_other_div_trunc_rounding_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.2976291Z test_contig_vs_every_other_div_trunc_rounding_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.3002745Z test_contig_vs_every_other_div_trunc_rounding_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.3034829Z test_contig_vs_every_other_div_trunc_rounding_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.3060360Z test_contig_vs_every_other_div_trunc_rounding_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.3086240Z test_contig_vs_every_other_div_trunc_rounding_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.3112725Z test_contig_vs_every_other_div_trunc_rounding_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.3136309Z test_contig_vs_every_other_eq_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.3158722Z test_contig_vs_every_other_eq_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.3186980Z test_contig_vs_every_other_eq_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.3214256Z test_contig_vs_every_other_eq_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.3245289Z test_contig_vs_every_other_eq_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.3269537Z test_contig_vs_every_other_eq_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.3293398Z test_contig_vs_every_other_eq_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.3315953Z test_contig_vs_every_other_eq_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.3338335Z test_contig_vs_every_other_eq_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.3360840Z test_contig_vs_every_other_eq_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.3383470Z test_contig_vs_every_other_eq_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.3406014Z test_contig_vs_every_other_eq_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.3438012Z test_contig_vs_every_other_float_power_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.3462459Z test_contig_vs_every_other_float_power_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.3490233Z test_contig_vs_every_other_float_power_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.3518738Z test_contig_vs_every_other_float_power_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.3546495Z test_contig_vs_every_other_float_power_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.3573975Z test_contig_vs_every_other_float_power_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.3601501Z test_contig_vs_every_other_float_power_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.3633638Z test_contig_vs_every_other_float_power_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.3657899Z test_contig_vs_every_other_float_power_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.3682759Z test_contig_vs_every_other_float_power_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.3707431Z test_contig_vs_every_other_float_power_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.3731762Z test_contig_vs_every_other_float_power_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.3760295Z test_contig_vs_every_other_floor_divide_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.3788581Z test_contig_vs_every_other_floor_divide_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.3816745Z test_contig_vs_every_other_floor_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.3851104Z test_contig_vs_every_other_floor_divide_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.3875396Z test_contig_vs_every_other_floor_divide_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.3899584Z test_contig_vs_every_other_floor_divide_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.3923753Z test_contig_vs_every_other_floor_divide_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.3948442Z test_contig_vs_every_other_floor_divide_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.3972820Z test_contig_vs_every_other_floor_divide_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.4001322Z test_contig_vs_every_other_fmax_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.4025872Z test_contig_vs_every_other_fmax_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.4059942Z test_contig_vs_every_other_fmax_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.4086177Z test_contig_vs_every_other_fmax_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.4111683Z test_contig_vs_every_other_fmax_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.4133981Z test_contig_vs_every_other_fmax_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.4156756Z test_contig_vs_every_other_fmax_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.4178938Z test_contig_vs_every_other_fmax_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.4201811Z test_contig_vs_every_other_fmax_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.4225037Z test_contig_vs_every_other_fmax_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.4257545Z test_contig_vs_every_other_fmin_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.4279906Z test_contig_vs_every_other_fmin_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.4306073Z test_contig_vs_every_other_fmin_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.4331870Z test_contig_vs_every_other_fmin_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.4357800Z test_contig_vs_every_other_fmin_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.4380288Z test_contig_vs_every_other_fmin_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.4403204Z test_contig_vs_every_other_fmin_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.4426974Z test_contig_vs_every_other_fmin_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.4457734Z test_contig_vs_every_other_fmin_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.4480440Z test_contig_vs_every_other_fmin_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.4509230Z test_contig_vs_every_other_fmod_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.4537168Z test_contig_vs_every_other_fmod_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.4564706Z test_contig_vs_every_other_fmod_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.4589254Z test_contig_vs_every_other_fmod_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.4613669Z test_contig_vs_every_other_fmod_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.4637710Z test_contig_vs_every_other_fmod_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.4668120Z test_contig_vs_every_other_fmod_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.4692210Z test_contig_vs_every_other_fmod_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.4728909Z test_contig_vs_every_other_gcd_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:01.4764659Z test_contig_vs_every_other_gcd_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.4786952Z test_contig_vs_every_other_gcd_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.4822383Z test_contig_vs_every_other_gcd_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.4857465Z test_contig_vs_every_other_gcd_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.4882288Z test_contig_vs_every_other_ge_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.4910660Z test_contig_vs_every_other_ge_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.4934706Z test_contig_vs_every_other_ge_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.4959362Z test_contig_vs_every_other_ge_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.4983927Z test_contig_vs_every_other_ge_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.5006004Z test_contig_vs_every_other_ge_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.5028759Z test_contig_vs_every_other_ge_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.5051219Z test_contig_vs_every_other_ge_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.5073895Z test_contig_vs_every_other_ge_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.5102448Z test_contig_vs_every_other_ge_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.5126456Z test_contig_vs_every_other_gt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.5148886Z test_contig_vs_every_other_gt_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.5172930Z test_contig_vs_every_other_gt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.5197417Z test_contig_vs_every_other_gt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.5221721Z test_contig_vs_every_other_gt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.5244107Z test_contig_vs_every_other_gt_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.5266797Z test_contig_vs_every_other_gt_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.5295066Z test_contig_vs_every_other_gt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.5317594Z test_contig_vs_every_other_gt_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.5341737Z test_contig_vs_every_other_gt_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.5369509Z test_contig_vs_every_other_heaviside_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.5393566Z test_contig_vs_every_other_heaviside_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.5421075Z test_contig_vs_every_other_heaviside_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.5448694Z test_contig_vs_every_other_heaviside_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.5476351Z test_contig_vs_every_other_heaviside_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.5506682Z test_contig_vs_every_other_heaviside_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.5530401Z test_contig_vs_every_other_heaviside_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.5554229Z test_contig_vs_every_other_heaviside_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.5578168Z test_contig_vs_every_other_heaviside_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.5602501Z test_contig_vs_every_other_heaviside_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.5630361Z test_contig_vs_every_other_hypot_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.5658019Z test_contig_vs_every_other_hypot_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.5685814Z test_contig_vs_every_other_hypot_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.5718776Z test_contig_vs_every_other_hypot_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.5746553Z test_contig_vs_every_other_igamma_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.5781537Z test_contig_vs_every_other_igamma_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.5808865Z test_contig_vs_every_other_igammac_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.5845775Z test_contig_vs_every_other_igammac_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:01.5874149Z test_contig_vs_every_other_isclose_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.5901822Z test_contig_vs_every_other_isclose_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.5933473Z test_contig_vs_every_other_isclose_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.5970954Z test_contig_vs_every_other_isclose_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:01.5999810Z test_contig_vs_every_other_isclose_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.6028521Z test_contig_vs_every_other_isclose_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.6057281Z test_contig_vs_every_other_isclose_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.6085277Z test_contig_vs_every_other_isclose_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.6112974Z test_contig_vs_every_other_isclose_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.6140674Z test_contig_vs_every_other_isclose_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.6168425Z test_contig_vs_every_other_isclose_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.6202323Z test_contig_vs_every_other_isclose_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.6244598Z test_contig_vs_every_other_jiterator_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:01.6280778Z test_contig_vs_every_other_jiterator_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:01.6340668Z test_contig_vs_every_other_jiterator_binary_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:01.6399636Z test_contig_vs_every_other_jiterator_binary_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:01.6440216Z test_contig_vs_every_other_jiterator_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:01.6467315Z test_contig_vs_every_other_jiterator_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.6507086Z test_contig_vs_every_other_jiterator_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:01.6550206Z test_contig_vs_every_other_jiterator_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:01.6586132Z test_contig_vs_every_other_jiterator_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:01.6609359Z test_contig_vs_every_other_jiterator_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.6645695Z test_contig_vs_every_other_jiterator_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:01.6682080Z test_contig_vs_every_other_jiterator_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:01.6720264Z test_contig_vs_every_other_lcm_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:01.6756716Z test_contig_vs_every_other_lcm_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:01.6779373Z test_contig_vs_every_other_lcm_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.6822222Z test_contig_vs_every_other_lcm_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:01.6857853Z test_contig_vs_every_other_lcm_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.6886204Z test_contig_vs_every_other_ldexp_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.6911398Z test_contig_vs_every_other_ldexp_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.6941032Z test_contig_vs_every_other_ldexp_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.6970143Z test_contig_vs_every_other_ldexp_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.6998860Z test_contig_vs_every_other_ldexp_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.7026159Z test_contig_vs_every_other_ldexp_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.7058419Z test_contig_vs_every_other_ldexp_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.7083699Z test_contig_vs_every_other_ldexp_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.7108643Z test_contig_vs_every_other_ldexp_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.7133114Z test_contig_vs_every_other_ldexp_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.7158594Z test_contig_vs_every_other_ldexp_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.7183893Z test_contig_vs_every_other_ldexp_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.7208085Z test_contig_vs_every_other_le_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.7231572Z test_contig_vs_every_other_le_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.7263687Z test_contig_vs_every_other_le_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.7287683Z test_contig_vs_every_other_le_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.7312024Z test_contig_vs_every_other_le_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.7334103Z test_contig_vs_every_other_le_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.7356689Z test_contig_vs_every_other_le_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.7380410Z test_contig_vs_every_other_le_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.7404349Z test_contig_vs_every_other_le_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.7433897Z test_contig_vs_every_other_le_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.7457912Z test_contig_vs_every_other_logical_and_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.7480345Z test_contig_vs_every_other_logical_and_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.7506597Z test_contig_vs_every_other_logical_and_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.7532426Z test_contig_vs_every_other_logical_and_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.7556934Z test_contig_vs_every_other_logical_and_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.7581355Z test_contig_vs_every_other_logical_and_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.7605450Z test_contig_vs_every_other_logical_and_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.7633996Z test_contig_vs_every_other_logical_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.7656286Z test_contig_vs_every_other_logical_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.7679078Z test_contig_vs_every_other_logical_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.7701638Z test_contig_vs_every_other_logical_and_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.7723877Z test_contig_vs_every_other_logical_and_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.7748748Z test_contig_vs_every_other_logical_or_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.7770657Z test_contig_vs_every_other_logical_or_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.7796979Z test_contig_vs_every_other_logical_or_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.7829158Z test_contig_vs_every_other_logical_or_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.7853368Z test_contig_vs_every_other_logical_or_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.7877858Z test_contig_vs_every_other_logical_or_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.7903704Z test_contig_vs_every_other_logical_or_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.7927727Z test_contig_vs_every_other_logical_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.7952176Z test_contig_vs_every_other_logical_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.7976172Z test_contig_vs_every_other_logical_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.8000440Z test_contig_vs_every_other_logical_or_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.8030693Z test_contig_vs_every_other_logical_or_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.8056511Z test_contig_vs_every_other_logical_xor_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.8080494Z test_contig_vs_every_other_logical_xor_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.8106854Z test_contig_vs_every_other_logical_xor_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.8132639Z test_contig_vs_every_other_logical_xor_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.8157118Z test_contig_vs_every_other_logical_xor_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.8181891Z test_contig_vs_every_other_logical_xor_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.8207815Z test_contig_vs_every_other_logical_xor_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.8236372Z test_contig_vs_every_other_logical_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.8258717Z test_contig_vs_every_other_logical_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.8281456Z test_contig_vs_every_other_logical_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.8304141Z test_contig_vs_every_other_logical_xor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.8326370Z test_contig_vs_every_other_logical_xor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.8351088Z test_contig_vs_every_other_lt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.8373061Z test_contig_vs_every_other_lt_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.8397729Z test_contig_vs_every_other_lt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.8427716Z test_contig_vs_every_other_lt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.8452102Z test_contig_vs_every_other_lt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.8474711Z test_contig_vs_every_other_lt_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.8497331Z test_contig_vs_every_other_lt_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.8520213Z test_contig_vs_every_other_lt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.8543282Z test_contig_vs_every_other_lt_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.8566365Z test_contig_vs_every_other_lt_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.8593336Z test_contig_vs_every_other_max_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.8622775Z test_contig_vs_every_other_max_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.8648754Z test_contig_vs_every_other_max_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.8675008Z test_contig_vs_every_other_max_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.8702413Z test_contig_vs_every_other_max_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.8726385Z test_contig_vs_every_other_max_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.8750688Z test_contig_vs_every_other_max_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.8774521Z test_contig_vs_every_other_max_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.8799029Z test_contig_vs_every_other_max_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.8829890Z test_contig_vs_every_other_max_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.8857379Z test_contig_vs_every_other_maximum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.8879956Z test_contig_vs_every_other_maximum_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.8906278Z test_contig_vs_every_other_maximum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.8932064Z test_contig_vs_every_other_maximum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.8958261Z test_contig_vs_every_other_maximum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.8981443Z test_contig_vs_every_other_maximum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.9004061Z test_contig_vs_every_other_maximum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.9032873Z test_contig_vs_every_other_maximum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.9055321Z test_contig_vs_every_other_maximum_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.9078046Z test_contig_vs_every_other_maximum_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.9104654Z test_contig_vs_every_other_min_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.9126944Z test_contig_vs_every_other_min_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.9153477Z test_contig_vs_every_other_min_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.9179732Z test_contig_vs_every_other_min_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.9207429Z test_contig_vs_every_other_min_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.9236472Z test_contig_vs_every_other_min_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.9258921Z test_contig_vs_every_other_min_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.9281255Z test_contig_vs_every_other_min_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.9305562Z test_contig_vs_every_other_min_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.9329617Z test_contig_vs_every_other_min_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.9357775Z test_contig_vs_every_other_minimum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.9382466Z test_contig_vs_every_other_minimum_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.9410100Z test_contig_vs_every_other_minimum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.9442269Z test_contig_vs_every_other_minimum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.9468172Z test_contig_vs_every_other_minimum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.9490483Z test_contig_vs_every_other_minimum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.9513134Z test_contig_vs_every_other_minimum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.9535086Z test_contig_vs_every_other_minimum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.9557961Z test_contig_vs_every_other_minimum_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.9580318Z test_contig_vs_every_other_minimum_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.9606710Z test_contig_vs_every_other_mul_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.9636464Z test_contig_vs_every_other_mul_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.9665169Z test_contig_vs_every_other_mul_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.9723649Z test_contig_vs_every_other_mul_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:01.9752085Z test_contig_vs_every_other_mul_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.9777831Z test_contig_vs_every_other_mul_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.9803912Z test_contig_vs_every_other_mul_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.9829837Z test_contig_vs_every_other_mul_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.9852327Z test_contig_vs_every_other_mul_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.9880602Z test_contig_vs_every_other_mul_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:01.9902821Z test_contig_vs_every_other_mul_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.9925218Z test_contig_vs_every_other_mul_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.9947780Z test_contig_vs_every_other_mul_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.9971715Z test_contig_vs_every_other_ne_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:01.9994084Z test_contig_vs_every_other_ne_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.0020203Z test_contig_vs_every_other_ne_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.0046394Z test_contig_vs_every_other_ne_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.0076258Z test_contig_vs_every_other_ne_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.0100249Z test_contig_vs_every_other_ne_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.0124449Z test_contig_vs_every_other_ne_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.0147024Z test_contig_vs_every_other_ne_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.0169256Z test_contig_vs_every_other_ne_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.0193400Z test_contig_vs_every_other_ne_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.0217066Z test_contig_vs_every_other_ne_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.0241401Z test_contig_vs_every_other_ne_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.0274340Z test_contig_vs_every_other_nextafter_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.0299961Z test_contig_vs_every_other_nextafter_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.0325376Z test_contig_vs_every_other_nextafter_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.0352229Z test_contig_vs_every_other_polar_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.0378126Z test_contig_vs_every_other_polar_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.0404342Z test_contig_vs_every_other_pow_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.0432474Z test_contig_vs_every_other_pow_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.0462576Z test_contig_vs_every_other_pow_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.0495451Z test_contig_vs_every_other_pow_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.0523094Z test_contig_vs_every_other_pow_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.0550475Z test_contig_vs_every_other_pow_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.0574233Z test_contig_vs_every_other_pow_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.0598484Z test_contig_vs_every_other_pow_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.0622117Z test_contig_vs_every_other_pow_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.0645707Z test_contig_vs_every_other_pow_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.0668322Z test_contig_vs_every_other_pow_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.0678912Z test_contig_vs_every_other_remainder_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:34:02.0712604Z test_contig_vs_every_other_remainder_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.0739841Z test_contig_vs_every_other_remainder_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.0767095Z test_contig_vs_every_other_remainder_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.0791617Z test_contig_vs_every_other_remainder_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.0815674Z test_contig_vs_every_other_remainder_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.0839710Z test_contig_vs_every_other_remainder_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.0864174Z test_contig_vs_every_other_remainder_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.0893995Z test_contig_vs_every_other_remainder_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.0920065Z test_contig_vs_every_other_rsub_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.0948616Z test_contig_vs_every_other_rsub_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.0976879Z test_contig_vs_every_other_rsub_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.1003197Z test_contig_vs_every_other_rsub_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.1029589Z test_contig_vs_every_other_rsub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.1055568Z test_contig_vs_every_other_rsub_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.1079165Z test_contig_vs_every_other_rsub_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.1109544Z test_contig_vs_every_other_rsub_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.1131835Z test_contig_vs_every_other_rsub_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.1154541Z test_contig_vs_every_other_rsub_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.1177077Z test_contig_vs_every_other_rsub_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.1204087Z test_contig_vs_every_other_special_xlog1py_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.1228168Z test_contig_vs_every_other_special_xlog1py_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.1254413Z test_contig_vs_every_other_special_xlog1py_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.1281130Z test_contig_vs_every_other_special_xlog1py_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.1314283Z test_contig_vs_every_other_special_xlog1py_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.1338181Z test_contig_vs_every_other_special_xlog1py_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.1363045Z test_contig_vs_every_other_special_xlog1py_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.1387639Z test_contig_vs_every_other_special_xlog1py_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.1413547Z test_contig_vs_every_other_special_xlog1py_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.1440052Z test_contig_vs_every_other_special_xlog1py_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.1450775Z test_contig_vs_every_other_special_zeta_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-05-18T05:34:02.1497355Z test_contig_vs_every_other_special_zeta_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:02.1544162Z test_contig_vs_every_other_special_zeta_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:02.1609174Z test_contig_vs_every_other_special_zeta_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:02.1633544Z test_contig_vs_every_other_special_zeta_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.1657580Z test_contig_vs_every_other_special_zeta_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.1682216Z test_contig_vs_every_other_special_zeta_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.1706612Z test_contig_vs_every_other_special_zeta_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.1732751Z test_contig_vs_every_other_sub_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.1761628Z test_contig_vs_every_other_sub_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.1790877Z test_contig_vs_every_other_sub_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.1826569Z test_contig_vs_every_other_sub_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.1852457Z test_contig_vs_every_other_sub_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.1878412Z test_contig_vs_every_other_sub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.1904690Z test_contig_vs_every_other_sub_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.1926905Z test_contig_vs_every_other_sub_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.1950299Z test_contig_vs_every_other_sub_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.1972646Z test_contig_vs_every_other_sub_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.1995434Z test_contig_vs_every_other_sub_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.2024294Z test_contig_vs_every_other_sub_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.2052314Z test_contig_vs_every_other_true_divide_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.2078248Z test_contig_vs_every_other_true_divide_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.2108644Z test_contig_vs_every_other_true_divide_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.2140365Z test_contig_vs_every_other_true_divide_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.2169182Z test_contig_vs_every_other_true_divide_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.2197112Z test_contig_vs_every_other_true_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.2225190Z test_contig_vs_every_other_true_divide_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.2259204Z test_contig_vs_every_other_true_divide_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.2285319Z test_contig_vs_every_other_true_divide_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.2311193Z test_contig_vs_every_other_true_divide_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.2337040Z test_contig_vs_every_other_true_divide_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.2363333Z test_contig_vs_every_other_true_divide_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.2389478Z test_contig_vs_every_other_xlogy_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.2413383Z test_contig_vs_every_other_xlogy_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.2439482Z test_contig_vs_every_other_xlogy_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.2472972Z test_contig_vs_every_other_xlogy_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.2499398Z test_contig_vs_every_other_xlogy_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.2523797Z test_contig_vs_every_other_xlogy_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.2548420Z test_contig_vs_every_other_xlogy_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.2572298Z test_contig_vs_every_other_xlogy_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.2596734Z test_contig_vs_every_other_xlogy_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.2620815Z test_contig_vs_every_other_xlogy_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.2654744Z test_contig_vs_transposed___radd___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.2685348Z test_contig_vs_transposed___radd___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.2737838Z test_contig_vs_transposed___radd___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:02.2780739Z test_contig_vs_transposed___radd___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:02.2813662Z test_contig_vs_transposed___radd___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.2846617Z test_contig_vs_transposed___radd___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.2880076Z test_contig_vs_transposed___radd___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.2905343Z test_contig_vs_transposed___radd___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.2929932Z test_contig_vs_transposed___radd___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.2958830Z test_contig_vs_transposed___radd___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.2981887Z test_contig_vs_transposed___radd___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.3004533Z test_contig_vs_transposed___radd___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.3029506Z test_contig_vs_transposed___rand___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.3052568Z test_contig_vs_transposed___rand___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.3079140Z test_contig_vs_transposed___rand___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.3103770Z test_contig_vs_transposed___rand___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.3126948Z test_contig_vs_transposed___rand___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.3157621Z test_contig_vs_transposed___rand___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.3193349Z test_contig_vs_transposed___rdiv___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.3225284Z test_contig_vs_transposed___rdiv___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.3283333Z test_contig_vs_transposed___rdiv___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:02.3327676Z test_contig_vs_transposed___rdiv___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:02.3361318Z test_contig_vs_transposed___rdiv___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.3394502Z test_contig_vs_transposed___rdiv___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.3430846Z test_contig_vs_transposed___rdiv___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:02.3469594Z test_contig_vs_transposed___rdiv___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:02.3504320Z test_contig_vs_transposed___rdiv___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.3537289Z test_contig_vs_transposed___rdiv___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.3570652Z test_contig_vs_transposed___rdiv___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.3604498Z test_contig_vs_transposed___rdiv___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.3635695Z test_contig_vs_transposed___rmod___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.3666662Z test_contig_vs_transposed___rmod___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.3697449Z test_contig_vs_transposed___rmod___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.3736627Z test_contig_vs_transposed___rmod___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:02.3761200Z test_contig_vs_transposed___rmod___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.3785823Z test_contig_vs_transposed___rmod___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.3809226Z test_contig_vs_transposed___rmod___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.3832265Z test_contig_vs_transposed___rmod___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.3855036Z test_contig_vs_transposed___rmod___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.3886062Z test_contig_vs_transposed___rmul___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.3909511Z test_contig_vs_transposed___rmul___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.3965711Z test_contig_vs_transposed___rmul___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:02.4008410Z test_contig_vs_transposed___rmul___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:02.4040593Z test_contig_vs_transposed___rmul___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.4073021Z test_contig_vs_transposed___rmul___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.4107621Z test_contig_vs_transposed___rmul___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.4132160Z test_contig_vs_transposed___rmul___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.4157086Z test_contig_vs_transposed___rmul___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.4180020Z test_contig_vs_transposed___rmul___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.4210425Z test_contig_vs_transposed___rmul___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.4233289Z test_contig_vs_transposed___rmul___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.4256123Z test_contig_vs_transposed___ror___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.4280520Z test_contig_vs_transposed___ror___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.4303705Z test_contig_vs_transposed___ror___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.4326330Z test_contig_vs_transposed___ror___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.4350008Z test_contig_vs_transposed___ror___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.4373297Z test_contig_vs_transposed___ror___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.4412662Z test_contig_vs_transposed___rpow___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:02.4491982Z test_contig_vs_transposed___rpow___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:34:02.4538612Z test_contig_vs_transposed___rpow___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:02.4570966Z test_contig_vs_transposed___rpow___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.4603838Z test_contig_vs_transposed___rpow___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.4652067Z test_contig_vs_transposed___rpow___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:02.4676613Z test_contig_vs_transposed___rpow___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.4708249Z test_contig_vs_transposed___rpow___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.4732372Z test_contig_vs_transposed___rpow___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.4756526Z test_contig_vs_transposed___rpow___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.4780620Z test_contig_vs_transposed___rpow___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.4812212Z test_contig_vs_transposed___rsub___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.4863512Z test_contig_vs_transposed___rsub___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:02.4905061Z test_contig_vs_transposed___rsub___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:02.4936507Z test_contig_vs_transposed___rsub___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.4975050Z test_contig_vs_transposed___rsub___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:02.5007590Z test_contig_vs_transposed___rsub___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.5030802Z test_contig_vs_transposed___rsub___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.5053949Z test_contig_vs_transposed___rsub___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.5076903Z test_contig_vs_transposed___rsub___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.5099924Z test_contig_vs_transposed___rsub___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.5123017Z test_contig_vs_transposed___rsub___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.5146653Z test_contig_vs_transposed___rxor___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.5177395Z test_contig_vs_transposed___rxor___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.5201754Z test_contig_vs_transposed___rxor___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.5224988Z test_contig_vs_transposed___rxor___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.5247569Z test_contig_vs_transposed___rxor___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.5270610Z test_contig_vs_transposed___rxor___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.5301785Z test_contig_vs_transposed_add_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.5324399Z test_contig_vs_transposed_add_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.5375133Z test_contig_vs_transposed_add_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:02.5421198Z test_contig_vs_transposed_add_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:02.5462069Z test_contig_vs_transposed_add_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:02.5492581Z test_contig_vs_transposed_add_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.5525101Z test_contig_vs_transposed_add_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.5559398Z test_contig_vs_transposed_add_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.5583875Z test_contig_vs_transposed_add_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.5608095Z test_contig_vs_transposed_add_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.5631888Z test_contig_vs_transposed_add_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.5662188Z test_contig_vs_transposed_add_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.5686222Z test_contig_vs_transposed_add_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.5718619Z test_contig_vs_transposed_atan2_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.5748893Z test_contig_vs_transposed_atan2_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.5781241Z test_contig_vs_transposed_atan2_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.5813336Z test_contig_vs_transposed_atan2_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.5852970Z test_contig_vs_transposed_atan2_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:02.5883473Z test_contig_vs_transposed_atan2_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.5919863Z test_contig_vs_transposed_atan2_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:02.5950622Z test_contig_vs_transposed_atan2_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.5981563Z test_contig_vs_transposed_atan2_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.6011895Z test_contig_vs_transposed_atan2_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.6035673Z test_contig_vs_transposed_bitwise_and_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.6058459Z test_contig_vs_transposed_bitwise_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.6081590Z test_contig_vs_transposed_bitwise_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.6103788Z test_contig_vs_transposed_bitwise_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.6132229Z test_contig_vs_transposed_bitwise_and_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.6155256Z test_contig_vs_transposed_bitwise_and_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.6178226Z test_contig_vs_transposed_bitwise_left_shift_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.6204578Z test_contig_vs_transposed_bitwise_left_shift_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.6226954Z test_contig_vs_transposed_bitwise_left_shift_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.6249636Z test_contig_vs_transposed_bitwise_left_shift_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.6272751Z test_contig_vs_transposed_bitwise_left_shift_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.6295405Z test_contig_vs_transposed_bitwise_or_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.6324440Z test_contig_vs_transposed_bitwise_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.6347864Z test_contig_vs_transposed_bitwise_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.6369914Z test_contig_vs_transposed_bitwise_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.6392786Z test_contig_vs_transposed_bitwise_or_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.6415478Z test_contig_vs_transposed_bitwise_or_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.6438604Z test_contig_vs_transposed_bitwise_right_shift_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.6461891Z test_contig_vs_transposed_bitwise_right_shift_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.6484021Z test_contig_vs_transposed_bitwise_right_shift_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.6513091Z test_contig_vs_transposed_bitwise_right_shift_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.6535661Z test_contig_vs_transposed_bitwise_right_shift_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.6558780Z test_contig_vs_transposed_bitwise_xor_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.6581706Z test_contig_vs_transposed_bitwise_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.6604669Z test_contig_vs_transposed_bitwise_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.6627113Z test_contig_vs_transposed_bitwise_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.6649639Z test_contig_vs_transposed_bitwise_xor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.6672861Z test_contig_vs_transposed_bitwise_xor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.6716175Z test_contig_vs_transposed_complex_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:02.6754055Z test_contig_vs_transposed_complex_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:02.6794988Z test_contig_vs_transposed_complex_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:02.6825619Z test_contig_vs_transposed_copysign_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.6854467Z test_contig_vs_transposed_copysign_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.6886968Z test_contig_vs_transposed_copysign_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.6919193Z test_contig_vs_transposed_copysign_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.6953485Z test_contig_vs_transposed_copysign_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.6987960Z test_contig_vs_transposed_copysign_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.7016865Z test_contig_vs_transposed_copysign_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.7046164Z test_contig_vs_transposed_copysign_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.7075412Z test_contig_vs_transposed_copysign_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.7104406Z test_contig_vs_transposed_copysign_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.7137639Z test_contig_vs_transposed_div_floor_rounding_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.7170581Z test_contig_vs_transposed_div_floor_rounding_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.7204317Z test_contig_vs_transposed_div_floor_rounding_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.7246048Z test_contig_vs_transposed_div_floor_rounding_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:02.7277582Z test_contig_vs_transposed_div_floor_rounding_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.7310105Z test_contig_vs_transposed_div_floor_rounding_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.7343138Z test_contig_vs_transposed_div_floor_rounding_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.7374685Z test_contig_vs_transposed_div_floor_rounding_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.7406663Z test_contig_vs_transposed_div_floor_rounding_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.7440185Z test_contig_vs_transposed_div_no_rounding_mode_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.7472483Z test_contig_vs_transposed_div_no_rounding_mode_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.7532803Z test_contig_vs_transposed_div_no_rounding_mode_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:02.7576361Z test_contig_vs_transposed_div_no_rounding_mode_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:02.7609859Z test_contig_vs_transposed_div_no_rounding_mode_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.7643333Z test_contig_vs_transposed_div_no_rounding_mode_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.7678968Z test_contig_vs_transposed_div_no_rounding_mode_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.7710597Z test_contig_vs_transposed_div_no_rounding_mode_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.7742719Z test_contig_vs_transposed_div_no_rounding_mode_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.7774425Z test_contig_vs_transposed_div_no_rounding_mode_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.7813125Z test_contig_vs_transposed_div_no_rounding_mode_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:02.7844199Z test_contig_vs_transposed_div_no_rounding_mode_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.7877634Z test_contig_vs_transposed_div_trunc_rounding_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.7910801Z test_contig_vs_transposed_div_trunc_rounding_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.7944248Z test_contig_vs_transposed_div_trunc_rounding_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.7979810Z test_contig_vs_transposed_div_trunc_rounding_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.8011995Z test_contig_vs_transposed_div_trunc_rounding_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.8044487Z test_contig_vs_transposed_div_trunc_rounding_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.8084454Z test_contig_vs_transposed_div_trunc_rounding_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:02.8115880Z test_contig_vs_transposed_div_trunc_rounding_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.8148468Z test_contig_vs_transposed_div_trunc_rounding_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.8173575Z test_contig_vs_transposed_eq_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.8197633Z test_contig_vs_transposed_eq_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.8234899Z test_contig_vs_transposed_eq_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:02.8262589Z test_contig_vs_transposed_eq_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.8287730Z test_contig_vs_transposed_eq_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.8318961Z test_contig_vs_transposed_eq_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.8346394Z test_contig_vs_transposed_eq_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.8369244Z test_contig_vs_transposed_eq_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.8392124Z test_contig_vs_transposed_eq_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.8414806Z test_contig_vs_transposed_eq_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.8437983Z test_contig_vs_transposed_eq_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.8461029Z test_contig_vs_transposed_eq_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.8505555Z test_contig_vs_transposed_float_power_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:02.8554084Z test_contig_vs_transposed_float_power_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:02.8630780Z test_contig_vs_transposed_float_power_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:34:02.8701277Z test_contig_vs_transposed_float_power_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:02.8745228Z test_contig_vs_transposed_float_power_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:02.8789344Z test_contig_vs_transposed_float_power_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:02.8835157Z test_contig_vs_transposed_float_power_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:02.8878496Z test_contig_vs_transposed_float_power_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:02.8927187Z test_contig_vs_transposed_float_power_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:02.8970949Z test_contig_vs_transposed_float_power_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:02.9013205Z test_contig_vs_transposed_float_power_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:02.9056038Z test_contig_vs_transposed_float_power_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:02.9089307Z test_contig_vs_transposed_floor_divide_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.9122141Z test_contig_vs_transposed_floor_divide_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.9155026Z test_contig_vs_transposed_floor_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.9190737Z test_contig_vs_transposed_floor_divide_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.9222639Z test_contig_vs_transposed_floor_divide_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.9247678Z test_contig_vs_transposed_floor_divide_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.9272279Z test_contig_vs_transposed_floor_divide_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.9297448Z test_contig_vs_transposed_floor_divide_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.9322544Z test_contig_vs_transposed_floor_divide_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.9353856Z test_contig_vs_transposed_fmax_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.9376422Z test_contig_vs_transposed_fmax_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.9407433Z test_contig_vs_transposed_fmax_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.9444595Z test_contig_vs_transposed_fmax_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:02.9478962Z test_contig_vs_transposed_fmax_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.9503562Z test_contig_vs_transposed_fmax_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.9527782Z test_contig_vs_transposed_fmax_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.9551644Z test_contig_vs_transposed_fmax_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.9575838Z test_contig_vs_transposed_fmax_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.9600245Z test_contig_vs_transposed_fmax_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.9632820Z test_contig_vs_transposed_fmin_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.9663100Z test_contig_vs_transposed_fmin_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.9695051Z test_contig_vs_transposed_fmin_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.9727538Z test_contig_vs_transposed_fmin_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.9760670Z test_contig_vs_transposed_fmin_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.9783870Z test_contig_vs_transposed_fmin_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.9806823Z test_contig_vs_transposed_fmin_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.9829177Z test_contig_vs_transposed_fmin_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.9852184Z test_contig_vs_transposed_fmin_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:02.9881605Z test_contig_vs_transposed_fmin_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.9914886Z test_contig_vs_transposed_fmod_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.9948021Z test_contig_vs_transposed_fmod_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:02.9983157Z test_contig_vs_transposed_fmod_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:03.0008467Z test_contig_vs_transposed_fmod_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:03.0034253Z test_contig_vs_transposed_fmod_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:03.0059108Z test_contig_vs_transposed_fmod_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:03.0084885Z test_contig_vs_transposed_fmod_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:03.0116954Z test_contig_vs_transposed_fmod_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:03.0139756Z test_contig_vs_transposed_gcd_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:03.0162983Z test_contig_vs_transposed_gcd_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:03.0185507Z test_contig_vs_transposed_gcd_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:03.0209767Z test_contig_vs_transposed_gcd_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:03.0234106Z test_contig_vs_transposed_gcd_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:03.0261089Z test_contig_vs_transposed_ge_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:03.0285653Z test_contig_vs_transposed_ge_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:03.0317307Z test_contig_vs_transposed_ge_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:03.0342323Z test_contig_vs_transposed_ge_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:03.0369644Z test_contig_vs_transposed_ge_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:03.0393103Z test_contig_vs_transposed_ge_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:03.0416132Z test_contig_vs_transposed_ge_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:03.0439444Z test_contig_vs_transposed_ge_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:03.0463084Z test_contig_vs_transposed_ge_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:03.0486547Z test_contig_vs_transposed_ge_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:03.0518117Z test_contig_vs_transposed_gt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:03.0541107Z test_contig_vs_transposed_gt_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:03.0565793Z test_contig_vs_transposed_gt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:03.0590839Z test_contig_vs_transposed_gt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:03.0617930Z test_contig_vs_transposed_gt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:03.0641143Z test_contig_vs_transposed_gt_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:03.0664366Z test_contig_vs_transposed_gt_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:03.0687604Z test_contig_vs_transposed_gt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:03.0717172Z test_contig_vs_transposed_gt_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:03.0739829Z test_contig_vs_transposed_gt_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:03.0770950Z test_contig_vs_transposed_heaviside_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:03.0794068Z test_contig_vs_transposed_heaviside_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:03.0825260Z test_contig_vs_transposed_heaviside_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:03.0855583Z test_contig_vs_transposed_heaviside_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:03.0889450Z test_contig_vs_transposed_heaviside_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:03.0912632Z test_contig_vs_transposed_heaviside_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:03.0944576Z test_contig_vs_transposed_heaviside_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:03.0966754Z test_contig_vs_transposed_heaviside_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:03.0990282Z test_contig_vs_transposed_heaviside_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:03.1013008Z test_contig_vs_transposed_heaviside_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:03.1044254Z test_contig_vs_transposed_hypot_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:03.1075455Z test_contig_vs_transposed_hypot_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:03.1106259Z test_contig_vs_transposed_hypot_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:03.1140742Z test_contig_vs_transposed_hypot_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:03.1191550Z test_contig_vs_transposed_igamma_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:03.1495682Z test_contig_vs_transposed_igamma_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.030s) 2022-05-18T05:34:03.1542715Z test_contig_vs_transposed_igammac_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:03.1871018Z test_contig_vs_transposed_igammac_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-05-18T05:34:03.1901223Z test_contig_vs_transposed_isclose_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:03.1927656Z test_contig_vs_transposed_isclose_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:03.1987470Z test_contig_vs_transposed_isclose_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:03.2019211Z test_contig_vs_transposed_isclose_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:03.2054611Z test_contig_vs_transposed_isclose_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:03.2082105Z test_contig_vs_transposed_isclose_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:03.2117951Z test_contig_vs_transposed_isclose_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:03.2143906Z test_contig_vs_transposed_isclose_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:03.2169920Z test_contig_vs_transposed_isclose_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:03.2197074Z test_contig_vs_transposed_isclose_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:03.2223641Z test_contig_vs_transposed_isclose_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:03.2250366Z test_contig_vs_transposed_isclose_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:03.2287935Z test_contig_vs_transposed_jiterator_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:03.2311069Z test_contig_vs_transposed_jiterator_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:03.2359727Z test_contig_vs_transposed_jiterator_binary_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:03.2399241Z test_contig_vs_transposed_jiterator_binary_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:03.2430493Z test_contig_vs_transposed_jiterator_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:03.2463037Z test_contig_vs_transposed_jiterator_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:03.2495573Z test_contig_vs_transposed_jiterator_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:03.2519613Z test_contig_vs_transposed_jiterator_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:03.2549999Z test_contig_vs_transposed_jiterator_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:03.2574517Z test_contig_vs_transposed_jiterator_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:03.2599277Z test_contig_vs_transposed_jiterator_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:03.2623900Z test_contig_vs_transposed_jiterator_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:03.2648489Z test_contig_vs_transposed_lcm_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:03.2672870Z test_contig_vs_transposed_lcm_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:03.2697513Z test_contig_vs_transposed_lcm_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:03.2722061Z test_contig_vs_transposed_lcm_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:03.2751669Z test_contig_vs_transposed_lcm_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:03.2783589Z test_contig_vs_transposed_ldexp_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:03.2813271Z test_contig_vs_transposed_ldexp_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:03.2887941Z test_contig_vs_transposed_ldexp_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:03.2931886Z test_contig_vs_transposed_ldexp_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:03.2963690Z test_contig_vs_transposed_ldexp_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:03.2995740Z test_contig_vs_transposed_ldexp_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:03.3041507Z test_contig_vs_transposed_ldexp_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:03.3078243Z test_contig_vs_transposed_ldexp_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:03.3108519Z test_contig_vs_transposed_ldexp_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:03.3139047Z test_contig_vs_transposed_ldexp_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:03.3169129Z test_contig_vs_transposed_ldexp_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:03.3199557Z test_contig_vs_transposed_ldexp_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:03.3224432Z test_contig_vs_transposed_le_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:03.3247000Z test_contig_vs_transposed_le_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:03.3272073Z test_contig_vs_transposed_le_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:03.3302646Z test_contig_vs_transposed_le_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:03.3329276Z test_contig_vs_transposed_le_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:03.3352210Z test_contig_vs_transposed_le_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:03.3374975Z test_contig_vs_transposed_le_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:03.3398079Z test_contig_vs_transposed_le_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:03.3421359Z test_contig_vs_transposed_le_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:03.3443705Z test_contig_vs_transposed_le_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:03.3474475Z test_contig_vs_transposed_logical_and_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:03.3496999Z test_contig_vs_transposed_logical_and_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:03.3534083Z test_contig_vs_transposed_logical_and_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:03.3561123Z test_contig_vs_transposed_logical_and_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:03.3586208Z test_contig_vs_transposed_logical_and_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:03.3611231Z test_contig_vs_transposed_logical_and_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:03.3638084Z test_contig_vs_transposed_logical_and_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:03.3661440Z test_contig_vs_transposed_logical_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:03.3690383Z test_contig_vs_transposed_logical_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:03.3713433Z test_contig_vs_transposed_logical_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:03.3736092Z test_contig_vs_transposed_logical_and_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:03.3759437Z test_contig_vs_transposed_logical_and_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:03.3784007Z test_contig_vs_transposed_logical_or_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:03.3806744Z test_contig_vs_transposed_logical_or_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:03.3843493Z test_contig_vs_transposed_logical_or_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:03.3870434Z test_contig_vs_transposed_logical_or_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:03.3901283Z test_contig_vs_transposed_logical_or_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:03.3925747Z test_contig_vs_transposed_logical_or_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:03.3952809Z test_contig_vs_transposed_logical_or_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:03.3975488Z test_contig_vs_transposed_logical_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:03.3998716Z test_contig_vs_transposed_logical_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:03.4021575Z test_contig_vs_transposed_logical_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:03.4044083Z test_contig_vs_transposed_logical_or_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:03.4067309Z test_contig_vs_transposed_logical_or_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:03.4099083Z test_contig_vs_transposed_logical_xor_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:03.4121765Z test_contig_vs_transposed_logical_xor_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:03.4158492Z test_contig_vs_transposed_logical_xor_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:03.4185099Z test_contig_vs_transposed_logical_xor_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:03.4210095Z test_contig_vs_transposed_logical_xor_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:03.4236160Z test_contig_vs_transposed_logical_xor_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:03.4263292Z test_contig_vs_transposed_logical_xor_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:03.4286372Z test_contig_vs_transposed_logical_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:03.4316965Z test_contig_vs_transposed_logical_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:03.4339699Z test_contig_vs_transposed_logical_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:03.4362869Z test_contig_vs_transposed_logical_xor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:03.4385980Z test_contig_vs_transposed_logical_xor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:03.4410602Z test_contig_vs_transposed_lt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:03.4433407Z test_contig_vs_transposed_lt_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:03.4457824Z test_contig_vs_transposed_lt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:03.4482534Z test_contig_vs_transposed_lt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:03.4516528Z test_contig_vs_transposed_lt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:03.4540700Z test_contig_vs_transposed_lt_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:03.4565042Z test_contig_vs_transposed_lt_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:03.4589288Z test_contig_vs_transposed_lt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:03.4612372Z test_contig_vs_transposed_lt_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:03.4635741Z test_contig_vs_transposed_lt_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:03.4666797Z test_contig_vs_transposed_max_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:03.4689624Z test_contig_vs_transposed_max_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:03.4726878Z test_contig_vs_transposed_max_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:03.4757971Z test_contig_vs_transposed_max_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:03.4790202Z test_contig_vs_transposed_max_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:03.4812999Z test_contig_vs_transposed_max_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:03.4836190Z test_contig_vs_transposed_max_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:03.4858651Z test_contig_vs_transposed_max_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:03.4881964Z test_contig_vs_transposed_max_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:03.4904952Z test_contig_vs_transposed_max_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:03.4942436Z test_contig_vs_transposed_maximum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:03.4964976Z test_contig_vs_transposed_maximum_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:03.4995556Z test_contig_vs_transposed_maximum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:03.5025973Z test_contig_vs_transposed_maximum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:03.5058373Z test_contig_vs_transposed_maximum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:03.5081753Z test_contig_vs_transposed_maximum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:03.5105244Z test_contig_vs_transposed_maximum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:03.5129481Z test_contig_vs_transposed_maximum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:03.5160582Z test_contig_vs_transposed_maximum_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:03.5185176Z test_contig_vs_transposed_maximum_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:03.5216357Z test_contig_vs_transposed_min_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:03.5239351Z test_contig_vs_transposed_min_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:03.5269909Z test_contig_vs_transposed_min_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:03.5300477Z test_contig_vs_transposed_min_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:03.5332993Z test_contig_vs_transposed_min_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:03.5356589Z test_contig_vs_transposed_min_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:03.5386350Z test_contig_vs_transposed_min_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:03.5408307Z test_contig_vs_transposed_min_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:03.5431278Z test_contig_vs_transposed_min_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:03.5454258Z test_contig_vs_transposed_min_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:03.5485201Z test_contig_vs_transposed_minimum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:03.5508092Z test_contig_vs_transposed_minimum_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:03.5540085Z test_contig_vs_transposed_minimum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:03.5572234Z test_contig_vs_transposed_minimum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:03.5612069Z test_contig_vs_transposed_minimum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:03.5636594Z test_contig_vs_transposed_minimum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:03.5660912Z test_contig_vs_transposed_minimum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:03.5685011Z test_contig_vs_transposed_minimum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:03.5708999Z test_contig_vs_transposed_minimum_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:03.5733059Z test_contig_vs_transposed_minimum_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:03.5765257Z test_contig_vs_transposed_mul_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:03.5789676Z test_contig_vs_transposed_mul_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:03.5845363Z test_contig_vs_transposed_mul_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:03.5886173Z test_contig_vs_transposed_mul_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:03.5927379Z test_contig_vs_transposed_mul_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:03.5959319Z test_contig_vs_transposed_mul_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:03.5989828Z test_contig_vs_transposed_mul_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:03.6022725Z test_contig_vs_transposed_mul_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:03.6046136Z test_contig_vs_transposed_mul_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:03.6070056Z test_contig_vs_transposed_mul_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:03.6098823Z test_contig_vs_transposed_mul_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:03.6121574Z test_contig_vs_transposed_mul_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:03.6144187Z test_contig_vs_transposed_mul_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:03.6169101Z test_contig_vs_transposed_ne_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:03.6194262Z test_contig_vs_transposed_ne_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:03.6230555Z test_contig_vs_transposed_ne_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:03.6257497Z test_contig_vs_transposed_ne_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:03.6283009Z test_contig_vs_transposed_ne_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:03.6314595Z test_contig_vs_transposed_ne_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:03.6341753Z test_contig_vs_transposed_ne_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:03.6364491Z test_contig_vs_transposed_ne_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:03.6387832Z test_contig_vs_transposed_ne_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:03.6410722Z test_contig_vs_transposed_ne_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:03.6433878Z test_contig_vs_transposed_ne_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:03.6456943Z test_contig_vs_transposed_ne_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:03.6488509Z test_contig_vs_transposed_nextafter_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:03.6525577Z test_contig_vs_transposed_nextafter_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:03.6557952Z test_contig_vs_transposed_nextafter_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:03.6595107Z test_contig_vs_transposed_polar_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:03.6639319Z test_contig_vs_transposed_polar_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:03.6671462Z test_contig_vs_transposed_pow_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:03.6744815Z test_contig_vs_transposed_pow_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:03.6789295Z test_contig_vs_transposed_pow_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:03.6821863Z test_contig_vs_transposed_pow_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:03.6858702Z test_contig_vs_transposed_pow_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:03.6902781Z test_contig_vs_transposed_pow_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:03.6925664Z test_contig_vs_transposed_pow_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:03.6948960Z test_contig_vs_transposed_pow_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:03.6971290Z test_contig_vs_transposed_pow_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:03.6994477Z test_contig_vs_transposed_pow_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:03.7018685Z test_contig_vs_transposed_pow_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:03.7053424Z test_contig_vs_transposed_remainder_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:03.7093607Z test_contig_vs_transposed_remainder_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:03.7126489Z test_contig_vs_transposed_remainder_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:03.7160775Z test_contig_vs_transposed_remainder_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:03.7186752Z test_contig_vs_transposed_remainder_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:03.7212249Z test_contig_vs_transposed_remainder_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:03.7237250Z test_contig_vs_transposed_remainder_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:03.7262663Z test_contig_vs_transposed_remainder_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:03.7294183Z test_contig_vs_transposed_remainder_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:03.7324819Z test_contig_vs_transposed_rsub_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:03.7374606Z test_contig_vs_transposed_rsub_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:03.7416066Z test_contig_vs_transposed_rsub_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:03.7448343Z test_contig_vs_transposed_rsub_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:03.7480389Z test_contig_vs_transposed_rsub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:03.7512996Z test_contig_vs_transposed_rsub_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:03.7536462Z test_contig_vs_transposed_rsub_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:03.7566472Z test_contig_vs_transposed_rsub_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:03.7589077Z test_contig_vs_transposed_rsub_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:03.7613350Z test_contig_vs_transposed_rsub_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:03.7637722Z test_contig_vs_transposed_rsub_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:03.7670047Z test_contig_vs_transposed_special_xlog1py_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:03.7700104Z test_contig_vs_transposed_special_xlog1py_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:03.7732426Z test_contig_vs_transposed_special_xlog1py_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:03.7764934Z test_contig_vs_transposed_special_xlog1py_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:03.7812628Z test_contig_vs_transposed_special_xlog1py_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:03.7842527Z test_contig_vs_transposed_special_xlog1py_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:03.7871482Z test_contig_vs_transposed_special_xlog1py_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:03.7900270Z test_contig_vs_transposed_special_xlog1py_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:03.7929332Z test_contig_vs_transposed_special_xlog1py_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:03.7958579Z test_contig_vs_transposed_special_xlog1py_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:03.7987603Z test_contig_vs_transposed_special_zeta_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:03.8027101Z test_contig_vs_transposed_special_zeta_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:03.8237945Z test_contig_vs_transposed_special_zeta_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-05-18T05:34:03.8275674Z test_contig_vs_transposed_special_zeta_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:03.8314001Z test_contig_vs_transposed_special_zeta_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:03.8351973Z test_contig_vs_transposed_special_zeta_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:03.8389975Z test_contig_vs_transposed_special_zeta_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:03.8428048Z test_contig_vs_transposed_special_zeta_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:03.8458682Z test_contig_vs_transposed_sub_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:03.8507727Z test_contig_vs_transposed_sub_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:03.8553724Z test_contig_vs_transposed_sub_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:03.8593197Z test_contig_vs_transposed_sub_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:03.8623703Z test_contig_vs_transposed_sub_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:03.8655856Z test_contig_vs_transposed_sub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:03.8689736Z test_contig_vs_transposed_sub_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:03.8713150Z test_contig_vs_transposed_sub_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:03.8736486Z test_contig_vs_transposed_sub_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:03.8759305Z test_contig_vs_transposed_sub_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:03.8788848Z test_contig_vs_transposed_sub_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:03.8811451Z test_contig_vs_transposed_sub_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:03.8844804Z test_contig_vs_transposed_true_divide_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:03.8875409Z test_contig_vs_transposed_true_divide_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:03.8925087Z test_contig_vs_transposed_true_divide_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:03.8966732Z test_contig_vs_transposed_true_divide_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:03.8999548Z test_contig_vs_transposed_true_divide_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:03.9032522Z test_contig_vs_transposed_true_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:03.9074941Z test_contig_vs_transposed_true_divide_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:03.9105430Z test_contig_vs_transposed_true_divide_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:03.9135390Z test_contig_vs_transposed_true_divide_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:03.9166290Z test_contig_vs_transposed_true_divide_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:03.9197243Z test_contig_vs_transposed_true_divide_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:03.9227959Z test_contig_vs_transposed_true_divide_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:03.9258416Z test_contig_vs_transposed_xlogy_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:03.9287468Z test_contig_vs_transposed_xlogy_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:03.9324239Z test_contig_vs_transposed_xlogy_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:03.9356135Z test_contig_vs_transposed_xlogy_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:03.9391105Z test_contig_vs_transposed_xlogy_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:03.9419932Z test_contig_vs_transposed_xlogy_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:03.9448401Z test_contig_vs_transposed_xlogy_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:03.9477121Z test_contig_vs_transposed_xlogy_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:03.9505278Z test_contig_vs_transposed_xlogy_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:03.9533617Z test_contig_vs_transposed_xlogy_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:03.9656519Z test_copysign_cuda_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-05-18T05:34:03.9731409Z test_copysign_cuda_bfloat16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:03.9820933Z test_copysign_cuda_bfloat16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-05-18T05:34:03.9934184Z test_copysign_cuda_bfloat16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-05-18T05:34:04.0048357Z test_copysign_cuda_bfloat16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-05-18T05:34:04.0123203Z test_copysign_cuda_bfloat16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:04.0198389Z test_copysign_cuda_bfloat16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:04.0273435Z test_copysign_cuda_bfloat16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:04.0356537Z test_copysign_cuda_bfloat16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:34:04.0431484Z test_copysign_cuda_bfloat16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:04.0544322Z test_copysign_cuda_bool_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-05-18T05:34:04.0614392Z test_copysign_cuda_bool_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:04.0698128Z test_copysign_cuda_bool_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:34:04.0808123Z test_copysign_cuda_bool_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-05-18T05:34:04.0916616Z test_copysign_cuda_bool_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-05-18T05:34:04.0987307Z test_copysign_cuda_bool_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:04.1064562Z test_copysign_cuda_bool_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:34:04.1135735Z test_copysign_cuda_bool_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:04.1206124Z test_copysign_cuda_bool_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:04.1276985Z test_copysign_cuda_bool_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:04.1367432Z test_copysign_cuda_float16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-05-18T05:34:04.1431578Z test_copysign_cuda_float16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:04.1519166Z test_copysign_cuda_float16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-05-18T05:34:04.1607367Z test_copysign_cuda_float16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-05-18T05:34:04.1703315Z test_copysign_cuda_float16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-05-18T05:34:04.1767101Z test_copysign_cuda_float16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:04.1831627Z test_copysign_cuda_float16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:04.1895691Z test_copysign_cuda_float16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:04.1959560Z test_copysign_cuda_float16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:04.2023248Z test_copysign_cuda_float16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:04.2174297Z test_copysign_cuda_float32_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:34:04.2284079Z test_copysign_cuda_float32_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-05-18T05:34:04.2401955Z test_copysign_cuda_float32_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-05-18T05:34:04.2550600Z test_copysign_cuda_float32_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:34:04.2698116Z test_copysign_cuda_float32_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:34:04.2807931Z test_copysign_cuda_float32_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-05-18T05:34:04.2919639Z test_copysign_cuda_float32_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-05-18T05:34:04.3030889Z test_copysign_cuda_float32_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-05-18T05:34:04.3141320Z test_copysign_cuda_float32_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-05-18T05:34:04.3250908Z test_copysign_cuda_float32_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-05-18T05:34:04.3407995Z test_copysign_cuda_float64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-05-18T05:34:04.3514776Z test_copysign_cuda_float64_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-05-18T05:34:04.3622210Z test_copysign_cuda_float64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-05-18T05:34:04.3770427Z test_copysign_cuda_float64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:34:04.3917373Z test_copysign_cuda_float64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:34:04.4024543Z test_copysign_cuda_float64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-05-18T05:34:04.4131887Z test_copysign_cuda_float64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-05-18T05:34:04.4240807Z test_copysign_cuda_float64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-05-18T05:34:04.4354230Z test_copysign_cuda_float64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-05-18T05:34:04.4461035Z test_copysign_cuda_float64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-05-18T05:34:04.4573278Z test_copysign_cuda_int16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-05-18T05:34:04.4644249Z test_copysign_cuda_int16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:04.4731904Z test_copysign_cuda_int16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-05-18T05:34:04.4841744Z test_copysign_cuda_int16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-05-18T05:34:04.4951033Z test_copysign_cuda_int16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-05-18T05:34:04.5021586Z test_copysign_cuda_int16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:04.5099410Z test_copysign_cuda_int16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:34:04.5169826Z test_copysign_cuda_int16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:04.5240151Z test_copysign_cuda_int16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:04.5310899Z test_copysign_cuda_int16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:04.5423449Z test_copysign_cuda_int32_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-05-18T05:34:04.5494030Z test_copysign_cuda_int32_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:04.5580392Z test_copysign_cuda_int32_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-05-18T05:34:04.5689876Z test_copysign_cuda_int32_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-05-18T05:34:04.5803673Z test_copysign_cuda_int32_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-05-18T05:34:04.5874301Z test_copysign_cuda_int32_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:04.5944533Z test_copysign_cuda_int32_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:04.6014068Z test_copysign_cuda_int32_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:04.6084784Z test_copysign_cuda_int32_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:04.6155052Z test_copysign_cuda_int32_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:04.6268680Z test_copysign_cuda_int64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-05-18T05:34:04.6344454Z test_copysign_cuda_int64_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:04.6429747Z test_copysign_cuda_int64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:34:04.6539078Z test_copysign_cuda_int64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-05-18T05:34:04.6648193Z test_copysign_cuda_int64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-05-18T05:34:04.6718281Z test_copysign_cuda_int64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:04.6788490Z test_copysign_cuda_int64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:04.6858327Z test_copysign_cuda_int64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:04.6930157Z test_copysign_cuda_int64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:04.7009113Z test_copysign_cuda_int64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:34:04.7121869Z test_copysign_cuda_int8_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-05-18T05:34:04.7194221Z test_copysign_cuda_int8_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:04.7280144Z test_copysign_cuda_int8_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:34:04.7389051Z test_copysign_cuda_int8_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-05-18T05:34:04.7497616Z test_copysign_cuda_int8_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-05-18T05:34:04.7568472Z test_copysign_cuda_int8_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:04.7639664Z test_copysign_cuda_int8_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:04.7717881Z test_copysign_cuda_int8_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:34:04.7788031Z test_copysign_cuda_int8_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:04.7857894Z test_copysign_cuda_int8_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:04.7970994Z test_copysign_cuda_uint8_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-05-18T05:34:04.8041296Z test_copysign_cuda_uint8_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:04.8125170Z test_copysign_cuda_uint8_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:34:04.8233610Z test_copysign_cuda_uint8_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-05-18T05:34:04.8340767Z test_copysign_cuda_uint8_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-05-18T05:34:04.8416460Z test_copysign_cuda_uint8_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:04.8486559Z test_copysign_cuda_uint8_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:04.8558125Z test_copysign_cuda_uint8_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:04.8627928Z test_copysign_cuda_uint8_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:04.8697610Z test_copysign_cuda_uint8_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:04.8767888Z test_copysign_subgradient_cuda_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:04.8833607Z test_copysign_subgradient_cuda_bfloat16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:04.8898767Z test_copysign_subgradient_cuda_bfloat16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:04.8970028Z test_copysign_subgradient_cuda_bfloat16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:04.9039261Z test_copysign_subgradient_cuda_float16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:04.9104112Z test_copysign_subgradient_cuda_float16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:04.9169140Z test_copysign_subgradient_cuda_float16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:04.9234887Z test_copysign_subgradient_cuda_float16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:04.9300012Z test_copysign_subgradient_cuda_float32_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:04.9365699Z test_copysign_subgradient_cuda_float32_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:04.9430939Z test_copysign_subgradient_cuda_float32_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:04.9504680Z test_copysign_subgradient_cuda_float32_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:04.9569260Z test_copysign_subgradient_cuda_float64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:04.9634293Z test_copysign_subgradient_cuda_float64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:04.9699126Z test_copysign_subgradient_cuda_float64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:04.9765553Z test_copysign_subgradient_cuda_float64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:04.9777526Z test_cpow_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:34:05.0033592Z test_cpu_tensor_pow_cuda_scalar_tensor_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-05-18T05:34:05.0045933Z test_cremainder_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:34:05.0067618Z test_cross_device_binary_ops_cuda (__main__.TestBinaryUfuncsCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T05:34:05.0148476Z test_cross_device_inplace_error_msg_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:34:05.0165043Z test_csub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:34:05.0320531Z test_cuda_tensor_pow_scalar_tensor_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:34:05.0768860Z test_cumulative_trapezoid_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.045s) 2022-05-18T05:34:06.1084437Z test_div_and_floordiv_script_vs_python_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (1.031s) 2022-05-18T05:34:06.1112242Z test_div_and_floordiv_vs_python_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:06.1178561Z test_div_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:06.1223436Z test_div_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:06.1278423Z test_div_rounding_modes_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:06.1324959Z test_div_rounding_modes_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:06.1373876Z test_div_rounding_modes_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:06.1421743Z test_div_rounding_modes_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:06.1466211Z test_div_rounding_modes_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:06.1507066Z test_div_rounding_modes_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:06.1547491Z test_div_rounding_modes_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:06.1589146Z test_div_rounding_modes_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:06.1636343Z test_div_rounding_modes_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:06.1686136Z test_div_rounding_nonfinite_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:06.1735028Z test_div_rounding_nonfinite_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:06.1784109Z test_div_rounding_nonfinite_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:06.1832332Z test_div_rounding_nonfinite_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:06.1893876Z test_div_rounding_numpy_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:06.1953841Z test_div_rounding_numpy_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:06.2018416Z test_div_rounding_numpy_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:06.2070458Z test_div_rounding_numpy_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:06.2122120Z test_div_rounding_numpy_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:06.2173506Z test_div_rounding_numpy_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:06.2226197Z test_div_rounding_numpy_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:06.2278315Z test_div_rounding_numpy_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:06.2298877Z test_divide_by_zero_rounding_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... /var/lib/jenkins/workspace/test/test_binary_ufuncs.py:1161: RuntimeWarning: divide by zero encountered in true_divide 2022-05-18T05:34:06.2299900Z expect = np.divide(an, 0) 2022-05-18T05:34:06.2302022Z /var/lib/jenkins/workspace/test/test_binary_ufuncs.py:1161: RuntimeWarning: invalid value encountered in true_divide 2022-05-18T05:34:06.2302470Z expect = np.divide(an, 0) 2022-05-18T05:34:06.2311490Z ok (0.003s) 2022-05-18T05:34:06.2342309Z test_divide_by_zero_rounding_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:06.2379336Z test_divide_by_zero_rounding_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:06.2409442Z test_divide_by_zero_rounding_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:06.2439686Z test_divmul_scalar_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:06.2745716Z test_float_power_cuda_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... /var/lib/jenkins/workspace/test/test_binary_ufuncs.py:4136: RuntimeWarning: invalid value encountered in float_power 2022-05-18T05:34:06.2746280Z expected_scalar_base = torch.from_numpy(np.float_power(i, to_np(exp))) 2022-05-18T05:34:06.2794877Z ok (0.035s) 2022-05-18T05:34:06.3382759Z test_float_power_cuda_bfloat16_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.058s) 2022-05-18T05:34:06.3971901Z test_float_power_cuda_bfloat16_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.059s) 2022-05-18T05:34:06.4323552Z test_float_power_cuda_bfloat16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-05-18T05:34:06.4674333Z test_float_power_cuda_bfloat16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-05-18T05:34:06.5028225Z test_float_power_cuda_bfloat16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-05-18T05:34:06.5376568Z test_float_power_cuda_bfloat16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-05-18T05:34:06.5724115Z test_float_power_cuda_bfloat16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-05-18T05:34:06.6073393Z test_float_power_cuda_bfloat16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-05-18T05:34:06.6426081Z test_float_power_cuda_bfloat16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-05-18T05:34:06.6780145Z test_float_power_cuda_bfloat16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-05-18T05:34:06.7037770Z test_float_power_cuda_complex128_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.026s) 2022-05-18T05:34:06.7383204Z test_float_power_cuda_complex128_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-05-18T05:34:06.7742472Z test_float_power_cuda_complex128_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.036s) 2022-05-18T05:34:06.7990464Z test_float_power_cuda_complex128_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-05-18T05:34:06.8237986Z test_float_power_cuda_complex128_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-05-18T05:34:06.8486033Z test_float_power_cuda_complex128_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-05-18T05:34:06.8735771Z test_float_power_cuda_complex128_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-05-18T05:34:06.8982721Z test_float_power_cuda_complex128_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-05-18T05:34:06.9229289Z test_float_power_cuda_complex128_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-05-18T05:34:06.9488624Z test_float_power_cuda_complex128_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.026s) 2022-05-18T05:34:06.9749178Z test_float_power_cuda_complex128_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.026s) 2022-05-18T05:34:07.0160935Z test_float_power_cuda_complex64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.041s) 2022-05-18T05:34:07.0785080Z test_float_power_cuda_complex64_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.062s) 2022-05-18T05:34:07.1414243Z test_float_power_cuda_complex64_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.063s) 2022-05-18T05:34:07.1813973Z test_float_power_cuda_complex64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.040s) 2022-05-18T05:34:07.2221858Z test_float_power_cuda_complex64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.041s) 2022-05-18T05:34:07.2627459Z test_float_power_cuda_complex64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.040s) 2022-05-18T05:34:07.3033200Z test_float_power_cuda_complex64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.040s) 2022-05-18T05:34:07.3440374Z test_float_power_cuda_complex64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.041s) 2022-05-18T05:34:07.3841662Z test_float_power_cuda_complex64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.040s) 2022-05-18T05:34:07.4238163Z test_float_power_cuda_complex64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.040s) 2022-05-18T05:34:07.4636131Z test_float_power_cuda_complex64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.040s) 2022-05-18T05:34:07.4990272Z test_float_power_cuda_float16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-05-18T05:34:07.5570749Z test_float_power_cuda_float16_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.058s) 2022-05-18T05:34:07.6155126Z test_float_power_cuda_float16_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.058s) 2022-05-18T05:34:07.6505520Z test_float_power_cuda_float16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-05-18T05:34:07.6864722Z test_float_power_cuda_float16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.036s) 2022-05-18T05:34:07.7211894Z test_float_power_cuda_float16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-05-18T05:34:07.7560162Z test_float_power_cuda_float16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-05-18T05:34:07.7903532Z test_float_power_cuda_float16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-05-18T05:34:07.8248270Z test_float_power_cuda_float16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-05-18T05:34:07.8599295Z test_float_power_cuda_float16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-05-18T05:34:07.8949309Z test_float_power_cuda_float16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-05-18T05:34:07.9301248Z test_float_power_cuda_float32_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-05-18T05:34:07.9881196Z test_float_power_cuda_float32_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.058s) 2022-05-18T05:34:08.0457832Z test_float_power_cuda_float32_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.057s) 2022-05-18T05:34:08.0811060Z test_float_power_cuda_float32_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-05-18T05:34:08.1160322Z test_float_power_cuda_float32_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-05-18T05:34:08.1501885Z test_float_power_cuda_float32_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-05-18T05:34:08.1848015Z test_float_power_cuda_float32_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-05-18T05:34:08.2199548Z test_float_power_cuda_float32_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-05-18T05:34:08.2551364Z test_float_power_cuda_float32_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-05-18T05:34:08.2905178Z test_float_power_cuda_float32_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-05-18T05:34:08.3249548Z test_float_power_cuda_float32_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-05-18T05:34:08.3445557Z test_float_power_cuda_float64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.019s) 2022-05-18T05:34:08.3892119Z test_float_power_cuda_float64_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.044s) 2022-05-18T05:34:08.4339627Z test_float_power_cuda_float64_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.045s) 2022-05-18T05:34:08.4532885Z test_float_power_cuda_float64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.019s) 2022-05-18T05:34:08.4724272Z test_float_power_cuda_float64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.019s) 2022-05-18T05:34:08.4912149Z test_float_power_cuda_float64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.019s) 2022-05-18T05:34:08.5113206Z test_float_power_cuda_float64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-05-18T05:34:08.5307784Z test_float_power_cuda_float64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.019s) 2022-05-18T05:34:08.5504342Z test_float_power_cuda_float64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-05-18T05:34:08.5696576Z test_float_power_cuda_float64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.019s) 2022-05-18T05:34:08.5887989Z test_float_power_cuda_float64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.019s) 2022-05-18T05:34:08.6236615Z test_float_power_cuda_int16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-05-18T05:34:08.6807785Z test_float_power_cuda_int16_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.057s) 2022-05-18T05:34:08.7379886Z test_float_power_cuda_int16_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.057s) 2022-05-18T05:34:08.7730957Z test_float_power_cuda_int16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-05-18T05:34:08.8081089Z test_float_power_cuda_int16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-05-18T05:34:08.8427868Z test_float_power_cuda_int16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-05-18T05:34:08.8774665Z test_float_power_cuda_int16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-05-18T05:34:08.9117909Z test_float_power_cuda_int16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-05-18T05:34:08.9461907Z test_float_power_cuda_int16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-05-18T05:34:08.9806902Z test_float_power_cuda_int16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-05-18T05:34:09.0148402Z test_float_power_cuda_int16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-05-18T05:34:09.0501246Z test_float_power_cuda_int32_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-05-18T05:34:09.1070597Z test_float_power_cuda_int32_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.057s) 2022-05-18T05:34:09.1649097Z test_float_power_cuda_int32_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.058s) 2022-05-18T05:34:09.1999913Z test_float_power_cuda_int32_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-05-18T05:34:09.2351271Z test_float_power_cuda_int32_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-05-18T05:34:09.2693121Z test_float_power_cuda_int32_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-05-18T05:34:09.3036146Z test_float_power_cuda_int32_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-05-18T05:34:09.3380037Z test_float_power_cuda_int32_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-05-18T05:34:09.3729572Z test_float_power_cuda_int32_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-05-18T05:34:09.4071763Z test_float_power_cuda_int32_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-05-18T05:34:09.4415390Z test_float_power_cuda_int32_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-05-18T05:34:09.4761495Z test_float_power_cuda_int64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-05-18T05:34:09.5336986Z test_float_power_cuda_int64_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.057s) 2022-05-18T05:34:09.5916709Z test_float_power_cuda_int64_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.058s) 2022-05-18T05:34:09.6265200Z test_float_power_cuda_int64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-05-18T05:34:09.6609589Z test_float_power_cuda_int64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-05-18T05:34:09.6956129Z test_float_power_cuda_int64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-05-18T05:34:09.7299827Z test_float_power_cuda_int64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-05-18T05:34:09.7642299Z test_float_power_cuda_int64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-05-18T05:34:09.7991039Z test_float_power_cuda_int64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-05-18T05:34:09.8340690Z test_float_power_cuda_int64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-05-18T05:34:09.8687793Z test_float_power_cuda_int64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-05-18T05:34:09.9036602Z test_float_power_cuda_int8_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-05-18T05:34:09.9608786Z test_float_power_cuda_int8_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.057s) 2022-05-18T05:34:10.0190186Z test_float_power_cuda_int8_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.058s) 2022-05-18T05:34:10.0535385Z test_float_power_cuda_int8_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-05-18T05:34:10.0886131Z test_float_power_cuda_int8_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-05-18T05:34:10.1234035Z test_float_power_cuda_int8_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-05-18T05:34:10.1580198Z test_float_power_cuda_int8_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-05-18T05:34:10.1924345Z test_float_power_cuda_int8_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-05-18T05:34:10.2268890Z test_float_power_cuda_int8_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-05-18T05:34:10.2619166Z test_float_power_cuda_int8_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-05-18T05:34:10.2968486Z test_float_power_cuda_int8_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-05-18T05:34:10.3315377Z test_float_power_cuda_uint8_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-05-18T05:34:10.3893568Z test_float_power_cuda_uint8_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.058s) 2022-05-18T05:34:10.4476595Z test_float_power_cuda_uint8_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.058s) 2022-05-18T05:34:10.4823077Z test_float_power_cuda_uint8_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-05-18T05:34:10.5166531Z test_float_power_cuda_uint8_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-05-18T05:34:10.5507941Z test_float_power_cuda_uint8_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-05-18T05:34:10.5857247Z test_float_power_cuda_uint8_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-05-18T05:34:10.6205182Z test_float_power_cuda_uint8_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-05-18T05:34:10.6554358Z test_float_power_cuda_uint8_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-05-18T05:34:10.6902764Z test_float_power_cuda_uint8_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-05-18T05:34:10.7248294Z test_float_power_cuda_uint8_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-05-18T05:34:10.7358606Z test_float_power_exceptions_cuda (__main__.TestBinaryUfuncsCUDA) ... /var/lib/jenkins/workspace/test/test_binary_ufuncs.py:4167: UserWarning: An output with one or more elements was resized since it had shape [1], 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-18T05:34:10.7359599Z torch.float_power(base, exp, out=out) 2022-05-18T05:34:10.7569304Z ok (0.032s) 2022-05-18T05:34:10.7660260Z test_float_scalar_pow_float_tensor_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... /var/lib/jenkins/workspace/test/test_binary_ufuncs.py:1487: RuntimeWarning: invalid value encountered in power 2022-05-18T05:34:10.7661209Z np_res = np.power(to_np(base), to_np(np_exponent)) 2022-05-18T05:34:10.7925162Z /var/lib/jenkins/workspace/test/test_binary_ufuncs.py:1487: RuntimeWarning: divide by zero encountered in power 2022-05-18T05:34:10.7925785Z np_res = np.power(to_np(base), to_np(np_exponent)) 2022-05-18T05:34:10.8319132Z ok (0.075s) 2022-05-18T05:34:10.9013733Z test_float_scalar_pow_float_tensor_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.069s) 2022-05-18T05:34:10.9054391Z test_floor_divide_out_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:10.9082763Z test_floor_divide_out_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:10.9126025Z test_floor_divide_scalar_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:10.9166620Z test_floor_divide_scalar_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:10.9206254Z test_floor_divide_scalar_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:10.9245722Z test_floor_divide_scalar_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:10.9285100Z test_floor_divide_scalar_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:10.9324384Z test_floor_divide_scalar_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:10.9369894Z test_floor_divide_scalar_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:10.9409522Z test_floor_divide_scalar_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:10.9437284Z test_floor_divide_tensor_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:10.9464577Z test_floor_divide_tensor_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:10.9491132Z test_floor_divide_tensor_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:10.9516768Z test_floor_divide_tensor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:10.9542282Z test_floor_divide_tensor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:10.9567610Z test_floor_divide_tensor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:10.9599374Z test_floor_divide_tensor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:10.9623716Z test_floor_divide_tensor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:10.9638846Z test_floor_divide_zero_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:34:10.9653738Z test_floor_divide_zero_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:34:10.9667961Z test_floor_divide_zero_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:34:10.9682165Z test_floor_divide_zero_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:34:10.9695977Z test_floor_divide_zero_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:34:10.9719866Z test_fmod_remainder_by_zero_float_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:10.9743146Z test_fmod_remainder_by_zero_float_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:10.9766628Z test_fmod_remainder_by_zero_float_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:10.9798772Z test_fmod_remainder_by_zero_integral_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:10.9823737Z test_fmod_remainder_by_zero_integral_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:10.9858159Z test_fmod_remainder_by_zero_integral_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:10.9883419Z test_fmod_remainder_by_zero_integral_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:10.9908813Z test_fmod_remainder_by_zero_integral_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:11.0130549Z test_fmod_remainder_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-05-18T05:34:11.0344448Z test_fmod_remainder_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-05-18T05:34:11.0551753Z test_fmod_remainder_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-05-18T05:34:11.1158096Z test_fmod_remainder_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.061s) 2022-05-18T05:34:11.1748664Z test_fmod_remainder_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.059s) 2022-05-18T05:34:11.2335691Z test_fmod_remainder_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.059s) 2022-05-18T05:34:11.2924234Z test_fmod_remainder_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.059s) 2022-05-18T05:34:11.3517651Z test_fmod_remainder_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.059s) 2022-05-18T05:34:11.3552262Z test_gcd_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:11.3585823Z test_gcd_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:11.3619048Z test_gcd_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:11.3659208Z test_gcd_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:11.3692250Z test_gcd_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:11.3888563Z test_heaviside_complex_cuda_complex128_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.019s) 2022-05-18T05:34:11.4081228Z test_heaviside_complex_cuda_complex128_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.019s) 2022-05-18T05:34:11.4273506Z test_heaviside_complex_cuda_complex64_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.019s) 2022-05-18T05:34:11.4463805Z test_heaviside_complex_cuda_complex64_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.019s) 2022-05-18T05:34:11.4584087Z test_heaviside_cross_device_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-05-18T05:34:11.4638097Z test_heaviside_cuda_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:11.4848571Z test_heaviside_cuda_bfloat16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-05-18T05:34:11.5050267Z test_heaviside_cuda_bfloat16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-05-18T05:34:11.5251861Z test_heaviside_cuda_bfloat16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-05-18T05:34:11.5453426Z test_heaviside_cuda_bfloat16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-05-18T05:34:11.5655169Z test_heaviside_cuda_bfloat16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-05-18T05:34:11.5856805Z test_heaviside_cuda_bfloat16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-05-18T05:34:11.6058897Z test_heaviside_cuda_bfloat16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-05-18T05:34:11.6263634Z test_heaviside_cuda_bfloat16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-05-18T05:34:11.6477770Z test_heaviside_cuda_bfloat16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-05-18T05:34:11.6683983Z test_heaviside_cuda_bool_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-05-18T05:34:11.6730560Z test_heaviside_cuda_bool_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:11.6935291Z test_heaviside_cuda_bool_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-05-18T05:34:11.7139791Z test_heaviside_cuda_bool_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-05-18T05:34:11.7343080Z test_heaviside_cuda_bool_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-05-18T05:34:11.7545123Z test_heaviside_cuda_bool_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-05-18T05:34:11.7753779Z test_heaviside_cuda_bool_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-05-18T05:34:11.7955174Z test_heaviside_cuda_bool_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-05-18T05:34:11.8157190Z test_heaviside_cuda_bool_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-05-18T05:34:11.8358491Z test_heaviside_cuda_bool_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-05-18T05:34:11.8559914Z test_heaviside_cuda_float16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-05-18T05:34:11.8761290Z test_heaviside_cuda_float16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-05-18T05:34:11.8812914Z test_heaviside_cuda_float16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:11.9017839Z test_heaviside_cuda_float16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-05-18T05:34:11.9232788Z test_heaviside_cuda_float16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-05-18T05:34:11.9439376Z test_heaviside_cuda_float16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-05-18T05:34:11.9645641Z test_heaviside_cuda_float16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-05-18T05:34:11.9850757Z test_heaviside_cuda_float16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-05-18T05:34:12.0054381Z test_heaviside_cuda_float16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-05-18T05:34:12.0266858Z test_heaviside_cuda_float16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-05-18T05:34:12.0483185Z test_heaviside_cuda_float32_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-05-18T05:34:12.0698510Z test_heaviside_cuda_float32_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-05-18T05:34:12.0920603Z test_heaviside_cuda_float32_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-05-18T05:34:12.0975090Z test_heaviside_cuda_float32_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:12.1177126Z test_heaviside_cuda_float32_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-05-18T05:34:12.1378403Z test_heaviside_cuda_float32_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-05-18T05:34:12.1579544Z test_heaviside_cuda_float32_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-05-18T05:34:12.1784171Z test_heaviside_cuda_float32_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-05-18T05:34:12.1989977Z test_heaviside_cuda_float32_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-05-18T05:34:12.2196839Z test_heaviside_cuda_float32_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-05-18T05:34:12.2410699Z test_heaviside_cuda_float64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-05-18T05:34:12.2615799Z test_heaviside_cuda_float64_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-05-18T05:34:12.2819917Z test_heaviside_cuda_float64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-05-18T05:34:12.3021677Z test_heaviside_cuda_float64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-05-18T05:34:12.3072770Z test_heaviside_cuda_float64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:12.3274225Z test_heaviside_cuda_float64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-05-18T05:34:12.3475937Z test_heaviside_cuda_float64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-05-18T05:34:12.3679511Z test_heaviside_cuda_float64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-05-18T05:34:12.3893626Z test_heaviside_cuda_float64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-05-18T05:34:12.4100341Z test_heaviside_cuda_float64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-05-18T05:34:12.4306737Z test_heaviside_cuda_int16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-05-18T05:34:12.4512090Z test_heaviside_cuda_int16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-05-18T05:34:12.4716187Z test_heaviside_cuda_int16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-05-18T05:34:12.4918340Z test_heaviside_cuda_int16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-05-18T05:34:12.5119730Z test_heaviside_cuda_int16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-05-18T05:34:12.5164386Z test_heaviside_cuda_int16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:12.5376779Z test_heaviside_cuda_int16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-05-18T05:34:12.5580496Z test_heaviside_cuda_int16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-05-18T05:34:12.5786850Z test_heaviside_cuda_int16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-05-18T05:34:12.5993247Z test_heaviside_cuda_int16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-05-18T05:34:12.6199165Z test_heaviside_cuda_int32_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-05-18T05:34:12.6404460Z test_heaviside_cuda_int32_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-05-18T05:34:12.6608961Z test_heaviside_cuda_int32_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-05-18T05:34:12.6811006Z test_heaviside_cuda_int32_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-05-18T05:34:12.7023967Z test_heaviside_cuda_int32_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-05-18T05:34:12.7235134Z test_heaviside_cuda_int32_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-05-18T05:34:12.7279362Z test_heaviside_cuda_int32_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:12.7482724Z test_heaviside_cuda_int32_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-05-18T05:34:12.7688941Z test_heaviside_cuda_int32_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-05-18T05:34:12.7895634Z test_heaviside_cuda_int32_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-05-18T05:34:12.8102108Z test_heaviside_cuda_int64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-05-18T05:34:12.8308703Z test_heaviside_cuda_int64_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-05-18T05:34:12.8519665Z test_heaviside_cuda_int64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-05-18T05:34:12.8721164Z test_heaviside_cuda_int64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-05-18T05:34:12.8922878Z test_heaviside_cuda_int64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-05-18T05:34:12.9124384Z test_heaviside_cuda_int64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-05-18T05:34:12.9327747Z test_heaviside_cuda_int64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-05-18T05:34:12.9372663Z test_heaviside_cuda_int64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:12.9577434Z test_heaviside_cuda_int64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-05-18T05:34:12.9784475Z test_heaviside_cuda_int64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-05-18T05:34:13.0000736Z test_heaviside_cuda_int8_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-05-18T05:34:13.0205756Z test_heaviside_cuda_int8_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-05-18T05:34:13.0409381Z test_heaviside_cuda_int8_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-05-18T05:34:13.0611281Z test_heaviside_cuda_int8_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-05-18T05:34:13.0813206Z test_heaviside_cuda_int8_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-05-18T05:34:13.1015313Z test_heaviside_cuda_int8_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-05-18T05:34:13.1217572Z test_heaviside_cuda_int8_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-05-18T05:34:13.1421206Z test_heaviside_cuda_int8_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-05-18T05:34:13.1475738Z test_heaviside_cuda_int8_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:13.1680223Z test_heaviside_cuda_int8_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-05-18T05:34:13.1887915Z test_heaviside_cuda_uint8_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-05-18T05:34:13.2093877Z test_heaviside_cuda_uint8_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-05-18T05:34:13.2298976Z test_heaviside_cuda_uint8_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-05-18T05:34:13.2502334Z test_heaviside_cuda_uint8_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-05-18T05:34:13.2704550Z test_heaviside_cuda_uint8_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-05-18T05:34:13.2906911Z test_heaviside_cuda_uint8_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-05-18T05:34:13.3115596Z test_heaviside_cuda_uint8_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-05-18T05:34:13.3316749Z test_heaviside_cuda_uint8_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-05-18T05:34:13.3520243Z test_heaviside_cuda_uint8_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-05-18T05:34:13.3566559Z test_heaviside_cuda_uint8_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:13.3610012Z test_hypot_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:13.3653579Z test_hypot_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:22.6686387Z test_idiv_and_ifloordiv_vs_python_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (9.303s) 2022-05-18T05:34:22.6702678Z test_inplace_division_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:22.6729551Z test_inplace_dunders_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:23.3481975Z test_int_and_float_pow_cuda (__main__.TestBinaryUfuncsCUDA) ... /var/lib/jenkins/workspace/test/test_binary_ufuncs.py:1487: RuntimeWarning: invalid value encountered in power 2022-05-18T05:34:23.3483000Z np_res = np.power(to_np(base), to_np(np_exponent)) 2022-05-18T05:34:23.6237957Z ok (0.950s) 2022-05-18T05:34:23.6891764Z test_int_tensor_pow_neg_ints_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.065s) 2022-05-18T05:34:23.6922700Z test_lcm_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:23.6953411Z test_lcm_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:23.6984174Z test_lcm_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:23.7005789Z test_ldexp_cuda (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:34:23.7089709Z test_lerp_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... /var/lib/jenkins/workspace/test/test_binary_ufuncs.py:3490: 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-18T05:34:23.7091591Z torch.lerp(start, end, weight, out=actual_out) 2022-05-18T05:34:23.7145321Z /var/lib/jenkins/workspace/test/test_binary_ufuncs.py:3490: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [5, 5]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T05:34:23.7146986Z torch.lerp(start, end, weight, out=actual_out) 2022-05-18T05:34:23.8499899Z ok (0.149s) 2022-05-18T05:34:24.0094725Z test_lerp_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.159s) 2022-05-18T05:34:24.0842834Z test_lerp_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.075s) 2022-05-18T05:34:24.1527046Z test_lerp_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.068s) 2022-05-18T05:34:24.1558399Z test_lerp_lowp_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:24.1589529Z test_lerp_lowp_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:24.1626317Z test_logaddexp2_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:24.1661409Z test_logaddexp2_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:24.1696463Z test_logaddexp2_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:24.1739516Z test_logaddexp_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:24.1774519Z test_logaddexp_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:24.1809483Z test_logaddexp_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:24.1837726Z test_logical_and_cuda_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:24.1864880Z test_logical_and_cuda_bfloat16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:24.1891925Z test_logical_and_cuda_bfloat16_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:24.1919102Z test_logical_and_cuda_bfloat16_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:24.1946728Z test_logical_and_cuda_bfloat16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:24.1979477Z test_logical_and_cuda_bfloat16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:24.2006587Z test_logical_and_cuda_bfloat16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:24.2033808Z test_logical_and_cuda_bfloat16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:24.2060776Z test_logical_and_cuda_bfloat16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:24.2087833Z test_logical_and_cuda_bfloat16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:24.2115203Z test_logical_and_cuda_bfloat16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:24.2142355Z test_logical_and_cuda_bfloat16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:24.2167235Z test_logical_and_cuda_bool_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:24.2198457Z test_logical_and_cuda_bool_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:24.2223523Z test_logical_and_cuda_bool_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:24.2248162Z test_logical_and_cuda_bool_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:24.2273236Z test_logical_and_cuda_bool_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:24.2297994Z test_logical_and_cuda_bool_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:24.2323412Z test_logical_and_cuda_bool_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:24.2348718Z test_logical_and_cuda_bool_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:24.2374087Z test_logical_and_cuda_bool_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:24.2405288Z test_logical_and_cuda_bool_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:24.2430286Z test_logical_and_cuda_bool_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:24.2455060Z test_logical_and_cuda_bool_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:24.2472042Z test_logical_and_cuda_complex128_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... /var/lib/jenkins/workspace/test/test_binary_ufuncs.py:3384: 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:34:24.2473439Z self.assertEqual(expected_res.bool(), getattr(a, op)(b)) 2022-05-18T05:34:24.2485082Z ok (0.003s) 2022-05-18T05:34:24.2512441Z test_logical_and_cuda_complex128_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:24.4370929Z test_logical_and_cuda_complex128_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.186s) 2022-05-18T05:34:24.4399594Z test_logical_and_cuda_complex128_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:24.4427576Z test_logical_and_cuda_complex128_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:24.4461882Z test_logical_and_cuda_complex128_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:24.4488882Z test_logical_and_cuda_complex128_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:24.4516298Z test_logical_and_cuda_complex128_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:24.4543730Z test_logical_and_cuda_complex128_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:24.4570932Z test_logical_and_cuda_complex128_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:24.4598663Z test_logical_and_cuda_complex128_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:24.4626341Z test_logical_and_cuda_complex128_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:24.4655181Z test_logical_and_cuda_complex64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:24.4688591Z test_logical_and_cuda_complex64_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:24.4716616Z test_logical_and_cuda_complex64_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:24.6537784Z test_logical_and_cuda_complex64_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.182s) 2022-05-18T05:34:24.6566679Z test_logical_and_cuda_complex64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:24.6594952Z test_logical_and_cuda_complex64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:24.6623028Z test_logical_and_cuda_complex64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:24.6650980Z test_logical_and_cuda_complex64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:24.6685233Z test_logical_and_cuda_complex64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:24.6712902Z test_logical_and_cuda_complex64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:24.6740318Z test_logical_and_cuda_complex64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:24.6767907Z test_logical_and_cuda_complex64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:24.6795193Z test_logical_and_cuda_float16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:24.6822576Z test_logical_and_cuda_float16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:24.6849614Z test_logical_and_cuda_float16_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:24.6876932Z test_logical_and_cuda_float16_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:24.6912376Z test_logical_and_cuda_float16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:24.6939553Z test_logical_and_cuda_float16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:24.6967908Z test_logical_and_cuda_float16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:24.6994747Z test_logical_and_cuda_float16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:24.7021684Z test_logical_and_cuda_float16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:24.7048102Z test_logical_and_cuda_float16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:24.7074396Z test_logical_and_cuda_float16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:24.7100262Z test_logical_and_cuda_float16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:24.7138346Z test_logical_and_cuda_float32_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:24.7170548Z test_logical_and_cuda_float32_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:24.7199666Z test_logical_and_cuda_float32_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:24.7226140Z test_logical_and_cuda_float32_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:24.7252467Z test_logical_and_cuda_float32_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:24.7278890Z test_logical_and_cuda_float32_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:24.7306331Z test_logical_and_cuda_float32_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:24.7337098Z test_logical_and_cuda_float32_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:24.7376617Z test_logical_and_cuda_float32_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:24.7405622Z test_logical_and_cuda_float32_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:24.7432305Z test_logical_and_cuda_float32_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:24.7458729Z test_logical_and_cuda_float32_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:24.7484531Z test_logical_and_cuda_float64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:24.7511152Z test_logical_and_cuda_float64_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:24.7541787Z test_logical_and_cuda_float64_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:24.7572857Z test_logical_and_cuda_float64_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:24.7609549Z test_logical_and_cuda_float64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:24.7635640Z test_logical_and_cuda_float64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:24.7661910Z test_logical_and_cuda_float64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:24.7687428Z test_logical_and_cuda_float64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:24.7713910Z test_logical_and_cuda_float64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:24.7744580Z test_logical_and_cuda_float64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:24.7775886Z test_logical_and_cuda_float64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:24.7805862Z test_logical_and_cuda_float64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:24.7837229Z test_logical_and_cuda_int16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:24.7861908Z test_logical_and_cuda_int16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:24.7886031Z test_logical_and_cuda_int16_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:24.7910483Z test_logical_and_cuda_int16_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:24.7934522Z test_logical_and_cuda_int16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:24.7958772Z test_logical_and_cuda_int16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:24.7983190Z test_logical_and_cuda_int16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:24.8007941Z test_logical_and_cuda_int16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:24.8045049Z test_logical_and_cuda_int16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:24.8074443Z test_logical_and_cuda_int16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:24.8101968Z test_logical_and_cuda_int16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:24.8126985Z test_logical_and_cuda_int16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:24.8152004Z test_logical_and_cuda_int32_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:24.8176319Z test_logical_and_cuda_int32_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:24.8201760Z test_logical_and_cuda_int32_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:24.8226799Z test_logical_and_cuda_int32_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:24.8258058Z test_logical_and_cuda_int32_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:24.8282489Z test_logical_and_cuda_int32_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:24.8307856Z test_logical_and_cuda_int32_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:24.8336540Z test_logical_and_cuda_int32_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:24.8366165Z test_logical_and_cuda_int32_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:24.8395176Z test_logical_and_cuda_int32_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:24.8420546Z test_logical_and_cuda_int32_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:24.8445791Z test_logical_and_cuda_int32_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:24.8477199Z test_logical_and_cuda_int64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:24.8501737Z test_logical_and_cuda_int64_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:24.8525575Z test_logical_and_cuda_int64_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:24.8549818Z test_logical_and_cuda_int64_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:24.8573844Z test_logical_and_cuda_int64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:24.8598778Z test_logical_and_cuda_int64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:24.8627540Z test_logical_and_cuda_int64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:24.8657159Z test_logical_and_cuda_int64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:24.8692854Z test_logical_and_cuda_int64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:24.8717533Z test_logical_and_cuda_int64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:24.8741792Z test_logical_and_cuda_int64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:24.8765592Z test_logical_and_cuda_int64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:24.8790546Z test_logical_and_cuda_int8_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:24.8815017Z test_logical_and_cuda_int8_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:24.8839515Z test_logical_and_cuda_int8_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:24.8864298Z test_logical_and_cuda_int8_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:24.8896159Z test_logical_and_cuda_int8_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:24.8924757Z test_logical_and_cuda_int8_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:24.8954599Z test_logical_and_cuda_int8_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:24.8984364Z test_logical_and_cuda_int8_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:24.9009401Z test_logical_and_cuda_int8_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:24.9034245Z test_logical_and_cuda_int8_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:24.9059392Z test_logical_and_cuda_int8_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:24.9083949Z test_logical_and_cuda_int8_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:24.9114968Z test_logical_and_cuda_uint8_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:24.9139109Z test_logical_and_cuda_uint8_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:24.9163522Z test_logical_and_cuda_uint8_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:24.9188805Z test_logical_and_cuda_uint8_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:24.9216981Z test_logical_and_cuda_uint8_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:24.9246810Z test_logical_and_cuda_uint8_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:24.9275725Z test_logical_and_cuda_uint8_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:24.9300750Z test_logical_and_cuda_uint8_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:24.9331659Z test_logical_and_cuda_uint8_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:24.9356284Z test_logical_and_cuda_uint8_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:24.9381090Z test_logical_and_cuda_uint8_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:24.9405128Z test_logical_and_cuda_uint8_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:24.9469907Z test_logical_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:24.9522159Z test_logical_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:24.9600458Z test_logical_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:34:24.9666164Z test_logical_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:24.9738113Z test_logical_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:24.9802193Z test_logical_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:24.9867210Z test_logical_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:24.9945577Z test_logical_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:34:25.0010544Z test_logical_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:25.0075409Z test_logical_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:25.0107415Z test_logical_or_cuda_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.0139012Z test_logical_or_cuda_bfloat16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.0175693Z test_logical_or_cuda_bfloat16_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:25.0202472Z test_logical_or_cuda_bfloat16_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.0229265Z test_logical_or_cuda_bfloat16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.0255198Z test_logical_or_cuda_bfloat16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.0281970Z test_logical_or_cuda_bfloat16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.0312926Z test_logical_or_cuda_bfloat16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.0344893Z test_logical_or_cuda_bfloat16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.0374922Z test_logical_or_cuda_bfloat16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.0408080Z test_logical_or_cuda_bfloat16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.0434720Z test_logical_or_cuda_bfloat16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.0458613Z test_logical_or_cuda_bool_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:25.0483141Z test_logical_or_cuda_bool_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:25.0507364Z test_logical_or_cuda_bool_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:25.0531095Z test_logical_or_cuda_bool_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:25.0555448Z test_logical_or_cuda_bool_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:25.0586286Z test_logical_or_cuda_bool_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.0613781Z test_logical_or_cuda_bool_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.0643133Z test_logical_or_cuda_bool_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.0672093Z test_logical_or_cuda_bool_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.0696884Z test_logical_or_cuda_bool_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:25.0720885Z test_logical_or_cuda_bool_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:25.0745520Z test_logical_or_cuda_bool_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:25.0772000Z test_logical_or_cuda_complex128_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.0805178Z test_logical_or_cuda_complex128_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.0831708Z test_logical_or_cuda_complex128_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.0858060Z test_logical_or_cuda_complex128_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.0885285Z test_logical_or_cuda_complex128_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.0916442Z test_logical_or_cuda_complex128_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.0948652Z test_logical_or_cuda_complex128_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.0978598Z test_logical_or_cuda_complex128_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.1005837Z test_logical_or_cuda_complex128_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.1038856Z test_logical_or_cuda_complex128_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.1065394Z test_logical_or_cuda_complex128_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.1091722Z test_logical_or_cuda_complex128_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.1118441Z test_logical_or_cuda_complex64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.1145322Z test_logical_or_cuda_complex64_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.1171669Z test_logical_or_cuda_complex64_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.1199823Z test_logical_or_cuda_complex64_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.1232360Z test_logical_or_cuda_complex64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.1272987Z test_logical_or_cuda_complex64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:25.1300782Z test_logical_or_cuda_complex64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.1327505Z test_logical_or_cuda_complex64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.1359149Z test_logical_or_cuda_complex64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.1391743Z test_logical_or_cuda_complex64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.1422167Z test_logical_or_cuda_complex64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.1449287Z test_logical_or_cuda_complex64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.1476078Z test_logical_or_cuda_float16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.1508742Z test_logical_or_cuda_float16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.1534899Z test_logical_or_cuda_float16_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.1561305Z test_logical_or_cuda_float16_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.1587566Z test_logical_or_cuda_float16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.1613615Z test_logical_or_cuda_float16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:25.1641069Z test_logical_or_cuda_float16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.1673312Z test_logical_or_cuda_float16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.1705253Z test_logical_or_cuda_float16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.1740495Z test_logical_or_cuda_float16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.1767187Z test_logical_or_cuda_float16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.1793979Z test_logical_or_cuda_float16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.1820035Z test_logical_or_cuda_float32_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:25.1847434Z test_logical_or_cuda_float32_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.1879359Z test_logical_or_cuda_float32_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.1911407Z test_logical_or_cuda_float32_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.1940622Z test_logical_or_cuda_float32_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.1973405Z test_logical_or_cuda_float32_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.1999967Z test_logical_or_cuda_float32_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.2026178Z test_logical_or_cuda_float32_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.2053394Z test_logical_or_cuda_float32_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.2085048Z test_logical_or_cuda_float32_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.2116868Z test_logical_or_cuda_float32_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.2146221Z test_logical_or_cuda_float32_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.2172260Z test_logical_or_cuda_float64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.2205100Z test_logical_or_cuda_float64_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.2231029Z test_logical_or_cuda_float64_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.2269168Z test_logical_or_cuda_float64_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.2288771Z test_logical_or_cuda_float64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.2320064Z test_logical_or_cuda_float64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.2350490Z test_logical_or_cuda_float64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.2376738Z test_logical_or_cuda_float64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.2403201Z test_logical_or_cuda_float64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.2435633Z test_logical_or_cuda_float64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.2461993Z test_logical_or_cuda_float64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.2487650Z test_logical_or_cuda_float64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:25.2512038Z test_logical_or_cuda_int16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:25.2536035Z test_logical_or_cuda_int16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:25.2561253Z test_logical_or_cuda_int16_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:25.2590092Z test_logical_or_cuda_int16_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.2619630Z test_logical_or_cuda_int16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.2656375Z test_logical_or_cuda_int16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:25.2681116Z test_logical_or_cuda_int16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:25.2705797Z test_logical_or_cuda_int16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:25.2729894Z test_logical_or_cuda_int16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:25.2755190Z test_logical_or_cuda_int16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:25.2783745Z test_logical_or_cuda_int16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.2813144Z test_logical_or_cuda_int16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.2842198Z test_logical_or_cuda_int32_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.2873808Z test_logical_or_cuda_int32_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.2898215Z test_logical_or_cuda_int32_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:25.2922473Z test_logical_or_cuda_int32_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:25.2947490Z test_logical_or_cuda_int32_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:25.2971724Z test_logical_or_cuda_int32_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:25.2996135Z test_logical_or_cuda_int32_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:25.3020365Z test_logical_or_cuda_int32_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:25.3046666Z test_logical_or_cuda_int32_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:25.3083376Z test_logical_or_cuda_int32_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:25.3113123Z test_logical_or_cuda_int32_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.3140444Z test_logical_or_cuda_int32_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.3165125Z test_logical_or_cuda_int64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:25.3189905Z test_logical_or_cuda_int64_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:25.3213494Z test_logical_or_cuda_int64_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:25.3238018Z test_logical_or_cuda_int64_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:25.3262219Z test_logical_or_cuda_int64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:25.3292044Z test_logical_or_cuda_int64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.3316000Z test_logical_or_cuda_int64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:25.3340609Z test_logical_or_cuda_int64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:25.3368843Z test_logical_or_cuda_int64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.3397920Z test_logical_or_cuda_int64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.3426850Z test_logical_or_cuda_int64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.3451767Z test_logical_or_cuda_int64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:25.3476607Z test_logical_or_cuda_int8_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:25.3507494Z test_logical_or_cuda_int8_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.3531982Z test_logical_or_cuda_int8_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:25.3556495Z test_logical_or_cuda_int8_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:25.3580597Z test_logical_or_cuda_int8_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:25.3604844Z test_logical_or_cuda_int8_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:25.3629411Z test_logical_or_cuda_int8_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:25.3654740Z test_logical_or_cuda_int8_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:25.3684331Z test_logical_or_cuda_int8_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.3721576Z test_logical_or_cuda_int8_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:25.3748170Z test_logical_or_cuda_int8_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.3772672Z test_logical_or_cuda_int8_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:25.3797293Z test_logical_or_cuda_uint8_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:25.3821609Z test_logical_or_cuda_uint8_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:25.3846537Z test_logical_or_cuda_uint8_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:25.3875319Z test_logical_or_cuda_uint8_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.3905078Z test_logical_or_cuda_uint8_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.3940061Z test_logical_or_cuda_uint8_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.3965003Z test_logical_or_cuda_uint8_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:25.3989999Z test_logical_or_cuda_uint8_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:25.4014169Z test_logical_or_cuda_uint8_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:25.4038814Z test_logical_or_cuda_uint8_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:25.4063211Z test_logical_or_cuda_uint8_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:25.4087390Z test_logical_or_cuda_uint8_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:25.4120155Z test_logical_xor_cuda_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.4147277Z test_logical_xor_cuda_bfloat16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.4178147Z test_logical_xor_cuda_bfloat16_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.4210612Z test_logical_xor_cuda_bfloat16_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.4240583Z test_logical_xor_cuda_bfloat16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.4267569Z test_logical_xor_cuda_bfloat16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.4294047Z test_logical_xor_cuda_bfloat16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.4320367Z test_logical_xor_cuda_bfloat16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.4353532Z test_logical_xor_cuda_bfloat16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.4379501Z test_logical_xor_cuda_bfloat16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:25.4405890Z test_logical_xor_cuda_bfloat16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.4432227Z test_logical_xor_cuda_bfloat16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.4457407Z test_logical_xor_cuda_bool_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:25.4486411Z test_logical_xor_cuda_bool_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.4515657Z test_logical_xor_cuda_bool_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.4543297Z test_logical_xor_cuda_bool_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.4574111Z test_logical_xor_cuda_bool_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.4598498Z test_logical_xor_cuda_bool_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:25.4622646Z test_logical_xor_cuda_bool_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:25.4646925Z test_logical_xor_cuda_bool_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:25.4671115Z test_logical_xor_cuda_bool_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:25.4694908Z test_logical_xor_cuda_bool_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:25.4719000Z test_logical_xor_cuda_bool_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:25.4743972Z test_logical_xor_cuda_bool_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:25.4782934Z test_logical_xor_cuda_complex128_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:25.4814696Z test_logical_xor_cuda_complex128_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.4844120Z test_logical_xor_cuda_complex128_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.4870901Z test_logical_xor_cuda_complex128_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.4897223Z test_logical_xor_cuda_complex128_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.4923783Z test_logical_xor_cuda_complex128_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.4951014Z test_logical_xor_cuda_complex128_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.4982235Z test_logical_xor_cuda_complex128_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.5022121Z test_logical_xor_cuda_complex128_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:25.5051341Z test_logical_xor_cuda_complex128_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.5077980Z test_logical_xor_cuda_complex128_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.5105543Z test_logical_xor_cuda_complex128_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.5131927Z test_logical_xor_cuda_complex64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.5159129Z test_logical_xor_cuda_complex64_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.5192076Z test_logical_xor_cuda_complex64_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.5224227Z test_logical_xor_cuda_complex64_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.5261365Z test_logical_xor_cuda_complex64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:25.5288141Z test_logical_xor_cuda_complex64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.5314974Z test_logical_xor_cuda_complex64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.5342247Z test_logical_xor_cuda_complex64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.5373676Z test_logical_xor_cuda_complex64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.5406200Z test_logical_xor_cuda_complex64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.5436551Z test_logical_xor_cuda_complex64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.5464007Z test_logical_xor_cuda_complex64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.5497347Z test_logical_xor_cuda_float16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.5523585Z test_logical_xor_cuda_float16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.5550313Z test_logical_xor_cuda_float16_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.5576346Z test_logical_xor_cuda_float16_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:25.5602664Z test_logical_xor_cuda_float16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.5628991Z test_logical_xor_cuda_float16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.5656410Z test_logical_xor_cuda_float16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.5688560Z test_logical_xor_cuda_float16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.5727870Z test_logical_xor_cuda_float16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:25.5755604Z test_logical_xor_cuda_float16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.5782411Z test_logical_xor_cuda_float16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.5808760Z test_logical_xor_cuda_float16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.5834994Z test_logical_xor_cuda_float32_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.5862586Z test_logical_xor_cuda_float32_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.5894094Z test_logical_xor_cuda_float32_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.5926108Z test_logical_xor_cuda_float32_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.5961806Z test_logical_xor_cuda_float32_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.5988434Z test_logical_xor_cuda_float32_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.6014883Z test_logical_xor_cuda_float32_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.6041002Z test_logical_xor_cuda_float32_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.6068664Z test_logical_xor_cuda_float32_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.6100194Z test_logical_xor_cuda_float32_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.6132073Z test_logical_xor_cuda_float32_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.6161419Z test_logical_xor_cuda_float32_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.6193922Z test_logical_xor_cuda_float64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.6219985Z test_logical_xor_cuda_float64_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.6245961Z test_logical_xor_cuda_float64_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:25.6273168Z test_logical_xor_cuda_float64_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.6304615Z test_logical_xor_cuda_float64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.6335784Z test_logical_xor_cuda_float64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.6364871Z test_logical_xor_cuda_float64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.6391195Z test_logical_xor_cuda_float64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.6423699Z test_logical_xor_cuda_float64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.6449303Z test_logical_xor_cuda_float64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:25.6476514Z test_logical_xor_cuda_float64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.6508028Z test_logical_xor_cuda_float64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.6537424Z test_logical_xor_cuda_int16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.6565109Z test_logical_xor_cuda_int16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.6589922Z test_logical_xor_cuda_int16_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:25.6614530Z test_logical_xor_cuda_int16_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:25.6645169Z test_logical_xor_cuda_int16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.6670208Z test_logical_xor_cuda_int16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:25.6698837Z test_logical_xor_cuda_int16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.6728520Z test_logical_xor_cuda_int16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.6757349Z test_logical_xor_cuda_int16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.6782791Z test_logical_xor_cuda_int16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:25.6807243Z test_logical_xor_cuda_int16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:25.6831818Z test_logical_xor_cuda_int16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:25.6863097Z test_logical_xor_cuda_int32_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.6886927Z test_logical_xor_cuda_int32_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:25.6911381Z test_logical_xor_cuda_int32_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:25.6935435Z test_logical_xor_cuda_int32_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:25.6960554Z test_logical_xor_cuda_int32_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:25.6989249Z test_logical_xor_cuda_int32_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.7018907Z test_logical_xor_cuda_int32_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.7047931Z test_logical_xor_cuda_int32_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.7079501Z test_logical_xor_cuda_int32_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.7104316Z test_logical_xor_cuda_int32_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:25.7128537Z test_logical_xor_cuda_int32_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:25.7153407Z test_logical_xor_cuda_int32_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:25.7177290Z test_logical_xor_cuda_int64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:25.7202690Z test_logical_xor_cuda_int64_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:25.7227826Z test_logical_xor_cuda_int64_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:25.7253530Z test_logical_xor_cuda_int64_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:25.7289176Z test_logical_xor_cuda_int64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.7318146Z test_logical_xor_cuda_int64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.7346025Z test_logical_xor_cuda_int64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.7370252Z test_logical_xor_cuda_int64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:25.7394746Z test_logical_xor_cuda_int64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:25.7418396Z test_logical_xor_cuda_int64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:25.7442940Z test_logical_xor_cuda_int64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:25.7467477Z test_logical_xor_cuda_int64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:25.7497755Z test_logical_xor_cuda_int8_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.7522149Z test_logical_xor_cuda_int8_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:25.7547355Z test_logical_xor_cuda_int8_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:25.7575889Z test_logical_xor_cuda_int8_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.7605524Z test_logical_xor_cuda_int8_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.7634497Z test_logical_xor_cuda_int8_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.7659750Z test_logical_xor_cuda_int8_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:25.7690871Z test_logical_xor_cuda_int8_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.7715346Z test_logical_xor_cuda_int8_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:25.7741042Z test_logical_xor_cuda_int8_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:25.7765262Z test_logical_xor_cuda_int8_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:25.7789718Z test_logical_xor_cuda_int8_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:25.7813758Z test_logical_xor_cuda_uint8_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:25.7838777Z test_logical_xor_cuda_uint8_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:25.7867708Z test_logical_xor_cuda_uint8_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.7906467Z test_logical_xor_cuda_uint8_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:25.7933692Z test_logical_xor_cuda_uint8_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.7958452Z test_logical_xor_cuda_uint8_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:25.7983610Z test_logical_xor_cuda_uint8_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:25.8007888Z test_logical_xor_cuda_uint8_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:25.8033085Z test_logical_xor_cuda_uint8_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:25.8063038Z test_logical_xor_cuda_uint8_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.8092033Z test_logical_xor_cuda_uint8_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:25.8126899Z test_logical_xor_cuda_uint8_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:26.0812526Z test_logical_xor_with_nontrivial_alignment_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.268s) 2022-05-18T05:34:26.1239682Z test_long_tensor_pow_floats_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.043s) 2022-05-18T05:34:26.1298074Z test_maximum_and_minimum_subgradient_cuda_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:26.1353085Z test_maximum_and_minimum_subgradient_cuda_bfloat16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:26.1402963Z test_maximum_and_minimum_subgradient_cuda_bfloat16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:26.1452465Z test_maximum_and_minimum_subgradient_cuda_bfloat16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:26.1508987Z test_maximum_and_minimum_subgradient_cuda_float16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:26.1570823Z test_maximum_and_minimum_subgradient_cuda_float16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:26.1619925Z test_maximum_and_minimum_subgradient_cuda_float16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:26.1669724Z test_maximum_and_minimum_subgradient_cuda_float16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:26.1726164Z test_maximum_and_minimum_subgradient_cuda_float32_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:26.1781889Z test_maximum_and_minimum_subgradient_cuda_float32_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:26.1831265Z test_maximum_and_minimum_subgradient_cuda_float32_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:26.1880937Z test_maximum_and_minimum_subgradient_cuda_float32_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:26.1936363Z test_maximum_and_minimum_subgradient_cuda_float64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:26.1998437Z test_maximum_and_minimum_subgradient_cuda_float64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:26.2048512Z test_maximum_and_minimum_subgradient_cuda_float64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:26.2096627Z test_maximum_and_minimum_subgradient_cuda_float64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:26.2729506Z test_maximum_minimum_complex_cuda_complex128_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.063s) 2022-05-18T05:34:26.3356201Z test_maximum_minimum_complex_cuda_complex128_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.063s) 2022-05-18T05:34:26.3987973Z test_maximum_minimum_complex_cuda_complex128_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.063s) 2022-05-18T05:34:26.4623148Z test_maximum_minimum_complex_cuda_complex128_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.063s) 2022-05-18T05:34:26.5264785Z test_maximum_minimum_complex_cuda_complex128_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.064s) 2022-05-18T05:34:26.5909474Z test_maximum_minimum_complex_cuda_complex128_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.064s) 2022-05-18T05:34:26.6532100Z test_maximum_minimum_complex_cuda_complex128_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.062s) 2022-05-18T05:34:26.7161382Z test_maximum_minimum_complex_cuda_complex128_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.063s) 2022-05-18T05:34:26.7783827Z test_maximum_minimum_complex_cuda_complex128_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.062s) 2022-05-18T05:34:26.8419533Z test_maximum_minimum_complex_cuda_complex128_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.063s) 2022-05-18T05:34:26.9041219Z test_maximum_minimum_complex_cuda_complex128_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.062s) 2022-05-18T05:34:26.9669077Z test_maximum_minimum_complex_cuda_complex128_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.063s) 2022-05-18T05:34:27.0305078Z test_maximum_minimum_complex_cuda_complex64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.063s) 2022-05-18T05:34:27.0952464Z test_maximum_minimum_complex_cuda_complex64_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.065s) 2022-05-18T05:34:27.1573892Z test_maximum_minimum_complex_cuda_complex64_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.062s) 2022-05-18T05:34:27.2203152Z test_maximum_minimum_complex_cuda_complex64_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.063s) 2022-05-18T05:34:27.2842440Z test_maximum_minimum_complex_cuda_complex64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.064s) 2022-05-18T05:34:27.3463955Z test_maximum_minimum_complex_cuda_complex64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.062s) 2022-05-18T05:34:27.4084270Z test_maximum_minimum_complex_cuda_complex64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.062s) 2022-05-18T05:34:27.4704729Z test_maximum_minimum_complex_cuda_complex64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.062s) 2022-05-18T05:34:27.5344181Z test_maximum_minimum_complex_cuda_complex64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.064s) 2022-05-18T05:34:27.5993098Z test_maximum_minimum_complex_cuda_complex64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.065s) 2022-05-18T05:34:27.6616660Z test_maximum_minimum_complex_cuda_complex64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.062s) 2022-05-18T05:34:27.7245546Z test_maximum_minimum_complex_cuda_complex64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.063s) 2022-05-18T05:34:27.7481603Z test_maximum_minimum_cross_device_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-05-18T05:34:27.7546191Z test_maximum_minimum_float_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:27.7617692Z test_maximum_minimum_float_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:27.7684326Z test_maximum_minimum_float_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:27.7745135Z test_maximum_minimum_float_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:27.7818635Z test_maximum_minimum_float_nan_and_inf_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:27.7898452Z test_maximum_minimum_float_nan_and_inf_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:34:27.7964963Z test_maximum_minimum_float_nan_and_inf_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:27.8029536Z test_maximum_minimum_float_nan_and_inf_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:27.8068228Z test_maximum_minimum_forward_ad_float32_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:27.8119011Z test_maximum_minimum_int_and_bool_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:27.8177018Z test_maximum_minimum_int_and_bool_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:27.8234236Z test_maximum_minimum_int_and_bool_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:27.8289392Z test_maximum_minimum_int_and_bool_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:27.8339709Z test_maximum_minimum_int_and_bool_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:27.8398042Z test_maximum_minimum_int_and_bool_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:27.8430471Z test_maximum_minimum_type_promotion_cuda_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:27.8457215Z test_maximum_minimum_type_promotion_cuda_bfloat16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:27.8483429Z test_maximum_minimum_type_promotion_cuda_bfloat16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:27.8509709Z test_maximum_minimum_type_promotion_cuda_bfloat16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:27.8535622Z test_maximum_minimum_type_promotion_cuda_bfloat16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:27.8569082Z test_maximum_minimum_type_promotion_cuda_bfloat16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:27.8600820Z test_maximum_minimum_type_promotion_cuda_bfloat16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:27.8633031Z test_maximum_minimum_type_promotion_cuda_bfloat16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:27.8661731Z test_maximum_minimum_type_promotion_cuda_bfloat16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:27.8687667Z test_maximum_minimum_type_promotion_cuda_bfloat16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:27.8714073Z test_maximum_minimum_type_promotion_cuda_bool_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:27.8739721Z test_maximum_minimum_type_promotion_cuda_bool_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:27.8767151Z test_maximum_minimum_type_promotion_cuda_bool_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:27.8806765Z test_maximum_minimum_type_promotion_cuda_bool_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:27.8838327Z test_maximum_minimum_type_promotion_cuda_bool_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:27.8865726Z test_maximum_minimum_type_promotion_cuda_bool_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:27.8891950Z test_maximum_minimum_type_promotion_cuda_bool_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:27.8918373Z test_maximum_minimum_type_promotion_cuda_bool_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:27.8944599Z test_maximum_minimum_type_promotion_cuda_bool_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:27.8970409Z test_maximum_minimum_type_promotion_cuda_bool_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:27.8996667Z test_maximum_minimum_type_promotion_cuda_float16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:27.9028959Z test_maximum_minimum_type_promotion_cuda_float16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:27.9055614Z test_maximum_minimum_type_promotion_cuda_float16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:27.9085810Z test_maximum_minimum_type_promotion_cuda_float16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:27.9117901Z test_maximum_minimum_type_promotion_cuda_float16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:27.9148716Z test_maximum_minimum_type_promotion_cuda_float16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:27.9175300Z test_maximum_minimum_type_promotion_cuda_float16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:27.9202077Z test_maximum_minimum_type_promotion_cuda_float16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:27.9228410Z test_maximum_minimum_type_promotion_cuda_float16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:27.9262959Z test_maximum_minimum_type_promotion_cuda_float16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:27.9288638Z test_maximum_minimum_type_promotion_cuda_float32_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:27.9316098Z test_maximum_minimum_type_promotion_cuda_float32_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:27.9343957Z test_maximum_minimum_type_promotion_cuda_float32_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:27.9371113Z test_maximum_minimum_type_promotion_cuda_float32_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:27.9403091Z test_maximum_minimum_type_promotion_cuda_float32_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:27.9435427Z test_maximum_minimum_type_promotion_cuda_float32_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:27.9470230Z test_maximum_minimum_type_promotion_cuda_float32_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:27.9496028Z test_maximum_minimum_type_promotion_cuda_float32_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:27.9522378Z test_maximum_minimum_type_promotion_cuda_float32_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:27.9548468Z test_maximum_minimum_type_promotion_cuda_float32_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:27.9575330Z test_maximum_minimum_type_promotion_cuda_float64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:27.9607519Z test_maximum_minimum_type_promotion_cuda_float64_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:27.9639776Z test_maximum_minimum_type_promotion_cuda_float64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:27.9668247Z test_maximum_minimum_type_promotion_cuda_float64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:27.9700602Z test_maximum_minimum_type_promotion_cuda_float64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:27.9726788Z test_maximum_minimum_type_promotion_cuda_float64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:27.9752755Z test_maximum_minimum_type_promotion_cuda_float64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:27.9779813Z test_maximum_minimum_type_promotion_cuda_float64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:27.9811876Z test_maximum_minimum_type_promotion_cuda_float64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:27.9843854Z test_maximum_minimum_type_promotion_cuda_float64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:27.9872790Z test_maximum_minimum_type_promotion_cuda_int16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:27.9898977Z test_maximum_minimum_type_promotion_cuda_int16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:27.9931773Z test_maximum_minimum_type_promotion_cuda_int16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:27.9957648Z test_maximum_minimum_type_promotion_cuda_int16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:27.9984865Z test_maximum_minimum_type_promotion_cuda_int16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:28.0016875Z test_maximum_minimum_type_promotion_cuda_int16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:28.0049028Z test_maximum_minimum_type_promotion_cuda_int16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:28.0077509Z test_maximum_minimum_type_promotion_cuda_int16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:28.0104112Z test_maximum_minimum_type_promotion_cuda_int16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:28.0130172Z test_maximum_minimum_type_promotion_cuda_int16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:28.0162955Z test_maximum_minimum_type_promotion_cuda_int32_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:28.0190007Z test_maximum_minimum_type_promotion_cuda_int32_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:28.0222136Z test_maximum_minimum_type_promotion_cuda_int32_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:28.0254243Z test_maximum_minimum_type_promotion_cuda_int32_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:28.0282976Z test_maximum_minimum_type_promotion_cuda_int32_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:28.0309272Z test_maximum_minimum_type_promotion_cuda_int32_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:28.0335552Z test_maximum_minimum_type_promotion_cuda_int32_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:28.0361263Z test_maximum_minimum_type_promotion_cuda_int32_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:28.0394574Z test_maximum_minimum_type_promotion_cuda_int32_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:28.0426811Z test_maximum_minimum_type_promotion_cuda_int32_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:28.0458595Z test_maximum_minimum_type_promotion_cuda_int64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:28.0487321Z test_maximum_minimum_type_promotion_cuda_int64_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:28.0513651Z test_maximum_minimum_type_promotion_cuda_int64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:28.0539555Z test_maximum_minimum_type_promotion_cuda_int64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:28.0565872Z test_maximum_minimum_type_promotion_cuda_int64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:28.0592864Z test_maximum_minimum_type_promotion_cuda_int64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:28.0632700Z test_maximum_minimum_type_promotion_cuda_int64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:28.0664593Z test_maximum_minimum_type_promotion_cuda_int64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:28.0691695Z test_maximum_minimum_type_promotion_cuda_int64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:28.0717936Z test_maximum_minimum_type_promotion_cuda_int64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:28.0744342Z test_maximum_minimum_type_promotion_cuda_int8_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:28.0770173Z test_maximum_minimum_type_promotion_cuda_int8_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:28.0796534Z test_maximum_minimum_type_promotion_cuda_int8_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:28.0822526Z test_maximum_minimum_type_promotion_cuda_int8_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:28.0854458Z test_maximum_minimum_type_promotion_cuda_int8_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:28.0881505Z test_maximum_minimum_type_promotion_cuda_int8_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:28.0911387Z test_maximum_minimum_type_promotion_cuda_int8_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:28.0943588Z test_maximum_minimum_type_promotion_cuda_int8_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:28.0973942Z test_maximum_minimum_type_promotion_cuda_int8_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:28.1000733Z test_maximum_minimum_type_promotion_cuda_int8_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:28.1027411Z test_maximum_minimum_type_promotion_cuda_uint8_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:28.1053107Z test_maximum_minimum_type_promotion_cuda_uint8_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:28.1086082Z test_maximum_minimum_type_promotion_cuda_uint8_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:28.1111960Z test_maximum_minimum_type_promotion_cuda_uint8_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:28.1137484Z test_maximum_minimum_type_promotion_cuda_uint8_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:28.1163434Z test_maximum_minimum_type_promotion_cuda_uint8_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:28.1190383Z test_maximum_minimum_type_promotion_cuda_uint8_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:28.1220188Z test_maximum_minimum_type_promotion_cuda_uint8_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:28.1252117Z test_maximum_minimum_type_promotion_cuda_uint8_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:28.1282747Z test_maximum_minimum_type_promotion_cuda_uint8_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:28.3212143Z test_min_max_binary_op_nan_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.193s) 2022-05-18T05:34:28.5142109Z test_min_max_binary_op_nan_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.193s) 2022-05-18T05:34:28.7065924Z test_min_max_binary_op_nan_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.192s) 2022-05-18T05:34:28.7124734Z test_mul_chalf_tensor_and_cpu_scalar_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:28.7168148Z test_mul_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:28.7237302Z test_mul_intertype_scalar_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:28.7304408Z test_mul_intertype_scalar_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:28.7370489Z test_mul_intertype_scalar_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:28.7425198Z test_muldiv_scalar_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:28.7464708Z test_muldiv_scalar_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:28.7507102Z test_muldiv_scalar_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:28.7550133Z test_muldiv_scalar_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:28.7590650Z test_muldiv_scalar_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:28.7630545Z test_muldiv_scalar_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:28.7669389Z test_muldiv_scalar_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:28.7709368Z test_muldiv_scalar_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:28.7757989Z test_muldiv_scalar_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:28.7792029Z test_muldiv_scalar_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:28.7825914Z test_muldiv_scalar_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:28.7859596Z test_muldiv_scalar_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:28.7939702Z test_nextafter_bfloat16_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:34:28.7978975Z test_nextafter_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:28.8017390Z test_nextafter_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:28.8056658Z test_non_contig___radd___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:28.8096060Z test_non_contig___radd___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:28.8148036Z test_non_contig___radd___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:28.8196331Z test_non_contig___radd___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:28.8234692Z test_non_contig___radd___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:28.8272438Z test_non_contig___radd___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:28.8310454Z test_non_contig___radd___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:28.8348178Z test_non_contig___radd___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:28.8385409Z test_non_contig___radd___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:28.8422956Z test_non_contig___radd___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:28.8453754Z test_non_contig___radd___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:28.8484368Z test_non_contig___radd___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:28.8516068Z test_non_contig___rand___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:28.8553767Z test_non_contig___rand___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:28.8591170Z test_non_contig___rand___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:28.8622577Z test_non_contig___rand___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:28.8653565Z test_non_contig___rand___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:28.8690578Z test_non_contig___rand___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:28.8734714Z test_non_contig___rdiv___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:28.8781980Z test_non_contig___rdiv___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:28.8834768Z test_non_contig___rdiv___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:28.8883001Z test_non_contig___rdiv___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:28.8925637Z test_non_contig___rdiv___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:28.8974346Z test_non_contig___rdiv___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:28.9023512Z test_non_contig___rdiv___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:28.9069600Z test_non_contig___rdiv___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:28.9108612Z test_non_contig___rdiv___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:28.9149256Z test_non_contig___rdiv___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:28.9196781Z test_non_contig___rdiv___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:28.9241265Z test_non_contig___rdiv___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:28.9280204Z test_non_contig___rmod___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:28.9318262Z test_non_contig___rmod___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:28.9363659Z test_non_contig___rmod___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:28.9406677Z test_non_contig___rmod___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:28.9444035Z test_non_contig___rmod___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:28.9476998Z test_non_contig___rmod___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:28.9507940Z test_non_contig___rmod___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:28.9538435Z test_non_contig___rmod___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:28.9569698Z test_non_contig___rmod___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:28.9613441Z test_non_contig___rmul___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:28.9658175Z test_non_contig___rmul___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:28.9701178Z test_non_contig___rmul___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:28.9744290Z test_non_contig___rmul___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:28.9782603Z test_non_contig___rmul___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:28.9826412Z test_non_contig___rmul___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:28.9871787Z test_non_contig___rmul___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:28.9903562Z test_non_contig___rmul___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:28.9934458Z test_non_contig___rmul___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:28.9970941Z test_non_contig___rmul___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:29.0002890Z test_non_contig___rmul___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:29.0040326Z test_non_contig___rmul___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:29.0077571Z test_non_contig___ror___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:29.0109579Z test_non_contig___ror___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:29.0140333Z test_non_contig___ror___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:29.0170424Z test_non_contig___ror___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:29.0202235Z test_non_contig___ror___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:29.0247485Z test_non_contig___ror___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:29.0276939Z test_non_contig___rpow___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... /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-18T05:34:29.0277771Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-05-18T05:34:29.0294301Z ok (0.005s) 2022-05-18T05:34:29.0339295Z test_non_contig___rpow___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:29.0384942Z test_non_contig___rpow___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:29.0431037Z test_non_contig___rpow___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:29.0479554Z test_non_contig___rpow___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:29.0519651Z test_non_contig___rpow___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:29.0553296Z test_non_contig___rpow___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:29.0593139Z test_non_contig___rpow___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:29.0629818Z test_non_contig___rpow___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:29.0670003Z test_non_contig___rpow___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:29.0705883Z test_non_contig___rpow___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:29.0744591Z test_non_contig___rsub___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:29.0787002Z test_non_contig___rsub___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:29.0830547Z test_non_contig___rsub___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:29.0876957Z test_non_contig___rsub___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:29.0927403Z test_non_contig___rsub___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:29.0965324Z test_non_contig___rsub___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:29.0996268Z test_non_contig___rsub___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:29.1027889Z test_non_contig___rsub___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:29.1062211Z test_non_contig___rsub___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:29.1099329Z test_non_contig___rsub___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:29.1134016Z test_non_contig___rsub___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:29.1165213Z test_non_contig___rxor___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:29.1202887Z test_non_contig___rxor___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:29.1235962Z test_non_contig___rxor___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:29.1270174Z test_non_contig___rxor___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:29.1307895Z test_non_contig___rxor___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:29.1342320Z test_non_contig___rxor___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:29.1380203Z test_non_contig_add_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:29.1410758Z test_non_contig_add_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:29.1453450Z test_non_contig_add_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:29.1511600Z test_non_contig_add_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:29.1560566Z test_non_contig_add_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:29.1599131Z test_non_contig_add_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:29.1636753Z test_non_contig_add_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:29.1675139Z test_non_contig_add_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:29.1712378Z test_non_contig_add_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:29.1749684Z test_non_contig_add_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:29.1780842Z test_non_contig_add_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:29.1819661Z test_non_contig_add_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:29.1850429Z test_non_contig_add_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:29.1889462Z test_non_contig_atan2_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:29.1930696Z test_non_contig_atan2_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:29.1975473Z test_non_contig_atan2_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:29.2013795Z test_non_contig_atan2_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:29.2051434Z test_non_contig_atan2_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:29.2086614Z test_non_contig_atan2_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:29.2129167Z test_non_contig_atan2_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:29.2165848Z test_non_contig_atan2_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:29.2201610Z test_non_contig_atan2_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:29.2243408Z test_non_contig_atan2_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:29.2280043Z test_non_contig_bitwise_and_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:29.2311588Z test_non_contig_bitwise_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:29.2342612Z test_non_contig_bitwise_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:29.2372433Z test_non_contig_bitwise_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:29.2410370Z test_non_contig_bitwise_and_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:29.2448007Z test_non_contig_bitwise_and_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:29.2485406Z test_non_contig_bitwise_left_shift_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:29.2517364Z test_non_contig_bitwise_left_shift_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:29.2547758Z test_non_contig_bitwise_left_shift_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:29.2578378Z test_non_contig_bitwise_left_shift_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:29.2610434Z test_non_contig_bitwise_left_shift_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:29.2647389Z test_non_contig_bitwise_or_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:29.2691406Z test_non_contig_bitwise_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:29.2722603Z test_non_contig_bitwise_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:29.2752955Z test_non_contig_bitwise_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:29.2783523Z test_non_contig_bitwise_or_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:29.2814395Z test_non_contig_bitwise_or_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:29.2845386Z test_non_contig_bitwise_right_shift_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:29.2876264Z test_non_contig_bitwise_right_shift_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:29.2907142Z test_non_contig_bitwise_right_shift_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:29.2949660Z test_non_contig_bitwise_right_shift_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:29.2986972Z test_non_contig_bitwise_right_shift_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:29.3019399Z test_non_contig_bitwise_xor_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:29.3051760Z test_non_contig_bitwise_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:29.3082443Z test_non_contig_bitwise_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:29.3113132Z test_non_contig_bitwise_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:29.3148181Z test_non_contig_bitwise_xor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:29.3186181Z test_non_contig_bitwise_xor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:29.3234884Z test_non_contig_complex_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:29.3274058Z test_non_contig_complex_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:29.3312989Z test_non_contig_complex_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:29.3356812Z test_non_contig_copysign_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:29.3398507Z test_non_contig_copysign_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:29.3437955Z test_non_contig_copysign_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:29.3476424Z test_non_contig_copysign_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:29.3514232Z test_non_contig_copysign_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:29.3560978Z test_non_contig_copysign_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:29.3602861Z test_non_contig_copysign_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:29.3638498Z test_non_contig_copysign_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:29.3674935Z test_non_contig_copysign_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:29.3710192Z test_non_contig_copysign_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:29.3758053Z test_non_contig_div_floor_rounding_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:29.3806912Z test_non_contig_div_floor_rounding_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:29.3848745Z test_non_contig_div_floor_rounding_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:29.3895938Z test_non_contig_div_floor_rounding_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:29.3934144Z test_non_contig_div_floor_rounding_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:29.3972011Z test_non_contig_div_floor_rounding_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:29.4010553Z test_non_contig_div_floor_rounding_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:29.4055311Z test_non_contig_div_floor_rounding_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:29.4101660Z test_non_contig_div_floor_rounding_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:29.4143958Z test_non_contig_div_no_rounding_mode_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:29.4188560Z test_non_contig_div_no_rounding_mode_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:29.4234500Z test_non_contig_div_no_rounding_mode_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:29.4280903Z test_non_contig_div_no_rounding_mode_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:29.4323005Z test_non_contig_div_no_rounding_mode_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:29.4365082Z test_non_contig_div_no_rounding_mode_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:29.4414321Z test_non_contig_div_no_rounding_mode_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:29.4457683Z test_non_contig_div_no_rounding_mode_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:29.4496508Z test_non_contig_div_no_rounding_mode_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:29.4542061Z test_non_contig_div_no_rounding_mode_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:29.4580878Z test_non_contig_div_no_rounding_mode_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:29.4627484Z test_non_contig_div_no_rounding_mode_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:29.4675397Z test_non_contig_div_trunc_rounding_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:29.4717948Z test_non_contig_div_trunc_rounding_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:29.4759933Z test_non_contig_div_trunc_rounding_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:29.4802234Z test_non_contig_div_trunc_rounding_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:29.4849661Z test_non_contig_div_trunc_rounding_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:29.4901814Z test_non_contig_div_trunc_rounding_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:29.4939958Z test_non_contig_div_trunc_rounding_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:29.4980281Z test_non_contig_div_trunc_rounding_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:29.5019441Z test_non_contig_div_trunc_rounding_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:29.5062456Z test_non_contig_eq_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:29.5099194Z test_non_contig_eq_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:29.5138900Z test_non_contig_eq_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:29.5178072Z test_non_contig_eq_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:29.5220486Z test_non_contig_eq_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:29.5254635Z test_non_contig_eq_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:29.5289278Z test_non_contig_eq_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:29.5322587Z test_non_contig_eq_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:29.5360351Z test_non_contig_eq_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:29.5398219Z test_non_contig_eq_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:29.5430637Z test_non_contig_eq_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:29.5461862Z test_non_contig_eq_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:29.5539902Z test_non_contig_expand___radd___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:34:29.5585894Z test_non_contig_expand___radd___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:29.5662391Z test_non_contig_expand___radd___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:34:29.5756353Z test_non_contig_expand___radd___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-05-18T05:34:29.5825854Z test_non_contig_expand___radd___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:29.5907902Z test_non_contig_expand___radd___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:34:29.5975358Z test_non_contig_expand___radd___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:29.6022593Z test_non_contig_expand___radd___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:29.6084968Z test_non_contig_expand___radd___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:29.6133714Z test_non_contig_expand___radd___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:29.6180770Z test_non_contig_expand___radd___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:29.6228008Z test_non_contig_expand___radd___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:29.6282162Z test_non_contig_expand___rand___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:29.6335817Z test_non_contig_expand___rand___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:29.6383408Z test_non_contig_expand___rand___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:29.6427437Z test_non_contig_expand___rand___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:29.6490011Z test_non_contig_expand___rand___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:29.6541867Z test_non_contig_expand___rand___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:29.6617458Z test_non_contig_expand___rdiv___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:29.6688490Z test_non_contig_expand___rdiv___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:29.6786721Z test_non_contig_expand___rdiv___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-05-18T05:34:29.6873255Z test_non_contig_expand___rdiv___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-05-18T05:34:29.6962721Z test_non_contig_expand___rdiv___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-05-18T05:34:29.7039223Z test_non_contig_expand___rdiv___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:34:29.7117242Z test_non_contig_expand___rdiv___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:34:29.7187549Z test_non_contig_expand___rdiv___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:29.7270973Z test_non_contig_expand___rdiv___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:34:29.7343162Z test_non_contig_expand___rdiv___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:29.7413371Z test_non_contig_expand___rdiv___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:29.7497191Z test_non_contig_expand___rdiv___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:34:29.7568099Z test_non_contig_expand___rmod___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:29.7637594Z test_non_contig_expand___rmod___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:29.7727326Z test_non_contig_expand___rmod___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-05-18T05:34:29.7794087Z test_non_contig_expand___rmod___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:29.7841002Z test_non_contig_expand___rmod___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:29.7888495Z test_non_contig_expand___rmod___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:29.7933564Z test_non_contig_expand___rmod___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:29.7988970Z test_non_contig_expand___rmod___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:29.8042276Z test_non_contig_expand___rmod___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:29.8112362Z test_non_contig_expand___rmul___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:29.8164694Z test_non_contig_expand___rmul___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:29.8255158Z test_non_contig_expand___rmul___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-05-18T05:34:29.8334484Z test_non_contig_expand___rmul___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:34:29.8403205Z test_non_contig_expand___rmul___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:29.8472007Z test_non_contig_expand___rmul___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:29.8549730Z test_non_contig_expand___rmul___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:34:29.8599474Z test_non_contig_expand___rmul___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:29.8647650Z test_non_contig_expand___rmul___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:29.8698247Z test_non_contig_expand___rmul___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:29.8752988Z test_non_contig_expand___rmul___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:29.8805989Z test_non_contig_expand___rmul___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:29.8852540Z test_non_contig_expand___ror___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:29.8899468Z test_non_contig_expand___ror___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:29.8954567Z test_non_contig_expand___ror___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:29.9004915Z test_non_contig_expand___ror___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:29.9052356Z test_non_contig_expand___ror___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:29.9105993Z test_non_contig_expand___ror___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:29.9192710Z test_non_contig_expand___rpow___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-05-18T05:34:29.9272991Z test_non_contig_expand___rpow___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:34:29.9354779Z test_non_contig_expand___rpow___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:34:29.9440106Z test_non_contig_expand___rpow___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:34:29.9513455Z test_non_contig_expand___rpow___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:29.9582888Z test_non_contig_expand___rpow___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:29.9641622Z test_non_contig_expand___rpow___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:29.9703766Z test_non_contig_expand___rpow___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:29.9750235Z test_non_contig_expand___rpow___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:29.9800670Z test_non_contig_expand___rpow___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:29.9859143Z test_non_contig_expand___rpow___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:29.9934795Z test_non_contig_expand___rsub___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:30.0011381Z test_non_contig_expand___rsub___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:34:30.0106106Z test_non_contig_expand___rsub___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-05-18T05:34:30.0175472Z test_non_contig_expand___rsub___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:30.0265329Z test_non_contig_expand___rsub___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-05-18T05:34:30.0331553Z test_non_contig_expand___rsub___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:30.0381149Z test_non_contig_expand___rsub___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:30.0427362Z test_non_contig_expand___rsub___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:30.0470896Z test_non_contig_expand___rsub___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:30.0525849Z test_non_contig_expand___rsub___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:30.0579633Z test_non_contig_expand___rsub___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:30.0626796Z test_non_contig_expand___rxor___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:30.0680432Z test_non_contig_expand___rxor___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:30.0735099Z test_non_contig_expand___rxor___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:30.0785677Z test_non_contig_expand___rxor___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:30.0832901Z test_non_contig_expand___rxor___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:30.0880257Z test_non_contig_expand___rxor___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:30.0962343Z test_non_contig_expand_add_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:34:30.1010211Z test_non_contig_expand_add_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:30.1088408Z test_non_contig_expand_add_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:34:30.1188885Z test_non_contig_expand_add_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-05-18T05:34:30.1267562Z test_non_contig_expand_add_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:34:30.1349355Z test_non_contig_expand_add_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:34:30.1419644Z test_non_contig_expand_add_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:30.1485343Z test_non_contig_expand_add_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:30.1540258Z test_non_contig_expand_add_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:30.1594062Z test_non_contig_expand_add_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:30.1645649Z test_non_contig_expand_add_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:30.1692758Z test_non_contig_expand_add_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:30.1747832Z test_non_contig_expand_add_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:30.1823473Z test_non_contig_expand_atan2_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:30.1887738Z test_non_contig_expand_atan2_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:30.1957092Z test_non_contig_expand_atan2_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:30.2039985Z test_non_contig_expand_atan2_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:34:30.2106465Z test_non_contig_expand_atan2_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:30.2189394Z test_non_contig_expand_atan2_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:34:30.2254575Z test_non_contig_expand_atan2_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:30.2318499Z test_non_contig_expand_atan2_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:30.2393787Z test_non_contig_expand_atan2_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:30.2460627Z test_non_contig_expand_atan2_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:30.2506720Z test_non_contig_expand_bitwise_and_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:30.2554288Z test_non_contig_expand_bitwise_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:30.2611914Z test_non_contig_expand_bitwise_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:30.2666323Z test_non_contig_expand_bitwise_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:30.2712738Z test_non_contig_expand_bitwise_and_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:30.2761470Z test_non_contig_expand_bitwise_and_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:30.2816089Z test_non_contig_expand_bitwise_left_shift_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:30.2869959Z test_non_contig_expand_bitwise_left_shift_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:30.2914268Z test_non_contig_expand_bitwise_left_shift_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:30.2961260Z test_non_contig_expand_bitwise_left_shift_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:30.3016386Z test_non_contig_expand_bitwise_left_shift_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:30.3077575Z test_non_contig_expand_bitwise_or_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:30.3124270Z test_non_contig_expand_bitwise_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:30.3171181Z test_non_contig_expand_bitwise_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:30.3222452Z test_non_contig_expand_bitwise_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:30.3276955Z test_non_contig_expand_bitwise_or_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:30.3324469Z test_non_contig_expand_bitwise_or_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:30.3371870Z test_non_contig_expand_bitwise_right_shift_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:30.3426997Z test_non_contig_expand_bitwise_right_shift_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:30.3483136Z test_non_contig_expand_bitwise_right_shift_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:30.3530281Z test_non_contig_expand_bitwise_right_shift_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:30.3577435Z test_non_contig_expand_bitwise_right_shift_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:30.3631815Z test_non_contig_expand_bitwise_xor_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:30.3685242Z test_non_contig_expand_bitwise_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:30.3732041Z test_non_contig_expand_bitwise_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:30.3776006Z test_non_contig_expand_bitwise_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:30.3823734Z test_non_contig_expand_bitwise_xor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:30.3888571Z test_non_contig_expand_bitwise_xor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:30.3964977Z test_non_contig_expand_complex_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:30.4038358Z test_non_contig_expand_complex_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:30.4122890Z test_non_contig_expand_complex_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:34:30.4194554Z test_non_contig_expand_copysign_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:30.4259090Z test_non_contig_expand_copysign_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:30.4343125Z test_non_contig_expand_copysign_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:34:30.4415714Z test_non_contig_expand_copysign_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:30.4490722Z test_non_contig_expand_copysign_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:30.4567375Z test_non_contig_expand_copysign_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:34:30.4634920Z test_non_contig_expand_copysign_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:30.4699809Z test_non_contig_expand_copysign_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:30.4776421Z test_non_contig_expand_copysign_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:34:30.4844583Z test_non_contig_expand_copysign_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:30.4920630Z test_non_contig_expand_div_floor_rounding_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:30.5010138Z test_non_contig_expand_div_floor_rounding_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-05-18T05:34:30.5093035Z test_non_contig_expand_div_floor_rounding_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:34:30.5164452Z test_non_contig_expand_div_floor_rounding_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:30.5246139Z test_non_contig_expand_div_floor_rounding_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:34:30.5317706Z test_non_contig_expand_div_floor_rounding_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:30.5386955Z test_non_contig_expand_div_floor_rounding_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:30.5469226Z test_non_contig_expand_div_floor_rounding_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:34:30.5540548Z test_non_contig_expand_div_floor_rounding_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:30.5614670Z test_non_contig_expand_div_no_rounding_mode_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:30.5704470Z test_non_contig_expand_div_no_rounding_mode_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-05-18T05:34:30.5788159Z test_non_contig_expand_div_no_rounding_mode_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:34:30.5872782Z test_non_contig_expand_div_no_rounding_mode_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:34:30.5961470Z test_non_contig_expand_div_no_rounding_mode_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-05-18T05:34:30.6036741Z test_non_contig_expand_div_no_rounding_mode_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:30.6108097Z test_non_contig_expand_div_no_rounding_mode_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:30.6190494Z test_non_contig_expand_div_no_rounding_mode_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:34:30.6261702Z test_non_contig_expand_div_no_rounding_mode_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:30.6335880Z test_non_contig_expand_div_no_rounding_mode_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:30.6417668Z test_non_contig_expand_div_no_rounding_mode_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:34:30.6488909Z test_non_contig_expand_div_no_rounding_mode_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:30.6562893Z test_non_contig_expand_div_trunc_rounding_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:30.6651404Z test_non_contig_expand_div_trunc_rounding_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-05-18T05:34:30.6726775Z test_non_contig_expand_div_trunc_rounding_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:30.6798349Z test_non_contig_expand_div_trunc_rounding_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:30.6880401Z test_non_contig_expand_div_trunc_rounding_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:34:30.6957942Z test_non_contig_expand_div_trunc_rounding_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:34:30.7026609Z test_non_contig_expand_div_trunc_rounding_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:30.7108181Z test_non_contig_expand_div_trunc_rounding_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:34:30.7179339Z test_non_contig_expand_div_trunc_rounding_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:30.7231945Z test_non_contig_expand_eq_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:30.7285770Z test_non_contig_expand_eq_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:30.7352048Z test_non_contig_expand_eq_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:30.7410635Z test_non_contig_expand_eq_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:30.7469659Z test_non_contig_expand_eq_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:30.7531196Z test_non_contig_expand_eq_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:30.7589843Z test_non_contig_expand_eq_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:30.7636455Z test_non_contig_expand_eq_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:30.7683660Z test_non_contig_expand_eq_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:30.7738538Z test_non_contig_expand_eq_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:30.7792833Z test_non_contig_expand_eq_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:30.7839665Z test_non_contig_expand_eq_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:30.7915130Z test_non_contig_expand_float_power_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:30.7987257Z test_non_contig_expand_float_power_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:30.8068474Z test_non_contig_expand_float_power_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:34:30.8145926Z test_non_contig_expand_float_power_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:34:30.8225516Z test_non_contig_expand_float_power_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:34:30.8294502Z test_non_contig_expand_float_power_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:30.8360742Z test_non_contig_expand_float_power_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:30.8434021Z test_non_contig_expand_float_power_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:30.8505457Z test_non_contig_expand_float_power_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:30.8567379Z test_non_contig_expand_float_power_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:30.8640552Z test_non_contig_expand_float_power_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:30.8705703Z test_non_contig_expand_float_power_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:30.8780061Z test_non_contig_expand_floor_divide_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:30.8868554Z test_non_contig_expand_floor_divide_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-05-18T05:34:30.8943763Z test_non_contig_expand_floor_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:30.9014441Z test_non_contig_expand_floor_divide_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:30.9073538Z test_non_contig_expand_floor_divide_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:30.9125840Z test_non_contig_expand_floor_divide_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:30.9185314Z test_non_contig_expand_floor_divide_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:30.9240729Z test_non_contig_expand_floor_divide_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:30.9293753Z test_non_contig_expand_floor_divide_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:30.9362464Z test_non_contig_expand_fmax_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:30.9418493Z test_non_contig_expand_fmax_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:30.9491978Z test_non_contig_expand_fmax_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:30.9566977Z test_non_contig_expand_fmax_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:30.9644383Z test_non_contig_expand_fmax_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:34:30.9693953Z test_non_contig_expand_fmax_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:30.9741762Z test_non_contig_expand_fmax_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:30.9787372Z test_non_contig_expand_fmax_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:30.9842348Z test_non_contig_expand_fmax_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:30.9896552Z test_non_contig_expand_fmax_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:30.9974652Z test_non_contig_expand_fmin_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:34:31.0021347Z test_non_contig_expand_fmin_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:31.0104381Z test_non_contig_expand_fmin_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:34:31.0176093Z test_non_contig_expand_fmin_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:31.0242825Z test_non_contig_expand_fmin_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:31.0298484Z test_non_contig_expand_fmin_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:31.0352671Z test_non_contig_expand_fmin_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:31.0397557Z test_non_contig_expand_fmin_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:31.0452799Z test_non_contig_expand_fmin_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:31.0507747Z test_non_contig_expand_fmin_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:31.0590092Z test_non_contig_expand_fmod_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:34:31.0665768Z test_non_contig_expand_fmod_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:31.0750300Z test_non_contig_expand_fmod_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:34:31.0804014Z test_non_contig_expand_fmod_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:31.0856235Z test_non_contig_expand_fmod_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:31.0907388Z test_non_contig_expand_fmod_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:31.0979551Z test_non_contig_expand_fmod_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:31.1033148Z test_non_contig_expand_fmod_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:31.1079866Z test_non_contig_expand_gcd_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:31.1126262Z test_non_contig_expand_gcd_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:31.1169502Z test_non_contig_expand_gcd_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:31.1216392Z test_non_contig_expand_gcd_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:31.1271711Z test_non_contig_expand_gcd_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:31.1330159Z test_non_contig_expand_ge_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:31.1383376Z test_non_contig_expand_ge_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:31.1435307Z test_non_contig_expand_ge_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:31.1496619Z test_non_contig_expand_ge_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:31.1554447Z test_non_contig_expand_ge_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:31.1601330Z test_non_contig_expand_ge_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:31.1648541Z test_non_contig_expand_ge_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:31.1703496Z test_non_contig_expand_ge_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:31.1756990Z test_non_contig_expand_ge_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:31.1810256Z test_non_contig_expand_ge_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:31.1862960Z test_non_contig_expand_gt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:31.1917585Z test_non_contig_expand_gt_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:31.1976026Z test_non_contig_expand_gt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:31.2028300Z test_non_contig_expand_gt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:31.2081594Z test_non_contig_expand_gt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:31.2136186Z test_non_contig_expand_gt_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:31.2189720Z test_non_contig_expand_gt_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:31.2243237Z test_non_contig_expand_gt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:31.2290197Z test_non_contig_expand_gt_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:31.2345023Z test_non_contig_expand_gt_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:31.2421056Z test_non_contig_expand_heaviside_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:31.2467193Z test_non_contig_expand_heaviside_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:31.2536295Z test_non_contig_expand_heaviside_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:31.2618397Z test_non_contig_expand_heaviside_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:34:31.2686642Z test_non_contig_expand_heaviside_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:31.2740259Z test_non_contig_expand_heaviside_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:31.2795403Z test_non_contig_expand_heaviside_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:31.2845679Z test_non_contig_expand_heaviside_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:31.2892427Z test_non_contig_expand_heaviside_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:31.2939783Z test_non_contig_expand_heaviside_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:31.3022128Z test_non_contig_expand_hypot_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:34:31.3094378Z test_non_contig_expand_hypot_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:31.3163567Z test_non_contig_expand_hypot_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:31.3249409Z test_non_contig_expand_hypot_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:34:31.3319082Z test_non_contig_expand_igamma_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:31.3385411Z test_non_contig_expand_igamma_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:31.3467360Z test_non_contig_expand_igammac_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:34:31.3534979Z test_non_contig_expand_igammac_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:31.3595940Z test_non_contig_expand_isclose_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:31.3663537Z test_non_contig_expand_isclose_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:31.3737534Z test_non_contig_expand_isclose_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:31.3815200Z test_non_contig_expand_isclose_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:34:31.3887445Z test_non_contig_expand_isclose_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:31.3951516Z test_non_contig_expand_isclose_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:31.4012629Z test_non_contig_expand_isclose_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:31.4079899Z test_non_contig_expand_isclose_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:31.4140807Z test_non_contig_expand_isclose_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:31.4197402Z test_non_contig_expand_isclose_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:31.4254726Z test_non_contig_expand_isclose_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:31.4331403Z test_non_contig_expand_isclose_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:34:31.4402015Z test_non_contig_expand_jiterator_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:31.4448666Z test_non_contig_expand_jiterator_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:31.4524937Z test_non_contig_expand_jiterator_binary_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:34:31.4605379Z test_non_contig_expand_jiterator_binary_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:34:31.4688966Z test_non_contig_expand_jiterator_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:34:31.4759125Z test_non_contig_expand_jiterator_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:31.4825374Z test_non_contig_expand_jiterator_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:31.4878854Z test_non_contig_expand_jiterator_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:31.4926847Z test_non_contig_expand_jiterator_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:31.4981124Z test_non_contig_expand_jiterator_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:31.5033097Z test_non_contig_expand_jiterator_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:31.5080610Z test_non_contig_expand_jiterator_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:31.5127595Z test_non_contig_expand_lcm_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:31.5182338Z test_non_contig_expand_lcm_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:31.5232509Z test_non_contig_expand_lcm_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:31.5285833Z test_non_contig_expand_lcm_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:31.5332435Z test_non_contig_expand_lcm_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:31.5416508Z test_non_contig_expand_ldexp_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:34:31.5483149Z test_non_contig_expand_ldexp_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:31.5561306Z test_non_contig_expand_ldexp_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:34:31.5657867Z test_non_contig_expand_ldexp_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-05-18T05:34:31.5730145Z test_non_contig_expand_ldexp_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:31.5815657Z test_non_contig_expand_ldexp_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:34:31.5893549Z test_non_contig_expand_ldexp_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:34:31.5960124Z test_non_contig_expand_ldexp_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:31.6039368Z test_non_contig_expand_ldexp_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:34:31.6108002Z test_non_contig_expand_ldexp_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:31.6174300Z test_non_contig_expand_ldexp_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:31.6240166Z test_non_contig_expand_ldexp_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:31.6293213Z test_non_contig_expand_le_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:31.6348282Z test_non_contig_expand_le_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:31.6414879Z test_non_contig_expand_le_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:31.6467281Z test_non_contig_expand_le_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:31.6519690Z test_non_contig_expand_le_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:31.6574692Z test_non_contig_expand_le_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:31.6628559Z test_non_contig_expand_le_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:31.6676500Z test_non_contig_expand_le_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:31.6724054Z test_non_contig_expand_le_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:31.6779231Z test_non_contig_expand_le_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:31.6845098Z test_non_contig_expand_logical_and_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:31.6891236Z test_non_contig_expand_logical_and_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:31.6949960Z test_non_contig_expand_logical_and_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:31.7018807Z test_non_contig_expand_logical_and_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:31.7075800Z test_non_contig_expand_logical_and_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:31.7128105Z test_non_contig_expand_logical_and_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:31.7180658Z test_non_contig_expand_logical_and_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:31.7236271Z test_non_contig_expand_logical_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:31.7296055Z test_non_contig_expand_logical_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:31.7343302Z test_non_contig_expand_logical_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:31.7390910Z test_non_contig_expand_logical_and_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:31.7445887Z test_non_contig_expand_logical_and_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:31.7504702Z test_non_contig_expand_logical_or_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:31.7551199Z test_non_contig_expand_logical_or_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:31.7610200Z test_non_contig_expand_logical_or_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:31.7687401Z test_non_contig_expand_logical_or_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:34:31.7742641Z test_non_contig_expand_logical_or_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:31.7794687Z test_non_contig_expand_logical_or_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:31.7847829Z test_non_contig_expand_logical_or_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:31.7905505Z test_non_contig_expand_logical_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:31.7956788Z test_non_contig_expand_logical_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:31.8003688Z test_non_contig_expand_logical_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:31.8052396Z test_non_contig_expand_logical_or_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:31.8115369Z test_non_contig_expand_logical_or_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:31.8172959Z test_non_contig_expand_logical_xor_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:31.8219343Z test_non_contig_expand_logical_xor_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:31.8278525Z test_non_contig_expand_logical_xor_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:31.8347990Z test_non_contig_expand_logical_xor_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:31.8404775Z test_non_contig_expand_logical_xor_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:31.8457078Z test_non_contig_expand_logical_xor_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:31.8511810Z test_non_contig_expand_logical_xor_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:31.8576871Z test_non_contig_expand_logical_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:31.8626555Z test_non_contig_expand_logical_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:31.8673264Z test_non_contig_expand_logical_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:31.8720078Z test_non_contig_expand_logical_xor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:31.8774728Z test_non_contig_expand_logical_xor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:31.8833530Z test_non_contig_expand_lt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:31.8879790Z test_non_contig_expand_lt_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:31.8932396Z test_non_contig_expand_lt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:31.9001623Z test_non_contig_expand_lt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:31.9057774Z test_non_contig_expand_lt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:31.9104896Z test_non_contig_expand_lt_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:31.9151832Z test_non_contig_expand_lt_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:31.9206826Z test_non_contig_expand_lt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:31.9260822Z test_non_contig_expand_lt_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:31.9308676Z test_non_contig_expand_lt_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:31.9379629Z test_non_contig_expand_max_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:31.9445450Z test_non_contig_expand_max_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:31.9519704Z test_non_contig_expand_max_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:31.9590027Z test_non_contig_expand_max_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:31.9669101Z test_non_contig_expand_max_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:34:31.9718850Z test_non_contig_expand_max_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:31.9766208Z test_non_contig_expand_max_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:31.9810187Z test_non_contig_expand_max_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:31.9856930Z test_non_contig_expand_max_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:31.9912483Z test_non_contig_expand_max_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:31.9996075Z test_non_contig_expand_maximum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:34:32.0044243Z test_non_contig_expand_maximum_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:32.0114386Z test_non_contig_expand_maximum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:32.0197497Z test_non_contig_expand_maximum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:34:32.0265875Z test_non_contig_expand_maximum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:32.0313510Z test_non_contig_expand_maximum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:32.0368748Z test_non_contig_expand_maximum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:32.0425614Z test_non_contig_expand_maximum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:32.0472586Z test_non_contig_expand_maximum_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:32.0519810Z test_non_contig_expand_maximum_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:32.0602008Z test_non_contig_expand_min_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:34:32.0649445Z test_non_contig_expand_min_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:32.0718996Z test_non_contig_expand_min_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:32.0801313Z test_non_contig_expand_min_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:34:32.0869099Z test_non_contig_expand_min_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:32.0922633Z test_non_contig_expand_min_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:32.0977338Z test_non_contig_expand_min_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:32.1027659Z test_non_contig_expand_min_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:32.1075087Z test_non_contig_expand_min_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:32.1122300Z test_non_contig_expand_min_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:32.1190663Z test_non_contig_expand_minimum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:32.1236303Z test_non_contig_expand_minimum_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:32.1304962Z test_non_contig_expand_minimum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:32.1379443Z test_non_contig_expand_minimum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:32.1444754Z test_non_contig_expand_minimum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:32.1490981Z test_non_contig_expand_minimum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:32.1537060Z test_non_contig_expand_minimum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:32.1580375Z test_non_contig_expand_minimum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:32.1626722Z test_non_contig_expand_minimum_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:32.1673126Z test_non_contig_expand_minimum_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:32.1741567Z test_non_contig_expand_mul_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:32.1793672Z test_non_contig_expand_mul_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:32.1869747Z test_non_contig_expand_mul_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:32.1948216Z test_non_contig_expand_mul_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:34:32.2026431Z test_non_contig_expand_mul_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:34:32.2094545Z test_non_contig_expand_mul_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:32.2162619Z test_non_contig_expand_mul_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:32.2229317Z test_non_contig_expand_mul_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:32.2278780Z test_non_contig_expand_mul_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:32.2334262Z test_non_contig_expand_mul_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:32.2380273Z test_non_contig_expand_mul_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:32.2429279Z test_non_contig_expand_mul_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:32.2478558Z test_non_contig_expand_mul_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:32.2532760Z test_non_contig_expand_ne_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:32.2581322Z test_non_contig_expand_ne_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:32.2640537Z test_non_contig_expand_ne_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:32.2701724Z test_non_contig_expand_ne_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:32.2761177Z test_non_contig_expand_ne_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:32.2812495Z test_non_contig_expand_ne_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:32.2864060Z test_non_contig_expand_ne_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:32.2910263Z test_non_contig_expand_ne_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:32.2956462Z test_non_contig_expand_ne_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:32.3002943Z test_non_contig_expand_ne_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:32.3050083Z test_non_contig_expand_ne_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:32.3096056Z test_non_contig_expand_ne_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:32.3172200Z test_non_contig_expand_nextafter_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:32.3241156Z test_non_contig_expand_nextafter_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:32.3306899Z test_non_contig_expand_nextafter_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:32.3380410Z test_non_contig_expand_polar_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:32.3450903Z test_non_contig_expand_polar_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:32.3520016Z test_non_contig_expand_pow_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:32.3596572Z test_non_contig_expand_pow_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:34:32.3676156Z test_non_contig_expand_pow_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:34:32.3752605Z test_non_contig_expand_pow_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:34:32.3821457Z test_non_contig_expand_pow_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:32.3886842Z test_non_contig_expand_pow_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:32.3933977Z test_non_contig_expand_pow_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:32.3984242Z test_non_contig_expand_pow_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:32.4030377Z test_non_contig_expand_pow_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:32.4080194Z test_non_contig_expand_pow_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:32.4129555Z test_non_contig_expand_pow_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:32.4210980Z test_non_contig_expand_remainder_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:34:32.4284498Z test_non_contig_expand_remainder_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:32.4359170Z test_non_contig_expand_remainder_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:32.4429468Z test_non_contig_expand_remainder_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:32.4480925Z test_non_contig_expand_remainder_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:32.4532271Z test_non_contig_expand_remainder_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:32.4580612Z test_non_contig_expand_remainder_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:32.4632706Z test_non_contig_expand_remainder_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:32.4690938Z test_non_contig_expand_remainder_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:32.4758944Z test_non_contig_expand_rsub_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:32.4835216Z test_non_contig_expand_rsub_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:34:32.4913659Z test_non_contig_expand_rsub_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:34:32.4982116Z test_non_contig_expand_rsub_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:32.5050192Z test_non_contig_expand_rsub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:32.5115688Z test_non_contig_expand_rsub_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:32.5170271Z test_non_contig_expand_rsub_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:32.5216570Z test_non_contig_expand_rsub_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:32.5262929Z test_non_contig_expand_rsub_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:32.5310804Z test_non_contig_expand_rsub_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:32.5357004Z test_non_contig_expand_rsub_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:32.5425271Z test_non_contig_expand_special_xlog1py_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:32.5487411Z test_non_contig_expand_special_xlog1py_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:32.5555730Z test_non_contig_expand_special_xlog1py_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:32.5630052Z test_non_contig_expand_special_xlog1py_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:32.5695045Z test_non_contig_expand_special_xlog1py_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:32.5757762Z test_non_contig_expand_special_xlog1py_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:32.5820518Z test_non_contig_expand_special_xlog1py_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:32.5883492Z test_non_contig_expand_special_xlog1py_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:32.5946100Z test_non_contig_expand_special_xlog1py_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:32.6008767Z test_non_contig_expand_special_xlog1py_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:32.6074920Z test_non_contig_expand_special_zeta_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:32.6149551Z test_non_contig_expand_special_zeta_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:32.6214494Z test_non_contig_expand_special_zeta_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:32.6277407Z test_non_contig_expand_special_zeta_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:32.6343656Z test_non_contig_expand_special_zeta_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:32.6409364Z test_non_contig_expand_special_zeta_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:32.6473682Z test_non_contig_expand_special_zeta_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:32.6536231Z test_non_contig_expand_special_zeta_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:32.6604561Z test_non_contig_expand_sub_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:32.6686463Z test_non_contig_expand_sub_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:34:32.6764672Z test_non_contig_expand_sub_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:34:32.6842731Z test_non_contig_expand_sub_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:34:32.6910700Z test_non_contig_expand_sub_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:32.6979001Z test_non_contig_expand_sub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:32.7044375Z test_non_contig_expand_sub_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:32.7091374Z test_non_contig_expand_sub_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:32.7137964Z test_non_contig_expand_sub_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:32.7189431Z test_non_contig_expand_sub_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:32.7236126Z test_non_contig_expand_sub_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:32.7283147Z test_non_contig_expand_sub_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:32.7359570Z test_non_contig_expand_true_divide_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:34:32.7428800Z test_non_contig_expand_true_divide_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:32.7511166Z test_non_contig_expand_true_divide_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:34:32.7596520Z test_non_contig_expand_true_divide_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:34:32.7671079Z test_non_contig_expand_true_divide_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:32.7753049Z test_non_contig_expand_true_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:34:32.7824019Z test_non_contig_expand_true_divide_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:32.7892026Z test_non_contig_expand_true_divide_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:32.7960300Z test_non_contig_expand_true_divide_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:32.8028908Z test_non_contig_expand_true_divide_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:32.8098157Z test_non_contig_expand_true_divide_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:32.8166945Z test_non_contig_expand_true_divide_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:32.8236220Z test_non_contig_expand_xlogy_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:32.8305239Z test_non_contig_expand_xlogy_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:32.8373556Z test_non_contig_expand_xlogy_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:32.8442022Z test_non_contig_expand_xlogy_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:32.8507629Z test_non_contig_expand_xlogy_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:32.8570532Z test_non_contig_expand_xlogy_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:32.8633563Z test_non_contig_expand_xlogy_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:32.8697004Z test_non_contig_expand_xlogy_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:32.8759946Z test_non_contig_expand_xlogy_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:32.8829591Z test_non_contig_expand_xlogy_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:32.8868965Z test_non_contig_float_power_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:32.8905819Z test_non_contig_float_power_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:32.8950716Z test_non_contig_float_power_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:32.8996491Z test_non_contig_float_power_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:32.9037075Z test_non_contig_float_power_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:32.9077699Z test_non_contig_float_power_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:32.9117349Z test_non_contig_float_power_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:32.9160516Z test_non_contig_float_power_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:32.9195626Z test_non_contig_float_power_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:32.9230271Z test_non_contig_float_power_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:32.9265426Z test_non_contig_float_power_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:32.9300035Z test_non_contig_float_power_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:32.9341435Z test_non_contig_floor_divide_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:32.9382938Z test_non_contig_floor_divide_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:32.9424216Z test_non_contig_floor_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:32.9471205Z test_non_contig_floor_divide_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:32.9505763Z test_non_contig_floor_divide_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:32.9539764Z test_non_contig_floor_divide_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:32.9573527Z test_non_contig_floor_divide_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:32.9608049Z test_non_contig_floor_divide_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:32.9642570Z test_non_contig_floor_divide_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:32.9680743Z test_non_contig_fmax_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:32.9711587Z test_non_contig_fmax_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:32.9755787Z test_non_contig_fmax_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:32.9793918Z test_non_contig_fmax_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:32.9831473Z test_non_contig_fmax_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:32.9862516Z test_non_contig_fmax_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:32.9893498Z test_non_contig_fmax_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:32.9923951Z test_non_contig_fmax_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:32.9955237Z test_non_contig_fmax_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:32.9986935Z test_non_contig_fmax_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.0033037Z test_non_contig_fmin_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:33.0063783Z test_non_contig_fmin_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.0101969Z test_non_contig_fmin_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:33.0142978Z test_non_contig_fmin_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:33.0183066Z test_non_contig_fmin_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:33.0216343Z test_non_contig_fmin_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.0249280Z test_non_contig_fmin_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.0280142Z test_non_contig_fmin_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.0320495Z test_non_contig_fmin_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:33.0351429Z test_non_contig_fmin_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.0394008Z test_non_contig_fmod_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:33.0435396Z test_non_contig_fmod_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:33.0476674Z test_non_contig_fmod_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:33.0511697Z test_non_contig_fmod_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.0546807Z test_non_contig_fmod_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.0581403Z test_non_contig_fmod_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.0623179Z test_non_contig_fmod_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:33.0657260Z test_non_contig_fmod_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.0688151Z test_non_contig_gcd_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.0718745Z test_non_contig_gcd_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.0748952Z test_non_contig_gcd_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.0779686Z test_non_contig_gcd_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.0810669Z test_non_contig_gcd_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.0845812Z test_non_contig_ge_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.0882406Z test_non_contig_ge_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:33.0916656Z test_non_contig_ge_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.0951130Z test_non_contig_ge_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.0985351Z test_non_contig_ge_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.1015709Z test_non_contig_ge_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.1048287Z test_non_contig_ge_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.1081552Z test_non_contig_ge_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.1112856Z test_non_contig_ge_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.1149454Z test_non_contig_ge_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:33.1183778Z test_non_contig_gt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.1213988Z test_non_contig_gt_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.1248020Z test_non_contig_gt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.1282031Z test_non_contig_gt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.1316381Z test_non_contig_gt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.1347119Z test_non_contig_gt_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.1384149Z test_non_contig_gt_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:33.1416025Z test_non_contig_gt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.1446934Z test_non_contig_gt_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.1477804Z test_non_contig_gt_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.1515969Z test_non_contig_heaviside_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:33.1546482Z test_non_contig_heaviside_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.1584571Z test_non_contig_heaviside_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:33.1622554Z test_non_contig_heaviside_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:33.1666332Z test_non_contig_heaviside_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:33.1697085Z test_non_contig_heaviside_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.1729718Z test_non_contig_heaviside_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.1761113Z test_non_contig_heaviside_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.1791924Z test_non_contig_heaviside_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.1822620Z test_non_contig_heaviside_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.1860147Z test_non_contig_hypot_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:33.1898276Z test_non_contig_hypot_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:33.1943018Z test_non_contig_hypot_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:33.1979894Z test_non_contig_hypot_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:33.2017553Z test_non_contig_igamma_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:33.2064967Z test_non_contig_igamma_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:33.2102558Z test_non_contig_igammac_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:33.2150718Z test_non_contig_igammac_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:33.2178791Z test_non_contig_index___radd___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.2203541Z test_non_contig_index___radd___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:33.2240619Z test_non_contig_index___radd___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:33.2271470Z test_non_contig_index___radd___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.2299431Z test_non_contig_index___radd___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.2327754Z test_non_contig_index___radd___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.2355570Z test_non_contig_index___radd___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.2380325Z test_non_contig_index___radd___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:33.2404980Z test_non_contig_index___radd___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:33.2429172Z test_non_contig_index___radd___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:33.2460217Z test_non_contig_index___radd___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.2484589Z test_non_contig_index___radd___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:33.2510651Z test_non_contig_index___rand___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:33.2533613Z test_non_contig_index___rand___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:33.2558289Z test_non_contig_index___rand___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:33.2582720Z test_non_contig_index___rand___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:33.2608933Z test_non_contig_index___rand___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.2635194Z test_non_contig_index___rand___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.2674652Z test_non_contig_index___rdiv___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:33.2703769Z test_non_contig_index___rdiv___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.2737342Z test_non_contig_index___rdiv___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.2770780Z test_non_contig_index___rdiv___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.2801827Z test_non_contig_index___rdiv___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.2832861Z test_non_contig_index___rdiv___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.2863589Z test_non_contig_index___rdiv___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.2892794Z test_non_contig_index___rdiv___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.2928885Z test_non_contig_index___rdiv___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:33.2958073Z test_non_contig_index___rdiv___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.2987335Z test_non_contig_index___rdiv___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.3017534Z test_non_contig_index___rdiv___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.3049796Z test_non_contig_index___rmod___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.3080361Z test_non_contig_index___rmod___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.3110960Z test_non_contig_index___rmod___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.3141077Z test_non_contig_index___rmod___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.3172987Z test_non_contig_index___rmod___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.3197754Z test_non_contig_index___rmod___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:33.3222096Z test_non_contig_index___rmod___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:33.3246531Z test_non_contig_index___rmod___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:33.3271671Z test_non_contig_index___rmod___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:33.3300478Z test_non_contig_index___rmul___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.3324899Z test_non_contig_index___rmul___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:33.3356569Z test_non_contig_index___rmul___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.3396551Z test_non_contig_index___rmul___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:33.3424822Z test_non_contig_index___rmul___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.3452912Z test_non_contig_index___rmul___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.3481003Z test_non_contig_index___rmul___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.3506278Z test_non_contig_index___rmul___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:33.3530973Z test_non_contig_index___rmul___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:33.3555566Z test_non_contig_index___rmul___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:33.3580189Z test_non_contig_index___rmul___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:33.3611328Z test_non_contig_index___rmul___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.3635866Z test_non_contig_index___ror___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:33.3660267Z test_non_contig_index___ror___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:33.3686514Z test_non_contig_index___ror___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:33.3712494Z test_non_contig_index___ror___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:33.3738597Z test_non_contig_index___ror___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.3764973Z test_non_contig_index___ror___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.3797047Z test_non_contig_index___rpow___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.3836834Z test_non_contig_index___rpow___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:33.3870767Z test_non_contig_index___rpow___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.3901778Z test_non_contig_index___rpow___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.3932527Z test_non_contig_index___rpow___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.3963286Z test_non_contig_index___rpow___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.3990892Z test_non_contig_index___rpow___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.4017958Z test_non_contig_index___rpow___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.4045062Z test_non_contig_index___rpow___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.4078823Z test_non_contig_index___rpow___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.4106171Z test_non_contig_index___rpow___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.4134220Z test_non_contig_index___rsub___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.4164915Z test_non_contig_index___rsub___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.4197628Z test_non_contig_index___rsub___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.4227692Z test_non_contig_index___rsub___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.4257354Z test_non_contig_index___rsub___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.4287376Z test_non_contig_index___rsub___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.4319740Z test_non_contig_index___rsub___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.4345974Z test_non_contig_index___rsub___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.4371830Z test_non_contig_index___rsub___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:33.4398302Z test_non_contig_index___rsub___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.4424627Z test_non_contig_index___rsub___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.4450828Z test_non_contig_index___rxor___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:33.4477218Z test_non_contig_index___rxor___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.4503669Z test_non_contig_index___rxor___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.4533996Z test_non_contig_index___rxor___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.4558445Z test_non_contig_index___rxor___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:33.4583120Z test_non_contig_index___rxor___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:33.4611019Z test_non_contig_index_add_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.4635448Z test_non_contig_index_add_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:33.4666644Z test_non_contig_index_add_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.4697240Z test_non_contig_index_add_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.4731419Z test_non_contig_index_add_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.4766364Z test_non_contig_index_add_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.4795016Z test_non_contig_index_add_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.4822683Z test_non_contig_index_add_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.4846850Z test_non_contig_index_add_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:33.4871521Z test_non_contig_index_add_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:33.4895561Z test_non_contig_index_add_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:33.4920611Z test_non_contig_index_add_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:33.4945473Z test_non_contig_index_add_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:33.4980938Z test_non_contig_index_atan2_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.5016563Z test_non_contig_index_atan2_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:33.5046260Z test_non_contig_index_atan2_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.5073553Z test_non_contig_index_atan2_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.5102240Z test_non_contig_index_atan2_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.5127697Z test_non_contig_index_atan2_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.5155026Z test_non_contig_index_atan2_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.5188144Z test_non_contig_index_atan2_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.5214130Z test_non_contig_index_atan2_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.5241024Z test_non_contig_index_atan2_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.5266076Z test_non_contig_index_bitwise_and_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:33.5290584Z test_non_contig_index_bitwise_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:33.5315639Z test_non_contig_index_bitwise_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:33.5340075Z test_non_contig_index_bitwise_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:33.5364785Z test_non_contig_index_bitwise_and_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:33.5396227Z test_non_contig_index_bitwise_and_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.5420773Z test_non_contig_index_bitwise_left_shift_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:33.5445143Z test_non_contig_index_bitwise_left_shift_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:33.5469891Z test_non_contig_index_bitwise_left_shift_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:33.5494099Z test_non_contig_index_bitwise_left_shift_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:33.5519133Z test_non_contig_index_bitwise_left_shift_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:33.5544092Z test_non_contig_index_bitwise_or_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:33.5568646Z test_non_contig_index_bitwise_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:33.5601122Z test_non_contig_index_bitwise_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.5625801Z test_non_contig_index_bitwise_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:33.5649885Z test_non_contig_index_bitwise_or_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:33.5674741Z test_non_contig_index_bitwise_or_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:33.5699272Z test_non_contig_index_bitwise_right_shift_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:33.5724249Z test_non_contig_index_bitwise_right_shift_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:33.5749056Z test_non_contig_index_bitwise_right_shift_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:33.5773758Z test_non_contig_index_bitwise_right_shift_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:33.5806066Z test_non_contig_index_bitwise_right_shift_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.5830938Z test_non_contig_index_bitwise_xor_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:33.5855266Z test_non_contig_index_bitwise_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:33.5880061Z test_non_contig_index_bitwise_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:33.5905128Z test_non_contig_index_bitwise_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:33.5929398Z test_non_contig_index_bitwise_xor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:33.5954348Z test_non_contig_index_bitwise_xor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:33.5984630Z test_non_contig_index_complex_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.6023916Z test_non_contig_index_complex_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:33.6052025Z test_non_contig_index_complex_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.6080776Z test_non_contig_index_copysign_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.6107319Z test_non_contig_index_copysign_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.6135330Z test_non_contig_index_copysign_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.6163754Z test_non_contig_index_copysign_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.6192303Z test_non_contig_index_copysign_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.6218864Z test_non_contig_index_copysign_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.6252242Z test_non_contig_index_copysign_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.6278919Z test_non_contig_index_copysign_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.6305234Z test_non_contig_index_copysign_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.6331674Z test_non_contig_index_copysign_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.6362425Z test_non_contig_index_div_floor_rounding_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.6393001Z test_non_contig_index_div_floor_rounding_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.6423630Z test_non_contig_index_div_floor_rounding_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.6453570Z test_non_contig_index_div_floor_rounding_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.6488911Z test_non_contig_index_div_floor_rounding_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.6517272Z test_non_contig_index_div_floor_rounding_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.6545859Z test_non_contig_index_div_floor_rounding_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.6574173Z test_non_contig_index_div_floor_rounding_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.6602254Z test_non_contig_index_div_floor_rounding_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.6632289Z test_non_contig_index_div_no_rounding_mode_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.6660275Z test_non_contig_index_div_no_rounding_mode_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.6693195Z test_non_contig_index_div_no_rounding_mode_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.6732284Z test_non_contig_index_div_no_rounding_mode_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:33.6762084Z test_non_contig_index_div_no_rounding_mode_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.6792084Z test_non_contig_index_div_no_rounding_mode_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.6821843Z test_non_contig_index_div_no_rounding_mode_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.6849683Z test_non_contig_index_div_no_rounding_mode_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.6878322Z test_non_contig_index_div_no_rounding_mode_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.6906608Z test_non_contig_index_div_no_rounding_mode_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.6934625Z test_non_contig_index_div_no_rounding_mode_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.6969291Z test_non_contig_index_div_no_rounding_mode_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.6999233Z test_non_contig_index_div_trunc_rounding_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.7029471Z test_non_contig_index_div_trunc_rounding_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.7060770Z test_non_contig_index_div_trunc_rounding_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.7091881Z test_non_contig_index_div_trunc_rounding_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.7121107Z test_non_contig_index_div_trunc_rounding_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.7149824Z test_non_contig_index_div_trunc_rounding_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.7177976Z test_non_contig_index_div_trunc_rounding_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.7212787Z test_non_contig_index_div_trunc_rounding_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.7240821Z test_non_contig_index_div_trunc_rounding_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.7267401Z test_non_contig_index_eq_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.7291520Z test_non_contig_index_eq_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:33.7319978Z test_non_contig_index_eq_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.7348284Z test_non_contig_index_eq_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.7374423Z test_non_contig_index_eq_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.7401022Z test_non_contig_index_eq_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.7433608Z test_non_contig_index_eq_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.7457648Z test_non_contig_index_eq_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:33.7482491Z test_non_contig_index_eq_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:33.7507116Z test_non_contig_index_eq_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:33.7531397Z test_non_contig_index_eq_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:33.7556269Z test_non_contig_index_eq_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:33.7585601Z test_non_contig_index_float_power_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.7611863Z test_non_contig_index_float_power_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.7649780Z test_non_contig_index_float_power_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:33.7680921Z test_non_contig_index_float_power_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.7711432Z test_non_contig_index_float_power_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.7741743Z test_non_contig_index_float_power_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.7771550Z test_non_contig_index_float_power_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.7800508Z test_non_contig_index_float_power_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.7829737Z test_non_contig_index_float_power_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.7856785Z test_non_contig_index_float_power_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.7890590Z test_non_contig_index_float_power_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.7917485Z test_non_contig_index_float_power_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.7948271Z test_non_contig_index_floor_divide_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.7978783Z test_non_contig_index_floor_divide_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.8009004Z test_non_contig_index_floor_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.8040530Z test_non_contig_index_floor_divide_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.8068129Z test_non_contig_index_floor_divide_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.8094838Z test_non_contig_index_floor_divide_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.8128428Z test_non_contig_index_floor_divide_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.8155480Z test_non_contig_index_floor_divide_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.8181851Z test_non_contig_index_floor_divide_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.8210370Z test_non_contig_index_fmax_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.8234973Z test_non_contig_index_fmax_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:33.8263565Z test_non_contig_index_fmax_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.8292171Z test_non_contig_index_fmax_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.8321111Z test_non_contig_index_fmax_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.8354563Z test_non_contig_index_fmax_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.8380705Z test_non_contig_index_fmax_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.8406575Z test_non_contig_index_fmax_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:33.8432759Z test_non_contig_index_fmax_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.8458930Z test_non_contig_index_fmax_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.8489248Z test_non_contig_index_fmin_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.8515803Z test_non_contig_index_fmin_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.8545842Z test_non_contig_index_fmin_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.8580605Z test_non_contig_index_fmin_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.8610369Z test_non_contig_index_fmin_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.8636677Z test_non_contig_index_fmin_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.8663207Z test_non_contig_index_fmin_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.8688733Z test_non_contig_index_fmin_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:33.8714918Z test_non_contig_index_fmin_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.8741105Z test_non_contig_index_fmin_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:33.8773330Z test_non_contig_index_fmod_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.8811512Z test_non_contig_index_fmod_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:33.8841189Z test_non_contig_index_fmod_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.8867840Z test_non_contig_index_fmod_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.8894244Z test_non_contig_index_fmod_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.8920570Z test_non_contig_index_fmod_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.8947129Z test_non_contig_index_fmod_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.8973492Z test_non_contig_index_fmod_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.9014002Z test_non_contig_index_gcd_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.9028846Z test_non_contig_index_gcd_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:33.9052739Z test_non_contig_index_gcd_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:33.9077557Z test_non_contig_index_gcd_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:33.9102472Z test_non_contig_index_gcd_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:33.9129021Z test_non_contig_index_ge_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.9153618Z test_non_contig_index_ge_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:33.9180041Z test_non_contig_index_ge_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.9212744Z test_non_contig_index_ge_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.9239192Z test_non_contig_index_ge_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.9263864Z test_non_contig_index_ge_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:33.9288137Z test_non_contig_index_ge_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:33.9312786Z test_non_contig_index_ge_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:33.9337155Z test_non_contig_index_ge_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:33.9361689Z test_non_contig_index_ge_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:33.9388206Z test_non_contig_index_gt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.9418392Z test_non_contig_index_gt_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.9444825Z test_non_contig_index_gt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.9471468Z test_non_contig_index_gt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.9497452Z test_non_contig_index_gt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.9522236Z test_non_contig_index_gt_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:33.9546952Z test_non_contig_index_gt_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:33.9571187Z test_non_contig_index_gt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:33.9595880Z test_non_contig_index_gt_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:33.9626788Z test_non_contig_index_gt_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.9656537Z test_non_contig_index_heaviside_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.9682775Z test_non_contig_index_heaviside_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.9712743Z test_non_contig_index_heaviside_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.9742650Z test_non_contig_index_heaviside_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.9772087Z test_non_contig_index_heaviside_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.9798547Z test_non_contig_index_heaviside_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.9825208Z test_non_contig_index_heaviside_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.9856938Z test_non_contig_index_heaviside_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.9883472Z test_non_contig_index_heaviside_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.9909376Z test_non_contig_index_heaviside_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.9938995Z test_non_contig_index_hypot_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.9968989Z test_non_contig_index_hypot_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:33.9998307Z test_non_contig_index_hypot_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.0026336Z test_non_contig_index_hypot_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.0056440Z test_non_contig_index_igamma_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.0092775Z test_non_contig_index_igamma_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:34.0121036Z test_non_contig_index_igammac_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.0149020Z test_non_contig_index_igammac_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.0178475Z test_non_contig_index_isclose_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.0206956Z test_non_contig_index_isclose_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.0239517Z test_non_contig_index_isclose_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.0272352Z test_non_contig_index_isclose_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.0302245Z test_non_contig_index_isclose_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.0338337Z test_non_contig_index_isclose_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:34.0367839Z test_non_contig_index_isclose_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.0397903Z test_non_contig_index_isclose_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.0427458Z test_non_contig_index_isclose_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.0457102Z test_non_contig_index_isclose_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.0487208Z test_non_contig_index_isclose_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.0517226Z test_non_contig_index_isclose_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.0549132Z test_non_contig_index_jiterator_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.0583159Z test_non_contig_index_jiterator_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.0615674Z test_non_contig_index_jiterator_binary_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.0648581Z test_non_contig_index_jiterator_binary_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.0679210Z test_non_contig_index_jiterator_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.0709873Z test_non_contig_index_jiterator_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.0737972Z test_non_contig_index_jiterator_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.0763518Z test_non_contig_index_jiterator_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:34.0789226Z test_non_contig_index_jiterator_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:34.0821188Z test_non_contig_index_jiterator_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.0845695Z test_non_contig_index_jiterator_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:34.0871248Z test_non_contig_index_jiterator_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:34.0895355Z test_non_contig_index_lcm_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:34.0919887Z test_non_contig_index_lcm_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:34.0944230Z test_non_contig_index_lcm_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:34.0968690Z test_non_contig_index_lcm_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:34.0993719Z test_non_contig_index_lcm_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:34.1030198Z test_non_contig_index_ldexp_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:34.1056788Z test_non_contig_index_ldexp_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.1088091Z test_non_contig_index_ldexp_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.1119688Z test_non_contig_index_ldexp_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.1148837Z test_non_contig_index_ldexp_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.1177389Z test_non_contig_index_ldexp_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.1206321Z test_non_contig_index_ldexp_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.1233351Z test_non_contig_index_ldexp_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.1266710Z test_non_contig_index_ldexp_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.1293467Z test_non_contig_index_ldexp_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.1320774Z test_non_contig_index_ldexp_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.1347909Z test_non_contig_index_ldexp_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.1374354Z test_non_contig_index_le_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.1399102Z test_non_contig_index_le_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:34.1427439Z test_non_contig_index_le_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.1455256Z test_non_contig_index_le_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.1489637Z test_non_contig_index_le_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.1514048Z test_non_contig_index_le_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:34.1538259Z test_non_contig_index_le_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:34.1562922Z test_non_contig_index_le_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:34.1589191Z test_non_contig_index_le_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.1615316Z test_non_contig_index_le_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.1643621Z test_non_contig_index_logical_and_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.1669923Z test_non_contig_index_logical_and_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.1707029Z test_non_contig_index_logical_and_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:34.1736946Z test_non_contig_index_logical_and_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.1765230Z test_non_contig_index_logical_and_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.1793496Z test_non_contig_index_logical_and_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.1819746Z test_non_contig_index_logical_and_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.1844402Z test_non_contig_index_logical_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:34.1869030Z test_non_contig_index_logical_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:34.1893430Z test_non_contig_index_logical_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:34.1924350Z test_non_contig_index_logical_and_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.1949409Z test_non_contig_index_logical_and_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:34.1975567Z test_non_contig_index_logical_or_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.2000216Z test_non_contig_index_logical_or_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:34.2029148Z test_non_contig_index_logical_or_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.2057003Z test_non_contig_index_logical_or_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.2083826Z test_non_contig_index_logical_or_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.2110366Z test_non_contig_index_logical_or_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.2142967Z test_non_contig_index_logical_or_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.2167192Z test_non_contig_index_logical_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:34.2192090Z test_non_contig_index_logical_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:34.2216254Z test_non_contig_index_logical_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:34.2240984Z test_non_contig_index_logical_or_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:34.2265715Z test_non_contig_index_logical_or_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:34.2292129Z test_non_contig_index_logical_xor_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.2316606Z test_non_contig_index_logical_xor_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:34.2351414Z test_non_contig_index_logical_xor_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.2379955Z test_non_contig_index_logical_xor_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.2406212Z test_non_contig_index_logical_xor_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.2432823Z test_non_contig_index_logical_xor_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.2458984Z test_non_contig_index_logical_xor_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.2483690Z test_non_contig_index_logical_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:34.2508802Z test_non_contig_index_logical_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:34.2533401Z test_non_contig_index_logical_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:34.2564631Z test_non_contig_index_logical_xor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.2589535Z test_non_contig_index_logical_xor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:34.2615762Z test_non_contig_index_lt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.2640314Z test_non_contig_index_lt_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:34.2667075Z test_non_contig_index_lt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.2695141Z test_non_contig_index_lt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.2723940Z test_non_contig_index_lt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.2757072Z test_non_contig_index_lt_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.2783377Z test_non_contig_index_lt_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.2809512Z test_non_contig_index_lt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.2835945Z test_non_contig_index_lt_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.2862299Z test_non_contig_index_lt_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.2891239Z test_non_contig_index_max_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.2916115Z test_non_contig_index_max_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:34.2945216Z test_non_contig_index_max_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.2980726Z test_non_contig_index_max_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.3008388Z test_non_contig_index_max_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.3033234Z test_non_contig_index_max_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:34.3059265Z test_non_contig_index_max_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:34.3085333Z test_non_contig_index_max_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.3112421Z test_non_contig_index_max_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.3138678Z test_non_contig_index_max_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.3169646Z test_non_contig_index_maximum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.3203165Z test_non_contig_index_maximum_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.3231433Z test_non_contig_index_maximum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.3259304Z test_non_contig_index_maximum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.3288746Z test_non_contig_index_maximum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.3313865Z test_non_contig_index_maximum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.3338512Z test_non_contig_index_maximum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:34.3363107Z test_non_contig_index_maximum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:34.3388368Z test_non_contig_index_maximum_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:34.3419893Z test_non_contig_index_maximum_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.3448387Z test_non_contig_index_min_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.3474379Z test_non_contig_index_min_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.3504810Z test_non_contig_index_min_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.3534462Z test_non_contig_index_min_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.3564213Z test_non_contig_index_min_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.3590720Z test_non_contig_index_min_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.3616779Z test_non_contig_index_min_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.3649478Z test_non_contig_index_min_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.3673842Z test_non_contig_index_min_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:34.3698169Z test_non_contig_index_min_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:34.3726855Z test_non_contig_index_minimum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.3753173Z test_non_contig_index_minimum_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.3783521Z test_non_contig_index_minimum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.3813277Z test_non_contig_index_minimum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.3842814Z test_non_contig_index_minimum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.3875475Z test_non_contig_index_minimum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.3899766Z test_non_contig_index_minimum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:34.3924069Z test_non_contig_index_minimum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:34.3948519Z test_non_contig_index_minimum_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:34.3972913Z test_non_contig_index_minimum_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:34.4001232Z test_non_contig_index_mul_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.4025915Z test_non_contig_index_mul_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:34.4056168Z test_non_contig_index_mul_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.4094892Z test_non_contig_index_mul_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:34.4125461Z test_non_contig_index_mul_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.4153815Z test_non_contig_index_mul_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.4181890Z test_non_contig_index_mul_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.4209517Z test_non_contig_index_mul_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.4234418Z test_non_contig_index_mul_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:34.4258763Z test_non_contig_index_mul_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:34.4283003Z test_non_contig_index_mul_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:34.4313997Z test_non_contig_index_mul_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.4337995Z test_non_contig_index_mul_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:34.4364347Z test_non_contig_index_ne_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.4388614Z test_non_contig_index_ne_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:34.4417110Z test_non_contig_index_ne_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.4447518Z test_non_contig_index_ne_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.4475520Z test_non_contig_index_ne_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.4503948Z test_non_contig_index_ne_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.4538696Z test_non_contig_index_ne_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.4564846Z test_non_contig_index_ne_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.4591364Z test_non_contig_index_ne_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.4617940Z test_non_contig_index_ne_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.4644363Z test_non_contig_index_ne_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.4670754Z test_non_contig_index_ne_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.4699860Z test_non_contig_index_nextafter_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.4730229Z test_non_contig_index_nextafter_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.4767353Z test_non_contig_index_nextafter_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:34.4798093Z test_non_contig_index_polar_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.4828348Z test_non_contig_index_polar_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.4857985Z test_non_contig_index_pow_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.4890947Z test_non_contig_index_pow_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.4923733Z test_non_contig_index_pow_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.4954366Z test_non_contig_index_pow_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.4985036Z test_non_contig_index_pow_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.5021654Z test_non_contig_index_pow_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:34.5047715Z test_non_contig_index_pow_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.5074268Z test_non_contig_index_pow_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.5100040Z test_non_contig_index_pow_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:34.5126323Z test_non_contig_index_pow_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.5152977Z test_non_contig_index_pow_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.5186701Z test_non_contig_index_remainder_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.5218355Z test_non_contig_index_remainder_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.5257080Z test_non_contig_index_remainder_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:34.5288566Z test_non_contig_index_remainder_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.5316728Z test_non_contig_index_remainder_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.5345131Z test_non_contig_index_remainder_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.5372850Z test_non_contig_index_remainder_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.5401196Z test_non_contig_index_remainder_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.5429513Z test_non_contig_index_remainder_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.5459749Z test_non_contig_index_rsub_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.5499126Z test_non_contig_index_rsub_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:34.5531129Z test_non_contig_index_rsub_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.5559286Z test_non_contig_index_rsub_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.5587535Z test_non_contig_index_rsub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.5615252Z test_non_contig_index_rsub_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.5639952Z test_non_contig_index_rsub_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:34.5664494Z test_non_contig_index_rsub_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:34.5688708Z test_non_contig_index_rsub_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:34.5719469Z test_non_contig_index_rsub_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.5744010Z test_non_contig_index_rsub_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:34.5773945Z test_non_contig_index_special_xlog1py_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.5801951Z test_non_contig_index_special_xlog1py_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.5831796Z test_non_contig_index_special_xlog1py_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.5859754Z test_non_contig_index_special_xlog1py_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.5888113Z test_non_contig_index_special_xlog1py_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.5914596Z test_non_contig_index_special_xlog1py_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.5948420Z test_non_contig_index_special_xlog1py_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.5974084Z test_non_contig_index_special_xlog1py_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.6002368Z test_non_contig_index_special_xlog1py_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.6030403Z test_non_contig_index_special_xlog1py_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.6058305Z test_non_contig_index_special_zeta_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.6088332Z test_non_contig_index_special_zeta_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.6118174Z test_non_contig_index_special_zeta_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.6147097Z test_non_contig_index_special_zeta_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.6179040Z test_non_contig_index_special_zeta_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.6205719Z test_non_contig_index_special_zeta_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.6231721Z test_non_contig_index_special_zeta_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.6257834Z test_non_contig_index_special_zeta_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.6285895Z test_non_contig_index_sub_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.6316420Z test_non_contig_index_sub_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.6347367Z test_non_contig_index_sub_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.6378043Z test_non_contig_index_sub_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.6412573Z test_non_contig_index_sub_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.6442875Z test_non_contig_index_sub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.6472528Z test_non_contig_index_sub_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.6498410Z test_non_contig_index_sub_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.6525141Z test_non_contig_index_sub_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.6551078Z test_non_contig_index_sub_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:34.6575736Z test_non_contig_index_sub_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:34.6608154Z test_non_contig_index_sub_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.6638658Z test_non_contig_index_true_divide_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.6666840Z test_non_contig_index_true_divide_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.6699493Z test_non_contig_index_true_divide_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.6732586Z test_non_contig_index_true_divide_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.6763044Z test_non_contig_index_true_divide_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.6793863Z test_non_contig_index_true_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.6824314Z test_non_contig_index_true_divide_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.6862287Z test_non_contig_index_true_divide_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:34.6890349Z test_non_contig_index_true_divide_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.6918786Z test_non_contig_index_true_divide_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.6947301Z test_non_contig_index_true_divide_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.6977390Z test_non_contig_index_true_divide_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.7007843Z test_non_contig_index_xlogy_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.7036165Z test_non_contig_index_xlogy_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.7066727Z test_non_contig_index_xlogy_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.7104203Z test_non_contig_index_xlogy_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:34.7133550Z test_non_contig_index_xlogy_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.7161613Z test_non_contig_index_xlogy_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.7189900Z test_non_contig_index_xlogy_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.7217700Z test_non_contig_index_xlogy_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.7244523Z test_non_contig_index_xlogy_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.7271583Z test_non_contig_index_xlogy_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.7312281Z test_non_contig_isclose_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:34.7356969Z test_non_contig_isclose_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:34.7403137Z test_non_contig_isclose_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:34.7448294Z test_non_contig_isclose_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:34.7488116Z test_non_contig_isclose_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:34.7527989Z test_non_contig_isclose_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:34.7567650Z test_non_contig_isclose_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:34.7606588Z test_non_contig_isclose_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:34.7643860Z test_non_contig_isclose_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:34.7687494Z test_non_contig_isclose_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:34.7724403Z test_non_contig_isclose_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:34.7761676Z test_non_contig_isclose_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:34.7800244Z test_non_contig_jiterator_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:34.7831235Z test_non_contig_jiterator_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.7873943Z test_non_contig_jiterator_binary_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:34.7917345Z test_non_contig_jiterator_binary_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:34.7955874Z test_non_contig_jiterator_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:34.8000889Z test_non_contig_jiterator_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:34.8038409Z test_non_contig_jiterator_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:34.8071528Z test_non_contig_jiterator_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.8102938Z test_non_contig_jiterator_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.8132959Z test_non_contig_jiterator_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.8164987Z test_non_contig_jiterator_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.8196382Z test_non_contig_jiterator_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.8227377Z test_non_contig_lcm_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.8266443Z test_non_contig_lcm_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:34.8298329Z test_non_contig_lcm_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.8331028Z test_non_contig_lcm_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.8364119Z test_non_contig_lcm_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.8405609Z test_non_contig_ldexp_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:34.8443179Z test_non_contig_ldexp_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:34.8489512Z test_non_contig_ldexp_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:34.8536332Z test_non_contig_ldexp_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:34.8586137Z test_non_contig_ldexp_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:34.8627643Z test_non_contig_ldexp_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:34.8667699Z test_non_contig_ldexp_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:34.8704097Z test_non_contig_ldexp_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:34.8739717Z test_non_contig_ldexp_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.8775943Z test_non_contig_ldexp_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:34.8812192Z test_non_contig_ldexp_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:34.8848508Z test_non_contig_ldexp_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:34.8890658Z test_non_contig_le_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:34.8922494Z test_non_contig_le_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.8956917Z test_non_contig_le_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.8991792Z test_non_contig_le_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.9026340Z test_non_contig_le_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.9057471Z test_non_contig_le_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.9088407Z test_non_contig_le_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.9119845Z test_non_contig_le_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.9157543Z test_non_contig_le_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:34.9188499Z test_non_contig_le_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.9223291Z test_non_contig_logical_and_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.9253682Z test_non_contig_logical_and_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.9292806Z test_non_contig_logical_and_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:34.9331376Z test_non_contig_logical_and_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:34.9366341Z test_non_contig_logical_and_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.9401456Z test_non_contig_logical_and_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.9443180Z test_non_contig_logical_and_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:34.9476525Z test_non_contig_logical_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.9508819Z test_non_contig_logical_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.9539317Z test_non_contig_logical_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.9572019Z test_non_contig_logical_and_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.9603015Z test_non_contig_logical_and_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.9637208Z test_non_contig_logical_or_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.9667922Z test_non_contig_logical_or_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.9713304Z test_non_contig_logical_or_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:34.9751758Z test_non_contig_logical_or_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:34.9786473Z test_non_contig_logical_or_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.9820513Z test_non_contig_logical_or_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.9855036Z test_non_contig_logical_or_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.9887839Z test_non_contig_logical_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.9919795Z test_non_contig_logical_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.9950832Z test_non_contig_logical_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:34.9988184Z test_non_contig_logical_or_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:35.0018547Z test_non_contig_logical_or_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:35.0053025Z test_non_contig_logical_xor_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:35.0083744Z test_non_contig_logical_xor_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:35.0122349Z test_non_contig_logical_xor_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:35.0160699Z test_non_contig_logical_xor_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:35.0195552Z test_non_contig_logical_xor_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:35.0230084Z test_non_contig_logical_xor_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:35.0272722Z test_non_contig_logical_xor_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:35.0303600Z test_non_contig_logical_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:35.0333891Z test_non_contig_logical_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:35.0364868Z test_non_contig_logical_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:35.0395971Z test_non_contig_logical_xor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:35.0427016Z test_non_contig_logical_xor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:35.0461356Z test_non_contig_lt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:35.0491917Z test_non_contig_lt_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:35.0534454Z test_non_contig_lt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:35.0570893Z test_non_contig_lt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:35.0606990Z test_non_contig_lt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:35.0639471Z test_non_contig_lt_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:35.0670145Z test_non_contig_lt_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:35.0700607Z test_non_contig_lt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:35.0731151Z test_non_contig_lt_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:35.0761959Z test_non_contig_lt_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:35.0806993Z test_non_contig_max_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:35.0838752Z test_non_contig_max_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:35.0877065Z test_non_contig_max_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:35.0915105Z test_non_contig_max_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:35.0952832Z test_non_contig_max_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:35.0986053Z test_non_contig_max_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:35.1018464Z test_non_contig_max_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:35.1057713Z test_non_contig_max_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:35.1090364Z test_non_contig_max_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:35.1123498Z test_non_contig_max_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:35.1164298Z test_non_contig_maximum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:35.1197403Z test_non_contig_maximum_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:35.1237890Z test_non_contig_maximum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:35.1278596Z test_non_contig_maximum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:35.1318668Z test_non_contig_maximum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:35.1359753Z test_non_contig_maximum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:35.1392564Z test_non_contig_maximum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:35.1424514Z test_non_contig_maximum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:35.1456753Z test_non_contig_maximum_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:35.1488157Z test_non_contig_maximum_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:35.1527281Z test_non_contig_min_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:35.1557888Z test_non_contig_min_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:35.1596877Z test_non_contig_min_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:35.1642372Z test_non_contig_min_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:35.1679589Z test_non_contig_min_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:35.1710295Z test_non_contig_min_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:35.1741002Z test_non_contig_min_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:35.1771138Z test_non_contig_min_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:35.1802572Z test_non_contig_min_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:35.1833876Z test_non_contig_min_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:35.1873141Z test_non_contig_minimum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:35.1911362Z test_non_contig_minimum_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:35.1950053Z test_non_contig_minimum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:35.1988253Z test_non_contig_minimum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:35.2025453Z test_non_contig_minimum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:35.2056342Z test_non_contig_minimum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:35.2087163Z test_non_contig_minimum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:35.2117425Z test_non_contig_minimum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:35.2148318Z test_non_contig_minimum_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:35.2185665Z test_non_contig_minimum_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:35.2223326Z test_non_contig_mul_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:35.2253313Z test_non_contig_mul_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:35.2295725Z test_non_contig_mul_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:35.2338413Z test_non_contig_mul_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:35.2381478Z test_non_contig_mul_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:35.2419177Z test_non_contig_mul_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:35.2457021Z test_non_contig_mul_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:35.2500887Z test_non_contig_mul_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:35.2531533Z test_non_contig_mul_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:35.2562547Z test_non_contig_mul_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:35.2592559Z test_non_contig_mul_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:35.2623153Z test_non_contig_mul_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:35.2653823Z test_non_contig_mul_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:35.2688507Z test_non_contig_ne_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:35.2719054Z test_non_contig_ne_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:35.2765910Z test_non_contig_ne_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:35.2803916Z test_non_contig_ne_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:35.2839791Z test_non_contig_ne_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:35.2874269Z test_non_contig_ne_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:35.2908589Z test_non_contig_ne_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:35.2941525Z test_non_contig_ne_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:35.2971919Z test_non_contig_ne_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:35.3003196Z test_non_contig_ne_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:35.3040058Z test_non_contig_ne_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:35.3073807Z test_non_contig_ne_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:35.3111632Z test_non_contig_nextafter_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:35.3149336Z test_non_contig_nextafter_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:35.3187175Z test_non_contig_nextafter_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:35.3226050Z test_non_contig_polar_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:35.3264648Z test_non_contig_polar_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:35.3303030Z test_non_contig_pow_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:35.3351658Z test_non_contig_pow_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:35.3394440Z test_non_contig_pow_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:35.3432503Z test_non_contig_pow_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:35.3470394Z test_non_contig_pow_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:35.3507781Z test_non_contig_pow_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:35.3538484Z test_non_contig_pow_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:35.3569471Z test_non_contig_pow_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:35.3599659Z test_non_contig_pow_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:35.3638639Z test_non_contig_pow_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:35.3669293Z test_non_contig_pow_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:35.3683393Z test_non_contig_remainder_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:34:35.3724682Z test_non_contig_remainder_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:35.3766042Z test_non_contig_remainder_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:35.3808705Z test_non_contig_remainder_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:35.3845532Z test_non_contig_remainder_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:35.3882201Z test_non_contig_remainder_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:35.3918002Z test_non_contig_remainder_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:35.3960823Z test_non_contig_remainder_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:35.3997163Z test_non_contig_remainder_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:35.4037109Z test_non_contig_rsub_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:35.4082063Z test_non_contig_rsub_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:35.4127093Z test_non_contig_rsub_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:35.4167264Z test_non_contig_rsub_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:35.4207603Z test_non_contig_rsub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:35.4247109Z test_non_contig_rsub_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:35.4284274Z test_non_contig_rsub_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:35.4315115Z test_non_contig_rsub_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:35.4345323Z test_non_contig_rsub_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:35.4376061Z test_non_contig_rsub_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:35.4406769Z test_non_contig_rsub_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:35.4444864Z test_non_contig_special_xlog1py_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:35.4479425Z test_non_contig_special_xlog1py_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:35.4517584Z test_non_contig_special_xlog1py_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:35.4561434Z test_non_contig_special_xlog1py_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:35.4598748Z test_non_contig_special_xlog1py_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:35.4633432Z test_non_contig_special_xlog1py_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:35.4668362Z test_non_contig_special_xlog1py_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:35.4705564Z test_non_contig_special_xlog1py_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:35.4742860Z test_non_contig_special_xlog1py_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:35.4779492Z test_non_contig_special_xlog1py_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:35.4814568Z test_non_contig_special_zeta_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:35.4859825Z test_non_contig_special_zeta_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:35.4903377Z test_non_contig_special_zeta_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:35.4937528Z test_non_contig_special_zeta_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:35.4972637Z test_non_contig_special_zeta_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:35.5007636Z test_non_contig_special_zeta_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:35.5042439Z test_non_contig_special_zeta_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:35.5077626Z test_non_contig_special_zeta_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:35.5116294Z test_non_contig_sub_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:35.5168415Z test_non_contig_sub_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:35.5213778Z test_non_contig_sub_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:35.5258781Z test_non_contig_sub_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:35.5299426Z test_non_contig_sub_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:35.5339130Z test_non_contig_sub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:35.5376696Z test_non_contig_sub_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:35.5408810Z test_non_contig_sub_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:35.5440381Z test_non_contig_sub_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:35.5480377Z test_non_contig_sub_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:35.5513351Z test_non_contig_sub_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:35.5546539Z test_non_contig_sub_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:35.5591534Z test_non_contig_true_divide_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:35.5631495Z test_non_contig_true_divide_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:35.5679698Z test_non_contig_true_divide_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:35.5728785Z test_non_contig_true_divide_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:35.5776682Z test_non_contig_true_divide_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:35.5818136Z test_non_contig_true_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:35.5858643Z test_non_contig_true_divide_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:35.5897059Z test_non_contig_true_divide_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:35.5935265Z test_non_contig_true_divide_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:35.5973491Z test_non_contig_true_divide_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:35.6011745Z test_non_contig_true_divide_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:35.6049831Z test_non_contig_true_divide_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:35.6094262Z test_non_contig_xlogy_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:35.6128403Z test_non_contig_xlogy_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:35.6166239Z test_non_contig_xlogy_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:35.6204160Z test_non_contig_xlogy_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:35.6241326Z test_non_contig_xlogy_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:35.6276105Z test_non_contig_xlogy_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:35.6310560Z test_non_contig_xlogy_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:35.6345150Z test_non_contig_xlogy_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:35.6386366Z test_non_contig_xlogy_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:35.6420359Z test_non_contig_xlogy_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:35.6692418Z test_not_broadcastable___radd___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.027s) 2022-05-18T05:34:35.6949708Z test_not_broadcastable___rdiv___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.026s) 2022-05-18T05:34:35.7211139Z test_not_broadcastable___rmod___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.026s) 2022-05-18T05:34:35.7461835Z test_not_broadcastable___rmul___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-05-18T05:34:35.7726993Z test_not_broadcastable___rpow___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.026s) 2022-05-18T05:34:35.8064874Z test_not_broadcastable___rsub___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-05-18T05:34:35.8337370Z test_not_broadcastable_add_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.027s) 2022-05-18T05:34:35.8605994Z test_not_broadcastable_atan2_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.027s) 2022-05-18T05:34:35.8910851Z test_not_broadcastable_complex_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.030s) 2022-05-18T05:34:35.9165311Z test_not_broadcastable_copysign_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-05-18T05:34:35.9421259Z test_not_broadcastable_div_floor_rounding_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.026s) 2022-05-18T05:34:35.9679580Z test_not_broadcastable_div_no_rounding_mode_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.026s) 2022-05-18T05:34:35.9932144Z test_not_broadcastable_div_trunc_rounding_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-05-18T05:34:36.0178647Z test_not_broadcastable_eq_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-05-18T05:34:36.0508947Z test_not_broadcastable_float_power_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-05-18T05:34:36.0775775Z test_not_broadcastable_floor_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.027s) 2022-05-18T05:34:36.1044226Z test_not_broadcastable_fmax_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.027s) 2022-05-18T05:34:36.1324871Z test_not_broadcastable_fmin_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.028s) 2022-05-18T05:34:36.1590149Z test_not_broadcastable_fmod_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.026s) 2022-05-18T05:34:36.1838052Z test_not_broadcastable_ge_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-05-18T05:34:36.2103567Z test_not_broadcastable_gt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.026s) 2022-05-18T05:34:36.2336350Z test_not_broadcastable_heaviside_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-05-18T05:34:36.2609348Z test_not_broadcastable_hypot_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.027s) 2022-05-18T05:34:36.2851867Z test_not_broadcastable_igamma_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-05-18T05:34:36.3118910Z test_not_broadcastable_igammac_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.027s) 2022-05-18T05:34:36.3415179Z test_not_broadcastable_isclose_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.030s) 2022-05-18T05:34:36.3557779Z test_not_broadcastable_jiterator_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:34:36.3864602Z test_not_broadcastable_ldexp_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.030s) 2022-05-18T05:34:36.4131937Z test_not_broadcastable_le_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.027s) 2022-05-18T05:34:36.4478351Z test_not_broadcastable_logical_and_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-05-18T05:34:36.4808655Z test_not_broadcastable_logical_or_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-05-18T05:34:36.5137166Z test_not_broadcastable_logical_xor_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-05-18T05:34:36.5404283Z test_not_broadcastable_lt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.027s) 2022-05-18T05:34:36.5698298Z test_not_broadcastable_max_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.029s) 2022-05-18T05:34:36.5953129Z test_not_broadcastable_maximum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-05-18T05:34:36.6252691Z test_not_broadcastable_min_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.030s) 2022-05-18T05:34:36.6512720Z test_not_broadcastable_minimum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.026s) 2022-05-18T05:34:36.6771823Z test_not_broadcastable_mul_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.026s) 2022-05-18T05:34:36.7032926Z test_not_broadcastable_ne_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.026s) 2022-05-18T05:34:36.7284470Z test_not_broadcastable_nextafter_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-05-18T05:34:36.7589997Z test_not_broadcastable_polar_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.030s) 2022-05-18T05:34:36.7854105Z test_not_broadcastable_pow_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.026s) 2022-05-18T05:34:36.8123229Z test_not_broadcastable_remainder_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.027s) 2022-05-18T05:34:36.8464261Z test_not_broadcastable_rsub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-05-18T05:34:36.8732568Z test_not_broadcastable_special_xlog1py_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.027s) 2022-05-18T05:34:36.9003410Z test_not_broadcastable_special_zeta_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.027s) 2022-05-18T05:34:36.9277844Z test_not_broadcastable_sub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.027s) 2022-05-18T05:34:36.9588434Z test_not_broadcastable_true_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.031s) 2022-05-18T05:34:36.9843026Z test_not_broadcastable_xlogy_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-05-18T05:34:36.9880017Z test_out_resize_warning_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:37.2136841Z test_pow_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.225s) 2022-05-18T05:34:39.5949786Z test_pow_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (2.381s) 2022-05-18T05:34:41.4154130Z test_pow_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (1.820s) 2022-05-18T05:34:41.4177096Z test_pow_cuda_complex_extremal_failing_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:41.4206269Z test_pow_cuda_complex_extremal_failing_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:41.6444206Z test_pow_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.223s) 2022-05-18T05:34:41.8673346Z test_pow_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.223s) 2022-05-18T05:34:42.0893839Z test_pow_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.222s) 2022-05-18T05:34:42.2999578Z test_pow_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.210s) 2022-05-18T05:34:42.5100081Z test_pow_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.210s) 2022-05-18T05:34:42.7194568Z test_pow_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.209s) 2022-05-18T05:34:42.9296408Z test_pow_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.210s) 2022-05-18T05:34:43.1404808Z test_pow_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.211s) 2022-05-18T05:34:43.1603217Z test_pow_inplace_resizing_exception_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-05-18T05:34:43.3141547Z test_pow_scalar_base_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.154s) 2022-05-18T05:34:43.3356300Z test_pow_scalar_overloads_mem_overlap_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-05-18T05:34:43.3385380Z test_pow_scalar_type_promotion_cuda (__main__.TestBinaryUfuncsCUDA) ... /var/lib/jenkins/workspace/test/test_binary_ufuncs.py:1759: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T05:34:43.3386482Z out_uint8_computation = torch.pow( 2022-05-18T05:34:43.3387800Z /var/lib/jenkins/workspace/test/test_binary_ufuncs.py:1767: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T05:34:43.3388666Z out_int64_computation = torch.pow( 2022-05-18T05:34:43.3400362Z ok (0.004s) 2022-05-18T05:34:43.3417157Z test_rdiv_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:34:43.3433580Z test_rdiv_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:34:43.3451389Z test_rdiv_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:34:43.3469371Z test_rdiv_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:34:43.3493249Z test_rdiv_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:34:43.3510584Z test_rdiv_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:34:43.3527877Z test_rdiv_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:34:43.3545555Z test_rdiv_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:34:43.3562809Z test_rdiv_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:34:43.3810636Z test_reference_numerics_add_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-05-18T05:34:43.3896491Z test_reference_numerics_add_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-05-18T05:34:43.4380315Z test_reference_numerics_add_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.048s) 2022-05-18T05:34:43.4686151Z test_reference_numerics_add_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.030s) 2022-05-18T05:34:43.4959774Z test_reference_numerics_add_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.027s) 2022-05-18T05:34:43.5183412Z test_reference_numerics_add_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-05-18T05:34:43.5311001Z test_reference_numerics_add_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-05-18T05:34:43.5467675Z test_reference_numerics_add_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-05-18T05:34:43.5539897Z test_reference_numerics_add_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:43.5621100Z test_reference_numerics_add_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:34:43.5724913Z test_reference_numerics_add_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-05-18T05:34:43.5793220Z test_reference_numerics_add_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:43.5853522Z test_reference_numerics_add_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:43.5912135Z test_reference_numerics_bitwise_and_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:43.5979019Z test_reference_numerics_bitwise_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:43.6059155Z test_reference_numerics_bitwise_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:34:43.6161787Z test_reference_numerics_bitwise_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-05-18T05:34:43.6221730Z test_reference_numerics_bitwise_and_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:43.6288433Z test_reference_numerics_bitwise_and_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:43.6346176Z test_reference_numerics_bitwise_or_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:43.6412532Z test_reference_numerics_bitwise_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:43.6492430Z test_reference_numerics_bitwise_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:34:43.6595155Z test_reference_numerics_bitwise_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-05-18T05:34:43.6655045Z test_reference_numerics_bitwise_or_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:43.6714575Z test_reference_numerics_bitwise_or_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:43.6788671Z test_reference_numerics_bitwise_xor_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:43.6855156Z test_reference_numerics_bitwise_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:43.6934647Z test_reference_numerics_bitwise_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:34:43.7040052Z test_reference_numerics_bitwise_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-05-18T05:34:43.7098976Z test_reference_numerics_bitwise_xor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:43.7158150Z test_reference_numerics_bitwise_xor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:43.7176334Z test_reference_numerics_extremal_values_add_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... /opt/conda/lib/python3.9/site-packages/torch/testing/_internal/common_methods_invocations.py:9734: RuntimeWarning: invalid value encountered in add 2022-05-18T05:34:43.7177280Z ref=lambda input, other, *, alpha=1: np.add(input, other) if alpha == 1 \ 2022-05-18T05:34:43.7212581Z ok (0.005s) 2022-05-18T05:34:43.7221809Z test_reference_numerics_extremal_values_add_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:34:43.7230644Z test_reference_numerics_extremal_values_add_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:34:43.7289100Z test_reference_numerics_extremal_values_add_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:43.7337586Z test_reference_numerics_extremal_values_add_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:43.7386445Z test_reference_numerics_extremal_values_add_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:43.7434432Z test_reference_numerics_extremal_values_float_power_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... /var/lib/jenkins/workspace/test/test_binary_ufuncs.py:158: RuntimeWarning: divide by zero encountered in float_power 2022-05-18T05:34:43.7434991Z expected = op.ref(l_numpy, r_numpy) 2022-05-18T05:34:43.7436673Z /var/lib/jenkins/workspace/test/test_binary_ufuncs.py:158: RuntimeWarning: invalid value encountered in float_power 2022-05-18T05:34:43.7438321Z expected = op.ref(l_numpy, r_numpy) 2022-05-18T05:34:43.7445587Z ok (0.006s) 2022-05-18T05:34:43.7453217Z test_reference_numerics_extremal_values_float_power_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:34:43.7462417Z test_reference_numerics_extremal_values_float_power_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:34:43.7518674Z test_reference_numerics_extremal_values_float_power_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:43.7573978Z test_reference_numerics_extremal_values_float_power_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:43.7628490Z test_reference_numerics_extremal_values_float_power_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:43.7646216Z test_reference_numerics_extremal_values_fmod_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... /var/lib/jenkins/workspace/test/test_binary_ufuncs.py:158: RuntimeWarning: invalid value encountered in fmod 2022-05-18T05:34:43.7646735Z expected = op.ref(l_numpy, r_numpy) 2022-05-18T05:34:43.7683715Z ok (0.005s) 2022-05-18T05:34:43.7743876Z test_reference_numerics_extremal_values_fmod_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:43.7794869Z test_reference_numerics_extremal_values_fmod_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:43.7802571Z test_reference_numerics_extremal_values_heaviside_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:34:43.7811129Z test_reference_numerics_extremal_values_heaviside_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:34:43.7819152Z test_reference_numerics_extremal_values_heaviside_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:34:43.7827312Z test_reference_numerics_extremal_values_heaviside_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:34:43.7835325Z test_reference_numerics_extremal_values_isclose_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:34:43.7844381Z test_reference_numerics_extremal_values_isclose_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:34:43.7852950Z test_reference_numerics_extremal_values_isclose_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:34:43.7861268Z test_reference_numerics_extremal_values_isclose_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:34:43.7869277Z test_reference_numerics_extremal_values_isclose_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:34:43.7877516Z test_reference_numerics_extremal_values_isclose_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:34:43.7895850Z test_reference_numerics_extremal_values_jiterator_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... /opt/conda/lib/python3.9/site-packages/torch/testing/_internal/common_methods_invocations.py:16994: RuntimeWarning: invalid value encountered in add 2022-05-18T05:34:43.7896569Z ref=lambda input, other, *, alpha=1: np.add(input, other) if alpha == 1 \ 2022-05-18T05:34:43.7929162Z ok (0.005s) 2022-05-18T05:34:43.7971958Z test_reference_numerics_extremal_values_jiterator_binary_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:43.8014199Z test_reference_numerics_extremal_values_jiterator_binary_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:43.8066051Z test_reference_numerics_extremal_values_jiterator_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:43.8115545Z test_reference_numerics_extremal_values_jiterator_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:43.8164697Z test_reference_numerics_extremal_values_jiterator_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:43.8213712Z test_reference_numerics_extremal_values_logical_and_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:43.8248363Z test_reference_numerics_extremal_values_logical_and_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:43.8281984Z test_reference_numerics_extremal_values_logical_and_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:43.8323972Z test_reference_numerics_extremal_values_logical_and_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:43.8364927Z test_reference_numerics_extremal_values_logical_and_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:43.8406167Z test_reference_numerics_extremal_values_logical_and_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:43.8448133Z test_reference_numerics_extremal_values_logical_or_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:43.8488475Z test_reference_numerics_extremal_values_logical_or_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:43.8521583Z test_reference_numerics_extremal_values_logical_or_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:43.8563050Z test_reference_numerics_extremal_values_logical_or_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:43.8604311Z test_reference_numerics_extremal_values_logical_or_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:43.8645700Z test_reference_numerics_extremal_values_logical_or_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:43.8687317Z test_reference_numerics_extremal_values_logical_xor_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:43.8721501Z test_reference_numerics_extremal_values_logical_xor_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:43.8754961Z test_reference_numerics_extremal_values_logical_xor_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:43.8802687Z test_reference_numerics_extremal_values_logical_xor_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:43.8844267Z test_reference_numerics_extremal_values_logical_xor_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:43.8885592Z test_reference_numerics_extremal_values_logical_xor_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:43.8936177Z test_reference_numerics_extremal_values_max_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:43.8988225Z test_reference_numerics_extremal_values_max_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:43.9037086Z test_reference_numerics_extremal_values_max_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:43.9086335Z test_reference_numerics_extremal_values_max_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:43.9137647Z test_reference_numerics_extremal_values_maximum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:43.9196018Z test_reference_numerics_extremal_values_maximum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:43.9245114Z test_reference_numerics_extremal_values_maximum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:43.9294276Z test_reference_numerics_extremal_values_maximum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:43.9345280Z test_reference_numerics_extremal_values_min_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:43.9396791Z test_reference_numerics_extremal_values_min_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:43.9445717Z test_reference_numerics_extremal_values_min_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:43.9494723Z test_reference_numerics_extremal_values_min_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:43.9552013Z test_reference_numerics_extremal_values_minimum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:43.9603381Z test_reference_numerics_extremal_values_minimum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:43.9652152Z test_reference_numerics_extremal_values_minimum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:43.9701584Z test_reference_numerics_extremal_values_minimum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:43.9745847Z test_reference_numerics_extremal_values_pow_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... /var/lib/jenkins/workspace/test/test_binary_ufuncs.py:158: RuntimeWarning: divide by zero encountered in power 2022-05-18T05:34:43.9746381Z expected = op.ref(l_numpy, r_numpy) 2022-05-18T05:34:43.9746810Z /var/lib/jenkins/workspace/test/test_binary_ufuncs.py:158: RuntimeWarning: invalid value encountered in power 2022-05-18T05:34:43.9747212Z expected = op.ref(l_numpy, r_numpy) 2022-05-18T05:34:43.9757491Z ok (0.005s) 2022-05-18T05:34:43.9765957Z test_reference_numerics_extremal_values_pow_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:34:43.9774024Z test_reference_numerics_extremal_values_pow_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:34:43.9820645Z test_reference_numerics_extremal_values_pow_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... /var/lib/jenkins/workspace/test/test_binary_ufuncs.py:158: RuntimeWarning: overflow encountered in power 2022-05-18T05:34:43.9821203Z expected = op.ref(l_numpy, r_numpy) 2022-05-18T05:34:43.9830634Z ok (0.006s) 2022-05-18T05:34:43.9881718Z test_reference_numerics_extremal_values_pow_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:43.9936145Z test_reference_numerics_extremal_values_pow_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:43.9960499Z test_reference_numerics_extremal_values_remainder_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... /var/lib/jenkins/workspace/test/test_binary_ufuncs.py:158: RuntimeWarning: invalid value encountered in remainder 2022-05-18T05:34:43.9961019Z expected = op.ref(l_numpy, r_numpy) 2022-05-18T05:34:43.9997540Z ok (0.006s) 2022-05-18T05:34:44.0053647Z test_reference_numerics_extremal_values_remainder_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:44.0105744Z test_reference_numerics_extremal_values_remainder_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:44.0158045Z test_reference_numerics_extremal_values_remainder_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:44.0176111Z test_reference_numerics_extremal_values_sub_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... /opt/conda/lib/python3.9/site-packages/torch/testing/_internal/common_methods_invocations.py:9777: RuntimeWarning: invalid value encountered in subtract 2022-05-18T05:34:44.0176832Z ref=lambda input, other, *, alpha=1: np.subtract(input, np.multiply(alpha, other)), 2022-05-18T05:34:44.0209670Z ok (0.005s) 2022-05-18T05:34:44.0228307Z test_reference_numerics_extremal_values_sub_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... /opt/conda/lib/python3.9/site-packages/torch/testing/_internal/common_methods_invocations.py:9777: RuntimeWarning: invalid value encountered in multiply 2022-05-18T05:34:44.0228982Z ref=lambda input, other, *, alpha=1: np.subtract(input, np.multiply(alpha, other)), 2022-05-18T05:34:44.0254132Z ok (0.004s) 2022-05-18T05:34:44.0296425Z test_reference_numerics_extremal_values_sub_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:44.0350625Z test_reference_numerics_extremal_values_sub_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:44.0405302Z test_reference_numerics_extremal_values_sub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:44.0454287Z test_reference_numerics_extremal_values_sub_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:44.1199600Z test_reference_numerics_float_power_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.074s) 2022-05-18T05:34:44.1475514Z test_reference_numerics_float_power_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.027s) 2022-05-18T05:34:44.3452753Z test_reference_numerics_float_power_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.197s) 2022-05-18T05:34:44.5427729Z test_reference_numerics_float_power_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.197s) 2022-05-18T05:34:44.6223754Z test_reference_numerics_float_power_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.079s) 2022-05-18T05:34:44.6977238Z test_reference_numerics_float_power_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.075s) 2022-05-18T05:34:44.7715912Z test_reference_numerics_float_power_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.074s) 2022-05-18T05:34:44.8260646Z test_reference_numerics_float_power_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.054s) 2022-05-18T05:34:44.8807488Z test_reference_numerics_float_power_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.055s) 2022-05-18T05:34:44.9382526Z test_reference_numerics_float_power_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.057s) 2022-05-18T05:34:44.9943629Z test_reference_numerics_float_power_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.056s) 2022-05-18T05:34:45.0506959Z test_reference_numerics_float_power_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.056s) 2022-05-18T05:34:45.0972077Z test_reference_numerics_fmod_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.046s) 2022-05-18T05:34:45.1336250Z test_reference_numerics_fmod_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.036s) 2022-05-18T05:34:45.1696000Z test_reference_numerics_fmod_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.036s) 2022-05-18T05:34:45.1806888Z test_reference_numerics_fmod_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-05-18T05:34:45.1919058Z test_reference_numerics_fmod_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-05-18T05:34:45.2122145Z test_reference_numerics_fmod_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-05-18T05:34:45.2223404Z test_reference_numerics_fmod_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-05-18T05:34:45.2337657Z test_reference_numerics_fmod_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-05-18T05:34:45.2621947Z test_reference_numerics_gcd_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.028s) 2022-05-18T05:34:45.2899558Z test_reference_numerics_gcd_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.028s) 2022-05-18T05:34:45.3276895Z test_reference_numerics_gcd_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.038s) 2022-05-18T05:34:45.3541570Z test_reference_numerics_gcd_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.026s) 2022-05-18T05:34:45.3792134Z test_reference_numerics_gcd_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-05-18T05:34:45.3986314Z test_reference_numerics_heaviside_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.019s) 2022-05-18T05:34:45.4463126Z test_reference_numerics_heaviside_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.048s) 2022-05-18T05:34:45.4773789Z test_reference_numerics_heaviside_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.031s) 2022-05-18T05:34:45.4979033Z test_reference_numerics_heaviside_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-05-18T05:34:45.5198376Z test_reference_numerics_heaviside_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-05-18T05:34:45.5355004Z test_reference_numerics_heaviside_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-05-18T05:34:45.5520428Z test_reference_numerics_heaviside_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-05-18T05:34:45.5718165Z test_reference_numerics_heaviside_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-05-18T05:34:45.6080698Z test_reference_numerics_heaviside_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.036s) 2022-05-18T05:34:45.6424662Z test_reference_numerics_heaviside_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-05-18T05:34:45.6555255Z test_reference_numerics_isclose_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:34:45.6711956Z test_reference_numerics_isclose_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:34:45.7359501Z test_reference_numerics_isclose_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.065s) 2022-05-18T05:34:45.7665733Z test_reference_numerics_isclose_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.030s) 2022-05-18T05:34:45.8868289Z test_reference_numerics_isclose_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.120s) 2022-05-18T05:34:45.9001466Z test_reference_numerics_isclose_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:34:45.9200451Z test_reference_numerics_isclose_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-05-18T05:34:45.9353973Z test_reference_numerics_isclose_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:34:45.9513265Z test_reference_numerics_isclose_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-05-18T05:34:45.9693535Z test_reference_numerics_isclose_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-05-18T05:34:45.9848257Z test_reference_numerics_isclose_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:34:46.0005754Z test_reference_numerics_isclose_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-05-18T05:34:46.0139023Z test_reference_numerics_jiterator_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:34:46.0214297Z test_reference_numerics_jiterator_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:34:46.0525127Z test_reference_numerics_jiterator_binary_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.031s) 2022-05-18T05:34:46.0768096Z test_reference_numerics_jiterator_binary_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-05-18T05:34:46.0998423Z test_reference_numerics_jiterator_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-05-18T05:34:46.1130571Z test_reference_numerics_jiterator_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:34:46.1292945Z test_reference_numerics_jiterator_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-05-18T05:34:46.1368447Z test_reference_numerics_jiterator_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:46.1458623Z test_reference_numerics_jiterator_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-05-18T05:34:46.1565766Z test_reference_numerics_jiterator_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-05-18T05:34:46.1628109Z test_reference_numerics_jiterator_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:46.1688399Z test_reference_numerics_jiterator_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:46.1713587Z test_reference_numerics_large_values_add_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:46.1760098Z test_reference_numerics_large_values_add_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:46.1804769Z test_reference_numerics_large_values_add_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:46.1830502Z test_reference_numerics_large_values_add_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:46.1862670Z test_reference_numerics_large_values_add_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:46.1887476Z test_reference_numerics_large_values_add_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:46.1911857Z test_reference_numerics_large_values_add_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:46.1935267Z test_reference_numerics_large_values_add_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:46.1958861Z test_reference_numerics_large_values_add_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:46.1982527Z test_reference_numerics_large_values_bitwise_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:46.2005777Z test_reference_numerics_large_values_bitwise_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:46.2029449Z test_reference_numerics_large_values_bitwise_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:46.2059546Z test_reference_numerics_large_values_bitwise_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:46.2082589Z test_reference_numerics_large_values_bitwise_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:46.2106425Z test_reference_numerics_large_values_bitwise_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:46.2129709Z test_reference_numerics_large_values_bitwise_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:46.2153099Z test_reference_numerics_large_values_bitwise_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:46.2176436Z test_reference_numerics_large_values_bitwise_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:46.2197837Z test_reference_numerics_large_values_float_power_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... /var/lib/jenkins/workspace/test/test_binary_ufuncs.py:158: RuntimeWarning: overflow encountered in float_power 2022-05-18T05:34:46.2198374Z expected = op.ref(l_numpy, r_numpy) 2022-05-18T05:34:46.2204286Z ok (0.003s) 2022-05-18T05:34:46.2213493Z test_reference_numerics_large_values_float_power_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:34:46.2222580Z test_reference_numerics_large_values_float_power_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:34:46.2253788Z test_reference_numerics_large_values_float_power_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:46.2277723Z test_reference_numerics_large_values_float_power_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:46.2301770Z test_reference_numerics_large_values_float_power_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:46.2325625Z test_reference_numerics_large_values_float_power_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:46.2349823Z test_reference_numerics_large_values_float_power_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:46.2373805Z test_reference_numerics_large_values_float_power_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:46.2398048Z test_reference_numerics_large_values_fmod_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:46.2422378Z test_reference_numerics_large_values_fmod_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:46.2453942Z test_reference_numerics_large_values_fmod_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:46.2476682Z test_reference_numerics_large_values_fmod_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:46.2498749Z test_reference_numerics_large_values_fmod_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:46.2520978Z test_reference_numerics_large_values_fmod_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:46.2543386Z test_reference_numerics_large_values_gcd_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:46.2565532Z test_reference_numerics_large_values_gcd_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:46.2588127Z test_reference_numerics_large_values_gcd_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:46.2612348Z test_reference_numerics_large_values_heaviside_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:46.2643353Z test_reference_numerics_large_values_heaviside_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:46.2667388Z test_reference_numerics_large_values_heaviside_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:46.2690972Z test_reference_numerics_large_values_heaviside_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:46.2714058Z test_reference_numerics_large_values_heaviside_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:46.2736451Z test_reference_numerics_large_values_heaviside_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:46.2759321Z test_reference_numerics_large_values_heaviside_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:46.2786364Z test_reference_numerics_large_values_isclose_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:46.2833177Z test_reference_numerics_large_values_isclose_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:46.2883442Z test_reference_numerics_large_values_isclose_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:46.2908680Z test_reference_numerics_large_values_isclose_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:46.2933875Z test_reference_numerics_large_values_isclose_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:46.2959432Z test_reference_numerics_large_values_isclose_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:46.2985453Z test_reference_numerics_large_values_isclose_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:46.3011172Z test_reference_numerics_large_values_isclose_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:46.3036886Z test_reference_numerics_large_values_isclose_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:46.3061865Z test_reference_numerics_large_values_jiterator_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:46.3114429Z test_reference_numerics_large_values_jiterator_binary_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:46.3157408Z test_reference_numerics_large_values_jiterator_binary_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:46.3181116Z test_reference_numerics_large_values_jiterator_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:46.3205337Z test_reference_numerics_large_values_jiterator_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:46.3229201Z test_reference_numerics_large_values_jiterator_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:46.3251653Z test_reference_numerics_large_values_jiterator_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:46.3274250Z test_reference_numerics_large_values_jiterator_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:46.3302765Z test_reference_numerics_large_values_jiterator_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:46.3324663Z test_reference_numerics_large_values_lcm_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:46.3347000Z test_reference_numerics_large_values_lcm_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:46.3368791Z test_reference_numerics_large_values_lcm_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:46.3391670Z test_reference_numerics_large_values_logical_and_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:46.3430166Z test_reference_numerics_large_values_logical_and_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:46.3468147Z test_reference_numerics_large_values_logical_and_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:46.3490304Z test_reference_numerics_large_values_logical_and_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:46.3521016Z test_reference_numerics_large_values_logical_and_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:46.3543420Z test_reference_numerics_large_values_logical_and_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:46.3565537Z test_reference_numerics_large_values_logical_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:46.3588061Z test_reference_numerics_large_values_logical_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:46.3609753Z test_reference_numerics_large_values_logical_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:46.3632530Z test_reference_numerics_large_values_logical_or_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:46.3671141Z test_reference_numerics_large_values_logical_or_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:46.3708820Z test_reference_numerics_large_values_logical_or_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:46.3737017Z test_reference_numerics_large_values_logical_or_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:46.3759381Z test_reference_numerics_large_values_logical_or_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:46.3781783Z test_reference_numerics_large_values_logical_or_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:46.3803537Z test_reference_numerics_large_values_logical_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:46.3825937Z test_reference_numerics_large_values_logical_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:46.3848082Z test_reference_numerics_large_values_logical_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:46.3870816Z test_reference_numerics_large_values_logical_xor_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:46.3909593Z test_reference_numerics_large_values_logical_xor_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:46.3953550Z test_reference_numerics_large_values_logical_xor_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:46.3975668Z test_reference_numerics_large_values_logical_xor_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:46.3998151Z test_reference_numerics_large_values_logical_xor_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:46.4020372Z test_reference_numerics_large_values_logical_xor_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:46.4042633Z test_reference_numerics_large_values_logical_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:46.4064976Z test_reference_numerics_large_values_logical_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:46.4087041Z test_reference_numerics_large_values_logical_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:46.4110608Z test_reference_numerics_large_values_max_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:46.4140499Z test_reference_numerics_large_values_max_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:46.4164148Z test_reference_numerics_large_values_max_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:46.4188109Z test_reference_numerics_large_values_max_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:46.4210424Z test_reference_numerics_large_values_max_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:46.4232757Z test_reference_numerics_large_values_max_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:46.4254663Z test_reference_numerics_large_values_max_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:46.4278226Z test_reference_numerics_large_values_maximum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:46.4308276Z test_reference_numerics_large_values_maximum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:46.4331581Z test_reference_numerics_large_values_maximum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:46.4355236Z test_reference_numerics_large_values_maximum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:46.4377722Z test_reference_numerics_large_values_maximum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:46.4399801Z test_reference_numerics_large_values_maximum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:46.4421635Z test_reference_numerics_large_values_maximum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:46.4444785Z test_reference_numerics_large_values_min_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:46.4468587Z test_reference_numerics_large_values_min_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:46.4498657Z test_reference_numerics_large_values_min_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:46.4522288Z test_reference_numerics_large_values_min_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:46.4545047Z test_reference_numerics_large_values_min_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:46.4567906Z test_reference_numerics_large_values_min_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:46.4589905Z test_reference_numerics_large_values_min_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:46.4613254Z test_reference_numerics_large_values_minimum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:46.4636876Z test_reference_numerics_large_values_minimum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:46.4660551Z test_reference_numerics_large_values_minimum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:46.4690554Z test_reference_numerics_large_values_minimum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:46.4713371Z test_reference_numerics_large_values_minimum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:46.4735269Z test_reference_numerics_large_values_minimum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:46.4757409Z test_reference_numerics_large_values_minimum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:46.4781248Z test_reference_numerics_large_values_pow_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:46.4790188Z test_reference_numerics_large_values_pow_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:34:46.4798694Z test_reference_numerics_large_values_pow_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:34:46.4822676Z test_reference_numerics_large_values_pow_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:46.4846335Z test_reference_numerics_large_values_pow_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:46.4870531Z test_reference_numerics_large_values_pow_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:46.4900415Z test_reference_numerics_large_values_pow_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.003s) 2022-05-18T05:34:46.4920287Z test_reference_numerics_large_values_pow_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.002s) 2022-05-18T05:34:46.4940088Z test_reference_numerics_large_values_pow_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.002s) 2022-05-18T05:34:46.4963487Z test_reference_numerics_large_values_remainder_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:46.4987454Z test_reference_numerics_large_values_remainder_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:46.5011030Z test_reference_numerics_large_values_remainder_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:46.5034901Z test_reference_numerics_large_values_remainder_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:46.5057838Z test_reference_numerics_large_values_remainder_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:46.5080330Z test_reference_numerics_large_values_remainder_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:46.5109011Z test_reference_numerics_large_values_remainder_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:46.5132291Z test_reference_numerics_large_values_sub_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:46.5177770Z test_reference_numerics_large_values_sub_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:46.5221159Z test_reference_numerics_large_values_sub_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:34:46.5244788Z test_reference_numerics_large_values_sub_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:46.5268664Z test_reference_numerics_large_values_sub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:46.5292782Z test_reference_numerics_large_values_sub_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:46.5322212Z test_reference_numerics_large_values_sub_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:46.5345624Z test_reference_numerics_large_values_sub_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:46.5368097Z test_reference_numerics_large_values_sub_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:46.5686053Z test_reference_numerics_lcm_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.031s) 2022-05-18T05:34:46.6010264Z test_reference_numerics_lcm_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.032s) 2022-05-18T05:34:46.6479231Z test_reference_numerics_lcm_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.047s) 2022-05-18T05:34:46.6798903Z test_reference_numerics_lcm_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.032s) 2022-05-18T05:34:46.7106777Z test_reference_numerics_lcm_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.031s) 2022-05-18T05:34:46.7214055Z test_reference_numerics_logical_and_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-05-18T05:34:46.7272399Z test_reference_numerics_logical_and_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:46.7464945Z test_reference_numerics_logical_and_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.019s) 2022-05-18T05:34:46.7610967Z test_reference_numerics_logical_and_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:34:46.7729102Z test_reference_numerics_logical_and_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-05-18T05:34:46.7825446Z test_reference_numerics_logical_and_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-05-18T05:34:46.7947289Z test_reference_numerics_logical_and_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-05-18T05:34:46.8033907Z test_reference_numerics_logical_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-05-18T05:34:46.8108176Z test_reference_numerics_logical_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:46.8204629Z test_reference_numerics_logical_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-05-18T05:34:46.8269637Z test_reference_numerics_logical_and_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:46.8329219Z test_reference_numerics_logical_and_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:46.8419479Z test_reference_numerics_logical_or_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-05-18T05:34:46.8479155Z test_reference_numerics_logical_or_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:46.8670411Z test_reference_numerics_logical_or_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.019s) 2022-05-18T05:34:46.8796582Z test_reference_numerics_logical_or_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:34:46.8892660Z test_reference_numerics_logical_or_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-05-18T05:34:46.8983697Z test_reference_numerics_logical_or_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-05-18T05:34:46.9100965Z test_reference_numerics_logical_or_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-05-18T05:34:46.9166803Z test_reference_numerics_logical_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:46.9238345Z test_reference_numerics_logical_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:46.9338019Z test_reference_numerics_logical_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-05-18T05:34:46.9398769Z test_reference_numerics_logical_or_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:46.9457984Z test_reference_numerics_logical_or_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:46.9546218Z test_reference_numerics_logical_xor_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-05-18T05:34:46.9611835Z test_reference_numerics_logical_xor_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:46.9794604Z test_reference_numerics_logical_xor_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-05-18T05:34:46.9930322Z test_reference_numerics_logical_xor_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:34:47.0041224Z test_reference_numerics_logical_xor_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-05-18T05:34:47.0140028Z test_reference_numerics_logical_xor_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-05-18T05:34:47.0257540Z test_reference_numerics_logical_xor_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-05-18T05:34:47.0329221Z test_reference_numerics_logical_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:47.0405116Z test_reference_numerics_logical_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:47.0498002Z test_reference_numerics_logical_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-05-18T05:34:47.0567016Z test_reference_numerics_logical_xor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:47.0634612Z test_reference_numerics_logical_xor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:47.0807739Z test_reference_numerics_max_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-05-18T05:34:47.0871170Z test_reference_numerics_max_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:47.1156158Z test_reference_numerics_max_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.028s) 2022-05-18T05:34:47.1330218Z test_reference_numerics_max_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-05-18T05:34:47.1524075Z test_reference_numerics_max_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.019s) 2022-05-18T05:34:47.1597952Z test_reference_numerics_max_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:47.1679377Z test_reference_numerics_max_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:34:47.1793306Z test_reference_numerics_max_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-05-18T05:34:47.1860366Z test_reference_numerics_max_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:47.1926128Z test_reference_numerics_max_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:47.2094317Z test_reference_numerics_maximum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-05-18T05:34:47.2161008Z test_reference_numerics_maximum_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:47.2448925Z test_reference_numerics_maximum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.029s) 2022-05-18T05:34:47.2624265Z test_reference_numerics_maximum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-05-18T05:34:47.2828282Z test_reference_numerics_maximum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-05-18T05:34:47.2903698Z test_reference_numerics_maximum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:47.2986574Z test_reference_numerics_maximum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:34:47.3095567Z test_reference_numerics_maximum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-05-18T05:34:47.3163741Z test_reference_numerics_maximum_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:47.3230583Z test_reference_numerics_maximum_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:47.3396910Z test_reference_numerics_min_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-05-18T05:34:47.3469397Z test_reference_numerics_min_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:47.3749620Z test_reference_numerics_min_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.028s) 2022-05-18T05:34:47.3924183Z test_reference_numerics_min_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-05-18T05:34:47.4118810Z test_reference_numerics_min_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.019s) 2022-05-18T05:34:47.4194185Z test_reference_numerics_min_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:34:47.4276260Z test_reference_numerics_min_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:34:47.4384314Z test_reference_numerics_min_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-05-18T05:34:47.4451979Z test_reference_numerics_min_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:47.4537450Z test_reference_numerics_min_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:34:47.4703263Z test_reference_numerics_minimum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-05-18T05:34:47.4767677Z test_reference_numerics_minimum_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:47.5060498Z test_reference_numerics_minimum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.029s) 2022-05-18T05:34:47.5245232Z test_reference_numerics_minimum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-05-18T05:34:47.5449931Z test_reference_numerics_minimum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-05-18T05:34:47.5536746Z test_reference_numerics_minimum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-05-18T05:34:47.5626759Z test_reference_numerics_minimum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-05-18T05:34:47.5734726Z test_reference_numerics_minimum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-05-18T05:34:47.5803684Z test_reference_numerics_minimum_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:47.5872771Z test_reference_numerics_minimum_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:47.6131484Z test_reference_numerics_pow_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.026s) 2022-05-18T05:34:47.8130329Z test_reference_numerics_pow_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.200s) 2022-05-18T05:34:47.9835030Z test_reference_numerics_pow_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.170s) 2022-05-18T05:34:48.0405198Z test_reference_numerics_pow_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.057s) 2022-05-18T05:34:48.0672698Z test_reference_numerics_pow_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.026s) 2022-05-18T05:34:48.1413325Z test_reference_numerics_pow_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.074s) 2022-05-18T05:34:48.1581252Z test_reference_numerics_pow_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-05-18T05:34:48.1754406Z test_reference_numerics_pow_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-05-18T05:34:48.1942324Z test_reference_numerics_pow_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.019s) 2022-05-18T05:34:48.2101678Z test_reference_numerics_pow_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-05-18T05:34:48.2257405Z test_reference_numerics_pow_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:34:48.2263148Z test_reference_numerics_remainder_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:34:48.2787193Z test_reference_numerics_remainder_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... /var/lib/jenkins/workspace/test/test_binary_ufuncs.py:158: RuntimeWarning: overflow encountered in remainder 2022-05-18T05:34:48.2788074Z expected = op.ref(l_numpy, r_numpy) 2022-05-18T05:34:48.2835706Z ok (0.057s) 2022-05-18T05:34:48.3230977Z test_reference_numerics_remainder_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.039s) 2022-05-18T05:34:48.3657520Z test_reference_numerics_remainder_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.042s) 2022-05-18T05:34:48.3865365Z test_reference_numerics_remainder_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-05-18T05:34:48.4086314Z test_reference_numerics_remainder_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-05-18T05:34:48.4390408Z test_reference_numerics_remainder_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.030s) 2022-05-18T05:34:48.4602903Z test_reference_numerics_remainder_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-05-18T05:34:48.4718921Z test_reference_numerics_remainder_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-05-18T05:34:48.4743006Z test_reference_numerics_small_values_add_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:48.4758249Z test_reference_numerics_small_values_add_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Doesn't support bool! (0.001s) 2022-05-18T05:34:48.4894376Z test_reference_numerics_small_values_add_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:34:48.5033490Z test_reference_numerics_small_values_add_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:34:48.5162950Z test_reference_numerics_small_values_add_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:34:48.5186469Z test_reference_numerics_small_values_add_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:48.5210130Z test_reference_numerics_small_values_add_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:48.5242458Z test_reference_numerics_small_values_add_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:48.5264813Z test_reference_numerics_small_values_add_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:48.5286145Z test_reference_numerics_small_values_add_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:48.5307629Z test_reference_numerics_small_values_add_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:48.5329072Z test_reference_numerics_small_values_add_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:48.5350679Z test_reference_numerics_small_values_add_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:48.5365813Z test_reference_numerics_small_values_bitwise_and_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Doesn't support bool! (0.001s) 2022-05-18T05:34:48.5387644Z test_reference_numerics_small_values_bitwise_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:48.5414802Z test_reference_numerics_small_values_bitwise_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:48.5436282Z test_reference_numerics_small_values_bitwise_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:48.5457744Z test_reference_numerics_small_values_bitwise_and_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:48.5479507Z test_reference_numerics_small_values_bitwise_and_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:48.5494461Z test_reference_numerics_small_values_bitwise_or_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Doesn't support bool! (0.001s) 2022-05-18T05:34:48.5515907Z test_reference_numerics_small_values_bitwise_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:48.5538540Z test_reference_numerics_small_values_bitwise_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:48.5560977Z test_reference_numerics_small_values_bitwise_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:48.5589167Z test_reference_numerics_small_values_bitwise_or_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:48.5611276Z test_reference_numerics_small_values_bitwise_or_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:48.5627517Z test_reference_numerics_small_values_bitwise_xor_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Doesn't support bool! (0.001s) 2022-05-18T05:34:48.5649520Z test_reference_numerics_small_values_bitwise_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:48.5672036Z test_reference_numerics_small_values_bitwise_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:48.5693992Z test_reference_numerics_small_values_bitwise_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:48.5716332Z test_reference_numerics_small_values_bitwise_xor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:48.5739161Z test_reference_numerics_small_values_bitwise_xor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:48.5763548Z test_reference_numerics_small_values_float_power_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:48.5786493Z test_reference_numerics_small_values_float_power_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Doesn't support bool! (0.002s) 2022-05-18T05:34:48.5795323Z test_reference_numerics_small_values_float_power_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:34:48.5803771Z test_reference_numerics_small_values_float_power_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:34:48.5828115Z test_reference_numerics_small_values_float_power_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:48.5852266Z test_reference_numerics_small_values_float_power_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:48.5876745Z test_reference_numerics_small_values_float_power_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:48.5900468Z test_reference_numerics_small_values_float_power_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:48.5924886Z test_reference_numerics_small_values_float_power_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:48.5948941Z test_reference_numerics_small_values_float_power_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:48.5972546Z test_reference_numerics_small_values_float_power_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:48.6002333Z test_reference_numerics_small_values_float_power_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:48.6026638Z test_reference_numerics_small_values_fmod_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:48.6049993Z test_reference_numerics_small_values_fmod_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:48.6073857Z test_reference_numerics_small_values_fmod_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:48.6095985Z test_reference_numerics_small_values_fmod_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:48.6117831Z test_reference_numerics_small_values_fmod_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:48.6139469Z test_reference_numerics_small_values_fmod_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:48.6161343Z test_reference_numerics_small_values_fmod_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:48.6169693Z test_reference_numerics_small_values_fmod_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:34:48.6198104Z test_reference_numerics_small_values_gcd_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:48.6219552Z test_reference_numerics_small_values_gcd_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:48.6241140Z test_reference_numerics_small_values_gcd_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:48.6268761Z test_reference_numerics_small_values_gcd_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.003s) 2022-05-18T05:34:49.0196494Z test_reference_numerics_small_values_gcd_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.392s) 2022-05-18T05:34:49.0222501Z test_reference_numerics_small_values_heaviside_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:49.0239270Z test_reference_numerics_small_values_heaviside_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Doesn't support bool! (0.002s) 2022-05-18T05:34:49.0264102Z test_reference_numerics_small_values_heaviside_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:49.0289193Z test_reference_numerics_small_values_heaviside_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:49.0314708Z test_reference_numerics_small_values_heaviside_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:49.0340524Z test_reference_numerics_small_values_heaviside_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:49.0363905Z test_reference_numerics_small_values_heaviside_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:49.0387451Z test_reference_numerics_small_values_heaviside_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:49.0411047Z test_reference_numerics_small_values_heaviside_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:49.0435093Z test_reference_numerics_small_values_heaviside_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:49.0465210Z test_reference_numerics_small_values_isclose_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:49.0481068Z test_reference_numerics_small_values_isclose_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Doesn't support bool! (0.001s) 2022-05-18T05:34:49.0624752Z test_reference_numerics_small_values_isclose_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:34:49.0756166Z test_reference_numerics_small_values_isclose_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:34:49.0782582Z test_reference_numerics_small_values_isclose_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:49.0808241Z test_reference_numerics_small_values_isclose_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:49.0838820Z test_reference_numerics_small_values_isclose_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:49.0865046Z test_reference_numerics_small_values_isclose_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:49.0890665Z test_reference_numerics_small_values_isclose_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:49.0916656Z test_reference_numerics_small_values_isclose_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:49.0942962Z test_reference_numerics_small_values_isclose_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:49.0968745Z test_reference_numerics_small_values_isclose_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:49.0994257Z test_reference_numerics_small_values_jiterator_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:49.1009889Z test_reference_numerics_small_values_jiterator_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Doesn't support bool! (0.001s) 2022-05-18T05:34:49.1157888Z test_reference_numerics_small_values_jiterator_binary_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:34:49.1293456Z test_reference_numerics_small_values_jiterator_binary_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:34:49.1320165Z test_reference_numerics_small_values_jiterator_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:49.1345405Z test_reference_numerics_small_values_jiterator_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:49.1371295Z test_reference_numerics_small_values_jiterator_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:49.1395886Z test_reference_numerics_small_values_jiterator_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:49.1419815Z test_reference_numerics_small_values_jiterator_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:49.1442425Z test_reference_numerics_small_values_jiterator_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:49.1470978Z test_reference_numerics_small_values_jiterator_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:49.1494631Z test_reference_numerics_small_values_jiterator_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:49.1516592Z test_reference_numerics_small_values_lcm_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:49.1538343Z test_reference_numerics_small_values_lcm_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:49.1560315Z test_reference_numerics_small_values_lcm_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:49.1582332Z test_reference_numerics_small_values_lcm_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:49.1604211Z test_reference_numerics_small_values_lcm_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:49.1627377Z test_reference_numerics_small_values_logical_and_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:49.1648025Z test_reference_numerics_small_values_logical_and_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Doesn't support bool! (0.002s) 2022-05-18T05:34:49.1773666Z test_reference_numerics_small_values_logical_and_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-05-18T05:34:49.1892424Z test_reference_numerics_small_values_logical_and_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-05-18T05:34:49.1916547Z test_reference_numerics_small_values_logical_and_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:49.1938876Z test_reference_numerics_small_values_logical_and_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:49.1961116Z test_reference_numerics_small_values_logical_and_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:49.1982571Z test_reference_numerics_small_values_logical_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:49.2004035Z test_reference_numerics_small_values_logical_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:49.2031019Z test_reference_numerics_small_values_logical_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:49.2052086Z test_reference_numerics_small_values_logical_and_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:49.2073435Z test_reference_numerics_small_values_logical_and_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:49.2095064Z test_reference_numerics_small_values_logical_or_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:49.2110183Z test_reference_numerics_small_values_logical_or_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Doesn't support bool! (0.001s) 2022-05-18T05:34:49.2231179Z test_reference_numerics_small_values_logical_or_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-05-18T05:34:49.2348008Z test_reference_numerics_small_values_logical_or_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-05-18T05:34:49.2372045Z test_reference_numerics_small_values_logical_or_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:49.2399771Z test_reference_numerics_small_values_logical_or_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:49.2421734Z test_reference_numerics_small_values_logical_or_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:49.2443229Z test_reference_numerics_small_values_logical_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:49.2465135Z test_reference_numerics_small_values_logical_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:49.2486559Z test_reference_numerics_small_values_logical_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:49.2508286Z test_reference_numerics_small_values_logical_or_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:49.2529900Z test_reference_numerics_small_values_logical_or_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:49.2552418Z test_reference_numerics_small_values_logical_xor_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:49.2573246Z test_reference_numerics_small_values_logical_xor_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Doesn't support bool! (0.002s) 2022-05-18T05:34:49.2694885Z test_reference_numerics_small_values_logical_xor_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-05-18T05:34:49.2811363Z test_reference_numerics_small_values_logical_xor_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-05-18T05:34:49.2832103Z test_reference_numerics_small_values_logical_xor_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:49.2852949Z test_reference_numerics_small_values_logical_xor_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:49.2874136Z test_reference_numerics_small_values_logical_xor_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:49.2894562Z test_reference_numerics_small_values_logical_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:49.2915438Z test_reference_numerics_small_values_logical_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:49.2941452Z test_reference_numerics_small_values_logical_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:49.2961984Z test_reference_numerics_small_values_logical_xor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:49.2982949Z test_reference_numerics_small_values_logical_xor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:49.3005109Z test_reference_numerics_small_values_max_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:49.3019916Z test_reference_numerics_small_values_max_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Doesn't support bool! (0.001s) 2022-05-18T05:34:49.3041725Z test_reference_numerics_small_values_max_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:49.3064440Z test_reference_numerics_small_values_max_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:49.3087875Z test_reference_numerics_small_values_max_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:49.3116432Z test_reference_numerics_small_values_max_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:49.3136783Z test_reference_numerics_small_values_max_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:49.3157347Z test_reference_numerics_small_values_max_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:49.3177783Z test_reference_numerics_small_values_max_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:49.3198617Z test_reference_numerics_small_values_max_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:49.3220530Z test_reference_numerics_small_values_maximum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:49.3235282Z test_reference_numerics_small_values_maximum_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Doesn't support bool! (0.001s) 2022-05-18T05:34:49.3257258Z test_reference_numerics_small_values_maximum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:49.3285409Z test_reference_numerics_small_values_maximum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:49.3307873Z test_reference_numerics_small_values_maximum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:49.3328688Z test_reference_numerics_small_values_maximum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:49.3349478Z test_reference_numerics_small_values_maximum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:49.3369786Z test_reference_numerics_small_values_maximum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:49.3390526Z test_reference_numerics_small_values_maximum_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:49.3411463Z test_reference_numerics_small_values_maximum_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:49.3433806Z test_reference_numerics_small_values_min_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:49.3454066Z test_reference_numerics_small_values_min_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Doesn't support bool! (0.002s) 2022-05-18T05:34:49.3475839Z test_reference_numerics_small_values_min_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:49.3497953Z test_reference_numerics_small_values_min_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:49.3520522Z test_reference_numerics_small_values_min_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:49.3542001Z test_reference_numerics_small_values_min_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:49.3562689Z test_reference_numerics_small_values_min_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:49.3583706Z test_reference_numerics_small_values_min_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:49.3604329Z test_reference_numerics_small_values_min_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:49.3632260Z test_reference_numerics_small_values_min_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:49.3654147Z test_reference_numerics_small_values_minimum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:49.3668976Z test_reference_numerics_small_values_minimum_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Doesn't support bool! (0.001s) 2022-05-18T05:34:49.3690770Z test_reference_numerics_small_values_minimum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:49.3713108Z test_reference_numerics_small_values_minimum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:49.3735586Z test_reference_numerics_small_values_minimum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:49.3757003Z test_reference_numerics_small_values_minimum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:49.3777862Z test_reference_numerics_small_values_minimum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:49.3804832Z test_reference_numerics_small_values_minimum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:49.3825567Z test_reference_numerics_small_values_minimum_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:49.3846148Z test_reference_numerics_small_values_minimum_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:49.3868953Z test_reference_numerics_small_values_pow_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:49.3876563Z test_reference_numerics_small_values_pow_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:34:49.3883683Z test_reference_numerics_small_values_pow_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:34:49.3906465Z test_reference_numerics_small_values_pow_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:49.3929024Z test_reference_numerics_small_values_pow_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:49.3952073Z test_reference_numerics_small_values_pow_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:49.3971583Z test_reference_numerics_small_values_pow_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.002s) 2022-05-18T05:34:49.3990549Z test_reference_numerics_small_values_pow_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.002s) 2022-05-18T05:34:49.4014847Z test_reference_numerics_small_values_pow_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.002s) 2022-05-18T05:34:49.4033192Z test_reference_numerics_small_values_pow_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.002s) 2022-05-18T05:34:49.4053508Z test_reference_numerics_small_values_pow_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:49.4075996Z test_reference_numerics_small_values_remainder_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:49.4098443Z test_reference_numerics_small_values_remainder_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:49.4121296Z test_reference_numerics_small_values_remainder_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:49.4144091Z test_reference_numerics_small_values_remainder_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:49.4165281Z test_reference_numerics_small_values_remainder_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:49.4193066Z test_reference_numerics_small_values_remainder_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:49.4213354Z test_reference_numerics_small_values_remainder_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:49.4234078Z test_reference_numerics_small_values_remainder_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:49.4240981Z test_reference_numerics_small_values_remainder_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:34:49.4263872Z test_reference_numerics_small_values_sub_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:49.4406196Z test_reference_numerics_small_values_sub_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:34:49.4560541Z test_reference_numerics_small_values_sub_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:34:49.4705114Z test_reference_numerics_small_values_sub_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:34:49.4730102Z test_reference_numerics_small_values_sub_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:49.4764897Z test_reference_numerics_small_values_sub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:49.4790704Z test_reference_numerics_small_values_sub_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:49.4811729Z test_reference_numerics_small_values_sub_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:49.4832997Z test_reference_numerics_small_values_sub_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:49.4854063Z test_reference_numerics_small_values_sub_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:49.4874798Z test_reference_numerics_small_values_sub_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:49.4881719Z test_reference_numerics_small_values_sub_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:34:49.5012422Z test_reference_numerics_sub_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:34:49.5324987Z test_reference_numerics_sub_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.031s) 2022-05-18T05:34:49.5568810Z test_reference_numerics_sub_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-05-18T05:34:49.5807011Z test_reference_numerics_sub_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-05-18T05:34:49.6164282Z test_reference_numerics_sub_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.036s) 2022-05-18T05:34:49.6310138Z test_reference_numerics_sub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:34:49.6493809Z test_reference_numerics_sub_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-05-18T05:34:49.6581588Z test_reference_numerics_sub_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-05-18T05:34:49.6675109Z test_reference_numerics_sub_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-05-18T05:34:49.6804731Z test_reference_numerics_sub_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:34:49.6882245Z test_reference_numerics_sub_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:34:49.6887707Z test_reference_numerics_sub_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:34:49.6938350Z test_remainder_fmod_large_dividend_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:49.6986677Z test_remainder_fmod_large_dividend_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:34:49.7013554Z test_remainder_overflow_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:49.7041643Z test_rpow_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:49.7236319Z test_scalar_support_add_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.019s) 2022-05-18T05:34:49.7384332Z test_scalar_support_add_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:34:49.7462562Z test_scalar_support_add_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:34:49.7526731Z test_scalar_support_bitwise_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:49.7590805Z test_scalar_support_bitwise_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:34:49.7665451Z test_scalar_support_bitwise_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:34:49.7848649Z test_scalar_support_float_power_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-05-18T05:34:49.7966670Z test_scalar_support_float_power_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-05-18T05:34:49.8064585Z test_scalar_support_float_power_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-05-18T05:34:49.8192669Z test_scalar_support_fmod_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:34:49.8273513Z test_scalar_support_fmod_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:34:49.8288705Z test_scalar_support_gcd_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:34:49.8303477Z test_scalar_support_heaviside_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:34:49.8317368Z test_scalar_support_heaviside_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:34:49.8331611Z test_scalar_support_isclose_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:34:49.8346210Z test_scalar_support_isclose_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:34:49.8367749Z test_scalar_support_isclose_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:49.8382274Z test_scalar_support_jiterator_binary_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:34:49.8396343Z test_scalar_support_jiterator_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:34:49.8410277Z test_scalar_support_jiterator_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:34:49.8424526Z test_scalar_support_lcm_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:34:49.8438397Z test_scalar_support_logical_and_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:34:49.8452610Z test_scalar_support_logical_and_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:34:49.8466745Z test_scalar_support_logical_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:34:49.8487240Z test_scalar_support_logical_or_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:49.8503513Z test_scalar_support_logical_or_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:49.8520518Z test_scalar_support_logical_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:49.8537511Z test_scalar_support_logical_xor_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:49.8554931Z test_scalar_support_logical_xor_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:49.8571472Z test_scalar_support_logical_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:49.8586506Z test_scalar_support_max_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:34:49.8600970Z test_scalar_support_max_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:34:49.8620737Z test_scalar_support_maximum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:34:49.8634980Z test_scalar_support_maximum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:34:49.8649118Z test_scalar_support_min_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:34:49.8663302Z test_scalar_support_min_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:34:49.8677756Z test_scalar_support_minimum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:34:49.8691653Z test_scalar_support_minimum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-05-18T05:34:49.8873073Z test_scalar_support_pow_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-05-18T05:34:49.9006920Z test_scalar_support_pow_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:34:49.9089254Z test_scalar_support_pow_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:34:49.9227735Z test_scalar_support_remainder_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:34:49.9307157Z test_scalar_support_remainder_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:34:49.9516621Z test_scalar_support_sub_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-05-18T05:34:49.9659874Z test_scalar_support_sub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:34:49.9740157Z test_scalar_support_sub_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:34:49.9751527Z test_signed_shift_cuda_int16 (__main__.TestBinaryUfuncsCUDA) 2022-05-18T05:34:49.9774134Z Ensure that signed integer bit shifting works as expected. ... ok (0.003s) 2022-05-18T05:34:49.9785113Z test_signed_shift_cuda_int32 (__main__.TestBinaryUfuncsCUDA) 2022-05-18T05:34:49.9813413Z Ensure that signed integer bit shifting works as expected. ... ok (0.004s) 2022-05-18T05:34:49.9824152Z test_signed_shift_cuda_int64 (__main__.TestBinaryUfuncsCUDA) 2022-05-18T05:34:49.9844018Z Ensure that signed integer bit shifting works as expected. ... ok (0.003s) 2022-05-18T05:34:49.9854973Z test_signed_shift_cuda_int8 (__main__.TestBinaryUfuncsCUDA) 2022-05-18T05:34:49.9876454Z Ensure that signed integer bit shifting works as expected. ... ok (0.003s) 2022-05-18T05:34:49.9896798Z test_sub_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:34:49.9917614Z test_sub_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:34:49.9938074Z test_sub_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:34:49.9960678Z test_sub_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:34:49.9985705Z test_sub_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:34:50.0011286Z test_sub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:34:50.0036441Z test_sub_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:34:50.0064263Z test_sub_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:34:50.0084433Z test_sub_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:34:50.0105540Z test_sub_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:34:50.0125960Z test_sub_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:34:50.0146957Z test_sub_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:34:50.0428919Z test_sub_typing_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.028s) 2022-05-18T05:34:50.0751389Z test_tensor_pow_tensor_cuda (__main__.TestBinaryUfuncsCUDA) ... /var/lib/jenkins/workspace/test/test_binary_ufuncs.py:1487: RuntimeWarning: invalid value encountered in power 2022-05-18T05:34:50.0751915Z np_res = np.power(to_np(base), to_np(np_exponent)) 2022-05-18T05:34:50.0777166Z /var/lib/jenkins/workspace/test/test_binary_ufuncs.py:1487: RuntimeWarning: divide by zero encountered in power 2022-05-18T05:34:50.0777611Z np_res = np.power(to_np(base), to_np(np_exponent)) 2022-05-18T05:34:50.1541861Z ok (0.111s) 2022-05-18T05:34:50.1747170Z test_trapezoid_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-05-18T05:34:50.1775563Z test_true_divide_out_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:50.1803660Z test_true_divide_out_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:34:50.2011083Z test_type_promotion___radd___cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-05-18T05:34:50.2147924Z test_type_promotion___rand___cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-05-18T05:34:50.2365258Z test_type_promotion___rdiv___cuda (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.022s) 2022-05-18T05:34:50.4053337Z test_type_promotion___rmod___cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.169s) 2022-05-18T05:34:50.4308727Z test_type_promotion___rmul___cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.026s) 2022-05-18T05:34:50.4459639Z test_type_promotion___ror___cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:34:50.4601722Z test_type_promotion___rpow___cuda (__main__.TestBinaryUfuncsCUDA) ... /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-18T05:34:50.4602792Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-05-18T05:34:50.4693804Z ok (0.023s) 2022-05-18T05:34:50.4883407Z test_type_promotion___rsub___cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.019s) 2022-05-18T05:34:50.5036207Z test_type_promotion___rxor___cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-05-18T05:34:50.5434314Z test_type_promotion__refs_add_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.039s) 2022-05-18T05:34:50.5740962Z test_type_promotion__refs_atan2_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.031s) 2022-05-18T05:34:50.5973483Z test_type_promotion__refs_bitwise_and_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-05-18T05:34:50.6203863Z test_type_promotion__refs_bitwise_left_shift_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-05-18T05:34:50.6430071Z test_type_promotion__refs_bitwise_or_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-05-18T05:34:50.6656234Z test_type_promotion__refs_bitwise_xor_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-05-18T05:34:50.7035311Z test_type_promotion__refs_eq_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.038s) 2022-05-18T05:34:50.7183496Z test_type_promotion__refs_float_power_cuda (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.015s) 2022-05-18T05:34:50.8495469Z test_type_promotion__refs_ge_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.131s) 2022-05-18T05:34:50.8796171Z test_type_promotion__refs_gt_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.030s) 2022-05-18T05:34:50.9013816Z test_type_promotion__refs_igamma_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-05-18T05:34:50.9230755Z test_type_promotion__refs_igammac_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-05-18T05:34:50.9390919Z test_type_promotion__refs_isclose_cuda (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.016s) 2022-05-18T05:34:50.9704042Z test_type_promotion__refs_le_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.031s) 2022-05-18T05:34:51.0230406Z test_type_promotion__refs_logical_and_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.053s) 2022-05-18T05:34:51.0755528Z test_type_promotion__refs_logical_or_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.052s) 2022-05-18T05:34:51.1053045Z test_type_promotion__refs_lt_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.030s) 2022-05-18T05:34:51.1358593Z test_type_promotion__refs_maximum_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.030s) 2022-05-18T05:34:51.1666211Z test_type_promotion__refs_minimum_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.031s) 2022-05-18T05:34:51.2078396Z test_type_promotion__refs_mul_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.041s) 2022-05-18T05:34:51.2457357Z test_type_promotion__refs_ne_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.038s) 2022-05-18T05:34:51.2666794Z test_type_promotion__refs_nextafter_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-05-18T05:34:51.3054353Z test_type_promotion__refs_pow_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.039s) 2022-05-18T05:34:51.3461658Z test_type_promotion__refs_sub_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.041s) 2022-05-18T05:34:51.3887749Z test_type_promotion__refs_true_divide_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.042s) 2022-05-18T05:34:51.4371140Z test_type_promotion_add_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.048s) 2022-05-18T05:34:51.4712581Z test_type_promotion_atan2_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-05-18T05:34:51.4970945Z test_type_promotion_bitwise_and_cuda (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.026s) 2022-05-18T05:34:51.5101779Z test_type_promotion_bitwise_left_shift_cuda (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.013s) 2022-05-18T05:34:51.5360630Z test_type_promotion_bitwise_or_cuda (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.026s) 2022-05-18T05:34:51.5490701Z test_type_promotion_bitwise_right_shift_cuda (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.013s) 2022-05-18T05:34:51.5728977Z test_type_promotion_bitwise_xor_cuda (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.024s) 2022-05-18T05:34:51.5936246Z test_type_promotion_complex_cuda (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.021s) 2022-05-18T05:34:51.6276665Z test_type_promotion_copysign_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-05-18T05:34:51.6626340Z test_type_promotion_div_floor_rounding_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-05-18T05:34:51.7115590Z test_type_promotion_div_no_rounding_mode_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.049s) 2022-05-18T05:34:51.7466188Z test_type_promotion_div_trunc_rounding_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-05-18T05:34:51.7680327Z test_type_promotion_eq_cuda (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.021s) 2022-05-18T05:34:51.7810853Z test_type_promotion_float_power_cuda (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.013s) 2022-05-18T05:34:51.7967336Z test_type_promotion_floor_divide_cuda (__main__.TestBinaryUfuncsCUDA) ... /opt/conda/lib/python3.9/site-packages/torch/testing/_internal/common_methods_invocations.py:930: UserWarning: floor_divide is deprecated, and will be removed 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. 2022-05-18T05:34:51.7968590Z 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'). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BinaryOps.cpp:582.) 2022-05-18T05:34:51.7969142Z return self.op(*args, **kwargs) 2022-05-18T05:34:51.8165874Z ok (0.035s) 2022-05-18T05:34:51.8283226Z test_type_promotion_fmax_cuda (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.012s) 2022-05-18T05:34:51.8416167Z test_type_promotion_fmin_cuda (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.013s) 2022-05-18T05:34:51.8733050Z test_type_promotion_fmod_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.032s) 2022-05-18T05:34:52.5125197Z test_type_promotion_gcd_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.639s) 2022-05-18T05:34:52.5329539Z test_type_promotion_ge_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-05-18T05:34:52.5531457Z test_type_promotion_gt_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-05-18T05:34:52.5718638Z test_type_promotion_heaviside_cuda (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.019s) 2022-05-18T05:34:52.5928394Z test_type_promotion_hypot_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-05-18T05:34:52.6138532Z test_type_promotion_igamma_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-05-18T05:34:52.6356887Z test_type_promotion_igammac_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-05-18T05:34:52.6518794Z test_type_promotion_isclose_cuda (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.016s) 2022-05-18T05:34:54.1980677Z test_type_promotion_jiterator_binary_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (1.546s) 2022-05-18T05:34:54.8675586Z test_type_promotion_lcm_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.669s) 2022-05-18T05:34:54.9168507Z test_type_promotion_ldexp_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.049s) 2022-05-18T05:34:54.9359845Z test_type_promotion_le_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.019s) 2022-05-18T05:34:54.9577727Z test_type_promotion_logical_and_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-05-18T05:34:54.9795208Z test_type_promotion_logical_or_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-05-18T05:34:55.0012999Z test_type_promotion_logical_xor_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-05-18T05:34:55.0217651Z test_type_promotion_lt_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-05-18T05:34:55.0475240Z test_type_promotion_max_binary_cuda (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.026s) 2022-05-18T05:34:55.0717318Z test_type_promotion_maximum_cuda (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.024s) 2022-05-18T05:34:55.0958709Z test_type_promotion_min_binary_cuda (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.024s) 2022-05-18T05:34:55.1202675Z test_type_promotion_minimum_cuda (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.024s) 2022-05-18T05:34:55.1613316Z test_type_promotion_mul_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.041s) 2022-05-18T05:34:55.1836460Z test_type_promotion_ne_cuda (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.022s) 2022-05-18T05:34:55.2047152Z test_type_promotion_nextafter_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-05-18T05:34:55.2176770Z test_type_promotion_polar_cuda (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.013s) 2022-05-18T05:34:55.2595896Z test_type_promotion_pow_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.042s) 2022-05-18T05:34:55.2900485Z test_type_promotion_remainder_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.030s) 2022-05-18T05:34:55.3089199Z test_type_promotion_rsub_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.019s) 2022-05-18T05:34:55.3443601Z test_type_promotion_special_xlog1py_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-05-18T05:34:58.4532222Z test_type_promotion_special_zeta_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (3.109s) 2022-05-18T05:34:58.5002402Z test_type_promotion_sub_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.047s) 2022-05-18T05:34:58.5501418Z test_type_promotion_true_divide_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.050s) 2022-05-18T05:34:58.5839662Z test_type_promotion_xlogy_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-05-18T05:34:58.5961884Z test_xlogy_xlog1py_bfloat16_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-05-18T05:34:58.6331505Z test_xlogy_xlog1py_cuda_bool_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.037s) 2022-05-18T05:34:58.6669656Z test_xlogy_xlog1py_cuda_bool_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-05-18T05:34:58.7009004Z test_xlogy_xlog1py_cuda_bool_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-05-18T05:34:58.7343740Z test_xlogy_xlog1py_cuda_bool_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-05-18T05:34:58.7719660Z test_xlogy_xlog1py_cuda_bool_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.037s) 2022-05-18T05:34:58.8097206Z test_xlogy_xlog1py_cuda_bool_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.038s) 2022-05-18T05:34:58.8469025Z test_xlogy_xlog1py_cuda_bool_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.037s) 2022-05-18T05:34:58.8843459Z test_xlogy_xlog1py_cuda_bool_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.037s) 2022-05-18T05:34:58.9216173Z test_xlogy_xlog1py_cuda_bool_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.037s) 2022-05-18T05:34:58.9478155Z test_xlogy_xlog1py_cuda_float16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.026s) 2022-05-18T05:34:58.9700039Z test_xlogy_xlog1py_cuda_float16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-05-18T05:34:58.9924873Z test_xlogy_xlog1py_cuda_float16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-05-18T05:34:59.0147792Z test_xlogy_xlog1py_cuda_float16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-05-18T05:34:59.0420349Z test_xlogy_xlog1py_cuda_float16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.027s) 2022-05-18T05:34:59.0684236Z test_xlogy_xlog1py_cuda_float16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.026s) 2022-05-18T05:34:59.0947620Z test_xlogy_xlog1py_cuda_float16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.026s) 2022-05-18T05:34:59.1206961Z test_xlogy_xlog1py_cuda_float16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.026s) 2022-05-18T05:34:59.1466917Z test_xlogy_xlog1py_cuda_float16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.026s) 2022-05-18T05:34:59.1725211Z test_xlogy_xlog1py_cuda_float32_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.026s) 2022-05-18T05:34:59.1948497Z test_xlogy_xlog1py_cuda_float32_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-05-18T05:34:59.2175441Z test_xlogy_xlog1py_cuda_float32_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-05-18T05:34:59.2392114Z test_xlogy_xlog1py_cuda_float32_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-05-18T05:34:59.2649761Z test_xlogy_xlog1py_cuda_float32_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.026s) 2022-05-18T05:34:59.2913642Z test_xlogy_xlog1py_cuda_float32_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.026s) 2022-05-18T05:34:59.3179503Z test_xlogy_xlog1py_cuda_float32_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.026s) 2022-05-18T05:34:59.3443271Z test_xlogy_xlog1py_cuda_float32_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.026s) 2022-05-18T05:34:59.3706507Z test_xlogy_xlog1py_cuda_float32_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.026s) 2022-05-18T05:34:59.3960689Z test_xlogy_xlog1py_cuda_float64_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-05-18T05:34:59.4185981Z test_xlogy_xlog1py_cuda_float64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-05-18T05:34:59.4402548Z test_xlogy_xlog1py_cuda_float64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-05-18T05:34:59.4616270Z test_xlogy_xlog1py_cuda_float64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-05-18T05:34:59.4870901Z test_xlogy_xlog1py_cuda_float64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-05-18T05:34:59.5124277Z test_xlogy_xlog1py_cuda_float64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-05-18T05:34:59.5377077Z test_xlogy_xlog1py_cuda_float64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-05-18T05:34:59.5631651Z test_xlogy_xlog1py_cuda_float64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-05-18T05:34:59.5886121Z test_xlogy_xlog1py_cuda_float64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-05-18T05:34:59.6261685Z test_xlogy_xlog1py_cuda_int16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.037s) 2022-05-18T05:34:59.6596079Z test_xlogy_xlog1py_cuda_int16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-05-18T05:34:59.6933179Z test_xlogy_xlog1py_cuda_int16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-05-18T05:34:59.7268273Z test_xlogy_xlog1py_cuda_int16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-05-18T05:34:59.7642480Z test_xlogy_xlog1py_cuda_int16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.037s) 2022-05-18T05:34:59.8010981Z test_xlogy_xlog1py_cuda_int16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.037s) 2022-05-18T05:34:59.8380609Z test_xlogy_xlog1py_cuda_int16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.037s) 2022-05-18T05:34:59.8748040Z test_xlogy_xlog1py_cuda_int16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.037s) 2022-05-18T05:34:59.9123400Z test_xlogy_xlog1py_cuda_int16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.037s) 2022-05-18T05:34:59.9493518Z test_xlogy_xlog1py_cuda_int32_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.037s) 2022-05-18T05:34:59.9828712Z test_xlogy_xlog1py_cuda_int32_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-05-18T05:35:00.0161339Z test_xlogy_xlog1py_cuda_int32_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-05-18T05:35:00.0488209Z test_xlogy_xlog1py_cuda_int32_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-05-18T05:35:00.0860687Z test_xlogy_xlog1py_cuda_int32_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.037s) 2022-05-18T05:35:00.1238450Z test_xlogy_xlog1py_cuda_int32_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.038s) 2022-05-18T05:35:00.1616736Z test_xlogy_xlog1py_cuda_int32_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.038s) 2022-05-18T05:35:00.1995791Z test_xlogy_xlog1py_cuda_int32_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.038s) 2022-05-18T05:35:00.2363514Z test_xlogy_xlog1py_cuda_int32_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.037s) 2022-05-18T05:35:00.2731335Z test_xlogy_xlog1py_cuda_int64_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.037s) 2022-05-18T05:35:00.3065104Z test_xlogy_xlog1py_cuda_int64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-05-18T05:35:00.3398314Z test_xlogy_xlog1py_cuda_int64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-05-18T05:35:00.3725828Z test_xlogy_xlog1py_cuda_int64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-05-18T05:35:00.4085211Z test_xlogy_xlog1py_cuda_int64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.036s) 2022-05-18T05:35:00.4464183Z test_xlogy_xlog1py_cuda_int64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.038s) 2022-05-18T05:35:00.4855464Z test_xlogy_xlog1py_cuda_int64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.039s) 2022-05-18T05:35:00.5230406Z test_xlogy_xlog1py_cuda_int64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.037s) 2022-05-18T05:35:00.5598921Z test_xlogy_xlog1py_cuda_int64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.037s) 2022-05-18T05:35:00.5965806Z test_xlogy_xlog1py_cuda_int8_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.037s) 2022-05-18T05:35:00.6302024Z test_xlogy_xlog1py_cuda_int8_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-05-18T05:35:00.6633794Z test_xlogy_xlog1py_cuda_int8_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-05-18T05:35:00.6961578Z test_xlogy_xlog1py_cuda_int8_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-05-18T05:35:00.7329656Z test_xlogy_xlog1py_cuda_int8_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.037s) 2022-05-18T05:35:00.7708657Z test_xlogy_xlog1py_cuda_int8_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.038s) 2022-05-18T05:35:00.8085720Z test_xlogy_xlog1py_cuda_int8_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.038s) 2022-05-18T05:35:00.8460907Z test_xlogy_xlog1py_cuda_int8_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.037s) 2022-05-18T05:35:00.8836647Z test_xlogy_xlog1py_cuda_int8_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.037s) 2022-05-18T05:35:00.9205109Z test_xlogy_xlog1py_cuda_uint8_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.037s) 2022-05-18T05:35:00.9539944Z test_xlogy_xlog1py_cuda_uint8_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-05-18T05:35:00.9874632Z test_xlogy_xlog1py_cuda_uint8_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-05-18T05:35:01.0203340Z test_xlogy_xlog1py_cuda_uint8_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-05-18T05:35:01.0580205Z test_xlogy_xlog1py_cuda_uint8_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.038s) 2022-05-18T05:35:01.0947935Z test_xlogy_xlog1py_cuda_uint8_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.037s) 2022-05-18T05:35:01.1320923Z test_xlogy_xlog1py_cuda_uint8_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.037s) 2022-05-18T05:35:01.1699267Z test_xlogy_xlog1py_cuda_uint8_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.038s) 2022-05-18T05:35:01.2073401Z test_xlogy_xlog1py_cuda_uint8_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.037s) 2022-05-18T05:35:01.2108939Z test_xlogy_xlog1py_scalar_type_promotion_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:35:01.2149964Z test_zeta_cuda_bool_bool (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T05:35:01.2186300Z test_zeta_cuda_bool_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T05:35:01.2219410Z test_zeta_cuda_bool_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T05:35:01.2258849Z test_zeta_cuda_bool_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T05:35:01.2292583Z test_zeta_cuda_bool_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T05:35:01.2333087Z test_zeta_cuda_bool_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T05:35:01.2372608Z test_zeta_cuda_bool_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T05:35:01.2406095Z test_zeta_cuda_bool_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T05:35:01.2439102Z test_zeta_cuda_float32_bool (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T05:35:01.2472118Z test_zeta_cuda_float32_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T05:35:01.2504826Z test_zeta_cuda_float32_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T05:35:01.2537424Z test_zeta_cuda_float32_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T05:35:01.2570184Z test_zeta_cuda_float32_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T05:35:01.2604310Z test_zeta_cuda_float32_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T05:35:01.2645135Z test_zeta_cuda_float32_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T05:35:01.2691475Z test_zeta_cuda_float32_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-05-18T05:35:01.2724812Z test_zeta_cuda_float64_bool (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T05:35:01.2758097Z test_zeta_cuda_float64_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T05:35:01.2792076Z test_zeta_cuda_float64_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T05:35:01.2832986Z test_zeta_cuda_float64_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T05:35:01.2872355Z test_zeta_cuda_float64_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T05:35:01.2906214Z test_zeta_cuda_float64_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T05:35:01.2939719Z test_zeta_cuda_float64_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T05:35:01.2972436Z test_zeta_cuda_float64_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T05:35:01.3005877Z test_zeta_cuda_int16_bool (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T05:35:01.3038905Z test_zeta_cuda_int16_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T05:35:01.3073961Z test_zeta_cuda_int16_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T05:35:01.3125911Z test_zeta_cuda_int16_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-05-18T05:35:01.3163046Z test_zeta_cuda_int16_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T05:35:01.3196352Z test_zeta_cuda_int16_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T05:35:01.3229327Z test_zeta_cuda_int16_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T05:35:01.3262964Z test_zeta_cuda_int16_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T05:35:01.3295627Z test_zeta_cuda_int32_bool (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T05:35:01.3328942Z test_zeta_cuda_int32_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T05:35:01.3363621Z test_zeta_cuda_int32_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T05:35:01.3404171Z test_zeta_cuda_int32_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T05:35:01.3443869Z test_zeta_cuda_int32_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T05:35:01.3477790Z test_zeta_cuda_int32_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T05:35:01.3511297Z test_zeta_cuda_int32_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T05:35:01.3552110Z test_zeta_cuda_int32_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T05:35:01.3584499Z test_zeta_cuda_int64_bool (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T05:35:01.3616621Z test_zeta_cuda_int64_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T05:35:01.3650138Z test_zeta_cuda_int64_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T05:35:01.3690703Z test_zeta_cuda_int64_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T05:35:01.3730293Z test_zeta_cuda_int64_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T05:35:01.3763975Z test_zeta_cuda_int64_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T05:35:01.3797791Z test_zeta_cuda_int64_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T05:35:01.3830307Z test_zeta_cuda_int64_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T05:35:01.3863113Z test_zeta_cuda_int8_bool (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T05:35:01.3900018Z test_zeta_cuda_int8_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T05:35:01.3939821Z test_zeta_cuda_int8_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T05:35:01.3973871Z test_zeta_cuda_int8_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T05:35:01.4014593Z test_zeta_cuda_int8_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T05:35:01.4052569Z test_zeta_cuda_int8_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T05:35:01.4085550Z test_zeta_cuda_int8_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T05:35:01.4118406Z test_zeta_cuda_int8_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T05:35:01.4151969Z test_zeta_cuda_uint8_bool (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T05:35:01.4187155Z test_zeta_cuda_uint8_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T05:35:01.4227824Z test_zeta_cuda_uint8_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T05:35:01.4266211Z test_zeta_cuda_uint8_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T05:35:01.4299637Z test_zeta_cuda_uint8_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T05:35:01.4333158Z test_zeta_cuda_uint8_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T05:35:01.4375111Z test_zeta_cuda_uint8_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T05:35:01.4415268Z test_zeta_cuda_uint8_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T05:35:01.4417818Z 2022-05-18T05:35:01.4418359Z ---------------------------------------------------------------------- 2022-05-18T05:35:01.4419012Z Ran 6847 tests in 96.835s 2022-05-18T05:35:01.4419186Z 2022-05-18T05:35:01.4419333Z OK (skipped=157, expected failures=23) 2022-05-18T05:35:01.4419526Z 2022-05-18T05:35:01.4419655Z Generating XML reports... 2022-05-18T05:35:02.1936774Z Generated XML report: test-reports/python-unittest/test_binary_ufuncs/TEST-TestBinaryUfuncsCUDA-20220518053324.xml 2022-05-18T05:35:02.7674644Z Running test_optim ... [2022-05-18 05:35:02.766897] 2022-05-18T05:35:02.7675290Z Executing ['/opt/conda/bin/python', 'test_optim.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:35:02.767008] 2022-05-18T05:35:03.6928968Z Test results will be stored in test-reports/python-unittest/test_optim 2022-05-18T05:35:03.7005522Z 2022-05-18T05:35:03.7005875Z Running tests... 2022-05-18T05:35:03.7006504Z ---------------------------------------------------------------------- 2022-05-18T05:35:05.3184181Z test_CosineAnnealingWarmRestarts_lr1 (__main__.TestLRScheduler) ... ok (1.618s) 2022-05-18T05:35:05.4155076Z test_CosineAnnealingWarmRestarts_lr2 (__main__.TestLRScheduler) ... ok (0.097s) 2022-05-18T05:35:05.4226728Z test_CosineAnnealingWarmRestarts_lr3 (__main__.TestLRScheduler) ... ok (0.007s) 2022-05-18T05:35:05.4254228Z test_CosineAnnealingWarmRestarts_lr_state_dict (__main__.TestLRScheduler) ... ok (0.003s) 2022-05-18T05:35:05.4274967Z test_chained_lr1 (__main__.TestLRScheduler) ... /opt/conda/lib/python3.9/site-packages/torch/optim/lr_scheduler.py:131: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-05-18T05:35:05.4276004Z warnings.warn("Detected call of `lr_scheduler.step()` before `optimizer.step()`. " 2022-05-18T05:35:05.4281746Z ok (0.003s) 2022-05-18T05:35:05.4304609Z test_chained_lr2 (__main__.TestLRScheduler) ... ok (0.002s) 2022-05-18T05:35:05.4320508Z test_chained_lr2_get_last_lr_before_step (__main__.TestLRScheduler) ... ok (0.001s) 2022-05-18T05:35:05.4346967Z test_chained_lr3 (__main__.TestLRScheduler) ... ok (0.003s) 2022-05-18T05:35:05.4377186Z test_chained_lr4 (__main__.TestLRScheduler) ... ok (0.003s) 2022-05-18T05:35:05.4482790Z test_closed_form_constantlr (__main__.TestLRScheduler) ... ok (0.010s) 2022-05-18T05:35:05.4592670Z test_closed_form_cos_anneal_lr (__main__.TestLRScheduler) ... ok (0.011s) 2022-05-18T05:35:05.4696918Z test_closed_form_exp_lr (__main__.TestLRScheduler) ... ok (0.010s) 2022-05-18T05:35:05.4804325Z test_closed_form_linearlr (__main__.TestLRScheduler) ... ok (0.011s) 2022-05-18T05:35:05.4911539Z test_closed_form_multi_step_lr (__main__.TestLRScheduler) ... ok (0.011s) 2022-05-18T05:35:05.5017555Z test_closed_form_step_lr (__main__.TestLRScheduler) ... ok (0.011s) 2022-05-18T05:35:05.5037913Z test_compound_cosanneal_and_exp_lr (__main__.TestLRScheduler) ... /opt/conda/lib/python3.9/site-packages/torch/optim/lr_scheduler.py:131: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-05-18T05:35:05.5038936Z warnings.warn("Detected call of `lr_scheduler.step()` before `optimizer.step()`. " 2022-05-18T05:35:05.5049926Z ok (0.003s) 2022-05-18T05:35:05.5079776Z test_compound_cosanneal_and_linearlr (__main__.TestLRScheduler) ... ok (0.003s) 2022-05-18T05:35:05.5111059Z test_compound_cosanneal_and_multistep_lr (__main__.TestLRScheduler) ... ok (0.003s) 2022-05-18T05:35:05.5142943Z test_compound_cosanneal_and_step_lr (__main__.TestLRScheduler) ... ok (0.003s) 2022-05-18T05:35:05.5172404Z test_compound_exp_and_linearlr (__main__.TestLRScheduler) ... ok (0.003s) 2022-05-18T05:35:05.5203884Z test_compound_exp_and_multistep_lr (__main__.TestLRScheduler) ... ok (0.003s) 2022-05-18T05:35:05.5233222Z test_compound_linearlr_and_multistep_lr (__main__.TestLRScheduler) ... ok (0.003s) 2022-05-18T05:35:05.5258521Z test_compound_reduce_lr_on_plateau1 (__main__.TestLRScheduler) ... ok (0.002s) 2022-05-18T05:35:05.5294308Z test_compound_reduce_lr_on_plateau2 (__main__.TestLRScheduler) ... ok (0.003s) 2022-05-18T05:35:05.5326585Z test_compound_reduce_lr_on_plateau3 (__main__.TestLRScheduler) ... ok (0.003s) 2022-05-18T05:35:05.5352594Z test_compound_reduce_lr_on_plateau4 (__main__.TestLRScheduler) ... ok (0.002s) 2022-05-18T05:35:05.5386609Z test_compound_reduce_lr_on_plateau5 (__main__.TestLRScheduler) ... ok (0.003s) 2022-05-18T05:35:05.5416743Z test_compound_step_and_constantlr (__main__.TestLRScheduler) ... ok (0.003s) 2022-05-18T05:35:05.5446188Z test_compound_step_and_exp_lr (__main__.TestLRScheduler) ... ok (0.003s) 2022-05-18T05:35:05.5470067Z test_compound_step_and_multistep_lr (__main__.TestLRScheduler) ... ok (0.002s) 2022-05-18T05:35:05.5493028Z test_constantlr (__main__.TestLRScheduler) ... ok (0.002s) 2022-05-18T05:35:05.5530224Z test_constantlr_is_constant_for_constant_epoch (__main__.TestLRScheduler) ... ok (0.004s) 2022-05-18T05:35:05.5576708Z test_constantlr_with_epoch (__main__.TestLRScheduler) ... ok (0.005s) 2022-05-18T05:35:05.5593891Z test_cos_anneal_lr (__main__.TestLRScheduler) ... /opt/conda/lib/python3.9/site-packages/torch/optim/lr_scheduler.py:131: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-05-18T05:35:05.5595028Z warnings.warn("Detected call of `lr_scheduler.step()` before `optimizer.step()`. " 2022-05-18T05:35:05.5604921Z ok (0.003s) 2022-05-18T05:35:05.5629008Z test_cos_anneal_lr_continue (__main__.TestLRScheduler) ... /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-18T05:35:05.5629734Z warnings.warn(msg, FutureWarning) 2022-05-18T05:35:05.5629993Z ok (0.002s) 2022-05-18T05:35:05.5653377Z test_cosine_lr_state_dict (__main__.TestLRScheduler) ... ok (0.002s) 2022-05-18T05:35:05.5694970Z test_cosine_then_cyclic (__main__.TestLRScheduler) ... ok (0.004s) 2022-05-18T05:35:05.5708538Z test_cycle_lr_cycle_momentum_fail_with_momentumless_optimizer (__main__.TestLRScheduler) ... ok (0.001s) 2022-05-18T05:35:05.5764091Z test_cycle_lr_exp_range_mode (__main__.TestLRScheduler) ... ok (0.005s) 2022-05-18T05:35:05.5812984Z test_cycle_lr_exp_range_mode_one_lr (__main__.TestLRScheduler) ... ok (0.005s) 2022-05-18T05:35:05.5863737Z test_cycle_lr_exp_range_mode_step_size_up_down (__main__.TestLRScheduler) ... ok (0.005s) 2022-05-18T05:35:05.5875141Z test_cycle_lr_invalid_mode (__main__.TestLRScheduler) ... ok (0.001s) 2022-05-18T05:35:05.5947091Z test_cycle_lr_triangular2_mode (__main__.TestLRScheduler) ... ok (0.007s) 2022-05-18T05:35:05.6020857Z test_cycle_lr_triangular2_mode_one_lr (__main__.TestLRScheduler) ... ok (0.007s) 2022-05-18T05:35:05.6102673Z test_cycle_lr_triangular2_mode_step_size_up_down (__main__.TestLRScheduler) ... ok (0.008s) 2022-05-18T05:35:05.6145810Z test_cycle_lr_triangular_mode (__main__.TestLRScheduler) ... ok (0.004s) 2022-05-18T05:35:05.6188011Z test_cycle_lr_triangular_mode_one_lr (__main__.TestLRScheduler) ... ok (0.004s) 2022-05-18T05:35:05.6228076Z test_cycle_lr_triangular_mode_one_lr_no_momentum (__main__.TestLRScheduler) ... ok (0.004s) 2022-05-18T05:35:05.6274631Z test_cycle_lr_triangular_mode_step_size_up_down (__main__.TestLRScheduler) ... ok (0.005s) 2022-05-18T05:35:05.6317560Z test_cycle_lr_with_adam (__main__.TestLRScheduler) ... ok (0.004s) 2022-05-18T05:35:05.6354520Z test_cycle_lr_with_momentumless_optimizer (__main__.TestLRScheduler) ... ok (0.004s) 2022-05-18T05:35:05.6375081Z test_error_when_getlr_has_epoch (__main__.TestLRScheduler) ... ok (0.002s) 2022-05-18T05:35:05.6398392Z test_exp_lr (__main__.TestLRScheduler) ... ok (0.002s) 2022-05-18T05:35:05.6420683Z test_exp_step_lr_state_dict (__main__.TestLRScheduler) ... ok (0.002s) 2022-05-18T05:35:05.6458724Z test_exponential_lr_is_constant_for_constant_epoch (__main__.TestLRScheduler) ... ok (0.004s) 2022-05-18T05:35:05.6489985Z test_get_last_lr_constantlr (__main__.TestLRScheduler) ... ok (0.003s) 2022-05-18T05:35:05.6526444Z test_get_last_lr_linearlr (__main__.TestLRScheduler) ... ok (0.003s) 2022-05-18T05:35:05.6558808Z test_get_last_lr_multi_step_lr (__main__.TestLRScheduler) ... ok (0.003s) 2022-05-18T05:35:05.6583137Z test_get_last_lr_sequentiallr (__main__.TestLRScheduler) ... /opt/conda/lib/python3.9/site-packages/torch/optim/lr_scheduler.py:156: UserWarning: The epoch parameter in `scheduler.step()` was not necessary and is being deprecated where possible. Please use `scheduler.step()` to step the scheduler. During the deprecation, if epoch is different from None, the closed form is used instead of the new chainable form, where available. Please open an issue if you are unable to replicate your use case: https://github.com/pytorch/pytorch/issues/new/choose. 2022-05-18T05:35:05.6584162Z warnings.warn(EPOCH_DEPRECATION_WARNING, UserWarning) 2022-05-18T05:35:05.6600001Z ok (0.004s) 2022-05-18T05:35:05.6630637Z test_get_last_lr_step_lr (__main__.TestLRScheduler) ... ok (0.003s) 2022-05-18T05:35:05.6648151Z test_lambda_lr (__main__.TestLRScheduler) ... /opt/conda/lib/python3.9/site-packages/torch/optim/lr_scheduler.py:131: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-05-18T05:35:05.6649288Z warnings.warn("Detected call of `lr_scheduler.step()` before `optimizer.step()`. " 2022-05-18T05:35:05.6657214Z ok (0.003s) 2022-05-18T05:35:05.6676465Z test_lambda_lr_state_dict_fn (__main__.TestLRScheduler) ... ok (0.002s) 2022-05-18T05:35:05.6696717Z test_lambda_lr_state_dict_obj (__main__.TestLRScheduler) ... ok (0.002s) 2022-05-18T05:35:05.6733811Z test_linear_linearlr_is_constant_for_constant_epoch (__main__.TestLRScheduler) ... ok (0.004s) 2022-05-18T05:35:05.6751406Z test_linearlr (__main__.TestLRScheduler) ... /opt/conda/lib/python3.9/site-packages/torch/optim/lr_scheduler.py:131: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-05-18T05:35:05.6752390Z warnings.warn("Detected call of `lr_scheduler.step()` before `optimizer.step()`. " 2022-05-18T05:35:05.6762257Z ok (0.003s) 2022-05-18T05:35:05.6811031Z test_linearlr_with_epoch (__main__.TestLRScheduler) ... ok (0.005s) 2022-05-18T05:35:05.6827423Z test_multi_step_lr (__main__.TestLRScheduler) ... /opt/conda/lib/python3.9/site-packages/torch/optim/lr_scheduler.py:131: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-05-18T05:35:05.6828418Z warnings.warn("Detected call of `lr_scheduler.step()` before `optimizer.step()`. " 2022-05-18T05:35:05.6836464Z ok (0.002s) 2022-05-18T05:35:05.6860739Z test_multi_step_lr_state_dict (__main__.TestLRScheduler) ... ok (0.002s) 2022-05-18T05:35:05.6910432Z test_multi_step_lr_with_epoch (__main__.TestLRScheduler) ... ok (0.005s) 2022-05-18T05:35:05.6927752Z test_multiplicative_lr (__main__.TestLRScheduler) ... /opt/conda/lib/python3.9/site-packages/torch/optim/lr_scheduler.py:131: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-05-18T05:35:05.6928773Z warnings.warn("Detected call of `lr_scheduler.step()` before `optimizer.step()`. " 2022-05-18T05:35:05.6936733Z ok (0.003s) 2022-05-18T05:35:05.6973079Z test_new_pattern_no_warning (__main__.TestLRScheduler) ... ok (0.004s) 2022-05-18T05:35:05.7007339Z test_new_pattern_no_warning_with_arg (__main__.TestLRScheduler) ... ok (0.003s) 2022-05-18T05:35:05.7066898Z test_new_pattern_no_warning_with_overridden_optim_step (__main__.TestLRScheduler) ... ok (0.006s) 2022-05-18T05:35:05.7844263Z test_no_cyclic_references (__main__.TestLRScheduler) ... ok (0.077s) 2022-05-18T05:35:05.7896573Z test_old_pattern_warning (__main__.TestLRScheduler) ... ok (0.005s) 2022-05-18T05:35:05.7946327Z test_old_pattern_warning_resuming (__main__.TestLRScheduler) ... ok (0.005s) 2022-05-18T05:35:05.7992917Z test_old_pattern_warning_resuming_with_arg (__main__.TestLRScheduler) ... ok (0.005s) 2022-05-18T05:35:05.8039050Z test_old_pattern_warning_with_arg (__main__.TestLRScheduler) ... ok (0.004s) 2022-05-18T05:35:05.8093046Z test_old_pattern_warning_with_overridden_optim_step (__main__.TestLRScheduler) ... ok (0.005s) 2022-05-18T05:35:05.8104510Z test_onecycle_lr_cannot_calculate_total_steps (__main__.TestLRScheduler) ... ok (0.001s) 2022-05-18T05:35:05.8153953Z test_onecycle_lr_cosine_annealing (__main__.TestLRScheduler) ... ok (0.005s) 2022-05-18T05:35:05.8165451Z test_onecycle_lr_invalid_anneal_strategy (__main__.TestLRScheduler) ... ok (0.001s) 2022-05-18T05:35:05.8177021Z test_onecycle_lr_invalid_pct_start (__main__.TestLRScheduler) ... ok (0.001s) 2022-05-18T05:35:05.8216198Z test_onecycle_lr_linear_annealing (__main__.TestLRScheduler) ... ok (0.004s) 2022-05-18T05:35:05.8256360Z test_onecycle_lr_linear_annealing_three_phases (__main__.TestLRScheduler) ... ok (0.004s) 2022-05-18T05:35:05.8281020Z test_reduce_lr_on_plateau1 (__main__.TestLRScheduler) ... ok (0.002s) 2022-05-18T05:35:05.8318009Z test_reduce_lr_on_plateau2 (__main__.TestLRScheduler) ... ok (0.004s) 2022-05-18T05:35:05.8354556Z test_reduce_lr_on_plateau3 (__main__.TestLRScheduler) ... ok (0.004s) 2022-05-18T05:35:05.8388095Z test_reduce_lr_on_plateau4 (__main__.TestLRScheduler) ... ok (0.003s) 2022-05-18T05:35:05.8422815Z test_reduce_lr_on_plateau5 (__main__.TestLRScheduler) ... ok (0.003s) 2022-05-18T05:35:05.8455856Z test_reduce_lr_on_plateau6 (__main__.TestLRScheduler) ... ok (0.003s) 2022-05-18T05:35:05.8490196Z test_reduce_lr_on_plateau7 (__main__.TestLRScheduler) ... ok (0.003s) 2022-05-18T05:35:05.8532272Z test_reduce_lr_on_plateau8 (__main__.TestLRScheduler) ... ok (0.004s) 2022-05-18T05:35:05.8556146Z test_reduce_lr_on_plateau_state_dict (__main__.TestLRScheduler) ... ok (0.002s) 2022-05-18T05:35:05.8577786Z test_sequentiallr1 (__main__.TestLRScheduler) ... /opt/conda/lib/python3.9/site-packages/torch/optim/lr_scheduler.py:131: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-05-18T05:35:05.8579517Z warnings.warn("Detected call of `lr_scheduler.step()` before `optimizer.step()`. " 2022-05-18T05:35:05.8580901Z /opt/conda/lib/python3.9/site-packages/torch/optim/lr_scheduler.py:156: UserWarning: The epoch parameter in `scheduler.step()` was not necessary and is being deprecated where possible. Please use `scheduler.step()` to step the scheduler. During the deprecation, if epoch is different from None, the closed form is used instead of the new chainable form, where available. Please open an issue if you are unable to replicate your use case: https://github.com/pytorch/pytorch/issues/new/choose. 2022-05-18T05:35:05.8582071Z warnings.warn(EPOCH_DEPRECATION_WARNING, UserWarning) 2022-05-18T05:35:05.8590396Z ok (0.003s) 2022-05-18T05:35:05.8614580Z test_sequentiallr2 (__main__.TestLRScheduler) ... ok (0.002s) 2022-05-18T05:35:05.8640753Z test_sequentiallr3 (__main__.TestLRScheduler) ... ok (0.002s) 2022-05-18T05:35:05.8664904Z test_step_lr (__main__.TestLRScheduler) ... ok (0.002s) 2022-05-18T05:35:05.8702287Z test_step_lr_is_constant_for_constant_epoch (__main__.TestLRScheduler) ... ok (0.004s) 2022-05-18T05:35:05.8724952Z test_step_lr_state_dict (__main__.TestLRScheduler) ... ok (0.002s) 2022-05-18T05:35:05.8752929Z test_swa_lr_state_dict (__main__.TestLRScheduler) ... ok (0.003s) 2022-05-18T05:35:05.8798787Z test_swalr_cosine_anneal_after_multiplicative (__main__.TestLRScheduler) ... ok (0.004s) 2022-05-18T05:35:05.8817260Z test_swalr_hypers (__main__.TestLRScheduler) ... ok (0.002s) 2022-05-18T05:35:05.8863169Z test_swalr_linear_anneal_after_multiplicative (__main__.TestLRScheduler) ... ok (0.004s) 2022-05-18T05:35:05.8890181Z test_swalr_no_anneal (__main__.TestLRScheduler) ... ok (0.003s) 2022-05-18T05:35:07.8236332Z test_adadelta (__main__.TestOptim) ... /opt/conda/lib/python3.9/site-packages/torch/optim/lr_scheduler.py:131: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-05-18T05:35:07.8238493Z warnings.warn("Detected call of `lr_scheduler.step()` before `optimizer.step()`. " 2022-05-18T05:35:13.4555027Z ok (7.566s) 2022-05-18T05:35:13.4621521Z test_adadelta_complex (__main__.TestOptim) ... ok (0.007s) 2022-05-18T05:35:23.4756197Z test_adagrad (__main__.TestOptim) ... ok (10.013s) 2022-05-18T05:35:23.4847466Z test_adagrad_complex (__main__.TestOptim) ... ok (0.009s) 2022-05-18T05:35:40.6370266Z test_adagrad_sparse (__main__.TestOptim) ... ok (17.152s) 2022-05-18T05:36:06.6030428Z test_adam (__main__.TestOptim) ... ok (25.966s) 2022-05-18T05:36:12.3289797Z test_adamax (__main__.TestOptim) ... ok (5.726s) 2022-05-18T05:36:19.4665497Z test_adamw (__main__.TestOptim) ... ok (7.137s) 2022-05-18T05:36:22.4914718Z test_asgd (__main__.TestOptim) ... ok (3.025s) 2022-05-18T05:36:22.5059573Z test_complex_adam_variance (__main__.TestOptim) ... ok (0.014s) 2022-05-18T05:36:22.5073482Z test_duplicate_params_in_param_group (__main__.TestOptim) ... ok (0.001s) 2022-05-18T05:36:22.5083239Z test_invalid_param_type (__main__.TestOptim) ... ok (0.001s) 2022-05-18T05:36:23.8779673Z test_lbfgs (__main__.TestOptim) ... ok (1.369s) 2022-05-18T05:36:23.8799627Z test_lbfgs_return_type (__main__.TestOptim) ... ok (0.002s) 2022-05-18T05:36:24.2567138Z test_multi_tensor_optimizers (__main__.TestOptim) ... ok (0.377s) 2022-05-18T05:36:26.1846346Z test_nadam (__main__.TestOptim) ... /opt/conda/lib/python3.9/site-packages/torch/optim/lr_scheduler.py:131: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-05-18T05:36:26.1848474Z warnings.warn("Detected call of `lr_scheduler.step()` before `optimizer.step()`. " 2022-05-18T05:36:28.8894018Z ok (4.632s) 2022-05-18T05:36:28.8916438Z test_no_grad_for_all_params (__main__.TestOptim) ... ok (0.002s) 2022-05-18T05:36:33.9178995Z test_radam (__main__.TestOptim) ... ok (5.026s) 2022-05-18T05:36:39.5076410Z test_rmsprop (__main__.TestOptim) ... ok (5.590s) 2022-05-18T05:36:42.0082584Z test_rprop (__main__.TestOptim) ... ok (2.500s) 2022-05-18T05:36:59.9141269Z test_sgd (__main__.TestOptim) ... ok (17.906s) 2022-05-18T05:36:59.9293820Z test_sgd_complex (__main__.TestOptim) ... ok (0.015s) 2022-05-18T05:37:12.4247584Z test_sgd_sparse (__main__.TestOptim) ... ok (12.495s) 2022-05-18T05:37:14.2564987Z test_sparse_adam (__main__.TestOptim) ... ok (1.832s) 2022-05-18T05:37:14.3534065Z test_averaged_model_all_devices (__main__.TestSWAUtils) ... ok (0.097s) 2022-05-18T05:37:14.3615444Z test_averaged_model_exponential (__main__.TestSWAUtils) ... ok (0.008s) 2022-05-18T05:37:14.3701939Z test_averaged_model_exponential_buffers (__main__.TestSWAUtils) ... ok (0.009s) 2022-05-18T05:37:14.3811945Z test_averaged_model_mixed_device (__main__.TestSWAUtils) ... ok (0.011s) 2022-05-18T05:37:14.3879200Z test_averaged_model_state_dict (__main__.TestSWAUtils) ... ok (0.007s) 2022-05-18T05:37:14.4188047Z test_bn_update_eval_momentum (__main__.TestSWAUtils) ... ok (0.031s) 2022-05-18T05:37:15.1506786Z test_update_bn_cnn (__main__.TestSWAUtils) ... ok (0.732s) 2022-05-18T05:37:15.2142567Z test_update_bn_dnn (__main__.TestSWAUtils) ... ok (0.064s) 2022-05-18T05:37:15.2142985Z 2022-05-18T05:37:15.2143372Z ---------------------------------------------------------------------- 2022-05-18T05:37:15.2145498Z Ran 137 tests in 131.514s 2022-05-18T05:37:15.2145690Z 2022-05-18T05:37:15.2146004Z OK 2022-05-18T05:37:15.2146230Z 2022-05-18T05:37:15.2146370Z Generating XML reports... 2022-05-18T05:37:15.2279006Z Generated XML report: test-reports/python-unittest/test_optim/TEST-TestLRScheduler-20220518053503.xml 2022-05-18T05:37:15.2303939Z Generated XML report: test-reports/python-unittest/test_optim/TEST-TestOptim-20220518053503.xml 2022-05-18T05:37:15.2313250Z Generated XML report: test-reports/python-unittest/test_optim/TEST-TestSWAUtils-20220518053503.xml 2022-05-18T05:37:15.5164416Z Running test_jit_llga_fuser ... [2022-05-18 05:37:15.515929] 2022-05-18T05:37:15.5165128Z Executing ['/opt/conda/bin/python', 'test_jit_llga_fuser.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:37:15.516036] 2022-05-18T05:37:18.0497225Z Test results will be stored in test-reports/python-unittest/test_jit_llga_fuser 2022-05-18T05:37:18.0520408Z 2022-05-18T05:37:18.0520683Z Running tests... 2022-05-18T05:37:18.0521142Z ---------------------------------------------------------------------- 2022-05-18T05:37:18.0930816Z test_bn2d_eltwise (__main__.TestFusionPattern) ... ok (0.041s) 2022-05-18T05:37:18.1888472Z test_conv2d_bn (__main__.TestFusionPattern) ... ok (0.096s) 2022-05-18T05:37:18.2258210Z test_conv2d_bn_relu (__main__.TestFusionPattern) ... ok (0.037s) 2022-05-18T05:37:18.3139344Z test_conv2d_eltwise (__main__.TestFusionPattern) ... ok (0.088s) 2022-05-18T05:37:18.4691509Z test_conv2d_sum (__main__.TestFusionPattern) ... ok (0.155s) 2022-05-18T05:37:18.7316401Z test_linear_eltwise (__main__.TestFusionPattern) ... ok (0.262s) 2022-05-18T05:37:18.7937268Z test_rewrap_tensor_input_to_pytorch (__main__.TestFusionPattern) ... ok (0.062s) 2022-05-18T05:37:18.8025634Z test_wildcard (__main__.TestFusionPattern) ... /opt/conda/lib/python3.9/site-packages/torch/jit/_trace.py:967: TracerWarning: Encountering a list 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:37:18.8027548Z module._c._create_method_from_trace( 2022-05-18T05:37:18.8280540Z ok (0.034s) 2022-05-18T05:37:19.7140433Z test_vision_alexnet (__main__.TestModel) ... ok (0.886s) 2022-05-18T05:37:25.0907642Z test_vision_densenet121 (__main__.TestModel) ... ok (5.377s) 2022-05-18T05:37:25.0926370Z test_vision_googlenet (__main__.TestModel) ... /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-18T05:37:25.0928194Z warnings.warn('The default weight initialization of GoogleNet will be changed in future releases of ' 2022-05-18T05:37:28.5939096Z ok (3.503s) 2022-05-18T05:37:30.4020603Z test_vision_mnasnet1_0 (__main__.TestModel) ... ok (1.808s) 2022-05-18T05:37:32.3417820Z test_vision_mobilenet_v2 (__main__.TestModel) ... ok (1.940s) 2022-05-18T05:37:34.4037241Z test_vision_resnet50 (__main__.TestModel) ... ok (2.062s) 2022-05-18T05:37:39.8289425Z test_vision_resnext101_32x8d (__main__.TestModel) ... ok (5.425s) 2022-05-18T05:37:42.0496995Z test_vision_resnext50_32x4d (__main__.TestModel) ... ok (2.221s) 2022-05-18T05:37:42.4365554Z test_vision_shufflenet_v2_x1_0 (__main__.TestModel) ... /var/lib/jenkins/.local/lib/python3.9/site-packages/torchvision/models/shufflenetv2.py:23: 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:37:42.4367645Z channels_per_group = num_channels // groups 2022-05-18T05:37:44.2264585Z ok (2.177s) 2022-05-18T05:37:45.0336921Z test_vision_squeezenet1_0 (__main__.TestModel) ... ok (0.807s) 2022-05-18T05:37:48.4566167Z test_vision_vgg16 (__main__.TestModel) ... ok (3.423s) 2022-05-18T05:37:51.5734100Z test_vision_wide_resnet50_2 (__main__.TestModel) ... ok (3.117s) 2022-05-18T05:37:51.6633682Z test_add (__main__.TestOp) ... ok (0.090s) 2022-05-18T05:37:51.6763883Z test_add_scalar (__main__.TestOp) ... ok (0.013s) 2022-05-18T05:37:51.6893814Z test_addmm (__main__.TestOp) ... ok (0.013s) 2022-05-18T05:37:54.4805501Z test_avg_pool2d (__main__.TestOp) ... ok (2.791s) 2022-05-18T05:37:54.4976851Z test_bn2d (__main__.TestOp) ... ok (0.017s) 2022-05-18T05:37:54.6162263Z test_cat (__main__.TestOp) ... ok (0.118s) 2022-05-18T05:38:06.2152093Z test_conv2d (__main__.TestOp) ... ok (11.599s) 2022-05-18T05:38:06.2393501Z test_eltwise (__main__.TestOp) ... ok (0.024s) 2022-05-18T05:38:06.2457701Z test_identity_binary (__main__.TestOp) ... ok (0.006s) 2022-05-18T05:38:06.2628587Z test_layer_norm (__main__.TestOp) ... ok (0.017s) 2022-05-18T05:38:06.2927861Z test_linear (__main__.TestOp) ... ok (0.030s) 2022-05-18T05:38:08.1789865Z test_max_pool2d (__main__.TestOp) ... ok (1.886s) 2022-05-18T05:38:08.2694803Z test_mul (__main__.TestOp) ... ok (0.090s) 2022-05-18T05:38:08.3586081Z test_softmax (__main__.TestOp) ... ok (0.089s) 2022-05-18T05:38:08.3746957Z test_typecheck (__main__.TestOp) ... ok (0.016s) 2022-05-18T05:38:08.3896691Z test_variable_kernel_avg_pool2d (__main__.TestOp) ... ok (0.015s) 2022-05-18T05:38:08.3897192Z 2022-05-18T05:38:08.3897850Z ---------------------------------------------------------------------- 2022-05-18T05:38:08.3898923Z Ran 36 tests in 50.338s 2022-05-18T05:38:08.3900832Z 2022-05-18T05:38:08.3901164Z OK 2022-05-18T05:38:08.3901446Z 2022-05-18T05:38:08.3901684Z Generating XML reports... 2022-05-18T05:38:08.3947649Z Generated XML report: test-reports/python-unittest/test_jit_llga_fuser/TEST-TestFusionPattern-20220518053718.xml 2022-05-18T05:38:08.3963644Z Generated XML report: test-reports/python-unittest/test_jit_llga_fuser/TEST-TestModel-20220518053718.xml 2022-05-18T05:38:08.3981373Z Generated XML report: test-reports/python-unittest/test_jit_llga_fuser/TEST-TestOp-20220518053718.xml 2022-05-18T05:38:09.7390051Z Running distributions/test_distributions ... [2022-05-18 05:38:09.738396] 2022-05-18T05:38:09.7391146Z Executing ['/opt/conda/bin/python', 'distributions/test_distributions.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:38:09.738503] 2022-05-18T05:38:12.5502453Z Test results will be stored in test-reports/python-unittest/distributions.test_distributions 2022-05-18T05:38:12.5646715Z 2022-05-18T05:38:12.5647006Z Running tests... 2022-05-18T05:38:12.5647523Z ---------------------------------------------------------------------- 2022-05-18T05:38:12.6134988Z test_cdf (__main__.TestAgainstScipy) ... /opt/conda/lib/python3.9/site-packages/torch/distributions/wishart.py:247: UserWarning: Singular sample detected. 2022-05-18T05:38:12.6135972Z warnings.warn("Singular sample detected.") 2022-05-18T05:38:12.6143622Z ok (0.050s) 2022-05-18T05:38:12.6430637Z test_icdf (__main__.TestAgainstScipy) ... ok (0.029s) 2022-05-18T05:38:14.3706742Z test_mean (__main__.TestAgainstScipy) ... ok (1.727s) 2022-05-18T05:38:14.4415689Z test_variance_stddev (__main__.TestAgainstScipy) ... /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:38:14.4417098Z return torch.as_tensor(tensor_like) 2022-05-18T05:38:14.4506224Z ok (0.080s) 2022-05-18T05:38:14.5231692Z test_params_constraints (__main__.TestConstraints) ... ok (0.072s) 2022-05-18T05:38:14.6175437Z test_support_constraints (__main__.TestConstraints) ... ok (0.094s) 2022-05-18T05:38:14.6200269Z test_bernoulli_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-05-18T05:38:14.6228965Z test_bernoulli_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-05-18T05:38:14.6255647Z test_beta_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-05-18T05:38:14.6288434Z test_beta_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-05-18T05:38:14.6312683Z test_binomial_shape (__main__.TestDistributionShapes) ... ok (0.002s) 2022-05-18T05:38:14.6338980Z test_binomial_shape_vectorized_n (__main__.TestDistributionShapes) ... ok (0.003s) 2022-05-18T05:38:14.6387504Z test_categorical_shape (__main__.TestDistributionShapes) ... ok (0.005s) 2022-05-18T05:38:14.6410447Z test_cauchy_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-05-18T05:38:14.6436636Z test_cauchy_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-05-18T05:38:14.6461388Z test_chi2_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-05-18T05:38:14.6486935Z test_chi2_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-05-18T05:38:14.6518302Z test_continuous_bernoulli_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-05-18T05:38:14.6554168Z test_continuous_bernoulli_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.004s) 2022-05-18T05:38:14.6585059Z test_dirichlet_shape (__main__.TestDistributionShapes) ... ok (0.003s) 2022-05-18T05:38:14.6877713Z test_entropy_shape (__main__.TestDistributionShapes) ... ok (0.029s) 2022-05-18T05:38:14.6899725Z test_exponential_shape_scalar_param (__main__.TestDistributionShapes) ... ok (0.002s) 2022-05-18T05:38:14.6923376Z test_exponential_shape_tensor_param (__main__.TestDistributionShapes) ... ok (0.002s) 2022-05-18T05:38:14.6947685Z test_gamma_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-05-18T05:38:14.6973141Z test_gamma_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-05-18T05:38:14.6998756Z test_geometric_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-05-18T05:38:14.7028896Z test_geometric_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-05-18T05:38:14.7053189Z test_gumbel_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-05-18T05:38:14.7077854Z test_halfcauchy_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-05-18T05:38:14.7105352Z test_halfcauchy_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-05-18T05:38:14.7134405Z test_kumaraswamy_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-05-18T05:38:14.7157999Z test_laplace_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-05-18T05:38:14.7184152Z test_laplace_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-05-18T05:38:14.7213538Z test_mixture_same_family_shape (__main__.TestDistributionShapes) ... ok (0.003s) 2022-05-18T05:38:14.7247574Z test_multinomial_shape (__main__.TestDistributionShapes) ... ok (0.003s) 2022-05-18T05:38:14.7271166Z test_normal_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-05-18T05:38:14.7297414Z test_normal_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-05-18T05:38:14.7365500Z test_one_hot_categorical_shape (__main__.TestDistributionShapes) ... ok (0.007s) 2022-05-18T05:38:14.7390190Z test_pareto_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-05-18T05:38:14.7414945Z test_studentT_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-05-18T05:38:14.7442959Z test_studentT_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-05-18T05:38:14.7465744Z test_uniform_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-05-18T05:38:14.7490080Z test_uniform_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-05-18T05:38:14.7519976Z test_vonmises_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-05-18T05:38:14.7553152Z test_vonmises_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-05-18T05:38:14.7578941Z test_weibull_scale_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-05-18T05:38:14.7617562Z test_wishart_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.004s) 2022-05-18T05:38:14.7668912Z test_wishart_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.005s) 2022-05-18T05:38:14.7909307Z test_argmax_relaxed_categorical (__main__.TestDistributions) ... ok (0.024s) 2022-05-18T05:38:14.8015971Z test_bernoulli (__main__.TestDistributions) ... ok (0.011s) 2022-05-18T05:38:14.8036272Z test_bernoulli_3d (__main__.TestDistributions) ... ok (0.002s) 2022-05-18T05:38:14.8063195Z test_bernoulli_enumerate_support (__main__.TestDistributions) ... ok (0.003s) 2022-05-18T05:38:14.8839627Z test_beta_log_prob (__main__.TestDistributions) ... ok (0.078s) 2022-05-18T05:38:15.3444697Z test_beta_sample (__main__.TestDistributions) ... ok (0.460s) 2022-05-18T05:38:15.3481229Z test_beta_shape (__main__.TestDistributions) ... ok (0.004s) 2022-05-18T05:38:15.3903569Z test_beta_underflow (__main__.TestDistributions) ... ok (0.042s) 2022-05-18T05:38:15.3952647Z test_beta_underflow_gpu (__main__.TestDistributions) ... ok (0.005s) 2022-05-18T05:38:15.4242465Z test_binomial (__main__.TestDistributions) ... ok (0.029s) 2022-05-18T05:38:15.4274945Z test_binomial_enumerate_support (__main__.TestDistributions) ... ok (0.003s) 2022-05-18T05:38:15.4318255Z test_binomial_extreme_vals (__main__.TestDistributions) ... ok (0.004s) 2022-05-18T05:38:15.4996104Z test_binomial_log_prob_and_entropy (__main__.TestDistributions) ... ok (0.068s) 2022-05-18T05:38:15.5039045Z test_binomial_log_prob_vectorized_count (__main__.TestDistributions) ... ok (0.004s) 2022-05-18T05:38:15.5720798Z test_binomial_sample (__main__.TestDistributions) ... ok (0.068s) 2022-05-18T05:38:15.5746409Z test_binomial_stable (__main__.TestDistributions) ... ok (0.002s) 2022-05-18T05:38:15.6679504Z test_binomial_vectorized_count (__main__.TestDistributions) ... ok (0.093s) 2022-05-18T05:38:15.6740039Z test_categorical_1d (__main__.TestDistributions) ... ok (0.006s) 2022-05-18T05:38:15.6847614Z test_categorical_2d (__main__.TestDistributions) ... ok (0.011s) 2022-05-18T05:38:15.6866917Z test_categorical_enumerate_support (__main__.TestDistributions) ... ok (0.002s) 2022-05-18T05:38:15.7029219Z test_cauchy (__main__.TestDistributions) ... ok (0.016s) 2022-05-18T05:38:15.9292989Z test_cdf_icdf_inverse (__main__.TestDistributions) ... /opt/conda/lib/python3.9/site-packages/torch/distributions/wishart.py:247: UserWarning: Singular sample detected. 2022-05-18T05:38:15.9294019Z warnings.warn("Singular sample detected.") 2022-05-18T05:38:15.9469805Z ok (0.244s) 2022-05-18T05:38:16.0543355Z test_cdf_log_prob (__main__.TestDistributions) ... ok (0.107s) 2022-05-18T05:38:16.2025262Z test_chi2_sample (__main__.TestDistributions) ... ok (0.148s) 2022-05-18T05:38:16.2088325Z test_chi2_shape (__main__.TestDistributions) ... ok (0.006s) 2022-05-18T05:38:16.2266762Z test_continuous_bernoulli (__main__.TestDistributions) ... ok (0.018s) 2022-05-18T05:38:16.2293855Z test_continuous_bernoulli_3d (__main__.TestDistributions) ... ok (0.003s) 2022-05-18T05:38:16.2329028Z test_dirichlet_log_prob (__main__.TestDistributions) ... ok (0.003s) 2022-05-18T05:38:16.2357908Z test_dirichlet_mode (__main__.TestDistributions) ... ok (0.003s) 2022-05-18T05:38:16.2930294Z test_dirichlet_sample (__main__.TestDistributions) ... ok (0.057s) 2022-05-18T05:38:16.2953820Z test_dirichlet_shape (__main__.TestDistributions) ... ok (0.002s) 2022-05-18T05:38:16.8890138Z test_distribution_expand (__main__.TestDistributions) ... /opt/conda/lib/python3.9/site-packages/torch/distributions/wishart.py:247: UserWarning: Singular sample detected. 2022-05-18T05:38:16.8891134Z warnings.warn("Singular sample detected.") 2022-05-18T05:38:17.0466078Z ok (0.751s) 2022-05-18T05:38:17.2358001Z test_distribution_subclass_expand (__main__.TestDistributions) ... ok (0.189s) 2022-05-18T05:38:17.2711506Z test_enumerate_support_type (__main__.TestDistributions) ... ok (0.035s) 2022-05-18T05:38:17.2834884Z test_exponential (__main__.TestDistributions) ... ok (0.012s) 2022-05-18T05:38:17.4277712Z test_exponential_sample (__main__.TestDistributions) ... ok (0.144s) 2022-05-18T05:38:17.4356148Z test_fishersnedecor (__main__.TestDistributions) ... ok (0.008s) 2022-05-18T05:38:18.7260385Z test_fishersnedecor_sample (__main__.TestDistributions) ... ok (1.290s) 2022-05-18T05:38:19.1608315Z test_gamma_gpu_sample (__main__.TestDistributions) ... ok (0.435s) 2022-05-18T05:38:19.1719988Z test_gamma_gpu_shape (__main__.TestDistributions) ... ok (0.011s) 2022-05-18T05:38:19.1767519Z test_gamma_log_prob_at_boundary (__main__.TestDistributions) ... ok (0.005s) 2022-05-18T05:38:19.6164472Z test_gamma_sample (__main__.TestDistributions) ... ok (0.440s) 2022-05-18T05:38:19.6225122Z test_gamma_shape (__main__.TestDistributions) ... ok (0.006s) 2022-05-18T05:38:19.6306420Z test_geometric (__main__.TestDistributions) ... ok (0.008s) 2022-05-18T05:38:19.6455772Z test_geometric_log_prob_and_entropy (__main__.TestDistributions) ... ok (0.015s) 2022-05-18T05:38:19.6528055Z test_geometric_sample (__main__.TestDistributions) ... ok (0.007s) 2022-05-18T05:38:19.6597717Z test_gumbel (__main__.TestDistributions) ... ok (0.007s) 2022-05-18T05:38:20.5216515Z test_gumbel_sample (__main__.TestDistributions) ... ok (0.862s) 2022-05-18T05:38:20.5339089Z test_halfcauchy (__main__.TestDistributions) ... ok (0.012s) 2022-05-18T05:38:20.5465717Z test_halfnormal (__main__.TestDistributions) ... ok (0.013s) 2022-05-18T05:38:20.5534207Z test_halfnormal_logprob (__main__.TestDistributions) ... ok (0.007s) 2022-05-18T05:38:20.6975375Z test_halfnormal_sample (__main__.TestDistributions) ... ok (0.144s) 2022-05-18T05:38:20.6986317Z test_has_examples (__main__.TestDistributions) ... ok (0.001s) 2022-05-18T05:38:21.4566994Z test_independent_expand (__main__.TestDistributions) ... /opt/conda/lib/python3.9/site-packages/torch/distributions/wishart.py:247: UserWarning: Singular sample detected. 2022-05-18T05:38:21.4568063Z warnings.warn("Singular sample detected.") 2022-05-18T05:38:21.5861415Z ok (0.887s) 2022-05-18T05:38:21.9459165Z test_independent_shape (__main__.TestDistributions) ... ok (0.360s) 2022-05-18T05:38:21.9834411Z test_invalid_parameter_broadcasting (__main__.TestDistributions) ... ok (0.037s) 2022-05-18T05:38:22.0074787Z test_kumaraswamy_mean_variance (__main__.TestDistributions) ... ok (0.024s) 2022-05-18T05:38:22.0115805Z test_kumaraswamy_shape (__main__.TestDistributions) ... ok (0.004s) 2022-05-18T05:38:22.0353982Z test_laplace (__main__.TestDistributions) ... ok (0.024s) 2022-05-18T05:38:22.4648064Z test_laplace_sample (__main__.TestDistributions) ... ok (0.429s) 2022-05-18T05:38:22.4676591Z test_lazy_property_grad (__main__.TestDistributions) ... ok (0.003s) 2022-05-18T05:38:22.4831031Z test_lkj_cholesky_log_prob (__main__.TestDistributions) ... ok (0.015s) 2022-05-18T05:38:22.5115328Z test_logisticnormal (__main__.TestDistributions) ... ok (0.028s) 2022-05-18T05:38:22.5136408Z test_logisticnormal_logprob (__main__.TestDistributions) ... ok (0.002s) 2022-05-18T05:38:22.9824215Z test_logisticnormal_sample (__main__.TestDistributions) ... ok (0.469s) 2022-05-18T05:38:23.0030346Z test_lognormal (__main__.TestDistributions) ... ok (0.021s) 2022-05-18T05:38:23.0104105Z test_lognormal_logprob (__main__.TestDistributions) ... ok (0.007s) 2022-05-18T05:38:23.4429996Z test_lognormal_sample (__main__.TestDistributions) ... ok (0.432s) 2022-05-18T05:38:23.4516829Z test_lowrank_multivariate_normal_log_prob (__main__.TestDistributions) ... ok (0.009s) 2022-05-18T05:38:23.4910999Z test_lowrank_multivariate_normal_moments (__main__.TestDistributions) ... ok (0.039s) 2022-05-18T05:38:23.4949577Z test_lowrank_multivariate_normal_properties (__main__.TestDistributions) ... ok (0.004s) 2022-05-18T05:38:23.5510717Z test_lowrank_multivariate_normal_sample (__main__.TestDistributions) ... ok (0.056s) 2022-05-18T05:38:23.6070427Z test_lowrank_multivariate_normal_shape (__main__.TestDistributions) ... ok (0.056s) 2022-05-18T05:38:23.6155824Z test_mixture_same_family_log_prob (__main__.TestDistributions) ... ok (0.009s) 2022-05-18T05:38:23.6857701Z test_mixture_same_family_sample (__main__.TestDistributions) ... ok (0.070s) 2022-05-18T05:38:23.6960781Z test_mixture_same_family_shape (__main__.TestDistributions) ... ok (0.010s) 2022-05-18T05:38:23.8197185Z test_mode (__main__.TestDistributions) ... /opt/conda/lib/python3.9/site-packages/torch/distributions/wishart.py:247: UserWarning: Singular sample detected. 2022-05-18T05:38:23.8198163Z warnings.warn("Singular sample detected.") 2022-05-18T05:38:23.8331058Z ok (0.137s) 2022-05-18T05:38:23.8475351Z test_multinomial_1d (__main__.TestDistributions) ... ok (0.014s) 2022-05-18T05:38:23.8528294Z test_multinomial_1d_log_prob_and_entropy (__main__.TestDistributions) ... ok (0.005s) 2022-05-18T05:38:23.8685598Z test_multinomial_2d (__main__.TestDistributions) ... ok (0.016s) 2022-05-18T05:38:23.8779980Z test_multivariate_normal_log_prob (__main__.TestDistributions) ... ok (0.009s) 2022-05-18T05:38:23.9059041Z test_multivariate_normal_moments (__main__.TestDistributions) ... ok (0.028s) 2022-05-18T05:38:23.9081176Z test_multivariate_normal_properties (__main__.TestDistributions) ... ok (0.002s) 2022-05-18T05:38:24.0642559Z test_multivariate_normal_sample (__main__.TestDistributions) ... ok (0.156s) 2022-05-18T05:38:24.1507236Z test_multivariate_normal_shape (__main__.TestDistributions) ... ok (0.086s) 2022-05-18T05:38:24.1519986Z test_multivariate_normal_stable_with_precision_matrix (__main__.TestDistributions) ... ok (0.001s) 2022-05-18T05:38:24.1765588Z test_negative_binomial (__main__.TestDistributions) ... ok (0.024s) 2022-05-18T05:38:24.2380059Z test_negative_binomial_log_prob (__main__.TestDistributions) ... ok (0.061s) 2022-05-18T05:38:24.2423268Z test_negative_binomial_log_prob_vectorized_count (__main__.TestDistributions) ... ok (0.004s) 2022-05-18T05:38:24.2653091Z test_normal (__main__.TestDistributions) ... ok (0.023s) 2022-05-18T05:38:24.6944783Z test_normal_sample (__main__.TestDistributions) ... ok (0.429s) 2022-05-18T05:38:24.7023451Z test_one_hot_categorical_1d (__main__.TestDistributions) ... ok (0.008s) 2022-05-18T05:38:24.7115854Z test_one_hot_categorical_2d (__main__.TestDistributions) ... ok (0.009s) 2022-05-18T05:38:24.7141196Z test_one_hot_categorical_enumerate_support (__main__.TestDistributions) ... ok (0.003s) 2022-05-18T05:38:24.7214824Z test_pareto (__main__.TestDistributions) ... ok (0.007s) 2022-05-18T05:38:25.1537104Z test_pareto_sample (__main__.TestDistributions) ... ok (0.432s) 2022-05-18T05:38:25.1545962Z test_poisson_forward_ad (__main__.TestDistributions) ... ok (0.001s) 2022-05-18T05:38:25.1618319Z test_poisson_gpu_sample (__main__.TestDistributions) ... ok (0.007s) 2022-05-18T05:38:25.1719745Z test_poisson_log_prob (__main__.TestDistributions) ... /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-18T05:38:25.1720730Z warnings.warn(msg, FutureWarning) 2022-05-18T05:38:25.1724811Z ok (0.011s) 2022-05-18T05:38:25.1802392Z test_poisson_sample (__main__.TestDistributions) ... ok (0.008s) 2022-05-18T05:38:25.1825762Z test_poisson_shape (__main__.TestDistributions) ... ok (0.002s) 2022-05-18T05:38:25.2025310Z test_relaxed_bernoulli (__main__.TestDistributions) ... ok (0.020s) 2022-05-18T05:38:25.2138350Z test_relaxed_one_hot_categorical_1d (__main__.TestDistributions) ... ok (0.011s) 2022-05-18T05:38:25.2328942Z test_relaxed_one_hot_categorical_2d (__main__.TestDistributions) ... ok (0.019s) 2022-05-18T05:38:25.2594163Z test_repr (__main__.TestDistributions) ... ok (0.026s) 2022-05-18T05:38:25.2824470Z test_rounded_relaxed_bernoulli (__main__.TestDistributions) ... ok (0.023s) 2022-05-18T05:38:25.3003608Z test_rsample_requires_grad (__main__.TestDistributions) ... /opt/conda/lib/python3.9/site-packages/torch/distributions/wishart.py:247: UserWarning: Singular sample detected. 2022-05-18T05:38:25.3004598Z warnings.warn("Singular sample detected.") 2022-05-18T05:38:25.3054325Z ok (0.023s) 2022-05-18T05:38:25.3299330Z test_sample_detached (__main__.TestDistributions) ... ok (0.024s) 2022-05-18T05:38:25.3385724Z test_studentT (__main__.TestDistributions) ... ok (0.009s) 2022-05-18T05:38:25.4612671Z test_studentT_log_prob (__main__.TestDistributions) ... ok (0.123s) 2022-05-18T05:38:27.2564196Z test_studentT_sample (__main__.TestDistributions) ... ok (1.795s) 2022-05-18T05:38:27.2901486Z test_support_attributes (__main__.TestDistributions) ... ok (0.034s) 2022-05-18T05:38:27.3051361Z test_uniform (__main__.TestDistributions) ... ok (0.015s) 2022-05-18T05:38:27.3464135Z test_valid_parameter_broadcasting (__main__.TestDistributions) ... ok (0.041s) 2022-05-18T05:38:27.3595869Z test_vonmises_logprob (__main__.TestDistributions) ... ok (0.013s) 2022-05-18T05:38:36.4473885Z test_vonmises_sample (__main__.TestDistributions) ... ok (9.088s) 2022-05-18T05:38:36.4558246Z test_wishart_log_prob (__main__.TestDistributions) ... /opt/conda/lib/python3.9/site-packages/torch/distributions/wishart.py:247: UserWarning: Singular sample detected. 2022-05-18T05:38:36.4559250Z warnings.warn("Singular sample detected.") 2022-05-18T05:38:36.5479732Z ok (0.101s) 2022-05-18T05:38:36.5497050Z test_wishart_moments (__main__.TestDistributions) ... /opt/conda/lib/python3.9/site-packages/torch/distributions/wishart.py:101: UserWarning: Low df values detected. Singular samples are highly likely to occur for ndim - 1 < df < ndim. 2022-05-18T05:38:36.5499127Z warnings.warn("Low df values detected. Singular samples are highly likely to occur for ndim - 1 < df < ndim.") 2022-05-18T05:38:38.0688543Z ok (1.521s) 2022-05-18T05:38:38.0718718Z test_wishart_properties (__main__.TestDistributions) ... ok (0.003s) 2022-05-18T05:38:38.5105928Z test_wishart_sample (__main__.TestDistributions) ... ok (0.439s) 2022-05-18T05:38:38.5677817Z test_wishart_shape (__main__.TestDistributions) ... /opt/conda/lib/python3.9/site-packages/torch/distributions/wishart.py:247: UserWarning: Singular sample detected. 2022-05-18T05:38:38.5678788Z warnings.warn("Singular sample detected.") 2022-05-18T05:38:38.5854735Z /opt/conda/lib/python3.9/site-packages/torch/distributions/wishart.py:247: UserWarning: Singular sample detected. 2022-05-18T05:38:38.5855608Z warnings.warn("Singular sample detected.") 2022-05-18T05:38:38.6035640Z /opt/conda/lib/python3.9/site-packages/torch/distributions/wishart.py:247: UserWarning: Singular sample detected. 2022-05-18T05:38:38.6036494Z warnings.warn("Singular sample detected.") 2022-05-18T05:38:38.6214825Z /opt/conda/lib/python3.9/site-packages/torch/distributions/wishart.py:247: UserWarning: Singular sample detected. 2022-05-18T05:38:38.6410362Z warnings.warn("Singular sample detected.") 2022-05-18T05:38:38.6411709Z /opt/conda/lib/python3.9/site-packages/torch/distributions/wishart.py:247: UserWarning: Singular sample detected. 2022-05-18T05:38:38.6412549Z warnings.warn("Singular sample detected.") 2022-05-18T05:38:38.6558439Z /opt/conda/lib/python3.9/site-packages/torch/distributions/wishart.py:247: UserWarning: Singular sample detected. 2022-05-18T05:38:38.6559279Z warnings.warn("Singular sample detected.") 2022-05-18T05:38:38.6707752Z ok (0.160s) 2022-05-18T05:38:38.6725886Z test_wishart_stable_with_precision_matrix (__main__.TestDistributions) ... ok (0.002s) 2022-05-18T05:38:39.2413136Z test_zero_excluded_binomial (__main__.TestDistributions) ... ok (0.569s) 2022-05-18T05:38:39.2431855Z test_cat_event_dim (__main__.TestFunctors) ... ok (0.002s) 2022-05-18T05:38:39.2479220Z test_cat_transform (__main__.TestFunctors) ... ok (0.005s) 2022-05-18T05:38:39.2526863Z test_cat_transform_non_uniform (__main__.TestFunctors) ... ok (0.005s) 2022-05-18T05:38:39.2570605Z test_stack_transform (__main__.TestFunctors) ... ok (0.004s) 2022-05-18T05:38:42.0834631Z test_cdf (__main__.TestJit) ... /opt/conda/lib/python3.9/site-packages/torch/distributions/wishart.py:247: UserWarning: Singular sample detected. 2022-05-18T05:38:42.0835613Z warnings.warn("Singular sample detected.") 2022-05-18T05:38:42.5284534Z ok (3.271s) 2022-05-18T05:38:46.3955867Z test_entropy (__main__.TestJit) ... /opt/conda/lib/python3.9/site-packages/torch/distributions/wishart.py:101: UserWarning: Low df values detected. Singular samples are highly likely to occur for ndim - 1 < df < ndim. 2022-05-18T05:38:46.3957396Z warnings.warn("Low df values detected. Singular samples are highly likely to occur for ndim - 1 < df < ndim.") 2022-05-18T05:38:46.9748573Z ok (4.446s) 2022-05-18T05:38:47.2969845Z test_enumerate_support (__main__.TestJit) ... ok (0.322s) 2022-05-18T05:38:54.8616082Z test_log_prob (__main__.TestJit) ... ok (7.564s) 2022-05-18T05:38:56.8869882Z test_mean (__main__.TestJit) ... ok (2.025s) 2022-05-18T05:38:57.4099492Z test_rsample (__main__.TestJit) ... ok (0.523s) 2022-05-18T05:38:58.1189527Z test_sample (__main__.TestJit) ... ok (0.709s) 2022-05-18T05:39:01.6017518Z test_variance (__main__.TestJit) ... ok (3.483s) 2022-05-18T05:39:01.6533695Z test_entropy_exponential_family (__main__.TestKL) ... ok (0.052s) 2022-05-18T05:39:04.7206034Z test_entropy_monte_carlo (__main__.TestKL) ... ok (3.067s) 2022-05-18T05:39:04.7373795Z test_kl_edgecases (__main__.TestKL) ... ok (0.016s) 2022-05-18T05:39:04.7665652Z test_kl_exponential_family (__main__.TestKL) ... ok (0.029s) 2022-05-18T05:39:04.7885728Z test_kl_infinite (__main__.TestKL) ... ok (0.022s) 2022-05-18T05:39:04.8224915Z test_kl_lowrank_multivariate_normal (__main__.TestKL) ... ok (0.034s) 2022-05-18T05:39:04.8460911Z test_kl_lowrank_multivariate_normal_batched (__main__.TestKL) ... ok (0.023s) 2022-05-18T05:39:05.6725194Z test_kl_monte_carlo (__main__.TestKL) ... ok (0.826s) 2022-05-18T05:39:05.7100159Z test_kl_multivariate_normal (__main__.TestKL) ... ok (0.037s) 2022-05-18T05:39:05.7307373Z test_kl_multivariate_normal_batched (__main__.TestKL) ... ok (0.020s) 2022-05-18T05:39:05.7515426Z test_kl_multivariate_normal_batched_broadcasted (__main__.TestKL) ... ok (0.021s) 2022-05-18T05:39:05.8134637Z test_kl_shape (__main__.TestKL) ... ok (0.062s) 2022-05-18T05:39:05.8294906Z test_kl_transformed (__main__.TestKL) ... ok (0.016s) 2022-05-18T05:39:05.8349899Z test_lazy_logits_initialization (__main__.TestLazyLogitsInitialization) ... ok (0.005s) 2022-05-18T05:39:05.8383824Z test_lazy_probs_initialization (__main__.TestLazyLogitsInitialization) ... ok (0.003s) 2022-05-18T05:39:05.8569973Z test_bernoulli_gradient (__main__.TestNumericalStability) ... ok (0.018s) 2022-05-18T05:39:05.8605961Z test_bernoulli_with_logits_overflow (__main__.TestNumericalStability) ... ok (0.003s) 2022-05-18T05:39:05.8641585Z test_bernoulli_with_logits_underflow (__main__.TestNumericalStability) ... ok (0.003s) 2022-05-18T05:39:05.8664484Z test_categorical_log_prob (__main__.TestNumericalStability) ... ok (0.002s) 2022-05-18T05:39:05.8693413Z test_categorical_log_prob_with_logits (__main__.TestNumericalStability) ... ok (0.003s) 2022-05-18T05:39:05.9066269Z test_continuous_bernoulli_gradient (__main__.TestNumericalStability) ... ok (0.037s) 2022-05-18T05:39:05.9120309Z test_continuous_bernoulli_with_logits_overflow (__main__.TestNumericalStability) ... ok (0.005s) 2022-05-18T05:39:05.9172310Z test_continuous_bernoulli_with_logits_underflow (__main__.TestNumericalStability) ... ok (0.005s) 2022-05-18T05:39:05.9198749Z test_multinomial_log_prob (__main__.TestNumericalStability) ... ok (0.003s) 2022-05-18T05:39:05.9232388Z test_multinomial_log_prob_with_logits (__main__.TestNumericalStability) ... ok (0.003s) 2022-05-18T05:39:05.9845970Z test_beta_wrt_alpha (__main__.TestRsample) ... ok (0.061s) 2022-05-18T05:39:06.0455716Z test_beta_wrt_beta (__main__.TestRsample) ... ok (0.061s) 2022-05-18T05:39:06.0803407Z test_chi2 (__main__.TestRsample) ... ok (0.035s) 2022-05-18T05:39:06.7010201Z test_dirichlet_multivariate (__main__.TestRsample) ... ok (0.620s) 2022-05-18T05:39:06.7640408Z test_dirichlet_on_diagonal (__main__.TestRsample) ... ok (0.063s) 2022-05-18T05:39:06.8806329Z test_dirichlet_tangent_field (__main__.TestRsample) ... ok (0.116s) 2022-05-18T05:39:06.9150772Z test_gamma (__main__.TestRsample) ... ok (0.034s) 2022-05-18T05:39:06.9418685Z test_invalid (__main__.TestValidation) ... ok (0.027s) 2022-05-18T05:39:07.3114868Z test_invalid_log_probs_arg (__main__.TestValidation) ... ok (0.370s) 2022-05-18T05:39:07.3288608Z test_valid (__main__.TestValidation) ... ok (0.017s) 2022-05-18T05:39:07.3348045Z test_warning_unimplemented_constraints (__main__.TestValidation) ... ok (0.006s) 2022-05-18T05:39:07.3348652Z 2022-05-18T05:39:07.3349128Z ---------------------------------------------------------------------- 2022-05-18T05:39:07.3349511Z Ran 219 tests in 54.770s 2022-05-18T05:39:07.3352401Z 2022-05-18T05:39:07.3352868Z OK 2022-05-18T05:39:07.3353050Z 2022-05-18T05:39:07.3353187Z Generating XML reports... 2022-05-18T05:39:07.3392438Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestAgainstScipy-20220518053812.xml 2022-05-18T05:39:07.3396148Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestConstraints-20220518053812.xml 2022-05-18T05:39:07.3436743Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestDistributionShapes-20220518053812.xml 2022-05-18T05:39:07.3550357Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestDistributions-20220518053812.xml 2022-05-18T05:39:07.3555840Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestFunctors-20220518053812.xml 2022-05-18T05:39:07.3565453Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestJit-20220518053812.xml 2022-05-18T05:39:07.3578681Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestKL-20220518053812.xml 2022-05-18T05:39:07.3585175Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestLazyLogitsInitialization-20220518053812.xml 2022-05-18T05:39:07.3596005Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestNumericalStability-20220518053812.xml 2022-05-18T05:39:07.3605843Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestRsample-20220518053812.xml 2022-05-18T05:39:07.3612837Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestValidation-20220518053812.xml 2022-05-18T05:39:07.9357884Z Running test_mkldnn ... [2022-05-18 05:39:07.935280] 2022-05-18T05:39:07.9358565Z Executing ['/opt/conda/bin/python', 'test_mkldnn.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:39:07.935385] 2022-05-18T05:39:08.8980096Z Test results will be stored in test-reports/python-unittest/test_mkldnn 2022-05-18T05:39:08.8999952Z 2022-05-18T05:39:08.9000230Z Running tests... 2022-05-18T05:39:08.9000662Z ---------------------------------------------------------------------- 2022-05-18T05:39:10.5643710Z test_0_dimension_tensor (__main__.TestMkldnn) ... ok (1.664s) 2022-05-18T05:39:10.6367954Z test_adaptive_avg_pool2d (__main__.TestMkldnn) ... ok (0.072s) 2022-05-18T05:39:10.7235837Z test_adaptive_avg_pool2d_bf16 (__main__.TestMkldnn) ... ok (0.087s) 2022-05-18T05:39:10.7602396Z test_add (__main__.TestMkldnn) ... ok (0.036s) 2022-05-18T05:39:10.7667360Z test_autograd_from_mkldnn (__main__.TestMkldnn) ... ok (0.007s) 2022-05-18T05:39:10.7782833Z test_autograd_to_mkldnn (__main__.TestMkldnn) ... ok (0.011s) 2022-05-18T05:39:10.7924712Z test_avg_pool2d (__main__.TestMkldnn) ... ok (0.014s) 2022-05-18T05:39:10.8131181Z test_avg_pool2d_bf16 (__main__.TestMkldnn) ... ok (0.021s) 2022-05-18T05:39:10.8192992Z test_avg_pool2d_stride_none (__main__.TestMkldnn) ... ok (0.006s) 2022-05-18T05:39:11.5558198Z test_avg_pool3d (__main__.TestMkldnn) ... ok (0.736s) 2022-05-18T05:39:12.2890599Z test_avg_pool3d_bf16 (__main__.TestMkldnn) ... ok (0.733s) 2022-05-18T05:39:12.3285591Z test_batch_norm_2d (__main__.TestMkldnn) ... /opt/conda/lib/python3.9/site-packages/torch/jit/_trace.py:744: UserWarning: The input to trace is already a ScriptModule, tracing it is a no-op. Returning the object as is. 2022-05-18T05:39:12.3286561Z warnings.warn( 2022-05-18T05:39:12.3531162Z ok (0.064s) 2022-05-18T05:39:12.3844492Z test_batch_norm_2d_bf16 (__main__.TestMkldnn) ... ok (0.031s) 2022-05-18T05:39:12.9459208Z test_batch_norm_3d (__main__.TestMkldnn) ... ok (0.561s) 2022-05-18T05:39:13.2666281Z test_batch_norm_3d_bf16 (__main__.TestMkldnn) ... ok (0.321s) 2022-05-18T05:39:13.2693856Z test_clone (__main__.TestMkldnn) ... ok (0.003s) 2022-05-18T05:39:13.3976672Z test_conv1d (__main__.TestMkldnn) ... ok (0.128s) 2022-05-18T05:39:13.4725229Z test_conv1d_bf16 (__main__.TestMkldnn) ... ok (0.075s) 2022-05-18T05:39:13.4743155Z test_conv1d_functional (__main__.TestMkldnn) ... ok (0.002s) 2022-05-18T05:39:13.9660981Z test_conv2d (__main__.TestMkldnn) ... ok (0.491s) 2022-05-18T05:39:14.0656309Z test_conv2d_bf16 (__main__.TestMkldnn) ... ok (0.099s) 2022-05-18T05:39:14.0670838Z test_conv2d_legacy_jit_model (__main__.TestMkldnn) 2022-05-18T05:39:14.0785518Z MKLDNN integration used to serialize models with 5d weight for grouped ... ok (0.013s) 2022-05-18T05:39:14.3943106Z test_conv2d_nhwc (__main__.TestMkldnn) ... ok (0.315s) 2022-05-18T05:39:14.3952059Z test_conv2d_nhwc_bf16 (__main__.TestMkldnn) ... ok (0.001s) 2022-05-18T05:39:15.7751498Z test_conv3d (__main__.TestMkldnn) ... ok (1.380s) 2022-05-18T05:39:15.9815148Z test_conv3d_bf16 (__main__.TestMkldnn) ... ok (0.206s) 2022-05-18T05:39:16.0077371Z test_conversion (__main__.TestMkldnn) ... ok (0.026s) 2022-05-18T05:39:16.0226647Z test_copy (__main__.TestMkldnn) ... ok (0.015s) 2022-05-18T05:39:16.0241962Z test_detach (__main__.TestMkldnn) ... ok (0.001s) 2022-05-18T05:39:16.0257084Z test_empty (__main__.TestMkldnn) ... ok (0.001s) 2022-05-18T05:39:16.0289312Z test_gelu (__main__.TestMkldnn) ... ok (0.003s) 2022-05-18T05:39:16.0352615Z test_gelu_bf16 (__main__.TestMkldnn) ... ok (0.006s) 2022-05-18T05:39:16.0361654Z test_is_mkldnn (__main__.TestMkldnn) ... ok (0.001s) 2022-05-18T05:39:16.0427569Z test_is_mkldnn_jit (__main__.TestMkldnn) ... ok (0.006s) 2022-05-18T05:39:16.0512732Z test_legacy_new_failure (__main__.TestMkldnn) ... ok (0.008s) 2022-05-18T05:39:16.0741734Z test_linear (__main__.TestMkldnn) ... ok (0.023s) 2022-05-18T05:39:16.0791941Z test_linear_backward (__main__.TestMkldnn) ... ok (0.005s) 2022-05-18T05:39:16.1057766Z test_linear_bf16 (__main__.TestMkldnn) ... ok (0.027s) 2022-05-18T05:39:16.1110596Z test_linear_non_contiguous_weight (__main__.TestMkldnn) ... ok (0.005s) 2022-05-18T05:39:16.2220616Z test_max_pool2d (__main__.TestMkldnn) ... ok (0.111s) 2022-05-18T05:39:16.3922170Z test_max_pool2d_bf16 (__main__.TestMkldnn) ... ok (0.170s) 2022-05-18T05:39:16.4023728Z test_max_pool2d_stride_none (__main__.TestMkldnn) ... ok (0.010s) 2022-05-18T05:39:25.4408622Z test_max_pool3d (__main__.TestMkldnn) ... ok (9.038s) 2022-05-18T05:39:27.9843765Z test_max_pool3d_bf16 (__main__.TestMkldnn) ... ok (2.543s) 2022-05-18T05:39:27.9976266Z test_max_pool_unsupported (__main__.TestMkldnn) ... ok (0.013s) 2022-05-18T05:39:28.0340636Z test_mul (__main__.TestMkldnn) ... ok (0.036s) 2022-05-18T05:39:31.5957498Z test_prelu (__main__.TestMkldnn) ... ok (3.562s) 2022-05-18T05:39:33.1931962Z test_prelu_bf16 (__main__.TestMkldnn) ... ok (1.597s) 2022-05-18T05:39:33.1960725Z test_relu (__main__.TestMkldnn) ... ok (0.003s) 2022-05-18T05:39:33.1984322Z test_relu_ (__main__.TestMkldnn) ... ok (0.002s) 2022-05-18T05:39:33.2033534Z test_relu_bf16 (__main__.TestMkldnn) ... ok (0.005s) 2022-05-18T05:39:33.2073824Z test_relu_inplace_bf16 (__main__.TestMkldnn) ... ok (0.004s) 2022-05-18T05:39:33.2092664Z test_repr (__main__.TestMkldnn) ... ok (0.002s) 2022-05-18T05:39:33.2112695Z test_reshape (__main__.TestMkldnn) ... ok (0.002s) 2022-05-18T05:39:33.2137686Z test_reshape_backward (__main__.TestMkldnn) ... ok (0.002s) 2022-05-18T05:39:33.2199629Z test_reshape_blocked_format (__main__.TestMkldnn) ... ok (0.006s) 2022-05-18T05:39:33.5885383Z test_resnet18 (__main__.TestMkldnn) ... ok (0.368s) 2022-05-18T05:39:34.4396433Z test_resnext50_32x4d (__main__.TestMkldnn) ... ok (0.851s) 2022-05-18T05:39:34.4427711Z test_set_data_tensorimpl_type (__main__.TestMkldnn) ... ok (0.003s) 2022-05-18T05:39:34.4446849Z test_sigmoid (__main__.TestMkldnn) ... ok (0.002s) 2022-05-18T05:39:34.4473850Z test_softmax (__main__.TestMkldnn) ... ok (0.003s) 2022-05-18T05:39:34.4493759Z test_tanh (__main__.TestMkldnn) ... ok (0.002s) 2022-05-18T05:39:34.4535470Z test_transpose (__main__.TestMkldnn) ... ok (0.004s) 2022-05-18T05:39:34.5557339Z test_unsupported (__main__.TestMkldnn) ... ok (0.102s) 2022-05-18T05:39:34.5624811Z test_view (__main__.TestMkldnn) ... ok (0.007s) 2022-05-18T05:39:34.5637651Z test_zero_ (__main__.TestMkldnn) ... ok (0.001s) 2022-05-18T05:39:34.5640709Z 2022-05-18T05:39:34.5641838Z ---------------------------------------------------------------------- 2022-05-18T05:39:34.5642508Z Ran 66 tests in 25.664s 2022-05-18T05:39:34.5642811Z 2022-05-18T05:39:34.5646952Z OK 2022-05-18T05:39:34.5647363Z 2022-05-18T05:39:34.5647731Z Generating XML reports... 2022-05-18T05:39:34.5734843Z Generated XML report: test-reports/python-unittest/test_mkldnn/TEST-TestMkldnn-20220518053908.xml 2022-05-18T05:39:34.8510259Z Running test_multiprocessing ... [2022-05-18 05:39:34.850444] 2022-05-18T05:39:34.8510966Z Executing ['/opt/conda/bin/python', 'test_multiprocessing.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:39:34.850555] 2022-05-18T05:39:35.7421464Z Test results will be stored in test-reports/python-unittest/test_multiprocessing 2022-05-18T05:39:35.7454036Z 2022-05-18T05:39:35.7454342Z Running tests... 2022-05-18T05:39:35.7454812Z ---------------------------------------------------------------------- 2022-05-18T05:39:37.3928366Z test_autograd_errors (__main__.TestMultiprocessing) ... ok (1.647s) 2022-05-18T05:39:38.3269583Z test_autograd_fine_with_spawn (__main__.TestMultiprocessing) ... ok (0.934s) 2022-05-18T05:39:38.3579340Z test_cuda_bad_call (__main__.TestMultiprocessing) ... ok (0.031s) 2022-05-18T05:39:42.1476215Z test_cuda_ipc_deadlock (__main__.TestMultiprocessing) ... [W CudaIPCTypes.cpp:15] Producer process has been terminated before all shared CUDA tensors released. See Note [Sharing CUDA tensors] 2022-05-18T05:39:42.3030689Z ok (3.945s) 2022-05-18T05:39:44.6007875Z test_cuda_memory_allocation (__main__.TestMultiprocessing) ... ok (2.297s) 2022-05-18T05:39:44.6196832Z test_cuda_parameter_sharing (__main__.TestMultiprocessing) ... /opt/conda/lib/python3.9/site-packages/torch/utils/hooks.py:59: UserWarning: backward hook .hook at 0x7fd4104b7430> on tensor will not be serialized. If this is expected, you can decorate the function with @torch.utils.hooks.unserializable_hook to suppress this warning 2022-05-18T05:39:44.6197997Z warnings.warn("backward hook {} on tensor will not be " 2022-05-18T05:39:46.8911301Z ok (2.290s) 2022-05-18T05:39:46.8933880Z test_cuda_send_many (__main__.TestMultiprocessing) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:39:51.3501061Z test_cuda_simple (__main__.TestMultiprocessing) ... [W CudaIPCTypes.cpp:15] Producer process has been terminated before all shared CUDA tensors released. See Note [Sharing CUDA tensors] 2022-05-18T05:39:51.5112005Z ok (4.617s) 2022-05-18T05:39:51.5128800Z test_cuda_small_tensors (__main__.TestMultiprocessing) ... skip: found only 1 GPU (0.002s) 2022-05-18T05:39:56.0499304Z test_cuda_variable_sharing (__main__.TestMultiprocessing) ... ok (4.537s) 2022-05-18T05:39:56.0511507Z test_empty_shared (__main__.TestMultiprocessing) ... ok (0.001s) 2022-05-18T05:39:56.0542467Z test_empty_tensor_sharing (__main__.TestMultiprocessing) ... ok (0.003s) 2022-05-18T05:39:56.0575499Z test_empty_tensor_sharing_cuda (__main__.TestMultiprocessing) ... ok (0.003s) 2022-05-18T05:39:58.3234122Z test_event (__main__.TestMultiprocessing) ... ok (2.265s) 2022-05-18T05:40:00.6796473Z test_event_handle_exporter (__main__.TestMultiprocessing) ... ok (2.356s) 2022-05-18T05:40:03.0383479Z test_event_handle_importer (__main__.TestMultiprocessing) ... ok (2.358s) 2022-05-18T05:40:03.0397360Z test_event_handle_multi_gpu (__main__.TestMultiprocessing) ... skip: found only 1 GPU (0.001s) 2022-05-18T05:40:05.3746211Z test_event_multiprocess (__main__.TestMultiprocessing) ... ok (2.334s) 2022-05-18T05:40:05.3756226Z test_fd_pool (__main__.TestMultiprocessing) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/69660 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:40:05.6006487Z test_fd_preserve_sharing (__main__.TestMultiprocessing) ... ok (0.225s) 2022-05-18T05:40:05.6012345Z test_fd_sharing (__main__.TestMultiprocessing) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/68831 for platform(s) win, 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:40:05.6023432Z test_fs (__main__.TestMultiprocessing) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/76866 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.001s) 2022-05-18T05:40:05.8785247Z test_fs_is_shared (__main__.TestMultiprocessing) ... ok (0.276s) 2022-05-18T05:40:05.8795903Z test_fs_pool (__main__.TestMultiprocessing) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/69659 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:40:06.0341362Z test_fs_preserve_sharing (__main__.TestMultiprocessing) ... ok (0.154s) 2022-05-18T05:40:06.0345747Z test_fs_sharing (__main__.TestMultiprocessing) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-05-18T05:40:06.0641717Z test_inherit_tensor (__main__.TestMultiprocessing) ... ok (0.029s) 2022-05-18T05:40:07.0795916Z test_integer_parameter_serialization_cpu (__main__.TestMultiprocessing) ... ok (1.015s) 2022-05-18T05:40:09.2965161Z test_integer_parameter_serialization_cuda (__main__.TestMultiprocessing) ... ok (2.217s) 2022-05-18T05:40:09.2978474Z test_is_shared (__main__.TestMultiprocessing) ... ok (0.001s) 2022-05-18T05:40:09.2988519Z test_is_shared_cuda (__main__.TestMultiprocessing) ... ok (0.001s) 2022-05-18T05:40:13.5919544Z test_leaf_variable_sharing (__main__.TestMultiprocessing) ... ok (4.293s) 2022-05-18T05:40:20.7352116Z test_mixed_types_cuda_sharing (__main__.TestMultiprocessing) ... ok (7.143s) 2022-05-18T05:40:20.7381025Z test_non_leaf_variable_sharing (__main__.TestMultiprocessing) ... ok (0.003s) 2022-05-18T05:40:20.7546625Z test_parameter_sharing (__main__.TestMultiprocessing) ... /opt/conda/lib/python3.9/site-packages/torch/utils/hooks.py:59: UserWarning: backward hook .hook at 0x7fd4104b74c0> on tensor will not be serialized. If this is expected, you can decorate the function with @torch.utils.hooks.unserializable_hook to suppress this warning 2022-05-18T05:40:20.7547455Z warnings.warn("backward hook {} on tensor will not be " 2022-05-18T05:40:20.7729698Z ok (0.034s) 2022-05-18T05:40:20.7900436Z test_variable_sharing (__main__.TestMultiprocessing) ... /opt/conda/lib/python3.9/site-packages/torch/utils/hooks.py:59: UserWarning: backward hook .hook at 0x7fd4104b71f0> on tensor will not be serialized. If this is expected, you can decorate the function with @torch.utils.hooks.unserializable_hook to suppress this warning 2022-05-18T05:40:20.7901396Z warnings.warn("backward hook {} on tensor will not be " 2022-05-18T05:40:20.8375820Z ok (0.064s) 2022-05-18T05:40:23.0738736Z test_wrong_cuda_fork (__main__.TestMultiprocessing) ... ok (2.236s) 2022-05-18T05:40:23.0739923Z 2022-05-18T05:40:23.0740567Z ---------------------------------------------------------------------- 2022-05-18T05:40:23.0742297Z Ran 37 tests in 47.328s 2022-05-18T05:40:23.0743917Z 2022-05-18T05:40:23.0744166Z OK (skipped=8) 2022-05-18T05:40:23.0744338Z 2022-05-18T05:40:23.0744472Z Generating XML reports... 2022-05-18T05:40:23.0818666Z Generated XML report: test-reports/python-unittest/test_multiprocessing/TEST-TestMultiprocessing-20220518053935.xml 2022-05-18T05:40:23.3548011Z Running test_dispatch ... [2022-05-18 05:40:23.354255] 2022-05-18T05:40:23.3548681Z Executing ['/opt/conda/bin/python', 'test_dispatch.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:40:23.354359] 2022-05-18T05:40:24.6812477Z Test results will be stored in test-reports/python-unittest/test_dispatch 2022-05-18T05:40:24.6834512Z 2022-05-18T05:40:24.6834678Z Running tests... 2022-05-18T05:40:24.6835699Z ---------------------------------------------------------------------- 2022-05-18T05:40:26.1327659Z test_all_invariants (__main__.TestDispatch) ... ok (1.449s) 2022-05-18T05:40:37.0701075Z test_computed_table (__main__.TestDispatch) ... ok (10.937s) 2022-05-18T05:40:37.0866448Z test_computed_table_with_ambiguous_autogradother (__main__.TestDispatch) ... ok (0.017s) 2022-05-18T05:40:37.0888102Z test_computed_table_with_autograd (__main__.TestDispatch) ... ok (0.002s) 2022-05-18T05:40:37.4009678Z test_computed_table_with_cpu_autograd_defaultbackend (__main__.TestDispatch) ... ok (0.312s) 2022-05-18T05:40:37.7260722Z test_computed_table_with_cpu_autograd_math (__main__.TestDispatch) ... ok (0.325s) 2022-05-18T05:40:48.2158513Z test_computed_table_with_cpu_autograd_math_defaultbackend (__main__.TestDispatch) ... ok (10.490s) 2022-05-18T05:40:48.2316455Z test_computed_table_with_cpu_defaultbackend (__main__.TestDispatch) ... ok (0.016s) 2022-05-18T05:40:48.2480432Z test_computed_table_with_cpu_math (__main__.TestDispatch) ... ok (0.016s) 2022-05-18T05:40:48.2506833Z test_computed_table_with_cpu_math_autogradcpu_fallthrough (__main__.TestDispatch) ... ok (0.003s) 2022-05-18T05:40:48.2531006Z test_computed_table_with_math (__main__.TestDispatch) ... ok (0.002s) 2022-05-18T05:40:58.6599529Z test_def (__main__.TestDispatch) ... ok (10.407s) 2022-05-18T05:40:58.6732409Z test_def_impl_schema_mismatch (__main__.TestDispatch) ... ok (0.013s) 2022-05-18T05:40:58.6742149Z test_def_only (__main__.TestDispatch) ... ok (0.001s) 2022-05-18T05:40:58.6752221Z test_def_with_explicit_alias (__main__.TestDispatch) ... ok (0.001s) 2022-05-18T05:40:59.0187565Z test_def_with_inference (__main__.TestDispatch) ... ok (0.343s) 2022-05-18T05:40:59.0208635Z test_dispatch_print_registrations_for_dispatch_key_invalid (__main__.TestDispatch) ... ok (0.002s) 2022-05-18T05:40:59.0219734Z test_find_dangling_impls (__main__.TestDispatch) ... ok (0.001s) 2022-05-18T05:40:59.0231770Z test_find_dangling_impls_ext (__main__.TestDispatch) ... Using /var/lib/jenkins/.cache/torch_extensions/py39_cu102 as PyTorch extensions root... 2022-05-18T05:40:59.0234228Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py39_cu102/dangling_impl_extension... 2022-05-18T05:40:59.0929873Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py39_cu102/dangling_impl_extension/build.ninja... 2022-05-18T05:40:59.0937401Z Building extension module dangling_impl_extension... 2022-05-18T05:40:59.0939596Z Using envvar MAX_JOBS (14) as the number of workers... 2022-05-18T05:41:20.5544234Z [1/2] c++ -MMD -MF dangling_impl_extension.o.d -DTORCH_EXTENSION_NAME=dangling_impl_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 -g -c /var/lib/jenkins/workspace/test/cpp_extensions/dangling_impl_extension.cpp -o dangling_impl_extension.o 2022-05-18T05:41:20.8728882Z [2/2] c++ dangling_impl_extension.o -shared -L/opt/conda/lib/python3.9/site-packages/torch/lib -lc10 -ltorch_cpu -ltorch -ltorch_python -o dangling_impl_extension.so 2022-05-18T05:41:20.8794202Z Loading extension module dangling_impl_extension... 2022-05-18T05:41:20.8821670Z ok (21.860s) 2022-05-18T05:41:21.2116416Z test_impl_only (__main__.TestDispatch) ... ok (0.329s) 2022-05-18T05:41:21.2218521Z test_multiple_def_alias_defaulting (__main__.TestDispatch) ... ok (0.010s) 2022-05-18T05:41:21.2318448Z test_multiple_def_alias_mismatch (__main__.TestDispatch) ... ok (0.010s) 2022-05-18T05:41:21.2418153Z test_multiple_def_error (__main__.TestDispatch) ... ok (0.010s) 2022-05-18T05:41:21.2524219Z test_multiple_fallback (__main__.TestDispatch) ... ok (0.010s) 2022-05-18T05:41:21.2535017Z test_overwrite_math (__main__.TestDispatch) ... [W OperatorEntry.cpp:133] Warning: Overriding a previously registered kernel for the same operator and the same dispatch key 2022-05-18T05:41:21.2536854Z operator: __test45643__::foo 2022-05-18T05:41:21.2537329Z no debug info 2022-05-18T05:41:21.2537602Z dispatch key: (catch all) 2022-05-18T05:41:21.2538026Z previous kernel: fn1 2022-05-18T05:41:21.2541250Z new kernel: fn2 (function registerKernel) 2022-05-18T05:41:21.2541774Z [W OperatorEntry.cpp:133] Warning: Overriding a previously registered kernel for the same operator and the same dispatch key 2022-05-18T05:41:21.2542219Z operator: __test45644__::foo 2022-05-18T05:41:21.2542484Z no debug info 2022-05-18T05:41:21.2542812Z dispatch key: (catch all) 2022-05-18T05:41:21.2543271Z previous kernel: fn1 2022-05-18T05:41:21.2545743Z new kernel: fn2 (function registerKernel) 2022-05-18T05:41:21.2546058Z ok (0.002s) 2022-05-18T05:41:21.2559074Z test_autogradother (__main__.TestPythonDispatcher) ... ok (0.001s) 2022-05-18T05:41:21.2569856Z test_basic (__main__.TestPythonDispatcher) ... ok (0.001s) 2022-05-18T05:41:21.2582937Z test_defaultbackend_autogradcpu (__main__.TestPythonDispatcher) ... ok (0.001s) 2022-05-18T05:41:21.2594646Z test_defaultbackend_math (__main__.TestPythonDispatcher) ... ok (0.001s) 2022-05-18T05:41:21.2603681Z test_duplicate_registrations (__main__.TestPythonDispatcher) ... ok (0.001s) 2022-05-18T05:41:21.2616122Z test_math_autogradcpu (__main__.TestPythonDispatcher) ... ok (0.001s) 2022-05-18T05:41:21.2896040Z test_quantized_structured_not_implemented (__main__.TestPythonDispatcher) ... ok (0.028s) 2022-05-18T05:41:21.2896343Z 2022-05-18T05:41:21.2896730Z ---------------------------------------------------------------------- 2022-05-18T05:41:21.2897073Z Ran 32 tests in 56.606s 2022-05-18T05:41:21.2897243Z 2022-05-18T05:41:21.2900950Z OK 2022-05-18T05:41:21.2901169Z 2022-05-18T05:41:21.2901479Z Generating XML reports... 2022-05-18T05:41:21.2960163Z Generated XML report: test-reports/python-unittest/test_dispatch/TEST-TestDispatch-20220518054024.xml 2022-05-18T05:41:21.2969089Z Generated XML report: test-reports/python-unittest/test_dispatch/TEST-TestPythonDispatcher-20220518054024.xml 2022-05-18T05:41:21.6373585Z Running test_modules ... [2022-05-18 05:41:21.636867] 2022-05-18T05:41:21.6374261Z Executing ['/opt/conda/bin/python', 'test_modules.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:41:21.636971] 2022-05-18T05:41:24.7027533Z Test results will be stored in test-reports/python-unittest/test_modules 2022-05-18T05:41:24.7175515Z 2022-05-18T05:41:24.7175943Z Running tests... 2022-05-18T05:41:24.7176438Z ---------------------------------------------------------------------- 2022-05-18T05:41:24.7331656Z test_check_inplace_nn_ELU_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.015s) 2022-05-18T05:41:24.7360876Z test_check_inplace_nn_ELU_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-05-18T05:41:24.7438011Z test_check_inplace_nn_Hardswish_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.008s) 2022-05-18T05:41:24.7467183Z test_check_inplace_nn_Hardswish_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-05-18T05:41:24.7564962Z test_check_inplace_nn_ReLU_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-05-18T05:41:24.7594007Z test_check_inplace_nn_ReLU_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-05-18T05:41:24.7682033Z test_cpu_gpu_parity_nn_AdaptiveAvgPool2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-05-18T05:41:24.7721864Z test_cpu_gpu_parity_nn_AdaptiveAvgPool2d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.004s) 2022-05-18T05:41:24.7812037Z test_cpu_gpu_parity_nn_AvgPool1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-05-18T05:41:24.7850915Z test_cpu_gpu_parity_nn_AvgPool1d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.004s) 2022-05-18T05:41:25.3667700Z test_cpu_gpu_parity_nn_BatchNorm2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.581s) 2022-05-18T05:41:25.3707064Z test_cpu_gpu_parity_nn_BatchNorm2d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.004s) 2022-05-18T05:41:25.3828333Z test_cpu_gpu_parity_nn_BatchNorm3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.012s) 2022-05-18T05:41:25.3869897Z test_cpu_gpu_parity_nn_BatchNorm3d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.004s) 2022-05-18T05:41:25.5747179Z test_cpu_gpu_parity_nn_Bilinear_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.187s) 2022-05-18T05:41:25.5787246Z test_cpu_gpu_parity_nn_Bilinear_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.004s) 2022-05-18T05:41:25.6293724Z test_cpu_gpu_parity_nn_Conv1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.050s) 2022-05-18T05:41:25.6332359Z test_cpu_gpu_parity_nn_Conv1d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.004s) 2022-05-18T05:41:25.6783855Z test_cpu_gpu_parity_nn_Conv2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.045s) 2022-05-18T05:41:25.6822739Z test_cpu_gpu_parity_nn_Conv2d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.004s) 2022-05-18T05:41:25.7526689Z test_cpu_gpu_parity_nn_Conv3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.070s) 2022-05-18T05:41:25.7565395Z test_cpu_gpu_parity_nn_Conv3d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.004s) 2022-05-18T05:41:25.7768979Z test_cpu_gpu_parity_nn_ConvTranspose1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.020s) 2022-05-18T05:41:25.7808333Z test_cpu_gpu_parity_nn_ConvTranspose1d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.004s) 2022-05-18T05:41:25.8013798Z test_cpu_gpu_parity_nn_ConvTranspose2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.020s) 2022-05-18T05:41:25.8052111Z test_cpu_gpu_parity_nn_ConvTranspose2d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.004s) 2022-05-18T05:41:25.8271459Z test_cpu_gpu_parity_nn_ConvTranspose3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.022s) 2022-05-18T05:41:25.8309656Z test_cpu_gpu_parity_nn_ConvTranspose3d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.004s) 2022-05-18T05:41:25.8981965Z test_cpu_gpu_parity_nn_CrossEntropyLoss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.067s) 2022-05-18T05:41:25.9019272Z test_cpu_gpu_parity_nn_CrossEntropyLoss_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.004s) 2022-05-18T05:41:25.9202809Z test_cpu_gpu_parity_nn_ELU_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.018s) 2022-05-18T05:41:25.9240889Z test_cpu_gpu_parity_nn_ELU_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.004s) 2022-05-18T05:41:25.9410643Z test_cpu_gpu_parity_nn_Embedding_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.017s) 2022-05-18T05:41:25.9448930Z test_cpu_gpu_parity_nn_Embedding_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.004s) 2022-05-18T05:41:25.9749404Z test_cpu_gpu_parity_nn_GRUCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.030s) 2022-05-18T05:41:25.9787982Z test_cpu_gpu_parity_nn_GRUCell_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.004s) 2022-05-18T05:41:26.8019619Z test_cpu_gpu_parity_nn_GRU_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.823s) 2022-05-18T05:41:26.8057226Z test_cpu_gpu_parity_nn_GRU_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.004s) 2022-05-18T05:41:26.8376433Z test_cpu_gpu_parity_nn_GaussianNLLLoss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.032s) 2022-05-18T05:41:26.8414751Z test_cpu_gpu_parity_nn_GaussianNLLLoss_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.004s) 2022-05-18T05:41:26.8525272Z test_cpu_gpu_parity_nn_Hardswish_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-05-18T05:41:26.8563447Z test_cpu_gpu_parity_nn_Hardswish_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.004s) 2022-05-18T05:41:26.8862786Z test_cpu_gpu_parity_nn_L1Loss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.030s) 2022-05-18T05:41:26.8899855Z test_cpu_gpu_parity_nn_L1Loss_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.004s) 2022-05-18T05:41:26.9468208Z test_cpu_gpu_parity_nn_LSTMCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.057s) 2022-05-18T05:41:26.9510715Z test_cpu_gpu_parity_nn_LSTMCell_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.004s) 2022-05-18T05:41:29.6447058Z test_cpu_gpu_parity_nn_LSTM_cuda_float32 (__main__.TestModuleCUDA) ... ok (2.693s) 2022-05-18T05:41:29.6485288Z test_cpu_gpu_parity_nn_LSTM_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.004s) 2022-05-18T05:41:29.6522715Z test_cpu_gpu_parity_nn_LazyConv1d_cuda_float32 (__main__.TestModuleCUDA) ... skip: Skipped! (0.004s) 2022-05-18T05:41:29.6560286Z test_cpu_gpu_parity_nn_LazyConv1d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.004s) 2022-05-18T05:41:29.6598255Z test_cpu_gpu_parity_nn_LazyConv2d_cuda_float32 (__main__.TestModuleCUDA) ... skip: Skipped! (0.004s) 2022-05-18T05:41:29.6636604Z test_cpu_gpu_parity_nn_LazyConv2d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.004s) 2022-05-18T05:41:29.6674817Z test_cpu_gpu_parity_nn_LazyConv3d_cuda_float32 (__main__.TestModuleCUDA) ... skip: Skipped! (0.004s) 2022-05-18T05:41:29.6712373Z test_cpu_gpu_parity_nn_LazyConv3d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.004s) 2022-05-18T05:41:29.6749745Z test_cpu_gpu_parity_nn_LazyConvTranspose1d_cuda_float32 (__main__.TestModuleCUDA) ... skip: Skipped! (0.004s) 2022-05-18T05:41:29.6787542Z test_cpu_gpu_parity_nn_LazyConvTranspose1d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.004s) 2022-05-18T05:41:29.6826005Z test_cpu_gpu_parity_nn_LazyConvTranspose2d_cuda_float32 (__main__.TestModuleCUDA) ... skip: Skipped! (0.004s) 2022-05-18T05:41:29.6864275Z test_cpu_gpu_parity_nn_LazyConvTranspose2d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.004s) 2022-05-18T05:41:29.6906382Z test_cpu_gpu_parity_nn_LazyConvTranspose3d_cuda_float32 (__main__.TestModuleCUDA) ... skip: Skipped! (0.004s) 2022-05-18T05:41:29.6944168Z test_cpu_gpu_parity_nn_LazyConvTranspose3d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.004s) 2022-05-18T05:41:29.7180799Z test_cpu_gpu_parity_nn_Linear_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.024s) 2022-05-18T05:41:29.7220995Z test_cpu_gpu_parity_nn_Linear_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.004s) 2022-05-18T05:41:31.9231316Z test_cpu_gpu_parity_nn_MultiheadAttention_cuda_float32 (__main__.TestModuleCUDA) ... ok (2.201s) 2022-05-18T05:41:31.9271297Z test_cpu_gpu_parity_nn_MultiheadAttention_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.004s) 2022-05-18T05:41:31.9601590Z test_cpu_gpu_parity_nn_NLLLoss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.033s) 2022-05-18T05:41:31.9640388Z test_cpu_gpu_parity_nn_NLLLoss_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.004s) 2022-05-18T05:41:32.0035039Z test_cpu_gpu_parity_nn_RNNCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.039s) 2022-05-18T05:41:32.0073863Z test_cpu_gpu_parity_nn_RNNCell_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.004s) 2022-05-18T05:41:33.3968551Z test_cpu_gpu_parity_nn_RNN_cuda_float32 (__main__.TestModuleCUDA) ... ok (1.389s) 2022-05-18T05:41:33.4007731Z test_cpu_gpu_parity_nn_RNN_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.004s) 2022-05-18T05:41:33.4152839Z test_cpu_gpu_parity_nn_ReLU_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.014s) 2022-05-18T05:41:33.4193689Z test_cpu_gpu_parity_nn_ReLU_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.004s) 2022-05-18T05:41:33.4305897Z test_cpu_gpu_parity_nn_Sigmoid_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-05-18T05:41:33.4344715Z test_cpu_gpu_parity_nn_Sigmoid_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.004s) 2022-05-18T05:41:34.3034223Z test_cpu_gpu_parity_nn_TransformerDecoderLayer_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.869s) 2022-05-18T05:41:34.3070591Z test_cpu_gpu_parity_nn_TransformerDecoderLayer_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.004s) 2022-05-18T05:41:34.8645100Z test_cpu_gpu_parity_nn_TransformerEncoderLayer_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.557s) 2022-05-18T05:41:34.8681967Z test_cpu_gpu_parity_nn_TransformerEncoderLayer_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.004s) 2022-05-18T05:41:36.2544119Z test_cpu_gpu_parity_nn_Transformer_cuda_float32 (__main__.TestModuleCUDA) ... ok (1.386s) 2022-05-18T05:41:36.2580952Z test_cpu_gpu_parity_nn_Transformer_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.004s) 2022-05-18T05:41:36.2616807Z test_cpu_gpu_parity_nn_quantized_MaxPool2d_cuda_float32 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-05-18T05:41:36.2653166Z test_cpu_gpu_parity_nn_quantized_MaxPool2d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.004s) 2022-05-18T05:41:36.2693537Z test_factory_kwargs_nn_AdaptiveAvgPool2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-05-18T05:41:36.2722468Z test_factory_kwargs_nn_AdaptiveAvgPool2d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-05-18T05:41:36.2761969Z test_factory_kwargs_nn_AvgPool1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-05-18T05:41:36.2791162Z test_factory_kwargs_nn_AvgPool1d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-05-18T05:41:36.2848817Z test_factory_kwargs_nn_BatchNorm2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-05-18T05:41:36.2878065Z test_factory_kwargs_nn_BatchNorm2d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-05-18T05:41:36.2933633Z test_factory_kwargs_nn_BatchNorm3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-05-18T05:41:36.2963111Z test_factory_kwargs_nn_BatchNorm3d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-05-18T05:41:36.3042854Z test_factory_kwargs_nn_Bilinear_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.008s) 2022-05-18T05:41:36.3072189Z test_factory_kwargs_nn_Bilinear_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-05-18T05:41:36.3171853Z test_factory_kwargs_nn_Conv1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-05-18T05:41:36.3204467Z test_factory_kwargs_nn_Conv1d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-05-18T05:41:36.3320895Z test_factory_kwargs_nn_Conv2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.012s) 2022-05-18T05:41:36.3353113Z test_factory_kwargs_nn_Conv2d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-05-18T05:41:36.3455620Z test_factory_kwargs_nn_Conv3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-05-18T05:41:36.3485062Z test_factory_kwargs_nn_Conv3d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-05-18T05:41:36.3550969Z test_factory_kwargs_nn_ConvTranspose1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-05-18T05:41:36.3583322Z test_factory_kwargs_nn_ConvTranspose1d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-05-18T05:41:36.3654295Z test_factory_kwargs_nn_ConvTranspose2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-05-18T05:41:36.3686306Z test_factory_kwargs_nn_ConvTranspose2d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-05-18T05:41:36.3753320Z test_factory_kwargs_nn_ConvTranspose3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-05-18T05:41:36.3785858Z test_factory_kwargs_nn_ConvTranspose3d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-05-18T05:41:36.4522361Z test_factory_kwargs_nn_CrossEntropyLoss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.073s) 2022-05-18T05:41:36.4551383Z test_factory_kwargs_nn_CrossEntropyLoss_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-05-18T05:41:36.4611754Z test_factory_kwargs_nn_ELU_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-05-18T05:41:36.4641548Z test_factory_kwargs_nn_ELU_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-05-18T05:41:36.4702256Z test_factory_kwargs_nn_Embedding_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-05-18T05:41:36.4734420Z test_factory_kwargs_nn_Embedding_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-05-18T05:41:36.4809663Z test_factory_kwargs_nn_GRUCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-05-18T05:41:36.4839016Z test_factory_kwargs_nn_GRUCell_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-05-18T05:41:36.5477653Z test_factory_kwargs_nn_GRU_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.064s) 2022-05-18T05:41:36.5510101Z test_factory_kwargs_nn_GRU_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-05-18T05:41:36.5584039Z test_factory_kwargs_nn_GaussianNLLLoss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-05-18T05:41:36.5616136Z test_factory_kwargs_nn_GaussianNLLLoss_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-05-18T05:41:36.5664462Z test_factory_kwargs_nn_Hardswish_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-05-18T05:41:36.5696368Z test_factory_kwargs_nn_Hardswish_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-05-18T05:41:36.5786966Z test_factory_kwargs_nn_L1Loss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-05-18T05:41:36.5818519Z test_factory_kwargs_nn_L1Loss_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-05-18T05:41:36.5895741Z test_factory_kwargs_nn_LSTMCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.008s) 2022-05-18T05:41:36.5925021Z test_factory_kwargs_nn_LSTMCell_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-05-18T05:41:36.7297987Z test_factory_kwargs_nn_LSTM_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.137s) 2022-05-18T05:41:36.7328013Z test_factory_kwargs_nn_LSTM_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-05-18T05:41:36.7357089Z test_factory_kwargs_nn_LazyConv1d_cuda_float32 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-05-18T05:41:36.7386917Z test_factory_kwargs_nn_LazyConv1d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-05-18T05:41:36.7415873Z test_factory_kwargs_nn_LazyConv2d_cuda_float32 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-05-18T05:41:36.7447152Z test_factory_kwargs_nn_LazyConv2d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-05-18T05:41:36.7476401Z test_factory_kwargs_nn_LazyConv3d_cuda_float32 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-05-18T05:41:36.7505582Z test_factory_kwargs_nn_LazyConv3d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-05-18T05:41:36.7534333Z test_factory_kwargs_nn_LazyConvTranspose1d_cuda_float32 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-05-18T05:41:36.7563798Z test_factory_kwargs_nn_LazyConvTranspose1d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-05-18T05:41:36.7593372Z test_factory_kwargs_nn_LazyConvTranspose2d_cuda_float32 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-05-18T05:41:36.7622550Z test_factory_kwargs_nn_LazyConvTranspose2d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-05-18T05:41:36.7651403Z test_factory_kwargs_nn_LazyConvTranspose3d_cuda_float32 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-05-18T05:41:36.7681129Z test_factory_kwargs_nn_LazyConvTranspose3d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-05-18T05:41:36.7764016Z test_factory_kwargs_nn_Linear_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.008s) 2022-05-18T05:41:36.7795122Z test_factory_kwargs_nn_Linear_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-05-18T05:41:36.9480997Z test_factory_kwargs_nn_MultiheadAttention_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.168s) 2022-05-18T05:41:36.9512605Z test_factory_kwargs_nn_MultiheadAttention_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-05-18T05:41:37.0197078Z test_factory_kwargs_nn_NLLLoss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.068s) 2022-05-18T05:41:37.0229046Z test_factory_kwargs_nn_NLLLoss_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-05-18T05:41:37.0333233Z test_factory_kwargs_nn_RNNCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-05-18T05:41:37.0365371Z test_factory_kwargs_nn_RNNCell_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-05-18T05:41:37.1587379Z test_factory_kwargs_nn_RNN_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.122s) 2022-05-18T05:41:37.1616430Z test_factory_kwargs_nn_RNN_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-05-18T05:41:37.1670325Z test_factory_kwargs_nn_ReLU_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-05-18T05:41:37.1699211Z test_factory_kwargs_nn_ReLU_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-05-18T05:41:37.1746520Z test_factory_kwargs_nn_Sigmoid_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-05-18T05:41:37.1778624Z test_factory_kwargs_nn_Sigmoid_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-05-18T05:41:37.3044812Z test_factory_kwargs_nn_TransformerDecoderLayer_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.126s) 2022-05-18T05:41:37.3074544Z test_factory_kwargs_nn_TransformerDecoderLayer_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-05-18T05:41:37.3979999Z test_factory_kwargs_nn_TransformerEncoderLayer_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.090s) 2022-05-18T05:41:37.4009449Z test_factory_kwargs_nn_TransformerEncoderLayer_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-05-18T05:41:37.6914203Z test_factory_kwargs_nn_Transformer_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.290s) 2022-05-18T05:41:37.6944707Z test_factory_kwargs_nn_Transformer_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-05-18T05:41:37.6999608Z test_factory_kwargs_nn_quantized_MaxPool2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-05-18T05:41:37.7031891Z test_factory_kwargs_nn_quantized_MaxPool2d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-05-18T05:41:37.7060318Z test_forward_nn_AdaptiveAvgPool2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-05-18T05:41:37.7083310Z test_forward_nn_AdaptiveAvgPool2d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.002s) 2022-05-18T05:41:37.7120824Z test_forward_nn_AvgPool1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-05-18T05:41:37.7141937Z test_forward_nn_AvgPool1d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.002s) 2022-05-18T05:41:37.7182387Z test_forward_nn_BatchNorm2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-05-18T05:41:37.7203922Z test_forward_nn_BatchNorm2d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.002s) 2022-05-18T05:41:37.7255948Z test_forward_nn_BatchNorm3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-05-18T05:41:37.7277611Z test_forward_nn_BatchNorm3d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.002s) 2022-05-18T05:41:37.7373977Z test_forward_nn_Bilinear_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-05-18T05:41:37.7395399Z test_forward_nn_Bilinear_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.002s) 2022-05-18T05:41:37.7482847Z test_forward_nn_Conv1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-05-18T05:41:37.7504311Z test_forward_nn_Conv1d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.002s) 2022-05-18T05:41:37.7591698Z test_forward_nn_Conv2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-05-18T05:41:37.7616185Z test_forward_nn_Conv2d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.002s) 2022-05-18T05:41:37.7704332Z test_forward_nn_Conv3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-05-18T05:41:37.7724718Z test_forward_nn_Conv3d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.002s) 2022-05-18T05:41:37.7779951Z test_forward_nn_ConvTranspose1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-05-18T05:41:37.7802488Z test_forward_nn_ConvTranspose1d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.002s) 2022-05-18T05:41:37.7857629Z test_forward_nn_ConvTranspose2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-05-18T05:41:37.7880472Z test_forward_nn_ConvTranspose2d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.002s) 2022-05-18T05:41:37.7935218Z test_forward_nn_ConvTranspose3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-05-18T05:41:37.7956623Z test_forward_nn_ConvTranspose3d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.002s) 2022-05-18T05:41:37.8200941Z test_forward_nn_CrossEntropyLoss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.024s) 2022-05-18T05:41:37.8221842Z test_forward_nn_CrossEntropyLoss_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.002s) 2022-05-18T05:41:37.8273774Z test_forward_nn_ELU_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-05-18T05:41:37.8296307Z test_forward_nn_ELU_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.002s) 2022-05-18T05:41:37.8334777Z test_forward_nn_Embedding_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-05-18T05:41:37.8357591Z test_forward_nn_Embedding_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.002s) 2022-05-18T05:41:37.8433141Z test_forward_nn_GRUCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-05-18T05:41:37.8453818Z test_forward_nn_GRUCell_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.002s) 2022-05-18T05:41:37.9377358Z test_forward_nn_GRU_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.092s) 2022-05-18T05:41:37.9403995Z test_forward_nn_GRU_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-05-18T05:41:37.9520539Z test_forward_nn_GaussianNLLLoss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.012s) 2022-05-18T05:41:37.9541439Z test_forward_nn_GaussianNLLLoss_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.002s) 2022-05-18T05:41:37.9578513Z test_forward_nn_Hardswish_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-05-18T05:41:37.9600121Z test_forward_nn_Hardswish_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.002s) 2022-05-18T05:41:37.9694973Z test_forward_nn_L1Loss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-05-18T05:41:37.9716430Z test_forward_nn_L1Loss_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.002s) 2022-05-18T05:41:37.9804052Z test_forward_nn_LSTMCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-05-18T05:41:37.9825448Z test_forward_nn_LSTMCell_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.002s) 2022-05-18T05:41:38.1964077Z test_forward_nn_LSTM_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.214s) 2022-05-18T05:41:38.1985352Z test_forward_nn_LSTM_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.002s) 2022-05-18T05:41:38.2007696Z test_forward_nn_LazyConv1d_cuda_float32 (__main__.TestModuleCUDA) ... skip: Skipped! (0.002s) 2022-05-18T05:41:38.2028485Z test_forward_nn_LazyConv1d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.002s) 2022-05-18T05:41:38.2049196Z test_forward_nn_LazyConv2d_cuda_float32 (__main__.TestModuleCUDA) ... skip: Skipped! (0.002s) 2022-05-18T05:41:38.2070418Z test_forward_nn_LazyConv2d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.002s) 2022-05-18T05:41:38.2091187Z test_forward_nn_LazyConv3d_cuda_float32 (__main__.TestModuleCUDA) ... skip: Skipped! (0.002s) 2022-05-18T05:41:38.2112220Z test_forward_nn_LazyConv3d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.002s) 2022-05-18T05:41:38.2147587Z test_forward_nn_LazyConvTranspose1d_cuda_float32 (__main__.TestModuleCUDA) ... skip: Skipped! (0.002s) 2022-05-18T05:41:38.2156980Z test_forward_nn_LazyConvTranspose1d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.002s) 2022-05-18T05:41:38.2177404Z test_forward_nn_LazyConvTranspose2d_cuda_float32 (__main__.TestModuleCUDA) ... skip: Skipped! (0.002s) 2022-05-18T05:41:38.2199063Z test_forward_nn_LazyConvTranspose2d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.002s) 2022-05-18T05:41:38.2225333Z test_forward_nn_LazyConvTranspose3d_cuda_float32 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-05-18T05:41:38.2245751Z test_forward_nn_LazyConvTranspose3d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.002s) 2022-05-18T05:41:38.2317983Z test_forward_nn_Linear_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-05-18T05:41:38.2338577Z test_forward_nn_Linear_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.002s) 2022-05-18T05:41:38.5750249Z test_forward_nn_MultiheadAttention_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.341s) 2022-05-18T05:41:38.5770733Z test_forward_nn_MultiheadAttention_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.002s) 2022-05-18T05:41:38.6018421Z test_forward_nn_NLLLoss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.025s) 2022-05-18T05:41:38.6039982Z test_forward_nn_NLLLoss_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.002s) 2022-05-18T05:41:38.6143295Z test_forward_nn_RNNCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-05-18T05:41:38.6164164Z test_forward_nn_RNNCell_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.002s) 2022-05-18T05:41:38.8004197Z test_forward_nn_RNN_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.184s) 2022-05-18T05:41:38.8025026Z test_forward_nn_RNN_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.002s) 2022-05-18T05:41:38.8056971Z test_forward_nn_ReLU_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-05-18T05:41:38.8079605Z test_forward_nn_ReLU_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.002s) 2022-05-18T05:41:38.8114039Z test_forward_nn_Sigmoid_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-05-18T05:41:38.8134786Z test_forward_nn_Sigmoid_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.002s) 2022-05-18T05:41:38.9971614Z test_forward_nn_TransformerDecoderLayer_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.183s) 2022-05-18T05:41:38.9993936Z test_forward_nn_TransformerDecoderLayer_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.002s) 2022-05-18T05:41:39.1213677Z test_forward_nn_TransformerEncoderLayer_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.122s) 2022-05-18T05:41:39.1234057Z test_forward_nn_TransformerEncoderLayer_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.002s) 2022-05-18T05:41:39.4348457Z test_forward_nn_Transformer_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.311s) 2022-05-18T05:41:39.4370434Z test_forward_nn_Transformer_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.002s) 2022-05-18T05:41:39.4406089Z test_forward_nn_quantized_MaxPool2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-05-18T05:41:39.4426730Z test_forward_nn_quantized_MaxPool2d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.002s) 2022-05-18T05:41:39.4437474Z test_grad_nn_AdaptiveAvgPool2d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:41:39.4448375Z test_grad_nn_AvgPool1d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:41:39.4459217Z test_grad_nn_BatchNorm2d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:41:39.4470497Z test_grad_nn_BatchNorm3d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:41:39.4481320Z test_grad_nn_Bilinear_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:41:39.4492181Z test_grad_nn_Conv1d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:41:39.4503604Z test_grad_nn_Conv2d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:41:39.4519967Z test_grad_nn_Conv3d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.002s) 2022-05-18T05:41:39.4530462Z test_grad_nn_ConvTranspose1d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:41:39.4541643Z test_grad_nn_ConvTranspose2d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:41:39.4552490Z test_grad_nn_ConvTranspose3d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:41:39.4563291Z test_grad_nn_CrossEntropyLoss_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:41:39.4574166Z test_grad_nn_ELU_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:41:39.4585715Z test_grad_nn_Embedding_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:41:39.4596309Z test_grad_nn_GRUCell_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:41:39.4607048Z test_grad_nn_GRU_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:41:39.4617919Z test_grad_nn_GaussianNLLLoss_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:41:39.4629605Z test_grad_nn_Hardswish_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:41:39.4640605Z test_grad_nn_L1Loss_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:41:39.4657396Z test_grad_nn_LSTMCell_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.002s) 2022-05-18T05:41:39.4669150Z test_grad_nn_LSTM_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:41:39.4680288Z test_grad_nn_LazyConv1d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:41:39.4691079Z test_grad_nn_LazyConv2d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:41:39.4702206Z test_grad_nn_LazyConv3d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:41:39.4713062Z test_grad_nn_LazyConvTranspose1d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:41:39.4723883Z test_grad_nn_LazyConvTranspose2d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:41:39.4734923Z test_grad_nn_LazyConvTranspose3d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:41:39.4746278Z test_grad_nn_Linear_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:41:39.4757421Z test_grad_nn_MultiheadAttention_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:41:39.4768875Z test_grad_nn_NLLLoss_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:41:39.4779756Z test_grad_nn_RNNCell_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:41:39.4796305Z test_grad_nn_RNN_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.002s) 2022-05-18T05:41:39.4807273Z test_grad_nn_ReLU_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:41:39.4818051Z test_grad_nn_Sigmoid_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:41:39.4829881Z test_grad_nn_TransformerDecoderLayer_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:41:39.4840904Z test_grad_nn_TransformerEncoderLayer_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:41:39.4851638Z test_grad_nn_Transformer_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:41:39.4863317Z test_grad_nn_quantized_MaxPool2d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:41:39.4875015Z test_gradgrad_nn_AdaptiveAvgPool2d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:41:39.4886667Z test_gradgrad_nn_AvgPool1d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:41:39.4897833Z test_gradgrad_nn_BatchNorm2d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:41:39.4910034Z test_gradgrad_nn_BatchNorm3d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:41:39.4921437Z test_gradgrad_nn_Bilinear_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:41:39.4938116Z test_gradgrad_nn_Conv1d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.002s) 2022-05-18T05:41:39.4950466Z test_gradgrad_nn_Conv2d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:41:39.4962150Z test_gradgrad_nn_Conv3d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:41:39.4973667Z test_gradgrad_nn_ConvTranspose1d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:41:39.4985247Z test_gradgrad_nn_ConvTranspose2d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:41:39.4996805Z test_gradgrad_nn_ConvTranspose3d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:41:39.5008121Z test_gradgrad_nn_CrossEntropyLoss_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:41:39.5019505Z test_gradgrad_nn_ELU_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:41:39.5031372Z test_gradgrad_nn_Embedding_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:41:39.5042729Z test_gradgrad_nn_GRUCell_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:41:39.5054363Z test_gradgrad_nn_GRU_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:41:39.5066316Z test_gradgrad_nn_GaussianNLLLoss_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:41:39.5082729Z test_gradgrad_nn_L1Loss_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.002s) 2022-05-18T05:41:39.5093820Z test_gradgrad_nn_LSTMCell_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:41:39.5105494Z test_gradgrad_nn_LSTM_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:41:39.5117045Z test_gradgrad_nn_LazyConv1d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:41:39.5128535Z test_gradgrad_nn_LazyConv2d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:41:39.5140206Z test_gradgrad_nn_LazyConv3d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:41:39.5151806Z test_gradgrad_nn_LazyConvTranspose1d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:41:39.5163076Z test_gradgrad_nn_LazyConvTranspose2d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:41:39.5174957Z test_gradgrad_nn_LazyConvTranspose3d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:41:39.5187042Z test_gradgrad_nn_Linear_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:41:39.5198635Z test_gradgrad_nn_MultiheadAttention_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:41:39.5209901Z test_gradgrad_nn_NLLLoss_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:41:39.5226816Z test_gradgrad_nn_RNNCell_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.002s) 2022-05-18T05:41:39.5238063Z test_gradgrad_nn_RNN_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:41:39.5249526Z test_gradgrad_nn_ReLU_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:41:39.5261418Z test_gradgrad_nn_Sigmoid_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:41:39.5273273Z test_gradgrad_nn_TransformerDecoderLayer_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:41:39.5284910Z test_gradgrad_nn_TransformerEncoderLayer_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:41:39.5296446Z test_gradgrad_nn_Transformer_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:41:39.5308324Z test_gradgrad_nn_quantized_MaxPool2d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:41:39.5384555Z test_memory_format_nn_AdaptiveAvgPool2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.008s) 2022-05-18T05:41:39.5427136Z test_memory_format_nn_AdaptiveAvgPool2d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.004s) 2022-05-18T05:41:39.5469053Z test_memory_format_nn_AvgPool1d_cuda_float32 (__main__.TestModuleCUDA) ... skip: Skipped! (0.004s) 2022-05-18T05:41:39.5516738Z test_memory_format_nn_AvgPool1d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.005s) 2022-05-18T05:41:39.5606095Z test_memory_format_nn_BatchNorm2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-05-18T05:41:39.5647716Z test_memory_format_nn_BatchNorm2d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.004s) 2022-05-18T05:41:39.5737458Z test_memory_format_nn_BatchNorm3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-05-18T05:41:39.5780016Z test_memory_format_nn_BatchNorm3d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.004s) 2022-05-18T05:41:39.5822947Z test_memory_format_nn_Bilinear_cuda_float32 (__main__.TestModuleCUDA) ... skip: Skipped! (0.004s) 2022-05-18T05:41:39.5864543Z test_memory_format_nn_Bilinear_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.004s) 2022-05-18T05:41:39.5906566Z test_memory_format_nn_Conv1d_cuda_float32 (__main__.TestModuleCUDA) ... skip: Skipped! (0.004s) 2022-05-18T05:41:39.5948299Z test_memory_format_nn_Conv1d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.004s) 2022-05-18T05:41:39.5989851Z test_memory_format_nn_Conv2d_cuda_float32 (__main__.TestModuleCUDA) ... skip: Skipped! (0.004s) 2022-05-18T05:41:39.6031704Z test_memory_format_nn_Conv2d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.004s) 2022-05-18T05:41:39.6079351Z test_memory_format_nn_Conv3d_cuda_float32 (__main__.TestModuleCUDA) ... skip: Skipped! (0.005s) 2022-05-18T05:41:39.6121860Z test_memory_format_nn_Conv3d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.004s) 2022-05-18T05:41:39.6163714Z test_memory_format_nn_ConvTranspose1d_cuda_float32 (__main__.TestModuleCUDA) ... skip: Skipped! (0.004s) 2022-05-18T05:41:39.6205881Z test_memory_format_nn_ConvTranspose1d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.004s) 2022-05-18T05:41:39.6248306Z test_memory_format_nn_ConvTranspose2d_cuda_float32 (__main__.TestModuleCUDA) ... skip: Skipped! (0.004s) 2022-05-18T05:41:39.6290521Z test_memory_format_nn_ConvTranspose2d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.004s) 2022-05-18T05:41:39.6332344Z test_memory_format_nn_ConvTranspose3d_cuda_float32 (__main__.TestModuleCUDA) ... skip: Skipped! (0.004s) 2022-05-18T05:41:39.6374278Z test_memory_format_nn_ConvTranspose3d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.004s) 2022-05-18T05:41:39.6621831Z test_memory_format_nn_CrossEntropyLoss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.025s) 2022-05-18T05:41:39.6668408Z test_memory_format_nn_CrossEntropyLoss_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.005s) 2022-05-18T05:41:39.6785681Z test_memory_format_nn_ELU_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.012s) 2022-05-18T05:41:39.6838391Z test_memory_format_nn_ELU_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.005s) 2022-05-18T05:41:39.6880189Z test_memory_format_nn_Embedding_cuda_float32 (__main__.TestModuleCUDA) ... skip: Skipped! (0.004s) 2022-05-18T05:41:39.6922354Z test_memory_format_nn_Embedding_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.004s) 2022-05-18T05:41:39.7009633Z test_memory_format_nn_GRUCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-05-18T05:41:39.7052122Z test_memory_format_nn_GRUCell_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.004s) 2022-05-18T05:41:39.7951963Z test_memory_format_nn_GRU_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.090s) 2022-05-18T05:41:39.7995536Z test_memory_format_nn_GRU_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.004s) 2022-05-18T05:41:39.8037410Z test_memory_format_nn_GaussianNLLLoss_cuda_float32 (__main__.TestModuleCUDA) ... skip: Skipped! (0.004s) 2022-05-18T05:41:39.8079297Z test_memory_format_nn_GaussianNLLLoss_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.004s) 2022-05-18T05:41:39.8165776Z test_memory_format_nn_Hardswish_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-05-18T05:41:39.8213317Z test_memory_format_nn_Hardswish_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.005s) 2022-05-18T05:41:39.8255173Z test_memory_format_nn_L1Loss_cuda_float32 (__main__.TestModuleCUDA) ... skip: Skipped! (0.004s) 2022-05-18T05:41:39.8297143Z test_memory_format_nn_L1Loss_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.004s) 2022-05-18T05:41:39.8400622Z test_memory_format_nn_LSTMCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-05-18T05:41:39.8442578Z test_memory_format_nn_LSTMCell_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.004s) 2022-05-18T05:41:40.0570636Z test_memory_format_nn_LSTM_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.213s) 2022-05-18T05:41:40.0617970Z test_memory_format_nn_LSTM_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.005s) 2022-05-18T05:41:40.0660995Z test_memory_format_nn_LazyConv1d_cuda_float32 (__main__.TestModuleCUDA) ... skip: Skipped! (0.004s) 2022-05-18T05:41:40.0703447Z test_memory_format_nn_LazyConv1d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.004s) 2022-05-18T05:41:40.0745548Z test_memory_format_nn_LazyConv2d_cuda_float32 (__main__.TestModuleCUDA) ... skip: Skipped! (0.004s) 2022-05-18T05:41:40.0787715Z test_memory_format_nn_LazyConv2d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.004s) 2022-05-18T05:41:40.0829804Z test_memory_format_nn_LazyConv3d_cuda_float32 (__main__.TestModuleCUDA) ... skip: Skipped! (0.004s) 2022-05-18T05:41:40.0872037Z test_memory_format_nn_LazyConv3d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.004s) 2022-05-18T05:41:40.0914131Z test_memory_format_nn_LazyConvTranspose1d_cuda_float32 (__main__.TestModuleCUDA) ... skip: Skipped! (0.004s) 2022-05-18T05:41:40.0956427Z test_memory_format_nn_LazyConvTranspose1d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.004s) 2022-05-18T05:41:40.0998762Z test_memory_format_nn_LazyConvTranspose2d_cuda_float32 (__main__.TestModuleCUDA) ... skip: Skipped! (0.004s) 2022-05-18T05:41:40.1041217Z test_memory_format_nn_LazyConvTranspose2d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.004s) 2022-05-18T05:41:40.1090324Z test_memory_format_nn_LazyConvTranspose3d_cuda_float32 (__main__.TestModuleCUDA) ... skip: Skipped! (0.005s) 2022-05-18T05:41:40.1132487Z test_memory_format_nn_LazyConvTranspose3d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.004s) 2022-05-18T05:41:40.1174318Z test_memory_format_nn_Linear_cuda_float32 (__main__.TestModuleCUDA) ... skip: Skipped! (0.004s) 2022-05-18T05:41:40.1215879Z test_memory_format_nn_Linear_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.004s) 2022-05-18T05:41:40.1257501Z test_memory_format_nn_MultiheadAttention_cuda_float32 (__main__.TestModuleCUDA) ... skip: Skipped! (0.004s) 2022-05-18T05:41:40.1300252Z test_memory_format_nn_MultiheadAttention_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.004s) 2022-05-18T05:41:40.1343176Z test_memory_format_nn_NLLLoss_cuda_float32 (__main__.TestModuleCUDA) ... skip: Skipped! (0.004s) 2022-05-18T05:41:40.1385137Z test_memory_format_nn_NLLLoss_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.004s) 2022-05-18T05:41:40.1493673Z test_memory_format_nn_RNNCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-05-18T05:41:40.1535647Z test_memory_format_nn_RNNCell_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.004s) 2022-05-18T05:41:40.3283331Z test_memory_format_nn_RNN_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.175s) 2022-05-18T05:41:40.3325277Z test_memory_format_nn_RNN_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.004s) 2022-05-18T05:41:40.3440344Z test_memory_format_nn_ReLU_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-05-18T05:41:40.3482175Z test_memory_format_nn_ReLU_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.004s) 2022-05-18T05:41:40.3584836Z test_memory_format_nn_Sigmoid_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-05-18T05:41:40.3626662Z test_memory_format_nn_Sigmoid_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.004s) 2022-05-18T05:41:40.3668341Z test_memory_format_nn_TransformerDecoderLayer_cuda_float32 (__main__.TestModuleCUDA) ... skip: Skipped! (0.004s) 2022-05-18T05:41:40.3710459Z test_memory_format_nn_TransformerDecoderLayer_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.004s) 2022-05-18T05:41:40.3752316Z test_memory_format_nn_TransformerEncoderLayer_cuda_float32 (__main__.TestModuleCUDA) ... skip: Skipped! (0.004s) 2022-05-18T05:41:40.3794405Z test_memory_format_nn_TransformerEncoderLayer_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.004s) 2022-05-18T05:41:40.3836457Z test_memory_format_nn_Transformer_cuda_float32 (__main__.TestModuleCUDA) ... skip: Skipped! (0.004s) 2022-05-18T05:41:40.3883461Z test_memory_format_nn_Transformer_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.005s) 2022-05-18T05:41:40.4022738Z test_memory_format_nn_quantized_MaxPool2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.014s) 2022-05-18T05:41:40.4069038Z test_memory_format_nn_quantized_MaxPool2d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.005s) 2022-05-18T05:41:40.4111625Z test_multiple_device_transfer_nn_AdaptiveAvgPool2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-05-18T05:41:40.4141928Z test_multiple_device_transfer_nn_AdaptiveAvgPool2d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-05-18T05:41:40.4182564Z test_multiple_device_transfer_nn_AvgPool1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-05-18T05:41:40.4211741Z test_multiple_device_transfer_nn_AvgPool1d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-05-18T05:41:40.4279499Z test_multiple_device_transfer_nn_BatchNorm2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-05-18T05:41:40.4308914Z test_multiple_device_transfer_nn_BatchNorm2d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-05-18T05:41:40.4382374Z test_multiple_device_transfer_nn_BatchNorm3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-05-18T05:41:40.4411878Z test_multiple_device_transfer_nn_BatchNorm3d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-05-18T05:41:40.4518205Z test_multiple_device_transfer_nn_Bilinear_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-05-18T05:41:40.4547611Z test_multiple_device_transfer_nn_Bilinear_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-05-18T05:41:40.4673275Z test_multiple_device_transfer_nn_Conv1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.012s) 2022-05-18T05:41:40.4702074Z test_multiple_device_transfer_nn_Conv1d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-05-18T05:41:40.4826755Z test_multiple_device_transfer_nn_Conv2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.012s) 2022-05-18T05:41:40.4855753Z test_multiple_device_transfer_nn_Conv2d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-05-18T05:41:40.4983251Z test_multiple_device_transfer_nn_Conv3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.013s) 2022-05-18T05:41:40.5012007Z test_multiple_device_transfer_nn_Conv3d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-05-18T05:41:40.5092310Z test_multiple_device_transfer_nn_ConvTranspose1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.008s) 2022-05-18T05:41:40.5122302Z test_multiple_device_transfer_nn_ConvTranspose1d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-05-18T05:41:40.5197887Z test_multiple_device_transfer_nn_ConvTranspose2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-05-18T05:41:40.5227763Z test_multiple_device_transfer_nn_ConvTranspose2d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-05-18T05:41:40.5303754Z test_multiple_device_transfer_nn_ConvTranspose3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-05-18T05:41:40.5333737Z test_multiple_device_transfer_nn_ConvTranspose3d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-05-18T05:41:40.5515133Z test_multiple_device_transfer_nn_CrossEntropyLoss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.018s) 2022-05-18T05:41:40.5544920Z test_multiple_device_transfer_nn_CrossEntropyLoss_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-05-18T05:41:40.5593479Z test_multiple_device_transfer_nn_ELU_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-05-18T05:41:40.5628987Z test_multiple_device_transfer_nn_ELU_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-05-18T05:41:40.5684134Z test_multiple_device_transfer_nn_Embedding_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-05-18T05:41:40.5713500Z test_multiple_device_transfer_nn_Embedding_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-05-18T05:41:40.5811679Z test_multiple_device_transfer_nn_GRUCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-05-18T05:41:40.5841544Z test_multiple_device_transfer_nn_GRUCell_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-05-18T05:41:40.7123603Z test_multiple_device_transfer_nn_GRU_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.128s) 2022-05-18T05:41:40.7153035Z test_multiple_device_transfer_nn_GRU_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-05-18T05:41:40.7242046Z test_multiple_device_transfer_nn_GaussianNLLLoss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-05-18T05:41:40.7272236Z test_multiple_device_transfer_nn_GaussianNLLLoss_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-05-18T05:41:40.7313143Z test_multiple_device_transfer_nn_Hardswish_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-05-18T05:41:40.7348860Z test_multiple_device_transfer_nn_Hardswish_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-05-18T05:41:40.7415987Z test_multiple_device_transfer_nn_L1Loss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-05-18T05:41:40.7445691Z test_multiple_device_transfer_nn_L1Loss_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-05-18T05:41:40.7547912Z test_multiple_device_transfer_nn_LSTMCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-05-18T05:41:40.7577038Z test_multiple_device_transfer_nn_LSTMCell_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-05-18T05:41:41.0412914Z test_multiple_device_transfer_nn_LSTM_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.283s) 2022-05-18T05:41:41.0442028Z test_multiple_device_transfer_nn_LSTM_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-05-18T05:41:41.0472058Z test_multiple_device_transfer_nn_LazyConv1d_cuda_float32 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-05-18T05:41:41.0502040Z test_multiple_device_transfer_nn_LazyConv1d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-05-18T05:41:41.0531277Z test_multiple_device_transfer_nn_LazyConv2d_cuda_float32 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-05-18T05:41:41.0561290Z test_multiple_device_transfer_nn_LazyConv2d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-05-18T05:41:41.0591006Z test_multiple_device_transfer_nn_LazyConv3d_cuda_float32 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-05-18T05:41:41.0620630Z test_multiple_device_transfer_nn_LazyConv3d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-05-18T05:41:41.0650272Z test_multiple_device_transfer_nn_LazyConvTranspose1d_cuda_float32 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-05-18T05:41:41.0680036Z test_multiple_device_transfer_nn_LazyConvTranspose1d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-05-18T05:41:41.0710100Z test_multiple_device_transfer_nn_LazyConvTranspose2d_cuda_float32 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-05-18T05:41:41.0744379Z test_multiple_device_transfer_nn_LazyConvTranspose2d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-05-18T05:41:41.0773793Z test_multiple_device_transfer_nn_LazyConvTranspose3d_cuda_float32 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-05-18T05:41:41.0803337Z test_multiple_device_transfer_nn_LazyConvTranspose3d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-05-18T05:41:41.0887664Z test_multiple_device_transfer_nn_Linear_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.008s) 2022-05-18T05:41:41.0917539Z test_multiple_device_transfer_nn_Linear_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-05-18T05:41:41.4305693Z test_multiple_device_transfer_nn_MultiheadAttention_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.339s) 2022-05-18T05:41:41.4334939Z test_multiple_device_transfer_nn_MultiheadAttention_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-05-18T05:41:41.4433354Z test_multiple_device_transfer_nn_NLLLoss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-05-18T05:41:41.4463363Z test_multiple_device_transfer_nn_NLLLoss_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-05-18T05:41:41.4594716Z test_multiple_device_transfer_nn_RNNCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.013s) 2022-05-18T05:41:41.4624365Z test_multiple_device_transfer_nn_RNNCell_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-05-18T05:41:41.7035243Z test_multiple_device_transfer_nn_RNN_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.241s) 2022-05-18T05:41:41.7064616Z test_multiple_device_transfer_nn_RNN_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-05-18T05:41:41.7109120Z test_multiple_device_transfer_nn_ReLU_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-05-18T05:41:41.7139279Z test_multiple_device_transfer_nn_ReLU_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-05-18T05:41:41.7180537Z test_multiple_device_transfer_nn_Sigmoid_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-05-18T05:41:41.7210991Z test_multiple_device_transfer_nn_Sigmoid_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-05-18T05:41:41.9902968Z test_multiple_device_transfer_nn_TransformerDecoderLayer_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.269s) 2022-05-18T05:41:41.9931749Z test_multiple_device_transfer_nn_TransformerDecoderLayer_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-05-18T05:41:42.1730833Z test_multiple_device_transfer_nn_TransformerEncoderLayer_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.180s) 2022-05-18T05:41:42.1759999Z test_multiple_device_transfer_nn_TransformerEncoderLayer_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-05-18T05:41:42.6371077Z test_multiple_device_transfer_nn_Transformer_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.461s) 2022-05-18T05:41:42.6400897Z test_multiple_device_transfer_nn_Transformer_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-05-18T05:41:42.6449096Z test_multiple_device_transfer_nn_quantized_MaxPool2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-05-18T05:41:42.6478395Z test_multiple_device_transfer_nn_quantized_MaxPool2d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-05-18T05:41:42.6601451Z test_non_contiguous_tensors_nn_AdaptiveAvgPool2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.012s) 2022-05-18T05:41:42.6649191Z test_non_contiguous_tensors_nn_AdaptiveAvgPool2d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.005s) 2022-05-18T05:41:42.6769909Z test_non_contiguous_tensors_nn_AvgPool1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.012s) 2022-05-18T05:41:42.6817009Z test_non_contiguous_tensors_nn_AvgPool1d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.005s) 2022-05-18T05:41:42.6977831Z test_non_contiguous_tensors_nn_BatchNorm2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.016s) 2022-05-18T05:41:42.7025987Z test_non_contiguous_tensors_nn_BatchNorm2d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.005s) 2022-05-18T05:41:42.7192816Z test_non_contiguous_tensors_nn_BatchNorm3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.017s) 2022-05-18T05:41:42.7239226Z test_non_contiguous_tensors_nn_BatchNorm3d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.005s) 2022-05-18T05:41:42.7758101Z test_non_contiguous_tensors_nn_Bilinear_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.052s) 2022-05-18T05:41:42.7805169Z test_non_contiguous_tensors_nn_Bilinear_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.005s) 2022-05-18T05:41:42.8310593Z test_non_contiguous_tensors_nn_Conv1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.050s) 2022-05-18T05:41:42.8357983Z test_non_contiguous_tensors_nn_Conv1d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.005s) 2022-05-18T05:41:42.8867465Z test_non_contiguous_tensors_nn_Conv2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.051s) 2022-05-18T05:41:42.8914211Z test_non_contiguous_tensors_nn_Conv2d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.005s) 2022-05-18T05:41:42.9423615Z test_non_contiguous_tensors_nn_Conv3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.051s) 2022-05-18T05:41:42.9476076Z test_non_contiguous_tensors_nn_Conv3d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.005s) 2022-05-18T05:41:42.9753688Z test_non_contiguous_tensors_nn_ConvTranspose1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.028s) 2022-05-18T05:41:42.9800751Z test_non_contiguous_tensors_nn_ConvTranspose1d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.005s) 2022-05-18T05:41:43.0080887Z test_non_contiguous_tensors_nn_ConvTranspose2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.028s) 2022-05-18T05:41:43.0127731Z test_non_contiguous_tensors_nn_ConvTranspose2d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.005s) 2022-05-18T05:41:43.0406952Z test_non_contiguous_tensors_nn_ConvTranspose3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.028s) 2022-05-18T05:41:43.0453705Z test_non_contiguous_tensors_nn_ConvTranspose3d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.005s) 2022-05-18T05:41:43.1510767Z test_non_contiguous_tensors_nn_CrossEntropyLoss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.106s) 2022-05-18T05:41:43.1557483Z test_non_contiguous_tensors_nn_CrossEntropyLoss_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.005s) 2022-05-18T05:41:43.1817674Z test_non_contiguous_tensors_nn_ELU_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.026s) 2022-05-18T05:41:43.1864141Z test_non_contiguous_tensors_nn_ELU_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.005s) 2022-05-18T05:41:43.2083173Z test_non_contiguous_tensors_nn_Embedding_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.022s) 2022-05-18T05:41:43.2130078Z test_non_contiguous_tensors_nn_Embedding_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.005s) 2022-05-18T05:41:43.2511281Z test_non_contiguous_tensors_nn_GRUCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.038s) 2022-05-18T05:41:43.2557676Z test_non_contiguous_tensors_nn_GRUCell_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.005s) 2022-05-18T05:41:43.3096093Z test_non_contiguous_tensors_nn_GRU_cuda_float32 (__main__.TestModuleCUDA) ... expected failure (0.054s) 2022-05-18T05:41:43.3143630Z test_non_contiguous_tensors_nn_GRU_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.005s) 2022-05-18T05:41:43.3651022Z test_non_contiguous_tensors_nn_GaussianNLLLoss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.051s) 2022-05-18T05:41:43.3698059Z test_non_contiguous_tensors_nn_GaussianNLLLoss_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.005s) 2022-05-18T05:41:43.3887509Z test_non_contiguous_tensors_nn_Hardswish_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.019s) 2022-05-18T05:41:43.3933548Z test_non_contiguous_tensors_nn_Hardswish_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.005s) 2022-05-18T05:41:43.4345938Z test_non_contiguous_tensors_nn_L1Loss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.041s) 2022-05-18T05:41:43.4392611Z test_non_contiguous_tensors_nn_L1Loss_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.005s) 2022-05-18T05:41:43.4897615Z test_non_contiguous_tensors_nn_LSTMCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.050s) 2022-05-18T05:41:43.4944955Z test_non_contiguous_tensors_nn_LSTMCell_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.005s) 2022-05-18T05:41:43.5618955Z test_non_contiguous_tensors_nn_LSTM_cuda_float32 (__main__.TestModuleCUDA) ... expected failure (0.067s) 2022-05-18T05:41:43.5665273Z test_non_contiguous_tensors_nn_LSTM_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.005s) 2022-05-18T05:41:43.5711601Z test_non_contiguous_tensors_nn_LazyConv1d_cuda_float32 (__main__.TestModuleCUDA) ... skip: Skipped! (0.005s) 2022-05-18T05:41:43.5758236Z test_non_contiguous_tensors_nn_LazyConv1d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.005s) 2022-05-18T05:41:43.5805107Z test_non_contiguous_tensors_nn_LazyConv2d_cuda_float32 (__main__.TestModuleCUDA) ... skip: Skipped! (0.005s) 2022-05-18T05:41:43.5852130Z test_non_contiguous_tensors_nn_LazyConv2d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.005s) 2022-05-18T05:41:43.5899492Z test_non_contiguous_tensors_nn_LazyConv3d_cuda_float32 (__main__.TestModuleCUDA) ... skip: Skipped! (0.005s) 2022-05-18T05:41:43.5946346Z test_non_contiguous_tensors_nn_LazyConv3d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.005s) 2022-05-18T05:41:43.5993297Z test_non_contiguous_tensors_nn_LazyConvTranspose1d_cuda_float32 (__main__.TestModuleCUDA) ... skip: Skipped! (0.005s) 2022-05-18T05:41:43.6039748Z test_non_contiguous_tensors_nn_LazyConvTranspose1d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.005s) 2022-05-18T05:41:43.6086654Z test_non_contiguous_tensors_nn_LazyConvTranspose2d_cuda_float32 (__main__.TestModuleCUDA) ... skip: Skipped! (0.005s) 2022-05-18T05:41:43.6134080Z test_non_contiguous_tensors_nn_LazyConvTranspose2d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.005s) 2022-05-18T05:41:43.6187886Z test_non_contiguous_tensors_nn_LazyConvTranspose3d_cuda_float32 (__main__.TestModuleCUDA) ... skip: Skipped! (0.005s) 2022-05-18T05:41:43.6233279Z test_non_contiguous_tensors_nn_LazyConvTranspose3d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.004s) 2022-05-18T05:41:43.6577826Z test_non_contiguous_tensors_nn_Linear_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.034s) 2022-05-18T05:41:43.6624623Z test_non_contiguous_tensors_nn_Linear_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.005s) 2022-05-18T05:41:45.4547422Z test_non_contiguous_tensors_nn_MultiheadAttention_cuda_float32 (__main__.TestModuleCUDA) ... ok (1.792s) 2022-05-18T05:41:45.4594326Z test_non_contiguous_tensors_nn_MultiheadAttention_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.005s) 2022-05-18T05:41:45.5142394Z test_non_contiguous_tensors_nn_NLLLoss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.055s) 2022-05-18T05:41:45.5188851Z test_non_contiguous_tensors_nn_NLLLoss_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.005s) 2022-05-18T05:41:45.5723971Z test_non_contiguous_tensors_nn_RNNCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.053s) 2022-05-18T05:41:45.5770425Z test_non_contiguous_tensors_nn_RNNCell_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.005s) 2022-05-18T05:41:45.6321674Z test_non_contiguous_tensors_nn_RNN_cuda_float32 (__main__.TestModuleCUDA) ... expected failure (0.055s) 2022-05-18T05:41:45.6367781Z test_non_contiguous_tensors_nn_RNN_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.005s) 2022-05-18T05:41:45.6612298Z test_non_contiguous_tensors_nn_ReLU_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.024s) 2022-05-18T05:41:45.6658738Z test_non_contiguous_tensors_nn_ReLU_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.005s) 2022-05-18T05:41:45.6839845Z test_non_contiguous_tensors_nn_Sigmoid_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.018s) 2022-05-18T05:41:45.6886205Z test_non_contiguous_tensors_nn_Sigmoid_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.005s) 2022-05-18T05:41:46.6083839Z test_non_contiguous_tensors_nn_TransformerDecoderLayer_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.919s) 2022-05-18T05:41:46.6131804Z test_non_contiguous_tensors_nn_TransformerDecoderLayer_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.005s) 2022-05-18T05:41:47.2253747Z test_non_contiguous_tensors_nn_TransformerEncoderLayer_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.612s) 2022-05-18T05:41:47.2299956Z test_non_contiguous_tensors_nn_TransformerEncoderLayer_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.005s) 2022-05-18T05:41:48.6060367Z test_non_contiguous_tensors_nn_Transformer_cuda_float32 (__main__.TestModuleCUDA) ... ok (1.376s) 2022-05-18T05:41:48.6107581Z test_non_contiguous_tensors_nn_Transformer_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.005s) 2022-05-18T05:41:48.6154422Z test_non_contiguous_tensors_nn_quantized_MaxPool2d_cuda_float32 (__main__.TestModuleCUDA) ... skip: Skipped! (0.005s) 2022-05-18T05:41:48.6201326Z test_non_contiguous_tensors_nn_quantized_MaxPool2d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.005s) 2022-05-18T05:41:48.6240692Z test_pickle_nn_AdaptiveAvgPool2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-05-18T05:41:48.6261328Z test_pickle_nn_AdaptiveAvgPool2d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.002s) 2022-05-18T05:41:48.6296411Z test_pickle_nn_AvgPool1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-05-18T05:41:48.6316708Z test_pickle_nn_AvgPool1d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.002s) 2022-05-18T05:41:48.6373012Z test_pickle_nn_BatchNorm2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-05-18T05:41:48.6393190Z test_pickle_nn_BatchNorm2d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.002s) 2022-05-18T05:41:48.6452329Z test_pickle_nn_BatchNorm3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-05-18T05:41:48.6472602Z test_pickle_nn_BatchNorm3d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.002s) 2022-05-18T05:41:48.6573045Z test_pickle_nn_Bilinear_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-05-18T05:41:48.6593422Z test_pickle_nn_Bilinear_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.002s) 2022-05-18T05:41:48.6711750Z test_pickle_nn_Conv1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.012s) 2022-05-18T05:41:48.6731611Z test_pickle_nn_Conv1d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.002s) 2022-05-18T05:41:48.6850681Z test_pickle_nn_Conv2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.012s) 2022-05-18T05:41:48.6870931Z test_pickle_nn_Conv2d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.002s) 2022-05-18T05:41:48.6990371Z test_pickle_nn_Conv3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.012s) 2022-05-18T05:41:48.7016061Z test_pickle_nn_Conv3d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.002s) 2022-05-18T05:41:48.7086624Z test_pickle_nn_ConvTranspose1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-05-18T05:41:48.7106724Z test_pickle_nn_ConvTranspose1d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.002s) 2022-05-18T05:41:48.7177402Z test_pickle_nn_ConvTranspose2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-05-18T05:41:48.7198272Z test_pickle_nn_ConvTranspose2d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.002s) 2022-05-18T05:41:48.7269329Z test_pickle_nn_ConvTranspose3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-05-18T05:41:48.7289289Z test_pickle_nn_ConvTranspose3d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.002s) 2022-05-18T05:41:48.7523960Z test_pickle_nn_CrossEntropyLoss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.023s) 2022-05-18T05:41:48.7544035Z test_pickle_nn_CrossEntropyLoss_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.002s) 2022-05-18T05:41:48.7620155Z test_pickle_nn_ELU_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.008s) 2022-05-18T05:41:48.7640361Z test_pickle_nn_ELU_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.002s) 2022-05-18T05:41:48.7697688Z test_pickle_nn_Embedding_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-05-18T05:41:48.7718588Z test_pickle_nn_Embedding_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.002s) 2022-05-18T05:41:48.7803001Z test_pickle_nn_GRUCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.008s) 2022-05-18T05:41:48.7823408Z test_pickle_nn_GRUCell_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.002s) 2022-05-18T05:41:48.8633809Z test_pickle_nn_GRU_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.081s) 2022-05-18T05:41:48.8653459Z test_pickle_nn_GRU_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.002s) 2022-05-18T05:41:48.8754272Z test_pickle_nn_GaussianNLLLoss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-05-18T05:41:48.8774124Z test_pickle_nn_GaussianNLLLoss_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.002s) 2022-05-18T05:41:48.8820214Z test_pickle_nn_Hardswish_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-05-18T05:41:48.8840397Z test_pickle_nn_Hardswish_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.002s) 2022-05-18T05:41:48.8932599Z test_pickle_nn_L1Loss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-05-18T05:41:48.8952973Z test_pickle_nn_L1Loss_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.002s) 2022-05-18T05:41:48.9047238Z test_pickle_nn_LSTMCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-05-18T05:41:48.9073104Z test_pickle_nn_LSTMCell_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.002s) 2022-05-18T05:41:49.0909546Z test_pickle_nn_LSTM_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.183s) 2022-05-18T05:41:49.0930034Z test_pickle_nn_LSTM_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.002s) 2022-05-18T05:41:49.0950485Z test_pickle_nn_LazyConv1d_cuda_float32 (__main__.TestModuleCUDA) ... skip: Skipped! (0.002s) 2022-05-18T05:41:49.0970550Z test_pickle_nn_LazyConv1d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.002s) 2022-05-18T05:41:49.0991227Z test_pickle_nn_LazyConv2d_cuda_float32 (__main__.TestModuleCUDA) ... skip: Skipped! (0.002s) 2022-05-18T05:41:49.1011181Z test_pickle_nn_LazyConv2d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.002s) 2022-05-18T05:41:49.1031481Z test_pickle_nn_LazyConv3d_cuda_float32 (__main__.TestModuleCUDA) ... skip: Skipped! (0.002s) 2022-05-18T05:41:49.1051425Z test_pickle_nn_LazyConv3d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.002s) 2022-05-18T05:41:49.1072249Z test_pickle_nn_LazyConvTranspose1d_cuda_float32 (__main__.TestModuleCUDA) ... skip: Skipped! (0.002s) 2022-05-18T05:41:49.1092051Z test_pickle_nn_LazyConvTranspose1d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.002s) 2022-05-18T05:41:49.1112587Z test_pickle_nn_LazyConvTranspose2d_cuda_float32 (__main__.TestModuleCUDA) ... skip: Skipped! (0.002s) 2022-05-18T05:41:49.1138931Z test_pickle_nn_LazyConvTranspose2d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-05-18T05:41:49.1159515Z test_pickle_nn_LazyConvTranspose3d_cuda_float32 (__main__.TestModuleCUDA) ... skip: Skipped! (0.002s) 2022-05-18T05:41:49.1179441Z test_pickle_nn_LazyConvTranspose3d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.002s) 2022-05-18T05:41:49.1266611Z test_pickle_nn_Linear_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-05-18T05:41:49.1286649Z test_pickle_nn_Linear_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.002s) 2022-05-18T05:41:49.4507892Z test_pickle_nn_MultiheadAttention_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.322s) 2022-05-18T05:41:49.4528334Z test_pickle_nn_MultiheadAttention_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.002s) 2022-05-18T05:41:49.4661156Z test_pickle_nn_NLLLoss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.013s) 2022-05-18T05:41:49.4682135Z test_pickle_nn_NLLLoss_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.002s) 2022-05-18T05:41:49.4801856Z test_pickle_nn_RNNCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.012s) 2022-05-18T05:41:49.4822770Z test_pickle_nn_RNNCell_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.002s) 2022-05-18T05:41:49.6438470Z test_pickle_nn_RNN_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.161s) 2022-05-18T05:41:49.6458898Z test_pickle_nn_RNN_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.002s) 2022-05-18T05:41:49.6520067Z test_pickle_nn_ReLU_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-05-18T05:41:49.6540390Z test_pickle_nn_ReLU_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.002s) 2022-05-18T05:41:49.6587473Z test_pickle_nn_Sigmoid_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-05-18T05:41:49.6607746Z test_pickle_nn_Sigmoid_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.002s) 2022-05-18T05:41:49.8806284Z test_pickle_nn_TransformerDecoderLayer_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.219s) 2022-05-18T05:41:49.8826808Z test_pickle_nn_TransformerDecoderLayer_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.002s) 2022-05-18T05:41:50.0321158Z test_pickle_nn_TransformerEncoderLayer_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.149s) 2022-05-18T05:41:50.0342581Z test_pickle_nn_TransformerEncoderLayer_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.002s) 2022-05-18T05:41:50.4080762Z test_pickle_nn_Transformer_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.374s) 2022-05-18T05:41:50.4101397Z test_pickle_nn_Transformer_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.002s) 2022-05-18T05:41:50.4166431Z test_pickle_nn_quantized_MaxPool2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-05-18T05:41:50.4187207Z test_pickle_nn_quantized_MaxPool2d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.002s) 2022-05-18T05:41:50.4205296Z test_repr_nn_AdaptiveAvgPool2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-05-18T05:41:50.4219574Z test_repr_nn_AdaptiveAvgPool2d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:41:50.4238305Z test_repr_nn_AvgPool1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-05-18T05:41:50.4252459Z test_repr_nn_AvgPool1d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:41:50.4273053Z test_repr_nn_BatchNorm2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-05-18T05:41:50.4287294Z test_repr_nn_BatchNorm2d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:41:50.4313550Z test_repr_nn_BatchNorm3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-05-18T05:41:50.4327366Z test_repr_nn_BatchNorm3d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:41:50.4354072Z test_repr_nn_Bilinear_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-05-18T05:41:50.4368329Z test_repr_nn_Bilinear_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:41:50.4397078Z test_repr_nn_Conv1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-05-18T05:41:50.4411099Z test_repr_nn_Conv1d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:41:50.4439656Z test_repr_nn_Conv2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-05-18T05:41:50.4453847Z test_repr_nn_Conv2d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:41:50.4482923Z test_repr_nn_Conv3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-05-18T05:41:50.4503151Z test_repr_nn_Conv3d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.002s) 2022-05-18T05:41:50.4525508Z test_repr_nn_ConvTranspose1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-05-18T05:41:50.4539612Z test_repr_nn_ConvTranspose1d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:41:50.4562597Z test_repr_nn_ConvTranspose2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-05-18T05:41:50.4576788Z test_repr_nn_ConvTranspose2d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:41:50.4599673Z test_repr_nn_ConvTranspose3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-05-18T05:41:50.4613728Z test_repr_nn_ConvTranspose3d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:41:50.4660426Z test_repr_nn_CrossEntropyLoss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-05-18T05:41:50.4674632Z test_repr_nn_CrossEntropyLoss_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:41:50.4697114Z test_repr_nn_ELU_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-05-18T05:41:50.4717013Z test_repr_nn_ELU_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.002s) 2022-05-18T05:41:50.4735666Z test_repr_nn_Embedding_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-05-18T05:41:50.4749985Z test_repr_nn_Embedding_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:41:50.4774333Z test_repr_nn_GRUCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-05-18T05:41:50.4788827Z test_repr_nn_GRUCell_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:41:50.4896137Z test_repr_nn_GRU_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-05-18T05:41:50.4910625Z test_repr_nn_GRU_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:41:50.4941895Z test_repr_nn_GaussianNLLLoss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-05-18T05:41:50.4955974Z test_repr_nn_GaussianNLLLoss_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:41:50.4980761Z test_repr_nn_Hardswish_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-05-18T05:41:50.4995216Z test_repr_nn_Hardswish_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:41:50.5024118Z test_repr_nn_L1Loss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-05-18T05:41:50.5038179Z test_repr_nn_L1Loss_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:41:50.5064921Z test_repr_nn_LSTMCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-05-18T05:41:50.5079061Z test_repr_nn_LSTMCell_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:41:50.5302988Z test_repr_nn_LSTM_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.022s) 2022-05-18T05:41:50.5317224Z test_repr_nn_LSTM_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:41:50.5331144Z test_repr_nn_LazyConv1d_cuda_float32 (__main__.TestModuleCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:41:50.5345386Z test_repr_nn_LazyConv1d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:41:50.5365024Z test_repr_nn_LazyConv2d_cuda_float32 (__main__.TestModuleCUDA) ... skip: Skipped! (0.002s) 2022-05-18T05:41:50.5379036Z test_repr_nn_LazyConv2d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:41:50.5393022Z test_repr_nn_LazyConv3d_cuda_float32 (__main__.TestModuleCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:41:50.5406938Z test_repr_nn_LazyConv3d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:41:50.5420985Z test_repr_nn_LazyConvTranspose1d_cuda_float32 (__main__.TestModuleCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:41:50.5435279Z test_repr_nn_LazyConvTranspose1d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:41:50.5449206Z test_repr_nn_LazyConvTranspose2d_cuda_float32 (__main__.TestModuleCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:41:50.5463474Z test_repr_nn_LazyConvTranspose2d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:41:50.5477627Z test_repr_nn_LazyConvTranspose3d_cuda_float32 (__main__.TestModuleCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:41:50.5491612Z test_repr_nn_LazyConvTranspose3d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:41:50.5515467Z test_repr_nn_Linear_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-05-18T05:41:50.5529627Z test_repr_nn_Linear_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:41:50.5927913Z test_repr_nn_MultiheadAttention_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.040s) 2022-05-18T05:41:50.5942909Z test_repr_nn_MultiheadAttention_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:41:50.5981783Z test_repr_nn_NLLLoss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-05-18T05:41:50.5996278Z test_repr_nn_NLLLoss_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:41:50.6024939Z test_repr_nn_RNNCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-05-18T05:41:50.6039245Z test_repr_nn_RNNCell_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:41:50.6240973Z test_repr_nn_RNN_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.020s) 2022-05-18T05:41:50.6255819Z test_repr_nn_RNN_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:41:50.6277827Z test_repr_nn_ReLU_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-05-18T05:41:50.6292063Z test_repr_nn_ReLU_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:41:50.6317885Z test_repr_nn_Sigmoid_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-05-18T05:41:50.6331951Z test_repr_nn_Sigmoid_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:41:50.6622615Z test_repr_nn_TransformerDecoderLayer_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.029s) 2022-05-18T05:41:50.6637883Z test_repr_nn_TransformerDecoderLayer_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.002s) 2022-05-18T05:41:50.6839626Z test_repr_nn_TransformerEncoderLayer_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.020s) 2022-05-18T05:41:50.6854663Z test_repr_nn_TransformerEncoderLayer_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:41:50.7733331Z test_repr_nn_Transformer_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.088s) 2022-05-18T05:41:50.7747943Z test_repr_nn_Transformer_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:41:50.7769332Z test_repr_nn_quantized_MaxPool2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-05-18T05:41:50.7784554Z test_repr_nn_quantized_MaxPool2d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:41:50.7784916Z 2022-05-18T05:41:50.7785547Z ---------------------------------------------------------------------- 2022-05-18T05:41:50.7785905Z Ran 689 tests in 26.061s 2022-05-18T05:41:50.7786074Z 2022-05-18T05:41:50.7793709Z OK (skipped=449, expected failures=3) 2022-05-18T05:41:50.7793928Z 2022-05-18T05:41:50.7794440Z Generating XML reports... 2022-05-18T05:41:50.8568367Z Generated XML report: test-reports/python-unittest/test_modules/TEST-TestModuleCUDA-20220518054124.xml 2022-05-18T05:41:51.2605519Z Running test_fx_experimental ... [2022-05-18 05:41:51.259999] 2022-05-18T05:41:51.2606220Z Executing ['/opt/conda/bin/python', 'test_fx_experimental.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:41:51.260110] 2022-05-18T05:41:54.4187162Z Test results will be stored in test-reports/python-unittest/test_fx_experimental 2022-05-18T05:41:54.4308624Z 2022-05-18T05:41:54.4309040Z Running tests... 2022-05-18T05:41:54.4309546Z ---------------------------------------------------------------------- 2022-05-18T05:41:56.5318029Z test_annotate_returns_with_schema (__main__.TestFXExperimental) ... ok (2.101s) 2022-05-18T05:41:56.5409039Z test_aot_based_partition (__main__.TestFXExperimental) ... ok (0.007s) 2022-05-18T05:41:56.5457047Z test_call_to_assert_no_msg (__main__.TestFXExperimental) ... ok (0.005s) 2022-05-18T05:41:56.5498230Z test_call_to_assert_with_empty_msg (__main__.TestFXExperimental) ... ok (0.004s) 2022-05-18T05:41:56.5540633Z test_call_to_assert_with_msg (__main__.TestFXExperimental) ... ok (0.004s) 2022-05-18T05:41:56.5584877Z test_call_to_assert_with_multiline_message (__main__.TestFXExperimental) ... ok (0.004s) 2022-05-18T05:41:57.2696493Z test_conv_bn_fusion (__main__.TestFXExperimental) ... ok (0.711s) 2022-05-18T05:41:57.2805501Z test_conv_bn_fusion_not_running_state (__main__.TestFXExperimental) ... ok (0.011s) 2022-05-18T05:41:57.2953468Z test_cost_aware_partition (__main__.TestFXExperimental) ... ok (0.015s) 2022-05-18T05:41:57.2998260Z test_fetch (__main__.TestFXExperimental) ... ok (0.004s) 2022-05-18T05:41:57.3047078Z test_find_single_partition (__main__.TestFXExperimental) ... ok (0.005s) 2022-05-18T05:41:57.3082041Z test_lack_of_devices (__main__.TestFXExperimental) ... ok (0.003s) 2022-05-18T05:41:57.3124496Z test_large_node_error (__main__.TestFXExperimental) ... ok (0.004s) 2022-05-18T05:41:57.3160622Z test_merge_matmuls (__main__.TestFXExperimental) 2022-05-18T05:41:57.3480063Z A collection of test cases for torch.fx.experimental.merge_matmul, ... ok (0.035s) 2022-05-18T05:41:57.3683498Z test_meta_tracer (__main__.TestFXExperimental) ... ok (0.020s) 2022-05-18T05:41:57.8880330Z test_normalize_args (__main__.TestFXExperimental) ... ok (0.519s) 2022-05-18T05:41:57.8943992Z test_normalize_args_preserve_meta (__main__.TestFXExperimental) ... ok (0.006s) 2022-05-18T05:41:57.9137172Z test_normalize_binary_operators (__main__.TestFXExperimental) ... .68:5: UserWarning: floor_divide is deprecated, and will be removed 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. 2022-05-18T05:41:57.9138804Z 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'). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BinaryOps.cpp:599.) 2022-05-18T05:41:57.9139420Z floor_divide = torch.floor_divide(x, y); x = y = None 2022-05-18T05:41:57.9140503Z .69:5: 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:41:57.9141393Z floordiv = x // y; x = y = None 2022-05-18T05:41:57.9476392Z .93:5: 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:41:57.9477102Z floordiv = x // 42; x = None 2022-05-18T05:41:57.9657631Z ok (0.071s) 2022-05-18T05:41:57.9682997Z test_normalize_modules_exhaustive (__main__.TestFXExperimental) 2022-05-18T05:41:58.6430856Z Exhaustively test `Node.normalized_arguments` on all standard ... /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:41:58.6431996Z return F.conv1d(input, weight, bias, self.stride, 2022-05-18T05:42:00.0822540Z ok (2.116s) 2022-05-18T05:42:00.4249477Z test_optimize_for_inference_cpu (__main__.TestFXExperimental) ... ok (0.342s) 2022-05-18T05:42:09.6899934Z test_optimize_for_inference_cpu_torchvision (__main__.TestFXExperimental) ... ok (9.265s) 2022-05-18T05:42:09.6999916Z test_partition_device_mapping (__main__.TestFXExperimental) ... ok (0.010s) 2022-05-18T05:42:09.7087485Z test_partition_latency (__main__.TestFXExperimental) ... ok (0.009s) 2022-05-18T05:42:09.7147799Z test_partition_node_manipulation (__main__.TestFXExperimental) ... ok (0.006s) 2022-05-18T05:42:09.7222996Z test_proxy_tensor (__main__.TestFXExperimental) ... ok (0.007s) 2022-05-18T05:42:09.7258326Z test_replace_target_nodes_with (__main__.TestFXExperimental) ... ok (0.003s) 2022-05-18T05:42:09.7310890Z test_saturate_host (__main__.TestFXExperimental) ... [0, 4] 2022-05-18T05:42:09.7311202Z [1, 2] 2022-05-18T05:42:09.7342471Z ok (0.008s) 2022-05-18T05:42:09.7460403Z test_serialize_graph (__main__.TestFXExperimental) ... ok (0.012s) 2022-05-18T05:42:09.7534500Z test_size_based_partition (__main__.TestFXExperimental) ... ok (0.007s) 2022-05-18T05:42:09.8957111Z test_sparse_nn_partition (__main__.TestFXExperimental) ... ok (0.142s) 2022-05-18T05:42:09.9059706Z test_split_module_default_arg (__main__.TestFXExperimental) ... /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-18T05:42:09.9060495Z warnings.warn(msg, FutureWarning) 2022-05-18T05:42:09.9060834Z ok (0.010s) 2022-05-18T05:42:09.9112801Z test_split_module_kwargs_expansion (__main__.TestFXExperimental) ... ok (0.005s) 2022-05-18T05:42:09.9194110Z test_split_qualname_mapping (__main__.TestFXExperimental) ... ok (0.008s) 2022-05-18T05:42:09.9281479Z test_subgraph_creation (__main__.TestFXExperimental) ... ok (0.009s) 2022-05-18T05:42:10.1454283Z test_subgraph_trivial_resnet (__main__.TestFXExperimental) ... ok (0.217s) 2022-05-18T05:42:10.1530282Z test_subgraph_uniquename (__main__.TestFXExperimental) ... ok (0.008s) 2022-05-18T05:42:10.1602835Z test_to_folder (__main__.TestFXExperimental) ... /opt/conda/lib/python3.9/site-packages/torch/fx/graph_module.py:468: UserWarning: Was not able to save the following children modules as reprs -saved as pickled files instead: ['seq'] 2022-05-18T05:42:10.1603558Z warnings.warn("Was not able to save the following children modules as reprs -" 2022-05-18T05:42:10.1645229Z ok (0.011s) 2022-05-18T05:42:10.1676377Z test_traceable_function_with_nonstandard_name (__main__.TestFXExperimental) ... ok (0.003s) 2022-05-18T05:42:10.1704865Z test_type_matches (__main__.TestFXExperimental) ... ok (0.003s) 2022-05-18T05:42:10.1739955Z test_normalize_args_op_overload_cuda (__main__.TestNormalizeOperatorsCUDA) ... ok (0.003s) 2022-05-18T05:42:10.1780040Z test_normalize_operator_exhaustive_H_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.1820027Z test_normalize_operator_exhaustive_T_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.1860432Z test_normalize_operator_exhaustive___getitem___cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.1900545Z test_normalize_operator_exhaustive___radd___cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.1940707Z test_normalize_operator_exhaustive___rdiv___cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.1981775Z test_normalize_operator_exhaustive___rmatmul___cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.2027731Z test_normalize_operator_exhaustive___rmod___cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-05-18T05:42:10.2067264Z test_normalize_operator_exhaustive___rmul___cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.2107139Z test_normalize_operator_exhaustive___rpow___cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.2147214Z test_normalize_operator_exhaustive___rsub___cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.2187622Z test_normalize_operator_exhaustive__masked_amax_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.2227756Z test_normalize_operator_exhaustive__masked_amin_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.2267480Z test_normalize_operator_exhaustive__masked_argmax_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.2307144Z test_normalize_operator_exhaustive__masked_argmin_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.2346631Z test_normalize_operator_exhaustive__masked_log_softmax_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.2386483Z test_normalize_operator_exhaustive__masked_mean_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.2430895Z test_normalize_operator_exhaustive__masked_norm_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.2470084Z test_normalize_operator_exhaustive__masked_normalize_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.2509631Z test_normalize_operator_exhaustive__masked_prod_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.2549144Z test_normalize_operator_exhaustive__masked_softmax_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.2588963Z test_normalize_operator_exhaustive__masked_softmin_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.2628142Z test_normalize_operator_exhaustive__masked_std_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.2668380Z test_normalize_operator_exhaustive__masked_sum_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.2707696Z test_normalize_operator_exhaustive__masked_var_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.2747161Z test_normalize_operator_exhaustive_abs_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.2786733Z test_normalize_operator_exhaustive_acos_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.2826096Z test_normalize_operator_exhaustive_acosh_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.2865810Z test_normalize_operator_exhaustive_add_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.2911341Z test_normalize_operator_exhaustive_addbmm_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.2950773Z test_normalize_operator_exhaustive_addcdiv_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.2990174Z test_normalize_operator_exhaustive_addcmul_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.3029500Z test_normalize_operator_exhaustive_addmm_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.3068945Z test_normalize_operator_exhaustive_addmm_decomposed_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.3108008Z test_normalize_operator_exhaustive_addmv_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.3147316Z test_normalize_operator_exhaustive_addr_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.3186873Z test_normalize_operator_exhaustive_all_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.3226460Z test_normalize_operator_exhaustive_allclose_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.3265508Z test_normalize_operator_exhaustive_amax_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.3304850Z test_normalize_operator_exhaustive_amin_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.3344482Z test_normalize_operator_exhaustive_aminmax_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.3389532Z test_normalize_operator_exhaustive_angle_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.3428835Z test_normalize_operator_exhaustive_any_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.3468047Z test_normalize_operator_exhaustive_argmax_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.3507543Z test_normalize_operator_exhaustive_argmin_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.3546625Z test_normalize_operator_exhaustive_argsort_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.3586424Z test_normalize_operator_exhaustive_argwhere_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.3625756Z test_normalize_operator_exhaustive_as_strided_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.3665841Z test_normalize_operator_exhaustive_asin_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.3705541Z test_normalize_operator_exhaustive_asinh_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.3744810Z test_normalize_operator_exhaustive_atan2_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.3784406Z test_normalize_operator_exhaustive_atan_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.3823651Z test_normalize_operator_exhaustive_atanh_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.3887240Z test_normalize_operator_exhaustive_atleast_1d_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-05-18T05:42:10.3926635Z test_normalize_operator_exhaustive_atleast_2d_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.3966680Z test_normalize_operator_exhaustive_atleast_3d_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.4006203Z test_normalize_operator_exhaustive_baddbmm_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.4046171Z test_normalize_operator_exhaustive_bernoulli_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.4085785Z test_normalize_operator_exhaustive_bfloat16_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.4125434Z test_normalize_operator_exhaustive_block_diag_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.4165236Z test_normalize_operator_exhaustive_bmm_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.4204558Z test_normalize_operator_exhaustive_bool_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.4243869Z test_normalize_operator_exhaustive_broadcast_tensors_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.4283187Z test_normalize_operator_exhaustive_broadcast_to_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.4322828Z test_normalize_operator_exhaustive_bucketize_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.4368276Z test_normalize_operator_exhaustive_byte_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.4407841Z test_normalize_operator_exhaustive_cartesian_prod_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.4447297Z test_normalize_operator_exhaustive_cat_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.4486985Z test_normalize_operator_exhaustive_cdist_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.4526566Z test_normalize_operator_exhaustive_ceil_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.4565916Z test_normalize_operator_exhaustive_chalf_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.4605728Z test_normalize_operator_exhaustive_char_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.4644968Z test_normalize_operator_exhaustive_cholesky_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.4684314Z test_normalize_operator_exhaustive_cholesky_inverse_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.4723721Z test_normalize_operator_exhaustive_cholesky_solve_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.4763421Z test_normalize_operator_exhaustive_chunk_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.4808649Z test_normalize_operator_exhaustive_clamp_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.4847662Z test_normalize_operator_exhaustive_clamp_scalar_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.4887237Z test_normalize_operator_exhaustive_clone_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.4926956Z test_normalize_operator_exhaustive_column_stack_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.4966259Z test_normalize_operator_exhaustive_combinations_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.5005767Z test_normalize_operator_exhaustive_complex_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.5044877Z test_normalize_operator_exhaustive_conj_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.5084494Z test_normalize_operator_exhaustive_conj_physical_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.5124375Z test_normalize_operator_exhaustive_contiguous_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.5164218Z test_normalize_operator_exhaustive_copysign_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.5204668Z test_normalize_operator_exhaustive_corrcoef_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.5244283Z test_normalize_operator_exhaustive_cos_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.5289435Z test_normalize_operator_exhaustive_cosh_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.5329037Z test_normalize_operator_exhaustive_count_nonzero_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.5368361Z test_normalize_operator_exhaustive_cov_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.5407921Z test_normalize_operator_exhaustive_cross_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.5447364Z test_normalize_operator_exhaustive_cummax_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.5487096Z test_normalize_operator_exhaustive_cummin_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.5526998Z test_normalize_operator_exhaustive_cumprod_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.5566651Z test_normalize_operator_exhaustive_cumsum_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.5606264Z test_normalize_operator_exhaustive_cumulative_trapezoid_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.5645683Z test_normalize_operator_exhaustive_deg2rad_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.5685709Z test_normalize_operator_exhaustive_diag_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.5725044Z test_normalize_operator_exhaustive_diag_embed_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.5770394Z test_normalize_operator_exhaustive_diagflat_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.5810002Z test_normalize_operator_exhaustive_diagonal_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.5849396Z test_normalize_operator_exhaustive_diagonal_scatter_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.5888820Z test_normalize_operator_exhaustive_diff_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.5928319Z test_normalize_operator_exhaustive_digamma_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.5967891Z test_normalize_operator_exhaustive_dist_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.6007302Z test_normalize_operator_exhaustive_div_floor_rounding_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.6046545Z test_normalize_operator_exhaustive_div_no_rounding_mode_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.6086668Z test_normalize_operator_exhaustive_div_trunc_rounding_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.6126301Z test_normalize_operator_exhaustive_dot_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.6165825Z test_normalize_operator_exhaustive_double_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.6208679Z test_normalize_operator_exhaustive_dsplit_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.6254175Z test_normalize_operator_exhaustive_dstack_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.6293251Z test_normalize_operator_exhaustive_eig_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.6333142Z test_normalize_operator_exhaustive_einsum_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.6372795Z test_normalize_operator_exhaustive_empty_like_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.6412398Z test_normalize_operator_exhaustive_eq_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.6451806Z test_normalize_operator_exhaustive_erf_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.6491506Z test_normalize_operator_exhaustive_erfc_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.6530895Z test_normalize_operator_exhaustive_erfinv_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.6570634Z test_normalize_operator_exhaustive_exp2_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.6610911Z test_normalize_operator_exhaustive_exp_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.6650803Z test_normalize_operator_exhaustive_expand_as_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.6690683Z test_normalize_operator_exhaustive_expand_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.6737697Z test_normalize_operator_exhaustive_expm1_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-05-18T05:42:10.6777791Z test_normalize_operator_exhaustive_fft_fft2_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.6816895Z test_normalize_operator_exhaustive_fft_fft_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.6856889Z test_normalize_operator_exhaustive_fft_fftn_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.6896258Z test_normalize_operator_exhaustive_fft_fftshift_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.6935910Z test_normalize_operator_exhaustive_fft_hfft2_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.6975557Z test_normalize_operator_exhaustive_fft_hfft_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.7015244Z test_normalize_operator_exhaustive_fft_hfftn_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.7055373Z test_normalize_operator_exhaustive_fft_ifft2_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.7095725Z test_normalize_operator_exhaustive_fft_ifft_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.7135359Z test_normalize_operator_exhaustive_fft_ifftn_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.7175414Z test_normalize_operator_exhaustive_fft_ifftshift_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.7223537Z test_normalize_operator_exhaustive_fft_ihfft2_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-05-18T05:42:10.7262926Z test_normalize_operator_exhaustive_fft_ihfft_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.7302566Z test_normalize_operator_exhaustive_fft_ihfftn_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.7342315Z test_normalize_operator_exhaustive_fft_irfft2_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.7382396Z test_normalize_operator_exhaustive_fft_irfft_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.7421944Z test_normalize_operator_exhaustive_fft_irfftn_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.7461929Z test_normalize_operator_exhaustive_fft_rfft2_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.7501794Z test_normalize_operator_exhaustive_fft_rfft_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.7542276Z test_normalize_operator_exhaustive_fft_rfftn_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.7582179Z test_normalize_operator_exhaustive_fill__cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.7622684Z test_normalize_operator_exhaustive_flatten_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.7663223Z test_normalize_operator_exhaustive_flip_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.7709143Z test_normalize_operator_exhaustive_fliplr_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.7748623Z test_normalize_operator_exhaustive_flipud_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.7788071Z test_normalize_operator_exhaustive_float_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.7827904Z test_normalize_operator_exhaustive_float_power_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.7867260Z test_normalize_operator_exhaustive_floor_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.7906604Z test_normalize_operator_exhaustive_floor_divide_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.7946294Z test_normalize_operator_exhaustive_fmax_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.7985810Z test_normalize_operator_exhaustive_fmin_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.8026044Z test_normalize_operator_exhaustive_fmod_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.8065728Z test_normalize_operator_exhaustive_frac_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.8105015Z test_normalize_operator_exhaustive_frexp_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.8150567Z test_normalize_operator_exhaustive_full_like_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.8190480Z test_normalize_operator_exhaustive_gather_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.8230315Z test_normalize_operator_exhaustive_ge_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.8270032Z test_normalize_operator_exhaustive_geqrf_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.8310103Z test_normalize_operator_exhaustive_gradient_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.8349690Z test_normalize_operator_exhaustive_gt_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.8388975Z test_normalize_operator_exhaustive_half_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.8428131Z test_normalize_operator_exhaustive_heaviside_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.8468196Z test_normalize_operator_exhaustive_histc_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.8507836Z test_normalize_operator_exhaustive_hsplit_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.8547468Z test_normalize_operator_exhaustive_hstack_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.8587522Z test_normalize_operator_exhaustive_hypot_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.8632933Z test_normalize_operator_exhaustive_i0_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.8672756Z test_normalize_operator_exhaustive_igamma_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.8712110Z test_normalize_operator_exhaustive_igammac_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.8751640Z test_normalize_operator_exhaustive_index_add_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.8791388Z test_normalize_operator_exhaustive_index_copy_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.8830824Z test_normalize_operator_exhaustive_index_fill_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.8870707Z test_normalize_operator_exhaustive_index_put_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.8910030Z test_normalize_operator_exhaustive_index_reduce_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.8949296Z test_normalize_operator_exhaustive_index_select_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.8989083Z test_normalize_operator_exhaustive_inner_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.9028377Z test_normalize_operator_exhaustive_int_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.9067815Z test_normalize_operator_exhaustive_inverse_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.9113236Z test_normalize_operator_exhaustive_isclose_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.9152754Z test_normalize_operator_exhaustive_isfinite_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.9193188Z test_normalize_operator_exhaustive_isin_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.9233112Z test_normalize_operator_exhaustive_isinf_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.9272683Z test_normalize_operator_exhaustive_isnan_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.9312128Z test_normalize_operator_exhaustive_isneginf_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.9351567Z test_normalize_operator_exhaustive_isposinf_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.9391271Z test_normalize_operator_exhaustive_isreal_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.9430707Z test_normalize_operator_exhaustive_istft_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.9470271Z test_normalize_operator_exhaustive_jiterator_4inputs_with_extra_args_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.9510008Z test_normalize_operator_exhaustive_jiterator_binary_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.9549641Z test_normalize_operator_exhaustive_jiterator_unary_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.9597157Z test_normalize_operator_exhaustive_kron_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-05-18T05:42:10.9636452Z test_normalize_operator_exhaustive_kthvalue_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.9676027Z test_normalize_operator_exhaustive_ldexp_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.9715690Z test_normalize_operator_exhaustive_le_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.9755525Z test_normalize_operator_exhaustive_lerp_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.9795054Z test_normalize_operator_exhaustive_lgamma_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.9834883Z test_normalize_operator_exhaustive_linalg_cholesky_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.9874720Z test_normalize_operator_exhaustive_linalg_cholesky_ex_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.9914744Z test_normalize_operator_exhaustive_linalg_cond_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.9953900Z test_normalize_operator_exhaustive_linalg_cross_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:10.9993000Z test_normalize_operator_exhaustive_linalg_det_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.0032483Z test_normalize_operator_exhaustive_linalg_eig_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.0078134Z test_normalize_operator_exhaustive_linalg_eigh_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.0116684Z test_normalize_operator_exhaustive_linalg_eigvals_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.0156268Z test_normalize_operator_exhaustive_linalg_eigvalsh_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.0197159Z test_normalize_operator_exhaustive_linalg_householder_product_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.0236549Z test_normalize_operator_exhaustive_linalg_inv_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.0275754Z test_normalize_operator_exhaustive_linalg_inv_ex_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.0315206Z test_normalize_operator_exhaustive_linalg_ldl_factor_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.0355029Z test_normalize_operator_exhaustive_linalg_ldl_factor_ex_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.0394491Z test_normalize_operator_exhaustive_linalg_ldl_solve_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: not available before CUDA 11.3.1 (0.004s) 2022-05-18T05:42:11.0432995Z test_normalize_operator_exhaustive_linalg_lstsq_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.0472551Z test_normalize_operator_exhaustive_linalg_lstsq_grad_oriented_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.0511821Z test_normalize_operator_exhaustive_linalg_lu_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.0557116Z test_normalize_operator_exhaustive_linalg_lu_factor_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.0596248Z test_normalize_operator_exhaustive_linalg_lu_factor_ex_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.0635926Z test_normalize_operator_exhaustive_linalg_matrix_norm_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.0676029Z test_normalize_operator_exhaustive_linalg_matrix_power_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.0715438Z test_normalize_operator_exhaustive_linalg_matrix_rank_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.0754744Z test_normalize_operator_exhaustive_linalg_matrix_rank_hermitian_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.0794276Z test_normalize_operator_exhaustive_linalg_multi_dot_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.0833529Z test_normalize_operator_exhaustive_linalg_norm_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.0872713Z test_normalize_operator_exhaustive_linalg_norm_subgradients_at_zero_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.0912162Z test_normalize_operator_exhaustive_linalg_pinv_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.0950730Z test_normalize_operator_exhaustive_linalg_pinv_hermitian_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.0990958Z test_normalize_operator_exhaustive_linalg_pinv_singular_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T05:42:11.1035985Z test_normalize_operator_exhaustive_linalg_qr_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.1075001Z test_normalize_operator_exhaustive_linalg_slogdet_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.1113619Z test_normalize_operator_exhaustive_linalg_solve_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.1152768Z test_normalize_operator_exhaustive_linalg_solve_triangular_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.1193212Z test_normalize_operator_exhaustive_linalg_svd_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.1232945Z test_normalize_operator_exhaustive_linalg_svdvals_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.1272553Z test_normalize_operator_exhaustive_linalg_tensorinv_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.1312188Z test_normalize_operator_exhaustive_linalg_tensorsolve_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.1351666Z test_normalize_operator_exhaustive_linalg_vander_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.1391254Z test_normalize_operator_exhaustive_linalg_vector_norm_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.1430506Z test_normalize_operator_exhaustive_log10_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.1475403Z test_normalize_operator_exhaustive_log1p_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.1514552Z test_normalize_operator_exhaustive_log2_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.1553991Z test_normalize_operator_exhaustive_log_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.1594046Z test_normalize_operator_exhaustive_log_softmax_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.1633315Z test_normalize_operator_exhaustive_log_softmax_dtype_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.1672887Z test_normalize_operator_exhaustive_logaddexp2_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.1712340Z test_normalize_operator_exhaustive_logaddexp_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.1751682Z test_normalize_operator_exhaustive_logcumsumexp_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.1790742Z test_normalize_operator_exhaustive_logdet_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.1830449Z test_normalize_operator_exhaustive_logical_and_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.1869582Z test_normalize_operator_exhaustive_logical_not_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.1908807Z test_normalize_operator_exhaustive_logical_or_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.1954155Z test_normalize_operator_exhaustive_logical_xor_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.1993617Z test_normalize_operator_exhaustive_logit_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.2032879Z test_normalize_operator_exhaustive_logsumexp_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.2072349Z test_normalize_operator_exhaustive_long_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.2111613Z test_normalize_operator_exhaustive_lt_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.2150931Z test_normalize_operator_exhaustive_lu_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.2192012Z test_normalize_operator_exhaustive_lu_solve_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.2231450Z test_normalize_operator_exhaustive_lu_unpack_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.2270502Z test_normalize_operator_exhaustive_mH_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.2309415Z test_normalize_operator_exhaustive_mT_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.2348286Z test_normalize_operator_exhaustive_masked_fill_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.2387401Z test_normalize_operator_exhaustive_masked_scatter_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.2432365Z test_normalize_operator_exhaustive_masked_select_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.2471131Z test_normalize_operator_exhaustive_matmul_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.2510085Z test_normalize_operator_exhaustive_matrix_exp_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.2549146Z test_normalize_operator_exhaustive_max_binary_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.2588325Z test_normalize_operator_exhaustive_max_reduction_no_dim_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.2627162Z test_normalize_operator_exhaustive_max_reduction_with_dim_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.2667219Z test_normalize_operator_exhaustive_maximum_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.2706058Z test_normalize_operator_exhaustive_mean_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.2745272Z test_normalize_operator_exhaustive_median_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.2784538Z test_normalize_operator_exhaustive_meshgrid_list_of_tensors_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.2816163Z test_normalize_operator_exhaustive_meshgrid_variadic_tensors_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Skipped! (0.003s) 2022-05-18T05:42:11.2855037Z test_normalize_operator_exhaustive_min_binary_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.2894191Z test_normalize_operator_exhaustive_min_reduction_no_dim_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.2938759Z test_normalize_operator_exhaustive_min_reduction_with_dim_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.2977526Z test_normalize_operator_exhaustive_minimum_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.3016304Z test_normalize_operator_exhaustive_mm_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.3055336Z test_normalize_operator_exhaustive_mode_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.3094546Z test_normalize_operator_exhaustive_movedim_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.3133569Z test_normalize_operator_exhaustive_msort_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.3172834Z test_normalize_operator_exhaustive_mul_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.3213476Z test_normalize_operator_exhaustive_multinomial_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.3252475Z test_normalize_operator_exhaustive_mv_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.3291467Z test_normalize_operator_exhaustive_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.3330681Z test_normalize_operator_exhaustive_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.3369750Z test_normalize_operator_exhaustive_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.3414327Z test_normalize_operator_exhaustive_nan_to_num_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.3453281Z test_normalize_operator_exhaustive_nanmean_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.3492013Z test_normalize_operator_exhaustive_nanmedian_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.3530601Z test_normalize_operator_exhaustive_nanquantile_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.3569356Z test_normalize_operator_exhaustive_nansum_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.3608219Z test_normalize_operator_exhaustive_narrow_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.3647310Z test_normalize_operator_exhaustive_ne_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.3685933Z test_normalize_operator_exhaustive_neg_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.3724659Z test_normalize_operator_exhaustive_new_empty_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.3763409Z test_normalize_operator_exhaustive_new_full_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.3802557Z test_normalize_operator_exhaustive_new_ones_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.3841622Z test_normalize_operator_exhaustive_new_zeros_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.3886675Z test_normalize_operator_exhaustive_nextafter_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.3925333Z test_normalize_operator_exhaustive_nn_functional_adaptive_avg_pool1d_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.3964330Z test_normalize_operator_exhaustive_nn_functional_adaptive_avg_pool2d_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.4003168Z test_normalize_operator_exhaustive_nn_functional_adaptive_avg_pool3d_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.4042173Z test_normalize_operator_exhaustive_nn_functional_adaptive_max_pool1d_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.4080893Z test_normalize_operator_exhaustive_nn_functional_adaptive_max_pool2d_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.4119765Z test_normalize_operator_exhaustive_nn_functional_adaptive_max_pool3d_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.4158854Z test_normalize_operator_exhaustive_nn_functional_avg_pool1d_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.4199103Z test_normalize_operator_exhaustive_nn_functional_avg_pool2d_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.4237807Z test_normalize_operator_exhaustive_nn_functional_avg_pool3d_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.4278135Z test_normalize_operator_exhaustive_nn_functional_batch_norm_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.4323330Z test_normalize_operator_exhaustive_nn_functional_batch_norm_without_cudnn_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.4362039Z test_normalize_operator_exhaustive_nn_functional_bilinear_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.4401230Z test_normalize_operator_exhaustive_nn_functional_binary_cross_entropy_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.4440059Z test_normalize_operator_exhaustive_nn_functional_binary_cross_entropy_with_logits_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.4478907Z test_normalize_operator_exhaustive_nn_functional_celu_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.4517640Z test_normalize_operator_exhaustive_nn_functional_conv1d_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.4556503Z test_normalize_operator_exhaustive_nn_functional_conv2d_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.4595964Z test_normalize_operator_exhaustive_nn_functional_conv_transpose1d_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.4634913Z test_normalize_operator_exhaustive_nn_functional_conv_transpose2d_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.4676658Z test_normalize_operator_exhaustive_nn_functional_conv_transpose3d_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.4716316Z test_normalize_operator_exhaustive_nn_functional_cosine_embedding_loss_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.4759623Z test_normalize_operator_exhaustive_nn_functional_cosine_similarity_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.4808847Z test_normalize_operator_exhaustive_nn_functional_cross_entropy_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-05-18T05:42:11.4848930Z test_normalize_operator_exhaustive_nn_functional_ctc_loss_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.4887709Z test_normalize_operator_exhaustive_nn_functional_dropout2d_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.4926735Z test_normalize_operator_exhaustive_nn_functional_dropout_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.4965836Z test_normalize_operator_exhaustive_nn_functional_elu_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.5004446Z test_normalize_operator_exhaustive_nn_functional_embedding_bag_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.5043460Z test_normalize_operator_exhaustive_nn_functional_embedding_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.5082488Z test_normalize_operator_exhaustive_nn_functional_feature_alpha_dropout_with_train_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.5121483Z test_normalize_operator_exhaustive_nn_functional_feature_alpha_dropout_without_train_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.5160550Z test_normalize_operator_exhaustive_nn_functional_fractional_max_pool2d_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.5201208Z test_normalize_operator_exhaustive_nn_functional_fractional_max_pool3d_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.5240608Z test_normalize_operator_exhaustive_nn_functional_gaussian_nll_loss_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.5289790Z test_normalize_operator_exhaustive_nn_functional_gelu_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-05-18T05:42:11.5329671Z test_normalize_operator_exhaustive_nn_functional_glu_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.5368821Z test_normalize_operator_exhaustive_nn_functional_grid_sample_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.5408120Z test_normalize_operator_exhaustive_nn_functional_group_norm_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.5446953Z test_normalize_operator_exhaustive_nn_functional_hardshrink_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.5486410Z test_normalize_operator_exhaustive_nn_functional_hardsigmoid_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.5525773Z test_normalize_operator_exhaustive_nn_functional_hardswish_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.5564974Z test_normalize_operator_exhaustive_nn_functional_hardtanh_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.5604497Z test_normalize_operator_exhaustive_nn_functional_hinge_embedding_loss_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.5643419Z test_normalize_operator_exhaustive_nn_functional_huber_loss_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.5682849Z test_normalize_operator_exhaustive_nn_functional_instance_norm_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.5722046Z test_normalize_operator_exhaustive_nn_functional_interpolate_area_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.5769340Z test_normalize_operator_exhaustive_nn_functional_interpolate_bicubic_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-05-18T05:42:11.5808523Z test_normalize_operator_exhaustive_nn_functional_interpolate_bilinear_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.5847489Z test_normalize_operator_exhaustive_nn_functional_interpolate_linear_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.5886670Z test_normalize_operator_exhaustive_nn_functional_interpolate_nearest_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.5925886Z test_normalize_operator_exhaustive_nn_functional_interpolate_trilinear_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.5965048Z test_normalize_operator_exhaustive_nn_functional_kl_div_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.6004720Z test_normalize_operator_exhaustive_nn_functional_l1_loss_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.6043983Z test_normalize_operator_exhaustive_nn_functional_layer_norm_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.6083121Z test_normalize_operator_exhaustive_nn_functional_leaky_relu_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.6122154Z test_normalize_operator_exhaustive_nn_functional_linear_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.6161547Z test_normalize_operator_exhaustive_nn_functional_local_response_norm_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.6202869Z test_normalize_operator_exhaustive_nn_functional_logsigmoid_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.6248868Z test_normalize_operator_exhaustive_nn_functional_margin_ranking_loss_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-05-18T05:42:11.6288367Z test_normalize_operator_exhaustive_nn_functional_max_pool1d_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.6328010Z test_normalize_operator_exhaustive_nn_functional_max_pool2d_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.6367166Z test_normalize_operator_exhaustive_nn_functional_max_pool3d_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.6406327Z test_normalize_operator_exhaustive_nn_functional_max_unpool1d_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.6445408Z test_normalize_operator_exhaustive_nn_functional_max_unpool1d_grad_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.6484671Z test_normalize_operator_exhaustive_nn_functional_max_unpool2d_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.6523588Z test_normalize_operator_exhaustive_nn_functional_max_unpool2d_grad_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.6562492Z test_normalize_operator_exhaustive_nn_functional_max_unpool3d_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.6602235Z test_normalize_operator_exhaustive_nn_functional_max_unpool3d_grad_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.6641865Z test_normalize_operator_exhaustive_nn_functional_mish_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.6680932Z test_normalize_operator_exhaustive_nn_functional_mse_loss_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.6725830Z test_normalize_operator_exhaustive_nn_functional_multi_margin_loss_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.6765216Z test_normalize_operator_exhaustive_nn_functional_multilabel_margin_loss_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.6804033Z test_normalize_operator_exhaustive_nn_functional_multilabel_soft_margin_loss_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.6843099Z test_normalize_operator_exhaustive_nn_functional_nll_loss_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.6882190Z test_normalize_operator_exhaustive_nn_functional_normalize_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.6921113Z test_normalize_operator_exhaustive_nn_functional_pad_circular_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.6960353Z test_normalize_operator_exhaustive_nn_functional_pad_constant_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.6999254Z test_normalize_operator_exhaustive_nn_functional_pad_reflect_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.7038276Z test_normalize_operator_exhaustive_nn_functional_pad_replicate_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.7077403Z test_normalize_operator_exhaustive_nn_functional_pairwise_distance_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.7116549Z test_normalize_operator_exhaustive_nn_functional_pdist_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.7155552Z test_normalize_operator_exhaustive_nn_functional_pixel_shuffle_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.7200334Z test_normalize_operator_exhaustive_nn_functional_pixel_unshuffle_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.7239505Z test_normalize_operator_exhaustive_nn_functional_poisson_nll_loss_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.7278511Z test_normalize_operator_exhaustive_nn_functional_prelu_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.7318023Z test_normalize_operator_exhaustive_nn_functional_relu6_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.7357176Z test_normalize_operator_exhaustive_nn_functional_relu_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.7395943Z test_normalize_operator_exhaustive_nn_functional_rrelu_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.7434516Z test_normalize_operator_exhaustive_nn_functional_selu_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.7473666Z test_normalize_operator_exhaustive_nn_functional_silu_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.7512920Z test_normalize_operator_exhaustive_nn_functional_smooth_l1_loss_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.7551778Z test_normalize_operator_exhaustive_nn_functional_soft_margin_loss_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.7590546Z test_normalize_operator_exhaustive_nn_functional_softmin_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.7635324Z test_normalize_operator_exhaustive_nn_functional_softmin_with_dtype_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.7674384Z test_normalize_operator_exhaustive_nn_functional_softplus_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.7713435Z test_normalize_operator_exhaustive_nn_functional_softshrink_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.7752650Z test_normalize_operator_exhaustive_nn_functional_softsign_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.7791809Z test_normalize_operator_exhaustive_nn_functional_tanhshrink_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.7830743Z test_normalize_operator_exhaustive_nn_functional_threshold_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.7869566Z test_normalize_operator_exhaustive_nn_functional_triplet_margin_loss_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.7908336Z test_normalize_operator_exhaustive_nn_functional_triplet_margin_with_distance_loss_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.7947441Z test_normalize_operator_exhaustive_nn_functional_unfold_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.7986497Z test_normalize_operator_exhaustive_nn_functional_upsample_bilinear_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.8025763Z test_normalize_operator_exhaustive_nn_functional_upsample_nearest_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.8064359Z test_normalize_operator_exhaustive_nonzero_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.8109686Z test_normalize_operator_exhaustive_norm_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.8148351Z test_normalize_operator_exhaustive_norm_fro_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.8187730Z test_normalize_operator_exhaustive_norm_inf_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.8227601Z test_normalize_operator_exhaustive_norm_nuc_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.8266232Z test_normalize_operator_exhaustive_normal_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.8305066Z test_normalize_operator_exhaustive_normal_number_mean_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.8343823Z test_normalize_operator_exhaustive_ones_like_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.8382858Z test_normalize_operator_exhaustive_ormqr_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.8421853Z test_normalize_operator_exhaustive_outer_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.8461797Z test_normalize_operator_exhaustive_pca_lowrank_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.8500535Z test_normalize_operator_exhaustive_permute_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.8539560Z test_normalize_operator_exhaustive_pinverse_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.8584760Z test_normalize_operator_exhaustive_polar_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.8623628Z test_normalize_operator_exhaustive_polygamma_polygamma_n_0_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.8655668Z test_normalize_operator_exhaustive_polygamma_polygamma_n_1_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Skipped! (0.003s) 2022-05-18T05:42:11.8687112Z test_normalize_operator_exhaustive_polygamma_polygamma_n_2_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Skipped! (0.003s) 2022-05-18T05:42:11.8719571Z test_normalize_operator_exhaustive_polygamma_polygamma_n_3_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Skipped! (0.003s) 2022-05-18T05:42:11.8751723Z test_normalize_operator_exhaustive_polygamma_polygamma_n_4_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Skipped! (0.003s) 2022-05-18T05:42:11.8791262Z test_normalize_operator_exhaustive_positive_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.8830104Z test_normalize_operator_exhaustive_pow_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.8869205Z test_normalize_operator_exhaustive_prod_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.8908089Z test_normalize_operator_exhaustive_put_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.8946822Z test_normalize_operator_exhaustive_qr_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.8985819Z test_normalize_operator_exhaustive_quantile_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.9025171Z test_normalize_operator_exhaustive_rad2deg_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.9064232Z test_normalize_operator_exhaustive_rand_like_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.9103294Z test_normalize_operator_exhaustive_randint_like_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.9142546Z test_normalize_operator_exhaustive_randn_like_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.9187622Z test_normalize_operator_exhaustive_ravel_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.9227109Z test_normalize_operator_exhaustive_real_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.9266297Z test_normalize_operator_exhaustive_reciprocal_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.9305057Z test_normalize_operator_exhaustive_remainder_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.9344285Z test_normalize_operator_exhaustive_renorm_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.9383763Z test_normalize_operator_exhaustive_repeat_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.9422824Z test_normalize_operator_exhaustive_repeat_interleave_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.9462030Z test_normalize_operator_exhaustive_reshape_as_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.9500893Z test_normalize_operator_exhaustive_reshape_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.9539657Z test_normalize_operator_exhaustive_resize__cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.9578895Z test_normalize_operator_exhaustive_resize_as__cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.9618076Z test_normalize_operator_exhaustive_resolve_conj_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.9663451Z test_normalize_operator_exhaustive_resolve_neg_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.9702913Z test_normalize_operator_exhaustive_roll_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.9741981Z test_normalize_operator_exhaustive_rot90_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.9780554Z test_normalize_operator_exhaustive_round_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.9819078Z test_normalize_operator_exhaustive_round_decimals_0_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.9857849Z test_normalize_operator_exhaustive_round_decimals_3_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.9896871Z test_normalize_operator_exhaustive_round_decimals_neg_3_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.9935924Z test_normalize_operator_exhaustive_rsqrt_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:11.9975214Z test_normalize_operator_exhaustive_rsub_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:12.0014371Z test_normalize_operator_exhaustive_scatter_add_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:12.0053395Z test_normalize_operator_exhaustive_scatter_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:12.0092255Z test_normalize_operator_exhaustive_scatter_reduce_amax_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:12.0137563Z test_normalize_operator_exhaustive_scatter_reduce_amin_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:12.0177271Z test_normalize_operator_exhaustive_scatter_reduce_mean_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:12.0216052Z test_normalize_operator_exhaustive_scatter_reduce_prod_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:12.0254728Z test_normalize_operator_exhaustive_scatter_reduce_sum_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:12.0297985Z test_normalize_operator_exhaustive_searchsorted_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:12.0341044Z test_normalize_operator_exhaustive_select_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:12.0384571Z test_normalize_operator_exhaustive_select_scatter_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:12.0427836Z test_normalize_operator_exhaustive_sgn_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:12.0470856Z test_normalize_operator_exhaustive_short_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:12.0513398Z test_normalize_operator_exhaustive_sigmoid_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:12.0552207Z test_normalize_operator_exhaustive_sign_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:12.0597063Z test_normalize_operator_exhaustive_signbit_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:12.0635711Z test_normalize_operator_exhaustive_sin_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:12.0674675Z test_normalize_operator_exhaustive_sinc_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:12.0713787Z test_normalize_operator_exhaustive_sinh_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:12.0752601Z test_normalize_operator_exhaustive_slice_scatter_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:12.0791711Z test_normalize_operator_exhaustive_softmax_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:12.0830444Z test_normalize_operator_exhaustive_softmax_with_dtype_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:12.0869310Z test_normalize_operator_exhaustive_sort_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:12.0908026Z test_normalize_operator_exhaustive_sparse_sampled_addmm_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: cusparseSDDMM was added in 11.2.1 (0.004s) 2022-05-18T05:42:12.0946671Z test_normalize_operator_exhaustive_special_entr_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:12.0985549Z test_normalize_operator_exhaustive_special_erfcx_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:12.1024192Z test_normalize_operator_exhaustive_special_i0e_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:12.1070866Z test_normalize_operator_exhaustive_special_i1_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-05-18T05:42:12.1110925Z test_normalize_operator_exhaustive_special_i1e_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:12.1148517Z test_normalize_operator_exhaustive_special_log_ndtr_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:12.1187702Z test_normalize_operator_exhaustive_special_ndtr_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:12.1226235Z test_normalize_operator_exhaustive_special_ndtri_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:12.1265364Z test_normalize_operator_exhaustive_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:12.1304680Z test_normalize_operator_exhaustive_special_xlog1py_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:12.1343330Z test_normalize_operator_exhaustive_special_zeta_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:12.1382061Z test_normalize_operator_exhaustive_split_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:12.1420636Z test_normalize_operator_exhaustive_split_list_args_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:12.1459642Z test_normalize_operator_exhaustive_split_with_sizes_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:12.1498609Z test_normalize_operator_exhaustive_sqrt_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:12.1544136Z test_normalize_operator_exhaustive_square_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:12.1583055Z test_normalize_operator_exhaustive_squeeze_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:12.1622266Z test_normalize_operator_exhaustive_stack_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:12.1660793Z test_normalize_operator_exhaustive_std_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:12.1699750Z test_normalize_operator_exhaustive_std_mean_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:12.1738709Z test_normalize_operator_exhaustive_stft_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:12.1777610Z test_normalize_operator_exhaustive_sub_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:12.1816667Z test_normalize_operator_exhaustive_sum_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:12.1855681Z test_normalize_operator_exhaustive_sum_to_size_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:12.1895122Z test_normalize_operator_exhaustive_svd_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:12.1934277Z test_normalize_operator_exhaustive_svd_lowrank_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:12.1973400Z test_normalize_operator_exhaustive_symeig_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:12.2018327Z test_normalize_operator_exhaustive_t_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:12.2057542Z test_normalize_operator_exhaustive_take_along_dim_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:12.2096670Z test_normalize_operator_exhaustive_take_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:12.2135664Z test_normalize_operator_exhaustive_tan_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:12.2175129Z test_normalize_operator_exhaustive_tanh_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:12.2214129Z test_normalize_operator_exhaustive_tensor_split_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:12.2252443Z test_normalize_operator_exhaustive_tensordot_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:12.2291915Z test_normalize_operator_exhaustive_tile_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:12.2330321Z test_normalize_operator_exhaustive_to_sparse_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:12.2369341Z test_normalize_operator_exhaustive_topk_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:12.2408359Z test_normalize_operator_exhaustive_trace_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:12.2446881Z test_normalize_operator_exhaustive_transpose_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:12.2493546Z test_normalize_operator_exhaustive_trapezoid_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-05-18T05:42:12.2532797Z test_normalize_operator_exhaustive_trapz_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:12.2571430Z test_normalize_operator_exhaustive_triangular_solve_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:12.2610187Z test_normalize_operator_exhaustive_tril_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:12.2649346Z test_normalize_operator_exhaustive_triu_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:12.2688795Z test_normalize_operator_exhaustive_true_divide_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:12.2727460Z test_normalize_operator_exhaustive_trunc_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:12.2766186Z test_normalize_operator_exhaustive_unfold_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:12.2805210Z test_normalize_operator_exhaustive_unique_consecutive_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:12.2844205Z test_normalize_operator_exhaustive_unique_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:12.2883163Z test_normalize_operator_exhaustive_unsqueeze_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:12.2922189Z test_normalize_operator_exhaustive_var_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:12.2967334Z test_normalize_operator_exhaustive_var_mean_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:12.3006320Z test_normalize_operator_exhaustive_vdot_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:12.3045221Z test_normalize_operator_exhaustive_view_as_complex_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:12.3084016Z test_normalize_operator_exhaustive_view_as_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:12.3122823Z test_normalize_operator_exhaustive_view_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:12.3161941Z test_normalize_operator_exhaustive_vsplit_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:12.3202358Z test_normalize_operator_exhaustive_vstack_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:12.3241382Z test_normalize_operator_exhaustive_where_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:12.3280394Z test_normalize_operator_exhaustive_xlogy_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:12.3319158Z test_normalize_operator_exhaustive_zero__cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:12.3358030Z test_normalize_operator_exhaustive_zeros_like_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:12.3391118Z test_normalize_quantized_eb_cuda (__main__.TestNormalizeOperatorsCUDA) ... ok (0.003s) 2022-05-18T05:42:12.3391441Z 2022-05-18T05:42:12.3391824Z ---------------------------------------------------------------------- 2022-05-18T05:42:12.3392166Z Ran 583 tests in 17.908s 2022-05-18T05:42:12.3392333Z 2022-05-18T05:42:12.3392428Z OK (skipped=542) 2022-05-18T05:42:12.3392587Z 2022-05-18T05:42:12.3392712Z Generating XML reports... 2022-05-18T05:42:12.3467144Z Generated XML report: test-reports/python-unittest/test_fx_experimental/TEST-TestFXExperimental-20220518054154.xml 2022-05-18T05:42:12.4097741Z Generated XML report: test-reports/python-unittest/test_fx_experimental/TEST-TestNormalizeOperatorsCUDA-20220518054154.xml 2022-05-18T05:42:12.8393345Z Running test_functional_autograd_benchmark ... [2022-05-18 05:42:12.838793] 2022-05-18T05:42:12.8394295Z Executing ['/opt/conda/bin/python', 'test_functional_autograd_benchmark.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:42:12.838900] 2022-05-18T05:42:13.7148395Z Test results will be stored in test-reports/python-unittest/test_functional_autograd_benchmark 2022-05-18T05:42:13.7170325Z 2022-05-18T05:42:13.7170837Z Running tests... 2022-05-18T05:42:13.7171355Z ---------------------------------------------------------------------- 2022-05-18T05:42:18.5496732Z test_fast_tasks (__main__.TestFunctionalAutogradBenchmark) ... Results for model resnet18 on task vjp: nans (var: nan) 2022-05-18T05:42:21.1325851Z Results for model ppl_simple_reg on task vjp: nans (var: nan) 2022-05-18T05:42:23.7427338Z Results for model ppl_robust_reg on task vjp: nans (var: nan) 2022-05-18T05:42:27.0012372Z Results for model wav2letter on task vjp: nans (var: nan) 2022-05-18T05:42:29.9649671Z Results for model transformer on task vjp: nans (var: nan) 2022-05-18T05:42:32.5242500Z Results for model multiheadattn on task vjp: nans (var: nan) 2022-05-18T05:42:32.7162069Z ok (18.999s) 2022-05-18T05:42:32.7175386Z test_slow_tasks (__main__.TestFunctionalAutogradBenchmark) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/77260 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:42:32.7176061Z 2022-05-18T05:42:32.7176353Z ---------------------------------------------------------------------- 2022-05-18T05:42:32.7176673Z Ran 2 tests in 19.000s 2022-05-18T05:42:32.7176841Z 2022-05-18T05:42:32.7184179Z OK (skipped=1) 2022-05-18T05:42:32.7184559Z 2022-05-18T05:42:32.7184732Z Generating XML reports... 2022-05-18T05:42:32.7222161Z Generated XML report: test-reports/python-unittest/test_functional_autograd_benchmark/TEST-TestFunctionalAutogradBenchmark-20220518054213.xml 2022-05-18T05:42:33.0095356Z Running test_type_hints ... [2022-05-18 05:42:33.009030] 2022-05-18T05:42:33.0096021Z Executing ['/opt/conda/bin/python', 'test_type_hints.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:42:33.009137] 2022-05-18T05:42:33.9335653Z Test results will be stored in test-reports/python-unittest/test_type_hints 2022-05-18T05:42:33.9352746Z 2022-05-18T05:42:33.9353170Z Running tests... 2022-05-18T05:42:33.9353604Z ---------------------------------------------------------------------- 2022-05-18T05:42:33.9369459Z test_doc_examples (__main__.TestTypeHints) 2022-05-18T05:42:49.8123834Z Run documentation examples through mypy. ... ok (15.877s) 2022-05-18T05:42:49.8124126Z 2022-05-18T05:42:49.8124506Z ---------------------------------------------------------------------- 2022-05-18T05:42:49.8125114Z Ran 1 test in 15.877s 2022-05-18T05:42:49.8125300Z 2022-05-18T05:42:49.8125400Z OK 2022-05-18T05:42:49.8125537Z 2022-05-18T05:42:49.8125667Z Generating XML reports... 2022-05-18T05:42:49.8158710Z Generated XML report: test-reports/python-unittest/test_type_hints/TEST-TestTypeHints-20220518054233.xml 2022-05-18T05:42:50.8336603Z Running test_sparse ... [2022-05-18 05:42:50.833042] 2022-05-18T05:42:50.8337312Z Executing ['/opt/conda/bin/python', 'test_sparse.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:42:50.833147] 2022-05-18T05:42:53.9730416Z Test results will be stored in test-reports/python-unittest/test_sparse 2022-05-18T05:42:54.0994046Z 2022-05-18T05:42:54.0994842Z Running tests... 2022-05-18T05:42:54.0995444Z ---------------------------------------------------------------------- 2022-05-18T05:42:54.1225373Z test_Sparse_to_Sparse_copy__cuda_bfloat16 (__main__.TestSparseCUDA) ... /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:42:54.1226947Z return self._grad 2022-05-18T05:42:54.1428129Z ok (0.043s) 2022-05-18T05:42:54.1514777Z test_Sparse_to_Sparse_copy__cuda_complex128 (__main__.TestSparseCUDA) ... /var/lib/jenkins/workspace/test/test_sparse.py:685: 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:42:54.1515403Z x1 = x1.to(torch.float32) 2022-05-18T05:42:54.1837122Z ok (0.041s) 2022-05-18T05:42:54.2215053Z test_Sparse_to_Sparse_copy__cuda_float64 (__main__.TestSparseCUDA) ... ok (0.038s) 2022-05-18T05:42:54.2231257Z test_Sparse_to_Sparse_copy_multi_gpu_cuda_complex128 (__main__.TestSparseCUDA) ... skip: no multi-GPU (0.002s) 2022-05-18T05:42:54.2247572Z test_Sparse_to_Sparse_copy_multi_gpu_cuda_float64 (__main__.TestSparseCUDA) ... skip: no multi-GPU (0.002s) 2022-05-18T05:42:54.2400419Z test_add_dense_sparse_mismatch_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.015s) 2022-05-18T05:42:54.2549552Z test_add_dense_sparse_mismatch_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.015s) 2022-05-18T05:42:54.2585543Z test_add_noncontiguous_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.004s) 2022-05-18T05:42:54.2620371Z test_add_noncontiguous_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.003s) 2022-05-18T05:42:54.2651092Z test_add_sub_nnz_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.003s) 2022-05-18T05:42:54.2679299Z test_add_sub_nnz_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.003s) 2022-05-18T05:42:54.2909600Z test_add_zeros_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.023s) 2022-05-18T05:42:54.3135312Z test_add_zeros_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.022s) 2022-05-18T05:42:54.3903562Z test_allow_tensor_metadata_change_cuda (__main__.TestSparseCUDA) ... ok (0.077s) 2022-05-18T05:42:54.3936197Z test_any_cuda (__main__.TestSparseCUDA) ... ok (0.003s) 2022-05-18T05:42:54.4285632Z test_asin_arcsin_cuda_float32 (__main__.TestSparseCUDA) ... ok (0.035s) 2022-05-18T05:42:54.4620007Z test_asin_arcsin_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.033s) 2022-05-18T05:42:54.5853811Z test_asin_arcsin_cuda_int16 (__main__.TestSparseCUDA) ... ok (0.123s) 2022-05-18T05:42:54.7096294Z test_asin_arcsin_cuda_int32 (__main__.TestSparseCUDA) ... ok (0.124s) 2022-05-18T05:42:54.8346652Z test_asin_arcsin_cuda_int64 (__main__.TestSparseCUDA) ... ok (0.125s) 2022-05-18T05:42:54.9570729Z test_asin_arcsin_cuda_int8 (__main__.TestSparseCUDA) ... ok (0.122s) 2022-05-18T05:42:55.0800885Z test_asin_arcsin_cuda_uint8 (__main__.TestSparseCUDA) ... ok (0.123s) 2022-05-18T05:42:55.0839000Z test_assign_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.004s) 2022-05-18T05:42:55.1504390Z test_basic_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.066s) 2022-05-18T05:42:55.2160639Z test_basic_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.065s) 2022-05-18T05:42:55.2283975Z test_basic_ops_cuda_float64 (__main__.TestSparseCUDA) ... /var/lib/jenkins/workspace/test/test_sparse.py:1671: 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:42:55.2284846Z expected = self.safeToDense(x1) // 37.5 2022-05-18T05:42:55.2390949Z /var/lib/jenkins/workspace/test/test_sparse.py:1671: 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:42:55.2391755Z expected = self.safeToDense(x1) // 37.5 2022-05-18T05:42:55.2495035Z /var/lib/jenkins/workspace/test/test_sparse.py:1671: 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:42:55.2495838Z expected = self.safeToDense(x1) // 37.5 2022-05-18T05:42:55.2605081Z /var/lib/jenkins/workspace/test/test_sparse.py:1671: 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:42:55.2605865Z expected = self.safeToDense(x1) // 37.5 2022-05-18T05:42:55.2689464Z /var/lib/jenkins/workspace/test/test_sparse.py:1671: 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:42:55.2690236Z expected = self.safeToDense(x1) // 37.5 2022-05-18T05:42:55.2772597Z /var/lib/jenkins/workspace/test/test_sparse.py:1671: 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:42:55.2773365Z expected = self.safeToDense(x1) // 37.5 2022-05-18T05:42:55.2849729Z /var/lib/jenkins/workspace/test/test_sparse.py:1671: 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:42:55.2850512Z expected = self.safeToDense(x1) // 37.5 2022-05-18T05:42:55.2909244Z /var/lib/jenkins/workspace/test/test_sparse.py:1671: 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:42:55.2910021Z expected = self.safeToDense(x1) // 37.5 2022-05-18T05:42:55.2977477Z /var/lib/jenkins/workspace/test/test_sparse.py:1671: 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:42:55.2978768Z expected = self.safeToDense(x1) // 37.5 2022-05-18T05:42:55.3081138Z /var/lib/jenkins/workspace/test/test_sparse.py:1671: 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:42:55.3081903Z expected = self.safeToDense(x1) // 37.5 2022-05-18T05:42:55.3188805Z /var/lib/jenkins/workspace/test/test_sparse.py:1671: 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:42:55.3189579Z expected = self.safeToDense(x1) // 37.5 2022-05-18T05:42:55.3300043Z /var/lib/jenkins/workspace/test/test_sparse.py:1671: 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:42:55.3300811Z expected = self.safeToDense(x1) // 37.5 2022-05-18T05:42:55.3409970Z /var/lib/jenkins/workspace/test/test_sparse.py:1671: 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:42:55.3410734Z expected = self.safeToDense(x1) // 37.5 2022-05-18T05:42:55.3494824Z /var/lib/jenkins/workspace/test/test_sparse.py:1671: 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:42:55.3495591Z expected = self.safeToDense(x1) // 37.5 2022-05-18T05:42:55.3579107Z /var/lib/jenkins/workspace/test/test_sparse.py:1671: 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:42:55.3579893Z expected = self.safeToDense(x1) // 37.5 2022-05-18T05:42:55.3656612Z /var/lib/jenkins/workspace/test/test_sparse.py:1671: 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:42:55.3657360Z expected = self.safeToDense(x1) // 37.5 2022-05-18T05:42:55.3749688Z /var/lib/jenkins/workspace/test/test_sparse.py:1671: 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:42:55.3750595Z expected = self.safeToDense(x1) // 37.5 2022-05-18T05:42:55.3808978Z /var/lib/jenkins/workspace/test/test_sparse.py:1671: 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:42:55.3809728Z expected = self.safeToDense(x1) // 37.5 2022-05-18T05:42:55.3868486Z /var/lib/jenkins/workspace/test/test_sparse.py:1671: 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:42:55.3869250Z expected = self.safeToDense(x1) // 37.5 2022-05-18T05:42:55.3921943Z /var/lib/jenkins/workspace/test/test_sparse.py:1671: 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:42:55.3922717Z expected = self.safeToDense(x1) // 37.5 2022-05-18T05:42:55.3975297Z /var/lib/jenkins/workspace/test/test_sparse.py:1671: 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:42:55.3976067Z expected = self.safeToDense(x1) // 37.5 2022-05-18T05:42:55.4137583Z /var/lib/jenkins/workspace/test/test_sparse.py:1671: 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:42:55.4138649Z expected = self.safeToDense(x1) // 37.5 2022-05-18T05:42:55.4327382Z /var/lib/jenkins/workspace/test/test_sparse.py:1671: 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:42:55.4328171Z expected = self.safeToDense(x1) // 37.5 2022-05-18T05:42:55.4517987Z /var/lib/jenkins/workspace/test/test_sparse.py:1671: 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:42:55.4518754Z expected = self.safeToDense(x1) // 37.5 2022-05-18T05:42:55.4729902Z /var/lib/jenkins/workspace/test/test_sparse.py:1671: 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:42:55.4730788Z expected = self.safeToDense(x1) // 37.5 2022-05-18T05:42:55.4872623Z /var/lib/jenkins/workspace/test/test_sparse.py:1671: 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:42:55.4873388Z expected = self.safeToDense(x1) // 37.5 2022-05-18T05:42:55.5016417Z /var/lib/jenkins/workspace/test/test_sparse.py:1671: 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:42:55.5017197Z expected = self.safeToDense(x1) // 37.5 2022-05-18T05:42:55.5112530Z /var/lib/jenkins/workspace/test/test_sparse.py:1671: 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:42:55.5113298Z expected = self.safeToDense(x1) // 37.5 2022-05-18T05:42:55.5177667Z /var/lib/jenkins/workspace/test/test_sparse.py:1671: 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:42:55.5178718Z expected = self.safeToDense(x1) // 37.5 2022-05-18T05:42:55.5249523Z /var/lib/jenkins/workspace/test/test_sparse.py:1671: 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:42:55.5250301Z expected = self.safeToDense(x1) // 37.5 2022-05-18T05:42:55.5409118Z /var/lib/jenkins/workspace/test/test_sparse.py:1671: 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:42:55.5409913Z expected = self.safeToDense(x1) // 37.5 2022-05-18T05:42:55.5599197Z /var/lib/jenkins/workspace/test/test_sparse.py:1671: 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:42:55.5599969Z expected = self.safeToDense(x1) // 37.5 2022-05-18T05:42:55.5792892Z /var/lib/jenkins/workspace/test/test_sparse.py:1671: 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:42:55.5793660Z expected = self.safeToDense(x1) // 37.5 2022-05-18T05:42:55.6005054Z /var/lib/jenkins/workspace/test/test_sparse.py:1671: 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:42:55.6005826Z expected = self.safeToDense(x1) // 37.5 2022-05-18T05:42:55.6148795Z /var/lib/jenkins/workspace/test/test_sparse.py:1671: 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:42:55.6149559Z expected = self.safeToDense(x1) // 37.5 2022-05-18T05:42:55.6297570Z /var/lib/jenkins/workspace/test/test_sparse.py:1671: 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:42:55.6298798Z expected = self.safeToDense(x1) // 37.5 2022-05-18T05:42:55.6395096Z /var/lib/jenkins/workspace/test/test_sparse.py:1671: 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:42:55.6395872Z expected = self.safeToDense(x1) // 37.5 2022-05-18T05:42:55.6564183Z /var/lib/jenkins/workspace/test/test_sparse.py:1671: 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:42:55.6565091Z expected = self.safeToDense(x1) // 37.5 2022-05-18T05:42:55.6681457Z /var/lib/jenkins/workspace/test/test_sparse.py:1671: 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:42:55.6682240Z expected = self.safeToDense(x1) // 37.5 2022-05-18T05:42:55.6801589Z /var/lib/jenkins/workspace/test/test_sparse.py:1671: 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:42:55.6802707Z expected = self.safeToDense(x1) // 37.5 2022-05-18T05:42:55.6873951Z /var/lib/jenkins/workspace/test/test_sparse.py:1671: 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:42:55.6874736Z expected = self.safeToDense(x1) // 37.5 2022-05-18T05:42:55.6932526Z /var/lib/jenkins/workspace/test/test_sparse.py:1671: 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:42:55.6933300Z expected = self.safeToDense(x1) // 37.5 2022-05-18T05:42:55.6953806Z ok (0.479s) 2022-05-18T05:42:56.3178256Z test_bmm_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.622s) 2022-05-18T05:42:56.3185999Z test_bmm_cuda_version_error_cuda_float64 (__main__.TestSparseCUDA) ... skip: this test ensures bmm gives error if CUDA version is less than 10.1 (0.001s) 2022-05-18T05:42:56.5806940Z test_bmm_deterministic_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.262s) 2022-05-18T05:42:56.5814808Z test_bmm_windows_error_cuda_float64 (__main__.TestSparseCUDA) ... skip: this test ensures bmm sparse-dense CUDA gives an error when run on Windows with CUDA < 11.0 (0.001s) 2022-05-18T05:42:56.6714366Z test_cat_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.090s) 2022-05-18T05:42:56.7523288Z test_cat_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.081s) 2022-05-18T05:42:56.7608759Z test_change_tensor_metadata_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.008s) 2022-05-18T05:42:56.7693322Z test_change_tensor_metadata_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.008s) 2022-05-18T05:42:56.7801807Z test_clone_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.011s) 2022-05-18T05:42:56.7906057Z test_clone_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.010s) 2022-05-18T05:42:56.8228410Z test_coalesce_cuda_bfloat16 (__main__.TestSparseCUDA) ... ok (0.032s) 2022-05-18T05:42:56.8531795Z test_coalesce_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.030s) 2022-05-18T05:42:56.8816558Z test_coalesce_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.028s) 2022-05-18T05:42:56.8840452Z test_coalesce_reference_cycle_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.002s) 2022-05-18T05:42:56.8860082Z test_coalesce_transpose_mm_cuda_float64 (__main__.TestSparseCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:42:56.8896771Z test_constructor_device_legacy_cuda (__main__.TestSparseCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:56.9010360Z test_contig_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.011s) 2022-05-18T05:42:56.9115213Z test_contig_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.010s) 2022-05-18T05:42:56.9229428Z test_contig_hybrid_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.011s) 2022-05-18T05:42:56.9341690Z test_contig_hybrid_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.011s) 2022-05-18T05:42:56.9381301Z test_cpu_sparse_dense_mul_cuda (__main__.TestSparseCUDA) ... ok (0.004s) 2022-05-18T05:42:56.9480653Z test_ctor_large_sizes_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.010s) 2022-05-18T05:42:56.9564442Z test_ctor_size_checks_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.008s) 2022-05-18T05:42:56.9648102Z test_ctor_size_checks_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.008s) 2022-05-18T05:42:56.9677290Z test_cuda_empty_cuda (__main__.TestSparseCUDA) ... ok (0.003s) 2022-05-18T05:42:56.9746113Z test_div_by_sparse_error_cuda (__main__.TestSparseCUDA) ... ok (0.007s) 2022-05-18T05:42:56.9904066Z test_div_rounding_mode_cuda_float32 (__main__.TestSparseCUDA) ... ok (0.016s) 2022-05-18T05:42:57.0060809Z test_div_rounding_mode_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.016s) 2022-05-18T05:42:57.2035865Z test_dsmm_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.197s) 2022-05-18T05:42:57.2048489Z test_dtypes_cuda (__main__.TestSparseCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:42:57.2063003Z test_empty_full_cuda (__main__.TestSparseCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:42:57.2795331Z test_empty_like_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.073s) 2022-05-18T05:42:57.3507107Z test_empty_like_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.071s) 2022-05-18T05:42:57.3552208Z test_factory_copy_cuda (__main__.TestSparseCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:42:57.3582128Z test_factory_cuda_complex128 (__main__.TestSparseCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:42:57.3614895Z test_factory_cuda_complex64 (__main__.TestSparseCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:42:57.3647847Z test_factory_cuda_float16 (__main__.TestSparseCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:42:57.3681280Z test_factory_cuda_float32 (__main__.TestSparseCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:42:57.3713810Z test_factory_cuda_float64 (__main__.TestSparseCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:42:57.3733878Z test_factory_default_cuda (__main__.TestSparseCUDA) ... ok (0.002s) 2022-05-18T05:42:57.3908568Z test_factory_dense_dim_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.017s) 2022-05-18T05:42:57.4082317Z test_factory_dense_dim_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.017s) 2022-05-18T05:42:57.4429352Z test_factory_device_type_inference_cuda (__main__.TestSparseCUDA) ... ok (0.034s) 2022-05-18T05:42:57.4457132Z test_factory_empty_indices_cuda (__main__.TestSparseCUDA) ... ok (0.003s) 2022-05-18T05:42:57.4641368Z test_factory_nnz_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.018s) 2022-05-18T05:42:57.4822999Z test_factory_nnz_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.018s) 2022-05-18T05:42:57.4898664Z test_factory_nnz_zero_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.007s) 2022-05-18T05:42:57.4963020Z test_factory_nnz_zero_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.006s) 2022-05-18T05:42:57.5286315Z test_factory_size_check_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.032s) 2022-05-18T05:42:57.5617924Z test_factory_size_check_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.033s) 2022-05-18T05:42:57.5641796Z test_factory_type_inference_cuda_complex128 (__main__.TestSparseCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:42:57.5666930Z test_factory_type_inference_cuda_complex64 (__main__.TestSparseCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:42:57.5690029Z test_factory_type_inference_cuda_float16 (__main__.TestSparseCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:42:57.5712699Z test_factory_type_inference_cuda_float32 (__main__.TestSparseCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:42:57.5735259Z test_factory_type_inference_cuda_float64 (__main__.TestSparseCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:42:57.5758607Z test_factory_type_inference_cuda_int64 (__main__.TestSparseCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:42:57.5774879Z test_floor_divide_by_sparse_error_cuda (__main__.TestSparseCUDA) ... /var/lib/jenkins/workspace/test/test_sparse.py:3014: 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:42:57.5775768Z lambda: torch.tensor(1., device=device).to_sparse() 2022-05-18T05:42:57.5832969Z ok (0.007s) 2022-05-18T05:42:57.6667419Z test_full_broadcast_to_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.083s) 2022-05-18T05:42:57.7448700Z test_full_broadcast_to_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.078s) 2022-05-18T05:42:57.7771441Z test_hsmm_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.032s) 2022-05-18T05:42:57.9862144Z test_index_select_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.209s) 2022-05-18T05:42:58.1709889Z test_index_select_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.185s) 2022-05-18T05:42:58.1946682Z test_index_select_empty_and_non_contiguous_index_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.024s) 2022-05-18T05:42:58.2139294Z test_index_select_empty_and_non_contiguous_index_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.019s) 2022-05-18T05:42:58.5477895Z test_index_select_exhaustive_index_large_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.334s) 2022-05-18T05:42:58.8353682Z test_index_select_exhaustive_index_large_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.287s) 2022-05-18T05:42:59.8655596Z test_index_select_exhaustive_index_small_cuda_complex128 (__main__.TestSparseCUDA) ... ok (1.030s) 2022-05-18T05:43:00.7178977Z test_index_select_exhaustive_index_small_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.852s) 2022-05-18T05:43:00.7193629Z test_index_select_parallelization_cuda_complex128 (__main__.TestSparseCUDA) 2022-05-18T05:43:00.9016898Z Test with sizes that will trigger parallelization (i.e. with sizes ... ok (0.184s) 2022-05-18T05:43:00.9028386Z test_index_select_parallelization_cuda_float64 (__main__.TestSparseCUDA) 2022-05-18T05:43:01.0459402Z Test with sizes that will trigger parallelization (i.e. with sizes ... ok (0.144s) 2022-05-18T05:43:01.0535646Z test_is_nonzero_cuda (__main__.TestSparseCUDA) ... ok (0.008s) 2022-05-18T05:43:01.0551667Z test_is_sparse_cuda (__main__.TestSparseCUDA) ... ok (0.002s) 2022-05-18T05:43:01.0599323Z test_isnan_cuda (__main__.TestSparseCUDA) ... ok (0.005s) 2022-05-18T05:43:01.0622428Z test_legacy_constructor_cuda (__main__.TestSparseCUDA) ... ok (0.002s) 2022-05-18T05:43:01.0648319Z test_legacy_new_cuda (__main__.TestSparseCUDA) ... ok (0.002s) 2022-05-18T05:43:01.0959718Z test_log1p_cuda_float32 (__main__.TestSparseCUDA) ... ok (0.031s) 2022-05-18T05:43:01.1264339Z test_log1p_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.030s) 2022-05-18T05:43:01.1623990Z test_log1p_cuda_int16 (__main__.TestSparseCUDA) ... ok (0.036s) 2022-05-18T05:43:01.1985023Z test_log1p_cuda_int32 (__main__.TestSparseCUDA) ... ok (0.036s) 2022-05-18T05:43:01.2342433Z test_log1p_cuda_int64 (__main__.TestSparseCUDA) ... ok (0.036s) 2022-05-18T05:43:01.2713547Z test_log1p_cuda_int8 (__main__.TestSparseCUDA) ... ok (0.037s) 2022-05-18T05:43:01.3075828Z test_log1p_cuda_uint8 (__main__.TestSparseCUDA) ... ok (0.036s) 2022-05-18T05:43:01.3103495Z test_mm_cuda_complex128 (__main__.TestSparseCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:43:01.3130436Z test_mm_cuda_float64 (__main__.TestSparseCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:43:01.3763464Z test_mv_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.063s) 2022-05-18T05:43:01.5060851Z test_narrow_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.130s) 2022-05-18T05:43:01.6307892Z test_narrow_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.125s) 2022-05-18T05:43:01.6538635Z test_neg_negative_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.023s) 2022-05-18T05:43:01.6734379Z test_neg_negative_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.020s) 2022-05-18T05:43:01.6807645Z test_new_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.007s) 2022-05-18T05:43:01.6876250Z test_new_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.007s) 2022-05-18T05:43:01.6883005Z test_new_device_multi_gpu_cuda (__main__.TestSparseCUDA) ... skip: only one GPU detected (0.001s) 2022-05-18T05:43:01.6903781Z test_new_device_single_gpu_cuda (__main__.TestSparseCUDA) ... ok (0.002s) 2022-05-18T05:43:01.7497810Z test_norm_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.059s) 2022-05-18T05:43:01.8081579Z test_norm_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.058s) 2022-05-18T05:43:01.8291784Z test_pickle_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.021s) 2022-05-18T05:43:01.8488996Z test_print_coalesced_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.020s) 2022-05-18T05:43:01.8675020Z test_print_uncoalesced_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.018s) 2022-05-18T05:43:01.8705692Z test_resize_as_cuda (__main__.TestSparseCUDA) ... ok (0.003s) 2022-05-18T05:43:01.9126334Z test_resize_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.042s) 2022-05-18T05:43:01.9536558Z test_resize_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.041s) 2022-05-18T05:43:01.9562308Z test_saddmm_cuda_complex128 (__main__.TestSparseCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:43:01.9588245Z test_saddmm_cuda_float64 (__main__.TestSparseCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:43:01.9614859Z test_same_gpu_cuda (__main__.TestSparseCUDA) ... skip: fewer than 2 devices detected (0.003s) 2022-05-18T05:43:01.9701266Z test_scalar_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.009s) 2022-05-18T05:43:01.9787703Z test_scalar_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.009s) 2022-05-18T05:43:02.1698773Z test_select_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.191s) 2022-05-18T05:43:02.3447766Z test_select_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.175s) 2022-05-18T05:43:02.3490403Z test_shared_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.004s) 2022-05-18T05:43:02.3531664Z test_shared_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.004s) 2022-05-18T05:43:04.2955546Z test_softmax_cuda_float64 (__main__.TestSparseCUDA) ... ok (1.942s) 2022-05-18T05:43:04.4526406Z test_spadd_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.157s) 2022-05-18T05:43:04.4564078Z test_sparse_add_coalesce_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.004s) 2022-05-18T05:43:04.4596370Z test_sparse_add_coalesce_cuda_complex64 (__main__.TestSparseCUDA) ... ok (0.003s) 2022-05-18T05:43:04.4628501Z test_sparse_add_coalesce_cuda_float32 (__main__.TestSparseCUDA) ... ok (0.003s) 2022-05-18T05:43:04.4660629Z test_sparse_add_coalesce_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.003s) 2022-05-18T05:43:04.4740522Z test_sparse_add_out_bfloat16_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.008s) 2022-05-18T05:43:04.4817972Z test_sparse_add_out_bfloat16_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.008s) 2022-05-18T05:43:04.4842662Z test_sparse_addmm_cuda_bfloat16 (__main__.TestSparseCUDA) ... skip: See https://github.com/pytorch/pytorch/issues/73145 (0.002s) 2022-05-18T05:43:04.4868082Z test_sparse_addmm_cuda_complex128 (__main__.TestSparseCUDA) ... skip: See https://github.com/pytorch/pytorch/issues/73145 (0.002s) 2022-05-18T05:43:04.4893646Z test_sparse_addmm_cuda_float64 (__main__.TestSparseCUDA) ... skip: See https://github.com/pytorch/pytorch/issues/73145 (0.002s) 2022-05-18T05:43:04.4914684Z test_sparse_bool_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.002s) 2022-05-18T05:43:04.4935175Z test_sparse_bool_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.002s) 2022-05-18T05:43:04.5201052Z test_sparse_broadcast_to_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.026s) 2022-05-18T05:43:04.5449836Z test_sparse_broadcast_to_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.025s) 2022-05-18T05:43:04.6120264Z test_sparse_mask_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.067s) 2022-05-18T05:43:04.6746058Z test_sparse_mask_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.062s) 2022-05-18T05:43:04.7620333Z test_sparse_mask_hybrid_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.087s) 2022-05-18T05:43:04.8447509Z test_sparse_mask_hybrid_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.083s) 2022-05-18T05:43:04.8498409Z test_sparse_matmul_cuda_float32 (__main__.TestSparseCUDA) 2022-05-18T05:43:05.7548782Z This function test `torch.sparse.mm` when both the mat1 and mat2 are sparse tensors. ... ok (0.910s) 2022-05-18T05:43:05.7593565Z test_sparse_matmul_cuda_float64 (__main__.TestSparseCUDA) 2022-05-18T05:43:13.7886283Z This function test `torch.sparse.mm` when both the mat1 and mat2 are sparse tensors. ... ok (8.033s) 2022-05-18T05:43:13.8339839Z test_sparse_mm_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.045s) 2022-05-18T05:43:14.1102311Z test_sparse_sum_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.276s) 2022-05-18T05:43:14.1115156Z test_sparse_to_numpy_cuda (__main__.TestSparseCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:43:14.1150330Z test_sspaddmm_cuda_complex128 (__main__.TestSparseCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:43:14.1185143Z test_sspaddmm_cuda_float64 (__main__.TestSparseCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:43:14.1204468Z test_storage_not_null_cuda (__main__.TestSparseCUDA) ... ok (0.002s) 2022-05-18T05:43:14.1240657Z test_t_empty_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.004s) 2022-05-18T05:43:14.1276525Z test_t_empty_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.003s) 2022-05-18T05:43:14.1479117Z test_to_dense_cuda_bfloat16 (__main__.TestSparseCUDA) ... ok (0.020s) 2022-05-18T05:43:14.1684567Z test_to_dense_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.020s) 2022-05-18T05:43:14.1897381Z test_to_dense_cuda_complex64 (__main__.TestSparseCUDA) ... ok (0.021s) 2022-05-18T05:43:14.2099700Z test_to_dense_cuda_float16 (__main__.TestSparseCUDA) ... ok (0.020s) 2022-05-18T05:43:14.2304057Z test_to_dense_cuda_float32 (__main__.TestSparseCUDA) ... ok (0.020s) 2022-05-18T05:43:14.2546141Z test_to_dense_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.024s) 2022-05-18T05:43:14.2823977Z test_to_dense_hybrid_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.028s) 2022-05-18T05:43:14.2968871Z test_to_dense_hybrid_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.014s) 2022-05-18T05:43:14.4138717Z test_to_sparse_cuda_bfloat16 (__main__.TestSparseCUDA) ... ok (0.117s) 2022-05-18T05:43:14.5267525Z test_to_sparse_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.113s) 2022-05-18T05:43:14.6415009Z test_to_sparse_cuda_complex64 (__main__.TestSparseCUDA) ... ok (0.115s) 2022-05-18T05:43:14.7589047Z test_to_sparse_cuda_float16 (__main__.TestSparseCUDA) ... ok (0.117s) 2022-05-18T05:43:14.8690537Z test_to_sparse_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.110s) 2022-05-18T05:43:14.9644970Z test_to_sparse_cuda_int32 (__main__.TestSparseCUDA) ... ok (0.095s) 2022-05-18T05:43:15.0147388Z test_transpose_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.050s) 2022-05-18T05:43:15.0629053Z test_transpose_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.048s) 2022-05-18T05:43:15.1235925Z test_unsqueeze_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.061s) 2022-05-18T05:43:15.1811938Z test_unsqueeze_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.057s) 2022-05-18T05:43:15.5528151Z test_zeros_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.371s) 2022-05-18T05:43:15.9094292Z test_zeros_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.357s) 2022-05-18T05:43:16.3086790Z test_zeros_like_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.399s) 2022-05-18T05:43:16.6884681Z test_zeros_like_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.380s) 2022-05-18T05:43:16.6897502Z test_future_empty_dim__masked_amax_cuda_bfloat16 (__main__.TestSparseMaskedReductionsCUDA) 2022-05-18T05:43:16.7351225Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.047s) 2022-05-18T05:43:16.7364009Z test_future_empty_dim__masked_amax_cuda_float16 (__main__.TestSparseMaskedReductionsCUDA) 2022-05-18T05:43:16.7820122Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.047s) 2022-05-18T05:43:16.7833615Z test_future_empty_dim__masked_amax_cuda_float32 (__main__.TestSparseMaskedReductionsCUDA) 2022-05-18T05:43:16.8283384Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.046s) 2022-05-18T05:43:16.8295256Z test_future_empty_dim__masked_amax_cuda_float64 (__main__.TestSparseMaskedReductionsCUDA) 2022-05-18T05:43:16.8738415Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.045s) 2022-05-18T05:43:16.8750741Z test_future_empty_dim__masked_amax_cuda_int16 (__main__.TestSparseMaskedReductionsCUDA) 2022-05-18T05:43:16.9069815Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.033s) 2022-05-18T05:43:16.9081724Z test_future_empty_dim__masked_amax_cuda_int32 (__main__.TestSparseMaskedReductionsCUDA) 2022-05-18T05:43:16.9406531Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.033s) 2022-05-18T05:43:16.9417960Z test_future_empty_dim__masked_amax_cuda_int64 (__main__.TestSparseMaskedReductionsCUDA) 2022-05-18T05:43:16.9740734Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.033s) 2022-05-18T05:43:16.9752312Z test_future_empty_dim__masked_amax_cuda_int8 (__main__.TestSparseMaskedReductionsCUDA) 2022-05-18T05:43:17.0078016Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.034s) 2022-05-18T05:43:17.0089696Z test_future_empty_dim__masked_amax_cuda_uint8 (__main__.TestSparseMaskedReductionsCUDA) 2022-05-18T05:43:17.0425013Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.035s) 2022-05-18T05:43:17.0436640Z test_future_empty_dim__masked_amin_cuda_bfloat16 (__main__.TestSparseMaskedReductionsCUDA) 2022-05-18T05:43:17.0882170Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.046s) 2022-05-18T05:43:17.0893969Z test_future_empty_dim__masked_amin_cuda_float16 (__main__.TestSparseMaskedReductionsCUDA) 2022-05-18T05:43:17.1347279Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.046s) 2022-05-18T05:43:17.1358935Z test_future_empty_dim__masked_amin_cuda_float32 (__main__.TestSparseMaskedReductionsCUDA) 2022-05-18T05:43:17.1814208Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.047s) 2022-05-18T05:43:17.1827734Z test_future_empty_dim__masked_amin_cuda_float64 (__main__.TestSparseMaskedReductionsCUDA) 2022-05-18T05:43:17.2280447Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.047s) 2022-05-18T05:43:17.2292249Z test_future_empty_dim__masked_amin_cuda_int16 (__main__.TestSparseMaskedReductionsCUDA) 2022-05-18T05:43:17.2614997Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.033s) 2022-05-18T05:43:17.2626480Z test_future_empty_dim__masked_amin_cuda_int32 (__main__.TestSparseMaskedReductionsCUDA) 2022-05-18T05:43:17.2950648Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.033s) 2022-05-18T05:43:17.2962013Z test_future_empty_dim__masked_amin_cuda_int64 (__main__.TestSparseMaskedReductionsCUDA) 2022-05-18T05:43:17.3288344Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.034s) 2022-05-18T05:43:17.3301637Z test_future_empty_dim__masked_amin_cuda_int8 (__main__.TestSparseMaskedReductionsCUDA) 2022-05-18T05:43:17.3623931Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.034s) 2022-05-18T05:43:17.3635608Z test_future_empty_dim__masked_amin_cuda_uint8 (__main__.TestSparseMaskedReductionsCUDA) 2022-05-18T05:43:17.3962483Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.034s) 2022-05-18T05:43:17.3974494Z test_future_empty_dim__masked_prod_cuda_bfloat16 (__main__.TestSparseMaskedReductionsCUDA) 2022-05-18T05:43:17.4475998Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.051s) 2022-05-18T05:43:17.4487647Z test_future_empty_dim__masked_prod_cuda_bool (__main__.TestSparseMaskedReductionsCUDA) 2022-05-18T05:43:17.4862127Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.039s) 2022-05-18T05:43:17.4874060Z test_future_empty_dim__masked_prod_cuda_complex128 (__main__.TestSparseMaskedReductionsCUDA) 2022-05-18T05:43:17.5379166Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.052s) 2022-05-18T05:43:17.5391164Z test_future_empty_dim__masked_prod_cuda_complex64 (__main__.TestSparseMaskedReductionsCUDA) 2022-05-18T05:43:17.5856365Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.047s) 2022-05-18T05:43:17.5868149Z test_future_empty_dim__masked_prod_cuda_float16 (__main__.TestSparseMaskedReductionsCUDA) 2022-05-18T05:43:17.6373704Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.052s) 2022-05-18T05:43:17.6385543Z test_future_empty_dim__masked_prod_cuda_float32 (__main__.TestSparseMaskedReductionsCUDA) 2022-05-18T05:43:17.6887219Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.051s) 2022-05-18T05:43:17.6898830Z test_future_empty_dim__masked_prod_cuda_float64 (__main__.TestSparseMaskedReductionsCUDA) 2022-05-18T05:43:17.7394473Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.051s) 2022-05-18T05:43:17.7405996Z test_future_empty_dim__masked_prod_cuda_int16 (__main__.TestSparseMaskedReductionsCUDA) 2022-05-18T05:43:17.7728601Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.033s) 2022-05-18T05:43:17.7741702Z test_future_empty_dim__masked_prod_cuda_int32 (__main__.TestSparseMaskedReductionsCUDA) 2022-05-18T05:43:17.8066183Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.034s) 2022-05-18T05:43:17.8077869Z test_future_empty_dim__masked_prod_cuda_int64 (__main__.TestSparseMaskedReductionsCUDA) 2022-05-18T05:43:17.8396617Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.033s) 2022-05-18T05:43:17.8408578Z test_future_empty_dim__masked_prod_cuda_int8 (__main__.TestSparseMaskedReductionsCUDA) 2022-05-18T05:43:17.8729677Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.033s) 2022-05-18T05:43:17.8743034Z test_future_empty_dim__masked_prod_cuda_uint8 (__main__.TestSparseMaskedReductionsCUDA) 2022-05-18T05:43:17.9073903Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.034s) 2022-05-18T05:43:17.9085699Z test_future_empty_dim__masked_sum_cuda_bfloat16 (__main__.TestSparseMaskedReductionsCUDA) 2022-05-18T05:43:17.9586580Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.051s) 2022-05-18T05:43:17.9598038Z test_future_empty_dim__masked_sum_cuda_bool (__main__.TestSparseMaskedReductionsCUDA) 2022-05-18T05:43:17.9987608Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.040s) 2022-05-18T05:43:17.9999242Z test_future_empty_dim__masked_sum_cuda_complex128 (__main__.TestSparseMaskedReductionsCUDA) 2022-05-18T05:43:18.0401913Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.041s) 2022-05-18T05:43:18.0413433Z test_future_empty_dim__masked_sum_cuda_complex64 (__main__.TestSparseMaskedReductionsCUDA) 2022-05-18T05:43:18.0820658Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.042s) 2022-05-18T05:43:18.0833678Z test_future_empty_dim__masked_sum_cuda_float16 (__main__.TestSparseMaskedReductionsCUDA) 2022-05-18T05:43:18.1327808Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.051s) 2022-05-18T05:43:18.1340874Z test_future_empty_dim__masked_sum_cuda_float32 (__main__.TestSparseMaskedReductionsCUDA) 2022-05-18T05:43:18.1847782Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.052s) 2022-05-18T05:43:18.1860717Z test_future_empty_dim__masked_sum_cuda_float64 (__main__.TestSparseMaskedReductionsCUDA) 2022-05-18T05:43:18.2360704Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.051s) 2022-05-18T05:43:18.2372282Z test_future_empty_dim__masked_sum_cuda_int16 (__main__.TestSparseMaskedReductionsCUDA) 2022-05-18T05:43:18.2728388Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.037s) 2022-05-18T05:43:18.2741769Z test_future_empty_dim__masked_sum_cuda_int32 (__main__.TestSparseMaskedReductionsCUDA) 2022-05-18T05:43:18.3110937Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.038s) 2022-05-18T05:43:18.3122551Z test_future_empty_dim__masked_sum_cuda_int64 (__main__.TestSparseMaskedReductionsCUDA) 2022-05-18T05:43:18.3474297Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.036s) 2022-05-18T05:43:18.3486113Z test_future_empty_dim__masked_sum_cuda_int8 (__main__.TestSparseMaskedReductionsCUDA) 2022-05-18T05:43:18.3844973Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.037s) 2022-05-18T05:43:18.3857983Z test_future_empty_dim__masked_sum_cuda_uint8 (__main__.TestSparseMaskedReductionsCUDA) 2022-05-18T05:43:18.4243823Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.040s) 2022-05-18T05:43:18.4483080Z test_cuda_from_cpu (__main__.TestSparseOneOff) ... ok (0.024s) 2022-05-18T05:43:18.4695598Z test_cuda_sparse_cpu_dense_add (__main__.TestSparseOneOff) ... ok (0.021s) 2022-05-18T05:43:18.4730778Z test_inplace_asin_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:18.4762861Z test_inplace_asin_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:18.4793424Z test_inplace_asin_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:18.4822030Z test_inplace_asin_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:18.4904877Z test_inplace_asin_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:43:18.4986242Z test_inplace_asin_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:43:18.5063793Z test_inplace_asin_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:43:18.5145050Z test_inplace_asin_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:43:18.5223325Z test_inplace_asin_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:43:18.5252739Z test_inplace_asinh_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:18.5282802Z test_inplace_asinh_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:18.5313156Z test_inplace_asinh_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:18.5347631Z test_inplace_asinh_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:18.5425039Z test_inplace_asinh_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:43:18.5502669Z test_inplace_asinh_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:43:18.5580073Z test_inplace_asinh_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:43:18.5657443Z test_inplace_asinh_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:43:18.5735023Z test_inplace_asinh_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:43:18.5766404Z test_inplace_atan_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:18.5796415Z test_inplace_atan_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:18.5829620Z test_inplace_atan_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:18.5857544Z test_inplace_atan_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:18.5935730Z test_inplace_atan_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:43:18.6014010Z test_inplace_atan_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:43:18.6096085Z test_inplace_atan_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:43:18.6178321Z test_inplace_atan_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:43:18.6260279Z test_inplace_atan_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:43:18.6292689Z test_inplace_atanh_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:18.6329259Z test_inplace_atanh_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:43:18.6357616Z test_inplace_atanh_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:18.6387590Z test_inplace_atanh_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:18.6470584Z test_inplace_atanh_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:43:18.6550980Z test_inplace_atanh_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:43:18.6632521Z test_inplace_atanh_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:43:18.6714554Z test_inplace_atanh_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:43:18.6792834Z test_inplace_atanh_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:43:18.6829065Z test_inplace_ceil_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:43:18.6857024Z test_inplace_ceil_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:18.6874351Z test_inplace_conj_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T05:43:18.6891257Z test_inplace_conj_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T05:43:18.6908445Z test_inplace_conj_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T05:43:18.6925301Z test_inplace_conj_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T05:43:18.6942627Z test_inplace_conj_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T05:43:18.6959504Z test_inplace_conj_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T05:43:18.6976486Z test_inplace_conj_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T05:43:18.6993900Z test_inplace_conj_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T05:43:18.7010544Z test_inplace_conj_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T05:43:18.7021736Z test_inplace_conj_physical_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-05-18T05:43:18.7031691Z test_inplace_conj_physical_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-05-18T05:43:18.7042490Z test_inplace_conj_physical_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-05-18T05:43:18.7052664Z test_inplace_conj_physical_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-05-18T05:43:18.7063133Z test_inplace_conj_physical_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-05-18T05:43:18.7073628Z test_inplace_conj_physical_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-05-18T05:43:18.7084077Z test_inplace_conj_physical_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-05-18T05:43:18.7094544Z test_inplace_conj_physical_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-05-18T05:43:18.7105159Z test_inplace_conj_physical_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-05-18T05:43:18.7139031Z test_inplace_erf_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:18.7168696Z test_inplace_erf_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:18.7247768Z test_inplace_erf_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:43:18.7329088Z test_inplace_erf_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:43:18.7410270Z test_inplace_erf_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:43:18.7491962Z test_inplace_erf_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:43:18.7570556Z test_inplace_erf_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:43:18.7600950Z test_inplace_expm1_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:18.7635412Z test_inplace_expm1_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:18.7713400Z test_inplace_expm1_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:43:18.7790541Z test_inplace_expm1_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:43:18.7869946Z test_inplace_expm1_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:43:18.7947001Z test_inplace_expm1_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:43:18.8024409Z test_inplace_expm1_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:43:18.8052834Z test_inplace_floor_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:18.8081226Z test_inplace_floor_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:18.8104844Z test_inplace_isinf_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T05:43:18.8121532Z test_inplace_isinf_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T05:43:18.8138120Z test_inplace_isinf_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T05:43:18.8155258Z test_inplace_isinf_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T05:43:18.8171790Z test_inplace_isinf_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T05:43:18.8189462Z test_inplace_isinf_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T05:43:18.8207173Z test_inplace_isinf_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T05:43:18.8224476Z test_inplace_isinf_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T05:43:18.8241723Z test_inplace_isinf_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T05:43:18.8258459Z test_inplace_isnan_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T05:43:18.8275677Z test_inplace_isnan_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T05:43:18.8292933Z test_inplace_isnan_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T05:43:18.8315245Z test_inplace_isnan_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T05:43:18.8333443Z test_inplace_isnan_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T05:43:18.8351657Z test_inplace_isnan_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T05:43:18.8368541Z test_inplace_isnan_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T05:43:18.8385669Z test_inplace_isnan_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T05:43:18.8402458Z test_inplace_isnan_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T05:43:18.8419352Z test_inplace_isneginf_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T05:43:18.8436663Z test_inplace_isneginf_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T05:43:18.8454923Z test_inplace_isneginf_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T05:43:18.8473571Z test_inplace_isneginf_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T05:43:18.8491894Z test_inplace_isneginf_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T05:43:18.8510359Z test_inplace_isneginf_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T05:43:18.8532654Z test_inplace_isneginf_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T05:43:18.8549728Z test_inplace_isposinf_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T05:43:18.8566675Z test_inplace_isposinf_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T05:43:18.8584209Z test_inplace_isposinf_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T05:43:18.8600642Z test_inplace_isposinf_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T05:43:18.8617591Z test_inplace_isposinf_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T05:43:18.8635034Z test_inplace_isposinf_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T05:43:18.8651795Z test_inplace_isposinf_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T05:43:18.8684279Z test_inplace_log1p_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:18.8712977Z test_inplace_log1p_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:18.8797150Z test_inplace_log1p_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:43:18.8876657Z test_inplace_log1p_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:43:18.8955576Z test_inplace_log1p_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:43:18.9036861Z test_inplace_log1p_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:43:18.9114701Z test_inplace_log1p_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:43:18.9145453Z test_inplace_nan_to_num_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:18.9173853Z test_inplace_nan_to_num_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:18.9201452Z test_inplace_nan_to_num_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:18.9232694Z test_inplace_nan_to_num_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:18.9257787Z test_inplace_nan_to_num_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:18.9283419Z test_inplace_nan_to_num_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:18.9309372Z test_inplace_nan_to_num_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:18.9339003Z test_inplace_neg_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:18.9390829Z test_inplace_neg_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:43:18.9418984Z test_inplace_neg_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:18.9447183Z test_inplace_neg_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:18.9478146Z test_inplace_neg_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:18.9504060Z test_inplace_neg_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:18.9529239Z test_inplace_neg_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:18.9555166Z test_inplace_neg_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:18.9581324Z test_inplace_neg_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:18.9609791Z test_inplace_round_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:18.9637983Z test_inplace_round_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:18.9689387Z test_inplace_sgn_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.005s) 2022-05-18T05:43:18.9745397Z test_inplace_sgn_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:43:18.9773661Z test_inplace_sgn_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:18.9801887Z test_inplace_sgn_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:18.9827933Z test_inplace_sgn_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:18.9853365Z test_inplace_sgn_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:18.9878785Z test_inplace_sgn_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:18.9904668Z test_inplace_sgn_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:18.9930520Z test_inplace_sgn_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:18.9965550Z test_inplace_sign_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:18.9995465Z test_inplace_sign_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.0023034Z test_inplace_sign_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.0050211Z test_inplace_sign_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.0077407Z test_inplace_sign_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.0104907Z test_inplace_sign_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.0132116Z test_inplace_sign_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.0150596Z test_inplace_signbit_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T05:43:19.0167910Z test_inplace_signbit_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T05:43:19.0190659Z test_inplace_signbit_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T05:43:19.0208332Z test_inplace_signbit_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T05:43:19.0225508Z test_inplace_signbit_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T05:43:19.0242289Z test_inplace_signbit_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T05:43:19.0259183Z test_inplace_signbit_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T05:43:19.0290786Z test_inplace_sin_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.0322342Z test_inplace_sin_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.0352530Z test_inplace_sin_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.0382320Z test_inplace_sin_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.0466316Z test_inplace_sin_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:43:19.0545906Z test_inplace_sin_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:43:19.0626966Z test_inplace_sin_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:43:19.0708658Z test_inplace_sin_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:43:19.0790702Z test_inplace_sin_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:43:19.0824450Z test_inplace_sinh_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.0854731Z test_inplace_sinh_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.0883922Z test_inplace_sinh_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.0918432Z test_inplace_sinh_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.0997625Z test_inplace_sinh_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:43:19.1077413Z test_inplace_sinh_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:43:19.1156052Z test_inplace_sinh_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:43:19.1236954Z test_inplace_sinh_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:43:19.1319227Z test_inplace_sinh_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:43:19.1381021Z test_inplace_sqrt_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:43:19.1437524Z test_inplace_sqrt_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.006s) 2022-05-18T05:43:19.1472223Z test_inplace_sqrt_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.1500037Z test_inplace_sqrt_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.1578950Z test_inplace_sqrt_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:43:19.1656820Z test_inplace_sqrt_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:43:19.1738638Z test_inplace_sqrt_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:43:19.1820052Z test_inplace_sqrt_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:43:19.1901940Z test_inplace_sqrt_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:43:19.1932913Z test_inplace_tan_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.1969585Z test_inplace_tan_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.004s) 2022-05-18T05:43:19.1998190Z test_inplace_tan_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.2026438Z test_inplace_tan_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.2104354Z test_inplace_tan_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:43:19.2182639Z test_inplace_tan_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:43:19.2261581Z test_inplace_tan_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:43:19.2343410Z test_inplace_tan_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:43:19.2421354Z test_inplace_tan_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:43:19.2455665Z test_inplace_tanh_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.2485765Z test_inplace_tanh_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.2514054Z test_inplace_tanh_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.2542249Z test_inplace_tanh_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.2619705Z test_inplace_tanh_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:43:19.2697312Z test_inplace_tanh_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:43:19.2774539Z test_inplace_tanh_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:43:19.2855856Z test_inplace_tanh_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:43:19.2942032Z test_inplace_tanh_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.009s) 2022-05-18T05:43:19.2972170Z test_inplace_trunc_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.3001696Z test_inplace_trunc_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.3032457Z test_out_asin_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.3060822Z test_out_asin_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.3088104Z test_out_asin_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.3115319Z test_out_asin_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.3141673Z test_out_asin_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.3172613Z test_out_asin_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.3200281Z test_out_asin_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.3226647Z test_out_asin_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.3249487Z test_out_asin_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:19.3278114Z test_out_asinh_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.3307042Z test_out_asinh_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.3335596Z test_out_asinh_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.3363560Z test_out_asinh_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.3396524Z test_out_asinh_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.3424355Z test_out_asinh_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.3450698Z test_out_asinh_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.3477233Z test_out_asinh_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.3505078Z test_out_asinh_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.3533410Z test_out_atan_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.3562405Z test_out_atan_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.3590010Z test_out_atan_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.3622013Z test_out_atan_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.3648234Z test_out_atan_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.3674769Z test_out_atan_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.3701455Z test_out_atan_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.3727925Z test_out_atan_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.3756234Z test_out_atan_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.3786960Z test_out_atanh_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.3817535Z test_out_atanh_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.3851915Z test_out_atanh_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.3880304Z test_out_atanh_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.3908191Z test_out_atanh_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.3935861Z test_out_atanh_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.3963837Z test_out_atanh_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.3992493Z test_out_atanh_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.4016674Z test_out_atanh_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:19.4044912Z test_out_ceil_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.4077277Z test_out_ceil_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.4092746Z test_out_conj_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-05-18T05:43:19.4108192Z test_out_conj_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-05-18T05:43:19.4123472Z test_out_conj_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-05-18T05:43:19.4138911Z test_out_conj_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-05-18T05:43:19.4154793Z test_out_conj_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-05-18T05:43:19.4170202Z test_out_conj_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-05-18T05:43:19.4185896Z test_out_conj_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-05-18T05:43:19.4202542Z test_out_conj_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T05:43:19.4218063Z test_out_conj_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-05-18T05:43:19.4251094Z test_out_conj_physical_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.4285614Z test_out_conj_physical_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.4312848Z test_out_conj_physical_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.4339336Z test_out_conj_physical_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.4364443Z test_out_conj_physical_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:19.4389116Z test_out_conj_physical_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:19.4413032Z test_out_conj_physical_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:19.4437548Z test_out_conj_physical_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:19.4462317Z test_out_conj_physical_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:19.4495059Z test_out_erf_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.4522254Z test_out_erf_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.4548678Z test_out_erf_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.4574897Z test_out_erf_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.4601984Z test_out_erf_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.4628364Z test_out_erf_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.4654342Z test_out_erf_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.4683271Z test_out_expm1_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.4716439Z test_out_expm1_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.4742949Z test_out_expm1_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.4769484Z test_out_expm1_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.4795850Z test_out_expm1_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.4822144Z test_out_expm1_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.4848363Z test_out_expm1_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.4875971Z test_out_floor_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.4908377Z test_out_floor_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.4924892Z test_out_isinf_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T05:43:19.4941925Z test_out_isinf_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T05:43:19.4958263Z test_out_isinf_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T05:43:19.4974166Z test_out_isinf_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T05:43:19.4989804Z test_out_isinf_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-05-18T05:43:19.5006352Z test_out_isinf_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T05:43:19.5023086Z test_out_isinf_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T05:43:19.5039887Z test_out_isinf_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T05:43:19.5056112Z test_out_isinf_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T05:43:19.5073018Z test_out_isnan_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T05:43:19.5088456Z test_out_isnan_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-05-18T05:43:19.5110965Z test_out_isnan_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T05:43:19.5125947Z test_out_isnan_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-05-18T05:43:19.5141484Z test_out_isnan_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-05-18T05:43:19.5156825Z test_out_isnan_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-05-18T05:43:19.5172180Z test_out_isnan_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-05-18T05:43:19.5188322Z test_out_isnan_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-05-18T05:43:19.5204410Z test_out_isnan_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T05:43:19.5230528Z test_out_isneginf_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.5255751Z test_out_isneginf_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:19.5280597Z test_out_isneginf_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:19.5311787Z test_out_isneginf_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.5337446Z test_out_isneginf_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:19.5363272Z test_out_isneginf_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:19.5389480Z test_out_isneginf_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.5416247Z test_out_isposinf_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.5441742Z test_out_isposinf_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:19.5466316Z test_out_isposinf_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:19.5490947Z test_out_isposinf_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:19.5520722Z test_out_isposinf_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.5546341Z test_out_isposinf_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:19.5570876Z test_out_isposinf_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:19.5598188Z test_out_log1p_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.5626135Z test_out_log1p_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.5651966Z test_out_log1p_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.5678420Z test_out_log1p_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.5705218Z test_out_log1p_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.5736541Z test_out_log1p_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.5763157Z test_out_log1p_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.5790871Z test_out_nan_to_num_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.5816987Z test_out_nan_to_num_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.5841594Z test_out_nan_to_num_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:19.5866281Z test_out_nan_to_num_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:19.5890212Z test_out_nan_to_num_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:19.5915331Z test_out_nan_to_num_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:19.5944556Z test_out_nan_to_num_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.5973187Z test_out_neg_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.6002326Z test_out_neg_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.6029936Z test_out_neg_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.6058191Z test_out_neg_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.6084142Z test_out_neg_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:19.6109202Z test_out_neg_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:19.6133427Z test_out_neg_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:19.6163409Z test_out_neg_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.6189656Z test_out_neg_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.6217719Z test_out_round_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.6245552Z test_out_round_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.6275262Z test_out_sgn_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.6305720Z test_out_sgn_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.6334218Z test_out_sgn_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.6362453Z test_out_sgn_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.6392333Z test_out_sgn_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.6417254Z test_out_sgn_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:19.6441728Z test_out_sgn_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:19.6466414Z test_out_sgn_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:19.6490800Z test_out_sgn_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:19.6518206Z test_out_sign_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.6545220Z test_out_sign_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.6569682Z test_out_sign_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:19.6599770Z test_out_sign_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.6623918Z test_out_sign_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:19.6648265Z test_out_sign_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:19.6673044Z test_out_sign_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:19.6699518Z test_out_signbit_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.6725744Z test_out_signbit_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:19.6750571Z test_out_signbit_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:19.6775439Z test_out_signbit_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:19.6805729Z test_out_signbit_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.6830540Z test_out_signbit_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:19.6854932Z test_out_signbit_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:19.6884534Z test_out_sin_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.6913681Z test_out_sin_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.6941169Z test_out_sin_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.6968522Z test_out_sin_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.6995492Z test_out_sin_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.7028534Z test_out_sin_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.7054349Z test_out_sin_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.7080908Z test_out_sin_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.7107666Z test_out_sin_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.7137820Z test_out_sinh_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.7168537Z test_out_sinh_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.7198889Z test_out_sinh_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.7226423Z test_out_sinh_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.7258444Z test_out_sinh_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.7285163Z test_out_sinh_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.7311933Z test_out_sinh_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.7339634Z test_out_sinh_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.7367163Z test_out_sinh_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.7396245Z test_out_sqrt_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.7425754Z test_out_sqrt_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.7453199Z test_out_sqrt_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.7486366Z test_out_sqrt_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.7513830Z test_out_sqrt_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.7540335Z test_out_sqrt_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.7566617Z test_out_sqrt_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.7593542Z test_out_sqrt_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.7621410Z test_out_sqrt_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.7651027Z test_out_tan_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.7680346Z test_out_tan_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.7714382Z test_out_tan_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.7741490Z test_out_tan_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.7769243Z test_out_tan_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.7797261Z test_out_tan_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.7825194Z test_out_tan_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.7851302Z test_out_tan_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.7877783Z test_out_tan_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.7906516Z test_out_tanh_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.7939918Z test_out_tanh_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.7967114Z test_out_tanh_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.7994305Z test_out_tanh_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.8020502Z test_out_tanh_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.8047852Z test_out_tanh_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.8074257Z test_out_tanh_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.8100555Z test_out_tanh_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.8127024Z test_out_tanh_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.8159390Z test_out_trunc_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.8186586Z test_out_trunc_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.8214895Z test_sparse_consistency_asin_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.8242003Z test_sparse_consistency_asin_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.8267271Z test_sparse_consistency_asin_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:19.8291966Z test_sparse_consistency_asin_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:19.8316599Z test_sparse_consistency_asin_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:19.8346074Z test_sparse_consistency_asin_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.8370203Z test_sparse_consistency_asin_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:19.8394893Z test_sparse_consistency_asin_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:19.8417351Z test_sparse_consistency_asin_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:19.8444222Z test_sparse_consistency_asinh_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.8470964Z test_sparse_consistency_asinh_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.8496140Z test_sparse_consistency_asinh_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:19.8521300Z test_sparse_consistency_asinh_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:19.8551305Z test_sparse_consistency_asinh_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.8575372Z test_sparse_consistency_asinh_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:19.8599747Z test_sparse_consistency_asinh_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:19.8624456Z test_sparse_consistency_asinh_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:19.8648471Z test_sparse_consistency_asinh_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:19.8675204Z test_sparse_consistency_atan_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.8701936Z test_sparse_consistency_atan_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.8726893Z test_sparse_consistency_atan_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:19.8756770Z test_sparse_consistency_atan_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.8781209Z test_sparse_consistency_atan_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:19.8805418Z test_sparse_consistency_atan_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:19.8830129Z test_sparse_consistency_atan_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:19.8854294Z test_sparse_consistency_atan_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:19.8878664Z test_sparse_consistency_atan_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:19.8906651Z test_sparse_consistency_atanh_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.8934287Z test_sparse_consistency_atanh_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.8966325Z test_sparse_consistency_atanh_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.8992410Z test_sparse_consistency_atanh_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.9019138Z test_sparse_consistency_atanh_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.9044433Z test_sparse_consistency_atanh_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:19.9069464Z test_sparse_consistency_atanh_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:19.9094060Z test_sparse_consistency_atanh_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:19.9117886Z test_sparse_consistency_atanh_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:19.9143647Z test_sparse_consistency_ceil_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:19.9174208Z test_sparse_consistency_ceil_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.9202335Z test_sparse_consistency_conj_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.9229400Z test_sparse_consistency_conj_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.9253786Z test_sparse_consistency_conj_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:19.9277846Z test_sparse_consistency_conj_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:19.9300311Z test_sparse_consistency_conj_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:19.9322926Z test_sparse_consistency_conj_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:19.9345025Z test_sparse_consistency_conj_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:19.9372805Z test_sparse_consistency_conj_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.9394982Z test_sparse_consistency_conj_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:19.9422398Z test_sparse_consistency_conj_physical_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.9448964Z test_sparse_consistency_conj_physical_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.9474296Z test_sparse_consistency_conj_physical_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:19.9499265Z test_sparse_consistency_conj_physical_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:19.9521566Z test_sparse_consistency_conj_physical_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:19.9545315Z test_sparse_consistency_conj_physical_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:19.9573778Z test_sparse_consistency_conj_physical_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.9596118Z test_sparse_consistency_conj_physical_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:19.9618439Z test_sparse_consistency_conj_physical_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:19.9644028Z test_sparse_consistency_erf_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:19.9669120Z test_sparse_consistency_erf_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:19.9694133Z test_sparse_consistency_erf_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:19.9719333Z test_sparse_consistency_erf_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:19.9745673Z test_sparse_consistency_erf_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.9775813Z test_sparse_consistency_erf_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:19.9800368Z test_sparse_consistency_erf_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:19.9826301Z test_sparse_consistency_expm1_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:19.9851342Z test_sparse_consistency_expm1_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:19.9875970Z test_sparse_consistency_expm1_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:19.9900468Z test_sparse_consistency_expm1_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:19.9925365Z test_sparse_consistency_expm1_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:19.9950134Z test_sparse_consistency_expm1_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:19.9980094Z test_sparse_consistency_expm1_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:20.0005358Z test_sparse_consistency_floor_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.0030807Z test_sparse_consistency_floor_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.0058138Z test_sparse_consistency_isinf_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:20.0084771Z test_sparse_consistency_isinf_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:20.0109797Z test_sparse_consistency_isinf_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.0134486Z test_sparse_consistency_isinf_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.0158075Z test_sparse_consistency_isinf_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.0189457Z test_sparse_consistency_isinf_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:20.0212768Z test_sparse_consistency_isinf_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.0236045Z test_sparse_consistency_isinf_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.0259242Z test_sparse_consistency_isinf_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.0284430Z test_sparse_consistency_isnan_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.0309723Z test_sparse_consistency_isnan_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.0333509Z test_sparse_consistency_isnan_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.0358065Z test_sparse_consistency_isnan_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.0387560Z test_sparse_consistency_isnan_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:20.0410807Z test_sparse_consistency_isnan_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.0434416Z test_sparse_consistency_isnan_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.0458417Z test_sparse_consistency_isnan_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.0482255Z test_sparse_consistency_isnan_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.0506873Z test_sparse_consistency_isneginf_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.0531346Z test_sparse_consistency_isneginf_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.0554684Z test_sparse_consistency_isneginf_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.0583136Z test_sparse_consistency_isneginf_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:20.0606402Z test_sparse_consistency_isneginf_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.0631451Z test_sparse_consistency_isneginf_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.0654510Z test_sparse_consistency_isneginf_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.0678776Z test_sparse_consistency_isposinf_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.0702954Z test_sparse_consistency_isposinf_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.0725874Z test_sparse_consistency_isposinf_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.0749448Z test_sparse_consistency_isposinf_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.0777654Z test_sparse_consistency_isposinf_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:20.0801027Z test_sparse_consistency_isposinf_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.0824591Z test_sparse_consistency_isposinf_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.0849629Z test_sparse_consistency_log1p_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.0875147Z test_sparse_consistency_log1p_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.0899758Z test_sparse_consistency_log1p_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.0924919Z test_sparse_consistency_log1p_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.0949401Z test_sparse_consistency_log1p_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.0978858Z test_sparse_consistency_log1p_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:20.1003560Z test_sparse_consistency_log1p_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.1029402Z test_sparse_consistency_nan_to_num_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.1053987Z test_sparse_consistency_nan_to_num_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.1076586Z test_sparse_consistency_nan_to_num_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.1098928Z test_sparse_consistency_nan_to_num_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.1121658Z test_sparse_consistency_nan_to_num_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.1144469Z test_sparse_consistency_nan_to_num_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.1172869Z test_sparse_consistency_nan_to_num_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:20.1199983Z test_sparse_consistency_neg_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:20.1227603Z test_sparse_consistency_neg_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:20.1252796Z test_sparse_consistency_neg_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.1277918Z test_sparse_consistency_neg_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.1301159Z test_sparse_consistency_neg_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.1324078Z test_sparse_consistency_neg_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.1347847Z test_sparse_consistency_neg_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.1376432Z test_sparse_consistency_neg_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:20.1399352Z test_sparse_consistency_neg_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.1425298Z test_sparse_consistency_round_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.1450770Z test_sparse_consistency_round_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.1478052Z test_sparse_consistency_sgn_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:20.1505356Z test_sparse_consistency_sgn_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:20.1531588Z test_sparse_consistency_sgn_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:20.1556852Z test_sparse_consistency_sgn_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.1585771Z test_sparse_consistency_sgn_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:20.1608508Z test_sparse_consistency_sgn_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.1631318Z test_sparse_consistency_sgn_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.1653917Z test_sparse_consistency_sgn_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.1676664Z test_sparse_consistency_sgn_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.1703034Z test_sparse_consistency_sign_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:20.1728180Z test_sparse_consistency_sign_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.1756635Z test_sparse_consistency_sign_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:20.1779091Z test_sparse_consistency_sign_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.1801599Z test_sparse_consistency_sign_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.1824793Z test_sparse_consistency_sign_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.1847317Z test_sparse_consistency_sign_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.1873304Z test_sparse_consistency_signbit_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.1897162Z test_sparse_consistency_signbit_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.1921132Z test_sparse_consistency_signbit_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.1950636Z test_sparse_consistency_signbit_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:20.1974399Z test_sparse_consistency_signbit_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.1997857Z test_sparse_consistency_signbit_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.2021707Z test_sparse_consistency_signbit_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.2048551Z test_sparse_consistency_sin_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:20.2075690Z test_sparse_consistency_sin_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:20.2102015Z test_sparse_consistency_sin_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.2127124Z test_sparse_consistency_sin_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.2158396Z test_sparse_consistency_sin_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:20.2184101Z test_sparse_consistency_sin_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.2208221Z test_sparse_consistency_sin_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.2232947Z test_sparse_consistency_sin_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.2257385Z test_sparse_consistency_sin_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.2283987Z test_sparse_consistency_sinh_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:20.2310847Z test_sparse_consistency_sinh_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:20.2336309Z test_sparse_consistency_sinh_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.2367037Z test_sparse_consistency_sinh_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:20.2391782Z test_sparse_consistency_sinh_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.2416440Z test_sparse_consistency_sinh_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.2441556Z test_sparse_consistency_sinh_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.2466003Z test_sparse_consistency_sinh_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.2490002Z test_sparse_consistency_sinh_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.2516839Z test_sparse_consistency_sqrt_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:20.2544240Z test_sparse_consistency_sqrt_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:20.2577489Z test_sparse_consistency_sqrt_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:20.2602526Z test_sparse_consistency_sqrt_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.2628355Z test_sparse_consistency_sqrt_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.2653484Z test_sparse_consistency_sqrt_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.2678911Z test_sparse_consistency_sqrt_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.2703183Z test_sparse_consistency_sqrt_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.2728016Z test_sparse_consistency_sqrt_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.2754673Z test_sparse_consistency_tan_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:20.2787453Z test_sparse_consistency_tan_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:20.2812535Z test_sparse_consistency_tan_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.2837474Z test_sparse_consistency_tan_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.2862163Z test_sparse_consistency_tan_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.2886822Z test_sparse_consistency_tan_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.2912398Z test_sparse_consistency_tan_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.2936434Z test_sparse_consistency_tan_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.2961004Z test_sparse_consistency_tan_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.2993126Z test_sparse_consistency_tanh_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:20.3020339Z test_sparse_consistency_tanh_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:20.3045795Z test_sparse_consistency_tanh_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.3070528Z test_sparse_consistency_tanh_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.3094526Z test_sparse_consistency_tanh_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.3119619Z test_sparse_consistency_tanh_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.3143710Z test_sparse_consistency_tanh_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.3168123Z test_sparse_consistency_tanh_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.3198363Z test_sparse_consistency_tanh_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:20.3224528Z test_sparse_consistency_trunc_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:20.3249670Z test_sparse_consistency_trunc_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.3259398Z test_sparse_fn_grad_asin_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! sparse backward not supported (0.001s) 2022-05-18T05:43:20.3269731Z test_sparse_fn_grad_asin_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! sparse backward not supported (0.001s) 2022-05-18T05:43:20.3279311Z test_sparse_fn_grad_asinh_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! sparse backward not supported (0.001s) 2022-05-18T05:43:20.3289090Z test_sparse_fn_grad_asinh_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! sparse backward not supported (0.001s) 2022-05-18T05:43:20.3299016Z test_sparse_fn_grad_atan_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! sparse backward not supported (0.001s) 2022-05-18T05:43:20.3309706Z test_sparse_fn_grad_atan_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! sparse backward not supported (0.001s) 2022-05-18T05:43:20.3319612Z test_sparse_fn_grad_atanh_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! sparse backward not supported (0.001s) 2022-05-18T05:43:20.3329605Z test_sparse_fn_grad_atanh_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! sparse backward not supported (0.001s) 2022-05-18T05:43:20.3408675Z test_sparse_fn_grad_ceil_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:43:20.3719081Z test_sparse_fn_grad_conj_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.031s) 2022-05-18T05:43:20.3845068Z test_sparse_fn_grad_conj_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.013s) 2022-05-18T05:43:20.4009342Z test_sparse_fn_grad_conj_physical_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.016s) 2022-05-18T05:43:20.4081666Z test_sparse_fn_grad_conj_physical_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:43:20.4091222Z test_sparse_fn_grad_erf_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! sparse backward not supported (0.001s) 2022-05-18T05:43:20.4101119Z test_sparse_fn_grad_expm1_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! sparse backward not supported (0.001s) 2022-05-18T05:43:20.4181906Z test_sparse_fn_grad_floor_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:43:20.4200100Z test_sparse_fn_grad_isinf_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Op doesn't support autograd (0.002s) 2022-05-18T05:43:20.4217627Z test_sparse_fn_grad_isinf_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Op doesn't support autograd (0.002s) 2022-05-18T05:43:20.4235113Z test_sparse_fn_grad_isnan_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Op doesn't support autograd (0.002s) 2022-05-18T05:43:20.4251241Z test_sparse_fn_grad_isnan_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Op doesn't support autograd (0.002s) 2022-05-18T05:43:20.4267953Z test_sparse_fn_grad_isneginf_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Op doesn't support autograd (0.002s) 2022-05-18T05:43:20.4284298Z test_sparse_fn_grad_isposinf_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Op doesn't support autograd (0.002s) 2022-05-18T05:43:20.4293681Z test_sparse_fn_grad_log1p_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! sparse backward not supported (0.001s) 2022-05-18T05:43:20.4304265Z test_sparse_fn_grad_nan_to_num_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! sparse backward not supported (0.001s) 2022-05-18T05:43:20.4469367Z test_sparse_fn_grad_neg_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.016s) 2022-05-18T05:43:20.4542936Z test_sparse_fn_grad_neg_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:43:20.4616430Z test_sparse_fn_grad_round_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:43:20.4626372Z test_sparse_fn_grad_sgn_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! sparse backward not supported (0.001s) 2022-05-18T05:43:20.4636519Z test_sparse_fn_grad_sgn_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! sparse backward not supported (0.001s) 2022-05-18T05:43:20.4716297Z test_sparse_fn_grad_sign_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-05-18T05:43:20.4732963Z test_sparse_fn_grad_signbit_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Op doesn't support autograd (0.002s) 2022-05-18T05:43:20.4742390Z test_sparse_fn_grad_sin_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! sparse backward not supported (0.001s) 2022-05-18T05:43:20.4752298Z test_sparse_fn_grad_sin_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! sparse backward not supported (0.001s) 2022-05-18T05:43:20.4762641Z test_sparse_fn_grad_sinh_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! sparse backward not supported (0.001s) 2022-05-18T05:43:20.4772395Z test_sparse_fn_grad_sinh_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! sparse backward not supported (0.001s) 2022-05-18T05:43:20.4782401Z test_sparse_fn_grad_sqrt_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! sparse backward not supported (0.001s) 2022-05-18T05:43:20.4792426Z test_sparse_fn_grad_sqrt_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! sparse backward not supported (0.001s) 2022-05-18T05:43:20.4802319Z test_sparse_fn_grad_tan_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! sparse backward not supported (0.001s) 2022-05-18T05:43:20.4812168Z test_sparse_fn_grad_tan_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! sparse backward not supported (0.001s) 2022-05-18T05:43:20.4822358Z test_sparse_fn_grad_tanh_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! sparse backward not supported (0.001s) 2022-05-18T05:43:20.4832179Z test_sparse_fn_grad_tanh_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! sparse backward not supported (0.001s) 2022-05-18T05:43:20.4904974Z test_sparse_fn_grad_trunc_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.007s) 2022-05-18T05:43:20.4923828Z test_sparse_zero_dims_asin_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.4942520Z test_sparse_zero_dims_asin_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.4960621Z test_sparse_zero_dims_asin_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.4978951Z test_sparse_zero_dims_asin_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.4998529Z test_sparse_zero_dims_asin_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.5022630Z test_sparse_zero_dims_asin_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.5040831Z test_sparse_zero_dims_asin_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.5058997Z test_sparse_zero_dims_asin_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.5077749Z test_sparse_zero_dims_asin_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.5096443Z test_sparse_zero_dims_asinh_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.5115309Z test_sparse_zero_dims_asinh_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.5133608Z test_sparse_zero_dims_asinh_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.5152237Z test_sparse_zero_dims_asinh_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.5175768Z test_sparse_zero_dims_asinh_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.5195825Z test_sparse_zero_dims_asinh_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.5215239Z test_sparse_zero_dims_asinh_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.5234507Z test_sparse_zero_dims_asinh_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.5252722Z test_sparse_zero_dims_asinh_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.5271351Z test_sparse_zero_dims_atan_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.5289729Z test_sparse_zero_dims_atan_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.5308291Z test_sparse_zero_dims_atan_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.5331288Z test_sparse_zero_dims_atan_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.5350873Z test_sparse_zero_dims_atan_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.5369280Z test_sparse_zero_dims_atan_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.5387776Z test_sparse_zero_dims_atan_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.5406067Z test_sparse_zero_dims_atan_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.5425142Z test_sparse_zero_dims_atan_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.5443882Z test_sparse_zero_dims_atanh_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.5462868Z test_sparse_zero_dims_atanh_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.5486216Z test_sparse_zero_dims_atanh_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.5504609Z test_sparse_zero_dims_atanh_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.5523706Z test_sparse_zero_dims_atanh_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.5543177Z test_sparse_zero_dims_atanh_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.5562234Z test_sparse_zero_dims_atanh_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.5582127Z test_sparse_zero_dims_atanh_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.5601403Z test_sparse_zero_dims_atanh_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.5620098Z test_sparse_zero_dims_ceil_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.5644217Z test_sparse_zero_dims_ceil_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.5662755Z test_sparse_zero_dims_conj_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.5680996Z test_sparse_zero_dims_conj_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.5698612Z test_sparse_zero_dims_conj_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.5716825Z test_sparse_zero_dims_conj_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.5734419Z test_sparse_zero_dims_conj_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.5752838Z test_sparse_zero_dims_conj_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.5771296Z test_sparse_zero_dims_conj_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.5793865Z test_sparse_zero_dims_conj_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.5811531Z test_sparse_zero_dims_conj_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.5829916Z test_sparse_zero_dims_conj_physical_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.5847937Z test_sparse_zero_dims_conj_physical_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.5865952Z test_sparse_zero_dims_conj_physical_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.5883845Z test_sparse_zero_dims_conj_physical_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.5900996Z test_sparse_zero_dims_conj_physical_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.5918839Z test_sparse_zero_dims_conj_physical_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.5943006Z test_sparse_zero_dims_conj_physical_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.5960165Z test_sparse_zero_dims_conj_physical_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.5977414Z test_sparse_zero_dims_conj_physical_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.5996159Z test_sparse_zero_dims_erf_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.6014783Z test_sparse_zero_dims_erf_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.6033683Z test_sparse_zero_dims_erf_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.6051827Z test_sparse_zero_dims_erf_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.6070467Z test_sparse_zero_dims_erf_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.6093650Z test_sparse_zero_dims_erf_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.6112254Z test_sparse_zero_dims_erf_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.6130260Z test_sparse_zero_dims_expm1_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.6148422Z test_sparse_zero_dims_expm1_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.6166608Z test_sparse_zero_dims_expm1_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.6185481Z test_sparse_zero_dims_expm1_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.6203350Z test_sparse_zero_dims_expm1_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.6223051Z test_sparse_zero_dims_expm1_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.6247520Z test_sparse_zero_dims_expm1_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.6266984Z test_sparse_zero_dims_floor_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.6285159Z test_sparse_zero_dims_floor_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.6303640Z test_sparse_zero_dims_isinf_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.6322067Z test_sparse_zero_dims_isinf_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.6339822Z test_sparse_zero_dims_isinf_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.6357970Z test_sparse_zero_dims_isinf_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.6381489Z test_sparse_zero_dims_isinf_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.6399146Z test_sparse_zero_dims_isinf_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.6416798Z test_sparse_zero_dims_isinf_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.6435061Z test_sparse_zero_dims_isinf_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.6452870Z test_sparse_zero_dims_isinf_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.6470580Z test_sparse_zero_dims_isnan_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.6488135Z test_sparse_zero_dims_isnan_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.6506090Z test_sparse_zero_dims_isnan_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.6528953Z test_sparse_zero_dims_isnan_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.6547212Z test_sparse_zero_dims_isnan_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.6564729Z test_sparse_zero_dims_isnan_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.6582630Z test_sparse_zero_dims_isnan_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.6600697Z test_sparse_zero_dims_isnan_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.6618915Z test_sparse_zero_dims_isnan_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.6636774Z test_sparse_zero_dims_isneginf_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.6654604Z test_sparse_zero_dims_isneginf_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.6677627Z test_sparse_zero_dims_isneginf_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.6695005Z test_sparse_zero_dims_isneginf_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.6714222Z test_sparse_zero_dims_isneginf_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.6731722Z test_sparse_zero_dims_isneginf_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.6750014Z test_sparse_zero_dims_isneginf_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.6767733Z test_sparse_zero_dims_isposinf_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.6785832Z test_sparse_zero_dims_isposinf_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.6803424Z test_sparse_zero_dims_isposinf_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.6826722Z test_sparse_zero_dims_isposinf_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.6844249Z test_sparse_zero_dims_isposinf_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.6862219Z test_sparse_zero_dims_isposinf_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.6879738Z test_sparse_zero_dims_isposinf_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.6898184Z test_sparse_zero_dims_log1p_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.6916774Z test_sparse_zero_dims_log1p_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.6935118Z test_sparse_zero_dims_log1p_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.6953987Z test_sparse_zero_dims_log1p_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.6978546Z test_sparse_zero_dims_log1p_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.6997889Z test_sparse_zero_dims_log1p_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.7016332Z test_sparse_zero_dims_log1p_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.7034800Z test_sparse_zero_dims_nan_to_num_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.7053047Z test_sparse_zero_dims_nan_to_num_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.7071036Z test_sparse_zero_dims_nan_to_num_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.7088723Z test_sparse_zero_dims_nan_to_num_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.7107678Z test_sparse_zero_dims_nan_to_num_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.7130711Z test_sparse_zero_dims_nan_to_num_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.7148591Z test_sparse_zero_dims_nan_to_num_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.7167230Z test_sparse_zero_dims_neg_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.7186781Z test_sparse_zero_dims_neg_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.7205792Z test_sparse_zero_dims_neg_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.7224507Z test_sparse_zero_dims_neg_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.7242058Z test_sparse_zero_dims_neg_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.7259710Z test_sparse_zero_dims_neg_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.7283104Z test_sparse_zero_dims_neg_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.7300619Z test_sparse_zero_dims_neg_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.7318171Z test_sparse_zero_dims_neg_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.7336417Z test_sparse_zero_dims_round_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.7355043Z test_sparse_zero_dims_round_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.7373489Z test_sparse_zero_dims_sgn_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.7392051Z test_sparse_zero_dims_sgn_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.7410267Z test_sparse_zero_dims_sgn_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.7434101Z test_sparse_zero_dims_sgn_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.7451712Z test_sparse_zero_dims_sgn_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.7469745Z test_sparse_zero_dims_sgn_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.7487420Z test_sparse_zero_dims_sgn_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.7505272Z test_sparse_zero_dims_sgn_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.7523010Z test_sparse_zero_dims_sgn_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.7541129Z test_sparse_zero_dims_sign_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.7559860Z test_sparse_zero_dims_sign_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.7583255Z test_sparse_zero_dims_sign_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.7601208Z test_sparse_zero_dims_sign_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.7618599Z test_sparse_zero_dims_sign_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.7636265Z test_sparse_zero_dims_sign_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.7654274Z test_sparse_zero_dims_sign_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.7672063Z test_sparse_zero_dims_signbit_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.7690012Z test_sparse_zero_dims_signbit_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.7707950Z test_sparse_zero_dims_signbit_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.7732314Z test_sparse_zero_dims_signbit_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.7750289Z test_sparse_zero_dims_signbit_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.7768420Z test_sparse_zero_dims_signbit_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.7786419Z test_sparse_zero_dims_signbit_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.7804663Z test_sparse_zero_dims_sin_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.7823591Z test_sparse_zero_dims_sin_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.7841618Z test_sparse_zero_dims_sin_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.7859617Z test_sparse_zero_dims_sin_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.7883315Z test_sparse_zero_dims_sin_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.7901767Z test_sparse_zero_dims_sin_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.7919805Z test_sparse_zero_dims_sin_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.7938968Z test_sparse_zero_dims_sin_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.7958404Z test_sparse_zero_dims_sin_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.7976803Z test_sparse_zero_dims_sinh_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.7995825Z test_sparse_zero_dims_sinh_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.8014836Z test_sparse_zero_dims_sinh_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.8038456Z test_sparse_zero_dims_sinh_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.8056434Z test_sparse_zero_dims_sinh_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.8074887Z test_sparse_zero_dims_sinh_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.8093371Z test_sparse_zero_dims_sinh_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.8112884Z test_sparse_zero_dims_sinh_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.8131101Z test_sparse_zero_dims_sinh_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.8149966Z test_sparse_zero_dims_sqrt_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.8168723Z test_sparse_zero_dims_sqrt_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.8193035Z test_sparse_zero_dims_sqrt_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.8210795Z test_sparse_zero_dims_sqrt_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.8229485Z test_sparse_zero_dims_sqrt_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.8247612Z test_sparse_zero_dims_sqrt_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.8266487Z test_sparse_zero_dims_sqrt_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.8285766Z test_sparse_zero_dims_sqrt_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.8304675Z test_sparse_zero_dims_sqrt_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.8322925Z test_sparse_zero_dims_tan_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.8346791Z test_sparse_zero_dims_tan_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.8365507Z test_sparse_zero_dims_tan_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.8383912Z test_sparse_zero_dims_tan_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.8402303Z test_sparse_zero_dims_tan_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.8420538Z test_sparse_zero_dims_tan_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.8439999Z test_sparse_zero_dims_tan_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.8459327Z test_sparse_zero_dims_tan_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.8478563Z test_sparse_zero_dims_tan_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.8502358Z test_sparse_zero_dims_tanh_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.8521536Z test_sparse_zero_dims_tanh_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.8540598Z test_sparse_zero_dims_tanh_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.8559792Z test_sparse_zero_dims_tanh_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.8578756Z test_sparse_zero_dims_tanh_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.8597353Z test_sparse_zero_dims_tanh_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.8615698Z test_sparse_zero_dims_tanh_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.8634834Z test_sparse_zero_dims_tanh_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.8658471Z test_sparse_zero_dims_tanh_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.8676777Z test_sparse_zero_dims_trunc_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.8694687Z test_sparse_zero_dims_trunc_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.8716090Z test_sparse_zeros_asin_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.8737013Z test_sparse_zeros_asin_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.8757764Z test_sparse_zeros_asin_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.8778159Z test_sparse_zeros_asin_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.8799023Z test_sparse_zeros_asin_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.8825173Z test_sparse_zeros_asin_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:20.8845743Z test_sparse_zeros_asin_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.8866590Z test_sparse_zeros_asin_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.8886817Z test_sparse_zeros_asin_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.8907691Z test_sparse_zeros_asinh_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.8928729Z test_sparse_zeros_asinh_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.8949853Z test_sparse_zeros_asinh_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.8975168Z test_sparse_zeros_asinh_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.8997688Z test_sparse_zeros_asinh_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.9017421Z test_sparse_zeros_asinh_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.9038728Z test_sparse_zeros_asinh_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.9059263Z test_sparse_zeros_asinh_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.9080034Z test_sparse_zeros_asinh_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.9100993Z test_sparse_zeros_atan_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.9122073Z test_sparse_zeros_atan_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.9148266Z test_sparse_zeros_atan_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.9168028Z test_sparse_zeros_atan_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.9188891Z test_sparse_zeros_atan_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.9209544Z test_sparse_zeros_atan_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.9230626Z test_sparse_zeros_atan_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.9250605Z test_sparse_zeros_atan_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.9271334Z test_sparse_zeros_atan_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.9291818Z test_sparse_zeros_atanh_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.9318480Z test_sparse_zeros_atanh_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:20.9339859Z test_sparse_zeros_atanh_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.9361066Z test_sparse_zeros_atanh_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.9382793Z test_sparse_zeros_atanh_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.9404129Z test_sparse_zeros_atanh_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.9425741Z test_sparse_zeros_atanh_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.9446933Z test_sparse_zeros_atanh_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.9467721Z test_sparse_zeros_atanh_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.9493587Z test_sparse_zeros_ceil_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.9513860Z test_sparse_zeros_ceil_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.9534602Z test_sparse_zeros_conj_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.9555756Z test_sparse_zeros_conj_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.9575590Z test_sparse_zeros_conj_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.9595314Z test_sparse_zeros_conj_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.9613447Z test_sparse_zeros_conj_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.9631931Z test_sparse_zeros_conj_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.9656307Z test_sparse_zeros_conj_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.9674701Z test_sparse_zeros_conj_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.9692642Z test_sparse_zeros_conj_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.9713562Z test_sparse_zeros_conj_physical_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.9734281Z test_sparse_zeros_conj_physical_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.9754349Z test_sparse_zeros_conj_physical_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.9773916Z test_sparse_zeros_conj_physical_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.9792199Z test_sparse_zeros_conj_physical_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.9815724Z test_sparse_zeros_conj_physical_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.9833550Z test_sparse_zeros_conj_physical_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.9851488Z test_sparse_zeros_conj_physical_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.9870913Z test_sparse_zeros_conj_physical_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.9892243Z test_sparse_zeros_erf_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.9913662Z test_sparse_zeros_erf_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.9934852Z test_sparse_zeros_erf_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.9956433Z test_sparse_zeros_erf_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:20.9983439Z test_sparse_zeros_erf_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:21.0004930Z test_sparse_zeros_erf_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.0026144Z test_sparse_zeros_erf_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.0046412Z test_sparse_zeros_expm1_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.0066850Z test_sparse_zeros_expm1_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.0087007Z test_sparse_zeros_expm1_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.0107778Z test_sparse_zeros_expm1_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.0128088Z test_sparse_zeros_expm1_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.0154148Z test_sparse_zeros_expm1_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:21.0174435Z test_sparse_zeros_expm1_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.0195351Z test_sparse_zeros_floor_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.0215115Z test_sparse_zeros_floor_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.0235152Z test_sparse_zeros_isinf_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.0255013Z test_sparse_zeros_isinf_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.0275538Z test_sparse_zeros_isinf_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.0296049Z test_sparse_zeros_isinf_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.0321516Z test_sparse_zeros_isinf_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.0341346Z test_sparse_zeros_isinf_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.0360300Z test_sparse_zeros_isinf_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.0380012Z test_sparse_zeros_isinf_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.0399130Z test_sparse_zeros_isinf_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.0418090Z test_sparse_zeros_isnan_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.0438348Z test_sparse_zeros_isnan_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.0459207Z test_sparse_zeros_isnan_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.0483999Z test_sparse_zeros_isnan_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.0503193Z test_sparse_zeros_isnan_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.0522268Z test_sparse_zeros_isnan_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.0541631Z test_sparse_zeros_isnan_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.0560281Z test_sparse_zeros_isnan_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.0579389Z test_sparse_zeros_isnan_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.0598628Z test_sparse_zeros_isneginf_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.0617631Z test_sparse_zeros_isneginf_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.0642018Z test_sparse_zeros_isneginf_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.0661236Z test_sparse_zeros_isneginf_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.0680132Z test_sparse_zeros_isneginf_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.0698986Z test_sparse_zeros_isneginf_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.0718232Z test_sparse_zeros_isneginf_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.0737198Z test_sparse_zeros_isposinf_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.0756569Z test_sparse_zeros_isposinf_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.0776575Z test_sparse_zeros_isposinf_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.0802252Z test_sparse_zeros_isposinf_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.0822473Z test_sparse_zeros_isposinf_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.0842254Z test_sparse_zeros_isposinf_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.0862491Z test_sparse_zeros_isposinf_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.0882862Z test_sparse_zeros_log1p_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.0903018Z test_sparse_zeros_log1p_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.0923257Z test_sparse_zeros_log1p_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.0943853Z test_sparse_zeros_log1p_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.0969480Z test_sparse_zeros_log1p_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.0990017Z test_sparse_zeros_log1p_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.1010263Z test_sparse_zeros_log1p_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.1031023Z test_sparse_zeros_nan_to_num_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.1050835Z test_sparse_zeros_nan_to_num_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.1070010Z test_sparse_zeros_nan_to_num_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.1088820Z test_sparse_zeros_nan_to_num_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.1107478Z test_sparse_zeros_nan_to_num_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.1131629Z test_sparse_zeros_nan_to_num_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.1150574Z test_sparse_zeros_nan_to_num_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.1171060Z test_sparse_zeros_neg_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.1192464Z test_sparse_zeros_neg_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.1212380Z test_sparse_zeros_neg_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.1232716Z test_sparse_zeros_neg_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.1251306Z test_sparse_zeros_neg_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.1270547Z test_sparse_zeros_neg_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.1294352Z test_sparse_zeros_neg_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.1313125Z test_sparse_zeros_neg_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.1331747Z test_sparse_zeros_neg_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.1352365Z test_sparse_zeros_round_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.1372331Z test_sparse_zeros_round_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.1393143Z test_sparse_zeros_sgn_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.1413952Z test_sparse_zeros_sgn_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.1434693Z test_sparse_zeros_sgn_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.1460649Z test_sparse_zeros_sgn_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:21.1479363Z test_sparse_zeros_sgn_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.1497852Z test_sparse_zeros_sgn_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.1516310Z test_sparse_zeros_sgn_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.1534670Z test_sparse_zeros_sgn_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.1553286Z test_sparse_zeros_sgn_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.1573938Z test_sparse_zeros_sign_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.1594076Z test_sparse_zeros_sign_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.1619535Z test_sparse_zeros_sign_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.1638182Z test_sparse_zeros_sign_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.1656540Z test_sparse_zeros_sign_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.1675382Z test_sparse_zeros_sign_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.1694886Z test_sparse_zeros_sign_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.1715427Z test_sparse_zeros_signbit_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.1735192Z test_sparse_zeros_signbit_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.1760780Z test_sparse_zeros_signbit_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.1780670Z test_sparse_zeros_signbit_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.1800622Z test_sparse_zeros_signbit_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.1820624Z test_sparse_zeros_signbit_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.1840812Z test_sparse_zeros_signbit_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.1862628Z test_sparse_zeros_sin_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.1883460Z test_sparse_zeros_sin_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.1904142Z test_sparse_zeros_sin_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.1929447Z test_sparse_zeros_sin_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.1949955Z test_sparse_zeros_sin_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.1970458Z test_sparse_zeros_sin_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.1991065Z test_sparse_zeros_sin_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.2011382Z test_sparse_zeros_sin_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.2031813Z test_sparse_zeros_sin_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.2052370Z test_sparse_zeros_sinh_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.2074648Z test_sparse_zeros_sinh_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.2101656Z test_sparse_zeros_sinh_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:21.2122587Z test_sparse_zeros_sinh_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.2144627Z test_sparse_zeros_sinh_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.2165876Z test_sparse_zeros_sinh_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.2188140Z test_sparse_zeros_sinh_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.2208141Z test_sparse_zeros_sinh_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.2228685Z test_sparse_zeros_sinh_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.2249247Z test_sparse_zeros_sqrt_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.2275908Z test_sparse_zeros_sqrt_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:21.2296227Z test_sparse_zeros_sqrt_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.2316539Z test_sparse_zeros_sqrt_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.2336642Z test_sparse_zeros_sqrt_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.2357324Z test_sparse_zeros_sqrt_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.2377508Z test_sparse_zeros_sqrt_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.2397988Z test_sparse_zeros_sqrt_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.2418296Z test_sparse_zeros_sqrt_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.2445730Z test_sparse_zeros_tan_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:21.2467953Z test_sparse_zeros_tan_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.2488215Z test_sparse_zeros_tan_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.2508606Z test_sparse_zeros_tan_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.2528773Z test_sparse_zeros_tan_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.2549320Z test_sparse_zeros_tan_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.2570028Z test_sparse_zeros_tan_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.2591025Z test_sparse_zeros_tan_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.2617172Z test_sparse_zeros_tan_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:21.2638304Z test_sparse_zeros_tanh_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.2660279Z test_sparse_zeros_tanh_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.2681979Z test_sparse_zeros_tanh_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.2703686Z test_sparse_zeros_tanh_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.2724917Z test_sparse_zeros_tanh_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.2747041Z test_sparse_zeros_tanh_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.2767805Z test_sparse_zeros_tanh_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.2795728Z test_sparse_zeros_tanh_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-05-18T05:43:21.2816931Z test_sparse_zeros_tanh_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.2838710Z test_sparse_zeros_trunc_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.2860136Z test_sparse_zeros_trunc_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-05-18T05:43:21.2860543Z 2022-05-18T05:43:21.2861054Z ---------------------------------------------------------------------- 2022-05-18T05:43:21.2861399Z Ran 1268 tests in 27.187s 2022-05-18T05:43:21.2861567Z 2022-05-18T05:43:21.2867252Z OK (skipped=147) 2022-05-18T05:43:21.2867573Z 2022-05-18T05:43:21.2867814Z Generating XML reports... 2022-05-18T05:43:21.3093444Z Generated XML report: test-reports/python-unittest/test_sparse/TEST-TestSparseCUDA-20220518054253.xml 2022-05-18T05:43:21.3149085Z Generated XML report: test-reports/python-unittest/test_sparse/TEST-TestSparseMaskedReductionsCUDA-20220518054253.xml 2022-05-18T05:43:21.3152736Z Generated XML report: test-reports/python-unittest/test_sparse/TEST-TestSparseOneOff-20220518054253.xml 2022-05-18T05:43:21.4093575Z Generated XML report: test-reports/python-unittest/test_sparse/TEST-TestSparseUnaryUfuncsCUDA-20220518054253.xml 2022-05-18T05:43:21.7828796Z Running test_sparse_csr ... [2022-05-18 05:43:21.782283] 2022-05-18T05:43:21.7829997Z Executing ['/opt/conda/bin/python', 'test_sparse_csr.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:43:21.782390] 2022-05-18T05:43:25.1671440Z Test results will be stored in test-reports/python-unittest/test_sparse_csr 2022-05-18T05:43:25.3010658Z 2022-05-18T05:43:25.3011175Z Running tests... 2022-05-18T05:43:25.3011773Z ---------------------------------------------------------------------- 2022-05-18T05:43:25.3248779Z test_add_cuda_float32 (__main__.TestSparseCSRCUDA) ... /opt/conda/lib/python3.9/site-packages/torch/testing/_internal/common_utils.py:2066: 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:43:25.3249956Z return torch.sparse_compressed_tensor(compressed_indices, plain_indices, 2022-05-18T05:43:25.4865642Z ok (0.185s) 2022-05-18T05:43:25.6492290Z test_add_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.163s) 2022-05-18T05:43:25.6532241Z test_addmm_all_sparse_csr_cuda_complex64 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.004s) 2022-05-18T05:43:25.6571877Z test_addmm_all_sparse_csr_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.004s) 2022-05-18T05:43:25.6611332Z test_addmm_all_sparse_csr_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.004s) 2022-05-18T05:43:25.6645556Z test_addmm_dense_result_cuda_complex128 (__main__.TestSparseCSRCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:43:25.6681184Z test_addmm_dense_result_cuda_complex64 (__main__.TestSparseCSRCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:43:25.6715082Z test_addmm_dense_result_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:43:25.6748683Z test_addmm_dense_result_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:43:25.7145549Z test_addmm_errors_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.039s) 2022-05-18T05:43:25.7175120Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_0_cuda_complex64 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.003s) 2022-05-18T05:43:25.7204299Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_0_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.003s) 2022-05-18T05:43:25.7233447Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_0_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.003s) 2022-05-18T05:43:25.7264496Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_1_cuda_complex64 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.003s) 2022-05-18T05:43:25.7292715Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_1_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.003s) 2022-05-18T05:43:25.7321160Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_1_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.003s) 2022-05-18T05:43:25.7349715Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_25_cuda_complex64 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.003s) 2022-05-18T05:43:25.7378115Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_25_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.003s) 2022-05-18T05:43:25.7406879Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_25_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.003s) 2022-05-18T05:43:25.7435946Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_0_cuda_complex64 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.003s) 2022-05-18T05:43:25.7465238Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_0_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.003s) 2022-05-18T05:43:25.7493950Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_0_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.003s) 2022-05-18T05:43:25.7525911Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_1_cuda_complex64 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.003s) 2022-05-18T05:43:25.7554438Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_1_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.003s) 2022-05-18T05:43:25.7583450Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_1_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.003s) 2022-05-18T05:43:25.7612064Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_25_cuda_complex64 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.003s) 2022-05-18T05:43:25.7640823Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_25_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.003s) 2022-05-18T05:43:25.7669602Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_25_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.003s) 2022-05-18T05:43:25.7698221Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_0_cuda_complex64 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.003s) 2022-05-18T05:43:25.7727071Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_0_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.003s) 2022-05-18T05:43:25.7755861Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_0_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.003s) 2022-05-18T05:43:25.7785063Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_1_cuda_complex64 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.003s) 2022-05-18T05:43:25.7813698Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_1_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.003s) 2022-05-18T05:43:25.7843112Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_1_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.003s) 2022-05-18T05:43:25.7881403Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_25_cuda_complex64 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.004s) 2022-05-18T05:43:25.7909903Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_25_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.003s) 2022-05-18T05:43:25.7938293Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_25_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.003s) 2022-05-18T05:43:25.7966899Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_0_cuda_complex64 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.003s) 2022-05-18T05:43:25.7995326Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_0_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.003s) 2022-05-18T05:43:25.8024005Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_0_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.003s) 2022-05-18T05:43:25.8052305Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_1_cuda_complex64 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.003s) 2022-05-18T05:43:25.8080799Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_1_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.003s) 2022-05-18T05:43:25.8109696Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_1_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.003s) 2022-05-18T05:43:25.8137836Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_25_cuda_complex64 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.003s) 2022-05-18T05:43:25.8166593Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_25_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.003s) 2022-05-18T05:43:25.8195329Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_25_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.003s) 2022-05-18T05:43:25.8228366Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_0_cuda_complex64 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.003s) 2022-05-18T05:43:25.8256347Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_0_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.003s) 2022-05-18T05:43:25.8284969Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_0_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.003s) 2022-05-18T05:43:25.8313502Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_1_cuda_complex64 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.003s) 2022-05-18T05:43:25.8342413Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_1_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.003s) 2022-05-18T05:43:25.8370860Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_1_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.003s) 2022-05-18T05:43:25.8399453Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_25_cuda_complex64 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.003s) 2022-05-18T05:43:25.8428399Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_25_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.003s) 2022-05-18T05:43:25.8456450Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_25_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.003s) 2022-05-18T05:43:25.8485295Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_0_cuda_complex64 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.003s) 2022-05-18T05:43:25.8514010Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_0_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.003s) 2022-05-18T05:43:25.8542766Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_0_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.003s) 2022-05-18T05:43:25.8575742Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_1_cuda_complex64 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.003s) 2022-05-18T05:43:25.8604051Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_1_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.003s) 2022-05-18T05:43:25.8632698Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_1_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.003s) 2022-05-18T05:43:25.8660931Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_25_cuda_complex64 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.003s) 2022-05-18T05:43:25.8689512Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_25_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.003s) 2022-05-18T05:43:25.8718428Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_25_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.003s) 2022-05-18T05:43:25.8747380Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_0_cuda_complex64 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.003s) 2022-05-18T05:43:25.8776042Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_0_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.003s) 2022-05-18T05:43:25.8804550Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_0_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.003s) 2022-05-18T05:43:25.8833198Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_1_cuda_complex64 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.003s) 2022-05-18T05:43:25.8861743Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_1_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.003s) 2022-05-18T05:43:25.8890202Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_1_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.003s) 2022-05-18T05:43:25.8923360Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_25_cuda_complex64 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.003s) 2022-05-18T05:43:25.8951714Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_25_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.003s) 2022-05-18T05:43:25.8980145Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_25_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.003s) 2022-05-18T05:43:25.9010946Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_0_cuda_complex64 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.003s) 2022-05-18T05:43:25.9039448Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_0_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.003s) 2022-05-18T05:43:25.9067870Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_0_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.003s) 2022-05-18T05:43:25.9095986Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_1_cuda_complex64 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.003s) 2022-05-18T05:43:25.9124942Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_1_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.003s) 2022-05-18T05:43:25.9153522Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_1_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.003s) 2022-05-18T05:43:25.9182146Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_25_cuda_complex64 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.003s) 2022-05-18T05:43:25.9210748Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_25_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.003s) 2022-05-18T05:43:25.9243401Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_25_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.003s) 2022-05-18T05:43:25.9271909Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_0_cuda_complex64 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.003s) 2022-05-18T05:43:25.9300031Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_0_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.003s) 2022-05-18T05:43:25.9328312Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_0_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.003s) 2022-05-18T05:43:25.9356862Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_1_cuda_complex64 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.003s) 2022-05-18T05:43:25.9385603Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_1_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.003s) 2022-05-18T05:43:25.9414097Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_1_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.003s) 2022-05-18T05:43:25.9442450Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_25_cuda_complex64 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.003s) 2022-05-18T05:43:25.9471288Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_25_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.003s) 2022-05-18T05:43:25.9500100Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_25_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.003s) 2022-05-18T05:43:25.9540733Z test_autograd_dense_output_addmm_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SDDMM is not available (0.004s) 2022-05-18T05:43:26.4674578Z test_autograd_dense_output_addmv_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.513s) 2022-05-18T05:43:26.4788411Z test_autograd_dense_output_mm_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2022-05-18T05:43:26.4886415Z test_autograd_dense_output_mv_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-05-18T05:43:26.5003905Z test_autograd_sparse_csr_unary_abs_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.012s) 2022-05-18T05:43:26.5057822Z test_autograd_sparse_csr_unary_abs_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-05-18T05:43:26.5082807Z test_autograd_sparse_csr_unary_angle_cuda_complex128 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op angle not supported with CSR input and autograd (0.002s) 2022-05-18T05:43:26.5107448Z test_autograd_sparse_csr_unary_angle_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op angle not supported with CSR input and autograd (0.002s) 2022-05-18T05:43:26.5131546Z test_autograd_sparse_csr_unary_asin_cuda_complex128 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op asin not supported with CSR input and autograd (0.002s) 2022-05-18T05:43:26.5156171Z test_autograd_sparse_csr_unary_asin_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op asin not supported with CSR input and autograd (0.002s) 2022-05-18T05:43:26.5181023Z test_autograd_sparse_csr_unary_asinh_cuda_complex128 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op asinh not supported with CSR input and autograd (0.002s) 2022-05-18T05:43:26.5209561Z test_autograd_sparse_csr_unary_asinh_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op asinh not supported with CSR input and autograd (0.003s) 2022-05-18T05:43:26.5233940Z test_autograd_sparse_csr_unary_atan_cuda_complex128 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op atan not supported with CSR input and autograd (0.002s) 2022-05-18T05:43:26.5258254Z test_autograd_sparse_csr_unary_atan_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op atan not supported with CSR input and autograd (0.002s) 2022-05-18T05:43:26.5282511Z test_autograd_sparse_csr_unary_atanh_cuda_complex128 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op atanh not supported with CSR input and autograd (0.002s) 2022-05-18T05:43:26.5306930Z test_autograd_sparse_csr_unary_atanh_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op atanh not supported with CSR input and autograd (0.002s) 2022-05-18T05:43:26.5331048Z test_autograd_sparse_csr_unary_ceil_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op ceil not supported with CSR input and autograd (0.002s) 2022-05-18T05:43:26.5382277Z test_autograd_sparse_csr_unary_conj_physical_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-05-18T05:43:26.5425772Z test_autograd_sparse_csr_unary_conj_physical_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:26.5449950Z test_autograd_sparse_csr_unary_erf_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op erf not supported with CSR input and autograd (0.002s) 2022-05-18T05:43:26.5475214Z test_autograd_sparse_csr_unary_erfinv_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op erfinv not supported with CSR input and autograd (0.002s) 2022-05-18T05:43:26.5504339Z test_autograd_sparse_csr_unary_expm1_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op expm1 not supported with CSR input and autograd (0.003s) 2022-05-18T05:43:26.5528308Z test_autograd_sparse_csr_unary_floor_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op floor not supported with CSR input and autograd (0.002s) 2022-05-18T05:43:26.5552579Z test_autograd_sparse_csr_unary_isinf_cuda_complex128 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op isinf not supported with CSR input and autograd (0.002s) 2022-05-18T05:43:26.5576889Z test_autograd_sparse_csr_unary_isinf_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op isinf not supported with CSR input and autograd (0.002s) 2022-05-18T05:43:26.5601515Z test_autograd_sparse_csr_unary_isnan_cuda_complex128 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op isnan not supported with CSR input and autograd (0.002s) 2022-05-18T05:43:26.5626001Z test_autograd_sparse_csr_unary_isnan_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op isnan not supported with CSR input and autograd (0.002s) 2022-05-18T05:43:26.5650219Z test_autograd_sparse_csr_unary_isneginf_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op isneginf not supported with CSR input and autograd (0.002s) 2022-05-18T05:43:26.5674851Z test_autograd_sparse_csr_unary_isposinf_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op isposinf not supported with CSR input and autograd (0.002s) 2022-05-18T05:43:26.5698969Z test_autograd_sparse_csr_unary_log1p_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op log1p not supported with CSR input and autograd (0.002s) 2022-05-18T05:43:26.5770954Z test_autograd_sparse_csr_unary_neg_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-05-18T05:43:26.5815596Z test_autograd_sparse_csr_unary_neg_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:26.5845492Z test_autograd_sparse_csr_unary_round_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op round not supported with CSR input and autograd (0.003s) 2022-05-18T05:43:26.5869653Z test_autograd_sparse_csr_unary_sgn_cuda_complex128 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op sgn not supported with CSR input and autograd (0.002s) 2022-05-18T05:43:26.5893359Z test_autograd_sparse_csr_unary_sgn_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op sgn not supported with CSR input and autograd (0.002s) 2022-05-18T05:43:26.5918092Z test_autograd_sparse_csr_unary_sign_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op sign not supported with CSR input and autograd (0.002s) 2022-05-18T05:43:26.5942455Z test_autograd_sparse_csr_unary_signbit_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op signbit not supported with CSR input and autograd (0.002s) 2022-05-18T05:43:26.5966731Z test_autograd_sparse_csr_unary_sin_cuda_complex128 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op sin not supported with CSR input and autograd (0.002s) 2022-05-18T05:43:26.5991197Z test_autograd_sparse_csr_unary_sin_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op sin not supported with CSR input and autograd (0.002s) 2022-05-18T05:43:26.6015451Z test_autograd_sparse_csr_unary_sinh_cuda_complex128 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op sinh not supported with CSR input and autograd (0.002s) 2022-05-18T05:43:26.6040054Z test_autograd_sparse_csr_unary_sinh_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op sinh not supported with CSR input and autograd (0.002s) 2022-05-18T05:43:26.6064913Z test_autograd_sparse_csr_unary_sqrt_cuda_complex128 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op sqrt not supported with CSR input and autograd (0.002s) 2022-05-18T05:43:26.6088923Z test_autograd_sparse_csr_unary_sqrt_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op sqrt not supported with CSR input and autograd (0.002s) 2022-05-18T05:43:26.6113739Z test_autograd_sparse_csr_unary_tan_cuda_complex128 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op tan not supported with CSR input and autograd (0.002s) 2022-05-18T05:43:26.6143007Z test_autograd_sparse_csr_unary_tan_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op tan not supported with CSR input and autograd (0.003s) 2022-05-18T05:43:26.6167556Z test_autograd_sparse_csr_unary_tanh_cuda_complex128 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op tanh not supported with CSR input and autograd (0.002s) 2022-05-18T05:43:26.6191697Z test_autograd_sparse_csr_unary_tanh_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op tanh not supported with CSR input and autograd (0.002s) 2022-05-18T05:43:26.6215611Z test_autograd_sparse_csr_unary_trunc_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op trunc not supported with CSR input and autograd (0.002s) 2022-05-18T05:43:26.6244534Z test_baddbmm_cuda_complex128 (__main__.TestSparseCSRCUDA) ... skip: Only CUDA 11+ is supported (0.003s) 2022-05-18T05:43:26.6273667Z test_baddbmm_cuda_complex64 (__main__.TestSparseCSRCUDA) ... skip: Only CUDA 11+ is supported (0.003s) 2022-05-18T05:43:26.6301670Z test_baddbmm_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: Only CUDA 11+ is supported (0.003s) 2022-05-18T05:43:26.6330754Z test_baddbmm_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Only CUDA 11+ is supported (0.003s) 2022-05-18T05:43:26.6982612Z test_block_addmm_block_size_2_int32_noncontiguous_False_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.065s) 2022-05-18T05:43:26.7633768Z test_block_addmm_block_size_2_int32_noncontiguous_False_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.065s) 2022-05-18T05:43:26.8211165Z test_block_addmm_block_size_2_int32_noncontiguous_False_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.058s) 2022-05-18T05:43:26.8776113Z test_block_addmm_block_size_2_int32_noncontiguous_False_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.056s) 2022-05-18T05:43:26.9425147Z test_block_addmm_block_size_2_int32_noncontiguous_True_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.065s) 2022-05-18T05:43:27.0089035Z test_block_addmm_block_size_2_int32_noncontiguous_True_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.066s) 2022-05-18T05:43:27.0672526Z test_block_addmm_block_size_2_int32_noncontiguous_True_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.058s) 2022-05-18T05:43:27.1238324Z test_block_addmm_block_size_2_int32_noncontiguous_True_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.056s) 2022-05-18T05:43:27.1901740Z test_block_addmm_block_size_2_int64_noncontiguous_False_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.066s) 2022-05-18T05:43:27.2579832Z test_block_addmm_block_size_2_int64_noncontiguous_False_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.068s) 2022-05-18T05:43:27.3174172Z test_block_addmm_block_size_2_int64_noncontiguous_False_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.059s) 2022-05-18T05:43:27.3749738Z test_block_addmm_block_size_2_int64_noncontiguous_False_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.058s) 2022-05-18T05:43:27.4426276Z test_block_addmm_block_size_2_int64_noncontiguous_True_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.067s) 2022-05-18T05:43:27.5118074Z test_block_addmm_block_size_2_int64_noncontiguous_True_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.069s) 2022-05-18T05:43:27.5709853Z test_block_addmm_block_size_2_int64_noncontiguous_True_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.059s) 2022-05-18T05:43:27.6290060Z test_block_addmm_block_size_2_int64_noncontiguous_True_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.058s) 2022-05-18T05:43:27.6977030Z test_block_addmm_block_size_3_int32_noncontiguous_False_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.068s) 2022-05-18T05:43:27.7671285Z test_block_addmm_block_size_3_int32_noncontiguous_False_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.069s) 2022-05-18T05:43:27.8292956Z test_block_addmm_block_size_3_int32_noncontiguous_False_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.062s) 2022-05-18T05:43:27.8899482Z test_block_addmm_block_size_3_int32_noncontiguous_False_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.060s) 2022-05-18T05:43:27.9547560Z test_block_addmm_block_size_3_int32_noncontiguous_True_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.065s) 2022-05-18T05:43:28.0215465Z test_block_addmm_block_size_3_int32_noncontiguous_True_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.067s) 2022-05-18T05:43:28.0797300Z test_block_addmm_block_size_3_int32_noncontiguous_True_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.058s) 2022-05-18T05:43:28.1361301Z test_block_addmm_block_size_3_int32_noncontiguous_True_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.056s) 2022-05-18T05:43:28.2078069Z test_block_addmm_block_size_3_int64_noncontiguous_False_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.071s) 2022-05-18T05:43:28.2803935Z test_block_addmm_block_size_3_int64_noncontiguous_False_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.073s) 2022-05-18T05:43:28.3441842Z test_block_addmm_block_size_3_int64_noncontiguous_False_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.064s) 2022-05-18T05:43:28.4066800Z test_block_addmm_block_size_3_int64_noncontiguous_False_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.062s) 2022-05-18T05:43:28.4738376Z test_block_addmm_block_size_3_int64_noncontiguous_True_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.067s) 2022-05-18T05:43:28.5432540Z test_block_addmm_block_size_3_int64_noncontiguous_True_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.069s) 2022-05-18T05:43:28.6031948Z test_block_addmm_block_size_3_int64_noncontiguous_True_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.060s) 2022-05-18T05:43:28.6613016Z test_block_addmm_block_size_3_int64_noncontiguous_True_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.058s) 2022-05-18T05:43:28.6789638Z test_block_addmv_block_size_2_int32_noncontiguous_False_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.017s) 2022-05-18T05:43:28.6966608Z test_block_addmv_block_size_2_int32_noncontiguous_False_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.018s) 2022-05-18T05:43:28.7133385Z test_block_addmv_block_size_2_int32_noncontiguous_False_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.017s) 2022-05-18T05:43:28.7298683Z test_block_addmv_block_size_2_int32_noncontiguous_False_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.016s) 2022-05-18T05:43:28.7473705Z test_block_addmv_block_size_2_int32_noncontiguous_True_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.017s) 2022-05-18T05:43:28.7654180Z test_block_addmv_block_size_2_int32_noncontiguous_True_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.018s) 2022-05-18T05:43:28.7813949Z test_block_addmv_block_size_2_int32_noncontiguous_True_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.016s) 2022-05-18T05:43:28.7971416Z test_block_addmv_block_size_2_int32_noncontiguous_True_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.016s) 2022-05-18T05:43:28.8145803Z test_block_addmv_block_size_2_int64_noncontiguous_False_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.017s) 2022-05-18T05:43:28.8322629Z test_block_addmv_block_size_2_int64_noncontiguous_False_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.017s) 2022-05-18T05:43:28.8490796Z test_block_addmv_block_size_2_int64_noncontiguous_False_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.017s) 2022-05-18T05:43:28.8656745Z test_block_addmv_block_size_2_int64_noncontiguous_False_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.016s) 2022-05-18T05:43:28.8833267Z test_block_addmv_block_size_2_int64_noncontiguous_True_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.017s) 2022-05-18T05:43:28.9015776Z test_block_addmv_block_size_2_int64_noncontiguous_True_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.018s) 2022-05-18T05:43:28.9177855Z test_block_addmv_block_size_2_int64_noncontiguous_True_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.016s) 2022-05-18T05:43:28.9337088Z test_block_addmv_block_size_2_int64_noncontiguous_True_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.016s) 2022-05-18T05:43:28.9533307Z test_block_addmv_block_size_3_int32_noncontiguous_False_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.020s) 2022-05-18T05:43:28.9731046Z test_block_addmv_block_size_3_int32_noncontiguous_False_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.020s) 2022-05-18T05:43:28.9920215Z test_block_addmv_block_size_3_int32_noncontiguous_False_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.019s) 2022-05-18T05:43:29.0107554Z test_block_addmv_block_size_3_int32_noncontiguous_False_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.019s) 2022-05-18T05:43:29.0283205Z test_block_addmv_block_size_3_int32_noncontiguous_True_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.017s) 2022-05-18T05:43:29.0464253Z test_block_addmv_block_size_3_int32_noncontiguous_True_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.018s) 2022-05-18T05:43:29.0625683Z test_block_addmv_block_size_3_int32_noncontiguous_True_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.016s) 2022-05-18T05:43:29.0783367Z test_block_addmv_block_size_3_int32_noncontiguous_True_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.016s) 2022-05-18T05:43:29.0980754Z test_block_addmv_block_size_3_int64_noncontiguous_False_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.020s) 2022-05-18T05:43:29.1177731Z test_block_addmv_block_size_3_int64_noncontiguous_False_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.020s) 2022-05-18T05:43:29.1364356Z test_block_addmv_block_size_3_int64_noncontiguous_False_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.019s) 2022-05-18T05:43:29.1550876Z test_block_addmv_block_size_3_int64_noncontiguous_False_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.019s) 2022-05-18T05:43:29.1724280Z test_block_addmv_block_size_3_int64_noncontiguous_True_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.017s) 2022-05-18T05:43:29.1906870Z test_block_addmv_block_size_3_int64_noncontiguous_True_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.018s) 2022-05-18T05:43:29.2069706Z test_block_addmv_block_size_3_int64_noncontiguous_True_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.016s) 2022-05-18T05:43:29.2231356Z test_block_addmv_block_size_3_int64_noncontiguous_True_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.016s) 2022-05-18T05:43:29.3714894Z test_block_triangular_solve_block_size_2_int32_noncontiguous_False_cuda_complex128 (__main__.TestSparseCSRCUDA) ... /var/lib/jenkins/workspace/test/test_sparse_csr.py:1008: UserWarning: torch.triangular_solve is deprecated in favor of torch.linalg.solve_triangularand will be removed in a future PyTorch release. 2022-05-18T05:43:29.3715703Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-05-18T05:43:29.3716116Z X = torch.triangular_solve(B, A).solution 2022-05-18T05:43:29.3716415Z should be replaced with 2022-05-18T05:43:29.3716881Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2189.) 2022-05-18T05:43:29.3717332Z expected_X, _ = torch.triangular_solve( 2022-05-18T05:43:29.4303265Z ok (0.207s) 2022-05-18T05:43:29.4978954Z test_block_triangular_solve_block_size_2_int32_noncontiguous_False_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.067s) 2022-05-18T05:43:29.5631773Z test_block_triangular_solve_block_size_2_int32_noncontiguous_False_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.065s) 2022-05-18T05:43:29.6266137Z test_block_triangular_solve_block_size_2_int32_noncontiguous_False_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.063s) 2022-05-18T05:43:29.6922129Z test_block_triangular_solve_block_size_2_int32_noncontiguous_True_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.066s) 2022-05-18T05:43:29.7591126Z test_block_triangular_solve_block_size_2_int32_noncontiguous_True_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.067s) 2022-05-18T05:43:29.8235470Z test_block_triangular_solve_block_size_2_int32_noncontiguous_True_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.064s) 2022-05-18T05:43:29.8859325Z test_block_triangular_solve_block_size_2_int32_noncontiguous_True_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.062s) 2022-05-18T05:43:29.9545364Z test_block_triangular_solve_block_size_2_int64_noncontiguous_False_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.068s) 2022-05-18T05:43:30.0250932Z test_block_triangular_solve_block_size_2_int64_noncontiguous_False_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.070s) 2022-05-18T05:43:30.0923795Z test_block_triangular_solve_block_size_2_int64_noncontiguous_False_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.067s) 2022-05-18T05:43:30.1575827Z test_block_triangular_solve_block_size_2_int64_noncontiguous_False_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.065s) 2022-05-18T05:43:30.2253719Z test_block_triangular_solve_block_size_2_int64_noncontiguous_True_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.068s) 2022-05-18T05:43:30.2943537Z test_block_triangular_solve_block_size_2_int64_noncontiguous_True_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.069s) 2022-05-18T05:43:30.3612534Z test_block_triangular_solve_block_size_2_int64_noncontiguous_True_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.067s) 2022-05-18T05:43:30.4255602Z test_block_triangular_solve_block_size_2_int64_noncontiguous_True_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.064s) 2022-05-18T05:43:30.4921147Z test_block_triangular_solve_block_size_3_int32_noncontiguous_False_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.067s) 2022-05-18T05:43:30.5606392Z test_block_triangular_solve_block_size_3_int32_noncontiguous_False_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.068s) 2022-05-18T05:43:30.6274359Z test_block_triangular_solve_block_size_3_int32_noncontiguous_False_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.067s) 2022-05-18T05:43:30.6925024Z test_block_triangular_solve_block_size_3_int32_noncontiguous_False_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.065s) 2022-05-18T05:43:30.7578723Z test_block_triangular_solve_block_size_3_int32_noncontiguous_True_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.065s) 2022-05-18T05:43:30.8244555Z test_block_triangular_solve_block_size_3_int32_noncontiguous_True_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.066s) 2022-05-18T05:43:30.8882871Z test_block_triangular_solve_block_size_3_int32_noncontiguous_True_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.064s) 2022-05-18T05:43:30.9508340Z test_block_triangular_solve_block_size_3_int32_noncontiguous_True_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.062s) 2022-05-18T05:43:31.0201879Z test_block_triangular_solve_block_size_3_int64_noncontiguous_False_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.069s) 2022-05-18T05:43:31.0912972Z test_block_triangular_solve_block_size_3_int64_noncontiguous_False_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.071s) 2022-05-18T05:43:31.1596428Z test_block_triangular_solve_block_size_3_int64_noncontiguous_False_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.068s) 2022-05-18T05:43:31.2275080Z test_block_triangular_solve_block_size_3_int64_noncontiguous_False_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.068s) 2022-05-18T05:43:31.2960255Z test_block_triangular_solve_block_size_3_int64_noncontiguous_True_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.069s) 2022-05-18T05:43:31.3655524Z test_block_triangular_solve_block_size_3_int64_noncontiguous_True_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.069s) 2022-05-18T05:43:31.4317312Z test_block_triangular_solve_block_size_3_int64_noncontiguous_True_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.066s) 2022-05-18T05:43:31.4963152Z test_block_triangular_solve_block_size_3_int64_noncontiguous_True_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.064s) 2022-05-18T05:43:31.4985623Z test_bmm_cuda_complex128 (__main__.TestSparseCSRCUDA) ... skip: Only CUDA 11+ is supported (0.002s) 2022-05-18T05:43:31.5008572Z test_bmm_cuda_complex64 (__main__.TestSparseCSRCUDA) ... skip: Only CUDA 11+ is supported (0.002s) 2022-05-18T05:43:31.5031250Z test_bmm_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: Only CUDA 11+ is supported (0.002s) 2022-05-18T05:43:31.5053846Z test_bmm_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Only CUDA 11+ is supported (0.002s) 2022-05-18T05:43:31.5073689Z test_compressed_layout_conversions_coverage_SparseBSC_SparseBSC_cuda (__main__.TestSparseCSRCUDA) 2022-05-18T05:43:31.5127262Z This test performs a smoke test for covered conversion and verifies ... ok (0.007s) 2022-05-18T05:43:31.5144155Z test_compressed_layout_conversions_coverage_SparseBSC_SparseBSR_cuda (__main__.TestSparseCSRCUDA) 2022-05-18T05:43:31.5194850Z This test performs a smoke test for covered conversion and verifies ... ok (0.007s) 2022-05-18T05:43:31.5211452Z test_compressed_layout_conversions_coverage_SparseBSC_SparseCSC_cuda (__main__.TestSparseCSRCUDA) 2022-05-18T05:43:31.5261899Z This test performs a smoke test for covered conversion and verifies ... ok (0.007s) 2022-05-18T05:43:31.5278662Z test_compressed_layout_conversions_coverage_SparseBSC_SparseCSR_cuda (__main__.TestSparseCSRCUDA) 2022-05-18T05:43:31.5331952Z This test performs a smoke test for covered conversion and verifies ... ok (0.007s) 2022-05-18T05:43:31.5348846Z test_compressed_layout_conversions_coverage_SparseBSR_SparseBSC_cuda (__main__.TestSparseCSRCUDA) 2022-05-18T05:43:31.5399267Z This test performs a smoke test for covered conversion and verifies ... ok (0.007s) 2022-05-18T05:43:31.5416022Z test_compressed_layout_conversions_coverage_SparseBSR_SparseBSR_cuda (__main__.TestSparseCSRCUDA) 2022-05-18T05:43:31.5472712Z This test performs a smoke test for covered conversion and verifies ... ok (0.007s) 2022-05-18T05:43:31.5489614Z test_compressed_layout_conversions_coverage_SparseBSR_SparseCSC_cuda (__main__.TestSparseCSRCUDA) 2022-05-18T05:43:31.5538975Z This test performs a smoke test for covered conversion and verifies ... ok (0.007s) 2022-05-18T05:43:31.5556036Z test_compressed_layout_conversions_coverage_SparseBSR_SparseCSR_cuda (__main__.TestSparseCSRCUDA) 2022-05-18T05:43:31.5571168Z This test performs a smoke test for covered conversion and verifies ... ok (0.003s) 2022-05-18T05:43:31.5588243Z test_compressed_layout_conversions_coverage_SparseCSC_SparseBSC_cuda (__main__.TestSparseCSRCUDA) 2022-05-18T05:43:31.5638034Z This test performs a smoke test for covered conversion and verifies ... ok (0.007s) 2022-05-18T05:43:31.5654424Z test_compressed_layout_conversions_coverage_SparseCSC_SparseBSR_cuda (__main__.TestSparseCSRCUDA) 2022-05-18T05:43:31.5707314Z This test performs a smoke test for covered conversion and verifies ... ok (0.007s) 2022-05-18T05:43:31.5724091Z test_compressed_layout_conversions_coverage_SparseCSC_SparseCSC_cuda (__main__.TestSparseCSRCUDA) 2022-05-18T05:43:31.5774049Z This test performs a smoke test for covered conversion and verifies ... ok (0.007s) 2022-05-18T05:43:31.5791059Z test_compressed_layout_conversions_coverage_SparseCSC_SparseCSR_cuda (__main__.TestSparseCSRCUDA) 2022-05-18T05:43:31.5843419Z This test performs a smoke test for covered conversion and verifies ... ok (0.007s) 2022-05-18T05:43:31.5860065Z test_compressed_layout_conversions_coverage_SparseCSR_SparseBSC_cuda (__main__.TestSparseCSRCUDA) 2022-05-18T05:43:31.5910258Z This test performs a smoke test for covered conversion and verifies ... ok (0.007s) 2022-05-18T05:43:31.5927261Z test_compressed_layout_conversions_coverage_SparseCSR_SparseBSR_cuda (__main__.TestSparseCSRCUDA) 2022-05-18T05:43:31.5982475Z This test performs a smoke test for covered conversion and verifies ... ok (0.007s) 2022-05-18T05:43:31.5998933Z test_compressed_layout_conversions_coverage_SparseCSR_SparseCSC_cuda (__main__.TestSparseCSRCUDA) 2022-05-18T05:43:31.6049040Z This test performs a smoke test for covered conversion and verifies ... ok (0.007s) 2022-05-18T05:43:31.6065912Z test_compressed_layout_conversions_coverage_SparseCSR_SparseCSR_cuda (__main__.TestSparseCSRCUDA) 2022-05-18T05:43:31.6080555Z This test performs a smoke test for covered conversion and verifies ... ok (0.003s) 2022-05-18T05:43:31.6158512Z test_coo_csr_conversion_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:31.6216844Z test_coo_csr_conversion_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-05-18T05:43:31.6298776Z test_coo_csr_conversion_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:31.6382856Z test_coo_csr_conversion_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:31.6458309Z test_coo_csr_conversion_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-05-18T05:43:31.6540223Z test_coo_csr_conversion_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:31.6612710Z test_coo_csr_conversion_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-05-18T05:43:31.6672040Z test_coo_csr_conversion_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-05-18T05:43:31.6729912Z test_coo_csr_conversion_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-05-18T05:43:31.6786564Z test_coo_csr_conversion_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-05-18T05:43:31.6844698Z test_coo_csr_conversion_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-05-18T05:43:31.6902604Z test_coo_csr_conversion_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-05-18T05:43:31.7105929Z test_coo_to_csr_convert_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.020s) 2022-05-18T05:43:31.7326847Z test_copy_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.022s) 2022-05-18T05:43:31.7526698Z test_copy_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.020s) 2022-05-18T05:43:31.7750285Z test_copy_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.022s) 2022-05-18T05:43:31.7973225Z test_copy_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.022s) 2022-05-18T05:43:31.8188372Z test_copy_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.021s) 2022-05-18T05:43:31.8405489Z test_copy_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.021s) 2022-05-18T05:43:31.8625266Z test_copy_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.022s) 2022-05-18T05:43:31.8830060Z test_copy_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.020s) 2022-05-18T05:43:31.9040969Z test_copy_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.021s) 2022-05-18T05:43:31.9243118Z test_copy_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.020s) 2022-05-18T05:43:31.9446070Z test_copy_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.020s) 2022-05-18T05:43:31.9650137Z test_copy_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.020s) 2022-05-18T05:43:31.9882565Z test_copy_errors_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.023s) 2022-05-18T05:43:32.0106067Z test_copy_errors_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.022s) 2022-05-18T05:43:32.0336357Z test_copy_errors_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.023s) 2022-05-18T05:43:32.0564029Z test_copy_errors_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.023s) 2022-05-18T05:43:32.0794763Z test_copy_errors_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.023s) 2022-05-18T05:43:32.1021114Z test_copy_errors_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.022s) 2022-05-18T05:43:32.1249408Z test_copy_errors_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.023s) 2022-05-18T05:43:32.1473837Z test_copy_errors_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.022s) 2022-05-18T05:43:32.1696885Z test_copy_errors_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.022s) 2022-05-18T05:43:32.1918828Z test_copy_errors_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.022s) 2022-05-18T05:43:32.2140940Z test_copy_errors_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.022s) 2022-05-18T05:43:32.2365892Z test_copy_errors_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.022s) 2022-05-18T05:43:32.2452485Z test_csr_coo_conversion_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-05-18T05:43:32.2512359Z test_csr_coo_conversion_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-05-18T05:43:32.2596260Z test_csr_coo_conversion_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:32.2681813Z test_csr_coo_conversion_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:32.2759259Z test_csr_coo_conversion_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:32.2836149Z test_csr_coo_conversion_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:32.2911390Z test_csr_coo_conversion_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-05-18T05:43:32.2971455Z test_csr_coo_conversion_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-05-18T05:43:32.3037626Z test_csr_coo_conversion_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-05-18T05:43:32.3094615Z test_csr_coo_conversion_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-05-18T05:43:32.3154136Z test_csr_coo_conversion_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-05-18T05:43:32.3213549Z test_csr_coo_conversion_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-05-18T05:43:32.3241714Z test_csr_double_to_sparse_csr_cuda (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:32.3284074Z test_csr_is_contiguous_cuda (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:32.3878311Z test_csr_matvec_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.059s) 2022-05-18T05:43:32.4468918Z test_csr_matvec_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.059s) 2022-05-18T05:43:32.5066579Z test_csr_matvec_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.060s) 2022-05-18T05:43:32.5654638Z test_csr_matvec_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.059s) 2022-05-18T05:43:32.5700582Z test_csr_storage_cuda (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-05-18T05:43:32.5762088Z test_csr_stride_cuda (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-05-18T05:43:32.5980474Z test_csr_to_block_csr_blocksize_2_cuda_float64_int32 (__main__.TestSparseCSRCUDA) ... ok (0.021s) 2022-05-18T05:43:32.6193796Z test_csr_to_block_csr_blocksize_2_cuda_float64_int64 (__main__.TestSparseCSRCUDA) ... ok (0.021s) 2022-05-18T05:43:32.6531329Z test_csr_to_block_csr_blocksize_4_cuda_float64_int32 (__main__.TestSparseCSRCUDA) ... ok (0.034s) 2022-05-18T05:43:32.6871584Z test_csr_to_block_csr_blocksize_4_cuda_float64_int64 (__main__.TestSparseCSRCUDA) ... ok (0.034s) 2022-05-18T05:43:32.7140770Z test_csr_to_block_csr_errors_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.027s) 2022-05-18T05:43:32.7230282Z test_direct_coo_csr_conversion_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-05-18T05:43:32.7319581Z test_direct_coo_csr_conversion_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-05-18T05:43:32.7400179Z test_direct_coo_csr_conversion_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:32.7478669Z test_direct_coo_csr_conversion_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:32.7543292Z test_direct_coo_csr_conversion_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-05-18T05:43:32.7606994Z test_direct_coo_csr_conversion_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-05-18T05:43:32.7675609Z test_direct_coo_csr_conversion_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-05-18T05:43:32.7738937Z test_direct_coo_csr_conversion_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-05-18T05:43:32.7802898Z test_direct_coo_csr_conversion_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-05-18T05:43:32.7860557Z test_exercise_detach_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-05-18T05:43:32.7910554Z test_exercise_detach_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-05-18T05:43:32.7968628Z test_exercise_detach_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-05-18T05:43:32.8027488Z test_exercise_detach_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-05-18T05:43:32.8083351Z test_exercise_detach_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-05-18T05:43:32.8145616Z test_exercise_detach_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-05-18T05:43:32.8200081Z test_exercise_detach_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-05-18T05:43:32.8250201Z test_exercise_detach_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-05-18T05:43:32.8300497Z test_exercise_detach_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-05-18T05:43:32.8350001Z test_exercise_detach_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-05-18T05:43:32.8400649Z test_exercise_detach_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-05-18T05:43:32.8450844Z test_exercise_detach_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-05-18T05:43:32.8961612Z test_factory_device_type_inference_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.051s) 2022-05-18T05:43:32.9476392Z test_factory_device_type_inference_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.051s) 2022-05-18T05:43:32.9986503Z test_factory_device_type_inference_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.051s) 2022-05-18T05:43:33.0496956Z test_factory_device_type_inference_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.051s) 2022-05-18T05:43:33.1003486Z test_factory_device_type_inference_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.051s) 2022-05-18T05:43:33.1511735Z test_factory_device_type_inference_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.050s) 2022-05-18T05:43:33.2021053Z test_factory_device_type_inference_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.051s) 2022-05-18T05:43:33.2528976Z test_factory_device_type_inference_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.051s) 2022-05-18T05:43:33.3062120Z test_factory_device_type_inference_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.053s) 2022-05-18T05:43:33.4419914Z test_factory_device_type_inference_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.136s) 2022-05-18T05:43:33.4929034Z test_factory_device_type_inference_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.051s) 2022-05-18T05:43:33.5440274Z test_factory_device_type_inference_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.051s) 2022-05-18T05:43:33.5659356Z test_factory_indices_invariants_check_cuda (__main__.TestSparseCSRCUDA) ... ok (0.022s) 2022-05-18T05:43:33.5785785Z test_factory_layout_invariants_check_cuda (__main__.TestSparseCSRCUDA) ... ok (0.013s) 2022-05-18T05:43:33.6122898Z test_factory_shape_invariants_check_cuda (__main__.TestSparseCSRCUDA) ... ok (0.034s) 2022-05-18T05:43:33.6218395Z test_factory_type_invariants_check_cuda (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-05-18T05:43:33.6520491Z test_matmul_device_mismatch_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.030s) 2022-05-18T05:43:35.1167087Z test_mm_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (1.465s) 2022-05-18T05:43:35.1462023Z test_mm_errors_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.030s) 2022-05-18T05:43:35.4964774Z test_mul_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.350s) 2022-05-18T05:43:35.8426098Z test_mul_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.346s) 2022-05-18T05:43:35.8492381Z test_resize_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-05-18T05:43:35.8554472Z test_resize_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-05-18T05:43:35.8622989Z test_resize_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-05-18T05:43:35.8691270Z test_resize_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-05-18T05:43:35.8757208Z test_resize_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-05-18T05:43:35.8825808Z test_resize_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-05-18T05:43:35.8890984Z test_resize_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-05-18T05:43:35.8953673Z test_resize_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-05-18T05:43:35.9016855Z test_resize_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-05-18T05:43:35.9079636Z test_resize_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-05-18T05:43:35.9143257Z test_resize_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-05-18T05:43:35.9205593Z test_resize_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-05-18T05:43:35.9361560Z test_resize_errors_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.015s) 2022-05-18T05:43:35.9507565Z test_resize_errors_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.014s) 2022-05-18T05:43:35.9657057Z test_resize_errors_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.015s) 2022-05-18T05:43:35.9808537Z test_resize_errors_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.015s) 2022-05-18T05:43:35.9959071Z test_resize_errors_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.015s) 2022-05-18T05:43:36.0108667Z test_resize_errors_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.015s) 2022-05-18T05:43:36.0259296Z test_resize_errors_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.015s) 2022-05-18T05:43:36.0407794Z test_resize_errors_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.015s) 2022-05-18T05:43:36.0561699Z test_resize_errors_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.015s) 2022-05-18T05:43:36.0708599Z test_resize_errors_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.015s) 2022-05-18T05:43:36.0854592Z test_resize_errors_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.014s) 2022-05-18T05:43:36.1000825Z test_resize_errors_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.015s) 2022-05-18T05:43:36.1026795Z test_sampled_addmm_autograd_cuda_complex128 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SDDMM is not available (0.002s) 2022-05-18T05:43:36.1052250Z test_sampled_addmm_autograd_cuda_complex64 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SDDMM is not available (0.002s) 2022-05-18T05:43:36.1077995Z test_sampled_addmm_autograd_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SDDMM is not available (0.002s) 2022-05-18T05:43:36.1103716Z test_sampled_addmm_autograd_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SDDMM is not available (0.002s) 2022-05-18T05:43:36.1146179Z test_sampled_addmm_cuda_complex128 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SDDMM is not available (0.004s) 2022-05-18T05:43:36.1188754Z test_sampled_addmm_cuda_complex64 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SDDMM is not available (0.004s) 2022-05-18T05:43:36.1235729Z test_sampled_addmm_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SDDMM is not available (0.005s) 2022-05-18T05:43:36.1277816Z test_sampled_addmm_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SDDMM is not available (0.004s) 2022-05-18T05:43:36.1306441Z test_sampled_addmm_errors_cuda_complex128 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SDDMM is not available (0.003s) 2022-05-18T05:43:36.1334706Z test_sampled_addmm_errors_cuda_complex64 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SDDMM is not available (0.003s) 2022-05-18T05:43:36.1363882Z test_sampled_addmm_errors_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SDDMM is not available (0.003s) 2022-05-18T05:43:36.1392559Z test_sampled_addmm_errors_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SDDMM is not available (0.003s) 2022-05-18T05:43:36.1413834Z test_sampled_addmm_zero_sized_cuda_complex128 (__main__.TestSparseCSRCUDA) ... skip: Causes CUDA memory exception, see https://github.com/pytorch/pytorch/issues/72177 (0.002s) 2022-05-18T05:43:36.1435384Z test_sampled_addmm_zero_sized_cuda_complex64 (__main__.TestSparseCSRCUDA) ... skip: Causes CUDA memory exception, see https://github.com/pytorch/pytorch/issues/72177 (0.002s) 2022-05-18T05:43:36.1456475Z test_sampled_addmm_zero_sized_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: Causes CUDA memory exception, see https://github.com/pytorch/pytorch/issues/72177 (0.002s) 2022-05-18T05:43:36.1478001Z test_sampled_addmm_zero_sized_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Causes CUDA memory exception, see https://github.com/pytorch/pytorch/issues/72177 (0.002s) 2022-05-18T05:43:36.1955977Z test_sparse_add_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.048s) 2022-05-18T05:43:36.2443579Z test_sparse_add_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.049s) 2022-05-18T05:43:36.2898506Z test_sparse_add_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.045s) 2022-05-18T05:43:36.3345541Z test_sparse_add_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.045s) 2022-05-18T05:43:36.3529032Z test_sparse_add_errors_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.018s) 2022-05-18T05:43:36.3709463Z test_sparse_add_errors_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.018s) 2022-05-18T05:43:36.3885980Z test_sparse_add_errors_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.018s) 2022-05-18T05:43:36.4064309Z test_sparse_add_errors_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.018s) 2022-05-18T05:43:36.4518641Z test_sparse_addmm_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.045s) 2022-05-18T05:43:36.4973992Z test_sparse_addmm_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.045s) 2022-05-18T05:43:36.5387276Z test_sparse_addmm_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.041s) 2022-05-18T05:43:36.5795102Z test_sparse_addmm_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.041s) 2022-05-18T05:43:36.5869665Z test_sparse_csr_consistency__masked_prod_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-05-18T05:43:36.5929262Z test_sparse_csr_consistency__masked_prod_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-05-18T05:43:36.5997449Z test_sparse_csr_consistency__masked_prod_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-05-18T05:43:36.6065234Z test_sparse_csr_consistency__masked_prod_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-05-18T05:43:36.6144532Z test_sparse_csr_consistency__masked_prod_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:36.6217080Z test_sparse_csr_consistency__masked_prod_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-05-18T05:43:36.6290356Z test_sparse_csr_consistency__masked_prod_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-05-18T05:43:36.6350402Z test_sparse_csr_consistency__masked_prod_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-05-18T05:43:36.6410494Z test_sparse_csr_consistency__masked_prod_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-05-18T05:43:36.6471022Z test_sparse_csr_consistency__masked_prod_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-05-18T05:43:36.6531456Z test_sparse_csr_consistency__masked_prod_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-05-18T05:43:36.6597085Z test_sparse_csr_consistency__masked_prod_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-05-18T05:43:36.6671010Z test_sparse_csr_consistency__masked_sum_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-05-18T05:43:36.6730695Z test_sparse_csr_consistency__masked_sum_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-05-18T05:43:36.6798961Z test_sparse_csr_consistency__masked_sum_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-05-18T05:43:36.6867194Z test_sparse_csr_consistency__masked_sum_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-05-18T05:43:36.6939681Z test_sparse_csr_consistency__masked_sum_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-05-18T05:43:36.7012768Z test_sparse_csr_consistency__masked_sum_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-05-18T05:43:36.7091718Z test_sparse_csr_consistency__masked_sum_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:36.7152159Z test_sparse_csr_consistency__masked_sum_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-05-18T05:43:36.7212202Z test_sparse_csr_consistency__masked_sum_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-05-18T05:43:36.7271944Z test_sparse_csr_consistency__masked_sum_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-05-18T05:43:36.7331353Z test_sparse_csr_consistency__masked_sum_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-05-18T05:43:36.7391305Z test_sparse_csr_consistency__masked_sum_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-05-18T05:43:36.7423876Z test_sparse_csr_consistency_abs_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:36.7451491Z test_sparse_csr_consistency_abs_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:36.7487798Z test_sparse_csr_consistency_abs_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:36.7621379Z test_sparse_csr_consistency_abs_cuda_complex32 (__main__.TestSparseCSRCUDA) ... expected failure (0.013s) 2022-05-18T05:43:36.7674221Z test_sparse_csr_consistency_abs_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-05-18T05:43:36.7705056Z test_sparse_csr_consistency_abs_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:36.7734949Z test_sparse_csr_consistency_abs_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:36.7765052Z test_sparse_csr_consistency_abs_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:36.7793083Z test_sparse_csr_consistency_abs_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:36.7820945Z test_sparse_csr_consistency_abs_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:36.7853329Z test_sparse_csr_consistency_abs_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:36.7881119Z test_sparse_csr_consistency_abs_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:36.7909395Z test_sparse_csr_consistency_abs_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:36.7938902Z test_sparse_csr_consistency_angle_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:36.7993149Z test_sparse_csr_consistency_angle_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-05-18T05:43:36.8121863Z test_sparse_csr_consistency_angle_cuda_complex32 (__main__.TestSparseCSRCUDA) ... expected failure (0.013s) 2022-05-18T05:43:36.8174709Z test_sparse_csr_consistency_angle_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-05-18T05:43:36.8204996Z test_sparse_csr_consistency_angle_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:36.8235653Z test_sparse_csr_consistency_angle_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:36.8269897Z test_sparse_csr_consistency_angle_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:36.8299255Z test_sparse_csr_consistency_angle_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:36.8329032Z test_sparse_csr_consistency_angle_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:36.8358325Z test_sparse_csr_consistency_angle_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:36.8387958Z test_sparse_csr_consistency_angle_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:36.8418779Z test_sparse_csr_consistency_asin_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:36.8448341Z test_sparse_csr_consistency_asin_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:36.8480556Z test_sparse_csr_consistency_asin_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:36.8517405Z test_sparse_csr_consistency_asin_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:36.8547865Z test_sparse_csr_consistency_asin_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:36.8578055Z test_sparse_csr_consistency_asin_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:36.8608208Z test_sparse_csr_consistency_asin_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:36.8638089Z test_sparse_csr_consistency_asin_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:36.8668187Z test_sparse_csr_consistency_asin_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:36.8697861Z test_sparse_csr_consistency_asin_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:36.8728092Z test_sparse_csr_consistency_asin_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:36.8761205Z test_sparse_csr_consistency_asin_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:36.8792239Z test_sparse_csr_consistency_asinh_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:36.8821731Z test_sparse_csr_consistency_asinh_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:36.8853714Z test_sparse_csr_consistency_asinh_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:36.8886179Z test_sparse_csr_consistency_asinh_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:36.8917111Z test_sparse_csr_consistency_asinh_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:36.8947934Z test_sparse_csr_consistency_asinh_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:36.8978242Z test_sparse_csr_consistency_asinh_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:36.9013736Z test_sparse_csr_consistency_asinh_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:36.9043257Z test_sparse_csr_consistency_asinh_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:36.9072821Z test_sparse_csr_consistency_asinh_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:36.9102519Z test_sparse_csr_consistency_asinh_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:36.9131962Z test_sparse_csr_consistency_asinh_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:36.9163346Z test_sparse_csr_consistency_atan_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:36.9193326Z test_sparse_csr_consistency_atan_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:36.9230659Z test_sparse_csr_consistency_atan_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:36.9262608Z test_sparse_csr_consistency_atan_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:36.9292975Z test_sparse_csr_consistency_atan_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:36.9323857Z test_sparse_csr_consistency_atan_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:36.9354127Z test_sparse_csr_consistency_atan_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:36.9384391Z test_sparse_csr_consistency_atan_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:36.9413651Z test_sparse_csr_consistency_atan_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:36.9443531Z test_sparse_csr_consistency_atan_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:36.9478420Z test_sparse_csr_consistency_atan_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:36.9508240Z test_sparse_csr_consistency_atan_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:36.9539071Z test_sparse_csr_consistency_atanh_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:36.9568653Z test_sparse_csr_consistency_atanh_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:36.9600373Z test_sparse_csr_consistency_atanh_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:36.9632614Z test_sparse_csr_consistency_atanh_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:36.9663216Z test_sparse_csr_consistency_atanh_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:36.9693627Z test_sparse_csr_consistency_atanh_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:36.9729254Z test_sparse_csr_consistency_atanh_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:36.9758672Z test_sparse_csr_consistency_atanh_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:36.9788412Z test_sparse_csr_consistency_atanh_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:36.9817776Z test_sparse_csr_consistency_atanh_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:36.9847502Z test_sparse_csr_consistency_atanh_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:36.9875503Z test_sparse_csr_consistency_atanh_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:36.9906584Z test_sparse_csr_consistency_ceil_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:36.9936669Z test_sparse_csr_consistency_ceil_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:36.9972575Z test_sparse_csr_consistency_ceil_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.0002786Z test_sparse_csr_consistency_ceil_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.0032706Z test_sparse_csr_consistency_conj_physical_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.0059461Z test_sparse_csr_consistency_conj_physical_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.0091405Z test_sparse_csr_consistency_conj_physical_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.0222272Z test_sparse_csr_consistency_conj_physical_cuda_complex32 (__main__.TestSparseCSRCUDA) ... expected failure (0.013s) 2022-05-18T05:43:37.0253815Z test_sparse_csr_consistency_conj_physical_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.0283650Z test_sparse_csr_consistency_conj_physical_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.0318699Z test_sparse_csr_consistency_conj_physical_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.0348107Z test_sparse_csr_consistency_conj_physical_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.0374822Z test_sparse_csr_consistency_conj_physical_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.0401830Z test_sparse_csr_consistency_conj_physical_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.0428704Z test_sparse_csr_consistency_conj_physical_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.0455846Z test_sparse_csr_consistency_conj_physical_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.0482996Z test_sparse_csr_consistency_conj_physical_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.0513960Z test_sparse_csr_consistency_erf_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.0550006Z test_sparse_csr_consistency_erf_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:37.0580084Z test_sparse_csr_consistency_erf_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.0610389Z test_sparse_csr_consistency_erf_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.0640416Z test_sparse_csr_consistency_erf_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.0670064Z test_sparse_csr_consistency_erf_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.0699504Z test_sparse_csr_consistency_erf_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.0728870Z test_sparse_csr_consistency_erf_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.0758386Z test_sparse_csr_consistency_erf_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.0793025Z test_sparse_csr_consistency_erf_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.0843306Z test_sparse_csr_consistency_erfinv_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-05-18T05:43:37.0881428Z test_sparse_csr_consistency_erfinv_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:37.0918973Z test_sparse_csr_consistency_erfinv_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:37.0959565Z test_sparse_csr_consistency_erfinv_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:37.0989243Z test_sparse_csr_consistency_erfinv_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.1018301Z test_sparse_csr_consistency_erfinv_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.1047892Z test_sparse_csr_consistency_erfinv_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.1082782Z test_sparse_csr_consistency_erfinv_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.1110469Z test_sparse_csr_consistency_erfinv_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.1140939Z test_sparse_csr_consistency_expm1_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.1170352Z test_sparse_csr_consistency_expm1_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.1200759Z test_sparse_csr_consistency_expm1_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.1231342Z test_sparse_csr_consistency_expm1_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.1261538Z test_sparse_csr_consistency_expm1_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.1290755Z test_sparse_csr_consistency_expm1_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.1325504Z test_sparse_csr_consistency_expm1_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.1355015Z test_sparse_csr_consistency_expm1_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.1384777Z test_sparse_csr_consistency_expm1_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.1414024Z test_sparse_csr_consistency_expm1_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.1444752Z test_sparse_csr_consistency_floor_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.1475209Z test_sparse_csr_consistency_floor_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.1505590Z test_sparse_csr_consistency_floor_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.1535522Z test_sparse_csr_consistency_floor_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.1570127Z test_sparse_csr_consistency_isinf_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.1597638Z test_sparse_csr_consistency_isinf_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.1628739Z test_sparse_csr_consistency_isinf_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.1735920Z test_sparse_csr_consistency_isinf_cuda_complex32 (__main__.TestSparseCSRCUDA) ... expected failure (0.011s) 2022-05-18T05:43:37.1766881Z test_sparse_csr_consistency_isinf_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.1795834Z test_sparse_csr_consistency_isinf_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.1825207Z test_sparse_csr_consistency_isinf_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.1854154Z test_sparse_csr_consistency_isinf_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.1887300Z test_sparse_csr_consistency_isinf_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.1914964Z test_sparse_csr_consistency_isinf_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.1942599Z test_sparse_csr_consistency_isinf_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.1970104Z test_sparse_csr_consistency_isinf_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.1998004Z test_sparse_csr_consistency_isinf_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.2026862Z test_sparse_csr_consistency_isnan_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.2054340Z test_sparse_csr_consistency_isnan_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.2084499Z test_sparse_csr_consistency_isnan_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.2120123Z test_sparse_csr_consistency_isnan_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.2148892Z test_sparse_csr_consistency_isnan_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.2177484Z test_sparse_csr_consistency_isnan_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.2206639Z test_sparse_csr_consistency_isnan_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.2234886Z test_sparse_csr_consistency_isnan_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.2262837Z test_sparse_csr_consistency_isnan_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.2290704Z test_sparse_csr_consistency_isnan_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.2318956Z test_sparse_csr_consistency_isnan_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.2352865Z test_sparse_csr_consistency_isnan_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.2382144Z test_sparse_csr_consistency_isneginf_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.2409533Z test_sparse_csr_consistency_isneginf_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.2438366Z test_sparse_csr_consistency_isneginf_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.2467524Z test_sparse_csr_consistency_isneginf_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.2496255Z test_sparse_csr_consistency_isneginf_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.2524683Z test_sparse_csr_consistency_isneginf_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.2552936Z test_sparse_csr_consistency_isneginf_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.2587334Z test_sparse_csr_consistency_isneginf_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.2616388Z test_sparse_csr_consistency_isneginf_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.2644526Z test_sparse_csr_consistency_isneginf_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.2673899Z test_sparse_csr_consistency_isposinf_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.2701565Z test_sparse_csr_consistency_isposinf_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.2730251Z test_sparse_csr_consistency_isposinf_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.2759519Z test_sparse_csr_consistency_isposinf_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.2788910Z test_sparse_csr_consistency_isposinf_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.2822590Z test_sparse_csr_consistency_isposinf_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.2850297Z test_sparse_csr_consistency_isposinf_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.2878078Z test_sparse_csr_consistency_isposinf_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.2906097Z test_sparse_csr_consistency_isposinf_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.2933685Z test_sparse_csr_consistency_isposinf_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.2965015Z test_sparse_csr_consistency_log1p_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.2995097Z test_sparse_csr_consistency_log1p_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.3025971Z test_sparse_csr_consistency_log1p_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.3062324Z test_sparse_csr_consistency_log1p_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:37.3092296Z test_sparse_csr_consistency_log1p_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.3122240Z test_sparse_csr_consistency_log1p_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.3151683Z test_sparse_csr_consistency_log1p_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.3181566Z test_sparse_csr_consistency_log1p_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.3211163Z test_sparse_csr_consistency_log1p_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.3241044Z test_sparse_csr_consistency_log1p_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.3271975Z test_sparse_csr_consistency_neg_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.3309143Z test_sparse_csr_consistency_neg_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:37.3438680Z test_sparse_csr_consistency_neg_cuda_complex32 (__main__.TestSparseCSRCUDA) ... expected failure (0.013s) 2022-05-18T05:43:37.3490491Z test_sparse_csr_consistency_neg_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-05-18T05:43:37.3521225Z test_sparse_csr_consistency_neg_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.3551757Z test_sparse_csr_consistency_neg_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.3581850Z test_sparse_csr_consistency_neg_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.3609321Z test_sparse_csr_consistency_neg_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.3637339Z test_sparse_csr_consistency_neg_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.3671502Z test_sparse_csr_consistency_neg_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.3698894Z test_sparse_csr_consistency_neg_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.3726778Z test_sparse_csr_consistency_neg_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.3767040Z test_sparse_csr_consistency_randn_like_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:37.3813851Z test_sparse_csr_consistency_randn_like_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-05-18T05:43:37.3861290Z test_sparse_csr_consistency_randn_like_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-05-18T05:43:37.3901077Z test_sparse_csr_consistency_randn_like_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:37.3940619Z test_sparse_csr_consistency_randn_like_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:37.3985990Z test_sparse_csr_consistency_randn_like_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:37.4017007Z test_sparse_csr_consistency_round_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.4046774Z test_sparse_csr_consistency_round_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.4077214Z test_sparse_csr_consistency_round_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.4107257Z test_sparse_csr_consistency_round_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.4137656Z test_sparse_csr_consistency_sgn_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.4165416Z test_sparse_csr_consistency_sgn_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.4197176Z test_sparse_csr_consistency_sgn_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.4330436Z test_sparse_csr_consistency_sgn_cuda_complex32 (__main__.TestSparseCSRCUDA) ... expected failure (0.013s) 2022-05-18T05:43:37.4383624Z test_sparse_csr_consistency_sgn_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-05-18T05:43:37.4413496Z test_sparse_csr_consistency_sgn_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.4443856Z test_sparse_csr_consistency_sgn_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.4474080Z test_sparse_csr_consistency_sgn_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.4501736Z test_sparse_csr_consistency_sgn_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.4529222Z test_sparse_csr_consistency_sgn_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.4556721Z test_sparse_csr_consistency_sgn_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.4590096Z test_sparse_csr_consistency_sgn_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.4617485Z test_sparse_csr_consistency_sgn_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.4648052Z test_sparse_csr_consistency_sign_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.4675779Z test_sparse_csr_consistency_sign_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.4706331Z test_sparse_csr_consistency_sign_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.4736719Z test_sparse_csr_consistency_sign_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.4767028Z test_sparse_csr_consistency_sign_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.4794997Z test_sparse_csr_consistency_sign_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.4828493Z test_sparse_csr_consistency_sign_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.4855521Z test_sparse_csr_consistency_sign_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.4883490Z test_sparse_csr_consistency_sign_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.4911392Z test_sparse_csr_consistency_sign_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.4940177Z test_sparse_csr_consistency_signbit_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.4968103Z test_sparse_csr_consistency_signbit_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.4996663Z test_sparse_csr_consistency_signbit_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.5025413Z test_sparse_csr_consistency_signbit_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.5059120Z test_sparse_csr_consistency_signbit_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.5086761Z test_sparse_csr_consistency_signbit_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.5114435Z test_sparse_csr_consistency_signbit_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.5142124Z test_sparse_csr_consistency_signbit_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.5169677Z test_sparse_csr_consistency_signbit_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.5197653Z test_sparse_csr_consistency_signbit_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.5228165Z test_sparse_csr_consistency_sin_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.5257614Z test_sparse_csr_consistency_sin_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.5294634Z test_sparse_csr_consistency_sin_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:37.5326601Z test_sparse_csr_consistency_sin_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.5356990Z test_sparse_csr_consistency_sin_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.5387434Z test_sparse_csr_consistency_sin_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.5417225Z test_sparse_csr_consistency_sin_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.5446681Z test_sparse_csr_consistency_sin_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.5476375Z test_sparse_csr_consistency_sin_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.5506214Z test_sparse_csr_consistency_sin_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.5541417Z test_sparse_csr_consistency_sin_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.5570673Z test_sparse_csr_consistency_sin_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.5601556Z test_sparse_csr_consistency_sinh_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.5631092Z test_sparse_csr_consistency_sinh_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.5662701Z test_sparse_csr_consistency_sinh_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.5694523Z test_sparse_csr_consistency_sinh_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.5725452Z test_sparse_csr_consistency_sinh_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.5756404Z test_sparse_csr_consistency_sinh_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.5793173Z test_sparse_csr_consistency_sinh_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:37.5822888Z test_sparse_csr_consistency_sinh_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.5852441Z test_sparse_csr_consistency_sinh_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.5882217Z test_sparse_csr_consistency_sinh_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.5912135Z test_sparse_csr_consistency_sinh_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.5942126Z test_sparse_csr_consistency_sinh_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.5973112Z test_sparse_csr_consistency_sqrt_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.6002875Z test_sparse_csr_consistency_sqrt_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.6070376Z test_sparse_csr_consistency_sqrt_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-05-18T05:43:37.6128193Z test_sparse_csr_consistency_sqrt_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-05-18T05:43:37.6158942Z test_sparse_csr_consistency_sqrt_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.6190214Z test_sparse_csr_consistency_sqrt_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.6220769Z test_sparse_csr_consistency_sqrt_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.6250538Z test_sparse_csr_consistency_sqrt_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.6280852Z test_sparse_csr_consistency_sqrt_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.6311234Z test_sparse_csr_consistency_sqrt_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.6347308Z test_sparse_csr_consistency_sqrt_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:37.6376913Z test_sparse_csr_consistency_sqrt_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.6407780Z test_sparse_csr_consistency_tan_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.6437534Z test_sparse_csr_consistency_tan_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.6469881Z test_sparse_csr_consistency_tan_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.6501928Z test_sparse_csr_consistency_tan_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.6532478Z test_sparse_csr_consistency_tan_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.6563370Z test_sparse_csr_consistency_tan_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.6599959Z test_sparse_csr_consistency_tan_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:37.6629609Z test_sparse_csr_consistency_tan_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.6658985Z test_sparse_csr_consistency_tan_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.6688736Z test_sparse_csr_consistency_tan_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.6718396Z test_sparse_csr_consistency_tan_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.6748405Z test_sparse_csr_consistency_tan_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.6779443Z test_sparse_csr_consistency_tanh_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.6808902Z test_sparse_csr_consistency_tanh_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.6847876Z test_sparse_csr_consistency_tanh_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:37.6879799Z test_sparse_csr_consistency_tanh_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.6910650Z test_sparse_csr_consistency_tanh_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.6940465Z test_sparse_csr_consistency_tanh_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.6970566Z test_sparse_csr_consistency_tanh_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.7001471Z test_sparse_csr_consistency_tanh_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.7031231Z test_sparse_csr_consistency_tanh_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.7060394Z test_sparse_csr_consistency_tanh_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.7095255Z test_sparse_csr_consistency_tanh_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.7124682Z test_sparse_csr_consistency_tanh_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.7136577Z test_sparse_csr_consistency_to_sparse_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... skip: csr.to_sparse(1) not implemented. Skipped! (0.001s) 2022-05-18T05:43:37.7148330Z test_sparse_csr_consistency_to_sparse_cuda_bool (__main__.TestSparseCSRCUDA) ... skip: csr.to_sparse(1) not implemented. Skipped! (0.001s) 2022-05-18T05:43:37.7159885Z test_sparse_csr_consistency_to_sparse_cuda_complex128 (__main__.TestSparseCSRCUDA) ... skip: csr.to_sparse(1) not implemented. Skipped! (0.001s) 2022-05-18T05:43:37.7171118Z test_sparse_csr_consistency_to_sparse_cuda_complex64 (__main__.TestSparseCSRCUDA) ... skip: csr.to_sparse(1) not implemented. Skipped! (0.001s) 2022-05-18T05:43:37.7182762Z test_sparse_csr_consistency_to_sparse_cuda_float16 (__main__.TestSparseCSRCUDA) ... skip: csr.to_sparse(1) not implemented. Skipped! (0.001s) 2022-05-18T05:43:37.7194186Z test_sparse_csr_consistency_to_sparse_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: csr.to_sparse(1) not implemented. Skipped! (0.001s) 2022-05-18T05:43:37.7205262Z test_sparse_csr_consistency_to_sparse_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: csr.to_sparse(1) not implemented. Skipped! (0.001s) 2022-05-18T05:43:37.7216948Z test_sparse_csr_consistency_to_sparse_cuda_int16 (__main__.TestSparseCSRCUDA) ... skip: csr.to_sparse(1) not implemented. Skipped! (0.001s) 2022-05-18T05:43:37.7228530Z test_sparse_csr_consistency_to_sparse_cuda_int32 (__main__.TestSparseCSRCUDA) ... skip: csr.to_sparse(1) not implemented. Skipped! (0.001s) 2022-05-18T05:43:37.7239775Z test_sparse_csr_consistency_to_sparse_cuda_int64 (__main__.TestSparseCSRCUDA) ... skip: csr.to_sparse(1) not implemented. Skipped! (0.001s) 2022-05-18T05:43:37.7251133Z test_sparse_csr_consistency_to_sparse_cuda_int8 (__main__.TestSparseCSRCUDA) ... skip: csr.to_sparse(1) not implemented. Skipped! (0.001s) 2022-05-18T05:43:37.7262914Z test_sparse_csr_consistency_to_sparse_cuda_uint8 (__main__.TestSparseCSRCUDA) ... skip: csr.to_sparse(1) not implemented. Skipped! (0.001s) 2022-05-18T05:43:37.7294033Z test_sparse_csr_consistency_trunc_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.7324343Z test_sparse_csr_consistency_trunc_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.7354518Z test_sparse_csr_consistency_trunc_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.7384847Z test_sparse_csr_consistency_trunc_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:37.7462860Z test_sparse_csr_from_dense_convert_error_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:37.7542755Z test_sparse_csr_from_dense_convert_error_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:37.7619187Z test_sparse_csr_from_dense_convert_error_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:37.7695696Z test_sparse_csr_from_dense_convert_error_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:37.7771277Z test_sparse_csr_from_dense_convert_error_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-05-18T05:43:37.7847139Z test_sparse_csr_from_dense_convert_error_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-05-18T05:43:37.7923045Z test_sparse_csr_from_dense_convert_error_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-05-18T05:43:37.7997303Z test_sparse_csr_from_dense_convert_error_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-05-18T05:43:37.8072169Z test_sparse_csr_from_dense_convert_error_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-05-18T05:43:37.8152370Z test_sparse_csr_from_dense_convert_error_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:37.8226530Z test_sparse_csr_from_dense_convert_error_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-05-18T05:43:37.8301295Z test_sparse_csr_from_dense_convert_error_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-05-18T05:43:37.8363531Z test_sparse_csr_from_dense_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-05-18T05:43:37.8423218Z test_sparse_csr_from_dense_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-05-18T05:43:37.8485912Z test_sparse_csr_from_dense_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-05-18T05:43:37.8549290Z test_sparse_csr_from_dense_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-05-18T05:43:37.8611819Z test_sparse_csr_from_dense_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-05-18T05:43:37.8680628Z test_sparse_csr_from_dense_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-05-18T05:43:37.8742279Z test_sparse_csr_from_dense_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-05-18T05:43:37.8801717Z test_sparse_csr_from_dense_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-05-18T05:43:37.8860560Z test_sparse_csr_from_dense_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-05-18T05:43:37.8919765Z test_sparse_csr_from_dense_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-05-18T05:43:37.8978702Z test_sparse_csr_from_dense_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-05-18T05:43:37.9037979Z test_sparse_csr_from_dense_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-05-18T05:43:37.9379955Z test_sparse_csr_print_cuda (__main__.TestSparseCSRCUDA) ... ok (0.034s) 2022-05-18T05:43:37.9575762Z test_sparse_csr_select_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.020s) 2022-05-18T05:43:37.9748095Z test_sparse_csr_select_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.017s) 2022-05-18T05:43:37.9927960Z test_sparse_csr_select_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.018s) 2022-05-18T05:43:38.0109241Z test_sparse_csr_select_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.018s) 2022-05-18T05:43:38.0288822Z test_sparse_csr_select_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.018s) 2022-05-18T05:43:38.0468418Z test_sparse_csr_select_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.018s) 2022-05-18T05:43:38.0646580Z test_sparse_csr_select_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.018s) 2022-05-18T05:43:38.0819250Z test_sparse_csr_select_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.017s) 2022-05-18T05:43:38.1000109Z test_sparse_csr_select_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.018s) 2022-05-18T05:43:38.1176691Z test_sparse_csr_select_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.018s) 2022-05-18T05:43:38.1354852Z test_sparse_csr_select_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.018s) 2022-05-18T05:43:38.1532400Z test_sparse_csr_select_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.018s) 2022-05-18T05:43:38.1630568Z test_sparse_csr_to_dense_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-05-18T05:43:38.1705870Z test_sparse_csr_to_dense_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-05-18T05:43:38.1807007Z test_sparse_csr_to_dense_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-05-18T05:43:38.1910406Z test_sparse_csr_to_dense_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-05-18T05:43:38.2009640Z test_sparse_csr_to_dense_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-05-18T05:43:38.2102970Z test_sparse_csr_to_dense_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-05-18T05:43:38.2193599Z test_sparse_csr_to_dense_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-05-18T05:43:38.2268467Z test_sparse_csr_to_dense_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-05-18T05:43:38.2342353Z test_sparse_csr_to_dense_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-05-18T05:43:38.2414282Z test_sparse_csr_to_dense_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-05-18T05:43:38.2488620Z test_sparse_csr_to_dense_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-05-18T05:43:38.2563218Z test_sparse_csr_to_dense_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-05-18T05:43:38.2605273Z test_sparse_csr_unary_inplace_abs_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:38.2638045Z test_sparse_csr_unary_inplace_abs_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:38.2719292Z test_sparse_csr_unary_inplace_abs_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:38.2830481Z test_sparse_csr_unary_inplace_abs_cuda_complex32 (__main__.TestSparseCSRCUDA) ... expected failure (0.011s) 2022-05-18T05:43:38.2909082Z test_sparse_csr_unary_inplace_abs_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:38.2944779Z test_sparse_csr_unary_inplace_abs_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:38.2980319Z test_sparse_csr_unary_inplace_abs_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:38.3016331Z test_sparse_csr_unary_inplace_abs_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:38.3055248Z test_sparse_csr_unary_inplace_abs_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:38.3088329Z test_sparse_csr_unary_inplace_abs_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:38.3121408Z test_sparse_csr_unary_inplace_abs_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:38.3154616Z test_sparse_csr_unary_inplace_abs_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:38.3188188Z test_sparse_csr_unary_inplace_abs_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:38.3211293Z test_sparse_csr_unary_inplace_angle_cuda_bool (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-05-18T05:43:38.3234590Z test_sparse_csr_unary_inplace_angle_cuda_complex128 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-05-18T05:43:38.3257470Z test_sparse_csr_unary_inplace_angle_cuda_complex32 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-05-18T05:43:38.3280889Z test_sparse_csr_unary_inplace_angle_cuda_complex64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-05-18T05:43:38.3304193Z test_sparse_csr_unary_inplace_angle_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-05-18T05:43:38.3332567Z test_sparse_csr_unary_inplace_angle_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-05-18T05:43:38.3355717Z test_sparse_csr_unary_inplace_angle_cuda_int16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-05-18T05:43:38.3378447Z test_sparse_csr_unary_inplace_angle_cuda_int32 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-05-18T05:43:38.3401439Z test_sparse_csr_unary_inplace_angle_cuda_int64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-05-18T05:43:38.3424683Z test_sparse_csr_unary_inplace_angle_cuda_int8 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-05-18T05:43:38.3447301Z test_sparse_csr_unary_inplace_angle_cuda_uint8 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-05-18T05:43:38.3483442Z test_sparse_csr_unary_inplace_asin_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:38.3573805Z test_sparse_csr_unary_inplace_asin_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-05-18T05:43:38.3612078Z test_sparse_csr_unary_inplace_asin_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:38.3650066Z test_sparse_csr_unary_inplace_asin_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:38.3693133Z test_sparse_csr_unary_inplace_asin_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:38.3728378Z test_sparse_csr_unary_inplace_asin_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:38.3763874Z test_sparse_csr_unary_inplace_asin_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:38.3853976Z test_sparse_csr_unary_inplace_asin_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-05-18T05:43:38.3943735Z test_sparse_csr_unary_inplace_asin_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-05-18T05:43:38.4033322Z test_sparse_csr_unary_inplace_asin_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-05-18T05:43:38.4123243Z test_sparse_csr_unary_inplace_asin_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-05-18T05:43:38.4211304Z test_sparse_csr_unary_inplace_asin_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-05-18T05:43:38.4257811Z test_sparse_csr_unary_inplace_asinh_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-05-18T05:43:38.4346957Z test_sparse_csr_unary_inplace_asinh_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-05-18T05:43:38.4386233Z test_sparse_csr_unary_inplace_asinh_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:38.4423352Z test_sparse_csr_unary_inplace_asinh_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:38.4459022Z test_sparse_csr_unary_inplace_asinh_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:38.4495057Z test_sparse_csr_unary_inplace_asinh_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:38.4530908Z test_sparse_csr_unary_inplace_asinh_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:38.4619442Z test_sparse_csr_unary_inplace_asinh_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-05-18T05:43:38.4712969Z test_sparse_csr_unary_inplace_asinh_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-05-18T05:43:38.4800311Z test_sparse_csr_unary_inplace_asinh_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-05-18T05:43:38.4888215Z test_sparse_csr_unary_inplace_asinh_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-05-18T05:43:38.4975762Z test_sparse_csr_unary_inplace_asinh_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-05-18T05:43:38.5011891Z test_sparse_csr_unary_inplace_atan_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:38.5099470Z test_sparse_csr_unary_inplace_atan_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-05-18T05:43:38.5136144Z test_sparse_csr_unary_inplace_atan_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:38.5173695Z test_sparse_csr_unary_inplace_atan_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:38.5214918Z test_sparse_csr_unary_inplace_atan_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:38.5250698Z test_sparse_csr_unary_inplace_atan_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:38.5286101Z test_sparse_csr_unary_inplace_atan_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:38.5373785Z test_sparse_csr_unary_inplace_atan_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-05-18T05:43:38.5461640Z test_sparse_csr_unary_inplace_atan_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-05-18T05:43:38.5549469Z test_sparse_csr_unary_inplace_atan_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-05-18T05:43:38.5637297Z test_sparse_csr_unary_inplace_atan_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-05-18T05:43:38.5724471Z test_sparse_csr_unary_inplace_atan_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-05-18T05:43:38.5765809Z test_sparse_csr_unary_inplace_atanh_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:38.5853126Z test_sparse_csr_unary_inplace_atanh_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-05-18T05:43:38.5890197Z test_sparse_csr_unary_inplace_atanh_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:38.5927677Z test_sparse_csr_unary_inplace_atanh_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:38.5963372Z test_sparse_csr_unary_inplace_atanh_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:38.5999364Z test_sparse_csr_unary_inplace_atanh_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:38.6034722Z test_sparse_csr_unary_inplace_atanh_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:38.6122740Z test_sparse_csr_unary_inplace_atanh_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-05-18T05:43:38.6215966Z test_sparse_csr_unary_inplace_atanh_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-05-18T05:43:38.6304827Z test_sparse_csr_unary_inplace_atanh_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-05-18T05:43:38.6393645Z test_sparse_csr_unary_inplace_atanh_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-05-18T05:43:38.6480743Z test_sparse_csr_unary_inplace_atanh_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-05-18T05:43:38.6519249Z test_sparse_csr_unary_inplace_ceil_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:38.6555588Z test_sparse_csr_unary_inplace_ceil_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:38.6592357Z test_sparse_csr_unary_inplace_ceil_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:38.6628375Z test_sparse_csr_unary_inplace_ceil_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:38.6670234Z test_sparse_csr_unary_inplace_conj_physical_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:38.6702592Z test_sparse_csr_unary_inplace_conj_physical_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:38.6739588Z test_sparse_csr_unary_inplace_conj_physical_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:38.6852500Z test_sparse_csr_unary_inplace_conj_physical_cuda_complex32 (__main__.TestSparseCSRCUDA) ... expected failure (0.011s) 2022-05-18T05:43:38.6891511Z test_sparse_csr_unary_inplace_conj_physical_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:38.6927228Z test_sparse_csr_unary_inplace_conj_physical_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:38.6963373Z test_sparse_csr_unary_inplace_conj_physical_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:38.6998856Z test_sparse_csr_unary_inplace_conj_physical_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:38.7037796Z test_sparse_csr_unary_inplace_conj_physical_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:38.7070544Z test_sparse_csr_unary_inplace_conj_physical_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:38.7102585Z test_sparse_csr_unary_inplace_conj_physical_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:38.7134785Z test_sparse_csr_unary_inplace_conj_physical_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:38.7167551Z test_sparse_csr_unary_inplace_conj_physical_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:38.7204097Z test_sparse_csr_unary_inplace_erf_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:38.7293445Z test_sparse_csr_unary_inplace_erf_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-05-18T05:43:38.7329517Z test_sparse_csr_unary_inplace_erf_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:38.7371498Z test_sparse_csr_unary_inplace_erf_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:38.7406494Z test_sparse_csr_unary_inplace_erf_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:38.7493928Z test_sparse_csr_unary_inplace_erf_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-05-18T05:43:38.7581960Z test_sparse_csr_unary_inplace_erf_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-05-18T05:43:38.7669156Z test_sparse_csr_unary_inplace_erf_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-05-18T05:43:38.7756544Z test_sparse_csr_unary_inplace_erf_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-05-18T05:43:38.7844763Z test_sparse_csr_unary_inplace_erf_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-05-18T05:43:38.7933502Z test_sparse_csr_unary_inplace_erfinv_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-05-18T05:43:38.7975050Z test_sparse_csr_unary_inplace_erfinv_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:38.8010888Z test_sparse_csr_unary_inplace_erfinv_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:38.8046368Z test_sparse_csr_unary_inplace_erfinv_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:38.8135062Z test_sparse_csr_unary_inplace_erfinv_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-05-18T05:43:38.8223858Z test_sparse_csr_unary_inplace_erfinv_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-05-18T05:43:38.8311873Z test_sparse_csr_unary_inplace_erfinv_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-05-18T05:43:38.8400455Z test_sparse_csr_unary_inplace_erfinv_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-05-18T05:43:38.8487492Z test_sparse_csr_unary_inplace_erfinv_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-05-18T05:43:38.8529351Z test_sparse_csr_unary_inplace_expm1_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:38.8616438Z test_sparse_csr_unary_inplace_expm1_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-05-18T05:43:38.8652374Z test_sparse_csr_unary_inplace_expm1_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:38.8688405Z test_sparse_csr_unary_inplace_expm1_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:38.8724187Z test_sparse_csr_unary_inplace_expm1_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:38.8811316Z test_sparse_csr_unary_inplace_expm1_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-05-18T05:43:38.8898698Z test_sparse_csr_unary_inplace_expm1_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-05-18T05:43:38.8986335Z test_sparse_csr_unary_inplace_expm1_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-05-18T05:43:38.9079583Z test_sparse_csr_unary_inplace_expm1_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-05-18T05:43:38.9166400Z test_sparse_csr_unary_inplace_expm1_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-05-18T05:43:38.9202449Z test_sparse_csr_unary_inplace_floor_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:38.9238165Z test_sparse_csr_unary_inplace_floor_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:38.9274391Z test_sparse_csr_unary_inplace_floor_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:38.9310074Z test_sparse_csr_unary_inplace_floor_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:38.9333351Z test_sparse_csr_unary_inplace_isinf_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-05-18T05:43:38.9357010Z test_sparse_csr_unary_inplace_isinf_cuda_bool (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-05-18T05:43:38.9380138Z test_sparse_csr_unary_inplace_isinf_cuda_complex128 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-05-18T05:43:38.9408852Z test_sparse_csr_unary_inplace_isinf_cuda_complex32 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-05-18T05:43:38.9431930Z test_sparse_csr_unary_inplace_isinf_cuda_complex64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-05-18T05:43:38.9454770Z test_sparse_csr_unary_inplace_isinf_cuda_float16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-05-18T05:43:38.9478068Z test_sparse_csr_unary_inplace_isinf_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-05-18T05:43:38.9501292Z test_sparse_csr_unary_inplace_isinf_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-05-18T05:43:38.9524050Z test_sparse_csr_unary_inplace_isinf_cuda_int16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-05-18T05:43:38.9547230Z test_sparse_csr_unary_inplace_isinf_cuda_int32 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-05-18T05:43:38.9570374Z test_sparse_csr_unary_inplace_isinf_cuda_int64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-05-18T05:43:38.9593625Z test_sparse_csr_unary_inplace_isinf_cuda_int8 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-05-18T05:43:38.9616859Z test_sparse_csr_unary_inplace_isinf_cuda_uint8 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-05-18T05:43:38.9640229Z test_sparse_csr_unary_inplace_isnan_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-05-18T05:43:38.9663716Z test_sparse_csr_unary_inplace_isnan_cuda_bool (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-05-18T05:43:38.9693699Z test_sparse_csr_unary_inplace_isnan_cuda_complex128 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-05-18T05:43:38.9716774Z test_sparse_csr_unary_inplace_isnan_cuda_complex64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-05-18T05:43:38.9739574Z test_sparse_csr_unary_inplace_isnan_cuda_float16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-05-18T05:43:38.9762745Z test_sparse_csr_unary_inplace_isnan_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-05-18T05:43:38.9785997Z test_sparse_csr_unary_inplace_isnan_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-05-18T05:43:38.9808719Z test_sparse_csr_unary_inplace_isnan_cuda_int16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-05-18T05:43:38.9831932Z test_sparse_csr_unary_inplace_isnan_cuda_int32 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-05-18T05:43:38.9854889Z test_sparse_csr_unary_inplace_isnan_cuda_int64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-05-18T05:43:38.9878207Z test_sparse_csr_unary_inplace_isnan_cuda_int8 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-05-18T05:43:38.9901619Z test_sparse_csr_unary_inplace_isnan_cuda_uint8 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-05-18T05:43:38.9924828Z test_sparse_csr_unary_inplace_isneginf_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-05-18T05:43:38.9953166Z test_sparse_csr_unary_inplace_isneginf_cuda_bool (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-05-18T05:43:38.9977608Z test_sparse_csr_unary_inplace_isneginf_cuda_float16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-05-18T05:43:39.0000806Z test_sparse_csr_unary_inplace_isneginf_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-05-18T05:43:39.0023943Z test_sparse_csr_unary_inplace_isneginf_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-05-18T05:43:39.0046658Z test_sparse_csr_unary_inplace_isneginf_cuda_int16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-05-18T05:43:39.0071707Z test_sparse_csr_unary_inplace_isneginf_cuda_int32 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-05-18T05:43:39.0094686Z test_sparse_csr_unary_inplace_isneginf_cuda_int64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-05-18T05:43:39.0117946Z test_sparse_csr_unary_inplace_isneginf_cuda_int8 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-05-18T05:43:39.0140953Z test_sparse_csr_unary_inplace_isneginf_cuda_uint8 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-05-18T05:43:39.0164188Z test_sparse_csr_unary_inplace_isposinf_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-05-18T05:43:39.0187788Z test_sparse_csr_unary_inplace_isposinf_cuda_bool (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-05-18T05:43:39.0210614Z test_sparse_csr_unary_inplace_isposinf_cuda_float16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-05-18T05:43:39.0240105Z test_sparse_csr_unary_inplace_isposinf_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-05-18T05:43:39.0263222Z test_sparse_csr_unary_inplace_isposinf_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-05-18T05:43:39.0286308Z test_sparse_csr_unary_inplace_isposinf_cuda_int16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-05-18T05:43:39.0309497Z test_sparse_csr_unary_inplace_isposinf_cuda_int32 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-05-18T05:43:39.0332469Z test_sparse_csr_unary_inplace_isposinf_cuda_int64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-05-18T05:43:39.0357736Z test_sparse_csr_unary_inplace_isposinf_cuda_int8 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-05-18T05:43:39.0380840Z test_sparse_csr_unary_inplace_isposinf_cuda_uint8 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-05-18T05:43:39.0420729Z test_sparse_csr_unary_inplace_log1p_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:39.0511073Z test_sparse_csr_unary_inplace_log1p_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-05-18T05:43:39.0548903Z test_sparse_csr_unary_inplace_log1p_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:39.0592025Z test_sparse_csr_unary_inplace_log1p_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:39.0627864Z test_sparse_csr_unary_inplace_log1p_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:39.0717423Z test_sparse_csr_unary_inplace_log1p_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-05-18T05:43:39.0806805Z test_sparse_csr_unary_inplace_log1p_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-05-18T05:43:39.0895221Z test_sparse_csr_unary_inplace_log1p_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-05-18T05:43:39.0984331Z test_sparse_csr_unary_inplace_log1p_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-05-18T05:43:39.1073882Z test_sparse_csr_unary_inplace_log1p_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-05-18T05:43:39.1111837Z test_sparse_csr_unary_inplace_neg_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:39.1156260Z test_sparse_csr_unary_inplace_neg_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:39.1267443Z test_sparse_csr_unary_inplace_neg_cuda_complex32 (__main__.TestSparseCSRCUDA) ... expected failure (0.011s) 2022-05-18T05:43:39.1304816Z test_sparse_csr_unary_inplace_neg_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:39.1340535Z test_sparse_csr_unary_inplace_neg_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:39.1376564Z test_sparse_csr_unary_inplace_neg_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:39.1412124Z test_sparse_csr_unary_inplace_neg_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:39.1445414Z test_sparse_csr_unary_inplace_neg_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:39.1478749Z test_sparse_csr_unary_inplace_neg_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:39.1517094Z test_sparse_csr_unary_inplace_neg_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:39.1550021Z test_sparse_csr_unary_inplace_neg_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:39.1583143Z test_sparse_csr_unary_inplace_neg_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:39.1618836Z test_sparse_csr_unary_inplace_round_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:39.1654602Z test_sparse_csr_unary_inplace_round_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:39.1690523Z test_sparse_csr_unary_inplace_round_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:39.1726177Z test_sparse_csr_unary_inplace_round_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:39.1761949Z test_sparse_csr_unary_inplace_sgn_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:39.1800684Z test_sparse_csr_unary_inplace_sgn_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:39.1837533Z test_sparse_csr_unary_inplace_sgn_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:39.1947947Z test_sparse_csr_unary_inplace_sgn_cuda_complex32 (__main__.TestSparseCSRCUDA) ... expected failure (0.011s) 2022-05-18T05:43:39.1985616Z test_sparse_csr_unary_inplace_sgn_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:39.2021623Z test_sparse_csr_unary_inplace_sgn_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:39.2057184Z test_sparse_csr_unary_inplace_sgn_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:39.2093153Z test_sparse_csr_unary_inplace_sgn_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:39.2126688Z test_sparse_csr_unary_inplace_sgn_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:39.2160297Z test_sparse_csr_unary_inplace_sgn_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:39.2198996Z test_sparse_csr_unary_inplace_sgn_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:39.2231911Z test_sparse_csr_unary_inplace_sgn_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:39.2265418Z test_sparse_csr_unary_inplace_sgn_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:39.2301469Z test_sparse_csr_unary_inplace_sign_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:39.2334361Z test_sparse_csr_unary_inplace_sign_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:39.2370353Z test_sparse_csr_unary_inplace_sign_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:39.2406277Z test_sparse_csr_unary_inplace_sign_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:39.2442333Z test_sparse_csr_unary_inplace_sign_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:39.2481178Z test_sparse_csr_unary_inplace_sign_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:39.2514192Z test_sparse_csr_unary_inplace_sign_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:39.2546912Z test_sparse_csr_unary_inplace_sign_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:39.2579766Z test_sparse_csr_unary_inplace_sign_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:39.2612656Z test_sparse_csr_unary_inplace_sign_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:39.2636090Z test_sparse_csr_unary_inplace_signbit_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-05-18T05:43:39.2658872Z test_sparse_csr_unary_inplace_signbit_cuda_bool (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-05-18T05:43:39.2682028Z test_sparse_csr_unary_inplace_signbit_cuda_float16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-05-18T05:43:39.2705409Z test_sparse_csr_unary_inplace_signbit_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-05-18T05:43:39.2734011Z test_sparse_csr_unary_inplace_signbit_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-05-18T05:43:39.2757119Z test_sparse_csr_unary_inplace_signbit_cuda_int16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-05-18T05:43:39.2780098Z test_sparse_csr_unary_inplace_signbit_cuda_int32 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-05-18T05:43:39.2803086Z test_sparse_csr_unary_inplace_signbit_cuda_int64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-05-18T05:43:39.2826136Z test_sparse_csr_unary_inplace_signbit_cuda_int8 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-05-18T05:43:39.2849039Z test_sparse_csr_unary_inplace_signbit_cuda_uint8 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-05-18T05:43:39.2884942Z test_sparse_csr_unary_inplace_sin_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:39.2972296Z test_sparse_csr_unary_inplace_sin_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-05-18T05:43:39.3009432Z test_sparse_csr_unary_inplace_sin_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:39.3047089Z test_sparse_csr_unary_inplace_sin_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:39.3088334Z test_sparse_csr_unary_inplace_sin_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:39.3124137Z test_sparse_csr_unary_inplace_sin_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:39.3159522Z test_sparse_csr_unary_inplace_sin_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:39.3247023Z test_sparse_csr_unary_inplace_sin_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-05-18T05:43:39.3334138Z test_sparse_csr_unary_inplace_sin_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-05-18T05:43:39.3421727Z test_sparse_csr_unary_inplace_sin_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-05-18T05:43:39.3508765Z test_sparse_csr_unary_inplace_sin_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-05-18T05:43:39.3596016Z test_sparse_csr_unary_inplace_sin_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-05-18T05:43:39.3637870Z test_sparse_csr_unary_inplace_sinh_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:39.3725411Z test_sparse_csr_unary_inplace_sinh_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-05-18T05:43:39.3762386Z test_sparse_csr_unary_inplace_sinh_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:39.3800194Z test_sparse_csr_unary_inplace_sinh_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:39.3836160Z test_sparse_csr_unary_inplace_sinh_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:39.3872129Z test_sparse_csr_unary_inplace_sinh_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:39.3907851Z test_sparse_csr_unary_inplace_sinh_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:39.3996422Z test_sparse_csr_unary_inplace_sinh_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-05-18T05:43:39.4090947Z test_sparse_csr_unary_inplace_sinh_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-05-18T05:43:39.4179107Z test_sparse_csr_unary_inplace_sinh_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-05-18T05:43:39.4268000Z test_sparse_csr_unary_inplace_sinh_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-05-18T05:43:39.4356551Z test_sparse_csr_unary_inplace_sinh_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-05-18T05:43:39.4394633Z test_sparse_csr_unary_inplace_sqrt_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:39.4483173Z test_sparse_csr_unary_inplace_sqrt_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-05-18T05:43:39.4521925Z test_sparse_csr_unary_inplace_sqrt_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:39.4559839Z test_sparse_csr_unary_inplace_sqrt_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:39.4602768Z test_sparse_csr_unary_inplace_sqrt_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:39.4638460Z test_sparse_csr_unary_inplace_sqrt_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:39.4673788Z test_sparse_csr_unary_inplace_sqrt_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:39.4762934Z test_sparse_csr_unary_inplace_sqrt_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-05-18T05:43:39.4852331Z test_sparse_csr_unary_inplace_sqrt_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-05-18T05:43:39.4940757Z test_sparse_csr_unary_inplace_sqrt_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-05-18T05:43:39.5030000Z test_sparse_csr_unary_inplace_sqrt_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-05-18T05:43:39.5119568Z test_sparse_csr_unary_inplace_sqrt_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-05-18T05:43:39.5164184Z test_sparse_csr_unary_inplace_tan_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:39.5252184Z test_sparse_csr_unary_inplace_tan_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-05-18T05:43:39.5289382Z test_sparse_csr_unary_inplace_tan_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:39.5326714Z test_sparse_csr_unary_inplace_tan_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:39.5362471Z test_sparse_csr_unary_inplace_tan_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:39.5398424Z test_sparse_csr_unary_inplace_tan_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:39.5434307Z test_sparse_csr_unary_inplace_tan_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:39.5522659Z test_sparse_csr_unary_inplace_tan_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-05-18T05:43:39.5616181Z test_sparse_csr_unary_inplace_tan_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-05-18T05:43:39.5704681Z test_sparse_csr_unary_inplace_tan_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-05-18T05:43:39.5792499Z test_sparse_csr_unary_inplace_tan_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-05-18T05:43:39.5880429Z test_sparse_csr_unary_inplace_tan_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-05-18T05:43:39.5916193Z test_sparse_csr_unary_inplace_tanh_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:39.6003656Z test_sparse_csr_unary_inplace_tanh_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-05-18T05:43:39.6040757Z test_sparse_csr_unary_inplace_tanh_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:39.6078636Z test_sparse_csr_unary_inplace_tanh_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:39.6120225Z test_sparse_csr_unary_inplace_tanh_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:39.6155776Z test_sparse_csr_unary_inplace_tanh_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:39.6191320Z test_sparse_csr_unary_inplace_tanh_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:39.6278716Z test_sparse_csr_unary_inplace_tanh_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-05-18T05:43:39.6366077Z test_sparse_csr_unary_inplace_tanh_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-05-18T05:43:39.6453507Z test_sparse_csr_unary_inplace_tanh_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-05-18T05:43:39.6541247Z test_sparse_csr_unary_inplace_tanh_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-05-18T05:43:39.6629016Z test_sparse_csr_unary_inplace_tanh_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-05-18T05:43:39.6670776Z test_sparse_csr_unary_inplace_trunc_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:39.6706485Z test_sparse_csr_unary_inplace_trunc_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:39.6742255Z test_sparse_csr_unary_inplace_trunc_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:39.6777343Z test_sparse_csr_unary_inplace_trunc_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:39.6861788Z test_sparse_csr_unary_out_abs_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:39.6940357Z test_sparse_csr_unary_out_abs_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:39.7048015Z test_sparse_csr_unary_out_abs_cuda_complex128 (__main__.TestSparseCSRCUDA) ... /opt/conda/lib/python3.9/site-packages/torch/testing/_internal/common_methods_invocations.py:930: 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:43:39.7048731Z return self.op(*args, **kwargs) 2022-05-18T05:43:39.7056350Z ok (0.011s) 2022-05-18T05:43:39.7167526Z test_sparse_csr_unary_out_abs_cuda_complex32 (__main__.TestSparseCSRCUDA) ... expected failure (0.011s) 2022-05-18T05:43:39.7266418Z test_sparse_csr_unary_out_abs_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-05-18T05:43:39.7350841Z test_sparse_csr_unary_out_abs_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:39.7435338Z test_sparse_csr_unary_out_abs_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:39.7519179Z test_sparse_csr_unary_out_abs_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:39.7599924Z test_sparse_csr_unary_out_abs_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:39.7679632Z test_sparse_csr_unary_out_abs_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:39.7759581Z test_sparse_csr_unary_out_abs_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:39.7839891Z test_sparse_csr_unary_out_abs_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:39.7927638Z test_sparse_csr_unary_out_abs_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-05-18T05:43:39.8010539Z test_sparse_csr_unary_out_angle_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:39.8094435Z test_sparse_csr_unary_out_angle_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:39.8203149Z test_sparse_csr_unary_out_angle_cuda_complex32 (__main__.TestSparseCSRCUDA) ... expected failure (0.011s) 2022-05-18T05:43:39.8287426Z test_sparse_csr_unary_out_angle_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:39.8370044Z test_sparse_csr_unary_out_angle_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:39.8452379Z test_sparse_csr_unary_out_angle_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:39.8534701Z test_sparse_csr_unary_out_angle_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:39.8622322Z test_sparse_csr_unary_out_angle_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-05-18T05:43:39.8703755Z test_sparse_csr_unary_out_angle_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:39.8785542Z test_sparse_csr_unary_out_angle_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:39.8867899Z test_sparse_csr_unary_out_angle_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:39.8950667Z test_sparse_csr_unary_out_asin_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:39.9032300Z test_sparse_csr_unary_out_asin_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:39.9116798Z test_sparse_csr_unary_out_asin_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:39.9202063Z test_sparse_csr_unary_out_asin_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:39.9289986Z test_sparse_csr_unary_out_asin_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-05-18T05:43:39.9371902Z test_sparse_csr_unary_out_asin_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:39.9453932Z test_sparse_csr_unary_out_asin_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:39.9535612Z test_sparse_csr_unary_out_asin_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:39.9617311Z test_sparse_csr_unary_out_asin_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:39.9699567Z test_sparse_csr_unary_out_asin_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:39.9781745Z test_sparse_csr_unary_out_asin_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:39.9848015Z test_sparse_csr_unary_out_asin_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-05-18T05:43:39.9939123Z test_sparse_csr_unary_out_asinh_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-05-18T05:43:40.0021544Z test_sparse_csr_unary_out_asinh_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:40.0108154Z test_sparse_csr_unary_out_asinh_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-05-18T05:43:40.0194658Z test_sparse_csr_unary_out_asinh_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-05-18T05:43:40.0278661Z test_sparse_csr_unary_out_asinh_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:40.0361575Z test_sparse_csr_unary_out_asinh_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:40.0444559Z test_sparse_csr_unary_out_asinh_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:40.0527718Z test_sparse_csr_unary_out_asinh_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:40.0617643Z test_sparse_csr_unary_out_asinh_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-05-18T05:43:40.0699715Z test_sparse_csr_unary_out_asinh_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:40.0780723Z test_sparse_csr_unary_out_asinh_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:40.0863266Z test_sparse_csr_unary_out_asinh_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:40.0946174Z test_sparse_csr_unary_out_atan_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:40.1028569Z test_sparse_csr_unary_out_atan_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:40.1114228Z test_sparse_csr_unary_out_atan_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:40.1199772Z test_sparse_csr_unary_out_atan_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:40.1292280Z test_sparse_csr_unary_out_atan_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-05-18T05:43:40.1374488Z test_sparse_csr_unary_out_atan_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:40.1456949Z test_sparse_csr_unary_out_atan_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:40.1539445Z test_sparse_csr_unary_out_atan_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:40.1621598Z test_sparse_csr_unary_out_atan_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:40.1703299Z test_sparse_csr_unary_out_atan_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:40.1784730Z test_sparse_csr_unary_out_atan_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:40.1866989Z test_sparse_csr_unary_out_atan_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:40.1955072Z test_sparse_csr_unary_out_atanh_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-05-18T05:43:40.2036237Z test_sparse_csr_unary_out_atanh_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:40.2120797Z test_sparse_csr_unary_out_atanh_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:40.2206378Z test_sparse_csr_unary_out_atanh_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:40.2289487Z test_sparse_csr_unary_out_atanh_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:40.2371439Z test_sparse_csr_unary_out_atanh_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:40.2454705Z test_sparse_csr_unary_out_atanh_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:40.2537809Z test_sparse_csr_unary_out_atanh_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:40.2627277Z test_sparse_csr_unary_out_atanh_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-05-18T05:43:40.2709514Z test_sparse_csr_unary_out_atanh_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:40.2792709Z test_sparse_csr_unary_out_atanh_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:40.2858950Z test_sparse_csr_unary_out_atanh_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-05-18T05:43:40.2942880Z test_sparse_csr_unary_out_ceil_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:40.3026917Z test_sparse_csr_unary_out_ceil_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:40.3110477Z test_sparse_csr_unary_out_ceil_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:40.3194603Z test_sparse_csr_unary_out_ceil_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:40.3284728Z test_sparse_csr_unary_out_conj_physical_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-05-18T05:43:40.3363836Z test_sparse_csr_unary_out_conj_physical_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:40.3449829Z test_sparse_csr_unary_out_conj_physical_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:40.3558444Z test_sparse_csr_unary_out_conj_physical_cuda_complex32 (__main__.TestSparseCSRCUDA) ... expected failure (0.011s) 2022-05-18T05:43:40.3643649Z test_sparse_csr_unary_out_conj_physical_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:40.3726485Z test_sparse_csr_unary_out_conj_physical_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:40.3808437Z test_sparse_csr_unary_out_conj_physical_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:40.3891021Z test_sparse_csr_unary_out_conj_physical_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:40.3974763Z test_sparse_csr_unary_out_conj_physical_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:40.4053113Z test_sparse_csr_unary_out_conj_physical_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:40.4130977Z test_sparse_csr_unary_out_conj_physical_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:40.4209657Z test_sparse_csr_unary_out_conj_physical_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:40.4288235Z test_sparse_csr_unary_out_conj_physical_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:40.4371442Z test_sparse_csr_unary_out_erf_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:40.4452731Z test_sparse_csr_unary_out_erf_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:40.4535557Z test_sparse_csr_unary_out_erf_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:40.4623775Z test_sparse_csr_unary_out_erf_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-05-18T05:43:40.4705952Z test_sparse_csr_unary_out_erf_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:40.4787404Z test_sparse_csr_unary_out_erf_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:40.4869240Z test_sparse_csr_unary_out_erf_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:40.4951110Z test_sparse_csr_unary_out_erf_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:40.5032587Z test_sparse_csr_unary_out_erf_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:40.5114983Z test_sparse_csr_unary_out_erf_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:40.5197021Z test_sparse_csr_unary_out_erfinv_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:40.5284532Z test_sparse_csr_unary_out_erfinv_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-05-18T05:43:40.5366747Z test_sparse_csr_unary_out_erfinv_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:40.5448268Z test_sparse_csr_unary_out_erfinv_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:40.5529950Z test_sparse_csr_unary_out_erfinv_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:40.5611651Z test_sparse_csr_unary_out_erfinv_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:40.5692985Z test_sparse_csr_unary_out_erfinv_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:40.5774229Z test_sparse_csr_unary_out_erfinv_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:40.5840519Z test_sparse_csr_unary_out_erfinv_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-05-18T05:43:40.5928476Z test_sparse_csr_unary_out_expm1_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-05-18T05:43:40.6010092Z test_sparse_csr_unary_out_expm1_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:40.6092865Z test_sparse_csr_unary_out_expm1_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:40.6175564Z test_sparse_csr_unary_out_expm1_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:40.6257364Z test_sparse_csr_unary_out_expm1_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:40.6338869Z test_sparse_csr_unary_out_expm1_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:40.6420943Z test_sparse_csr_unary_out_expm1_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:40.6502947Z test_sparse_csr_unary_out_expm1_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:40.6590222Z test_sparse_csr_unary_out_expm1_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-05-18T05:43:40.6672673Z test_sparse_csr_unary_out_expm1_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:40.6755285Z test_sparse_csr_unary_out_floor_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:40.6837703Z test_sparse_csr_unary_out_floor_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:40.6919751Z test_sparse_csr_unary_out_floor_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:40.7001650Z test_sparse_csr_unary_out_floor_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:40.7021855Z test_sparse_csr_unary_out_isinf_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T05:43:40.7041666Z test_sparse_csr_unary_out_isinf_cuda_bool (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T05:43:40.7062138Z test_sparse_csr_unary_out_isinf_cuda_complex128 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T05:43:40.7087527Z test_sparse_csr_unary_out_isinf_cuda_complex32 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T05:43:40.7107247Z test_sparse_csr_unary_out_isinf_cuda_complex64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T05:43:40.7127007Z test_sparse_csr_unary_out_isinf_cuda_float16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T05:43:40.7147094Z test_sparse_csr_unary_out_isinf_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T05:43:40.7166717Z test_sparse_csr_unary_out_isinf_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T05:43:40.7186942Z test_sparse_csr_unary_out_isinf_cuda_int16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T05:43:40.7206474Z test_sparse_csr_unary_out_isinf_cuda_int32 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T05:43:40.7226536Z test_sparse_csr_unary_out_isinf_cuda_int64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T05:43:40.7246225Z test_sparse_csr_unary_out_isinf_cuda_int8 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T05:43:40.7266365Z test_sparse_csr_unary_out_isinf_cuda_uint8 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T05:43:40.7286317Z test_sparse_csr_unary_out_isnan_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T05:43:40.7306358Z test_sparse_csr_unary_out_isnan_cuda_bool (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T05:43:40.7332055Z test_sparse_csr_unary_out_isnan_cuda_complex128 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T05:43:40.7351899Z test_sparse_csr_unary_out_isnan_cuda_complex64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T05:43:40.7371626Z test_sparse_csr_unary_out_isnan_cuda_float16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T05:43:40.7391702Z test_sparse_csr_unary_out_isnan_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T05:43:40.7411704Z test_sparse_csr_unary_out_isnan_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T05:43:40.7431650Z test_sparse_csr_unary_out_isnan_cuda_int16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T05:43:40.7451313Z test_sparse_csr_unary_out_isnan_cuda_int32 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T05:43:40.7471532Z test_sparse_csr_unary_out_isnan_cuda_int64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T05:43:40.7491490Z test_sparse_csr_unary_out_isnan_cuda_int8 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T05:43:40.7511989Z test_sparse_csr_unary_out_isnan_cuda_uint8 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T05:43:40.7597844Z test_sparse_csr_unary_out_isneginf_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:40.7684392Z test_sparse_csr_unary_out_isneginf_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-05-18T05:43:40.7765621Z test_sparse_csr_unary_out_isneginf_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:40.7846795Z test_sparse_csr_unary_out_isneginf_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:40.7929197Z test_sparse_csr_unary_out_isneginf_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:40.8009271Z test_sparse_csr_unary_out_isneginf_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:40.8089338Z test_sparse_csr_unary_out_isneginf_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:40.8170164Z test_sparse_csr_unary_out_isneginf_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:40.8251160Z test_sparse_csr_unary_out_isneginf_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:40.8339351Z test_sparse_csr_unary_out_isneginf_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-05-18T05:43:40.8421485Z test_sparse_csr_unary_out_isposinf_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:40.8500177Z test_sparse_csr_unary_out_isposinf_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:40.8580539Z test_sparse_csr_unary_out_isposinf_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:40.8661239Z test_sparse_csr_unary_out_isposinf_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:40.8741258Z test_sparse_csr_unary_out_isposinf_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:40.8820444Z test_sparse_csr_unary_out_isposinf_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:40.8899377Z test_sparse_csr_unary_out_isposinf_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:40.8984169Z test_sparse_csr_unary_out_isposinf_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:40.9062864Z test_sparse_csr_unary_out_isposinf_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:40.9142349Z test_sparse_csr_unary_out_isposinf_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:40.9225559Z test_sparse_csr_unary_out_log1p_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:40.9307363Z test_sparse_csr_unary_out_log1p_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:40.9390131Z test_sparse_csr_unary_out_log1p_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:40.9472612Z test_sparse_csr_unary_out_log1p_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:40.9555016Z test_sparse_csr_unary_out_log1p_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:40.9642682Z test_sparse_csr_unary_out_log1p_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-05-18T05:43:40.9725233Z test_sparse_csr_unary_out_log1p_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:40.9807116Z test_sparse_csr_unary_out_log1p_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:40.9889198Z test_sparse_csr_unary_out_log1p_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:40.9971176Z test_sparse_csr_unary_out_log1p_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:41.0054035Z test_sparse_csr_unary_out_neg_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:41.0139259Z test_sparse_csr_unary_out_neg_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:41.0248312Z test_sparse_csr_unary_out_neg_cuda_complex32 (__main__.TestSparseCSRCUDA) ... expected failure (0.011s) 2022-05-18T05:43:41.0339019Z test_sparse_csr_unary_out_neg_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-05-18T05:43:41.0421747Z test_sparse_csr_unary_out_neg_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:41.0503951Z test_sparse_csr_unary_out_neg_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:41.0586504Z test_sparse_csr_unary_out_neg_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:41.0665029Z test_sparse_csr_unary_out_neg_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:41.0743905Z test_sparse_csr_unary_out_neg_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:41.0822212Z test_sparse_csr_unary_out_neg_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:41.0900910Z test_sparse_csr_unary_out_neg_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:41.0986387Z test_sparse_csr_unary_out_neg_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:41.1068600Z test_sparse_csr_unary_out_round_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:41.1150942Z test_sparse_csr_unary_out_round_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:41.1233845Z test_sparse_csr_unary_out_round_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:41.1315658Z test_sparse_csr_unary_out_round_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:41.1398358Z test_sparse_csr_unary_out_sgn_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:41.1476789Z test_sparse_csr_unary_out_sgn_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:41.1562046Z test_sparse_csr_unary_out_sgn_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:41.1674825Z test_sparse_csr_unary_out_sgn_cuda_complex32 (__main__.TestSparseCSRCUDA) ... expected failure (0.011s) 2022-05-18T05:43:41.1760003Z test_sparse_csr_unary_out_sgn_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:41.1842268Z test_sparse_csr_unary_out_sgn_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:41.1924353Z test_sparse_csr_unary_out_sgn_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:41.2006518Z test_sparse_csr_unary_out_sgn_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:41.2084865Z test_sparse_csr_unary_out_sgn_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:41.2163240Z test_sparse_csr_unary_out_sgn_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:41.2242120Z test_sparse_csr_unary_out_sgn_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:41.2327436Z test_sparse_csr_unary_out_sgn_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:41.2407906Z test_sparse_csr_unary_out_sgn_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:41.2491885Z test_sparse_csr_unary_out_sign_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:41.2572416Z test_sparse_csr_unary_out_sign_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:41.2655757Z test_sparse_csr_unary_out_sign_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:41.2740416Z test_sparse_csr_unary_out_sign_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:41.2823992Z test_sparse_csr_unary_out_sign_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:41.2904294Z test_sparse_csr_unary_out_sign_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:41.2990718Z test_sparse_csr_unary_out_sign_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-05-18T05:43:41.3070612Z test_sparse_csr_unary_out_sign_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:41.3150323Z test_sparse_csr_unary_out_sign_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:41.3231227Z test_sparse_csr_unary_out_sign_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:41.3311831Z test_sparse_csr_unary_out_signbit_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:41.3391222Z test_sparse_csr_unary_out_signbit_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:41.3471302Z test_sparse_csr_unary_out_signbit_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:41.3551883Z test_sparse_csr_unary_out_signbit_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:41.3638188Z test_sparse_csr_unary_out_signbit_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-05-18T05:43:41.3717173Z test_sparse_csr_unary_out_signbit_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:41.3795786Z test_sparse_csr_unary_out_signbit_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:41.3874972Z test_sparse_csr_unary_out_signbit_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:41.3953968Z test_sparse_csr_unary_out_signbit_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:41.4033909Z test_sparse_csr_unary_out_signbit_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:41.4116797Z test_sparse_csr_unary_out_sin_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:41.4199191Z test_sparse_csr_unary_out_sin_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:41.4289930Z test_sparse_csr_unary_out_sin_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-05-18T05:43:41.4374805Z test_sparse_csr_unary_out_sin_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:41.4457037Z test_sparse_csr_unary_out_sin_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:41.4540413Z test_sparse_csr_unary_out_sin_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:41.4623003Z test_sparse_csr_unary_out_sin_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:41.4704242Z test_sparse_csr_unary_out_sin_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:41.4785849Z test_sparse_csr_unary_out_sin_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:41.4867800Z test_sparse_csr_unary_out_sin_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:41.4955091Z test_sparse_csr_unary_out_sin_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-05-18T05:43:41.5036888Z test_sparse_csr_unary_out_sin_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:41.5119559Z test_sparse_csr_unary_out_sinh_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:41.5200547Z test_sparse_csr_unary_out_sinh_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:41.5284945Z test_sparse_csr_unary_out_sinh_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:41.5370433Z test_sparse_csr_unary_out_sinh_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:41.5452788Z test_sparse_csr_unary_out_sinh_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:41.5535544Z test_sparse_csr_unary_out_sinh_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:41.5623920Z test_sparse_csr_unary_out_sinh_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-05-18T05:43:41.5705937Z test_sparse_csr_unary_out_sinh_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:41.5787889Z test_sparse_csr_unary_out_sinh_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:41.5869566Z test_sparse_csr_unary_out_sinh_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:41.5950885Z test_sparse_csr_unary_out_sinh_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:41.6033331Z test_sparse_csr_unary_out_sinh_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:41.6115748Z test_sparse_csr_unary_out_sqrt_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:41.6197838Z test_sparse_csr_unary_out_sqrt_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:41.6289487Z test_sparse_csr_unary_out_sqrt_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-05-18T05:43:41.6375025Z test_sparse_csr_unary_out_sqrt_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:41.6457872Z test_sparse_csr_unary_out_sqrt_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:41.6540842Z test_sparse_csr_unary_out_sqrt_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:41.6624385Z test_sparse_csr_unary_out_sqrt_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:41.6708108Z test_sparse_csr_unary_out_sqrt_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:41.6792030Z test_sparse_csr_unary_out_sqrt_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:41.6875684Z test_sparse_csr_unary_out_sqrt_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:41.6966676Z test_sparse_csr_unary_out_sqrt_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-05-18T05:43:41.7049434Z test_sparse_csr_unary_out_sqrt_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:41.7133585Z test_sparse_csr_unary_out_tan_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:41.7216750Z test_sparse_csr_unary_out_tan_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:41.7302728Z test_sparse_csr_unary_out_tan_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:41.7388371Z test_sparse_csr_unary_out_tan_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:41.7470753Z test_sparse_csr_unary_out_tan_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:41.7554122Z test_sparse_csr_unary_out_tan_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:41.7642500Z test_sparse_csr_unary_out_tan_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-05-18T05:43:41.7725376Z test_sparse_csr_unary_out_tan_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:41.7807147Z test_sparse_csr_unary_out_tan_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:41.7888943Z test_sparse_csr_unary_out_tan_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:41.7970101Z test_sparse_csr_unary_out_tan_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:41.8052450Z test_sparse_csr_unary_out_tan_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:41.8135584Z test_sparse_csr_unary_out_tanh_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:41.8218231Z test_sparse_csr_unary_out_tanh_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:41.8309190Z test_sparse_csr_unary_out_tanh_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-05-18T05:43:41.8394309Z test_sparse_csr_unary_out_tanh_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:41.8476800Z test_sparse_csr_unary_out_tanh_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:41.8559614Z test_sparse_csr_unary_out_tanh_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:41.8641538Z test_sparse_csr_unary_out_tanh_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:41.8723499Z test_sparse_csr_unary_out_tanh_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:41.8804945Z test_sparse_csr_unary_out_tanh_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:41.8886559Z test_sparse_csr_unary_out_tanh_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:41.8974089Z test_sparse_csr_unary_out_tanh_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-05-18T05:43:41.9055909Z test_sparse_csr_unary_out_tanh_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:41.9138056Z test_sparse_csr_unary_out_trunc_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:41.9220151Z test_sparse_csr_unary_out_trunc_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:41.9302833Z test_sparse_csr_unary_out_trunc_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:41.9385367Z test_sparse_csr_unary_out_trunc_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-05-18T05:43:41.9526905Z test_sparse_mm_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.014s) 2022-05-18T05:43:41.9674936Z test_sparse_mm_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.015s) 2022-05-18T05:43:41.9810368Z test_sparse_mm_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.013s) 2022-05-18T05:43:41.9944549Z test_sparse_mm_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.013s) 2022-05-18T05:43:41.9986813Z test_sparse_triangular_solve_cuda_complex128 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpSV is not available (0.004s) 2022-05-18T05:43:42.0029431Z test_sparse_triangular_solve_cuda_complex64 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpSV is not available (0.004s) 2022-05-18T05:43:42.0071923Z test_sparse_triangular_solve_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpSV is not available (0.004s) 2022-05-18T05:43:42.0114285Z test_sparse_triangular_solve_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpSV is not available (0.004s) 2022-05-18T05:43:42.0488990Z test_sum_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.037s) 2022-05-18T05:43:42.0839382Z test_sum_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.035s) 2022-05-18T05:43:42.1230250Z test_sum_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.039s) 2022-05-18T05:43:42.1627106Z test_sum_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.040s) 2022-05-18T05:43:42.2001907Z test_sum_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.037s) 2022-05-18T05:43:42.2454846Z test_sum_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.045s) 2022-05-18T05:43:42.2897194Z test_sum_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.044s) 2022-05-18T05:43:42.3241410Z test_sum_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.034s) 2022-05-18T05:43:42.3585146Z test_sum_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.034s) 2022-05-18T05:43:42.3931499Z test_sum_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.034s) 2022-05-18T05:43:42.4280253Z test_sum_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.035s) 2022-05-18T05:43:42.4635174Z test_sum_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.035s) 2022-05-18T05:43:42.5401653Z test_transpose_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.077s) 2022-05-18T05:43:42.6100073Z test_transpose_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.070s) 2022-05-18T05:43:42.6887205Z test_transpose_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.079s) 2022-05-18T05:43:42.7679066Z test_transpose_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.079s) 2022-05-18T05:43:42.8440915Z test_transpose_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.076s) 2022-05-18T05:43:42.9208809Z test_transpose_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.077s) 2022-05-18T05:43:42.9962768Z test_transpose_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.075s) 2022-05-18T05:43:43.0670153Z test_transpose_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.071s) 2022-05-18T05:43:43.1372761Z test_transpose_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.070s) 2022-05-18T05:43:43.2065248Z test_transpose_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.069s) 2022-05-18T05:43:43.2764264Z test_transpose_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.070s) 2022-05-18T05:43:43.3468448Z test_transpose_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.070s) 2022-05-18T05:43:43.3508597Z test_zero_to_zero_correspondence_unary_abs_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:43.3543622Z test_zero_to_zero_correspondence_unary_abs_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:43.3582695Z test_zero_to_zero_correspondence_unary_abs_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:43.3702096Z test_zero_to_zero_correspondence_unary_abs_cuda_complex32 (__main__.TestSparseCSRCUDA) ... expected failure (0.012s) 2022-05-18T05:43:43.3742340Z test_zero_to_zero_correspondence_unary_abs_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:43.3780764Z test_zero_to_zero_correspondence_unary_abs_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:43.3819195Z test_zero_to_zero_correspondence_unary_abs_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:43.3856671Z test_zero_to_zero_correspondence_unary_abs_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:43.3891546Z test_zero_to_zero_correspondence_unary_abs_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:43.3926376Z test_zero_to_zero_correspondence_unary_abs_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:43.3960799Z test_zero_to_zero_correspondence_unary_abs_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:43.4002416Z test_zero_to_zero_correspondence_unary_abs_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:43.4036367Z test_zero_to_zero_correspondence_unary_abs_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:43.4075268Z test_zero_to_zero_correspondence_unary_angle_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:43.4113628Z test_zero_to_zero_correspondence_unary_angle_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:43.4224495Z test_zero_to_zero_correspondence_unary_angle_cuda_complex32 (__main__.TestSparseCSRCUDA) ... expected failure (0.011s) 2022-05-18T05:43:43.4263566Z test_zero_to_zero_correspondence_unary_angle_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:43.4301481Z test_zero_to_zero_correspondence_unary_angle_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:43.4338084Z test_zero_to_zero_correspondence_unary_angle_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:43.4382148Z test_zero_to_zero_correspondence_unary_angle_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:43.4419961Z test_zero_to_zero_correspondence_unary_angle_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:43.4457780Z test_zero_to_zero_correspondence_unary_angle_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:43.4496388Z test_zero_to_zero_correspondence_unary_angle_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:43.4534357Z test_zero_to_zero_correspondence_unary_angle_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:43.4572369Z test_zero_to_zero_correspondence_unary_asin_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:43.4610805Z test_zero_to_zero_correspondence_unary_asin_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:43.4648606Z test_zero_to_zero_correspondence_unary_asin_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:43.4694502Z test_zero_to_zero_correspondence_unary_asin_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:43.4732200Z test_zero_to_zero_correspondence_unary_asin_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:43.4770002Z test_zero_to_zero_correspondence_unary_asin_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:43.4806937Z test_zero_to_zero_correspondence_unary_asin_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:43.4845185Z test_zero_to_zero_correspondence_unary_asin_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:43.4883306Z test_zero_to_zero_correspondence_unary_asin_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:43.4921757Z test_zero_to_zero_correspondence_unary_asin_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:43.4959929Z test_zero_to_zero_correspondence_unary_asin_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:43.5003660Z test_zero_to_zero_correspondence_unary_asin_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:43.5041473Z test_zero_to_zero_correspondence_unary_asinh_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:43.5079700Z test_zero_to_zero_correspondence_unary_asinh_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:43.5117865Z test_zero_to_zero_correspondence_unary_asinh_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:43.5156494Z test_zero_to_zero_correspondence_unary_asinh_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:43.5194185Z test_zero_to_zero_correspondence_unary_asinh_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:43.5232163Z test_zero_to_zero_correspondence_unary_asinh_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:43.5269356Z test_zero_to_zero_correspondence_unary_asinh_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:43.5312958Z test_zero_to_zero_correspondence_unary_asinh_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:43.5350964Z test_zero_to_zero_correspondence_unary_asinh_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:43.5389113Z test_zero_to_zero_correspondence_unary_asinh_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:43.5427204Z test_zero_to_zero_correspondence_unary_asinh_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:43.5465376Z test_zero_to_zero_correspondence_unary_asinh_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:43.5503216Z test_zero_to_zero_correspondence_unary_atan_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:43.5541321Z test_zero_to_zero_correspondence_unary_atan_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:43.5578788Z test_zero_to_zero_correspondence_unary_atan_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:43.5623679Z test_zero_to_zero_correspondence_unary_atan_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:43.5661503Z test_zero_to_zero_correspondence_unary_atan_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:43.5699889Z test_zero_to_zero_correspondence_unary_atan_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:43.5736764Z test_zero_to_zero_correspondence_unary_atan_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:43.5774553Z test_zero_to_zero_correspondence_unary_atan_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:43.5812671Z test_zero_to_zero_correspondence_unary_atan_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:43.5850646Z test_zero_to_zero_correspondence_unary_atan_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:43.5888542Z test_zero_to_zero_correspondence_unary_atan_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:43.5931627Z test_zero_to_zero_correspondence_unary_atan_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:43.5969313Z test_zero_to_zero_correspondence_unary_atanh_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:43.6007272Z test_zero_to_zero_correspondence_unary_atanh_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:43.6045540Z test_zero_to_zero_correspondence_unary_atanh_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:43.6083927Z test_zero_to_zero_correspondence_unary_atanh_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:43.6121862Z test_zero_to_zero_correspondence_unary_atanh_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:43.6159672Z test_zero_to_zero_correspondence_unary_atanh_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:43.6197603Z test_zero_to_zero_correspondence_unary_atanh_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:43.6240980Z test_zero_to_zero_correspondence_unary_atanh_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:43.6279014Z test_zero_to_zero_correspondence_unary_atanh_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:43.6317154Z test_zero_to_zero_correspondence_unary_atanh_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:43.6355430Z test_zero_to_zero_correspondence_unary_atanh_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:43.6393898Z test_zero_to_zero_correspondence_unary_atanh_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:43.6431523Z test_zero_to_zero_correspondence_unary_ceil_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:43.6469664Z test_zero_to_zero_correspondence_unary_ceil_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:43.6507363Z test_zero_to_zero_correspondence_unary_ceil_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:43.6549878Z test_zero_to_zero_correspondence_unary_ceil_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:43.6585904Z test_zero_to_zero_correspondence_unary_conj_physical_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:43.6618067Z test_zero_to_zero_correspondence_unary_conj_physical_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:43.6656366Z test_zero_to_zero_correspondence_unary_conj_physical_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:43.6765033Z test_zero_to_zero_correspondence_unary_conj_physical_cuda_complex32 (__main__.TestSparseCSRCUDA) ... expected failure (0.011s) 2022-05-18T05:43:43.6804029Z test_zero_to_zero_correspondence_unary_conj_physical_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:43.6839665Z test_zero_to_zero_correspondence_unary_conj_physical_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:43.6875570Z test_zero_to_zero_correspondence_unary_conj_physical_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:43.6916558Z test_zero_to_zero_correspondence_unary_conj_physical_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:43.6948923Z test_zero_to_zero_correspondence_unary_conj_physical_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:43.6981329Z test_zero_to_zero_correspondence_unary_conj_physical_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:43.7012886Z test_zero_to_zero_correspondence_unary_conj_physical_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:43.7045350Z test_zero_to_zero_correspondence_unary_conj_physical_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:43.7078173Z test_zero_to_zero_correspondence_unary_conj_physical_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:43.7116335Z test_zero_to_zero_correspondence_unary_erf_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:43.7154727Z test_zero_to_zero_correspondence_unary_erf_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:43.7199592Z test_zero_to_zero_correspondence_unary_erf_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:43.7237363Z test_zero_to_zero_correspondence_unary_erf_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:43.7274736Z test_zero_to_zero_correspondence_unary_erf_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:43.7313374Z test_zero_to_zero_correspondence_unary_erf_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:43.7351989Z test_zero_to_zero_correspondence_unary_erf_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:43.7390813Z test_zero_to_zero_correspondence_unary_erf_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:43.7429269Z test_zero_to_zero_correspondence_unary_erf_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:43.7468166Z test_zero_to_zero_correspondence_unary_erf_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:43.7513338Z test_zero_to_zero_correspondence_unary_erfinv_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:43.7551171Z test_zero_to_zero_correspondence_unary_erfinv_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:43.7589316Z test_zero_to_zero_correspondence_unary_erfinv_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:43.7626754Z test_zero_to_zero_correspondence_unary_erfinv_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:43.7665220Z test_zero_to_zero_correspondence_unary_erfinv_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:43.7703891Z test_zero_to_zero_correspondence_unary_erfinv_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:43.7742190Z test_zero_to_zero_correspondence_unary_erfinv_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:43.7780579Z test_zero_to_zero_correspondence_unary_erfinv_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:43.7825391Z test_zero_to_zero_correspondence_unary_erfinv_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:43.7863257Z test_zero_to_zero_correspondence_unary_expm1_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:43.7902343Z test_zero_to_zero_correspondence_unary_expm1_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:43.7939970Z test_zero_to_zero_correspondence_unary_expm1_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:43.7978142Z test_zero_to_zero_correspondence_unary_expm1_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:43.8016003Z test_zero_to_zero_correspondence_unary_expm1_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:43.8054512Z test_zero_to_zero_correspondence_unary_expm1_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:43.8093488Z test_zero_to_zero_correspondence_unary_expm1_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:43.8137237Z test_zero_to_zero_correspondence_unary_expm1_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:43.8175669Z test_zero_to_zero_correspondence_unary_expm1_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:43.8214240Z test_zero_to_zero_correspondence_unary_expm1_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:43.8251808Z test_zero_to_zero_correspondence_unary_floor_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:43.8289716Z test_zero_to_zero_correspondence_unary_floor_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:43.8327154Z test_zero_to_zero_correspondence_unary_floor_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:43.8364123Z test_zero_to_zero_correspondence_unary_floor_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:43.8399665Z test_zero_to_zero_correspondence_unary_isinf_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:43.8441133Z test_zero_to_zero_correspondence_unary_isinf_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:43.8477852Z test_zero_to_zero_correspondence_unary_isinf_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:43.8589977Z test_zero_to_zero_correspondence_unary_isinf_cuda_complex32 (__main__.TestSparseCSRCUDA) ... expected failure (0.011s) 2022-05-18T05:43:43.8626555Z test_zero_to_zero_correspondence_unary_isinf_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:43.8661430Z test_zero_to_zero_correspondence_unary_isinf_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:43.8696372Z test_zero_to_zero_correspondence_unary_isinf_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:43.8731789Z test_zero_to_zero_correspondence_unary_isinf_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:43.8766360Z test_zero_to_zero_correspondence_unary_isinf_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:43.8806833Z test_zero_to_zero_correspondence_unary_isinf_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:43.8841076Z test_zero_to_zero_correspondence_unary_isinf_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:43.8875876Z test_zero_to_zero_correspondence_unary_isinf_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:43.8910275Z test_zero_to_zero_correspondence_unary_isinf_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:43.8944624Z test_zero_to_zero_correspondence_unary_isnan_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:43.8978469Z test_zero_to_zero_correspondence_unary_isnan_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:43.9013142Z test_zero_to_zero_correspondence_unary_isnan_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:43.9047529Z test_zero_to_zero_correspondence_unary_isnan_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:43.9087533Z test_zero_to_zero_correspondence_unary_isnan_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:43.9121705Z test_zero_to_zero_correspondence_unary_isnan_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:43.9156143Z test_zero_to_zero_correspondence_unary_isnan_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:43.9190959Z test_zero_to_zero_correspondence_unary_isnan_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:43.9225383Z test_zero_to_zero_correspondence_unary_isnan_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:43.9259895Z test_zero_to_zero_correspondence_unary_isnan_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:43.9294044Z test_zero_to_zero_correspondence_unary_isnan_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:43.9328489Z test_zero_to_zero_correspondence_unary_isnan_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:43.9368461Z test_zero_to_zero_correspondence_unary_isneginf_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:43.9402563Z test_zero_to_zero_correspondence_unary_isneginf_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:43.9437081Z test_zero_to_zero_correspondence_unary_isneginf_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:43.9471621Z test_zero_to_zero_correspondence_unary_isneginf_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:43.9505882Z test_zero_to_zero_correspondence_unary_isneginf_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:43.9540330Z test_zero_to_zero_correspondence_unary_isneginf_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:43.9574437Z test_zero_to_zero_correspondence_unary_isneginf_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:43.9608862Z test_zero_to_zero_correspondence_unary_isneginf_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:43.9648624Z test_zero_to_zero_correspondence_unary_isneginf_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:43.9683120Z test_zero_to_zero_correspondence_unary_isneginf_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:43.9717868Z test_zero_to_zero_correspondence_unary_isposinf_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:43.9751983Z test_zero_to_zero_correspondence_unary_isposinf_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:43.9786581Z test_zero_to_zero_correspondence_unary_isposinf_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:43.9820617Z test_zero_to_zero_correspondence_unary_isposinf_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:43.9854941Z test_zero_to_zero_correspondence_unary_isposinf_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:43.9889361Z test_zero_to_zero_correspondence_unary_isposinf_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:43.9929258Z test_zero_to_zero_correspondence_unary_isposinf_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:43.9963713Z test_zero_to_zero_correspondence_unary_isposinf_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:43.9998176Z test_zero_to_zero_correspondence_unary_isposinf_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:44.0032786Z test_zero_to_zero_correspondence_unary_isposinf_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:44.0070673Z test_zero_to_zero_correspondence_unary_log1p_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:44.0108814Z test_zero_to_zero_correspondence_unary_log1p_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:44.0146212Z test_zero_to_zero_correspondence_unary_log1p_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:44.0184026Z test_zero_to_zero_correspondence_unary_log1p_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:44.0226589Z test_zero_to_zero_correspondence_unary_log1p_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:44.0264337Z test_zero_to_zero_correspondence_unary_log1p_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:44.0302650Z test_zero_to_zero_correspondence_unary_log1p_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:44.0340472Z test_zero_to_zero_correspondence_unary_log1p_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:44.0379415Z test_zero_to_zero_correspondence_unary_log1p_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:44.0417207Z test_zero_to_zero_correspondence_unary_log1p_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:44.0454893Z test_zero_to_zero_correspondence_unary_neg_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:44.0492830Z test_zero_to_zero_correspondence_unary_neg_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:44.0606816Z test_zero_to_zero_correspondence_unary_neg_cuda_complex32 (__main__.TestSparseCSRCUDA) ... expected failure (0.011s) 2022-05-18T05:43:44.0645166Z test_zero_to_zero_correspondence_unary_neg_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:44.0683200Z test_zero_to_zero_correspondence_unary_neg_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:44.0720873Z test_zero_to_zero_correspondence_unary_neg_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:44.0758109Z test_zero_to_zero_correspondence_unary_neg_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:44.0792474Z test_zero_to_zero_correspondence_unary_neg_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:44.0826570Z test_zero_to_zero_correspondence_unary_neg_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:44.0860049Z test_zero_to_zero_correspondence_unary_neg_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:44.0900106Z test_zero_to_zero_correspondence_unary_neg_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:44.0934017Z test_zero_to_zero_correspondence_unary_neg_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:44.0971913Z test_zero_to_zero_correspondence_unary_round_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:44.1009443Z test_zero_to_zero_correspondence_unary_round_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:44.1047392Z test_zero_to_zero_correspondence_unary_round_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:44.1084433Z test_zero_to_zero_correspondence_unary_round_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:44.1122406Z test_zero_to_zero_correspondence_unary_sgn_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:44.1156957Z test_zero_to_zero_correspondence_unary_sgn_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:44.1202136Z test_zero_to_zero_correspondence_unary_sgn_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:44.1312665Z test_zero_to_zero_correspondence_unary_sgn_cuda_complex32 (__main__.TestSparseCSRCUDA) ... expected failure (0.011s) 2022-05-18T05:43:44.1352516Z test_zero_to_zero_correspondence_unary_sgn_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:44.1390923Z test_zero_to_zero_correspondence_unary_sgn_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:44.1428898Z test_zero_to_zero_correspondence_unary_sgn_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:44.1466220Z test_zero_to_zero_correspondence_unary_sgn_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:44.1500603Z test_zero_to_zero_correspondence_unary_sgn_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:44.1535194Z test_zero_to_zero_correspondence_unary_sgn_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:44.1575089Z test_zero_to_zero_correspondence_unary_sgn_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:44.1609563Z test_zero_to_zero_correspondence_unary_sgn_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:44.1643918Z test_zero_to_zero_correspondence_unary_sgn_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:44.1682647Z test_zero_to_zero_correspondence_unary_sign_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:44.1716691Z test_zero_to_zero_correspondence_unary_sign_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:44.1754721Z test_zero_to_zero_correspondence_unary_sign_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:44.1793456Z test_zero_to_zero_correspondence_unary_sign_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:44.1830900Z test_zero_to_zero_correspondence_unary_sign_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:44.1872010Z test_zero_to_zero_correspondence_unary_sign_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:44.1906465Z test_zero_to_zero_correspondence_unary_sign_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:44.1939748Z test_zero_to_zero_correspondence_unary_sign_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:44.1974129Z test_zero_to_zero_correspondence_unary_sign_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:44.2008002Z test_zero_to_zero_correspondence_unary_sign_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:44.2042684Z test_zero_to_zero_correspondence_unary_signbit_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:44.2077156Z test_zero_to_zero_correspondence_unary_signbit_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:44.2111969Z test_zero_to_zero_correspondence_unary_signbit_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:44.2154056Z test_zero_to_zero_correspondence_unary_signbit_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:44.2189092Z test_zero_to_zero_correspondence_unary_signbit_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:44.2223644Z test_zero_to_zero_correspondence_unary_signbit_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:44.2257740Z test_zero_to_zero_correspondence_unary_signbit_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:44.2292159Z test_zero_to_zero_correspondence_unary_signbit_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:44.2326469Z test_zero_to_zero_correspondence_unary_signbit_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:44.2360900Z test_zero_to_zero_correspondence_unary_signbit_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-05-18T05:43:44.2399502Z test_zero_to_zero_correspondence_unary_sin_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:44.2443037Z test_zero_to_zero_correspondence_unary_sin_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:44.2481412Z test_zero_to_zero_correspondence_unary_sin_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:44.2519964Z test_zero_to_zero_correspondence_unary_sin_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:44.2557708Z test_zero_to_zero_correspondence_unary_sin_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:44.2595438Z test_zero_to_zero_correspondence_unary_sin_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:44.2632394Z test_zero_to_zero_correspondence_unary_sin_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:44.2670478Z test_zero_to_zero_correspondence_unary_sin_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:44.2708832Z test_zero_to_zero_correspondence_unary_sin_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:44.2752567Z test_zero_to_zero_correspondence_unary_sin_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:44.2790471Z test_zero_to_zero_correspondence_unary_sin_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:44.2828736Z test_zero_to_zero_correspondence_unary_sin_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:44.2866212Z test_zero_to_zero_correspondence_unary_sinh_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:44.2904356Z test_zero_to_zero_correspondence_unary_sinh_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:44.2942086Z test_zero_to_zero_correspondence_unary_sinh_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:44.2980440Z test_zero_to_zero_correspondence_unary_sinh_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:44.3018175Z test_zero_to_zero_correspondence_unary_sinh_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:44.3061590Z test_zero_to_zero_correspondence_unary_sinh_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:44.3098122Z test_zero_to_zero_correspondence_unary_sinh_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:44.3136183Z test_zero_to_zero_correspondence_unary_sinh_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:44.3174557Z test_zero_to_zero_correspondence_unary_sinh_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:44.3212412Z test_zero_to_zero_correspondence_unary_sinh_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:44.3250253Z test_zero_to_zero_correspondence_unary_sinh_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:44.3288347Z test_zero_to_zero_correspondence_unary_sinh_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:44.3326172Z test_zero_to_zero_correspondence_unary_sqrt_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:44.3369325Z test_zero_to_zero_correspondence_unary_sqrt_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:44.3407158Z test_zero_to_zero_correspondence_unary_sqrt_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:44.3445612Z test_zero_to_zero_correspondence_unary_sqrt_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:44.3483290Z test_zero_to_zero_correspondence_unary_sqrt_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:44.3520839Z test_zero_to_zero_correspondence_unary_sqrt_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:44.3558145Z test_zero_to_zero_correspondence_unary_sqrt_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:44.3596539Z test_zero_to_zero_correspondence_unary_sqrt_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:44.3634739Z test_zero_to_zero_correspondence_unary_sqrt_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:44.3678515Z test_zero_to_zero_correspondence_unary_sqrt_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:44.3716722Z test_zero_to_zero_correspondence_unary_sqrt_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:44.3754793Z test_zero_to_zero_correspondence_unary_sqrt_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:44.3792244Z test_zero_to_zero_correspondence_unary_tan_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:44.3830329Z test_zero_to_zero_correspondence_unary_tan_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:44.3868033Z test_zero_to_zero_correspondence_unary_tan_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:44.3906872Z test_zero_to_zero_correspondence_unary_tan_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:44.3944409Z test_zero_to_zero_correspondence_unary_tan_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:44.3987678Z test_zero_to_zero_correspondence_unary_tan_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:44.4025010Z test_zero_to_zero_correspondence_unary_tan_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:44.4062807Z test_zero_to_zero_correspondence_unary_tan_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:44.4100471Z test_zero_to_zero_correspondence_unary_tan_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:44.4138233Z test_zero_to_zero_correspondence_unary_tan_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:44.4176343Z test_zero_to_zero_correspondence_unary_tan_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:44.4214470Z test_zero_to_zero_correspondence_unary_tan_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:44.4252323Z test_zero_to_zero_correspondence_unary_tanh_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:44.4295643Z test_zero_to_zero_correspondence_unary_tanh_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:44.4333566Z test_zero_to_zero_correspondence_unary_tanh_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:44.4372149Z test_zero_to_zero_correspondence_unary_tanh_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:44.4409979Z test_zero_to_zero_correspondence_unary_tanh_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:44.4447609Z test_zero_to_zero_correspondence_unary_tanh_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:44.4484490Z test_zero_to_zero_correspondence_unary_tanh_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:44.4522759Z test_zero_to_zero_correspondence_unary_tanh_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:44.4561052Z test_zero_to_zero_correspondence_unary_tanh_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:44.4604587Z test_zero_to_zero_correspondence_unary_tanh_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:44.4642491Z test_zero_to_zero_correspondence_unary_tanh_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:44.4680620Z test_zero_to_zero_correspondence_unary_tanh_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:44.4719326Z test_zero_to_zero_correspondence_unary_trunc_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:44.4756824Z test_zero_to_zero_correspondence_unary_trunc_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:44.4794790Z test_zero_to_zero_correspondence_unary_trunc_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:44.4831796Z test_zero_to_zero_correspondence_unary_trunc_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-05-18T05:43:45.1566719Z test_make_crow_indices (__main__.TestSparseCSRSampler) ... ok (0.673s) 2022-05-18T05:43:45.1630841Z test_clone_SparseBSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-05-18T05:43:45.1686085Z test_clone_SparseBSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-05-18T05:43:45.1741658Z test_clone_SparseBSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-05-18T05:43:45.1798021Z test_clone_SparseBSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-05-18T05:43:45.1852164Z test_clone_SparseBSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-05-18T05:43:45.1906851Z test_clone_SparseBSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-05-18T05:43:45.1960332Z test_clone_SparseBSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-05-18T05:43:45.2008946Z test_clone_SparseBSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-05-18T05:43:45.2062789Z test_clone_SparseBSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-05-18T05:43:45.2110098Z test_clone_SparseBSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-05-18T05:43:45.2157929Z test_clone_SparseBSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-05-18T05:43:45.2206481Z test_clone_SparseBSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-05-18T05:43:45.2261360Z test_clone_SparseBSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-05-18T05:43:45.2309701Z test_clone_SparseBSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-05-18T05:43:45.2364858Z test_clone_SparseBSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-05-18T05:43:45.2421389Z test_clone_SparseBSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-05-18T05:43:45.2482083Z test_clone_SparseBSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-05-18T05:43:45.2536239Z test_clone_SparseBSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-05-18T05:43:45.2589737Z test_clone_SparseBSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-05-18T05:43:45.2637736Z test_clone_SparseBSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-05-18T05:43:45.2685942Z test_clone_SparseBSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-05-18T05:43:45.2732641Z test_clone_SparseBSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-05-18T05:43:45.2780578Z test_clone_SparseBSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-05-18T05:43:45.2829132Z test_clone_SparseBSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-05-18T05:43:45.2890353Z test_clone_SparseCSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-05-18T05:43:45.2937680Z test_clone_SparseCSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-05-18T05:43:45.2992534Z test_clone_SparseCSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-05-18T05:43:45.3047625Z test_clone_SparseCSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-05-18T05:43:45.3101340Z test_clone_SparseCSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-05-18T05:43:45.3155141Z test_clone_SparseCSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-05-18T05:43:45.3208684Z test_clone_SparseCSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-05-18T05:43:45.3256075Z test_clone_SparseCSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-05-18T05:43:45.3309137Z test_clone_SparseCSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-05-18T05:43:45.3355442Z test_clone_SparseCSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-05-18T05:43:45.3403104Z test_clone_SparseCSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-05-18T05:43:45.3450425Z test_clone_SparseCSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-05-18T05:43:45.3504150Z test_clone_SparseCSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-05-18T05:43:45.3551640Z test_clone_SparseCSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-05-18T05:43:45.3606296Z test_clone_SparseCSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-05-18T05:43:45.3661735Z test_clone_SparseCSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-05-18T05:43:45.3721811Z test_clone_SparseCSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-05-18T05:43:45.3775772Z test_clone_SparseCSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-05-18T05:43:45.3829117Z test_clone_SparseCSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-05-18T05:43:45.3876620Z test_clone_SparseCSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-05-18T05:43:45.3923844Z test_clone_SparseCSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-05-18T05:43:45.3971027Z test_clone_SparseCSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-05-18T05:43:45.4018436Z test_clone_SparseCSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-05-18T05:43:45.4066401Z test_clone_SparseCSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-05-18T05:43:45.4388336Z test_empty_SparseCSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.032s) 2022-05-18T05:43:45.4700745Z test_empty_SparseCSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.031s) 2022-05-18T05:43:45.5013422Z test_empty_SparseCSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.031s) 2022-05-18T05:43:45.5328498Z test_empty_SparseCSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.031s) 2022-05-18T05:43:45.5644706Z test_empty_SparseCSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.032s) 2022-05-18T05:43:45.5960159Z test_empty_SparseCSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.031s) 2022-05-18T05:43:45.6274913Z test_empty_SparseCSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.031s) 2022-05-18T05:43:45.6590718Z test_empty_SparseCSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.031s) 2022-05-18T05:43:45.6911565Z test_empty_SparseCSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.032s) 2022-05-18T05:43:45.7224202Z test_empty_SparseCSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.031s) 2022-05-18T05:43:45.7537873Z test_empty_SparseCSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.031s) 2022-05-18T05:43:45.7853263Z test_empty_SparseCSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.031s) 2022-05-18T05:43:45.8169538Z test_empty_SparseCSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.032s) 2022-05-18T05:43:45.8486477Z test_empty_SparseCSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.031s) 2022-05-18T05:43:45.8822387Z test_empty_SparseCSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.033s) 2022-05-18T05:43:45.9144357Z test_empty_SparseCSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.032s) 2022-05-18T05:43:45.9464628Z test_empty_SparseCSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.032s) 2022-05-18T05:43:45.9778616Z test_empty_SparseCSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.031s) 2022-05-18T05:43:46.0093596Z test_empty_SparseCSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.031s) 2022-05-18T05:43:46.0407751Z test_empty_SparseCSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.031s) 2022-05-18T05:43:46.0736039Z test_empty_SparseCSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.033s) 2022-05-18T05:43:46.1049979Z test_empty_SparseCSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.031s) 2022-05-18T05:43:46.1378160Z test_empty_SparseCSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.033s) 2022-05-18T05:43:46.1692246Z test_empty_SparseCSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.031s) 2022-05-18T05:43:46.1754821Z test_empty_errors_SparseCSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-05-18T05:43:46.1808259Z test_empty_errors_SparseCSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-05-18T05:43:46.1861765Z test_empty_errors_SparseCSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-05-18T05:43:46.1915263Z test_empty_errors_SparseCSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-05-18T05:43:46.1968399Z test_empty_errors_SparseCSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-05-18T05:43:46.2021904Z test_empty_errors_SparseCSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-05-18T05:43:46.2075282Z test_empty_errors_SparseCSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-05-18T05:43:46.2129422Z test_empty_errors_SparseCSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-05-18T05:43:46.2188525Z test_empty_errors_SparseCSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-05-18T05:43:46.2241935Z test_empty_errors_SparseCSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-05-18T05:43:46.2295231Z test_empty_errors_SparseCSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-05-18T05:43:46.2349003Z test_empty_errors_SparseCSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-05-18T05:43:46.2405396Z test_empty_errors_SparseCSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-05-18T05:43:46.2458892Z test_empty_errors_SparseCSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-05-18T05:43:46.2512647Z test_empty_errors_SparseCSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-05-18T05:43:46.2566699Z test_empty_errors_SparseCSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-05-18T05:43:46.2625973Z test_empty_errors_SparseCSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-05-18T05:43:46.2679439Z test_empty_errors_SparseCSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-05-18T05:43:46.2732978Z test_empty_errors_SparseCSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-05-18T05:43:46.2787353Z test_empty_errors_SparseCSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-05-18T05:43:46.2840448Z test_empty_errors_SparseCSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-05-18T05:43:46.2894053Z test_empty_errors_SparseCSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-05-18T05:43:46.2947732Z test_empty_errors_SparseCSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-05-18T05:43:46.3001769Z test_empty_errors_SparseCSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-05-18T05:43:46.3019667Z test_layout_SparseBSC_cuda (__main__.TestSparseCompressedCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:43:46.3032483Z test_layout_SparseBSR_cuda (__main__.TestSparseCompressedCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:43:46.3044955Z test_layout_SparseCSC_cuda (__main__.TestSparseCompressedCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:43:46.3057433Z test_layout_SparseCSR_cuda (__main__.TestSparseCompressedCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:43:46.3209181Z test_sparse_compressed_constructor_____from_list_SparseBSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-05-18T05:43:46.3345375Z test_sparse_compressed_constructor_____from_list_SparseBSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:46.3495289Z test_sparse_compressed_constructor_____from_list_SparseBSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-05-18T05:43:46.3647886Z test_sparse_compressed_constructor_____from_list_SparseBSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-05-18T05:43:46.3797408Z test_sparse_compressed_constructor_____from_list_SparseBSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-05-18T05:43:46.3951501Z test_sparse_compressed_constructor_____from_list_SparseBSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-05-18T05:43:46.4098462Z test_sparse_compressed_constructor_____from_list_SparseBSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-05-18T05:43:46.4235008Z test_sparse_compressed_constructor_____from_list_SparseBSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:46.4371362Z test_sparse_compressed_constructor_____from_list_SparseBSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:46.4509345Z test_sparse_compressed_constructor_____from_list_SparseBSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:46.4646590Z test_sparse_compressed_constructor_____from_list_SparseBSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:46.4783617Z test_sparse_compressed_constructor_____from_list_SparseBSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:46.4935662Z test_sparse_compressed_constructor_____from_list_SparseBSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-05-18T05:43:46.5078047Z test_sparse_compressed_constructor_____from_list_SparseBSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:46.5230771Z test_sparse_compressed_constructor_____from_list_SparseBSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-05-18T05:43:46.5383107Z test_sparse_compressed_constructor_____from_list_SparseBSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-05-18T05:43:46.5531749Z test_sparse_compressed_constructor_____from_list_SparseBSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-05-18T05:43:46.5680781Z test_sparse_compressed_constructor_____from_list_SparseBSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-05-18T05:43:46.5827490Z test_sparse_compressed_constructor_____from_list_SparseBSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-05-18T05:43:46.5963561Z test_sparse_compressed_constructor_____from_list_SparseBSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:46.6100434Z test_sparse_compressed_constructor_____from_list_SparseBSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:46.6244717Z test_sparse_compressed_constructor_____from_list_SparseBSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:46.6386121Z test_sparse_compressed_constructor_____from_list_SparseBSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:46.6524649Z test_sparse_compressed_constructor_____from_list_SparseBSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:46.6674504Z test_sparse_compressed_constructor_____from_list_SparseCSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-05-18T05:43:46.6810929Z test_sparse_compressed_constructor_____from_list_SparseCSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:46.6962752Z test_sparse_compressed_constructor_____from_list_SparseCSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-05-18T05:43:46.7117977Z test_sparse_compressed_constructor_____from_list_SparseCSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-05-18T05:43:46.7266663Z test_sparse_compressed_constructor_____from_list_SparseCSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-05-18T05:43:46.7425571Z test_sparse_compressed_constructor_____from_list_SparseCSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.016s) 2022-05-18T05:43:46.7574887Z test_sparse_compressed_constructor_____from_list_SparseCSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-05-18T05:43:46.7710141Z test_sparse_compressed_constructor_____from_list_SparseCSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-05-18T05:43:46.7845041Z test_sparse_compressed_constructor_____from_list_SparseCSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-05-18T05:43:46.7978320Z test_sparse_compressed_constructor_____from_list_SparseCSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-05-18T05:43:46.8113768Z test_sparse_compressed_constructor_____from_list_SparseCSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-05-18T05:43:46.8248754Z test_sparse_compressed_constructor_____from_list_SparseCSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-05-18T05:43:46.8396098Z test_sparse_compressed_constructor_____from_list_SparseCSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-05-18T05:43:46.8538759Z test_sparse_compressed_constructor_____from_list_SparseCSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:46.8687452Z test_sparse_compressed_constructor_____from_list_SparseCSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-05-18T05:43:46.8838318Z test_sparse_compressed_constructor_____from_list_SparseCSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-05-18T05:43:46.8985405Z test_sparse_compressed_constructor_____from_list_SparseCSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-05-18T05:43:46.9132908Z test_sparse_compressed_constructor_____from_list_SparseCSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-05-18T05:43:46.9278265Z test_sparse_compressed_constructor_____from_list_SparseCSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:46.9417400Z test_sparse_compressed_constructor_____from_list_SparseCSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:46.9558043Z test_sparse_compressed_constructor_____from_list_SparseCSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:46.9691260Z test_sparse_compressed_constructor_____from_list_SparseCSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-05-18T05:43:46.9826664Z test_sparse_compressed_constructor_____from_list_SparseCSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-05-18T05:43:46.9962132Z test_sparse_compressed_constructor_____from_list_SparseCSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-05-18T05:43:47.0101778Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:47.0227298Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.012s) 2022-05-18T05:43:47.0367420Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:47.0509578Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:47.0653795Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:47.0792549Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:47.0929465Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:47.1055267Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.012s) 2022-05-18T05:43:47.1183157Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-05-18T05:43:47.1306649Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.012s) 2022-05-18T05:43:47.1432217Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.012s) 2022-05-18T05:43:47.1559218Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-05-18T05:43:47.1708237Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-05-18T05:43:47.1836067Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-05-18T05:43:47.1979618Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:47.2123735Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:47.2265412Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:47.2405938Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:47.2543576Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:47.2668925Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.012s) 2022-05-18T05:43:47.2801701Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-05-18T05:43:47.2925156Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.012s) 2022-05-18T05:43:47.3051314Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-05-18T05:43:47.3177553Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-05-18T05:43:47.3315380Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:47.3440368Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.012s) 2022-05-18T05:43:47.3579763Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:47.3721520Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:47.3865453Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:47.4002316Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:47.4138804Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:47.4267549Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-05-18T05:43:47.4395477Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-05-18T05:43:47.4518221Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.012s) 2022-05-18T05:43:47.4642989Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.012s) 2022-05-18T05:43:47.4771658Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-05-18T05:43:47.4915424Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:47.5039717Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.012s) 2022-05-18T05:43:47.5178312Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:47.5319105Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:47.5456687Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:47.5595180Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:47.5730954Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-05-18T05:43:47.5856743Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.012s) 2022-05-18T05:43:47.5987252Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-05-18T05:43:47.6109601Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.012s) 2022-05-18T05:43:47.6233905Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.012s) 2022-05-18T05:43:47.6358438Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.012s) 2022-05-18T05:43:47.6508050Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-05-18T05:43:47.6644376Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:47.6794384Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-05-18T05:43:47.6948171Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-05-18T05:43:47.7106866Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.016s) 2022-05-18T05:43:47.7259007Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-05-18T05:43:47.7407764Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-05-18T05:43:47.7546825Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:47.7685202Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:47.7821571Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:47.7959505Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:47.8096667Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:47.8253570Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.016s) 2022-05-18T05:43:47.8390319Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:47.8540988Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-05-18T05:43:47.8693840Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-05-18T05:43:47.8844260Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-05-18T05:43:47.8993447Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-05-18T05:43:47.9140252Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-05-18T05:43:47.9276084Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:47.9419232Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:47.9553275Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-05-18T05:43:47.9689485Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:47.9826243Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:47.9973834Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-05-18T05:43:48.0109136Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-05-18T05:43:48.0260971Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-05-18T05:43:48.0411419Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-05-18T05:43:48.0564425Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-05-18T05:43:48.0711678Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-05-18T05:43:48.0857624Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-05-18T05:43:48.0996432Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:48.1131744Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-05-18T05:43:48.1265492Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-05-18T05:43:48.1403494Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:48.1538240Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-05-18T05:43:48.1691264Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-05-18T05:43:48.1826475Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-05-18T05:43:48.1974271Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-05-18T05:43:48.2124332Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-05-18T05:43:48.2272377Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-05-18T05:43:48.2421255Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-05-18T05:43:48.2568717Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-05-18T05:43:48.2706370Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:48.2851083Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:48.2986001Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-05-18T05:43:48.3122963Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:48.3259440Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:48.3399729Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:48.3526226Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-05-18T05:43:48.3667156Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:48.3810064Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:48.3955719Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:48.4098565Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:48.4237368Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:48.4369573Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-05-18T05:43:48.4502334Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-05-18T05:43:48.4627896Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.012s) 2022-05-18T05:43:48.4755653Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-05-18T05:43:48.4883057Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-05-18T05:43:48.5030476Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-05-18T05:43:48.5156044Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.012s) 2022-05-18T05:43:48.5297467Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:48.5440318Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:48.5582284Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:48.5721392Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:48.5857889Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:48.5983706Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.012s) 2022-05-18T05:43:48.6115766Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-05-18T05:43:48.6240163Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.012s) 2022-05-18T05:43:48.6369772Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-05-18T05:43:48.6498005Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-05-18T05:43:48.6640763Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:48.6768006Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-05-18T05:43:48.6911208Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:48.7062263Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-05-18T05:43:48.7201409Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:48.7340414Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:48.7477755Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:48.7603758Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.012s) 2022-05-18T05:43:48.7729490Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.012s) 2022-05-18T05:43:48.7853699Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.012s) 2022-05-18T05:43:48.7979567Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.012s) 2022-05-18T05:43:48.8114398Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-05-18T05:43:48.8255983Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:48.8383775Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-05-18T05:43:48.8526563Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:48.8672027Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:48.8813751Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:48.8955085Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:48.9093056Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:48.9227214Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-05-18T05:43:48.9352704Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.012s) 2022-05-18T05:43:48.9476711Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.012s) 2022-05-18T05:43:48.9605709Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-05-18T05:43:48.9732521Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-05-18T05:43:48.9888527Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-05-18T05:43:49.0029012Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:49.0184860Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-05-18T05:43:49.0349216Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.016s) 2022-05-18T05:43:49.0502643Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-05-18T05:43:49.0654820Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-05-18T05:43:49.0804572Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-05-18T05:43:49.0942829Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:49.1082607Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:49.1219016Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:49.1358513Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:49.1505160Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:49.1659186Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-05-18T05:43:49.1800541Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:49.1956158Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-05-18T05:43:49.2113063Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.016s) 2022-05-18T05:43:49.2266540Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-05-18T05:43:49.2419348Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-05-18T05:43:49.2568411Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-05-18T05:43:49.2715846Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-05-18T05:43:49.2853294Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:49.2990401Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:49.3129849Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:49.3270219Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:49.3422469Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-05-18T05:43:49.3561838Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:49.3715944Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-05-18T05:43:49.3880581Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.016s) 2022-05-18T05:43:49.4033865Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-05-18T05:43:49.4183995Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-05-18T05:43:49.4331576Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-05-18T05:43:49.4469652Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:49.4606948Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:49.4742045Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-05-18T05:43:49.4878912Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:49.5026192Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-05-18T05:43:49.5175624Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-05-18T05:43:49.5312867Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:49.5464316Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-05-18T05:43:49.5616928Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-05-18T05:43:49.5769879Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-05-18T05:43:49.5919849Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-05-18T05:43:49.6067416Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-05-18T05:43:49.6209764Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:49.6345805Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:49.6480368Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-05-18T05:43:49.6617376Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:49.6754655Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:49.6895659Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:49.7024203Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-05-18T05:43:49.7166272Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:49.7316037Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-05-18T05:43:49.7456720Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:49.7597193Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:49.7735236Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:49.7862633Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-05-18T05:43:49.7989557Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-05-18T05:43:49.8113484Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.012s) 2022-05-18T05:43:49.8241318Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-05-18T05:43:49.8374081Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-05-18T05:43:49.8514058Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:49.8641054Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-05-18T05:43:49.8783887Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:49.8928256Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:49.9069285Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:49.9210043Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:49.9351189Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:49.9483769Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-05-18T05:43:49.9609947Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-05-18T05:43:49.9734652Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.012s) 2022-05-18T05:43:49.9864366Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-05-18T05:43:49.9991701Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-05-18T05:43:50.0131885Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:50.0260932Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-05-18T05:43:50.0401983Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:50.0550374Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-05-18T05:43:50.0689283Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:50.0829481Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:50.0966175Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:50.1092267Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.012s) 2022-05-18T05:43:50.1217593Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.012s) 2022-05-18T05:43:50.1341694Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.012s) 2022-05-18T05:43:50.1467680Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.012s) 2022-05-18T05:43:50.1599425Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-05-18T05:43:50.1738764Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:50.1865744Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-05-18T05:43:50.2006023Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:50.2148474Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:50.2288217Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:50.2428735Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:50.2565823Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:50.2700276Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-05-18T05:43:50.2826809Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-05-18T05:43:50.2949637Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.012s) 2022-05-18T05:43:50.3075698Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-05-18T05:43:50.3201482Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.012s) 2022-05-18T05:43:50.3352377Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-05-18T05:43:50.3489938Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:50.3647880Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.016s) 2022-05-18T05:43:50.3802143Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-05-18T05:43:50.3952709Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-05-18T05:43:50.4104129Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-05-18T05:43:50.4252466Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-05-18T05:43:50.4390494Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:50.4528565Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:50.4664486Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-05-18T05:43:50.4808615Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:50.4946200Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:50.5097309Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-05-18T05:43:50.5237768Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:50.5391631Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-05-18T05:43:50.5548286Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.016s) 2022-05-18T05:43:50.5699074Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-05-18T05:43:50.5849433Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-05-18T05:43:50.6005528Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.016s) 2022-05-18T05:43:50.6144187Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:50.6281954Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:50.6417972Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-05-18T05:43:50.6556262Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:50.6693941Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:50.6847770Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-05-18T05:43:50.6985879Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:50.7142590Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.016s) 2022-05-18T05:43:50.7298753Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-05-18T05:43:50.7447878Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-05-18T05:43:50.7598075Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-05-18T05:43:50.7745163Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-05-18T05:43:50.7885889Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:50.8022690Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:50.8157176Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-05-18T05:43:50.8299321Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:50.8435934Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:50.8584914Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-05-18T05:43:50.8721103Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:50.8871081Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-05-18T05:43:50.9023487Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-05-18T05:43:50.9172261Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-05-18T05:43:50.9321847Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-05-18T05:43:50.9474527Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-05-18T05:43:50.9610911Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:50.9747737Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:50.9882357Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-05-18T05:43:51.0019261Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:51.0156394Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:51.0297024Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:51.0423925Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-05-18T05:43:51.0571215Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-05-18T05:43:51.0715027Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:51.0855284Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:51.0996279Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:51.1134264Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:51.1261430Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-05-18T05:43:51.1388505Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-05-18T05:43:51.1513402Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.012s) 2022-05-18T05:43:51.1645208Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-05-18T05:43:51.1772336Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-05-18T05:43:51.1912965Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:51.2039335Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-05-18T05:43:51.2181420Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:51.2325447Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:51.2466885Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:51.2607308Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:51.2751108Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:51.2878492Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-05-18T05:43:51.3006350Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-05-18T05:43:51.3130486Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.012s) 2022-05-18T05:43:51.3257967Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-05-18T05:43:51.3385210Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-05-18T05:43:51.3524900Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:51.3652255Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-05-18T05:43:51.3798537Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-05-18T05:43:51.3941271Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:51.4081448Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:51.4221192Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:51.4358830Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:51.4484912Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-05-18T05:43:51.4611402Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-05-18T05:43:51.4735191Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.012s) 2022-05-18T05:43:51.4866364Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-05-18T05:43:51.4992329Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-05-18T05:43:51.5131730Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:51.5258095Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-05-18T05:43:51.5399158Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:51.5541729Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:51.5681007Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:51.5819994Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:51.5962635Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-05-18T05:43:51.6089191Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-05-18T05:43:51.6214954Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.012s) 2022-05-18T05:43:51.6339141Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.012s) 2022-05-18T05:43:51.6465137Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-05-18T05:43:51.6591899Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-05-18T05:43:51.6592281Z 2022-05-18T05:43:51.6592681Z ---------------------------------------------------------------------- 2022-05-18T05:43:51.6593010Z Ran 2183 tests in 26.358s 2022-05-18T05:43:51.6593179Z 2022-05-18T05:43:51.6594490Z OK (skipped=262, expected failures=21) 2022-05-18T05:43:51.6594691Z 2022-05-18T05:43:51.6594820Z Generating XML reports... 2022-05-18T05:43:51.8257431Z Generated XML report: test-reports/python-unittest/test_sparse_csr/TEST-TestSparseCSRCUDA-20220518054325.xml 2022-05-18T05:43:51.8260375Z Generated XML report: test-reports/python-unittest/test_sparse_csr/TEST-TestSparseCSRSampler-20220518054325.xml 2022-05-18T05:43:51.8703452Z Generated XML report: test-reports/python-unittest/test_sparse_csr/TEST-TestSparseCompressedCUDA-20220518054325.xml 2022-05-18T05:43:52.2748227Z Running test_jiterator ... [2022-05-18 05:43:52.274313] 2022-05-18T05:43:52.2748890Z Executing ['/opt/conda/bin/python', 'test_jiterator.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:43:52.274419] 2022-05-18T05:43:54.7247933Z Test results will be stored in test-reports/python-unittest/test_jiterator 2022-05-18T05:43:54.7316363Z 2022-05-18T05:43:54.7316797Z Running tests... 2022-05-18T05:43:54.7317222Z ---------------------------------------------------------------------- 2022-05-18T05:43:54.9248446Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_bfloat16_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.193s) 2022-05-18T05:43:55.4045928Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_bfloat16_complex128 (__main__.TestPythonJiteratorCUDA) ... ok (0.480s) 2022-05-18T05:43:55.8277980Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_bfloat16_complex64 (__main__.TestPythonJiteratorCUDA) ... ok (0.423s) 2022-05-18T05:43:56.1035814Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_bfloat16_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.276s) 2022-05-18T05:43:56.1065802Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_bfloat16_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-05-18T05:43:56.3791377Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_bfloat16_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.272s) 2022-05-18T05:43:56.7464469Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_bfloat16_int16 (__main__.TestPythonJiteratorCUDA) ... ok (0.367s) 2022-05-18T05:43:56.7496212Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_bfloat16_int32 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-05-18T05:43:56.7524393Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_bfloat16_int64 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-05-18T05:43:56.7552909Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_bfloat16_int8 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-05-18T05:43:56.7581481Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_bfloat16_uint8 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-05-18T05:43:56.7610308Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_complex128_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-05-18T05:43:57.2330528Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_complex128_complex128 (__main__.TestPythonJiteratorCUDA) ... ok (0.472s) 2022-05-18T05:43:57.2368461Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_complex128_complex64 (__main__.TestPythonJiteratorCUDA) ... ok (0.004s) 2022-05-18T05:43:57.2396952Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_complex128_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-05-18T05:43:57.2425229Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_complex128_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-05-18T05:43:57.2453319Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_complex128_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-05-18T05:43:57.2481821Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_complex128_int16 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-05-18T05:43:57.2510370Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_complex128_int32 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-05-18T05:43:57.2538798Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_complex128_int64 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-05-18T05:43:57.2567847Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_complex128_int8 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-05-18T05:43:57.2600610Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_complex128_uint8 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-05-18T05:43:57.2629402Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_complex64_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-05-18T05:43:57.2657365Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_complex64_complex128 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-05-18T05:43:57.5768665Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_complex64_complex64 (__main__.TestPythonJiteratorCUDA) ... ok (0.311s) 2022-05-18T05:43:57.5799254Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_complex64_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-05-18T05:43:57.5828169Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_complex64_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-05-18T05:43:57.5856752Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_complex64_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-05-18T05:43:57.5885793Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_complex64_int16 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-05-18T05:43:57.5918994Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_complex64_int32 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-05-18T05:43:57.5947665Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_complex64_int64 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-05-18T05:43:57.5976088Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_complex64_int8 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-05-18T05:43:57.6003375Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_complex64_uint8 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-05-18T05:43:57.6030183Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float16_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-05-18T05:43:57.6056776Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float16_complex128 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-05-18T05:43:57.6084162Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float16_complex64 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-05-18T05:43:57.7820716Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float16_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.173s) 2022-05-18T05:43:57.7852652Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float16_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-05-18T05:43:57.7879115Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float16_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-05-18T05:43:58.0733802Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float16_int16 (__main__.TestPythonJiteratorCUDA) ... ok (0.285s) 2022-05-18T05:43:58.0761538Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float16_int32 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-05-18T05:43:58.0788777Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float16_int64 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-05-18T05:43:58.0815252Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float16_int8 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-05-18T05:43:58.0842357Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float16_uint8 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-05-18T05:43:58.0869373Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float32_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-05-18T05:43:58.0900572Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float32_complex128 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-05-18T05:43:58.0927022Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float32_complex64 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-05-18T05:43:58.0953499Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float32_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-05-18T05:43:58.2616715Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float32_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.166s) 2022-05-18T05:43:58.2643344Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float32_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-05-18T05:43:58.2670101Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float32_int16 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-05-18T05:43:58.2696602Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float32_int32 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-05-18T05:43:58.2727753Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float32_int64 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-05-18T05:43:58.2754481Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float32_int8 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-05-18T05:43:58.2780424Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float32_uint8 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-05-18T05:43:58.2806752Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float64_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-05-18T05:43:58.2833593Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float64_complex128 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-05-18T05:43:58.2860394Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float64_complex64 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-05-18T05:43:58.2886462Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float64_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-05-18T05:43:58.2913126Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float64_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-05-18T05:43:58.4584539Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float64_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.167s) 2022-05-18T05:43:58.4611666Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float64_int16 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-05-18T05:43:58.4637773Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float64_int32 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-05-18T05:43:58.4664307Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float64_int64 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-05-18T05:43:58.4690519Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float64_int8 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-05-18T05:43:58.4717230Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float64_uint8 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-05-18T05:43:58.4743969Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int16_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-05-18T05:43:58.4770493Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int16_complex128 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-05-18T05:43:58.4802329Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int16_complex64 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-05-18T05:43:58.4828911Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int16_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-05-18T05:43:58.4855504Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int16_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-05-18T05:43:58.4881787Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int16_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-05-18T05:43:58.6623865Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int16_int16 (__main__.TestPythonJiteratorCUDA) ... ok (0.174s) 2022-05-18T05:43:58.9334568Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int16_int32 (__main__.TestPythonJiteratorCUDA) ... ok (0.271s) 2022-05-18T05:43:59.2077430Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int16_int64 (__main__.TestPythonJiteratorCUDA) ... ok (0.274s) 2022-05-18T05:43:59.4828890Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int16_int8 (__main__.TestPythonJiteratorCUDA) ... ok (0.275s) 2022-05-18T05:43:59.4860394Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int16_uint8 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-05-18T05:43:59.4887647Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int32_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-05-18T05:43:59.4914772Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int32_complex128 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-05-18T05:43:59.4941891Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int32_complex64 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-05-18T05:43:59.4968321Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int32_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-05-18T05:43:59.4994995Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int32_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-05-18T05:43:59.5021172Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int32_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-05-18T05:43:59.5046011Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int32_int16 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-05-18T05:43:59.6746849Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int32_int32 (__main__.TestPythonJiteratorCUDA) ... ok (0.170s) 2022-05-18T05:43:59.6771636Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int32_int64 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-05-18T05:43:59.6796912Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int32_int8 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-05-18T05:43:59.6821996Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int32_uint8 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-05-18T05:43:59.6848880Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int64_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-05-18T05:43:59.6875727Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int64_complex128 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-05-18T05:43:59.6903086Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int64_complex64 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-05-18T05:43:59.6929776Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int64_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-05-18T05:43:59.6960751Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int64_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-05-18T05:43:59.6987296Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int64_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-05-18T05:43:59.7011583Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int64_int16 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-05-18T05:43:59.7036290Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int64_int32 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-05-18T05:43:59.8773565Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int64_int64 (__main__.TestPythonJiteratorCUDA) ... ok (0.174s) 2022-05-18T05:43:59.8798785Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int64_int8 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-05-18T05:43:59.8823565Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int64_uint8 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-05-18T05:43:59.8850617Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int8_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-05-18T05:43:59.8882977Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int8_complex128 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-05-18T05:43:59.8910396Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int8_complex64 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-05-18T05:43:59.8936888Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int8_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-05-18T05:43:59.8963404Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int8_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-05-18T05:43:59.8989942Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int8_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-05-18T05:43:59.9014950Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int8_int16 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-05-18T05:43:59.9039753Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int8_int32 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-05-18T05:43:59.9064812Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int8_int64 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-05-18T05:44:00.0775635Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int8_int8 (__main__.TestPythonJiteratorCUDA) ... ok (0.171s) 2022-05-18T05:44:00.0801731Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int8_uint8 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-05-18T05:44:00.0829355Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_uint8_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-05-18T05:44:00.0856719Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_uint8_complex128 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-05-18T05:44:00.0883973Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_uint8_complex64 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-05-18T05:44:00.0910918Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_uint8_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-05-18T05:44:00.0937371Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_uint8_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-05-18T05:44:00.0964193Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_uint8_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-05-18T05:44:00.0993589Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_uint8_int16 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-05-18T05:44:00.1018253Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_uint8_int32 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-05-18T05:44:00.1042799Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_uint8_int64 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-05-18T05:44:00.1067886Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_uint8_int8 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-05-18T05:44:00.2769068Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_uint8_uint8 (__main__.TestPythonJiteratorCUDA) ... ok (0.170s) 2022-05-18T05:44:00.2789971Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_bfloat16_bfloat16 (__main__.TestPythonJiteratorCUDA) ... skip: On cuda 11.3, nvrtcCompileProgram is taking too long to compile jiterator generated kernels for non-contiguous input that requires dynamic-casting. (0.002s) 2022-05-18T05:44:00.2809425Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_bfloat16_complex128 (__main__.TestPythonJiteratorCUDA) ... skip: On cuda 11.3, nvrtcCompileProgram is taking too long to compile jiterator generated kernels for non-contiguous input that requires dynamic-casting. (0.002s) 2022-05-18T05:44:00.2829295Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_bfloat16_complex64 (__main__.TestPythonJiteratorCUDA) ... skip: On cuda 11.3, nvrtcCompileProgram is taking too long to compile jiterator generated kernels for non-contiguous input that requires dynamic-casting. (0.002s) 2022-05-18T05:44:00.2848744Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_bfloat16_float16 (__main__.TestPythonJiteratorCUDA) ... skip: On cuda 11.3, nvrtcCompileProgram is taking too long to compile jiterator generated kernels for non-contiguous input that requires dynamic-casting. (0.002s) 2022-05-18T05:44:00.2873354Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_bfloat16_float32 (__main__.TestPythonJiteratorCUDA) ... skip: On cuda 11.3, nvrtcCompileProgram is taking too long to compile jiterator generated kernels for non-contiguous input that requires dynamic-casting. (0.002s) 2022-05-18T05:44:00.2892559Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_bfloat16_float64 (__main__.TestPythonJiteratorCUDA) ... skip: On cuda 11.3, nvrtcCompileProgram is taking too long to compile jiterator generated kernels for non-contiguous input that requires dynamic-casting. (0.002s) 2022-05-18T05:44:00.2912162Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_bfloat16_int16 (__main__.TestPythonJiteratorCUDA) ... skip: On cuda 11.3, nvrtcCompileProgram is taking too long to compile jiterator generated kernels for non-contiguous input that requires dynamic-casting. (0.002s) 2022-05-18T05:44:00.2931523Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_bfloat16_int32 (__main__.TestPythonJiteratorCUDA) ... skip: On cuda 11.3, nvrtcCompileProgram is taking too long to compile jiterator generated kernels for non-contiguous input that requires dynamic-casting. (0.002s) 2022-05-18T05:44:00.2951032Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_bfloat16_int64 (__main__.TestPythonJiteratorCUDA) ... skip: On cuda 11.3, nvrtcCompileProgram is taking too long to compile jiterator generated kernels for non-contiguous input that requires dynamic-casting. (0.002s) 2022-05-18T05:44:00.2970706Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_bfloat16_int8 (__main__.TestPythonJiteratorCUDA) ... skip: On cuda 11.3, nvrtcCompileProgram is taking too long to compile jiterator generated kernels for non-contiguous input that requires dynamic-casting. (0.002s) 2022-05-18T05:44:00.2990224Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_bfloat16_uint8 (__main__.TestPythonJiteratorCUDA) ... skip: On cuda 11.3, nvrtcCompileProgram is taking too long to compile jiterator generated kernels for non-contiguous input that requires dynamic-casting. (0.002s) 2022-05-18T05:44:00.3009510Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_complex128_bfloat16 (__main__.TestPythonJiteratorCUDA) ... skip: On cuda 11.3, nvrtcCompileProgram is taking too long to compile jiterator generated kernels for non-contiguous input that requires dynamic-casting. (0.002s) 2022-05-18T05:44:00.3029074Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_complex128_complex128 (__main__.TestPythonJiteratorCUDA) ... skip: On cuda 11.3, nvrtcCompileProgram is taking too long to compile jiterator generated kernels for non-contiguous input that requires dynamic-casting. (0.002s) 2022-05-18T05:44:00.3048096Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_complex128_complex64 (__main__.TestPythonJiteratorCUDA) ... skip: On cuda 11.3, nvrtcCompileProgram is taking too long to compile jiterator generated kernels for non-contiguous input that requires dynamic-casting. (0.002s) 2022-05-18T05:44:00.3067892Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_complex128_float16 (__main__.TestPythonJiteratorCUDA) ... skip: On cuda 11.3, nvrtcCompileProgram is taking too long to compile jiterator generated kernels for non-contiguous input that requires dynamic-casting. (0.002s) 2022-05-18T05:44:00.3087168Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_complex128_float32 (__main__.TestPythonJiteratorCUDA) ... skip: On cuda 11.3, nvrtcCompileProgram is taking too long to compile jiterator generated kernels for non-contiguous input that requires dynamic-casting. (0.002s) 2022-05-18T05:44:00.3111592Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_complex128_float64 (__main__.TestPythonJiteratorCUDA) ... skip: On cuda 11.3, nvrtcCompileProgram is taking too long to compile jiterator generated kernels for non-contiguous input that requires dynamic-casting. (0.002s) 2022-05-18T05:44:00.3130965Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_complex128_int16 (__main__.TestPythonJiteratorCUDA) ... skip: On cuda 11.3, nvrtcCompileProgram is taking too long to compile jiterator generated kernels for non-contiguous input that requires dynamic-casting. (0.002s) 2022-05-18T05:44:00.3150216Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_complex128_int32 (__main__.TestPythonJiteratorCUDA) ... skip: On cuda 11.3, nvrtcCompileProgram is taking too long to compile jiterator generated kernels for non-contiguous input that requires dynamic-casting. (0.002s) 2022-05-18T05:44:00.3169447Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_complex128_int64 (__main__.TestPythonJiteratorCUDA) ... skip: On cuda 11.3, nvrtcCompileProgram is taking too long to compile jiterator generated kernels for non-contiguous input that requires dynamic-casting. (0.002s) 2022-05-18T05:44:00.3189166Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_complex128_int8 (__main__.TestPythonJiteratorCUDA) ... skip: On cuda 11.3, nvrtcCompileProgram is taking too long to compile jiterator generated kernels for non-contiguous input that requires dynamic-casting. (0.002s) 2022-05-18T05:44:00.3208365Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_complex128_uint8 (__main__.TestPythonJiteratorCUDA) ... skip: On cuda 11.3, nvrtcCompileProgram is taking too long to compile jiterator generated kernels for non-contiguous input that requires dynamic-casting. (0.002s) 2022-05-18T05:44:00.3227760Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_complex64_bfloat16 (__main__.TestPythonJiteratorCUDA) ... skip: On cuda 11.3, nvrtcCompileProgram is taking too long to compile jiterator generated kernels for non-contiguous input that requires dynamic-casting. (0.002s) 2022-05-18T05:44:00.3247074Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_complex64_complex128 (__main__.TestPythonJiteratorCUDA) ... skip: On cuda 11.3, nvrtcCompileProgram is taking too long to compile jiterator generated kernels for non-contiguous input that requires dynamic-casting. (0.002s) 2022-05-18T05:44:00.3266457Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_complex64_complex64 (__main__.TestPythonJiteratorCUDA) ... skip: On cuda 11.3, nvrtcCompileProgram is taking too long to compile jiterator generated kernels for non-contiguous input that requires dynamic-casting. (0.002s) 2022-05-18T05:44:00.3285687Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_complex64_float16 (__main__.TestPythonJiteratorCUDA) ... skip: On cuda 11.3, nvrtcCompileProgram is taking too long to compile jiterator generated kernels for non-contiguous input that requires dynamic-casting. (0.002s) 2022-05-18T05:44:00.3305356Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_complex64_float32 (__main__.TestPythonJiteratorCUDA) ... skip: On cuda 11.3, nvrtcCompileProgram is taking too long to compile jiterator generated kernels for non-contiguous input that requires dynamic-casting. (0.002s) 2022-05-18T05:44:00.3324746Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_complex64_float64 (__main__.TestPythonJiteratorCUDA) ... skip: On cuda 11.3, nvrtcCompileProgram is taking too long to compile jiterator generated kernels for non-contiguous input that requires dynamic-casting. (0.002s) 2022-05-18T05:44:00.3349005Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_complex64_int16 (__main__.TestPythonJiteratorCUDA) ... skip: On cuda 11.3, nvrtcCompileProgram is taking too long to compile jiterator generated kernels for non-contiguous input that requires dynamic-casting. (0.002s) 2022-05-18T05:44:00.3368070Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_complex64_int32 (__main__.TestPythonJiteratorCUDA) ... skip: On cuda 11.3, nvrtcCompileProgram is taking too long to compile jiterator generated kernels for non-contiguous input that requires dynamic-casting. (0.002s) 2022-05-18T05:44:00.3387488Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_complex64_int64 (__main__.TestPythonJiteratorCUDA) ... skip: On cuda 11.3, nvrtcCompileProgram is taking too long to compile jiterator generated kernels for non-contiguous input that requires dynamic-casting. (0.002s) 2022-05-18T05:44:00.3406850Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_complex64_int8 (__main__.TestPythonJiteratorCUDA) ... skip: On cuda 11.3, nvrtcCompileProgram is taking too long to compile jiterator generated kernels for non-contiguous input that requires dynamic-casting. (0.002s) 2022-05-18T05:44:00.3426562Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_complex64_uint8 (__main__.TestPythonJiteratorCUDA) ... skip: On cuda 11.3, nvrtcCompileProgram is taking too long to compile jiterator generated kernels for non-contiguous input that requires dynamic-casting. (0.002s) 2022-05-18T05:44:00.3446046Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float16_bfloat16 (__main__.TestPythonJiteratorCUDA) ... skip: On cuda 11.3, nvrtcCompileProgram is taking too long to compile jiterator generated kernels for non-contiguous input that requires dynamic-casting. (0.002s) 2022-05-18T05:44:00.3465460Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float16_complex128 (__main__.TestPythonJiteratorCUDA) ... skip: On cuda 11.3, nvrtcCompileProgram is taking too long to compile jiterator generated kernels for non-contiguous input that requires dynamic-casting. (0.002s) 2022-05-18T05:44:00.3484786Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float16_complex64 (__main__.TestPythonJiteratorCUDA) ... skip: On cuda 11.3, nvrtcCompileProgram is taking too long to compile jiterator generated kernels for non-contiguous input that requires dynamic-casting. (0.002s) 2022-05-18T05:44:00.3504346Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float16_float16 (__main__.TestPythonJiteratorCUDA) ... skip: On cuda 11.3, nvrtcCompileProgram is taking too long to compile jiterator generated kernels for non-contiguous input that requires dynamic-casting. (0.002s) 2022-05-18T05:44:00.3523848Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float16_float32 (__main__.TestPythonJiteratorCUDA) ... skip: On cuda 11.3, nvrtcCompileProgram is taking too long to compile jiterator generated kernels for non-contiguous input that requires dynamic-casting. (0.002s) 2022-05-18T05:44:00.3543184Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float16_float64 (__main__.TestPythonJiteratorCUDA) ... skip: On cuda 11.3, nvrtcCompileProgram is taking too long to compile jiterator generated kernels for non-contiguous input that requires dynamic-casting. (0.002s) 2022-05-18T05:44:00.3562639Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float16_int16 (__main__.TestPythonJiteratorCUDA) ... skip: On cuda 11.3, nvrtcCompileProgram is taking too long to compile jiterator generated kernels for non-contiguous input that requires dynamic-casting. (0.002s) 2022-05-18T05:44:00.3587069Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float16_int32 (__main__.TestPythonJiteratorCUDA) ... skip: On cuda 11.3, nvrtcCompileProgram is taking too long to compile jiterator generated kernels for non-contiguous input that requires dynamic-casting. (0.002s) 2022-05-18T05:44:00.3606171Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float16_int64 (__main__.TestPythonJiteratorCUDA) ... skip: On cuda 11.3, nvrtcCompileProgram is taking too long to compile jiterator generated kernels for non-contiguous input that requires dynamic-casting. (0.002s) 2022-05-18T05:44:00.3625999Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float16_int8 (__main__.TestPythonJiteratorCUDA) ... skip: On cuda 11.3, nvrtcCompileProgram is taking too long to compile jiterator generated kernels for non-contiguous input that requires dynamic-casting. (0.002s) 2022-05-18T05:44:00.3645353Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float16_uint8 (__main__.TestPythonJiteratorCUDA) ... skip: On cuda 11.3, nvrtcCompileProgram is taking too long to compile jiterator generated kernels for non-contiguous input that requires dynamic-casting. (0.002s) 2022-05-18T05:44:00.3664985Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float32_bfloat16 (__main__.TestPythonJiteratorCUDA) ... skip: On cuda 11.3, nvrtcCompileProgram is taking too long to compile jiterator generated kernels for non-contiguous input that requires dynamic-casting. (0.002s) 2022-05-18T05:44:00.3684334Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float32_complex128 (__main__.TestPythonJiteratorCUDA) ... skip: On cuda 11.3, nvrtcCompileProgram is taking too long to compile jiterator generated kernels for non-contiguous input that requires dynamic-casting. (0.002s) 2022-05-18T05:44:00.3703892Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float32_complex64 (__main__.TestPythonJiteratorCUDA) ... skip: On cuda 11.3, nvrtcCompileProgram is taking too long to compile jiterator generated kernels for non-contiguous input that requires dynamic-casting. (0.002s) 2022-05-18T05:44:00.3723244Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float32_float16 (__main__.TestPythonJiteratorCUDA) ... skip: On cuda 11.3, nvrtcCompileProgram is taking too long to compile jiterator generated kernels for non-contiguous input that requires dynamic-casting. (0.002s) 2022-05-18T05:44:00.3742921Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float32_float32 (__main__.TestPythonJiteratorCUDA) ... skip: On cuda 11.3, nvrtcCompileProgram is taking too long to compile jiterator generated kernels for non-contiguous input that requires dynamic-casting. (0.002s) 2022-05-18T05:44:00.3762308Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float32_float64 (__main__.TestPythonJiteratorCUDA) ... skip: On cuda 11.3, nvrtcCompileProgram is taking too long to compile jiterator generated kernels for non-contiguous input that requires dynamic-casting. (0.002s) 2022-05-18T05:44:00.3781850Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float32_int16 (__main__.TestPythonJiteratorCUDA) ... skip: On cuda 11.3, nvrtcCompileProgram is taking too long to compile jiterator generated kernels for non-contiguous input that requires dynamic-casting. (0.002s) 2022-05-18T05:44:00.3801309Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float32_int32 (__main__.TestPythonJiteratorCUDA) ... skip: On cuda 11.3, nvrtcCompileProgram is taking too long to compile jiterator generated kernels for non-contiguous input that requires dynamic-casting. (0.002s) 2022-05-18T05:44:00.3825591Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float32_int64 (__main__.TestPythonJiteratorCUDA) ... skip: On cuda 11.3, nvrtcCompileProgram is taking too long to compile jiterator generated kernels for non-contiguous input that requires dynamic-casting. (0.002s) 2022-05-18T05:44:00.3844828Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float32_int8 (__main__.TestPythonJiteratorCUDA) ... skip: On cuda 11.3, nvrtcCompileProgram is taking too long to compile jiterator generated kernels for non-contiguous input that requires dynamic-casting. (0.002s) 2022-05-18T05:44:00.3864265Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float32_uint8 (__main__.TestPythonJiteratorCUDA) ... skip: On cuda 11.3, nvrtcCompileProgram is taking too long to compile jiterator generated kernels for non-contiguous input that requires dynamic-casting. (0.002s) 2022-05-18T05:44:00.3883564Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float64_bfloat16 (__main__.TestPythonJiteratorCUDA) ... skip: On cuda 11.3, nvrtcCompileProgram is taking too long to compile jiterator generated kernels for non-contiguous input that requires dynamic-casting. (0.002s) 2022-05-18T05:44:00.3903190Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float64_complex128 (__main__.TestPythonJiteratorCUDA) ... skip: On cuda 11.3, nvrtcCompileProgram is taking too long to compile jiterator generated kernels for non-contiguous input that requires dynamic-casting. (0.002s) 2022-05-18T05:44:00.3922659Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float64_complex64 (__main__.TestPythonJiteratorCUDA) ... skip: On cuda 11.3, nvrtcCompileProgram is taking too long to compile jiterator generated kernels for non-contiguous input that requires dynamic-casting. (0.002s) 2022-05-18T05:44:00.3942152Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float64_float16 (__main__.TestPythonJiteratorCUDA) ... skip: On cuda 11.3, nvrtcCompileProgram is taking too long to compile jiterator generated kernels for non-contiguous input that requires dynamic-casting. (0.002s) 2022-05-18T05:44:00.3961320Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float64_float32 (__main__.TestPythonJiteratorCUDA) ... skip: On cuda 11.3, nvrtcCompileProgram is taking too long to compile jiterator generated kernels for non-contiguous input that requires dynamic-casting. (0.002s) 2022-05-18T05:44:00.3980748Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float64_float64 (__main__.TestPythonJiteratorCUDA) ... skip: On cuda 11.3, nvrtcCompileProgram is taking too long to compile jiterator generated kernels for non-contiguous input that requires dynamic-casting. (0.002s) 2022-05-18T05:44:00.4000508Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float64_int16 (__main__.TestPythonJiteratorCUDA) ... skip: On cuda 11.3, nvrtcCompileProgram is taking too long to compile jiterator generated kernels for non-contiguous input that requires dynamic-casting. (0.002s) 2022-05-18T05:44:00.4019826Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float64_int32 (__main__.TestPythonJiteratorCUDA) ... skip: On cuda 11.3, nvrtcCompileProgram is taking too long to compile jiterator generated kernels for non-contiguous input that requires dynamic-casting. (0.002s) 2022-05-18T05:44:00.4039473Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float64_int64 (__main__.TestPythonJiteratorCUDA) ... skip: On cuda 11.3, nvrtcCompileProgram is taking too long to compile jiterator generated kernels for non-contiguous input that requires dynamic-casting. (0.002s) 2022-05-18T05:44:00.4063945Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float64_int8 (__main__.TestPythonJiteratorCUDA) ... skip: On cuda 11.3, nvrtcCompileProgram is taking too long to compile jiterator generated kernels for non-contiguous input that requires dynamic-casting. (0.002s) 2022-05-18T05:44:00.4083239Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float64_uint8 (__main__.TestPythonJiteratorCUDA) ... skip: On cuda 11.3, nvrtcCompileProgram is taking too long to compile jiterator generated kernels for non-contiguous input that requires dynamic-casting. (0.002s) 2022-05-18T05:44:00.4102846Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int16_bfloat16 (__main__.TestPythonJiteratorCUDA) ... skip: On cuda 11.3, nvrtcCompileProgram is taking too long to compile jiterator generated kernels for non-contiguous input that requires dynamic-casting. (0.002s) 2022-05-18T05:44:00.4122270Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int16_complex128 (__main__.TestPythonJiteratorCUDA) ... skip: On cuda 11.3, nvrtcCompileProgram is taking too long to compile jiterator generated kernels for non-contiguous input that requires dynamic-casting. (0.002s) 2022-05-18T05:44:00.4141737Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int16_complex64 (__main__.TestPythonJiteratorCUDA) ... skip: On cuda 11.3, nvrtcCompileProgram is taking too long to compile jiterator generated kernels for non-contiguous input that requires dynamic-casting. (0.002s) 2022-05-18T05:44:00.4160901Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int16_float16 (__main__.TestPythonJiteratorCUDA) ... skip: On cuda 11.3, nvrtcCompileProgram is taking too long to compile jiterator generated kernels for non-contiguous input that requires dynamic-casting. (0.002s) 2022-05-18T05:44:00.4180208Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int16_float32 (__main__.TestPythonJiteratorCUDA) ... skip: On cuda 11.3, nvrtcCompileProgram is taking too long to compile jiterator generated kernels for non-contiguous input that requires dynamic-casting. (0.002s) 2022-05-18T05:44:00.4199875Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int16_float64 (__main__.TestPythonJiteratorCUDA) ... skip: On cuda 11.3, nvrtcCompileProgram is taking too long to compile jiterator generated kernels for non-contiguous input that requires dynamic-casting. (0.002s) 2022-05-18T05:44:00.4219583Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int16_int16 (__main__.TestPythonJiteratorCUDA) ... skip: On cuda 11.3, nvrtcCompileProgram is taking too long to compile jiterator generated kernels for non-contiguous input that requires dynamic-casting. (0.002s) 2022-05-18T05:44:00.4238851Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int16_int32 (__main__.TestPythonJiteratorCUDA) ... skip: On cuda 11.3, nvrtcCompileProgram is taking too long to compile jiterator generated kernels for non-contiguous input that requires dynamic-casting. (0.002s) 2022-05-18T05:44:00.4258548Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int16_int64 (__main__.TestPythonJiteratorCUDA) ... skip: On cuda 11.3, nvrtcCompileProgram is taking too long to compile jiterator generated kernels for non-contiguous input that requires dynamic-casting. (0.002s) 2022-05-18T05:44:00.4278424Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int16_int8 (__main__.TestPythonJiteratorCUDA) ... skip: On cuda 11.3, nvrtcCompileProgram is taking too long to compile jiterator generated kernels for non-contiguous input that requires dynamic-casting. (0.002s) 2022-05-18T05:44:00.4302917Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int16_uint8 (__main__.TestPythonJiteratorCUDA) ... skip: On cuda 11.3, nvrtcCompileProgram is taking too long to compile jiterator generated kernels for non-contiguous input that requires dynamic-casting. (0.002s) 2022-05-18T05:44:00.4322110Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int32_bfloat16 (__main__.TestPythonJiteratorCUDA) ... skip: On cuda 11.3, nvrtcCompileProgram is taking too long to compile jiterator generated kernels for non-contiguous input that requires dynamic-casting. (0.002s) 2022-05-18T05:44:00.4341663Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int32_complex128 (__main__.TestPythonJiteratorCUDA) ... skip: On cuda 11.3, nvrtcCompileProgram is taking too long to compile jiterator generated kernels for non-contiguous input that requires dynamic-casting. (0.002s) 2022-05-18T05:44:00.4361022Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int32_complex64 (__main__.TestPythonJiteratorCUDA) ... skip: On cuda 11.3, nvrtcCompileProgram is taking too long to compile jiterator generated kernels for non-contiguous input that requires dynamic-casting. (0.002s) 2022-05-18T05:44:00.4380225Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int32_float16 (__main__.TestPythonJiteratorCUDA) ... skip: On cuda 11.3, nvrtcCompileProgram is taking too long to compile jiterator generated kernels for non-contiguous input that requires dynamic-casting. (0.002s) 2022-05-18T05:44:00.4399891Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int32_float32 (__main__.TestPythonJiteratorCUDA) ... skip: On cuda 11.3, nvrtcCompileProgram is taking too long to compile jiterator generated kernels for non-contiguous input that requires dynamic-casting. (0.002s) 2022-05-18T05:44:00.4419494Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int32_float64 (__main__.TestPythonJiteratorCUDA) ... skip: On cuda 11.3, nvrtcCompileProgram is taking too long to compile jiterator generated kernels for non-contiguous input that requires dynamic-casting. (0.002s) 2022-05-18T05:44:00.4438743Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int32_int16 (__main__.TestPythonJiteratorCUDA) ... skip: On cuda 11.3, nvrtcCompileProgram is taking too long to compile jiterator generated kernels for non-contiguous input that requires dynamic-casting. (0.002s) 2022-05-18T05:44:00.4457971Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int32_int32 (__main__.TestPythonJiteratorCUDA) ... skip: On cuda 11.3, nvrtcCompileProgram is taking too long to compile jiterator generated kernels for non-contiguous input that requires dynamic-casting. (0.002s) 2022-05-18T05:44:00.4477748Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int32_int64 (__main__.TestPythonJiteratorCUDA) ... skip: On cuda 11.3, nvrtcCompileProgram is taking too long to compile jiterator generated kernels for non-contiguous input that requires dynamic-casting. (0.002s) 2022-05-18T05:44:00.4497280Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int32_int8 (__main__.TestPythonJiteratorCUDA) ... skip: On cuda 11.3, nvrtcCompileProgram is taking too long to compile jiterator generated kernels for non-contiguous input that requires dynamic-casting. (0.002s) 2022-05-18T05:44:00.4521927Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int32_uint8 (__main__.TestPythonJiteratorCUDA) ... skip: On cuda 11.3, nvrtcCompileProgram is taking too long to compile jiterator generated kernels for non-contiguous input that requires dynamic-casting. (0.002s) 2022-05-18T05:44:00.4541299Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int64_bfloat16 (__main__.TestPythonJiteratorCUDA) ... skip: On cuda 11.3, nvrtcCompileProgram is taking too long to compile jiterator generated kernels for non-contiguous input that requires dynamic-casting. (0.002s) 2022-05-18T05:44:00.4560549Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int64_complex128 (__main__.TestPythonJiteratorCUDA) ... skip: On cuda 11.3, nvrtcCompileProgram is taking too long to compile jiterator generated kernels for non-contiguous input that requires dynamic-casting. (0.002s) 2022-05-18T05:44:00.4579856Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int64_complex64 (__main__.TestPythonJiteratorCUDA) ... skip: On cuda 11.3, nvrtcCompileProgram is taking too long to compile jiterator generated kernels for non-contiguous input that requires dynamic-casting. (0.002s) 2022-05-18T05:44:00.4599448Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int64_float16 (__main__.TestPythonJiteratorCUDA) ... skip: On cuda 11.3, nvrtcCompileProgram is taking too long to compile jiterator generated kernels for non-contiguous input that requires dynamic-casting. (0.002s) 2022-05-18T05:44:00.4619344Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int64_float32 (__main__.TestPythonJiteratorCUDA) ... skip: On cuda 11.3, nvrtcCompileProgram is taking too long to compile jiterator generated kernels for non-contiguous input that requires dynamic-casting. (0.002s) 2022-05-18T05:44:00.4638884Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int64_float64 (__main__.TestPythonJiteratorCUDA) ... skip: On cuda 11.3, nvrtcCompileProgram is taking too long to compile jiterator generated kernels for non-contiguous input that requires dynamic-casting. (0.002s) 2022-05-18T05:44:00.4658602Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int64_int16 (__main__.TestPythonJiteratorCUDA) ... skip: On cuda 11.3, nvrtcCompileProgram is taking too long to compile jiterator generated kernels for non-contiguous input that requires dynamic-casting. (0.002s) 2022-05-18T05:44:00.4678203Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int64_int32 (__main__.TestPythonJiteratorCUDA) ... skip: On cuda 11.3, nvrtcCompileProgram is taking too long to compile jiterator generated kernels for non-contiguous input that requires dynamic-casting. (0.002s) 2022-05-18T05:44:00.4697520Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int64_int64 (__main__.TestPythonJiteratorCUDA) ... skip: On cuda 11.3, nvrtcCompileProgram is taking too long to compile jiterator generated kernels for non-contiguous input that requires dynamic-casting. (0.002s) 2022-05-18T05:44:00.4717161Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int64_int8 (__main__.TestPythonJiteratorCUDA) ... skip: On cuda 11.3, nvrtcCompileProgram is taking too long to compile jiterator generated kernels for non-contiguous input that requires dynamic-casting. (0.002s) 2022-05-18T05:44:00.4736654Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int64_uint8 (__main__.TestPythonJiteratorCUDA) ... skip: On cuda 11.3, nvrtcCompileProgram is taking too long to compile jiterator generated kernels for non-contiguous input that requires dynamic-casting. (0.002s) 2022-05-18T05:44:00.4761377Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int8_bfloat16 (__main__.TestPythonJiteratorCUDA) ... skip: On cuda 11.3, nvrtcCompileProgram is taking too long to compile jiterator generated kernels for non-contiguous input that requires dynamic-casting. (0.002s) 2022-05-18T05:44:00.4780571Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int8_complex128 (__main__.TestPythonJiteratorCUDA) ... skip: On cuda 11.3, nvrtcCompileProgram is taking too long to compile jiterator generated kernels for non-contiguous input that requires dynamic-casting. (0.002s) 2022-05-18T05:44:00.4800050Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int8_complex64 (__main__.TestPythonJiteratorCUDA) ... skip: On cuda 11.3, nvrtcCompileProgram is taking too long to compile jiterator generated kernels for non-contiguous input that requires dynamic-casting. (0.002s) 2022-05-18T05:44:00.4819363Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int8_float16 (__main__.TestPythonJiteratorCUDA) ... skip: On cuda 11.3, nvrtcCompileProgram is taking too long to compile jiterator generated kernels for non-contiguous input that requires dynamic-casting. (0.002s) 2022-05-18T05:44:00.4838937Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int8_float32 (__main__.TestPythonJiteratorCUDA) ... skip: On cuda 11.3, nvrtcCompileProgram is taking too long to compile jiterator generated kernels for non-contiguous input that requires dynamic-casting. (0.002s) 2022-05-18T05:44:00.4858082Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int8_float64 (__main__.TestPythonJiteratorCUDA) ... skip: On cuda 11.3, nvrtcCompileProgram is taking too long to compile jiterator generated kernels for non-contiguous input that requires dynamic-casting. (0.002s) 2022-05-18T05:44:00.4877638Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int8_int16 (__main__.TestPythonJiteratorCUDA) ... skip: On cuda 11.3, nvrtcCompileProgram is taking too long to compile jiterator generated kernels for non-contiguous input that requires dynamic-casting. (0.002s) 2022-05-18T05:44:00.4896901Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int8_int32 (__main__.TestPythonJiteratorCUDA) ... skip: On cuda 11.3, nvrtcCompileProgram is taking too long to compile jiterator generated kernels for non-contiguous input that requires dynamic-casting. (0.002s) 2022-05-18T05:44:00.4916993Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int8_int64 (__main__.TestPythonJiteratorCUDA) ... skip: On cuda 11.3, nvrtcCompileProgram is taking too long to compile jiterator generated kernels for non-contiguous input that requires dynamic-casting. (0.002s) 2022-05-18T05:44:00.4936140Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int8_int8 (__main__.TestPythonJiteratorCUDA) ... skip: On cuda 11.3, nvrtcCompileProgram is taking too long to compile jiterator generated kernels for non-contiguous input that requires dynamic-casting. (0.002s) 2022-05-18T05:44:00.4955578Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int8_uint8 (__main__.TestPythonJiteratorCUDA) ... skip: On cuda 11.3, nvrtcCompileProgram is taking too long to compile jiterator generated kernels for non-contiguous input that requires dynamic-casting. (0.002s) 2022-05-18T05:44:00.4975092Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_uint8_bfloat16 (__main__.TestPythonJiteratorCUDA) ... skip: On cuda 11.3, nvrtcCompileProgram is taking too long to compile jiterator generated kernels for non-contiguous input that requires dynamic-casting. (0.002s) 2022-05-18T05:44:00.4999989Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_uint8_complex128 (__main__.TestPythonJiteratorCUDA) ... skip: On cuda 11.3, nvrtcCompileProgram is taking too long to compile jiterator generated kernels for non-contiguous input that requires dynamic-casting. (0.002s) 2022-05-18T05:44:00.5019370Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_uint8_complex64 (__main__.TestPythonJiteratorCUDA) ... skip: On cuda 11.3, nvrtcCompileProgram is taking too long to compile jiterator generated kernels for non-contiguous input that requires dynamic-casting. (0.002s) 2022-05-18T05:44:00.5038741Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_uint8_float16 (__main__.TestPythonJiteratorCUDA) ... skip: On cuda 11.3, nvrtcCompileProgram is taking too long to compile jiterator generated kernels for non-contiguous input that requires dynamic-casting. (0.002s) 2022-05-18T05:44:00.5058127Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_uint8_float32 (__main__.TestPythonJiteratorCUDA) ... skip: On cuda 11.3, nvrtcCompileProgram is taking too long to compile jiterator generated kernels for non-contiguous input that requires dynamic-casting. (0.002s) 2022-05-18T05:44:00.5077881Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_uint8_float64 (__main__.TestPythonJiteratorCUDA) ... skip: On cuda 11.3, nvrtcCompileProgram is taking too long to compile jiterator generated kernels for non-contiguous input that requires dynamic-casting. (0.002s) 2022-05-18T05:44:00.5097157Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_uint8_int16 (__main__.TestPythonJiteratorCUDA) ... skip: On cuda 11.3, nvrtcCompileProgram is taking too long to compile jiterator generated kernels for non-contiguous input that requires dynamic-casting. (0.002s) 2022-05-18T05:44:00.5116819Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_uint8_int32 (__main__.TestPythonJiteratorCUDA) ... skip: On cuda 11.3, nvrtcCompileProgram is taking too long to compile jiterator generated kernels for non-contiguous input that requires dynamic-casting. (0.002s) 2022-05-18T05:44:00.5136294Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_uint8_int64 (__main__.TestPythonJiteratorCUDA) ... skip: On cuda 11.3, nvrtcCompileProgram is taking too long to compile jiterator generated kernels for non-contiguous input that requires dynamic-casting. (0.002s) 2022-05-18T05:44:00.5155860Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_uint8_int8 (__main__.TestPythonJiteratorCUDA) ... skip: On cuda 11.3, nvrtcCompileProgram is taking too long to compile jiterator generated kernels for non-contiguous input that requires dynamic-casting. (0.002s) 2022-05-18T05:44:00.5174910Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_uint8_uint8 (__main__.TestPythonJiteratorCUDA) ... skip: On cuda 11.3, nvrtcCompileProgram is taking too long to compile jiterator generated kernels for non-contiguous input that requires dynamic-casting. (0.002s) 2022-05-18T05:44:00.6874266Z test_bool_extra_args_cuda (__main__.TestPythonJiteratorCUDA) ... ok (0.170s) 2022-05-18T05:44:00.8729600Z test_extra_args_alpha_-1_beta_-4_2_cuda_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.185s) 2022-05-18T05:44:01.0488030Z test_extra_args_alpha_-1_beta_-4_2_cuda_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.176s) 2022-05-18T05:44:01.2210090Z test_extra_args_alpha_-1_beta_-4_2_cuda_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.172s) 2022-05-18T05:44:01.3971560Z test_extra_args_alpha_-1_beta_-4_2_cuda_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.176s) 2022-05-18T05:44:01.4000640Z test_extra_args_alpha_-1_beta_3_cuda_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-05-18T05:44:01.4027647Z test_extra_args_alpha_-1_beta_3_cuda_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-05-18T05:44:01.4054366Z test_extra_args_alpha_-1_beta_3_cuda_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-05-18T05:44:01.4081412Z test_extra_args_alpha_-1_beta_3_cuda_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-05-18T05:44:01.4114201Z test_extra_args_alpha_-1_beta_None_cuda_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-05-18T05:44:01.4141242Z test_extra_args_alpha_-1_beta_None_cuda_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-05-18T05:44:01.4167693Z test_extra_args_alpha_-1_beta_None_cuda_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-05-18T05:44:01.4194447Z test_extra_args_alpha_-1_beta_None_cuda_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-05-18T05:44:01.6025688Z test_extra_args_alpha_2_0_beta_-4_2_cuda_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.183s) 2022-05-18T05:44:01.7806451Z test_extra_args_alpha_2_0_beta_-4_2_cuda_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.178s) 2022-05-18T05:44:01.9540658Z test_extra_args_alpha_2_0_beta_-4_2_cuda_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.173s) 2022-05-18T05:44:02.1222181Z test_extra_args_alpha_2_0_beta_-4_2_cuda_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.168s) 2022-05-18T05:44:02.3023607Z test_extra_args_alpha_2_0_beta_3_cuda_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.180s) 2022-05-18T05:44:02.4782693Z test_extra_args_alpha_2_0_beta_3_cuda_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.176s) 2022-05-18T05:44:02.6460564Z test_extra_args_alpha_2_0_beta_3_cuda_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.168s) 2022-05-18T05:44:02.8140839Z test_extra_args_alpha_2_0_beta_3_cuda_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.168s) 2022-05-18T05:44:02.8168827Z test_extra_args_alpha_2_0_beta_None_cuda_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-05-18T05:44:02.8196515Z test_extra_args_alpha_2_0_beta_None_cuda_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-05-18T05:44:02.8223518Z test_extra_args_alpha_2_0_beta_None_cuda_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-05-18T05:44:02.8250573Z test_extra_args_alpha_2_0_beta_None_cuda_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-05-18T05:44:02.8283210Z test_extra_args_alpha_None_beta_-4_2_cuda_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-05-18T05:44:02.8310176Z test_extra_args_alpha_None_beta_-4_2_cuda_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-05-18T05:44:02.8336611Z test_extra_args_alpha_None_beta_-4_2_cuda_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-05-18T05:44:02.8363672Z test_extra_args_alpha_None_beta_-4_2_cuda_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-05-18T05:44:02.8390529Z test_extra_args_alpha_None_beta_3_cuda_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-05-18T05:44:02.8417344Z test_extra_args_alpha_None_beta_3_cuda_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-05-18T05:44:02.8444114Z test_extra_args_alpha_None_beta_3_cuda_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-05-18T05:44:02.8470812Z test_extra_args_alpha_None_beta_3_cuda_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-05-18T05:44:02.8502888Z test_extra_args_alpha_None_beta_None_cuda_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-05-18T05:44:02.8529568Z test_extra_args_alpha_None_beta_None_cuda_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-05-18T05:44:02.8556021Z test_extra_args_alpha_None_beta_None_cuda_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-05-18T05:44:02.8582814Z test_extra_args_alpha_None_beta_None_cuda_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-05-18T05:44:02.8596579Z test_invalid_function_name_code_string_template T my _kernel(T x) { return x; }_cuda (__main__.TestPythonJiteratorCUDA) ... ok (0.001s) 2022-05-18T05:44:02.8610053Z test_invalid_function_name_code_string_template Tmy_kernel(T x) { return x; }_cuda (__main__.TestPythonJiteratorCUDA) ... ok (0.001s) 2022-05-18T05:44:03.0244584Z test_various_num_inputs_num_inputs_1_cuda (__main__.TestPythonJiteratorCUDA) ... ok (0.163s) 2022-05-18T05:44:03.1914005Z test_various_num_inputs_num_inputs_2_cuda (__main__.TestPythonJiteratorCUDA) ... ok (0.167s) 2022-05-18T05:44:03.3591556Z test_various_num_inputs_num_inputs_3_cuda (__main__.TestPythonJiteratorCUDA) ... ok (0.168s) 2022-05-18T05:44:03.5296208Z test_various_num_inputs_num_inputs_4_cuda (__main__.TestPythonJiteratorCUDA) ... ok (0.170s) 2022-05-18T05:44:03.7006787Z test_various_num_inputs_num_inputs_5_cuda (__main__.TestPythonJiteratorCUDA) ... ok (0.171s) 2022-05-18T05:44:03.8757131Z test_various_num_inputs_num_inputs_6_cuda (__main__.TestPythonJiteratorCUDA) ... ok (0.175s) 2022-05-18T05:44:04.0535944Z test_various_num_inputs_num_inputs_7_cuda (__main__.TestPythonJiteratorCUDA) ... ok (0.178s) 2022-05-18T05:44:04.2368766Z test_various_num_inputs_num_inputs_8_cuda (__main__.TestPythonJiteratorCUDA) ... ok (0.183s) 2022-05-18T05:44:04.2369281Z 2022-05-18T05:44:04.2370053Z ---------------------------------------------------------------------- 2022-05-18T05:44:04.2370608Z Ran 289 tests in 9.505s 2022-05-18T05:44:04.2370761Z 2022-05-18T05:44:04.2370877Z OK (skipped=121) 2022-05-18T05:44:04.2371037Z 2022-05-18T05:44:04.2371164Z Generating XML reports... 2022-05-18T05:44:04.2696160Z Generated XML report: test-reports/python-unittest/test_jiterator/TEST-TestPythonJiteratorCUDA-20220518054354.xml 2022-05-18T05:44:04.5161619Z Running test_package ... [2022-05-18 05:44:04.515563] 2022-05-18T05:44:04.5162514Z Executing ['/opt/conda/bin/python', 'test_package.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:44:04.515668] 2022-05-18T05:44:05.5265024Z Test results will be stored in test-reports/python-unittest/test_package 2022-05-18T05:44:05.5364267Z 2022-05-18T05:44:05.5364729Z Running tests... 2022-05-18T05:44:05.5365245Z ---------------------------------------------------------------------- 2022-05-18T05:44:07.0887315Z test_trace_dependencies (test_analyze.TestAnalyze) ... ok (1.552s) 2022-05-18T05:44:07.0896635Z test_allow_empty_with_error (test_dependency_api.TestDependencyAPI) 2022-05-18T05:44:07.0904770Z If an error occurs during packaging, it should not be shadowed by the allow_empty error. ... ok (0.002s) 2022-05-18T05:44:07.0918384Z test_broken_dependency (test_dependency_api.TestDependencyAPI) 2022-05-18T05:44:07.0928870Z A unpackageable dependency should raise a PackagingError. ... ok (0.002s) 2022-05-18T05:44:07.0934183Z test_deny (test_dependency_api.TestDependencyAPI) 2022-05-18T05:44:07.0946864Z Test marking packages as "deny" during export. ... ok (0.002s) 2022-05-18T05:44:07.0952476Z test_deny_glob (test_dependency_api.TestDependencyAPI) 2022-05-18T05:44:07.0964505Z Test marking packages as "deny" using globs instead of package names. ... ok (0.002s) 2022-05-18T05:44:07.0983293Z test_extern (test_dependency_api.TestDependencyAPI) ... ok (0.002s) 2022-05-18T05:44:07.1006606Z test_extern_glob (test_dependency_api.TestDependencyAPI) ... ok (0.002s) 2022-05-18T05:44:07.1012575Z test_extern_glob_allow_empty (test_dependency_api.TestDependencyAPI) 2022-05-18T05:44:07.1022119Z Test that an error is thrown when a extern glob is specified with allow_empty=True ... ok (0.001s) 2022-05-18T05:44:07.1026304Z test_implicit_intern (test_dependency_api.TestDependencyAPI) 2022-05-18T05:44:07.1033344Z The save_module APIs should implicitly intern the module being saved. ... ok (0.001s) 2022-05-18T05:44:07.1042295Z test_intern_error (test_dependency_api.TestDependencyAPI) 2022-05-18T05:44:07.1057153Z Failure to handle all dependencies should lead to an error. ... ok (0.002s) 2022-05-18T05:44:07.1063665Z test_invalid_import (test_dependency_api.TestDependencyAPI) 2022-05-18T05:44:07.1070356Z An incorrectly-formed import should raise a PackagingError. ... ok (0.001s) 2022-05-18T05:44:07.1095891Z test_mock (test_dependency_api.TestDependencyAPI) ... ok (0.002s) 2022-05-18T05:44:07.1127349Z test_mock_glob (test_dependency_api.TestDependencyAPI) ... ok (0.003s) 2022-05-18T05:44:07.1133292Z test_mock_glob_allow_empty (test_dependency_api.TestDependencyAPI) 2022-05-18T05:44:07.1140070Z Test that an error is thrown when a mock glob is specified with allow_empty=True ... ok (0.001s) 2022-05-18T05:44:07.1155063Z test_pickle_mocked (test_dependency_api.TestDependencyAPI) ... ok (0.001s) 2022-05-18T05:44:07.1173422Z test_pickle_mocked_all (test_dependency_api.TestDependencyAPI) ... ok (0.002s) 2022-05-18T05:44:07.1185810Z test_repackage_mocked_module (test_dependency_api.TestDependencyAPI) 2022-05-18T05:44:07.1224012Z Re-packaging a package that contains a mocked module should work correctly. ... ok (0.005s) 2022-05-18T05:44:07.1244359Z test_extern_and_mock_hook (test_dependency_hooks.TestDependencyHooks) ... ok (0.002s) 2022-05-18T05:44:07.1259334Z test_multiple_extern_hooks (test_dependency_hooks.TestDependencyHooks) ... ok (0.001s) 2022-05-18T05:44:07.1276091Z test_multiple_mock_hooks (test_dependency_hooks.TestDependencyHooks) ... ok (0.002s) 2022-05-18T05:44:07.1292988Z test_remove_hooks (test_dependency_hooks.TestDependencyHooks) ... ok (0.002s) 2022-05-18T05:44:07.1307053Z test_single_hook (test_dependency_hooks.TestDependencyHooks) ... ok (0.001s) 2022-05-18T05:44:07.1323261Z test_all_paths (test_digraph.TestDiGraph) ... ok (0.001s) 2022-05-18T05:44:07.1331123Z test_contains (test_digraph.TestDiGraph) ... ok (0.001s) 2022-05-18T05:44:07.1338468Z test_contains_non_hashable (test_digraph.TestDiGraph) ... ok (0.001s) 2022-05-18T05:44:07.1352180Z test_edges (test_digraph.TestDiGraph) ... ok (0.001s) 2022-05-18T05:44:07.1362883Z test_forward_closure (test_digraph.TestDiGraph) ... ok (0.001s) 2022-05-18T05:44:07.1373405Z test_iter (test_digraph.TestDiGraph) ... ok (0.001s) 2022-05-18T05:44:07.1384647Z test_node_attr_update (test_digraph.TestDiGraph) ... ok (0.001s) 2022-05-18T05:44:07.1394696Z test_node_attrs (test_digraph.TestDiGraph) ... ok (0.001s) 2022-05-18T05:44:07.1402392Z test_predecessor_not_in_graph (test_digraph.TestDiGraph) ... ok (0.001s) 2022-05-18T05:44:07.1413629Z test_predecessors (test_digraph.TestDiGraph) ... ok (0.001s) 2022-05-18T05:44:07.1421565Z test_successor_not_in_graph (test_digraph.TestDiGraph) ... ok (0.001s) 2022-05-18T05:44:07.1432685Z test_successors (test_digraph.TestDiGraph) ... ok (0.001s) 2022-05-18T05:44:07.1483031Z test_importer_access (test_directory_reader.DirectoryReaderTest) ... ok (0.005s) 2022-05-18T05:44:07.1491119Z test_loading_has_record (test_directory_reader.DirectoryReaderTest) 2022-05-18T05:44:07.1513371Z Test DirectoryReader's has_record(). ... ok (0.003s) 2022-05-18T05:44:07.1520945Z test_loading_module (test_directory_reader.DirectoryReaderTest) 2022-05-18T05:44:07.1545839Z Test basic saving and loading of a packages from a DirectoryReader. ... ok (0.003s) 2022-05-18T05:44:07.1555384Z test_loading_pickle (test_directory_reader.DirectoryReaderTest) 2022-05-18T05:44:07.5820102Z Test basic saving and loading of modules and pickles from a DirectoryReader. ... ok (0.427s) 2022-05-18T05:44:07.5829369Z test_package_resource_access (test_directory_reader.DirectoryReaderTest) 2022-05-18T05:44:07.5864741Z Packaged modules should be able to use the importlib.resources API to access ... ok (0.004s) 2022-05-18T05:44:07.5874593Z test_resource_access_by_path (test_directory_reader.DirectoryReaderTest) 2022-05-18T05:44:07.5905468Z Tests that packaged code can used importlib.resources.path. ... ok (0.004s) 2022-05-18T05:44:07.5930086Z test_resource_reader (test_directory_reader.DirectoryReaderTest) 2022-05-18T05:44:07.5988344Z Tests DirectoryReader as the base for get_resource_reader. ... ok (0.008s) 2022-05-18T05:44:07.5997965Z test_scriptobject_failure_message (test_directory_reader.DirectoryReaderTest) 2022-05-18T05:44:07.6139721Z Test basic saving and loading of a ScriptModule in a directory. ... ok (0.015s) 2022-05-18T05:44:07.6153127Z test_exclude (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-05-18T05:44:07.6164304Z test_exclude_from_all (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-05-18T05:44:07.6171657Z test_invalid_raw (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-05-18T05:44:07.6182421Z test_list_include_exclude (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-05-18T05:44:07.6191991Z test_one_star (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-05-18T05:44:07.6201777Z test_one_star_middle (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-05-18T05:44:07.6210908Z test_one_star_multiple_in_component (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-05-18T05:44:07.6220277Z test_one_star_partial (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-05-18T05:44:07.6230178Z test_one_star_partial_extension (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-05-18T05:44:07.6238304Z test_raw_two_star (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-05-18T05:44:07.6246763Z test_two_star (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-05-18T05:44:07.6256075Z test_two_star_end (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-05-18T05:44:07.6266125Z test_two_star_middle (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-05-18T05:44:07.6276434Z test_two_star_multiple (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-05-18T05:44:07.6295251Z test_ordered_importer_basic (test_importer.TestImporter) ... ok (0.002s) 2022-05-18T05:44:07.6307237Z test_ordered_importer_whichmodule (test_importer.TestImporter) 2022-05-18T05:44:07.6313794Z OrderedImporter's implementation of whichmodule should try each ... ok (0.002s) 2022-05-18T05:44:07.6323754Z test_package_importer_whichmodule_no_dunder_module (test_importer.TestImporter) 2022-05-18T05:44:07.6335244Z Exercise corner case where we try to pickle an object whose ... ok (0.002s) 2022-05-18T05:44:07.6353728Z test_single_ordered_importer (test_importer.TestImporter) ... ok (0.002s) 2022-05-18T05:44:07.6362569Z test_sys_importer (test_importer.TestImporter) ... ok (0.001s) 2022-05-18T05:44:07.6372266Z test_sys_importer_roundtrip (test_importer.TestImporter) ... ok (0.001s) 2022-05-18T05:44:07.6377982Z test_load_bc_packages_fx_module (test_load_bc_packages.TestLoadBCPackages) 2022-05-18T05:44:07.6470445Z Tests for backwards compatible fx module ... ok (0.010s) 2022-05-18T05:44:07.6474969Z test_load_bc_packages_nn_module (test_load_bc_packages.TestLoadBCPackages) 2022-05-18T05:44:07.6527690Z Tests for backwards compatible nn module ... ok (0.006s) 2022-05-18T05:44:07.6532285Z test_load_bc_packages_torchscript_module (test_load_bc_packages.TestLoadBCPackages) 2022-05-18T05:44:07.7026123Z Tests for backwards compatible torchscript module ... ok (0.050s) 2022-05-18T05:44:07.7034296Z test_demangle_base (test_mangling.TestMangling) 2022-05-18T05:44:07.7039015Z Demangling a mangle parent directly should currently return an empty string. ... ok (0.001s) 2022-05-18T05:44:07.7044227Z test_demangler_multiple_manglers (test_mangling.TestMangling) 2022-05-18T05:44:07.7049569Z PackageDemangler should be able to demangle name generated by any PackageMangler. ... ok (0.001s) 2022-05-18T05:44:07.7059154Z test_is_mangled (test_mangling.TestMangling) ... ok (0.001s) 2022-05-18T05:44:07.7067045Z test_mangle_empty_errors (test_mangling.TestMangling) ... ok (0.001s) 2022-05-18T05:44:07.7076095Z test_mangle_prefix (test_mangling.TestMangling) ... ok (0.001s) 2022-05-18T05:44:07.7080193Z test_mangler_is_consistent (test_mangling.TestMangling) 2022-05-18T05:44:07.7084892Z Mangling the same name twice should produce the same result. ... ok (0.001s) 2022-05-18T05:44:07.7095034Z test_package_mangler (test_mangling.TestMangling) ... ok (0.001s) 2022-05-18T05:44:07.7103834Z test_roundtrip_mangling (test_mangling.TestMangling) ... ok (0.001s) 2022-05-18T05:44:07.7108126Z test_unique_manglers (test_mangling.TestMangling) 2022-05-18T05:44:07.7114875Z Each mangler instance should generate a unique mangled name for a given input. ... ok (0.001s) 2022-05-18T05:44:07.7149644Z test_unique_module_names (test_mangling.TestMangling) ... ok (0.003s) 2022-05-18T05:44:07.7158598Z test_dunder_package_present (test_misc.TestMisc) 2022-05-18T05:44:07.7169124Z The attribute '__torch_package__' should be populated on imported modules. ... ok (0.002s) 2022-05-18T05:44:07.7176608Z test_dunder_package_works_from_package (test_misc.TestMisc) 2022-05-18T05:44:07.7190592Z The attribute '__torch_package__' should be accessible from within ... ok (0.002s) 2022-05-18T05:44:07.7202486Z test_exporter_content_lists (test_misc.TestMisc) 2022-05-18T05:44:07.7229428Z Test content list API for PackageExporter's contained modules. ... ok (0.004s) 2022-05-18T05:44:07.7246201Z test_file_structure (test_misc.TestMisc) 2022-05-18T05:44:07.7269968Z Tests package's Directory structure representation of a zip file. Ensures ... ok (0.004s) 2022-05-18T05:44:07.7277580Z test_file_structure_has_file (test_misc.TestMisc) 2022-05-18T05:44:07.7286571Z Test Directory's has_file() method. ... ok (0.002s) 2022-05-18T05:44:07.7294951Z test_inspect_class (test_misc.TestMisc) 2022-05-18T05:44:07.7311608Z Should be able to retrieve source for a packaged class. ... ok (0.002s) 2022-05-18T05:44:07.7320665Z test_is_from_package (test_misc.TestMisc) 2022-05-18T05:44:07.7331801Z is_from_package should work for objects and modules ... ok (0.002s) 2022-05-18T05:44:07.7336451Z test_load_python_version_from_package (test_misc.TestMisc) 2022-05-18T05:44:07.7343528Z Tests loading a package with a python version embdded ... ok (0.001s) 2022-05-18T05:44:07.7350817Z test_python_version (test_misc.TestMisc) 2022-05-18T05:44:07.7372057Z Tests that the current python version is stored in the package and is available ... ok (0.003s) 2022-05-18T05:44:07.7379026Z test_std_lib_sys_hackery_checks (test_misc.TestMisc) 2022-05-18T05:44:07.7402270Z The standard library performs sys.module assignment hackery which ... ok (0.003s) 2022-05-18T05:44:08.3920415Z test_model_save (test_model.ModelTest) ... ok (0.651s) 2022-05-18T05:44:08.9122668Z test_resnet (test_model.ModelTest) ... ok (0.520s) 2022-05-18T05:44:10.0783855Z test_script_resnet (test_model.ModelTest) ... ok (1.166s) 2022-05-18T05:44:10.0916057Z test_package_fx_custom_tracer (test_package_fx.TestPackageFX) ... ok (0.013s) 2022-05-18T05:44:10.1147484Z test_package_fx_package (test_package_fx.TestPackageFX) ... ok (0.023s) 2022-05-18T05:44:10.1223084Z test_package_fx_simple (test_package_fx.TestPackageFX) ... ok (0.007s) 2022-05-18T05:44:10.1296497Z test_package_fx_with_imports (test_package_fx.TestPackageFX) ... ok (0.007s) 2022-05-18T05:44:10.1356083Z test_package_then_fx (test_package_fx.TestPackageFX) ... ok (0.006s) 2022-05-18T05:44:10.1366504Z test_different_package_interface (test_package_script.TestPackageScript) 2022-05-18T05:44:10.1508566Z Test a case where the interface defined in the package is ... ok (0.015s) 2022-05-18T05:44:10.1517347Z test_different_package_script_class (test_package_script.TestPackageScript) 2022-05-18T05:44:10.1596199Z Test a case where the script class defined in the package is ... ok (0.009s) 2022-05-18T05:44:10.1607061Z test_load_shared_scriptmodules (test_package_script.TestPackageScript) 2022-05-18T05:44:10.1707055Z Test loading of single ScriptModule shared by multiple eager ... ok (0.011s) 2022-05-18T05:44:10.1724860Z test_load_shared_tensors (test_package_script.TestPackageScript) 2022-05-18T05:44:10.1836216Z Test tensors shared across eager and ScriptModules on load ... ok (0.013s) 2022-05-18T05:44:10.1855702Z test_load_shared_tensors_repackaged (test_package_script.TestPackageScript) 2022-05-18T05:44:10.2038433Z Test tensors shared across eager and ScriptModules on load ... ok (0.020s) 2022-05-18T05:44:10.2054516Z test_mixing_packaged_and_inline_modules (test_package_script.TestPackageScript) 2022-05-18T05:44:10.2182093Z Test saving inline and imported modules in same package with ... ok (0.014s) 2022-05-18T05:44:10.2198884Z test_mixing_packaged_and_inline_modules_shared_code (test_package_script.TestPackageScript) 2022-05-18T05:44:11.3644383Z Test saving inline and imported modules in same package that ... ok (1.146s) 2022-05-18T05:44:11.3655912Z test_package_interface (test_package_script.TestPackageScript) 2022-05-18T05:44:11.4195852Z Packaging an interface class should work correctly. ... ok (0.055s) 2022-05-18T05:44:11.4258776Z test_package_script_class (test_package_script.TestPackageScript) ... ok (0.006s) 2022-05-18T05:44:11.4458089Z test_package_script_class_referencing_self (test_package_script.TestPackageScript) ... ok (0.020s) 2022-05-18T05:44:11.4468413Z test_save_eager_mods_sharing_scriptmodule (test_package_script.TestPackageScript) 2022-05-18T05:44:11.4532539Z Test saving of single ScriptModule shared by multiple ... ok (0.007s) 2022-05-18T05:44:11.4544290Z test_save_independent_scriptmodules (test_package_script.TestPackageScript) 2022-05-18T05:44:11.4663208Z Test to verify saving multiple ScriptModules with completely ... ok (0.013s) 2022-05-18T05:44:11.4680813Z test_save_repeat_scriptmodules (test_package_script.TestPackageScript) 2022-05-18T05:44:11.5249270Z Test to verify saving multiple different modules and ... ok (0.058s) 2022-05-18T05:44:11.5259366Z test_save_scriptmodule (test_package_script.TestPackageScript) 2022-05-18T05:44:11.5312168Z Test basic saving of ScriptModule. ... ok (0.006s) 2022-05-18T05:44:11.5322126Z test_save_scriptmodule_file (test_package_script.TestPackageScript) 2022-05-18T05:44:11.5376832Z Test basic saving of ScriptModule in file. ... ok (0.006s) 2022-05-18T05:44:11.5392128Z test_save_scriptmodule_only_necessary_code (test_package_script.TestPackageScript) 2022-05-18T05:44:12.0285076Z Test to verify when saving multiple packages with same CU ... ok (0.491s) 2022-05-18T05:44:12.0294540Z test_save_scriptmodule_with_submods (test_package_script.TestPackageScript) 2022-05-18T05:44:12.0393542Z Test basic saving of ScriptModule with submodule. ... ok (0.011s) 2022-05-18T05:44:12.0406064Z test_save_scriptmodules_in_container (test_package_script.TestPackageScript) 2022-05-18T05:44:12.0869367Z Test saving of ScriptModules inside of container. Checks that relations ... ok (0.047s) 2022-05-18T05:44:12.0888823Z test_save_scriptmodules_submod_redefinition (test_package_script.TestPackageScript) 2022-05-18T05:44:12.1065162Z Test to verify saving multiple ScriptModules with same top module ... ok (0.019s) 2022-05-18T05:44:12.1080521Z test_save_shared_tensors (test_package_script.TestPackageScript) 2022-05-18T05:44:12.1167500Z Test tensors shared across eager and ScriptModules are serialized once. ... ok (0.010s) 2022-05-18T05:44:12.1181295Z test_saving_and_scripting_packaged_mod (test_package_script.TestPackageScript) 2022-05-18T05:44:12.1294204Z Test scripting a module loaded from a package ... ok (0.013s) 2022-05-18T05:44:12.1310926Z test_scriptmodules_repeat_save (test_package_script.TestPackageScript) 2022-05-18T05:44:12.1464754Z Test to verify saving and loading same ScriptModule object works ... ok (0.017s) 2022-05-18T05:44:12.1477944Z test_tensor_sharing_pickle (test_package_script.TestPackageScript) 2022-05-18T05:44:12.1535697Z Test that saving a ScriptModule and a separately saving a tensor ... ok (0.007s) 2022-05-18T05:44:12.1617713Z test_repackage_import_indirectly_via_parent_module (test_repackage.TestRepackage) ... ok (0.008s) 2022-05-18T05:44:12.1644188Z test_importer_access (test_resources.TestResources) ... ok (0.002s) 2022-05-18T05:44:12.1651725Z test_package_resource_access (test_resources.TestResources) 2022-05-18T05:44:12.1665279Z Packaged modules should be able to use the importlib.resources API to access ... ok (0.002s) 2022-05-18T05:44:12.1673217Z test_resource_access_by_path (test_resources.TestResources) 2022-05-18T05:44:12.1689635Z Tests that packaged code can used importlib.resources.path. ... ok (0.002s) 2022-05-18T05:44:12.1710596Z test_resource_reader (test_resources.TestResources) 2022-05-18T05:44:12.1734293Z Test compliance with the get_resource_reader importlib API. ... ok (0.004s) 2022-05-18T05:44:12.1740506Z test_bad_dunder_imports (test_save_load.TestSaveLoad) 2022-05-18T05:44:12.1747312Z Test to ensure bad __imports__ don't cause PackageExporter to fail. ... ok (0.001s) 2022-05-18T05:44:12.1795892Z test_dunder_imports (test_save_load.TestSaveLoad) ... ok (0.005s) 2022-05-18T05:44:12.1810410Z test_exporting_mismatched_code (test_save_load.TestSaveLoad) 2022-05-18T05:44:12.1857942Z If an object with the same qualified name is loaded from different ... ok (0.006s) 2022-05-18T05:44:12.1886870Z test_pickle (test_save_load.TestSaveLoad) ... ok (0.003s) 2022-05-18T05:44:12.1896701Z test_save_imported_module (test_save_load.TestSaveLoad) 2022-05-18T05:44:12.1916251Z Saving a module that came from another PackageImporter should work. ... ok (0.003s) 2022-05-18T05:44:12.1923989Z test_save_imported_module_using_package_importer (test_save_load.TestSaveLoad) 2022-05-18T05:44:12.1942991Z Exercise a corner case: re-packaging a module that uses `torch_package_importer` ... ok (0.003s) 2022-05-18T05:44:12.1966787Z test_save_module (test_save_load.TestSaveLoad) ... ok (0.002s) 2022-05-18T05:44:12.1991142Z test_save_module_binary (test_save_load.TestSaveLoad) ... ok (0.002s) 2022-05-18T05:44:12.2057207Z test_saving_source (test_save_load.TestSaveLoad) ... ok (0.007s) 2022-05-18T05:44:12.2076655Z test_saving_string (test_save_load.TestSaveLoad) ... ok (0.002s) 2022-05-18T05:44:12.2077772Z 2022-05-18T05:44:12.2078357Z ---------------------------------------------------------------------- 2022-05-18T05:44:12.2078868Z Ran 131 tests in 6.671s 2022-05-18T05:44:12.2079039Z 2022-05-18T05:44:12.2079115Z OK 2022-05-18T05:44:12.2079255Z 2022-05-18T05:44:12.2079390Z Generating XML reports... 2022-05-18T05:44:12.2112219Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_analyze.TestAnalyze-20220518054405.xml 2022-05-18T05:44:12.2129993Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_dependency_api.TestDependencyAPI-20220518054405.xml 2022-05-18T05:44:12.2138099Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_dependency_hooks.TestDependencyHooks-20220518054405.xml 2022-05-18T05:44:12.2151478Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_digraph.TestDiGraph-20220518054405.xml 2022-05-18T05:44:12.2161972Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_directory_reader.DirectoryReaderTest-20220518054405.xml 2022-05-18T05:44:12.2177562Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_glob_group.TestGlobGroup-20220518054405.xml 2022-05-18T05:44:12.2186640Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_importer.TestImporter-20220518054405.xml 2022-05-18T05:44:12.2191953Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_load_bc_packages.TestLoadBCPackages-20220518054405.xml 2022-05-18T05:44:12.2205464Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_mangling.TestMangling-20220518054405.xml 2022-05-18T05:44:12.2217816Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_misc.TestMisc-20220518054405.xml 2022-05-18T05:44:12.2223663Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_model.ModelTest-20220518054405.xml 2022-05-18T05:44:12.2230449Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_package_fx.TestPackageFX-20220518054405.xml 2022-05-18T05:44:12.2256729Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_package_script.TestPackageScript-20220518054405.xml 2022-05-18T05:44:12.2260328Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_repackage.TestRepackage-20220518054405.xml 2022-05-18T05:44:12.2267028Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_resources.TestResources-20220518054405.xml 2022-05-18T05:44:12.2279659Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_save_load.TestSaveLoad-20220518054405.xml 2022-05-18T05:44:12.5125987Z Running test_spectral_ops ... [2022-05-18 05:44:12.512075] 2022-05-18T05:44:12.5126680Z Executing ['/opt/conda/bin/python', 'test_spectral_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:44:12.512181] 2022-05-18T05:44:15.7775939Z /var/lib/jenkins/workspace/test/test_spectral_ops.py:43: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. 2022-05-18T05:44:15.7777176Z if LooseVersion(np.__version__) >= '1.20.0' and ( 2022-05-18T05:44:15.7941912Z Test results will be stored in test-reports/python-unittest/test_spectral_ops 2022-05-18T05:44:15.7990481Z 2022-05-18T05:44:15.7990934Z Running tests... 2022-05-18T05:44:15.7991452Z ---------------------------------------------------------------------- 2022-05-18T05:44:15.9525613Z test_batch_istft_cuda (__main__.TestFFTCUDA) ... /var/lib/jenkins/workspace/test/test_spectral_ops.py:1456: UserWarning: istft will require a complex-valued input tensor in a future PyTorch release. Matching the output from stft with return_complex=True. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/SpectralOps.cpp:979.) 2022-05-18T05:44:15.9526518Z i_original = torch.istft(original, n_fft=4, length=4) 2022-05-18T05:44:15.9559383Z ok (0.156s) 2022-05-18T05:44:16.0053180Z test_complex_istft_real_equiv_cuda_complex128 (__main__.TestFFTCUDA) ... ok (0.049s) 2022-05-18T05:44:16.0415188Z test_complex_stft_definition_cuda_complex128 (__main__.TestFFTCUDA) ... ok (0.036s) 2022-05-18T05:44:16.0610912Z test_complex_stft_onesided_cuda (__main__.TestFFTCUDA) ... ok (0.019s) 2022-05-18T05:44:16.4123068Z test_complex_stft_real_equiv_cuda_complex128 (__main__.TestFFTCUDA) ... ok (0.351s) 2022-05-18T05:44:16.5469403Z test_complex_stft_roundtrip_cuda_complex128 (__main__.TestFFTCUDA) ... ok (0.135s) 2022-05-18T05:44:16.8179162Z test_complex_stft_roundtrip_cuda_float64 (__main__.TestFFTCUDA) ... ok (0.271s) 2022-05-18T05:44:17.3130054Z test_cufft_plan_cache_cuda_float64 (__main__.TestFFTCUDA) ... ok (0.495s) 2022-05-18T05:44:17.3180455Z test_empty_fft_fft_fft2_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.005s) 2022-05-18T05:44:17.3229328Z test_empty_fft_fft_fft2_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.005s) 2022-05-18T05:44:17.3273937Z test_empty_fft_fft_fft_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.004s) 2022-05-18T05:44:17.3318838Z test_empty_fft_fft_fft_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.004s) 2022-05-18T05:44:17.3363843Z test_empty_fft_fft_fftn_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.004s) 2022-05-18T05:44:17.4047353Z test_empty_fft_fft_fftn_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.068s) 2022-05-18T05:44:17.4103690Z test_empty_fft_fft_hfft2_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.006s) 2022-05-18T05:44:17.4159630Z test_empty_fft_fft_hfft2_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.006s) 2022-05-18T05:44:17.4204649Z test_empty_fft_fft_hfft_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.004s) 2022-05-18T05:44:17.4249514Z test_empty_fft_fft_hfft_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.004s) 2022-05-18T05:44:17.4301997Z test_empty_fft_fft_hfftn_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.005s) 2022-05-18T05:44:17.4355195Z test_empty_fft_fft_hfftn_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.005s) 2022-05-18T05:44:17.4403841Z test_empty_fft_fft_ifft2_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.005s) 2022-05-18T05:44:17.4452442Z test_empty_fft_fft_ifft2_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.005s) 2022-05-18T05:44:17.4497147Z test_empty_fft_fft_ifft_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.004s) 2022-05-18T05:44:17.4541994Z test_empty_fft_fft_ifft_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.004s) 2022-05-18T05:44:17.4588733Z test_empty_fft_fft_ifftn_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.005s) 2022-05-18T05:44:17.4633940Z test_empty_fft_fft_ifftn_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.004s) 2022-05-18T05:44:17.4686291Z test_empty_fft_fft_ihfft2_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.005s) 2022-05-18T05:44:17.4730926Z test_empty_fft_fft_ihfft_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.004s) 2022-05-18T05:44:17.4779286Z test_empty_fft_fft_ihfftn_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.005s) 2022-05-18T05:44:17.4835639Z test_empty_fft_fft_irfft2_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.006s) 2022-05-18T05:44:17.4892499Z test_empty_fft_fft_irfft2_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.006s) 2022-05-18T05:44:17.4940214Z test_empty_fft_fft_irfft_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.005s) 2022-05-18T05:44:17.4985308Z test_empty_fft_fft_irfft_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.004s) 2022-05-18T05:44:17.5037257Z test_empty_fft_fft_irfftn_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.005s) 2022-05-18T05:44:17.5089204Z test_empty_fft_fft_irfftn_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.005s) 2022-05-18T05:44:17.5141179Z test_empty_fft_fft_rfft2_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.005s) 2022-05-18T05:44:17.5186484Z test_empty_fft_fft_rfft_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.004s) 2022-05-18T05:44:17.5234944Z test_empty_fft_fft_rfftn_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.005s) 2022-05-18T05:44:17.5446534Z test_empty_ifft_cuda (__main__.TestFFTCUDA) ... ok (0.021s) 2022-05-18T05:44:17.6838023Z test_fft2_fftn_equivalence_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.139s) 2022-05-18T05:44:17.8904809Z test_fft2_fftn_equivalence_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.207s) 2022-05-18T05:44:17.9546543Z test_fft2_invalid_cuda (__main__.TestFFTCUDA) ... ok (0.064s) 2022-05-18T05:44:18.2545170Z test_fft2_numpy_cuda_complex128 (__main__.TestFFTCUDA) ... ok (0.300s) 2022-05-18T05:44:18.5630203Z test_fft2_numpy_cuda_float64 (__main__.TestFFTCUDA) ... ok (0.308s) 2022-05-18T05:44:18.5693450Z test_fft_half_and_bfloat16_errors_fft_fft2_cuda_bfloat16 (__main__.TestFFTCUDA) ... ok (0.006s) 2022-05-18T05:44:18.5798934Z test_fft_half_and_bfloat16_errors_fft_fft2_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.010s) 2022-05-18T05:44:18.5860894Z test_fft_half_and_bfloat16_errors_fft_fft_cuda_bfloat16 (__main__.TestFFTCUDA) ... ok (0.006s) 2022-05-18T05:44:18.5957492Z test_fft_half_and_bfloat16_errors_fft_fft_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.010s) 2022-05-18T05:44:18.6017131Z test_fft_half_and_bfloat16_errors_fft_fftn_cuda_bfloat16 (__main__.TestFFTCUDA) ... ok (0.006s) 2022-05-18T05:44:18.6118570Z test_fft_half_and_bfloat16_errors_fft_fftn_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.010s) 2022-05-18T05:44:18.6185101Z test_fft_half_and_bfloat16_errors_fft_hfft2_cuda_bfloat16 (__main__.TestFFTCUDA) ... ok (0.006s) 2022-05-18T05:44:18.6290280Z test_fft_half_and_bfloat16_errors_fft_hfft2_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.010s) 2022-05-18T05:44:18.6352150Z test_fft_half_and_bfloat16_errors_fft_hfft_cuda_bfloat16 (__main__.TestFFTCUDA) ... ok (0.006s) 2022-05-18T05:44:18.6489629Z test_fft_half_and_bfloat16_errors_fft_hfft_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.014s) 2022-05-18T05:44:18.6552377Z test_fft_half_and_bfloat16_errors_fft_hfftn_cuda_bfloat16 (__main__.TestFFTCUDA) ... ok (0.006s) 2022-05-18T05:44:18.6649572Z test_fft_half_and_bfloat16_errors_fft_hfftn_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.010s) 2022-05-18T05:44:18.6710741Z test_fft_half_and_bfloat16_errors_fft_ifft2_cuda_bfloat16 (__main__.TestFFTCUDA) ... ok (0.006s) 2022-05-18T05:44:18.6812671Z test_fft_half_and_bfloat16_errors_fft_ifft2_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.010s) 2022-05-18T05:44:18.6874987Z test_fft_half_and_bfloat16_errors_fft_ifft_cuda_bfloat16 (__main__.TestFFTCUDA) ... ok (0.006s) 2022-05-18T05:44:18.6975868Z test_fft_half_and_bfloat16_errors_fft_ifft_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.010s) 2022-05-18T05:44:18.7034858Z test_fft_half_and_bfloat16_errors_fft_ifftn_cuda_bfloat16 (__main__.TestFFTCUDA) ... ok (0.006s) 2022-05-18T05:44:18.7135535Z test_fft_half_and_bfloat16_errors_fft_ifftn_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.010s) 2022-05-18T05:44:18.7200430Z test_fft_half_and_bfloat16_errors_fft_ihfft2_cuda_bfloat16 (__main__.TestFFTCUDA) ... ok (0.006s) 2022-05-18T05:44:18.7300366Z test_fft_half_and_bfloat16_errors_fft_ihfft2_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.010s) 2022-05-18T05:44:18.7360326Z test_fft_half_and_bfloat16_errors_fft_ihfft_cuda_bfloat16 (__main__.TestFFTCUDA) ... ok (0.006s) 2022-05-18T05:44:18.7455339Z test_fft_half_and_bfloat16_errors_fft_ihfft_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.009s) 2022-05-18T05:44:18.7516874Z test_fft_half_and_bfloat16_errors_fft_ihfftn_cuda_bfloat16 (__main__.TestFFTCUDA) ... ok (0.006s) 2022-05-18T05:44:18.7617761Z test_fft_half_and_bfloat16_errors_fft_ihfftn_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.010s) 2022-05-18T05:44:18.7680740Z test_fft_half_and_bfloat16_errors_fft_irfft2_cuda_bfloat16 (__main__.TestFFTCUDA) ... ok (0.006s) 2022-05-18T05:44:18.7783100Z test_fft_half_and_bfloat16_errors_fft_irfft2_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.010s) 2022-05-18T05:44:18.7843282Z test_fft_half_and_bfloat16_errors_fft_irfft_cuda_bfloat16 (__main__.TestFFTCUDA) ... ok (0.006s) 2022-05-18T05:44:18.7943069Z test_fft_half_and_bfloat16_errors_fft_irfft_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.010s) 2022-05-18T05:44:18.8004493Z test_fft_half_and_bfloat16_errors_fft_irfftn_cuda_bfloat16 (__main__.TestFFTCUDA) ... ok (0.006s) 2022-05-18T05:44:18.8105698Z test_fft_half_and_bfloat16_errors_fft_irfftn_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.010s) 2022-05-18T05:44:18.8168607Z test_fft_half_and_bfloat16_errors_fft_rfft2_cuda_bfloat16 (__main__.TestFFTCUDA) ... ok (0.006s) 2022-05-18T05:44:18.8271648Z test_fft_half_and_bfloat16_errors_fft_rfft2_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.010s) 2022-05-18T05:44:18.8331517Z test_fft_half_and_bfloat16_errors_fft_rfft_cuda_bfloat16 (__main__.TestFFTCUDA) ... ok (0.006s) 2022-05-18T05:44:18.8426240Z test_fft_half_and_bfloat16_errors_fft_rfft_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.009s) 2022-05-18T05:44:18.8487555Z test_fft_half_and_bfloat16_errors_fft_rfftn_cuda_bfloat16 (__main__.TestFFTCUDA) ... ok (0.006s) 2022-05-18T05:44:18.8583581Z test_fft_half_and_bfloat16_errors_fft_rfftn_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.009s) 2022-05-18T05:44:18.9954599Z test_fft_ifft_rfft_irfft_cuda_float64 (__main__.TestFFTCUDA) ... ok (0.137s) 2022-05-18T05:44:19.0001988Z test_fft_input_modification_cuda (__main__.TestFFTCUDA) ... ok (0.005s) 2022-05-18T05:44:19.0109051Z test_fft_invalid_dtypes_cuda (__main__.TestFFTCUDA) ... ok (0.011s) 2022-05-18T05:44:19.0246848Z test_fft_plan_repeatable_cuda (__main__.TestFFTCUDA) ... ok (0.014s) 2022-05-18T05:44:19.0450831Z test_fft_round_trip_cuda_complex128 (__main__.TestFFTCUDA) ... ok (0.020s) 2022-05-18T05:44:19.0483804Z test_fft_round_trip_cuda_complex32 (__main__.TestFFTCUDA) ... skip: half and complex32 are only supported on CUDA device with SM>53 (0.003s) 2022-05-18T05:44:19.0695480Z test_fft_round_trip_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.021s) 2022-05-18T05:44:19.0728122Z test_fft_round_trip_cuda_float16 (__main__.TestFFTCUDA) ... skip: half and complex32 are only supported on CUDA device with SM>53 (0.003s) 2022-05-18T05:44:19.1305669Z test_fft_round_trip_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.058s) 2022-05-18T05:44:19.1857353Z test_fft_round_trip_cuda_float64 (__main__.TestFFTCUDA) ... ok (0.055s) 2022-05-18T05:44:19.1896534Z test_fft_type_promotion_cuda_complex128 (__main__.TestFFTCUDA) ... ok (0.004s) 2022-05-18T05:44:19.1926718Z test_fft_type_promotion_cuda_complex32 (__main__.TestFFTCUDA) ... skip: half and complex32 are only supported on CUDA device with SM>53 (0.003s) 2022-05-18T05:44:19.1969450Z test_fft_type_promotion_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.004s) 2022-05-18T05:44:19.1999664Z test_fft_type_promotion_cuda_float16 (__main__.TestFFTCUDA) ... skip: half and complex32 are only supported on CUDA device with SM>53 (0.003s) 2022-05-18T05:44:19.2039473Z test_fft_type_promotion_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.004s) 2022-05-18T05:44:19.2079529Z test_fft_type_promotion_cuda_float64 (__main__.TestFFTCUDA) ... ok (0.004s) 2022-05-18T05:44:19.2117082Z test_fft_type_promotion_cuda_int8 (__main__.TestFFTCUDA) ... ok (0.004s) 2022-05-18T05:44:19.2379287Z test_fftfreq_numpy_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.026s) 2022-05-18T05:44:19.2634459Z test_fftfreq_numpy_cuda_float64 (__main__.TestFFTCUDA) ... ok (0.025s) 2022-05-18T05:44:19.2718785Z test_fftfreq_out_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.008s) 2022-05-18T05:44:19.2788665Z test_fftfreq_out_cuda_float64 (__main__.TestFFTCUDA) ... ok (0.007s) 2022-05-18T05:44:19.2968193Z test_fftn_invalid_fft_fftn_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.018s) 2022-05-18T05:44:19.3138479Z test_fftn_invalid_fft_fftn_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.017s) 2022-05-18T05:44:19.3344768Z test_fftn_invalid_fft_hfftn_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.021s) 2022-05-18T05:44:19.3550898Z test_fftn_invalid_fft_hfftn_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.021s) 2022-05-18T05:44:19.3720042Z test_fftn_invalid_fft_ifftn_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.017s) 2022-05-18T05:44:19.3888536Z test_fftn_invalid_fft_ifftn_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.017s) 2022-05-18T05:44:19.4076911Z test_fftn_invalid_fft_ihfftn_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.019s) 2022-05-18T05:44:19.4288725Z test_fftn_invalid_fft_irfftn_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.021s) 2022-05-18T05:44:19.4495854Z test_fftn_invalid_fft_irfftn_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.021s) 2022-05-18T05:44:19.4684842Z test_fftn_invalid_fft_rfftn_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.019s) 2022-05-18T05:44:19.5069723Z test_fftn_round_trip_cuda_complex128 (__main__.TestFFTCUDA) ... ok (0.038s) 2022-05-18T05:44:19.5102336Z test_fftn_round_trip_cuda_complex32 (__main__.TestFFTCUDA) ... skip: half and complex32 are only supported on CUDA device with SM>53 (0.003s) 2022-05-18T05:44:19.5484888Z test_fftn_round_trip_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.038s) 2022-05-18T05:44:19.5517363Z test_fftn_round_trip_cuda_float16 (__main__.TestFFTCUDA) ... skip: half and complex32 are only supported on CUDA device with SM>53 (0.003s) 2022-05-18T05:44:19.6558288Z test_fftn_round_trip_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.104s) 2022-05-18T05:44:19.7581066Z test_fftn_round_trip_cuda_float64 (__main__.TestFFTCUDA) ... ok (0.102s) 2022-05-18T05:44:19.7665613Z test_fftshift_frequencies_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.008s) 2022-05-18T05:44:19.7742768Z test_fftshift_frequencies_cuda_float64 (__main__.TestFFTCUDA) ... ok (0.008s) 2022-05-18T05:44:19.7882092Z test_fftshift_numpy_cuda_complex128 (__main__.TestFFTCUDA) ... ok (0.014s) 2022-05-18T05:44:19.8022527Z test_fftshift_numpy_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.014s) 2022-05-18T05:44:19.8155120Z test_fftshift_numpy_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.013s) 2022-05-18T05:44:19.8284911Z test_fftshift_numpy_cuda_float64 (__main__.TestFFTCUDA) ... ok (0.013s) 2022-05-18T05:44:19.8312946Z test_hfftn_cuda_float16 (__main__.TestFFTCUDA) ... skip: half and complex32 are only supported on CUDA device with SM>53 (0.003s) 2022-05-18T05:44:19.8456270Z test_hfftn_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.014s) 2022-05-18T05:44:19.8602661Z test_hfftn_cuda_float64 (__main__.TestFFTCUDA) ... ok (0.015s) 2022-05-18T05:44:19.8628341Z test_ihfftn_cuda_float16 (__main__.TestFFTCUDA) ... skip: half and complex32 are only supported on CUDA device with SM>53 (0.002s) 2022-05-18T05:44:19.8767007Z test_ihfftn_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.014s) 2022-05-18T05:44:19.8902670Z test_ihfftn_cuda_float64 (__main__.TestFFTCUDA) ... ok (0.013s) 2022-05-18T05:44:20.4513805Z test_istft_linearity_cuda_float64 (__main__.TestFFTCUDA) ... ok (0.561s) 2022-05-18T05:44:20.4612678Z test_istft_of_sine_cuda_float64 (__main__.TestFFTCUDA) ... ok (0.010s) 2022-05-18T05:44:20.4623918Z test_istft_round_trip_simple_cases_cuda_float64 (__main__.TestFFTCUDA) 2022-05-18T05:44:20.4654244Z stft -> istft should recover the original signale ... ok (0.004s) 2022-05-18T05:44:20.4676804Z test_istft_round_trip_various_params_cuda_float64 (__main__.TestFFTCUDA) 2022-05-18T05:44:21.5077607Z stft -> istft should recover the original signale ... ok (1.042s) 2022-05-18T05:44:21.5102336Z test_istft_round_trip_with_padding_cuda_float64 (__main__.TestFFTCUDA) 2022-05-18T05:44:21.7874711Z long hop_length or not centered may cause length mismatch in the inversed signal ... ok (0.280s) 2022-05-18T05:44:21.7884354Z test_istft_throws_cuda (__main__.TestFFTCUDA) 2022-05-18T05:44:21.8001930Z istft should throw exception for invalid parameters ... ok (0.013s) 2022-05-18T05:44:21.8292062Z test_reference_1d_fft_fft_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.029s) 2022-05-18T05:44:21.8596774Z test_reference_1d_fft_fft_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.030s) 2022-05-18T05:44:21.8930719Z test_reference_1d_fft_hfft_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.033s) 2022-05-18T05:44:21.9233734Z test_reference_1d_fft_hfft_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.030s) 2022-05-18T05:44:21.9506391Z test_reference_1d_fft_ifft_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.027s) 2022-05-18T05:44:21.9806121Z test_reference_1d_fft_ifft_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.030s) 2022-05-18T05:44:22.0138235Z test_reference_1d_fft_ihfft_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.033s) 2022-05-18T05:44:22.0413117Z test_reference_1d_fft_irfft_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.027s) 2022-05-18T05:44:22.0695500Z test_reference_1d_fft_irfft_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.028s) 2022-05-18T05:44:22.0962862Z test_reference_1d_fft_rfft_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.027s) 2022-05-18T05:44:22.1325000Z test_reference_nd_fft_fftn_cuda_complex128 (__main__.TestFFTCUDA) ... ok (0.036s) 2022-05-18T05:44:22.1676310Z test_reference_nd_fft_fftn_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.035s) 2022-05-18T05:44:22.2059886Z test_reference_nd_fft_hfftn_cuda_complex128 (__main__.TestFFTCUDA) ... ok (0.038s) 2022-05-18T05:44:22.2442360Z test_reference_nd_fft_hfftn_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.038s) 2022-05-18T05:44:22.2787275Z test_reference_nd_fft_ifftn_cuda_complex128 (__main__.TestFFTCUDA) ... ok (0.034s) 2022-05-18T05:44:22.3136037Z test_reference_nd_fft_ifftn_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.035s) 2022-05-18T05:44:22.3500040Z test_reference_nd_fft_irfftn_cuda_complex128 (__main__.TestFFTCUDA) ... ok (0.036s) 2022-05-18T05:44:22.3856571Z test_reference_nd_fft_irfftn_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.036s) 2022-05-18T05:44:22.4682514Z test_stft_cuda_float64 (__main__.TestFFTCUDA) ... /opt/conda/lib/python3.9/site-packages/torch/functional.py:606: UserWarning: stft will soon require the return_complex parameter be given for real inputs, and will further require that return_complex=True in a future PyTorch release. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/SpectralOps.cpp:803.) 2022-05-18T05:44:22.4683469Z return _VF.stft(input, n_fft, hop_length, win_length, window, # type: ignore[attr-defined] 2022-05-18T05:44:22.4881615Z ok (0.102s) 2022-05-18T05:44:22.4902359Z test_stft_requires_complex_cuda (__main__.TestFFTCUDA) ... ok (0.002s) 2022-05-18T05:44:22.6062317Z test_stft_roundtrip_complex_window_cuda_complex128 (__main__.TestFFTCUDA) ... ok (0.116s) 2022-05-18T05:44:22.7521246Z test_stft_roundtrip_complex_window_cuda_float64 (__main__.TestFFTCUDA) ... ok (0.146s) 2022-05-18T05:44:22.7682012Z test_stft_window_device_cuda (__main__.TestFFTCUDA) ... ok (0.016s) 2022-05-18T05:44:22.7682447Z 2022-05-18T05:44:22.7682864Z ---------------------------------------------------------------------- 2022-05-18T05:44:22.7683227Z Ran 158 tests in 6.969s 2022-05-18T05:44:22.7683398Z 2022-05-18T05:44:22.7683512Z OK (skipped=8) 2022-05-18T05:44:22.7683668Z 2022-05-18T05:44:22.7683798Z Generating XML reports... 2022-05-18T05:44:22.7864146Z Generated XML report: test-reports/python-unittest/test_spectral_ops/TEST-TestFFTCUDA-20220518054415.xml 2022-05-18T05:44:23.1792004Z Running test_sort_and_select ... [2022-05-18 05:44:23.178656] 2022-05-18T05:44:23.1792736Z Executing ['/opt/conda/bin/python', 'test_sort_and_select.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:44:23.178760] 2022-05-18T05:44:25.6229957Z Test results will be stored in test-reports/python-unittest/test_sort_and_select 2022-05-18T05:44:25.6264358Z 2022-05-18T05:44:25.6264997Z Running tests... 2022-05-18T05:44:25.6265534Z ---------------------------------------------------------------------- 2022-05-18T05:44:25.6590887Z test_isin_cuda_float16 (__main__.TestSortAndSelectCUDA) ... ok (0.032s) 2022-05-18T05:44:25.6879629Z test_isin_cuda_float32 (__main__.TestSortAndSelectCUDA) ... ok (0.029s) 2022-05-18T05:44:25.7173400Z test_isin_cuda_float64 (__main__.TestSortAndSelectCUDA) ... ok (0.029s) 2022-05-18T05:44:25.7465430Z test_isin_cuda_int16 (__main__.TestSortAndSelectCUDA) ... ok (0.029s) 2022-05-18T05:44:25.7751102Z test_isin_cuda_int32 (__main__.TestSortAndSelectCUDA) ... ok (0.028s) 2022-05-18T05:44:25.8043835Z test_isin_cuda_int64 (__main__.TestSortAndSelectCUDA) ... ok (0.029s) 2022-05-18T05:44:25.8334600Z test_isin_cuda_int8 (__main__.TestSortAndSelectCUDA) ... ok (0.029s) 2022-05-18T05:44:25.8618416Z test_isin_cuda_uint8 (__main__.TestSortAndSelectCUDA) ... ok (0.028s) 2022-05-18T05:44:25.8730403Z test_isin_different_devices_cuda_float32 (__main__.TestSortAndSelectCUDA) ... ok (0.011s) 2022-05-18T05:44:25.8839186Z test_isin_different_devices_cuda_float64 (__main__.TestSortAndSelectCUDA) ... ok (0.011s) 2022-05-18T05:44:25.8947967Z test_isin_different_devices_cuda_int16 (__main__.TestSortAndSelectCUDA) ... ok (0.011s) 2022-05-18T05:44:25.9056859Z test_isin_different_devices_cuda_int32 (__main__.TestSortAndSelectCUDA) ... ok (0.011s) 2022-05-18T05:44:25.9175513Z test_isin_different_devices_cuda_int64 (__main__.TestSortAndSelectCUDA) ... ok (0.012s) 2022-05-18T05:44:25.9284047Z test_isin_different_devices_cuda_int8 (__main__.TestSortAndSelectCUDA) ... ok (0.011s) 2022-05-18T05:44:25.9393932Z test_isin_different_devices_cuda_uint8 (__main__.TestSortAndSelectCUDA) ... ok (0.011s) 2022-05-18T05:44:26.0546443Z test_isin_different_dtypes_cuda (__main__.TestSortAndSelectCUDA) ... ok (0.115s) 2022-05-18T05:44:26.0672209Z test_kthvalue_cuda_float64 (__main__.TestSortAndSelectCUDA) ... ok (0.013s) 2022-05-18T05:44:26.0699472Z test_kthvalue_scalar_cuda_float32 (__main__.TestSortAndSelectCUDA) ... ok (0.003s) 2022-05-18T05:44:26.0781893Z test_msort_cuda_bfloat16 (__main__.TestSortAndSelectCUDA) ... ok (0.008s) 2022-05-18T05:44:26.0861261Z test_msort_cuda_float16 (__main__.TestSortAndSelectCUDA) ... ok (0.008s) 2022-05-18T05:44:26.0943082Z test_msort_cuda_float32 (__main__.TestSortAndSelectCUDA) ... ok (0.008s) 2022-05-18T05:44:26.1019836Z test_msort_cuda_float64 (__main__.TestSortAndSelectCUDA) ... ok (0.008s) 2022-05-18T05:44:26.1080308Z test_msort_cuda_int16 (__main__.TestSortAndSelectCUDA) ... ok (0.006s) 2022-05-18T05:44:26.1139309Z test_msort_cuda_int32 (__main__.TestSortAndSelectCUDA) ... ok (0.006s) 2022-05-18T05:44:26.1197684Z test_msort_cuda_int64 (__main__.TestSortAndSelectCUDA) ... ok (0.006s) 2022-05-18T05:44:26.1256775Z test_msort_cuda_int8 (__main__.TestSortAndSelectCUDA) ... ok (0.006s) 2022-05-18T05:44:26.1316330Z test_msort_cuda_uint8 (__main__.TestSortAndSelectCUDA) ... ok (0.006s) 2022-05-18T05:44:26.1336192Z test_sort_1d_output_discontiguous_cuda_float32 (__main__.TestSortAndSelectCUDA) ... /var/lib/jenkins/workspace/test/test_sort_and_select.py:241: UserWarning: An output with one or more elements was resized since it had shape [3], which does not match the required output shape [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:44:26.1337336Z torch.sort(tensor, out=(values, indices)) 2022-05-18T05:44:26.1345593Z ok (0.003s) 2022-05-18T05:44:28.8448670Z test_sort_cuda (__main__.TestSortAndSelectCUDA) ... ok (2.710s) 2022-05-18T05:44:29.8730459Z test_sort_discontiguous_cuda_float32 (__main__.TestSortAndSelectCUDA) ... ok (1.028s) 2022-05-18T05:44:29.8742647Z test_sort_discontiguous_slow_cuda_float32 (__main__.TestSortAndSelectCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-05-18T05:44:29.9217726Z test_sort_large_cuda_uint8 (__main__.TestSortAndSelectCUDA) ... skip: Insufficient cuda:0 memory (0.047s) 2022-05-18T05:44:31.1062882Z test_sort_large_slice_cuda (__main__.TestSortAndSelectCUDA) ... ok (1.184s) 2022-05-18T05:44:31.1086717Z test_sort_restride_cuda_float32 (__main__.TestSortAndSelectCUDA) ... /var/lib/jenkins/workspace/test/test_sort_and_select.py:192: UserWarning: An output with one or more elements was resized since it had shape [], 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:44:31.1087926Z torch.sort(tensor, out=(values, indices)) 2022-05-18T05:44:31.1096406Z ok (0.003s) 2022-05-18T05:44:31.1156429Z test_stable_sort_against_numpy_cuda_bfloat16 (__main__.TestSortAndSelectCUDA) ... ok (0.006s) 2022-05-18T05:44:31.1218419Z test_stable_sort_against_numpy_cuda_float16 (__main__.TestSortAndSelectCUDA) ... ok (0.006s) 2022-05-18T05:44:31.1277864Z test_stable_sort_against_numpy_cuda_float32 (__main__.TestSortAndSelectCUDA) ... ok (0.006s) 2022-05-18T05:44:31.1339768Z test_stable_sort_against_numpy_cuda_float64 (__main__.TestSortAndSelectCUDA) ... ok (0.006s) 2022-05-18T05:44:31.1393437Z test_stable_sort_against_numpy_cuda_int16 (__main__.TestSortAndSelectCUDA) ... ok (0.005s) 2022-05-18T05:44:31.1449435Z test_stable_sort_against_numpy_cuda_int32 (__main__.TestSortAndSelectCUDA) ... ok (0.006s) 2022-05-18T05:44:31.1507529Z test_stable_sort_against_numpy_cuda_int64 (__main__.TestSortAndSelectCUDA) ... ok (0.006s) 2022-05-18T05:44:31.1559981Z test_stable_sort_against_numpy_cuda_int8 (__main__.TestSortAndSelectCUDA) ... ok (0.005s) 2022-05-18T05:44:31.1615377Z test_stable_sort_against_numpy_cuda_uint8 (__main__.TestSortAndSelectCUDA) ... ok (0.005s) 2022-05-18T05:44:31.1657888Z test_stable_sort_cuda_bfloat16 (__main__.TestSortAndSelectCUDA) ... ok (0.004s) 2022-05-18T05:44:31.1701961Z test_stable_sort_cuda_float16 (__main__.TestSortAndSelectCUDA) ... ok (0.004s) 2022-05-18T05:44:31.1746724Z test_stable_sort_cuda_float32 (__main__.TestSortAndSelectCUDA) ... ok (0.004s) 2022-05-18T05:44:31.1790887Z test_stable_sort_cuda_float64 (__main__.TestSortAndSelectCUDA) ... ok (0.004s) 2022-05-18T05:44:31.1830785Z test_stable_sort_cuda_int16 (__main__.TestSortAndSelectCUDA) ... ok (0.004s) 2022-05-18T05:44:31.1871426Z test_stable_sort_cuda_int32 (__main__.TestSortAndSelectCUDA) ... ok (0.004s) 2022-05-18T05:44:31.1915170Z test_stable_sort_cuda_int64 (__main__.TestSortAndSelectCUDA) ... ok (0.004s) 2022-05-18T05:44:31.1955113Z test_stable_sort_cuda_int8 (__main__.TestSortAndSelectCUDA) ... ok (0.004s) 2022-05-18T05:44:31.1995239Z test_stable_sort_cuda_uint8 (__main__.TestSortAndSelectCUDA) ... ok (0.004s) 2022-05-18T05:44:31.2028517Z test_topk_1d_output_discontiguous_cuda_float32 (__main__.TestSortAndSelectCUDA) ... ok (0.003s) 2022-05-18T05:44:31.2066904Z test_topk_4d_cuda (__main__.TestSortAndSelectCUDA) ... ok (0.004s) 2022-05-18T05:44:31.2083378Z test_topk_arguments_cuda (__main__.TestSortAndSelectCUDA) ... ok (0.002s) 2022-05-18T05:44:31.2129369Z test_topk_bfloat16_cuda_bfloat16 (__main__.TestSortAndSelectCUDA) ... ok (0.004s) 2022-05-18T05:44:31.2390998Z test_topk_cuda (__main__.TestSortAndSelectCUDA) ... ok (0.026s) 2022-05-18T05:44:31.2427006Z test_topk_integral_cuda_int16 (__main__.TestSortAndSelectCUDA) ... ok (0.003s) 2022-05-18T05:44:31.2462728Z test_topk_integral_cuda_int32 (__main__.TestSortAndSelectCUDA) ... ok (0.004s) 2022-05-18T05:44:31.2501137Z test_topk_integral_cuda_int64 (__main__.TestSortAndSelectCUDA) ... ok (0.004s) 2022-05-18T05:44:31.2536340Z test_topk_integral_cuda_int8 (__main__.TestSortAndSelectCUDA) ... ok (0.003s) 2022-05-18T05:44:31.2571490Z test_topk_integral_cuda_uint8 (__main__.TestSortAndSelectCUDA) ... ok (0.003s) 2022-05-18T05:44:31.2645968Z test_topk_noncontiguous_gpu_cuda (__main__.TestSortAndSelectCUDA) ... ok (0.007s) 2022-05-18T05:44:31.2683346Z test_topk_nonfinite_cuda_bfloat16 (__main__.TestSortAndSelectCUDA) ... ok (0.004s) 2022-05-18T05:44:31.2723209Z test_topk_nonfinite_cuda_float16 (__main__.TestSortAndSelectCUDA) ... ok (0.004s) 2022-05-18T05:44:31.2758682Z test_topk_nonfinite_cuda_float32 (__main__.TestSortAndSelectCUDA) ... ok (0.003s) 2022-05-18T05:44:31.2794071Z test_topk_nonfinite_cuda_float64 (__main__.TestSortAndSelectCUDA) ... ok (0.003s) 2022-05-18T05:44:31.2813696Z test_topk_zero_cuda_bfloat16 (__main__.TestSortAndSelectCUDA) ... ok (0.002s) 2022-05-18T05:44:31.2833129Z test_topk_zero_cuda_float32 (__main__.TestSortAndSelectCUDA) ... ok (0.002s) 2022-05-18T05:44:31.2852640Z test_topk_zero_cuda_float64 (__main__.TestSortAndSelectCUDA) ... ok (0.002s) 2022-05-18T05:44:31.2872495Z test_topk_zero_cuda_int16 (__main__.TestSortAndSelectCUDA) ... ok (0.002s) 2022-05-18T05:44:31.2892114Z test_topk_zero_cuda_int32 (__main__.TestSortAndSelectCUDA) ... ok (0.002s) 2022-05-18T05:44:31.2915894Z test_topk_zero_cuda_int64 (__main__.TestSortAndSelectCUDA) ... ok (0.002s) 2022-05-18T05:44:31.2935432Z test_topk_zero_cuda_int8 (__main__.TestSortAndSelectCUDA) ... ok (0.002s) 2022-05-18T05:44:31.2955175Z test_topk_zero_cuda_uint8 (__main__.TestSortAndSelectCUDA) ... ok (0.002s) 2022-05-18T05:44:31.3094699Z test_unique_consecutive_cuda_bool (__main__.TestSortAndSelectCUDA) ... ok (0.014s) 2022-05-18T05:44:31.3267578Z test_unique_consecutive_cuda_float16 (__main__.TestSortAndSelectCUDA) ... ok (0.017s) 2022-05-18T05:44:31.3440493Z test_unique_consecutive_cuda_float32 (__main__.TestSortAndSelectCUDA) ... ok (0.017s) 2022-05-18T05:44:31.3610730Z test_unique_consecutive_cuda_float64 (__main__.TestSortAndSelectCUDA) ... ok (0.017s) 2022-05-18T05:44:31.3748639Z test_unique_consecutive_cuda_int16 (__main__.TestSortAndSelectCUDA) ... ok (0.014s) 2022-05-18T05:44:31.3889613Z test_unique_consecutive_cuda_int32 (__main__.TestSortAndSelectCUDA) ... ok (0.014s) 2022-05-18T05:44:31.4022128Z test_unique_consecutive_cuda_int64 (__main__.TestSortAndSelectCUDA) ... ok (0.013s) 2022-05-18T05:44:31.4160099Z test_unique_consecutive_cuda_int8 (__main__.TestSortAndSelectCUDA) ... ok (0.014s) 2022-05-18T05:44:31.4304845Z test_unique_consecutive_cuda_uint8 (__main__.TestSortAndSelectCUDA) ... ok (0.014s) 2022-05-18T05:44:31.4708119Z test_unique_cuda_bool (__main__.TestSortAndSelectCUDA) ... ok (0.040s) 2022-05-18T05:44:31.5244150Z test_unique_cuda_float16 (__main__.TestSortAndSelectCUDA) ... ok (0.054s) 2022-05-18T05:44:31.5758871Z test_unique_cuda_float32 (__main__.TestSortAndSelectCUDA) ... ok (0.051s) 2022-05-18T05:44:31.6266593Z test_unique_cuda_float64 (__main__.TestSortAndSelectCUDA) ... ok (0.051s) 2022-05-18T05:44:31.6703969Z test_unique_cuda_int16 (__main__.TestSortAndSelectCUDA) ... ok (0.044s) 2022-05-18T05:44:31.7140284Z test_unique_cuda_int32 (__main__.TestSortAndSelectCUDA) ... ok (0.044s) 2022-05-18T05:44:31.7564754Z test_unique_cuda_int64 (__main__.TestSortAndSelectCUDA) ... ok (0.042s) 2022-05-18T05:44:31.8001547Z test_unique_cuda_int8 (__main__.TestSortAndSelectCUDA) ... ok (0.044s) 2022-05-18T05:44:31.8433413Z test_unique_cuda_uint8 (__main__.TestSortAndSelectCUDA) ... ok (0.043s) 2022-05-18T05:44:31.9011261Z test_unique_dim_cuda (__main__.TestSortAndSelectCUDA) ... /var/lib/jenkins/workspace/test/test_sort_and_select.py:416: 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:44:31.9012174Z x = torch.tensor([[[1., 1.], 2022-05-18T05:44:31.9012751Z /var/lib/jenkins/workspace/test/test_sort_and_select.py:431: 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:44:31.9013605Z expected_unique_dim0 = torch.tensor([[[1., 1.], 2022-05-18T05:44:31.9014390Z /var/lib/jenkins/workspace/test/test_sort_and_select.py:439: 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:44:31.9014982Z expected_unique_dim1 = torch.tensor([[[0., 1.], 2022-05-18T05:44:31.9015813Z /var/lib/jenkins/workspace/test/test_sort_and_select.py:455: 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:44:31.9016364Z expected_unique_dim2 = torch.tensor([[[1., 1.], 2022-05-18T05:44:31.9586373Z ok (0.115s) 2022-05-18T05:44:31.9586555Z 2022-05-18T05:44:31.9586936Z ---------------------------------------------------------------------- 2022-05-18T05:44:31.9587289Z Ran 94 tests in 6.332s 2022-05-18T05:44:31.9587457Z 2022-05-18T05:44:31.9587567Z OK (skipped=2) 2022-05-18T05:44:31.9587719Z 2022-05-18T05:44:31.9587829Z Generating XML reports... 2022-05-18T05:44:31.9709099Z Generated XML report: test-reports/python-unittest/test_sort_and_select/TEST-TestSortAndSelectCUDA-20220518054425.xml 2022-05-18T05:44:32.2099259Z Running test_multiprocessing_spawn ... [2022-05-18 05:44:32.209333] 2022-05-18T05:44:32.2099998Z Executing ['/opt/conda/bin/python', 'test_multiprocessing_spawn.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:44:32.209442] 2022-05-18T05:44:33.0892582Z Test results will be stored in test-reports/python-unittest/test_multiprocessing_spawn 2022-05-18T05:44:33.0912436Z 2022-05-18T05:44:33.0912671Z Running tests... 2022-05-18T05:44:33.0913140Z ---------------------------------------------------------------------- 2022-05-18T05:44:34.6687488Z test_errors_pickleable (__main__.ErrorTest) ... ok (1.577s) 2022-05-18T05:44:34.7247105Z test_exception_all (__main__.ForkTest) ... ok (0.056s) 2022-05-18T05:44:34.7259674Z test_exception_single (__main__.ForkTest) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/75409 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.001s) 2022-05-18T05:44:34.7268921Z test_first_argument_index (__main__.ForkTest) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/76009 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:44:34.7274910Z test_success (__main__.ForkTest) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/76061 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:44:34.7282791Z test_success_first_then_exception (__main__.ForkTest) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/73340 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:44:34.7654720Z test_success_non_blocking (__main__.ForkTest) ... ok (0.037s) 2022-05-18T05:44:34.8025719Z test_terminate_exit (__main__.ForkTest) ... ok (0.037s) 2022-05-18T05:44:34.8037936Z test_terminate_signal (__main__.ForkTest) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/72927 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:44:34.8045722Z test_exception_all (__main__.SpawnTest) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/74223 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:44:35.8170098Z test_exception_raises (__main__.SpawnTest) ... ok (1.012s) 2022-05-18T05:44:37.8537630Z test_exception_single (__main__.SpawnTest) ... ok (2.036s) 2022-05-18T05:44:37.8551206Z test_first_argument_index (__main__.SpawnTest) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/73266 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:44:37.8815021Z test_signal_raises (__main__.SpawnTest) ... ok (0.026s) 2022-05-18T05:44:37.8828407Z test_success (__main__.SpawnTest) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/72298 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:44:37.8834451Z test_success_first_then_exception (__main__.SpawnTest) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/72625 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:44:37.8844116Z test_success_non_blocking (__main__.SpawnTest) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/72926 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:44:37.8852463Z test_terminate_exit (__main__.SpawnTest) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/72624 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:44:37.8861826Z test_terminate_signal (__main__.SpawnTest) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/73341 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:44:37.8863230Z 2022-05-18T05:44:37.8863832Z ---------------------------------------------------------------------- 2022-05-18T05:44:37.8864471Z Ran 19 tests in 4.795s 2022-05-18T05:44:37.8864781Z 2022-05-18T05:44:37.8864979Z OK (skipped=12) 2022-05-18T05:44:37.8865264Z 2022-05-18T05:44:37.8865473Z Generating XML reports... 2022-05-18T05:44:37.8905403Z Generated XML report: test-reports/python-unittest/test_multiprocessing_spawn/TEST-ErrorTest-20220518054433.xml 2022-05-18T05:44:37.8918547Z Generated XML report: test-reports/python-unittest/test_multiprocessing_spawn/TEST-ForkTest-20220518054433.xml 2022-05-18T05:44:37.8934105Z Generated XML report: test-reports/python-unittest/test_multiprocessing_spawn/TEST-SpawnTest-20220518054433.xml 2022-05-18T05:44:38.1550630Z Running test_overrides ... [2022-05-18 05:44:38.154519] 2022-05-18T05:44:38.1551329Z Executing ['/opt/conda/bin/python', 'test_overrides.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:44:38.154624] 2022-05-18T05:44:39.0828490Z Test results will be stored in test-reports/python-unittest/test_overrides 2022-05-18T05:44:39.0926993Z 2022-05-18T05:44:39.0927307Z Running tests... 2022-05-18T05:44:39.0928147Z ---------------------------------------------------------------------- 2022-05-18T05:44:40.6453648Z test_broadcast_all (__main__.TestBroadcastAllOverride) ... ok (1.552s) 2022-05-18T05:44:40.6470533Z test_parameter_does_not_prevent_dispatch (__main__.TestDisabledTorchFunction) ... ok (0.002s) 2022-05-18T05:44:40.6498863Z test_wrapper (__main__.TestEinsumOverride) ... ok (0.003s) 2022-05-18T05:44:40.6750030Z test_gradcheck (__main__.TestGradCheckOverride) ... ok (0.025s) 2022-05-18T05:44:40.6761780Z test_newones (__main__.TestGradNewOnesOverride) ... ok (0.001s) 2022-05-18T05:44:40.6776217Z test_getitem (__main__.TestIndexing) ... ok (0.001s) 2022-05-18T05:44:40.6791757Z test_getitem_subclass (__main__.TestIndexing) ... ok (0.001s) 2022-05-18T05:44:40.6805807Z test_setitem (__main__.TestIndexing) ... ok (0.001s) 2022-05-18T05:44:40.6820494Z test_setitem_subclass (__main__.TestIndexing) ... ok (0.001s) 2022-05-18T05:44:40.6833353Z test_setitem_val (__main__.TestIndexing) ... ok (0.001s) 2022-05-18T05:44:40.6843349Z test_iterator (__main__.TestIterator) ... ok (0.001s) 2022-05-18T05:44:40.6859952Z test_max (__main__.TestNamedTuple) ... ok (0.002s) 2022-05-18T05:44:40.6874940Z test_pickle (__main__.TestPickle) ... ok (0.001s) 2022-05-18T05:44:40.6894098Z test_rnn (__main__.TestRNN) ... ok (0.002s) 2022-05-18T05:44:40.6903709Z test_Tensor___add__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.6912248Z test_Tensor___and__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.6920432Z test_Tensor___array__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.6928558Z test_Tensor___array_wrap__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.6937350Z test_Tensor___bool__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.6945499Z test_Tensor___complex__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.6953728Z test_Tensor___contains__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.6961921Z test_Tensor___cuda_array_interface_____get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.6970251Z test_Tensor___deepcopy__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.6978561Z test_Tensor___div__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.6987116Z test_Tensor___dlpack__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.6995229Z test_Tensor___dlpack_device__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.7003504Z test_Tensor___eq__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.7011664Z test_Tensor___float__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.7020036Z test_Tensor___floordiv__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.7028391Z test_Tensor___format__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.7036917Z test_Tensor___ge__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.7046156Z test_Tensor___getitem__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.7055974Z test_Tensor___gt__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.7066003Z test_Tensor___hash__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.7076203Z test_Tensor___iadd__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.7086219Z test_Tensor___iand__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.7096144Z test_Tensor___idiv__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.7106323Z test_Tensor___ifloordiv__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.7116269Z test_Tensor___ilshift__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.7125100Z test_Tensor___imod__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.7133727Z test_Tensor___imul__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.7142339Z test_Tensor___index__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.7150601Z test_Tensor___int__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.7158722Z test_Tensor___invert__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.7167028Z test_Tensor___ior__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.7175619Z test_Tensor___irshift__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.7184200Z test_Tensor___isub__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.7192658Z test_Tensor___ixor__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.7200797Z test_Tensor___le__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.7209008Z test_Tensor___len__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.7217086Z test_Tensor___long__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.7225868Z test_Tensor___lshift__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.7234139Z test_Tensor___lt__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.7242373Z test_Tensor___matmul__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.7250553Z test_Tensor___mod__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.7258525Z test_Tensor___mul__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.7267173Z test_Tensor___ne__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.7275235Z test_Tensor___nonzero__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.7283356Z test_Tensor___or__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.7291459Z test_Tensor___radd__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.7299801Z test_Tensor___rand__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.7308222Z test_Tensor___rdiv__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.7316433Z test_Tensor___reduce_ex__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.7325008Z test_Tensor___repr__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.7334309Z test_Tensor___reversed__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.7344568Z test_Tensor___rfloordiv__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.7354430Z test_Tensor___rlshift__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.7364588Z test_Tensor___rmatmul__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.7374549Z test_Tensor___rmod__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.7384569Z test_Tensor___rmul__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.7394507Z test_Tensor___ror__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.7404320Z test_Tensor___rpow__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.7413101Z test_Tensor___rrshift__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.7422038Z test_Tensor___rshift__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.7430124Z test_Tensor___rsub__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.7438901Z test_Tensor___rxor__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.7446222Z test_Tensor___setitem__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.7454377Z test_Tensor___setstate__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.7463080Z test_Tensor___sub__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.7471374Z test_Tensor___truediv__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.7479506Z test_Tensor___xor__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.7487753Z test_Tensor__autocast_to_full_precision (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.7495920Z test_Tensor__autocast_to_reduced_precision (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.7504231Z test_Tensor__coalesced_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.7512672Z test_Tensor__dimI (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.7520838Z test_Tensor__dimV (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.7528881Z test_Tensor__indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.7536947Z test_Tensor__is_view (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.7545339Z test_Tensor__nnz (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.7553448Z test_Tensor__storage (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.7561460Z test_Tensor__to_dense (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.7569629Z test_Tensor__update_names (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.7577695Z test_Tensor__values (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.7586151Z test_Tensor_abs (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.7594163Z test_Tensor_abs_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.7602437Z test_Tensor_absolute (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.7610295Z test_Tensor_absolute_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.7619553Z test_Tensor_acos (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.7629572Z test_Tensor_acos_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.7639451Z test_Tensor_acosh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.7649034Z test_Tensor_acosh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.7658859Z test_Tensor_add (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.7668877Z test_Tensor_add_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.7678858Z test_Tensor_addbmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.7688777Z test_Tensor_addbmm_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.7698059Z test_Tensor_addcdiv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.7706880Z test_Tensor_addcdiv_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.7715204Z test_Tensor_addcmul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.7723809Z test_Tensor_addcmul_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.7732178Z test_Tensor_addmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.7740507Z test_Tensor_addmm_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.7749525Z test_Tensor_addmv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.7757856Z test_Tensor_addmv_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.7766268Z test_Tensor_addr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.7774594Z test_Tensor_addr_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.7783046Z test_Tensor_adjoint (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.7791155Z test_Tensor_align_as (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.7799710Z test_Tensor_align_to (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.7807917Z test_Tensor_all (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.7816170Z test_Tensor_allclose (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.7824522Z test_Tensor_amax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.7832917Z test_Tensor_amin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.7841004Z test_Tensor_aminmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.7849132Z test_Tensor_angle (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.7857360Z test_Tensor_any (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.7865758Z test_Tensor_apply_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.7873918Z test_Tensor_arccos (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.7881980Z test_Tensor_arccos_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.7890016Z test_Tensor_arccosh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.7898808Z test_Tensor_arccosh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.7908113Z test_Tensor_arcsin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.7917960Z test_Tensor_arcsin_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.7927650Z test_Tensor_arcsinh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.7937465Z test_Tensor_arcsinh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.7947551Z test_Tensor_arctan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.7957486Z test_Tensor_arctan2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.7967396Z test_Tensor_arctan2_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.7977286Z test_Tensor_arctan_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.7986380Z test_Tensor_arctanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.7994775Z test_Tensor_arctanh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.8002955Z test_Tensor_argmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.8011591Z test_Tensor_argmin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.8019849Z test_Tensor_argsort (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.8028206Z test_Tensor_argwhere (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.8036866Z test_Tensor_as_strided (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.8044941Z test_Tensor_as_strided_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.8053031Z test_Tensor_asin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.8061315Z test_Tensor_asin_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.8069450Z test_Tensor_asinh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.8077707Z test_Tensor_asinh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.8086078Z test_Tensor_atan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.8094248Z test_Tensor_atan2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.8102643Z test_Tensor_atan2_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.8110754Z test_Tensor_atan_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.8118655Z test_Tensor_atanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.8126697Z test_Tensor_atanh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.8134825Z test_Tensor_backward (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.8143403Z test_Tensor_baddbmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.8151816Z test_Tensor_baddbmm_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.8159937Z test_Tensor_bernoulli (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.8168208Z test_Tensor_bernoulli_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.8176449Z test_Tensor_bfloat16 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.8185043Z test_Tensor_bincount (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.8194312Z test_Tensor_bitwise_and (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.8203965Z test_Tensor_bitwise_and_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.8213751Z test_Tensor_bitwise_left_shift (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.8224024Z test_Tensor_bitwise_left_shift_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.8233726Z test_Tensor_bitwise_not (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.8243472Z test_Tensor_bitwise_not_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.8253212Z test_Tensor_bitwise_or (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.8263337Z test_Tensor_bitwise_or_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.8272739Z test_Tensor_bitwise_right_shift (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.8281233Z test_Tensor_bitwise_right_shift_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.8289616Z test_Tensor_bitwise_xor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.8298066Z test_Tensor_bitwise_xor_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.8306564Z test_Tensor_bmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.8314732Z test_Tensor_bool (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.8323138Z test_Tensor_broadcast_to (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.8331386Z test_Tensor_byte (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.8339775Z test_Tensor_cauchy_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.8348097Z test_Tensor_ccol_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.8356223Z test_Tensor_cdouble (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.8364306Z test_Tensor_ceil (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.8372449Z test_Tensor_ceil_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.8381077Z test_Tensor_cfloat (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.8389147Z test_Tensor_chalf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.8397232Z test_Tensor_char (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.8405420Z test_Tensor_cholesky (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.8413519Z test_Tensor_cholesky_inverse (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.8422001Z test_Tensor_cholesky_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.8430248Z test_Tensor_chunk (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.8438303Z test_Tensor_clamp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.8446603Z test_Tensor_clamp_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.8454711Z test_Tensor_clamp_max (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.8463084Z test_Tensor_clamp_max_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.8471305Z test_Tensor_clamp_min (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.8480559Z test_Tensor_clamp_min_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.8490414Z test_Tensor_clip (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.8500290Z test_Tensor_clip_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.8510317Z test_Tensor_clone (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.8520203Z test_Tensor_coalesce (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.8530101Z test_Tensor_col_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.8540042Z test_Tensor_conj (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.8550091Z test_Tensor_conj_physical (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.8559210Z test_Tensor_conj_physical_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.8568057Z test_Tensor_contiguous (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.8576268Z test_Tensor_copy_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.8585110Z test_Tensor_copysign (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.8593230Z test_Tensor_copysign_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.8601254Z test_Tensor_corrcoef (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.8609593Z test_Tensor_cos (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.8617833Z test_Tensor_cos_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.8626144Z test_Tensor_cosh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.8634025Z test_Tensor_cosh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.8642237Z test_Tensor_count_nonzero (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.8650454Z test_Tensor_cov (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.8658610Z test_Tensor_cpu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.8667400Z test_Tensor_cross (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.8675484Z test_Tensor_crow_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.8683723Z test_Tensor_cuda (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.8691761Z test_Tensor_cummax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.8699952Z test_Tensor_cummin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.8708295Z test_Tensor_cumprod (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.8716409Z test_Tensor_cumprod_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.8724806Z test_Tensor_cumsum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.8733079Z test_Tensor_cumsum_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.8741331Z test_Tensor_data_ptr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.8749270Z test_Tensor_deg2rad (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.8757258Z test_Tensor_deg2rad_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.8766193Z test_Tensor_dense_dim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.8775810Z test_Tensor_dequantize (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.8785660Z test_Tensor_det (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.8795517Z test_Tensor_detach (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.8805290Z test_Tensor_detach_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.8815135Z test_Tensor_diag (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.8825377Z test_Tensor_diag_embed (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.8835254Z test_Tensor_diagflat (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.8844671Z test_Tensor_diagonal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.8853229Z test_Tensor_diagonal_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.8861929Z test_Tensor_diff (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.8870347Z test_Tensor_digamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.8878453Z test_Tensor_digamma_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.8886576Z test_Tensor_dim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.8895251Z test_Tensor_dist (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.8903489Z test_Tensor_div (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.8911668Z test_Tensor_div_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.8919826Z test_Tensor_divide (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.8928079Z test_Tensor_divide_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.8936232Z test_Tensor_dot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.8944640Z test_Tensor_double (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.8953065Z test_Tensor_dsplit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.8961398Z test_Tensor_eig (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.8969669Z test_Tensor_element_size (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.8977531Z test_Tensor_eq (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.8986470Z test_Tensor_eq_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.8994370Z test_Tensor_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.9002341Z test_Tensor_erf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.9010414Z test_Tensor_erf_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.9018555Z test_Tensor_erfc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.9026906Z test_Tensor_erfc_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.9034848Z test_Tensor_erfinv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.9042895Z test_Tensor_erfinv_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.9051923Z test_Tensor_exp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.9061731Z test_Tensor_exp2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.9071504Z test_Tensor_exp2_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.9081285Z test_Tensor_exp_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.9091206Z test_Tensor_expand (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.9101692Z test_Tensor_expand_as (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.9111428Z test_Tensor_expm1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.9121542Z test_Tensor_expm1_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.9130908Z test_Tensor_exponential_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.9139404Z test_Tensor_fill_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.9147850Z test_Tensor_fill_diagonal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.9156347Z test_Tensor_fix (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.9165980Z test_Tensor_fix_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.9175883Z test_Tensor_flatten (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.9186143Z test_Tensor_flip (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.9195963Z test_Tensor_fliplr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.9205407Z test_Tensor_flipud (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.9215265Z test_Tensor_float (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.9225352Z test_Tensor_float_power (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.9234844Z test_Tensor_float_power_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.9243177Z test_Tensor_floor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.9251661Z test_Tensor_floor_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.9260236Z test_Tensor_floor_divide (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.9268672Z test_Tensor_floor_divide_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.9276779Z test_Tensor_fmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.9285249Z test_Tensor_fmin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.9293421Z test_Tensor_fmod (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.9301838Z test_Tensor_fmod_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.9309946Z test_Tensor_frac (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.9318630Z test_Tensor_frac_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.9327140Z test_Tensor_frexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.9336136Z test_Tensor_gather (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.9344713Z test_Tensor_gcd (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.9352799Z test_Tensor_gcd_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.9360887Z test_Tensor_ge (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.9369177Z test_Tensor_ge_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.9377350Z test_Tensor_geometric_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.9385701Z test_Tensor_geqrf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.9393784Z test_Tensor_ger (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.9401925Z test_Tensor_get_device (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.9410004Z test_Tensor_grad___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.9418118Z test_Tensor_greater (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.9426606Z test_Tensor_greater_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.9434991Z test_Tensor_greater_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.9443552Z test_Tensor_greater_equal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.9451593Z test_Tensor_gt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.9459818Z test_Tensor_gt_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.9468476Z test_Tensor_half (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.9476681Z test_Tensor_hardshrink (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.9484966Z test_Tensor_has_names (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.9493010Z test_Tensor_heaviside (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.9501405Z test_Tensor_heaviside_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.9509500Z test_Tensor_histc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.9517765Z test_Tensor_histogram (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.9525965Z test_Tensor_hsplit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.9534064Z test_Tensor_hypot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.9543371Z test_Tensor_hypot_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.9553042Z test_Tensor_i0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.9562857Z test_Tensor_i0_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.9572677Z test_Tensor_igamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.9582805Z test_Tensor_igamma_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.9592790Z test_Tensor_igammac (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.9602795Z test_Tensor_igammac_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.9612714Z test_Tensor_index_add (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.9622353Z test_Tensor_index_add_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.9631056Z test_Tensor_index_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.9639456Z test_Tensor_index_copy_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.9647935Z test_Tensor_index_fill (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.9656260Z test_Tensor_index_fill_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.9664942Z test_Tensor_index_put (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.9673657Z test_Tensor_index_put_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.9681955Z test_Tensor_index_reduce (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.9690185Z test_Tensor_index_reduce_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.9698335Z test_Tensor_index_select (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.9706582Z test_Tensor_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.9714724Z test_Tensor_inner (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.9722846Z test_Tensor_int (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.9731076Z test_Tensor_int_repr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.9739114Z test_Tensor_inverse (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.9747611Z test_Tensor_ipu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.9755798Z test_Tensor_is_coalesced (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.9763998Z test_Tensor_is_complex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.9772010Z test_Tensor_is_conj (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.9780168Z test_Tensor_is_contiguous (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.9788954Z test_Tensor_is_distributed (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.9797535Z test_Tensor_is_floating_point (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.9806119Z test_Tensor_is_inference (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.9814706Z test_Tensor_is_neg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.9823665Z test_Tensor_is_nonzero (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.9833001Z test_Tensor_is_pinned (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.9842880Z test_Tensor_is_same_size (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.9852832Z test_Tensor_is_set_to (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.9862965Z test_Tensor_is_shared (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.9872852Z test_Tensor_is_signed (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.9882877Z test_Tensor_isclose (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.9892723Z test_Tensor_isfinite (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.9902681Z test_Tensor_isinf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.9911404Z test_Tensor_isnan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.9919690Z test_Tensor_isneginf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.9927837Z test_Tensor_isposinf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.9936246Z test_Tensor_isreal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.9944668Z test_Tensor_istft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.9952704Z test_Tensor_item (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.9961231Z test_Tensor_kron (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.9969595Z test_Tensor_kthvalue (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.9977770Z test_Tensor_lcm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.9986244Z test_Tensor_lcm_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:40.9994423Z test_Tensor_ldexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.0002683Z test_Tensor_ldexp_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.0011036Z test_Tensor_le (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.0019585Z test_Tensor_le_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.0028093Z test_Tensor_lerp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.0036295Z test_Tensor_lerp_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.0044398Z test_Tensor_less (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.0052467Z test_Tensor_less_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.0060645Z test_Tensor_less_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.0069194Z test_Tensor_less_equal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.0077531Z test_Tensor_lgamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.0085467Z test_Tensor_lgamma_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.0093437Z test_Tensor_log (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.0101904Z test_Tensor_log10 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.0109968Z test_Tensor_log10_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.0119240Z test_Tensor_log1p (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.0128883Z test_Tensor_log1p_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.0138674Z test_Tensor_log2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.0148737Z test_Tensor_log2_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.0158658Z test_Tensor_log_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.0168688Z test_Tensor_log_normal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.0178674Z test_Tensor_log_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.0188895Z test_Tensor_logaddexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.0198212Z test_Tensor_logaddexp2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.0206845Z test_Tensor_logcumsumexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.0214983Z test_Tensor_logdet (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.0223725Z test_Tensor_logical_and (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.0231897Z test_Tensor_logical_and_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.0240011Z test_Tensor_logical_not (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.0248257Z test_Tensor_logical_not_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.0256405Z test_Tensor_logical_or (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.0264764Z test_Tensor_logical_or_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.0273044Z test_Tensor_logical_xor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.0281242Z test_Tensor_logical_xor_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.0289521Z test_Tensor_logit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.0297668Z test_Tensor_logit_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.0306409Z test_Tensor_logsumexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.0314558Z test_Tensor_long (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.0322826Z test_Tensor_lstsq (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.0330770Z test_Tensor_lt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.0339149Z test_Tensor_lt_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.0347420Z test_Tensor_lu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.0355480Z test_Tensor_lu_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.0363842Z test_Tensor_map2_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.0372074Z test_Tensor_map_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.0380313Z test_Tensor_masked_fill (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.0388762Z test_Tensor_masked_fill_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.0397143Z test_Tensor_masked_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.0406428Z test_Tensor_masked_scatter_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.0416148Z test_Tensor_masked_select (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.0426093Z test_Tensor_matmul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.0435781Z test_Tensor_matrix_exp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.0445656Z test_Tensor_matrix_power (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.0455391Z test_Tensor_max (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.0465505Z test_Tensor_maximum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.0475645Z test_Tensor_mean (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.0485103Z test_Tensor_median (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.0493879Z test_Tensor_min (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.0502455Z test_Tensor_minimum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.0510912Z test_Tensor_mm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.0519215Z test_Tensor_mode (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.0527423Z test_Tensor_moveaxis (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.0535828Z test_Tensor_movedim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.0544321Z test_Tensor_msort (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.0552295Z test_Tensor_mul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.0560426Z test_Tensor_mul_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.0568868Z test_Tensor_multinomial (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.0577027Z test_Tensor_multiply (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.0585505Z test_Tensor_multiply_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.0593863Z test_Tensor_mv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.0602169Z test_Tensor_mvlgamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.0610339Z test_Tensor_mvlgamma_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.0618581Z test_Tensor_nan_to_num (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.0626955Z test_Tensor_nan_to_num_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.0635193Z test_Tensor_nanmean (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.0643385Z test_Tensor_nanmedian (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.0651619Z test_Tensor_nanquantile (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.0660073Z test_Tensor_nansum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.0668533Z test_Tensor_narrow (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.0676864Z test_Tensor_narrow_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.0684943Z test_Tensor_ndimension (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.0694192Z test_Tensor_ne (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.0704287Z test_Tensor_ne_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.0714330Z test_Tensor_neg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.0723917Z test_Tensor_neg_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.0733731Z test_Tensor_negative (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.0743711Z test_Tensor_negative_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.0753640Z test_Tensor_nelement (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.0763718Z test_Tensor_nextafter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.0773046Z test_Tensor_nextafter_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.0782017Z test_Tensor_nonzero (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.0790128Z test_Tensor_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.0798735Z test_Tensor_normal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.0807144Z test_Tensor_not_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.0815304Z test_Tensor_not_equal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.0823876Z test_Tensor_numel (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.0832008Z test_Tensor_numpy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.0840101Z test_Tensor_orgqr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.0848339Z test_Tensor_ormqr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.0856469Z test_Tensor_outer (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.0864830Z test_Tensor_permute (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.0873237Z test_Tensor_pin_memory (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.0881789Z test_Tensor_pinverse (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.0889990Z test_Tensor_polygamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.0897957Z test_Tensor_polygamma_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.0906353Z test_Tensor_positive (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.0914371Z test_Tensor_pow (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.0922493Z test_Tensor_pow_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.0930847Z test_Tensor_prelu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.0939155Z test_Tensor_prod (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.0947542Z test_Tensor_put (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.0955742Z test_Tensor_put_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.0963900Z test_Tensor_q_per_channel_axis (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.0972109Z test_Tensor_q_per_channel_scales (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.0981888Z test_Tensor_q_per_channel_zero_points (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.0991372Z test_Tensor_q_scale (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.1001177Z test_Tensor_q_zero_point (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.1010948Z test_Tensor_qr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.1020881Z test_Tensor_qscheme (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.1030963Z test_Tensor_quantile (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.1040912Z test_Tensor_rad2deg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.1050821Z test_Tensor_rad2deg_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.1060316Z test_Tensor_random_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.1069029Z test_Tensor_ravel (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.1077182Z test_Tensor_reciprocal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.1085623Z test_Tensor_reciprocal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.1093789Z test_Tensor_record_stream (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.1102254Z test_Tensor_refine_names (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.1110640Z test_Tensor_register_hook (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.1118775Z test_Tensor_relu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.1126771Z test_Tensor_relu_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.1134843Z test_Tensor_remainder (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.1143170Z test_Tensor_remainder_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.1151234Z test_Tensor_rename (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.1159319Z test_Tensor_rename_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.1168109Z test_Tensor_renorm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.1176199Z test_Tensor_renorm_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.1184539Z test_Tensor_repeat (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.1192712Z test_Tensor_repeat_interleave (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.1200803Z test_Tensor_requires_grad_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.1208850Z test_Tensor_reshape (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.1216983Z test_Tensor_reshape_as (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.1225542Z test_Tensor_resize (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.1233688Z test_Tensor_resize_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.1241839Z test_Tensor_resize_as (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.1250004Z test_Tensor_resize_as_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.1258166Z test_Tensor_resize_as_sparse_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.1267659Z test_Tensor_resolve_conj (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.1277302Z test_Tensor_resolve_neg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.1287043Z test_Tensor_retain_grad (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.1296882Z test_Tensor_roll (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.1307222Z test_Tensor_rot90 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.1317280Z test_Tensor_round (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.1327095Z test_Tensor_round_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.1336885Z test_Tensor_row_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.1345968Z test_Tensor_rsqrt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.1354440Z test_Tensor_rsqrt_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.1363101Z test_Tensor_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.1371630Z test_Tensor_scatter_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.1379973Z test_Tensor_scatter_add (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.1388476Z test_Tensor_scatter_add_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.1396907Z test_Tensor_scatter_reduce (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.1405230Z test_Tensor_scatter_reduce_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.1413424Z test_Tensor_select (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.1421997Z test_Tensor_select_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.1430299Z test_Tensor_set_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.1438398Z test_Tensor_sgn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.1446582Z test_Tensor_sgn_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.1454735Z test_Tensor_share_memory_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.1463126Z test_Tensor_short (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.1471208Z test_Tensor_sigmoid (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.1479265Z test_Tensor_sigmoid_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.1487247Z test_Tensor_sign (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.1495345Z test_Tensor_sign_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.1503544Z test_Tensor_signbit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.1511538Z test_Tensor_sin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.1519568Z test_Tensor_sin_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.1527555Z test_Tensor_sinc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.1535591Z test_Tensor_sinc_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.1543932Z test_Tensor_sinh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.1553164Z test_Tensor_sinh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.1563111Z test_Tensor_size (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.1573066Z test_Tensor_slice_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.1583121Z test_Tensor_slogdet (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.1593000Z test_Tensor_smm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.1602908Z test_Tensor_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.1612902Z test_Tensor_sort (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.1623002Z test_Tensor_sparse_dim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.1632069Z test_Tensor_sparse_mask (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.1640693Z test_Tensor_sparse_resize_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.1649045Z test_Tensor_sparse_resize_and_clear_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.1657507Z test_Tensor_split (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.1666102Z test_Tensor_split_with_sizes (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.1674086Z test_Tensor_sqrt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.1682342Z test_Tensor_sqrt_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.1690405Z test_Tensor_square (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.1698638Z test_Tensor_square_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.1706912Z test_Tensor_squeeze (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.1714953Z test_Tensor_squeeze_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.1723307Z test_Tensor_sspaddmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.1731588Z test_Tensor_std (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.1740169Z test_Tensor_stft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.1748396Z test_Tensor_storage (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.1756402Z test_Tensor_storage_offset (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.1764463Z test_Tensor_storage_type (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.1772531Z test_Tensor_sub (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.1780854Z test_Tensor_sub_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.1789262Z test_Tensor_subtract (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.1797635Z test_Tensor_subtract_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.1805568Z test_Tensor_sum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.1813791Z test_Tensor_sum_to_size (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.1822391Z test_Tensor_svd (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.1830576Z test_Tensor_swapaxes (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.1839872Z test_Tensor_swapaxes_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.1849678Z test_Tensor_swapdims (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.1859644Z test_Tensor_swapdims_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.1869954Z test_Tensor_symeig (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.1879952Z test_Tensor_t (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.1889537Z test_Tensor_t_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.1899588Z test_Tensor_take (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.1910050Z test_Tensor_take_along_dim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.1918783Z test_Tensor_tan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.1927126Z test_Tensor_tan_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.1935361Z test_Tensor_tanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.1943990Z test_Tensor_tanh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.1952307Z test_Tensor_tensor_split (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.1960507Z test_Tensor_tile (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.1969122Z test_Tensor_to (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.1977308Z test_Tensor_to_dense (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.1985719Z test_Tensor_to_mkldnn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.1993866Z test_Tensor_to_sparse (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.2001953Z test_Tensor_tolist (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.2010180Z test_Tensor_topk (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.2018290Z test_Tensor_trace (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.2027123Z test_Tensor_transpose (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.2035257Z test_Tensor_transpose_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.2043546Z test_Tensor_triangular_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.2051672Z test_Tensor_tril (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.2059755Z test_Tensor_tril_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.2068179Z test_Tensor_triu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.2076269Z test_Tensor_triu_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.2084521Z test_Tensor_true_divide (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.2092579Z test_Tensor_true_divide_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.2101026Z test_Tensor_trunc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.2109010Z test_Tensor_trunc_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.2117219Z test_Tensor_type (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.2126568Z test_Tensor_type_as (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.2136335Z test_Tensor_unbind (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.2146320Z test_Tensor_unfold (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.2156226Z test_Tensor_uniform_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.2166057Z test_Tensor_unique (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.2176168Z test_Tensor_unique_consecutive (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.2186714Z test_Tensor_unsafe_chunk (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.2196454Z test_Tensor_unsafe_split (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.2205893Z test_Tensor_unsafe_split_with_sizes (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.2214585Z test_Tensor_unsqueeze (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.2223230Z test_Tensor_unsqueeze_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.2231770Z test_Tensor_values (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.2240034Z test_Tensor_var (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.2248447Z test_Tensor_vdot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.2256919Z test_Tensor_view (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.2265321Z test_Tensor_view_as (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.2273624Z test_Tensor_vsplit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.2281767Z test_Tensor_where (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.2289893Z test_Tensor_xlogy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.2298066Z test_Tensor_xlogy_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.2306914Z test_Tensor_xpu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.2315072Z test_Tensor_zero_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.2323132Z test__TensorBase_H___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.2331265Z test__TensorBase_T___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.2339527Z test__TensorBase__backward_hooks___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.2347836Z test__TensorBase__base___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.2355982Z test__TensorBase__cdata___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.2364116Z test__TensorBase__grad___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.2372448Z test__TensorBase__grad_fn___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.2380410Z test__TensorBase__version___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.2388720Z test__TensorBase_data___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.2396725Z test__TensorBase_device___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.2404751Z test__TensorBase_dtype___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.2413993Z test__TensorBase_grad_fn___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.2424009Z test__TensorBase_imag___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.2433857Z test__TensorBase_is_cuda___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.2443643Z test__TensorBase_is_ipu___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.2453429Z test__TensorBase_is_leaf___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.2463490Z test__TensorBase_is_meta___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.2473420Z test__TensorBase_is_mkldnn___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.2483364Z test__TensorBase_is_mps___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.2492584Z test__TensorBase_is_nested___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.2501197Z test__TensorBase_is_ort___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.2509501Z test__TensorBase_is_quantized___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.2518101Z test__TensorBase_is_sparse___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.2526298Z test__TensorBase_is_sparse_csr___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.2534379Z test__TensorBase_is_vulkan___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.2542963Z test__TensorBase_is_xpu___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.2551149Z test__TensorBase_layout___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.2559260Z test__TensorBase_mH___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.2567364Z test__TensorBase_mT___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.2575579Z test__TensorBase_name___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.2584636Z test__TensorBase_names___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.2592737Z test__TensorBase_ndim___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.2601090Z test__TensorBase_output_nr___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.2609204Z test__TensorBase_real___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.2617221Z test__TensorBase_requires_grad___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.2625632Z test__TensorBase_retains_grad___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.2633931Z test__TensorBase_shape___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.2642205Z test__TensorBase_volatile___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.2650929Z test_base (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.2664500Z test_grad (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.2674756Z test_mean_semantics (__main__.TestTorchFunctionOverride) 2022-05-18T05:44:41.2681776Z Test that a function with one argument can be overrided ... ok (0.002s) 2022-05-18T05:44:41.2699066Z test_mm_semantics (__main__.TestTorchFunctionOverride) 2022-05-18T05:44:41.2710630Z Test that a function with multiple arguments can be overrided ... ok (0.003s) 2022-05-18T05:44:41.2725194Z test_pow_rpow (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.2761968Z test_precedence_semantics (__main__.TestTorchFunctionOverride) 2022-05-18T05:44:41.2780166Z Test semantics for __torch_function__ for functions that take ... ok (0.005s) 2022-05-18T05:44:41.2796151Z test_tensor_subclass_propagation (__main__.TestTorchFunctionOverride) 2022-05-18T05:44:41.2803791Z this test exercises the functionality described in ... ok (0.002s) 2022-05-18T05:44:41.2811622Z test_torch__C__fft_fft_fft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.2819401Z test_torch__C__fft_fft_fft2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.2827216Z test_torch__C__fft_fft_fftn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.2834865Z test_torch__C__fft_fft_fftshift (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.2842701Z test_torch__C__fft_fft_hfft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.2850279Z test_torch__C__fft_fft_hfft2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.2857797Z test_torch__C__fft_fft_hfftn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.2865491Z test_torch__C__fft_fft_ifft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.2873208Z test_torch__C__fft_fft_ifft2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.2880688Z test_torch__C__fft_fft_ifftn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.2888270Z test_torch__C__fft_fft_ifftshift (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.2896163Z test_torch__C__fft_fft_ihfft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.2903748Z test_torch__C__fft_fft_ihfft2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.2911228Z test_torch__C__fft_fft_ihfftn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.2918744Z test_torch__C__fft_fft_irfft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.2926288Z test_torch__C__fft_fft_irfft2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.2933864Z test_torch__C__fft_fft_irfftn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.2941631Z test_torch__C__fft_fft_rfft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.2949041Z test_torch__C__fft_fft_rfft2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.2956549Z test_torch__C__fft_fft_rfftn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.2964074Z test_torch__C__linalg_linalg_cholesky (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.2971710Z test_torch__C__linalg_linalg_cholesky_ex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.2979095Z test_torch__C__linalg_linalg_cond (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.2986835Z test_torch__C__linalg_linalg_cross (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.2995276Z test_torch__C__linalg_linalg_det (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.3004258Z test_torch__C__linalg_linalg_diagonal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.3013295Z test_torch__C__linalg_linalg_eig (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.3022683Z test_torch__C__linalg_linalg_eigh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.3031734Z test_torch__C__linalg_linalg_eigvals (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.3040878Z test_torch__C__linalg_linalg_eigvalsh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.3050120Z test_torch__C__linalg_linalg_householder_product (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.3058996Z test_torch__C__linalg_linalg_inv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.3068120Z test_torch__C__linalg_linalg_inv_ex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.3076495Z test_torch__C__linalg_linalg_ldl_factor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.3084359Z test_torch__C__linalg_linalg_ldl_factor_ex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.3091907Z test_torch__C__linalg_linalg_ldl_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.3099803Z test_torch__C__linalg_linalg_lstsq (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.3107610Z test_torch__C__linalg_linalg_lu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.3114999Z test_torch__C__linalg_linalg_lu_factor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.3122512Z test_torch__C__linalg_linalg_lu_factor_ex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.3131072Z test_torch__C__linalg_linalg_matmul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.3140114Z test_torch__C__linalg_linalg_matrix_exp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.3149617Z test_torch__C__linalg_linalg_matrix_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.3158870Z test_torch__C__linalg_linalg_matrix_power (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.3168056Z test_torch__C__linalg_linalg_matrix_rank (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.3177314Z test_torch__C__linalg_linalg_multi_dot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.3186927Z test_torch__C__linalg_linalg_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.3196087Z test_torch__C__linalg_linalg_pinv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.3204779Z test_torch__C__linalg_linalg_qr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.3212774Z test_torch__C__linalg_linalg_slogdet (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.3220649Z test_torch__C__linalg_linalg_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.3228381Z test_torch__C__linalg_linalg_solve_triangular (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.3236080Z test_torch__C__linalg_linalg_svd (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.3243392Z test_torch__C__linalg_linalg_svdvals (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.3250909Z test_torch__C__linalg_linalg_tensorinv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.3258722Z test_torch__C__linalg_linalg_tensorsolve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.3266376Z test_torch__C__linalg_linalg_vander (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.3273835Z test_torch__C__linalg_linalg_vector_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.3281605Z test_torch__C__nn_avg_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.3289090Z test_torch__C__nn_avg_pool3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.3296459Z test_torch__C__nn_gelu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.3304094Z test_torch__C__nn_linear (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.3311894Z test_torch__C__nn_log_sigmoid (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.3319378Z test_torch__C__nn_one_hot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.3327033Z test_torch__C__nn_softplus (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.3334386Z test_torch__C__nn_softshrink (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.3342161Z test_torch__C__special_special_digamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.3349400Z test_torch__C__special_special_entr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.3356834Z test_torch__C__special_special_erf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.3364357Z test_torch__C__special_special_erfc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.3371804Z test_torch__C__special_special_erfcx (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.3379222Z test_torch__C__special_special_erfinv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.3386900Z test_torch__C__special_special_exp2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.3394310Z test_torch__C__special_special_expit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.3401850Z test_torch__C__special_special_expm1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.3409234Z test_torch__C__special_special_gammainc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.3417714Z test_torch__C__special_special_gammaincc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.3426809Z test_torch__C__special_special_gammaln (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.3436131Z test_torch__C__special_special_i0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.3444775Z test_torch__C__special_special_i0e (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.3453726Z test_torch__C__special_special_i1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.3463297Z test_torch__C__special_special_i1e (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.3472156Z test_torch__C__special_special_log1p (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.3481164Z test_torch__C__special_special_log_ndtr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.3490068Z test_torch__C__special_special_log_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.3498018Z test_torch__C__special_special_logit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.3506169Z test_torch__C__special_special_logsumexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.3513565Z test_torch__C__special_special_multigammaln (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.3521629Z test_torch__C__special_special_ndtr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.3528855Z test_torch__C__special_special_ndtri (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.3536423Z test_torch__C__special_special_polygamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.3544211Z test_torch__C__special_special_psi (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.3551678Z test_torch__C__special_special_round (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.3559126Z test_torch__C__special_special_sinc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.3566561Z test_torch__C__special_special_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.3574030Z test_torch__C__special_special_xlog1py (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.3581872Z test_torch__C__special_special_xlogy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.3589481Z test_torch__C__special_special_zeta (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.3596994Z test_torch__assert_async (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.3604447Z test_torch__conj_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.3611901Z test_torch__fw_primal_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.3619500Z test_torch__indices_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.3627216Z test_torch__lobpcg_lobpcg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.3634742Z test_torch__lowrank_pca_lowrank (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.3642097Z test_torch__lowrank_svd_lowrank (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.3649450Z test_torch__make_dual_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.3656888Z test_torch__neg_view_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.3664549Z test_torch__reshape_alias_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.3672171Z test_torch__rowwise_prune (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.3679577Z test_torch__sparse_broadcast_to_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.3687031Z test_torch__values_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.3694403Z test_torch_abs (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.3703341Z test_torch_absolute (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.3712440Z test_torch_acos (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.3721462Z test_torch_acosh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.3730470Z test_torch_adaptive_avg_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.3739493Z test_torch_adaptive_max_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.3748560Z test_torch_add (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.3757787Z test_torch_addbmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.3766873Z test_torch_addcdiv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.3775846Z test_torch_addcmul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.3784208Z test_torch_addmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.3792147Z test_torch_addmv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.3799789Z test_torch_addr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.3807649Z test_torch_adjoint (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.3815624Z test_torch_affine_grid_generator (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.3823709Z test_torch_alias_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.3831645Z test_torch_all (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.3839096Z test_torch_allclose (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.3846489Z test_torch_alpha_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.3854113Z test_torch_amax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.3861748Z test_torch_amin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.3869320Z test_torch_aminmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.3876713Z test_torch_angle (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.3884708Z test_torch_any (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.3892110Z test_torch_arccos (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.3899659Z test_torch_arccosh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.3907199Z test_torch_arcsin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.3914599Z test_torch_arcsinh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.3921984Z test_torch_arctan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.3929297Z test_torch_arctan2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.3936640Z test_torch_arctanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.3944457Z test_torch_argmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.3951797Z test_torch_argmin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.3959730Z test_torch_argsort (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.3967276Z test_torch_argwhere (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.3975059Z test_torch_as_strided_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.3983132Z test_torch_asin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.3991204Z test_torch_asinh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.4001355Z test_torch_atan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.4009581Z test_torch_atan2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.4019136Z test_torch_atanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.4027843Z test_torch_avg_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.4037086Z test_torch_baddbmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.4046243Z test_torch_batch_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.4055506Z test_torch_batch_norm_backward_elemt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.4064487Z test_torch_batch_norm_backward_reduce (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.4072555Z test_torch_batch_norm_elemt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.4080552Z test_torch_batch_norm_gather_stats (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.4088002Z test_torch_batch_norm_gather_stats_with_counts (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.4095741Z test_torch_batch_norm_stats (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.4103354Z test_torch_batch_norm_update_stats (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.4110938Z test_torch_bernoulli (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.4118570Z test_torch_bilinear (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.4126033Z test_torch_binary_cross_entropy_with_logits (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.4133506Z test_torch_bincount (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.4141130Z test_torch_binomial (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.4148548Z test_torch_bitwise_and (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.4156124Z test_torch_bitwise_left_shift (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.4163745Z test_torch_bitwise_not (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.4171598Z test_torch_bitwise_or (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.4179415Z test_torch_bitwise_right_shift (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.4187106Z test_torch_bitwise_xor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.4194604Z test_torch_bmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.4202047Z test_torch_broadcast_to (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.4209463Z test_torch_bucketize (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.4216984Z test_torch_cat (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.4224716Z test_torch_ccol_indices_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.4232103Z test_torch_ceil (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.4239605Z test_torch_celu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.4247099Z test_torch_channel_shuffle (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.4254494Z test_torch_cholesky (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.4262364Z test_torch_cholesky_inverse (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.4270082Z test_torch_cholesky_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.4278767Z test_torch_choose_qparams_optimized (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.4287825Z test_torch_chunk (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.4296855Z test_torch_clamp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.4306231Z test_torch_clamp_max (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.4315309Z test_torch_clamp_min (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.4324643Z test_torch_clip (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.4333737Z test_torch_clone (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.4343135Z test_torch_col_indices_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.4351984Z test_torch_column_stack (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.4359944Z test_torch_combinations (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.4367731Z test_torch_complex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.4375922Z test_torch_concat (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.4384661Z test_torch_conj (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.4393772Z test_torch_conj_physical (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.4402800Z test_torch_constant_pad_nd (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.4412140Z test_torch_conv1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.4421773Z test_torch_conv2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.4430948Z test_torch_conv3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.4440039Z test_torch_conv_tbc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.4449245Z test_torch_conv_transpose1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.4457923Z test_torch_conv_transpose2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.4466286Z test_torch_conv_transpose3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.4474198Z test_torch_convolution (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.4481999Z test_torch_copysign (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.4490309Z test_torch_corrcoef (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.4499454Z test_torch_cos (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.4508772Z test_torch_cosh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.4518111Z test_torch_cosine_embedding_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.4527290Z test_torch_cosine_similarity (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.4536386Z test_torch_count_nonzero (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.4545432Z test_torch_cov (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.4554615Z test_torch_cross (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.4563250Z test_torch_crow_indices_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.4571284Z test_torch_ctc_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.4579187Z test_torch_cummax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.4587229Z test_torch_cummin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.4594932Z test_torch_cumprod (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.4602482Z test_torch_cumsum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.4610014Z test_torch_cumulative_trapezoid (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.4617808Z test_torch_deg2rad (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.4625534Z test_torch_dequantize (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.4632767Z test_torch_det (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.4640094Z test_torch_detach (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.4647564Z test_torch_detach_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.4654967Z test_torch_diag (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.4662579Z test_torch_diag_embed (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.4670457Z test_torch_diagflat (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.4677890Z test_torch_diagonal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.4685462Z test_torch_diagonal_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.4692847Z test_torch_diagonal_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.4700355Z test_torch_diff (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.4708008Z test_torch_digamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.4715341Z test_torch_dist (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.4722707Z test_torch_div (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.4730329Z test_torch_divide (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.4737729Z test_torch_dot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.4745474Z test_torch_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.4752755Z test_torch_dsmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.4760130Z test_torch_dsplit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.4767667Z test_torch_dstack (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.4776188Z test_torch_eig (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.4785689Z test_torch_embedding (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.4794939Z test_torch_embedding_bag (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.4804215Z test_torch_empty_like (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.4813293Z test_torch_eq (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.4822647Z test_torch_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.4831750Z test_torch_erf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.4840794Z test_torch_erfc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.4849555Z test_torch_erfinv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.4857455Z test_torch_exp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.4865494Z test_torch_exp2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.4873009Z test_torch_expand_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.4880762Z test_torch_expm1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.4888264Z test_torch_fake_quantize_per_channel_affine (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.4896121Z test_torch_fake_quantize_per_tensor_affine (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.4903732Z test_torch_fbgemm_linear_fp16_weight (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.4911197Z test_torch_fbgemm_linear_fp16_weight_fp32_activation (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.4918727Z test_torch_fbgemm_linear_int8_weight (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.4926317Z test_torch_fbgemm_linear_int8_weight_fp32_activation (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.4933585Z test_torch_fbgemm_linear_quantize_weight (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.4941279Z test_torch_fbgemm_pack_gemm_matrix_fp16 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.4948695Z test_torch_fbgemm_pack_quantized_matrix (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.4956521Z test_torch_feature_alpha_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.4964010Z test_torch_feature_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.4971322Z test_torch_fix (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.4978866Z test_torch_flatten (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.4986517Z test_torch_flip (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.4994092Z test_torch_fliplr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.5001338Z test_torch_flipud (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.5008791Z test_torch_float_power (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.5016128Z test_torch_floor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.5023833Z test_torch_floor_divide (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.5031154Z test_torch_fmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.5038560Z test_torch_fmin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.5046043Z test_torch_fmod (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.5053607Z test_torch_frac (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.5062489Z test_torch_frexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.5071257Z test_torch_frobenius_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.5080289Z test_torch_full_like (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.5089067Z test_torch_functional_atleast_1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.5098301Z test_torch_functional_atleast_2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.5107323Z test_torch_functional_atleast_3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.5116360Z test_torch_functional_block_diag (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.5125344Z test_torch_functional_broadcast_tensors (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.5134295Z test_torch_functional_cartesian_prod (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.5143020Z test_torch_functional_cdist (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.5150531Z test_torch_functional_chain_matmul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.5158095Z test_torch_functional_einsum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.5165834Z test_torch_functional_lu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.5173477Z test_torch_functional_meshgrid (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.5181049Z test_torch_functional_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.5188880Z test_torch_functional_split (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.5196518Z test_torch_functional_stft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.5203831Z test_torch_functional_tensordot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.5211320Z test_torch_functional_unique (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.5218863Z test_torch_functional_unique_consecutive (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.5226581Z test_torch_fused_moving_avg_obs_fake_quant (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.5234184Z test_torch_gather (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.5241647Z test_torch_gcd (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.5249491Z test_torch_ge (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.5257032Z test_torch_geqrf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.5264729Z test_torch_ger (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.5272450Z test_torch_gradient (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.5279920Z test_torch_greater (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.5287353Z test_torch_greater_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.5294887Z test_torch_grid_sampler (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.5302612Z test_torch_grid_sampler_2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.5310081Z test_torch_grid_sampler_3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.5317490Z test_torch_group_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.5325149Z test_torch_gru (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.5332784Z test_torch_gru_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.5340223Z test_torch_gt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.5348997Z test_torch_hardshrink (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.5357840Z test_torch_heaviside (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.5366964Z test_torch_hinge_embedding_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.5375969Z test_torch_histc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.5385421Z test_torch_histogram (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.5394704Z test_torch_histogramdd (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.5403666Z test_torch_hsmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.5412605Z test_torch_hsplit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.5421863Z test_torch_hstack (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.5430025Z test_torch_hypot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.5437647Z test_torch_i0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.5445299Z test_torch_igamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.5452854Z test_torch_igammac (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.5460781Z test_torch_imag (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.5468832Z test_torch_index_add (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.5476373Z test_torch_index_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.5484192Z test_torch_index_fill (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.5491591Z test_torch_index_put (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.5499027Z test_torch_index_reduce (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.5506684Z test_torch_index_select (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.5514117Z test_torch_indices_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.5521466Z test_torch_inner (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.5529175Z test_torch_instance_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.5536573Z test_torch_int_repr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.5544222Z test_torch_inverse (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.5551806Z test_torch_is_complex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.5559057Z test_torch_is_conj (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.5566253Z test_torch_is_distributed (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.5573500Z test_torch_is_floating_point (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.5580678Z test_torch_is_inference (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.5588129Z test_torch_is_neg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.5595345Z test_torch_is_nonzero (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.5602499Z test_torch_is_same_size (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.5609684Z test_torch_is_signed (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.5616751Z test_torch_isclose (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.5624220Z test_torch_isfinite (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.5632141Z test_torch_isin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.5640357Z test_torch_isinf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.5649052Z test_torch_isnan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.5657841Z test_torch_isneginf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.5666988Z test_torch_isposinf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.5675793Z test_torch_isreal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.5684700Z test_torch_istft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.5693624Z test_torch_kl_div (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.5702806Z test_torch_kron (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.5711572Z test_torch_kthvalue (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.5719492Z test_torch_layer_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.5727212Z test_torch_lcm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.5734471Z test_torch_ldexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.5742465Z test_torch_le (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.5749731Z test_torch_lerp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.5757127Z test_torch_less (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.5764309Z test_torch_less_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.5771875Z test_torch_lgamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.5779115Z test_torch_log (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.5786518Z test_torch_log10 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.5793783Z test_torch_log1p (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.5801074Z test_torch_log2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.5808398Z test_torch_log_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.5815660Z test_torch_logaddexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.5823500Z test_torch_logaddexp2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.5830694Z test_torch_logcumsumexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.5838151Z test_torch_logdet (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.5845417Z test_torch_logical_and (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.5852557Z test_torch_logical_not (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.5859818Z test_torch_logical_or (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.5867286Z test_torch_logical_xor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.5874509Z test_torch_logit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.5881894Z test_torch_logsumexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.5889441Z test_torch_lstm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.5896906Z test_torch_lstm_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.5904270Z test_torch_lstsq (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.5911515Z test_torch_lt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.5918988Z test_torch_lu_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.5927178Z test_torch_lu_unpack (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.5936311Z test_torch_margin_ranking_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.5945275Z test_torch_masked_fill (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.5953975Z test_torch_masked_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.5962626Z test_torch_masked_select (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.5971437Z test_torch_matmul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.5980158Z test_torch_matrix_exp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.5989136Z test_torch_matrix_power (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.5998155Z test_torch_matrix_rank (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6005939Z test_torch_max (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6013672Z test_torch_max_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6021402Z test_torch_max_pool1d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6029058Z test_torch_max_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6036499Z test_torch_max_pool3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6043714Z test_torch_maximum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6050760Z test_torch_mean (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6058582Z test_torch_median (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6066153Z test_torch_min (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6073453Z test_torch_minimum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6080735Z test_torch_miopen_batch_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6088113Z test_torch_miopen_convolution (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6095571Z test_torch_miopen_convolution_transpose (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6103162Z test_torch_miopen_depthwise_convolution (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6111021Z test_torch_miopen_rnn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6118496Z test_torch_mode (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6125863Z test_torch_moveaxis (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6133239Z test_torch_movedim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6140551Z test_torch_msort (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6147993Z test_torch_mul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6155383Z test_torch_multinomial (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6162709Z test_torch_multiply (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6169826Z test_torch_mv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6177471Z test_torch_mvlgamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6185549Z test_torch_nan_to_num (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6192777Z test_torch_nanmean (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6200037Z test_torch_nanmedian (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6208288Z test_torch_nanquantile (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6216634Z test_torch_nansum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6226064Z test_torch_narrow (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6234881Z test_torch_narrow_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6243977Z test_torch_native_batch_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6252808Z test_torch_native_channel_shuffle (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6262101Z test_torch_native_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6270955Z test_torch_native_group_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6279915Z test_torch_native_layer_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6288636Z test_torch_native_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6296546Z test_torch_ne (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6304632Z test_torch_neg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6311785Z test_torch_negative (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6319424Z test_torch_nextafter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6326736Z test_torch_nn_functional__threshold (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6333959Z test_torch_nn_functional_adaptive_avg_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6341647Z test_torch_nn_functional_adaptive_avg_pool3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6349001Z test_torch_nn_functional_adaptive_max_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6356207Z test_torch_nn_functional_adaptive_max_pool1d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6363337Z test_torch_nn_functional_adaptive_max_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6370690Z test_torch_nn_functional_adaptive_max_pool2d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6377861Z test_torch_nn_functional_adaptive_max_pool3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6385533Z test_torch_nn_functional_adaptive_max_pool3d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6392719Z test_torch_nn_functional_affine_grid (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6400988Z test_torch_nn_functional_alpha_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6409883Z test_torch_nn_functional_batch_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6418992Z test_torch_nn_functional_binary_cross_entropy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6428135Z test_torch_nn_functional_binary_cross_entropy_with_logits (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6436906Z test_torch_nn_functional_celu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6445685Z test_torch_nn_functional_cosine_embedding_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6454481Z test_torch_nn_functional_cross_entropy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6463522Z test_torch_nn_functional_ctc_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6472146Z test_torch_nn_functional_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6480033Z test_torch_nn_functional_dropout2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6487549Z test_torch_nn_functional_dropout3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6494813Z test_torch_nn_functional_elu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6502835Z test_torch_nn_functional_embedding (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6510099Z test_torch_nn_functional_embedding_bag (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6517316Z test_torch_nn_functional_feature_alpha_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6524490Z test_torch_nn_functional_fold (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6532322Z test_torch_nn_functional_fractional_max_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6539571Z test_torch_nn_functional_fractional_max_pool2d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6547066Z test_torch_nn_functional_fractional_max_pool3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6554304Z test_torch_nn_functional_fractional_max_pool3d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6561504Z test_torch_nn_functional_gaussian_nll_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6568690Z test_torch_nn_functional_glu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6575926Z test_torch_nn_functional_grid_sample (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6583887Z test_torch_nn_functional_group_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6591149Z test_torch_nn_functional_gumbel_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6598283Z test_torch_nn_functional_hardtanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6605654Z test_torch_nn_functional_hinge_embedding_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6612693Z test_torch_nn_functional_huber_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6619974Z test_torch_nn_functional_instance_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6627397Z test_torch_nn_functional_interpolate (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6634577Z test_torch_nn_functional_kl_div (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6641868Z test_torch_nn_functional_l1_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6649124Z test_torch_nn_functional_layer_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6656416Z test_torch_nn_functional_leaky_relu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6663931Z test_torch_nn_functional_local_response_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6671251Z test_torch_nn_functional_log_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6678468Z test_torch_nn_functional_lp_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6686923Z test_torch_nn_functional_lp_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6695643Z test_torch_nn_functional_margin_ranking_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6704966Z test_torch_nn_functional_max_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6713885Z test_torch_nn_functional_max_pool1d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6722466Z test_torch_nn_functional_max_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6731316Z test_torch_nn_functional_max_pool2d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6740204Z test_torch_nn_functional_max_pool3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6749180Z test_torch_nn_functional_max_pool3d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6758034Z test_torch_nn_functional_max_unpool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6766236Z test_torch_nn_functional_max_unpool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6773899Z test_torch_nn_functional_max_unpool3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6781783Z test_torch_nn_functional_mish (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6789131Z test_torch_nn_functional_mse_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6796528Z test_torch_nn_functional_multi_head_attention_forward (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6803802Z test_torch_nn_functional_multi_margin_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6811039Z test_torch_nn_functional_multilabel_margin_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6818725Z test_torch_nn_functional_multilabel_soft_margin_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6826377Z test_torch_nn_functional_nll_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6833611Z test_torch_nn_functional_normalize (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6840901Z test_torch_nn_functional_pad (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6848326Z test_torch_nn_functional_poisson_nll_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6855629Z test_torch_nn_functional_relu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6863165Z test_torch_nn_functional_relu6 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6870882Z test_torch_nn_functional_rrelu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6878163Z test_torch_nn_functional_selu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6885354Z test_torch_nn_functional_silu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6892684Z test_torch_nn_functional_smooth_l1_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6899894Z test_torch_nn_functional_soft_margin_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6907304Z test_torch_nn_functional_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6914465Z test_torch_nn_functional_softmin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6921666Z test_torch_nn_functional_softsign (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6928887Z test_torch_nn_functional_tanhshrink (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6936200Z test_torch_nn_functional_triplet_margin_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6943581Z test_torch_nn_functional_triplet_margin_with_distance_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6950814Z test_torch_nn_functional_unfold (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6958000Z test_torch_nn_init_constant_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6965254Z test_torch_nn_init_kaiming_uniform_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6973699Z test_torch_nn_init_normal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6983049Z test_torch_nn_init_uniform_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.6991968Z test_torch_nonzero (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.7000904Z test_torch_norm_except_dim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.7009841Z test_torch_not_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.7018856Z test_torch_nuclear_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.7028163Z test_torch_numel (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.7037003Z test_torch_ones_like (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.7045922Z test_torch_orgqr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.7054100Z test_torch_ormqr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.7062008Z test_torch_outer (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.7069472Z test_torch_pairwise_distance (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.7077216Z test_torch_pdist (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.7084586Z test_torch_permute (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.7091963Z test_torch_permute_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.7099328Z test_torch_pinverse (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.7107262Z test_torch_pixel_shuffle (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.7114558Z test_torch_pixel_unshuffle (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.7122021Z test_torch_poisson (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.7129383Z test_torch_poisson_nll_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.7136633Z test_torch_polar (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.7144499Z test_torch_polygamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.7151862Z test_torch_positive (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.7159488Z test_torch_pow (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.7166799Z test_torch_prelu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.7174145Z test_torch_prod (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.7181897Z test_torch_put (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.7189194Z test_torch_q_per_channel_axis (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.7196541Z test_torch_q_per_channel_scales (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.7203683Z test_torch_q_per_channel_zero_points (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.7210973Z test_torch_q_scale (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.7218208Z test_torch_q_zero_point (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.7225844Z test_torch_qr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.7233127Z test_torch_quantile (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.7240519Z test_torch_quantize_per_channel (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.7247962Z test_torch_quantize_per_tensor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.7255558Z test_torch_quantize_per_tensor_dynamic (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.7264105Z test_torch_quantized_batch_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.7273442Z test_torch_quantized_gru_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.7282313Z test_torch_quantized_lstm_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.7291525Z test_torch_quantized_max_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.7300702Z test_torch_quantized_max_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.7309869Z test_torch_quantized_rnn_relu_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.7318970Z test_torch_quantized_rnn_tanh_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.7327996Z test_torch_rad2deg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.7336801Z test_torch_rand_like (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.7344926Z test_torch_randint_like (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.7353003Z test_torch_randn_like (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.7360177Z test_torch_ravel (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.7367903Z test_torch_real (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.7375232Z test_torch_reciprocal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.7382773Z test_torch_relu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.7390621Z test_torch_remainder (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.7398001Z test_torch_renorm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.7405572Z test_torch_repeat_interleave (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.7412922Z test_torch_reshape (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.7420366Z test_torch_resolve_conj (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.7427665Z test_torch_resolve_neg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.7435214Z test_torch_rnn_relu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.7443102Z test_torch_rnn_relu_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.7450617Z test_torch_rnn_tanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.7457878Z test_torch_rnn_tanh_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.7465587Z test_torch_roll (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.7473158Z test_torch_rot90 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.7480383Z test_torch_round (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.7487771Z test_torch_row_indices_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.7495195Z test_torch_row_stack (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.7502764Z test_torch_rrelu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.7510172Z test_torch_rsqrt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.7517296Z test_torch_rsub (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.7524812Z test_torch_saddmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.7532375Z test_torch_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.7539929Z test_torch_scatter_add (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.7548610Z test_torch_scatter_reduce (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.7557636Z test_torch_searchsorted (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.7566671Z test_torch_segment_reduce (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.7575705Z test_torch_select (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.7584894Z test_torch_select_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.7594024Z test_torch_select_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.7602910Z test_torch_selu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.7611680Z test_torch_sgn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.7620595Z test_torch_sigmoid (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.7628844Z test_torch_sign (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.7636444Z test_torch_signbit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.7643854Z test_torch_sin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.7651460Z test_torch_sinc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.7659008Z test_torch_sinh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.7666555Z test_torch_slice_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.7674037Z test_torch_slice_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.7681779Z test_torch_slogdet (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.7689096Z test_torch_smm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.7696503Z test_torch_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.7704328Z test_torch_sort (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.7711714Z test_torch_split_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.7719118Z test_torch_split_with_sizes (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.7726478Z test_torch_split_with_sizes_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.7734173Z test_torch_sqrt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.7741626Z test_torch_square (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.7748982Z test_torch_squeeze (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.7756507Z test_torch_squeeze_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.7763852Z test_torch_stack (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.7771262Z test_torch_std (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.7779011Z test_torch_std_mean (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.7786396Z test_torch_sub (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.7793816Z test_torch_subtract (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.7801218Z test_torch_sum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.7808714Z test_torch_svd (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.7816020Z test_torch_swapaxes (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.7823510Z test_torch_swapdims (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.7831516Z test_torch_symeig (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.7839772Z test_torch_t (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.7848677Z test_torch_t_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.7857600Z test_torch_take (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.7866978Z test_torch_take_along_dim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.7875854Z test_torch_tan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.7884721Z test_torch_tanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.7893717Z test_torch_tensor_split (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.7903161Z test_torch_threshold (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.7911824Z test_torch_tile (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.7919852Z test_torch_topk (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.7927635Z test_torch_trace (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.7934969Z test_torch_transpose (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.7942913Z test_torch_transpose_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.7950319Z test_torch_trapezoid (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.7957741Z test_torch_trapz (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.7965358Z test_torch_triangular_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.7972892Z test_torch_tril (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.7980367Z test_torch_triplet_margin_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.7987966Z test_torch_triu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.7995339Z test_torch_true_divide (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.8002640Z test_torch_trunc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.8009905Z test_torch_unbind (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.8017425Z test_torch_unbind_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.8025234Z test_torch_unfold_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.8032621Z test_torch_unsafe_chunk (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.8039919Z test_torch_unsafe_split (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.8047328Z test_torch_unsafe_split_with_sizes (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.8054643Z test_torch_unsqueeze (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.8062396Z test_torch_unsqueeze_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.8069649Z test_torch_values_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.8077051Z test_torch_var (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.8084628Z test_torch_var_mean (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.8091965Z test_torch_vdot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.8099394Z test_torch_view_as_complex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.8106892Z test_torch_view_as_complex_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.8114221Z test_torch_view_as_real (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.8122820Z test_torch_view_as_real_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.8131594Z test_torch_view_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.8140715Z test_torch_vsplit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.8149524Z test_torch_vstack (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.8158559Z test_torch_where (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.8167638Z test_torch_xlogy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.8176535Z test_torch_zeros_like (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T05:44:41.8182804Z test_user_implementation_raises (__main__.TestTorchFunctionOverride) 2022-05-18T05:44:41.8187232Z Test that errors raised in user implementations propagate correctly ... ok (0.001s) 2022-05-18T05:44:41.8259958Z test_warn_on_invalid_torch_function (__main__.TestTorchFunctionWarning) ... ok (0.007s) 2022-05-18T05:44:41.8270597Z test_wrap_torch_function (__main__.TestWrapTorchFunction) ... ok (0.001s) 2022-05-18T05:44:41.8270851Z 2022-05-18T05:44:41.8271513Z ---------------------------------------------------------------------- 2022-05-18T05:44:41.8271890Z Ran 1362 tests in 2.734s 2022-05-18T05:44:41.8272061Z 2022-05-18T05:44:41.8272158Z OK 2022-05-18T05:44:41.8272298Z 2022-05-18T05:44:41.8274911Z Generating XML reports... 2022-05-18T05:44:41.8312251Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestBroadcastAllOverride-20220518054439.xml 2022-05-18T05:44:41.8315754Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestDisabledTorchFunction-20220518054439.xml 2022-05-18T05:44:41.8319229Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestEinsumOverride-20220518054439.xml 2022-05-18T05:44:41.8322692Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestGradCheckOverride-20220518054439.xml 2022-05-18T05:44:41.8326480Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestGradNewOnesOverride-20220518054439.xml 2022-05-18T05:44:41.8334704Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestIndexing-20220518054439.xml 2022-05-18T05:44:41.8338926Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestIterator-20220518054439.xml 2022-05-18T05:44:41.8344591Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestNamedTuple-20220518054439.xml 2022-05-18T05:44:41.8348049Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestPickle-20220518054439.xml 2022-05-18T05:44:41.8351580Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestRNN-20220518054439.xml 2022-05-18T05:44:41.9859953Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestTorchFunctionOverride-20220518054439.xml 2022-05-18T05:44:41.9862636Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestTorchFunctionWarning-20220518054439.xml 2022-05-18T05:44:41.9865891Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestWrapTorchFunction-20220518054439.xml 2022-05-18T05:44:42.2406573Z Running test_stateless ... [2022-05-18 05:44:42.240101] 2022-05-18T05:44:42.2407279Z Executing ['/opt/conda/bin/python', 'test_stateless.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:44:42.240205] 2022-05-18T05:44:44.6883214Z Test results will be stored in test-reports/python-unittest/test_stateless 2022-05-18T05:44:44.6900864Z 2022-05-18T05:44:44.6901108Z Running tests... 2022-05-18T05:44:44.6901557Z ---------------------------------------------------------------------- 2022-05-18T05:44:46.9742782Z test_runs_with_optimize_flag (__main__.TestPythonOptimizeMode) ... ok (2.284s) 2022-05-18T05:44:47.8902635Z test_private_stateless_warns (__main__.TestStatelessDeprecation) ... ok (0.916s) 2022-05-18T05:44:47.8953607Z test_circular_references (__main__.TestStatelessFunctionalAPI) ... ok (0.005s) 2022-05-18T05:44:47.8988788Z test_functional_batch_norm (__main__.TestStatelessFunctionalAPI) ... ok (0.003s) 2022-05-18T05:44:47.9006246Z test_functional_call (__main__.TestStatelessFunctionalAPI) ... ok (0.002s) 2022-05-18T05:44:47.9013923Z test_functional_call_with_data_parallel (__main__.TestStatelessFunctionalAPI) ... skip: multi-GPU not supported (0.001s) 2022-05-18T05:44:47.9037343Z test_functional_call_with_gradient (__main__.TestStatelessFunctionalAPI) ... ok (0.002s) 2022-05-18T05:44:47.9920315Z test_functional_call_with_jit (__main__.TestStatelessFunctionalAPI) ... ok (0.088s) 2022-05-18T05:44:47.9975336Z test_reparametrized_module_change_parametrization_original (__main__.TestStatelessFunctionalAPI) ... ok (0.005s) 2022-05-18T05:44:47.9995816Z test_setattr (__main__.TestStatelessFunctionalAPI) ... ok (0.002s) 2022-05-18T05:44:47.9996335Z 2022-05-18T05:44:47.9996974Z ---------------------------------------------------------------------- 2022-05-18T05:44:47.9997669Z Ran 10 tests in 3.309s 2022-05-18T05:44:47.9997913Z 2022-05-18T05:44:47.9998027Z OK (skipped=1) 2022-05-18T05:44:47.9998180Z 2022-05-18T05:44:47.9999008Z Generating XML reports... 2022-05-18T05:44:48.0036187Z Generated XML report: test-reports/python-unittest/test_stateless/TEST-TestPythonOptimizeMode-20220518054444.xml 2022-05-18T05:44:48.0039001Z Generated XML report: test-reports/python-unittest/test_stateless/TEST-TestStatelessDeprecation-20220518054444.xml 2022-05-18T05:44:48.0048378Z Generated XML report: test-reports/python-unittest/test_stateless/TEST-TestStatelessFunctionalAPI-20220518054444.xml 2022-05-18T05:44:48.2681836Z Running test_bundled_inputs ... [2022-05-18 05:44:48.267635] 2022-05-18T05:44:48.2682518Z Executing ['/opt/conda/bin/python', 'test_bundled_inputs.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:44:48.267746] 2022-05-18T05:44:49.1261149Z Test results will be stored in test-reports/python-unittest/test_bundled_inputs 2022-05-18T05:44:49.1277745Z 2022-05-18T05:44:49.1278012Z Running tests... 2022-05-18T05:44:49.1278450Z ---------------------------------------------------------------------- 2022-05-18T05:44:50.6833601Z test_bad_inputs (__main__.TestBundledInputs) ... ok (1.555s) 2022-05-18T05:44:51.4530983Z test_dict_args (__main__.TestBundledInputs) ... ok (0.770s) 2022-05-18T05:44:51.4609508Z test_double_augment_fail (__main__.TestBundledInputs) ... ok (0.008s) 2022-05-18T05:44:51.4715254Z test_double_augment_non_mutator (__main__.TestBundledInputs) ... ok (0.011s) 2022-05-18T05:44:51.4845013Z test_double_augment_success (__main__.TestBundledInputs) ... ok (0.013s) 2022-05-18T05:44:51.4980398Z test_large_tensor_with_inflation (__main__.TestBundledInputs) ... ok (0.013s) 2022-05-18T05:44:51.5537155Z test_multiple_methods_with_inputs (__main__.TestBundledInputs) ... ok (0.056s) 2022-05-18T05:44:51.5596847Z test_multiple_methods_with_inputs_both_defined_failure (__main__.TestBundledInputs) ... ok (0.006s) 2022-05-18T05:44:51.5652749Z test_multiple_methods_with_inputs_neither_defined_failure (__main__.TestBundledInputs) ... ok (0.005s) 2022-05-18T05:44:51.5770514Z test_non_tensors (__main__.TestBundledInputs) ... ok (0.012s) 2022-05-18T05:44:51.5884133Z test_rejected_tensors (__main__.TestBundledInputs) ... ok (0.011s) 2022-05-18T05:44:51.6252034Z test_single_tensors (__main__.TestBundledInputs) ... ok (0.037s) 2022-05-18T05:44:51.6252482Z 2022-05-18T05:44:51.6253130Z ---------------------------------------------------------------------- 2022-05-18T05:44:51.6253761Z Ran 12 tests in 2.497s 2022-05-18T05:44:51.6254063Z 2022-05-18T05:44:51.6254225Z OK 2022-05-18T05:44:51.6254466Z 2022-05-18T05:44:51.6254690Z Generating XML reports... 2022-05-18T05:44:51.6298028Z Generated XML report: test-reports/python-unittest/test_bundled_inputs/TEST-TestBundledInputs-20220518054449.xml 2022-05-18T05:44:51.8659977Z Running test_namedtuple_return_api ... [2022-05-18 05:44:51.865446] 2022-05-18T05:44:51.8660758Z Executing ['/opt/conda/bin/python', 'test_namedtuple_return_api.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:44:51.865553] 2022-05-18T05:44:52.7553141Z Test results will be stored in test-reports/python-unittest/test_namedtuple_return_api 2022-05-18T05:44:52.7576316Z 2022-05-18T05:44:52.7576608Z Running tests... 2022-05-18T05:44:52.7577061Z ---------------------------------------------------------------------- 2022-05-18T05:44:54.3163897Z test_import_return_types (__main__.TestNamedTupleAPI) ... ok (1.558s) 2022-05-18T05:44:54.3333998Z test_namedtuple_return (__main__.TestNamedTupleAPI) ... /var/lib/jenkins/workspace/test/test_namedtuple_return_api.py:148: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-05-18T05:44:54.3335562Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-05-18T05:44:54.3336225Z Q, R = torch.qr(A, some) 2022-05-18T05:44:54.3336694Z should be replaced with 2022-05-18T05:44:54.3337922Z 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-18T05:44:54.3339170Z ret1 = func(a, *op.input) 2022-05-18T05:44:54.3340126Z /var/lib/jenkins/workspace/test/test_namedtuple_return_api.py:154: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-05-18T05:44:54.3341375Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-05-18T05:44:54.3342024Z Q, R = torch.qr(A, some) 2022-05-18T05:44:54.3342525Z should be replaced with 2022-05-18T05:44:54.3343721Z 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-18T05:44:54.3344652Z ret2 = func(a, *op.input, out=tuple(ret1)) 2022-05-18T05:44:54.3349046Z /var/lib/jenkins/workspace/test/test_namedtuple_return_api.py:148: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-05-18T05:44:54.3350349Z 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:44:54.3351176Z L, _ = torch.symeig(A, upper=upper) 2022-05-18T05:44:54.3351710Z should be replaced with 2022-05-18T05:44:54.3352459Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-05-18T05:44:54.3352982Z and 2022-05-18T05:44:54.3353457Z L, V = torch.symeig(A, eigenvectors=True) 2022-05-18T05:44:54.3354000Z should be replaced with 2022-05-18T05:44:54.3355175Z 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:44:54.3356039Z ret1 = func(a, *op.input) 2022-05-18T05:44:54.3368091Z /var/lib/jenkins/workspace/test/test_namedtuple_return_api.py:154: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-05-18T05:44:54.3369054Z 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:44:54.3369869Z L, _ = torch.symeig(A, upper=upper) 2022-05-18T05:44:54.3370168Z should be replaced with 2022-05-18T05:44:54.3370583Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-05-18T05:44:54.3370927Z and 2022-05-18T05:44:54.3371187Z L, V = torch.symeig(A, eigenvectors=True) 2022-05-18T05:44:54.3371463Z should be replaced with 2022-05-18T05:44:54.3372084Z 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-18T05:44:54.3372567Z ret2 = func(a, *op.input, out=tuple(ret1)) 2022-05-18T05:44:54.3373085Z /var/lib/jenkins/workspace/test/test_namedtuple_return_api.py:148: UserWarning: torch.eig is deprecated in favor of torch.linalg.eig and will be removed in a future PyTorch release. 2022-05-18T05:44:54.3373686Z torch.linalg.eig returns complex tensors of dtype cfloat or cdouble rather than real tensors mimicking complex tensors. 2022-05-18T05:44:54.3374219Z L, _ = torch.eig(A) 2022-05-18T05:44:54.3374476Z should be replaced with 2022-05-18T05:44:54.3374768Z L_complex = torch.linalg.eigvals(A) 2022-05-18T05:44:54.3375013Z and 2022-05-18T05:44:54.3375263Z L, V = torch.eig(A, eigenvectors=True) 2022-05-18T05:44:54.3375548Z should be replaced with 2022-05-18T05:44:54.3375992Z 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:44:54.3376432Z ret1 = func(a, *op.input) 2022-05-18T05:44:54.3376966Z /var/lib/jenkins/workspace/test/test_namedtuple_return_api.py:148: UserWarning: torch.triangular_solve is deprecated in favor of torch.linalg.solve_triangularand will be removed in a future PyTorch release. 2022-05-18T05:44:54.3377595Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-05-18T05:44:54.3377983Z X = torch.triangular_solve(B, A).solution 2022-05-18T05:44:54.3378621Z should be replaced with 2022-05-18T05:44:54.3379107Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2189.) 2022-05-18T05:44:54.3379584Z ret1 = func(a, *op.input) 2022-05-18T05:44:54.3380082Z /var/lib/jenkins/workspace/test/test_namedtuple_return_api.py:148: UserWarning: torch.lstsq is deprecated in favor of torch.linalg.lstsq and will be removed in a future PyTorch release. 2022-05-18T05:44:54.3380758Z 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-18T05:44:54.3381266Z To get the qr decomposition consider using torch.linalg.qr. 2022-05-18T05:44:54.3382054Z 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-18T05:44:54.3382603Z The unpacking of the solution, as in 2022-05-18T05:44:54.3382928Z X, _ = torch.lstsq(B, A).solution[:A.size(1)] 2022-05-18T05:44:54.3383200Z should be replaced with 2022-05-18T05:44:54.3384062Z X = torch.linalg.lstsq(A, B).solution (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:4169.) 2022-05-18T05:44:54.3384890Z ret1 = func(a, *op.input) 2022-05-18T05:44:54.3435909Z ok (0.027s) 2022-05-18T05:44:55.8209719Z test_native_functions_yaml (__main__.TestNamedTupleAPI) ... ok (1.477s) 2022-05-18T05:44:55.8210255Z 2022-05-18T05:44:55.8210897Z ---------------------------------------------------------------------- 2022-05-18T05:44:55.8211497Z Ran 3 tests in 3.063s 2022-05-18T05:44:55.8211780Z 2022-05-18T05:44:55.8211937Z OK 2022-05-18T05:44:55.8212187Z 2022-05-18T05:44:55.8212417Z Generating XML reports... 2022-05-18T05:44:55.8249322Z Generated XML report: test-reports/python-unittest/test_namedtuple_return_api/TEST-TestNamedTupleAPI-20220518054452.xml 2022-05-18T05:44:56.0526257Z Running test_public_bindings ... [2022-05-18 05:44:56.052057] 2022-05-18T05:44:56.0526989Z Executing ['/opt/conda/bin/python', 'test_public_bindings.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:44:56.052161] 2022-05-18T05:44:56.9484720Z Test results will be stored in test-reports/python-unittest/test_public_bindings 2022-05-18T05:44:56.9500298Z 2022-05-18T05:44:56.9500518Z Running tests... 2022-05-18T05:44:56.9500972Z ---------------------------------------------------------------------- 2022-05-18T05:44:56.9533432Z test_correct_module_names (__main__.TestPublicBindings) 2022-05-18T05:44:58.6007651Z An API is considered public, if its `__module__` starts with `torch.` ... /opt/conda/lib/python3.9/site-packages/torch/distributed/distributed_c10d.py:181: UserWarning: torch.distributed.reduce_op is deprecated, please use torch.distributed.ReduceOp instead 2022-05-18T05:44:58.6008290Z warnings.warn( 2022-05-18T05:44:59.8207263Z ok (2.870s) 2022-05-18T05:44:59.8246077Z test_no_new_bindings (__main__.TestPublicBindings) 2022-05-18T05:44:59.8252754Z This test aims to stop the introduction of new JIT bindings into torch._C ... ok (0.004s) 2022-05-18T05:44:59.8253531Z 2022-05-18T05:44:59.8253957Z ---------------------------------------------------------------------- 2022-05-18T05:44:59.8254507Z Ran 2 tests in 2.875s 2022-05-18T05:44:59.8254724Z 2022-05-18T05:44:59.8254822Z OK 2022-05-18T05:44:59.8254960Z 2022-05-18T05:44:59.8255071Z Generating XML reports... 2022-05-18T05:44:59.8262129Z Generated XML report: test-reports/python-unittest/test_public_bindings/TEST-TestPublicBindings-20220518054456.xml 2022-05-18T05:45:00.1797244Z Running test_model_dump ... [2022-05-18 05:45:00.179133] 2022-05-18T05:45:00.1797927Z Executing ['/opt/conda/bin/python', 'test_model_dump.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:45:00.179236] 2022-05-18T05:45:01.0568075Z Test results will be stored in test-reports/python-unittest/test_model_dump 2022-05-18T05:45:01.0584948Z 2022-05-18T05:45:01.0585204Z Running tests... 2022-05-18T05:45:01.0585637Z ---------------------------------------------------------------------- 2022-05-18T05:45:02.6393730Z test_inline_skeleton (__main__.TestModelDump) ... ok (1.581s) 2022-05-18T05:45:02.6674016Z test_invalid_json (__main__.TestModelDump) ... ok (0.028s) 2022-05-18T05:45:02.6892581Z test_main (__main__.TestModelDump) ... ok (0.022s) 2022-05-18T05:45:02.6912957Z test_memory_computation (__main__.TestModelDump) ... skip: Webdriver not requested (0.002s) 2022-05-18T05:45:02.6973133Z test_model_with_lists (__main__.TestModelDump) ... ok (0.006s) 2022-05-18T05:45:03.1290429Z test_optimized_quantized_model (__main__.TestModelDump) ... ok (0.432s) 2022-05-18T05:45:03.4433797Z test_quantized_model (__main__.TestModelDump) ... ok (0.314s) 2022-05-18T05:45:03.4594331Z test_scripted_model (__main__.TestModelDump) ... ok (0.016s) 2022-05-18T05:45:03.4860168Z test_traced_model (__main__.TestModelDump) ... ok (0.026s) 2022-05-18T05:45:03.4861206Z 2022-05-18T05:45:03.4861605Z ---------------------------------------------------------------------- 2022-05-18T05:45:03.4862189Z Ran 9 tests in 2.428s 2022-05-18T05:45:03.4862364Z 2022-05-18T05:45:03.4862482Z OK (skipped=1) 2022-05-18T05:45:03.4862642Z 2022-05-18T05:45:03.4862772Z Generating XML reports... 2022-05-18T05:45:03.4902773Z Generated XML report: test-reports/python-unittest/test_model_dump/TEST-TestModelDump-20220518054501.xml 2022-05-18T05:45:03.7285425Z Running test_futures ... [2022-05-18 05:45:03.727987] 2022-05-18T05:45:03.7286107Z Executing ['/opt/conda/bin/python', 'test_futures.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:45:03.728090] 2022-05-18T05:45:04.5784626Z Test results will be stored in test-reports/python-unittest/test_futures 2022-05-18T05:45:04.5801693Z 2022-05-18T05:45:04.5802103Z Running tests... 2022-05-18T05:45:04.5802632Z ---------------------------------------------------------------------- 2022-05-18T05:45:06.1540814Z test_add_done_callback_error_is_ignored (__main__.TestFuture) ... [E pybind_utils.h:201] Got the following error when running the callback: ValueError: Expected error 2022-05-18T05:45:06.1541458Z 2022-05-18T05:45:06.1541565Z At: 2022-05-18T05:45:06.1541874Z /var/lib/jenkins/workspace/test/test_futures.py(236): raise_value_error 2022-05-18T05:45:06.1542508Z /opt/conda/lib/python3.9/site-packages/torch/futures/__init__.py(237): set_result 2022-05-18T05:45:06.1542962Z /var/lib/jenkins/workspace/test/test_futures.py(229): _test_add_done_callback_error_ignored 2022-05-18T05:45:06.1543424Z /var/lib/jenkins/workspace/test/test_futures.py(238): test_add_done_callback_error_is_ignored 2022-05-18T05:45:06.1543837Z /opt/conda/lib/python3.9/unittest/case.py(550): _callTestMethod 2022-05-18T05:45:06.1544212Z /opt/conda/lib/python3.9/unittest/case.py(592): run 2022-05-18T05:45:06.1544755Z /opt/conda/lib/python3.9/site-packages/torch/testing/_internal/common_utils.py(1829): _run_with_retry 2022-05-18T05:45:06.1545720Z /opt/conda/lib/python3.9/site-packages/torch/testing/_internal/common_utils.py(1876): run 2022-05-18T05:45:06.1546152Z /opt/conda/lib/python3.9/unittest/case.py(651): __call__ 2022-05-18T05:45:06.1546511Z /opt/conda/lib/python3.9/unittest/suite.py(122): run 2022-05-18T05:45:06.1546875Z /opt/conda/lib/python3.9/unittest/suite.py(84): __call__ 2022-05-18T05:45:06.1547217Z /opt/conda/lib/python3.9/unittest/suite.py(122): run 2022-05-18T05:45:06.1547573Z /opt/conda/lib/python3.9/unittest/suite.py(84): __call__ 2022-05-18T05:45:06.1548039Z /opt/conda/lib/python3.9/site-packages/xmlrunner/runner.py(67): run 2022-05-18T05:45:06.1548407Z /opt/conda/lib/python3.9/unittest/main.py(271): runTests 2022-05-18T05:45:06.1548766Z /opt/conda/lib/python3.9/unittest/main.py(101): __init__ 2022-05-18T05:45:06.1549276Z /opt/conda/lib/python3.9/site-packages/torch/testing/_internal/common_utils.py(680): run_tests 2022-05-18T05:45:06.1549691Z /var/lib/jenkins/workspace/test/test_futures.py(331): 2022-05-18T05:45:06.1549925Z 2022-05-18T05:45:06.1550030Z ok (1.574s) 2022-05-18T05:45:06.1569027Z test_add_done_callback_maintains_callback_order (__main__.TestFuture) ... ok (0.002s) 2022-05-18T05:45:06.1575225Z test_add_done_callback_no_arg_error_is_ignored (__main__.TestFuture) ... [E pybind_utils.h:201] Got the following error when running the callback: TypeError: no_arg() takes 0 positional arguments but 1 was given 2022-05-18T05:45:06.1576352Z ok (0.001s) 2022-05-18T05:45:06.1589586Z test_add_done_callback_simple (__main__.TestFuture) ... ok (0.001s) 2022-05-18T05:45:06.1645690Z test_chained_then (__main__.TestFuture) ... ok (0.005s) 2022-05-18T05:45:06.2664657Z test_collect_all (__main__.TestFuture) ... ok (0.102s) 2022-05-18T05:45:06.2672085Z test_done (__main__.TestFuture) ... ok (0.001s) 2022-05-18T05:45:06.2685290Z test_done_exception (__main__.TestFuture) ... ok (0.001s) 2022-05-18T05:45:06.2704501Z test_interleaving_then_and_add_done_callback_maintains_callback_order (__main__.TestFuture) ... ok (0.002s) 2022-05-18T05:45:06.2714981Z test_interleaving_then_and_add_done_callback_propagates_error (__main__.TestFuture) ... [E pybind_utils.h:201] Got the following error when running the callback: ValueError: Expected error 2022-05-18T05:45:06.2715425Z 2022-05-18T05:45:06.2715589Z At: 2022-05-18T05:45:06.2716090Z /var/lib/jenkins/workspace/test/test_futures.py(280): raise_value_error 2022-05-18T05:45:06.2716647Z /opt/conda/lib/python3.9/site-packages/torch/futures/__init__.py(237): set_result 2022-05-18T05:45:06.2717378Z /var/lib/jenkins/workspace/test/test_futures.py(285): test_interleaving_then_and_add_done_callback_propagates_error 2022-05-18T05:45:06.2717826Z /opt/conda/lib/python3.9/unittest/case.py(550): _callTestMethod 2022-05-18T05:45:06.2718202Z /opt/conda/lib/python3.9/unittest/case.py(592): run 2022-05-18T05:45:06.2718988Z /opt/conda/lib/python3.9/site-packages/torch/testing/_internal/common_utils.py(1829): _run_with_retry 2022-05-18T05:45:06.2719749Z /opt/conda/lib/python3.9/site-packages/torch/testing/_internal/common_utils.py(1876): run 2022-05-18T05:45:06.2720351Z /opt/conda/lib/python3.9/unittest/case.py(651): __call__ 2022-05-18T05:45:06.2720710Z /opt/conda/lib/python3.9/unittest/suite.py(122): run 2022-05-18T05:45:06.2721180Z /opt/conda/lib/python3.9/unittest/suite.py(84): __call__ 2022-05-18T05:45:06.2721654Z /opt/conda/lib/python3.9/unittest/suite.py(122): run 2022-05-18T05:45:06.2722012Z /opt/conda/lib/python3.9/unittest/suite.py(84): __call__ 2022-05-18T05:45:06.2722656Z /opt/conda/lib/python3.9/site-packages/xmlrunner/runner.py(67): run 2022-05-18T05:45:06.2723127Z /opt/conda/lib/python3.9/unittest/main.py(271): runTests 2022-05-18T05:45:06.2723490Z /opt/conda/lib/python3.9/unittest/main.py(101): __init__ 2022-05-18T05:45:06.2724263Z /opt/conda/lib/python3.9/site-packages/torch/testing/_internal/common_utils.py(680): run_tests 2022-05-18T05:45:06.2724704Z /var/lib/jenkins/workspace/test/test_futures.py(331): 2022-05-18T05:45:06.2725061Z 2022-05-18T05:45:06.2725210Z ok (0.001s) 2022-05-18T05:45:06.2743354Z test_mark_future_twice (__main__.TestFuture) ... ok (0.002s) 2022-05-18T05:45:06.2769522Z test_pickle_future (__main__.TestFuture) ... ok (0.003s) 2022-05-18T05:45:06.2786321Z test_set_exception (__main__.TestFuture) ... ok (0.002s) 2022-05-18T05:45:06.2807246Z test_set_exception_multithreading (__main__.TestFuture) ... ok (0.002s) 2022-05-18T05:45:06.2821608Z test_then (__main__.TestFuture) ... ok (0.001s) 2022-05-18T05:45:06.2830836Z test_then_no_arg (__main__.TestFuture) ... ok (0.001s) 2022-05-18T05:45:06.2839064Z test_then_raise (__main__.TestFuture) ... ok (0.001s) 2022-05-18T05:45:06.2848761Z test_then_wrong_arg (__main__.TestFuture) ... ok (0.001s) 2022-05-18T05:45:06.2858343Z test_wait (__main__.TestFuture) ... ok (0.001s) 2022-05-18T05:45:06.2869542Z test_wait_all (__main__.TestFuture) ... [1, 2] 2022-05-18T05:45:06.2873237Z ok (0.001s) 2022-05-18T05:45:06.7894266Z test_wait_multi_thread (__main__.TestFuture) ... ok (0.502s) 2022-05-18T05:45:06.7894700Z 2022-05-18T05:45:06.7895071Z ---------------------------------------------------------------------- 2022-05-18T05:45:06.7895656Z Ran 21 tests in 2.209s 2022-05-18T05:45:06.7895956Z 2022-05-18T05:45:06.7896063Z OK 2022-05-18T05:45:06.7896206Z 2022-05-18T05:45:06.7896336Z Generating XML reports... 2022-05-18T05:45:06.7947900Z Generated XML report: test-reports/python-unittest/test_futures/TEST-TestFuture-20220518054504.xml 2022-05-18T05:45:07.0329789Z Running test_monitor ... [2022-05-18 05:45:07.032475] 2022-05-18T05:45:07.0330482Z Executing ['/opt/conda/bin/python', 'test_monitor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:45:07.032576] 2022-05-18T05:45:07.9115702Z Test results will be stored in test-reports/python-unittest/test_monitor 2022-05-18T05:45:07.9131824Z 2022-05-18T05:45:07.9132270Z Running tests... 2022-05-18T05:45:07.9132825Z ---------------------------------------------------------------------- 2022-05-18T05:45:09.4854447Z test_event_handler (__main__.TestMonitor) ... ok (1.572s) 2022-05-18T05:45:09.4871865Z test_fixed_count_stat (__main__.TestMonitor) ... ok (0.002s) 2022-05-18T05:45:09.4897686Z test_interval_stat (__main__.TestMonitor) ... ok (0.002s) 2022-05-18T05:45:09.4910285Z test_log_event (__main__.TestMonitor) ... ok (0.001s) 2022-05-18T05:45:09.6824905Z test_event_handler (__main__.TestMonitorTensorboard) ... ok (0.191s) 2022-05-18T05:45:09.6825430Z 2022-05-18T05:45:09.6826095Z ---------------------------------------------------------------------- 2022-05-18T05:45:09.6826727Z Ran 5 tests in 1.769s 2022-05-18T05:45:09.6827043Z 2022-05-18T05:45:09.6827207Z OK 2022-05-18T05:45:09.6827456Z 2022-05-18T05:45:09.6827694Z Generating XML reports... 2022-05-18T05:45:09.6836275Z Generated XML report: test-reports/python-unittest/test_monitor/TEST-TestMonitor-20220518054507.xml 2022-05-18T05:45:09.6840924Z Generated XML report: test-reports/python-unittest/test_monitor/TEST-TestMonitorTensorboard-20220518054507.xml 2022-05-18T05:45:09.9528746Z Running test_shape_ops ... [2022-05-18 05:45:09.952353] 2022-05-18T05:45:09.9529418Z Executing ['/opt/conda/bin/python', 'test_shape_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:45:09.952457] 2022-05-18T05:45:12.3952288Z Test results will be stored in test-reports/python-unittest/test_shape_ops 2022-05-18T05:45:12.3985661Z 2022-05-18T05:45:12.3986149Z Running tests... 2022-05-18T05:45:12.3986642Z ---------------------------------------------------------------------- 2022-05-18T05:45:12.4069022Z test_clamp_cuda_float32 (__main__.TestShapeOpsCUDA) ... ok (0.008s) 2022-05-18T05:45:12.4113342Z test_clamp_cuda_int64 (__main__.TestShapeOpsCUDA) ... ok (0.004s) 2022-05-18T05:45:12.4162980Z test_clamp_propagates_nans_cuda (__main__.TestShapeOpsCUDA) ... ok (0.005s) 2022-05-18T05:45:12.4318566Z test_clamp_raises_arg_errors_cuda (__main__.TestShapeOpsCUDA) ... ok (0.015s) 2022-05-18T05:45:12.4367917Z test_complex_rot90_cuda_complex128 (__main__.TestShapeOpsCUDA) ... ok (0.005s) 2022-05-18T05:45:12.4409668Z test_complex_rot90_cuda_complex64 (__main__.TestShapeOpsCUDA) ... ok (0.004s) 2022-05-18T05:45:12.4434041Z test_diag_cuda_bool (__main__.TestShapeOpsCUDA) ... ok (0.002s) 2022-05-18T05:45:12.4458172Z test_diag_cuda_float32 (__main__.TestShapeOpsCUDA) ... ok (0.002s) 2022-05-18T05:45:12.4488921Z test_diagonal_cuda (__main__.TestShapeOpsCUDA) ... ok (0.003s) 2022-05-18T05:45:12.4509476Z test_diagonal_multidim_cuda_float32 (__main__.TestShapeOpsCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:45:12.4911086Z test_flip_cuda_bfloat16 (__main__.TestShapeOpsCUDA) ... ok (0.040s) 2022-05-18T05:45:12.5162741Z test_flip_cuda_bool (__main__.TestShapeOpsCUDA) ... ok (0.025s) 2022-05-18T05:45:12.5609875Z test_flip_cuda_complex128 (__main__.TestShapeOpsCUDA) ... ok (0.045s) 2022-05-18T05:45:12.6060149Z test_flip_cuda_complex64 (__main__.TestShapeOpsCUDA) ... ok (0.045s) 2022-05-18T05:45:12.6463573Z test_flip_cuda_float16 (__main__.TestShapeOpsCUDA) ... ok (0.040s) 2022-05-18T05:45:12.7887801Z test_flip_cuda_float32 (__main__.TestShapeOpsCUDA) ... ok (0.142s) 2022-05-18T05:45:12.8262737Z test_flip_cuda_float64 (__main__.TestShapeOpsCUDA) ... ok (0.037s) 2022-05-18T05:45:12.8509061Z test_flip_cuda_int16 (__main__.TestShapeOpsCUDA) ... ok (0.025s) 2022-05-18T05:45:12.8757712Z test_flip_cuda_int32 (__main__.TestShapeOpsCUDA) ... ok (0.025s) 2022-05-18T05:45:12.8979268Z test_flip_cuda_int64 (__main__.TestShapeOpsCUDA) ... ok (0.022s) 2022-05-18T05:45:12.9226812Z test_flip_cuda_int8 (__main__.TestShapeOpsCUDA) ... ok (0.025s) 2022-05-18T05:45:12.9470784Z test_flip_cuda_uint8 (__main__.TestShapeOpsCUDA) ... ok (0.024s) 2022-05-18T05:45:12.9632633Z test_flip_errors_cuda_bfloat16 (__main__.TestShapeOpsCUDA) ... ok (0.016s) 2022-05-18T05:45:12.9784669Z test_flip_errors_cuda_bool (__main__.TestShapeOpsCUDA) ... ok (0.015s) 2022-05-18T05:45:12.9938098Z test_flip_errors_cuda_complex128 (__main__.TestShapeOpsCUDA) ... ok (0.015s) 2022-05-18T05:45:13.0091869Z test_flip_errors_cuda_complex64 (__main__.TestShapeOpsCUDA) ... ok (0.015s) 2022-05-18T05:45:13.0244925Z test_flip_errors_cuda_float16 (__main__.TestShapeOpsCUDA) ... ok (0.015s) 2022-05-18T05:45:13.0397505Z test_flip_errors_cuda_float32 (__main__.TestShapeOpsCUDA) ... ok (0.015s) 2022-05-18T05:45:13.0550313Z test_flip_errors_cuda_float64 (__main__.TestShapeOpsCUDA) ... ok (0.015s) 2022-05-18T05:45:13.0702170Z test_flip_errors_cuda_int16 (__main__.TestShapeOpsCUDA) ... ok (0.015s) 2022-05-18T05:45:13.0857504Z test_flip_errors_cuda_int32 (__main__.TestShapeOpsCUDA) ... ok (0.015s) 2022-05-18T05:45:13.1009370Z test_flip_errors_cuda_int64 (__main__.TestShapeOpsCUDA) ... ok (0.015s) 2022-05-18T05:45:13.1160190Z test_flip_errors_cuda_int8 (__main__.TestShapeOpsCUDA) ... ok (0.015s) 2022-05-18T05:45:13.1311434Z test_flip_errors_cuda_uint8 (__main__.TestShapeOpsCUDA) ... ok (0.015s) 2022-05-18T05:45:13.1710666Z test_flip_large_tensor_cuda (__main__.TestShapeOpsCUDA) ... skip: Insufficient cuda:0 memory (0.040s) 2022-05-18T05:45:13.1843450Z test_flip_numpy_cuda_bfloat16 (__main__.TestShapeOpsCUDA) ... ok (0.013s) 2022-05-18T05:45:13.1941682Z test_flip_numpy_cuda_bool (__main__.TestShapeOpsCUDA) ... ok (0.010s) 2022-05-18T05:45:13.2085108Z test_flip_numpy_cuda_complex128 (__main__.TestShapeOpsCUDA) ... ok (0.014s) 2022-05-18T05:45:13.2229996Z test_flip_numpy_cuda_complex64 (__main__.TestShapeOpsCUDA) ... ok (0.014s) 2022-05-18T05:45:13.2356423Z test_flip_numpy_cuda_float16 (__main__.TestShapeOpsCUDA) ... ok (0.013s) 2022-05-18T05:45:13.2481142Z test_flip_numpy_cuda_float32 (__main__.TestShapeOpsCUDA) ... ok (0.012s) 2022-05-18T05:45:13.2603655Z test_flip_numpy_cuda_float64 (__main__.TestShapeOpsCUDA) ... ok (0.012s) 2022-05-18T05:45:13.2699465Z test_flip_numpy_cuda_int16 (__main__.TestShapeOpsCUDA) ... ok (0.009s) 2022-05-18T05:45:13.2796309Z test_flip_numpy_cuda_int32 (__main__.TestShapeOpsCUDA) ... ok (0.010s) 2022-05-18T05:45:13.2893248Z test_flip_numpy_cuda_int64 (__main__.TestShapeOpsCUDA) ... ok (0.010s) 2022-05-18T05:45:13.2988023Z test_flip_numpy_cuda_int8 (__main__.TestShapeOpsCUDA) ... ok (0.009s) 2022-05-18T05:45:13.3082721Z test_flip_numpy_cuda_uint8 (__main__.TestShapeOpsCUDA) ... ok (0.009s) 2022-05-18T05:45:13.3113708Z test_fliplr_cuda_complex128 (__main__.TestShapeOpsCUDA) ... ok (0.003s) 2022-05-18T05:45:13.3143373Z test_fliplr_cuda_float64 (__main__.TestShapeOpsCUDA) ... ok (0.003s) 2022-05-18T05:45:13.3170272Z test_fliplr_cuda_int64 (__main__.TestShapeOpsCUDA) ... ok (0.003s) 2022-05-18T05:45:13.3241404Z test_fliplr_invalid_cuda_complex128 (__main__.TestShapeOpsCUDA) ... ok (0.007s) 2022-05-18T05:45:13.3312040Z test_fliplr_invalid_cuda_float64 (__main__.TestShapeOpsCUDA) ... ok (0.007s) 2022-05-18T05:45:13.3379665Z test_fliplr_invalid_cuda_int64 (__main__.TestShapeOpsCUDA) ... ok (0.007s) 2022-05-18T05:45:13.3415112Z test_flipud_cuda_complex128 (__main__.TestShapeOpsCUDA) ... ok (0.003s) 2022-05-18T05:45:13.3448971Z test_flipud_cuda_float64 (__main__.TestShapeOpsCUDA) ... ok (0.003s) 2022-05-18T05:45:13.3479322Z test_flipud_cuda_int64 (__main__.TestShapeOpsCUDA) ... ok (0.003s) 2022-05-18T05:45:13.3520772Z test_flipud_invalid_cuda_complex128 (__main__.TestShapeOpsCUDA) ... ok (0.004s) 2022-05-18T05:45:13.3560995Z test_flipud_invalid_cuda_float64 (__main__.TestShapeOpsCUDA) ... ok (0.004s) 2022-05-18T05:45:13.3601449Z test_flipud_invalid_cuda_int64 (__main__.TestShapeOpsCUDA) ... ok (0.004s) 2022-05-18T05:45:13.4554735Z test_movedim_cuda_complex128 (__main__.TestShapeOpsCUDA) ... ok (0.095s) 2022-05-18T05:45:13.5367147Z test_movedim_cuda_float32 (__main__.TestShapeOpsCUDA) ... ok (0.081s) 2022-05-18T05:45:13.5906107Z test_movedim_cuda_int64 (__main__.TestShapeOpsCUDA) ... ok (0.054s) 2022-05-18T05:45:13.6412015Z test_movedim_invalid_cuda_complex128 (__main__.TestShapeOpsCUDA) ... ok (0.050s) 2022-05-18T05:45:13.6907086Z test_movedim_invalid_cuda_float32 (__main__.TestShapeOpsCUDA) ... ok (0.049s) 2022-05-18T05:45:13.7405723Z test_movedim_invalid_cuda_int64 (__main__.TestShapeOpsCUDA) ... ok (0.050s) 2022-05-18T05:45:13.8209308Z test_nonzero_astuple_out_cuda (__main__.TestShapeOpsCUDA) ... ok (0.080s) 2022-05-18T05:45:13.8779260Z test_nonzero_cuda_bfloat16 (__main__.TestShapeOpsCUDA) ... ok (0.057s) 2022-05-18T05:45:13.9323196Z test_nonzero_cuda_bool (__main__.TestShapeOpsCUDA) ... ok (0.054s) 2022-05-18T05:45:13.9865888Z test_nonzero_cuda_float16 (__main__.TestShapeOpsCUDA) ... ok (0.054s) 2022-05-18T05:45:14.0424358Z test_nonzero_cuda_float32 (__main__.TestShapeOpsCUDA) ... ok (0.056s) 2022-05-18T05:45:14.1003023Z test_nonzero_cuda_float64 (__main__.TestShapeOpsCUDA) ... ok (0.058s) 2022-05-18T05:45:14.1556031Z test_nonzero_cuda_int16 (__main__.TestShapeOpsCUDA) ... ok (0.055s) 2022-05-18T05:45:14.2134961Z test_nonzero_cuda_int32 (__main__.TestShapeOpsCUDA) ... ok (0.058s) 2022-05-18T05:45:14.2700567Z test_nonzero_cuda_int64 (__main__.TestShapeOpsCUDA) ... ok (0.056s) 2022-05-18T05:45:14.3274135Z test_nonzero_cuda_int8 (__main__.TestShapeOpsCUDA) ... ok (0.057s) 2022-05-18T05:45:14.3832970Z test_nonzero_cuda_uint8 (__main__.TestShapeOpsCUDA) ... ok (0.056s) 2022-05-18T05:45:14.3867347Z test_nonzero_discontiguous_cuda (__main__.TestShapeOpsCUDA) ... ok (0.003s) 2022-05-18T05:45:14.3883644Z test_nonzero_no_warning_cuda (__main__.TestShapeOpsCUDA) ... ok (0.002s) 2022-05-18T05:45:14.3896075Z test_nonzero_non_diff_cuda (__main__.TestShapeOpsCUDA) ... ok (0.001s) 2022-05-18T05:45:14.4203359Z test_rot90_cuda (__main__.TestShapeOpsCUDA) ... ok (0.031s) 2022-05-18T05:45:14.4222943Z test_tolist_cuda (__main__.TestShapeOpsCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:45:14.4277575Z test_trace_cuda_float16 (__main__.TestShapeOpsCUDA) ... ok (0.005s) 2022-05-18T05:45:14.4335985Z test_trace_cuda_float32 (__main__.TestShapeOpsCUDA) ... ok (0.006s) 2022-05-18T05:45:14.4389257Z test_trace_cuda_float64 (__main__.TestShapeOpsCUDA) ... ok (0.005s) 2022-05-18T05:45:14.4430779Z test_trace_cuda_int16 (__main__.TestShapeOpsCUDA) ... ok (0.004s) 2022-05-18T05:45:14.4472144Z test_trace_cuda_int32 (__main__.TestShapeOpsCUDA) ... ok (0.004s) 2022-05-18T05:45:14.4513377Z test_trace_cuda_int64 (__main__.TestShapeOpsCUDA) ... ok (0.004s) 2022-05-18T05:45:14.4554478Z test_trace_cuda_int8 (__main__.TestShapeOpsCUDA) ... ok (0.004s) 2022-05-18T05:45:14.4596128Z test_trace_cuda_uint8 (__main__.TestShapeOpsCUDA) ... ok (0.004s) 2022-05-18T05:45:14.4611338Z test_unbind_cuda (__main__.TestShapeOpsCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:45:14.4611822Z 2022-05-18T05:45:14.4612332Z ---------------------------------------------------------------------- 2022-05-18T05:45:14.4612888Z Ran 90 tests in 2.063s 2022-05-18T05:45:14.4613067Z 2022-05-18T05:45:14.4613182Z OK (skipped=4) 2022-05-18T05:45:14.4613342Z 2022-05-18T05:45:14.4613451Z Generating XML reports... 2022-05-18T05:45:14.4729507Z Generated XML report: test-reports/python-unittest/test_shape_ops/TEST-TestShapeOpsCUDA-20220518054512.xml 2022-05-18T05:45:14.7104547Z Running test_subclass ... [2022-05-18 05:45:14.709921] 2022-05-18T05:45:14.7105317Z Executing ['/opt/conda/bin/python', 'test_subclass.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:45:14.710024] 2022-05-18T05:45:15.5819705Z Test results will be stored in test-reports/python-unittest/test_subclass 2022-05-18T05:45:15.5838896Z 2022-05-18T05:45:15.5839041Z Running tests... 2022-05-18T05:45:15.5839494Z ---------------------------------------------------------------------- 2022-05-18T05:45:17.2854763Z test_deepcopy_base_tensor_as_param_False (__main__.TestSubclass) ... ok (1.701s) 2022-05-18T05:45:17.2871699Z test_deepcopy_base_tensor_as_param_True (__main__.TestSubclass) ... ok (0.002s) 2022-05-18T05:45:17.2918426Z test_deepcopy_diag_tensor_below_as_param_False (__main__.TestSubclass) ... ok (0.005s) 2022-05-18T05:45:17.2955343Z test_deepcopy_diag_tensor_below_as_param_True (__main__.TestSubclass) ... ok (0.004s) 2022-05-18T05:45:17.2990483Z test_deepcopy_logging_tensor_as_param_False (__main__.TestSubclass) ... ok (0.003s) 2022-05-18T05:45:17.3023924Z test_deepcopy_logging_tensor_as_param_True (__main__.TestSubclass) ... ok (0.003s) 2022-05-18T05:45:17.3043899Z test_deepcopy_non_wrapper_tensor_as_param_False (__main__.TestSubclass) ... ok (0.002s) 2022-05-18T05:45:17.3063874Z test_deepcopy_non_wrapper_tensor_as_param_True (__main__.TestSubclass) ... ok (0.002s) 2022-05-18T05:45:17.3114085Z test_deepcopy_sparse_tensor_as_param_False (__main__.TestSubclass) ... ok (0.005s) 2022-05-18T05:45:17.3165592Z test_deepcopy_sparse_tensor_as_param_True (__main__.TestSubclass) ... ok (0.005s) 2022-05-18T05:45:17.3181569Z test_lazy_module_base_tensor (__main__.TestSubclass) ... expected failure (0.002s) 2022-05-18T05:45:17.3199930Z test_lazy_module_diag_tensor_below (__main__.TestSubclass) ... /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:45:17.3200739Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-05-18T05:45:17.3212285Z expected failure (0.003s) 2022-05-18T05:45:17.3235040Z test_lazy_module_logging_tensor (__main__.TestSubclass) ... expected failure (0.002s) 2022-05-18T05:45:17.3257348Z test_lazy_module_non_wrapper_tensor (__main__.TestSubclass) ... expected failure (0.002s) 2022-05-18T05:45:17.3281697Z test_lazy_module_sparse_tensor (__main__.TestSubclass) ... expected failure (0.002s) 2022-05-18T05:45:17.3318451Z test_module_optimization_base_tensor (__main__.TestSubclass) ... ok (0.004s) 2022-05-18T05:45:17.3409397Z test_module_optimization_diag_tensor_below (__main__.TestSubclass) ... ok (0.009s) 2022-05-18T05:45:17.3478856Z test_module_optimization_logging_tensor (__main__.TestSubclass) ... ok (0.007s) 2022-05-18T05:45:17.3522273Z test_module_optimization_non_wrapper_tensor (__main__.TestSubclass) ... ok (0.004s) 2022-05-18T05:45:17.3641693Z test_module_optimization_sparse_tensor (__main__.TestSubclass) ... ok (0.012s) 2022-05-18T05:45:17.3653802Z test_param_invariants_base_tensor_tensor_requires_grad_False (__main__.TestSubclass) ... ok (0.001s) 2022-05-18T05:45:17.3665485Z test_param_invariants_base_tensor_tensor_requires_grad_True (__main__.TestSubclass) ... ok (0.001s) 2022-05-18T05:45:17.3679451Z test_param_invariants_diag_tensor_below_tensor_requires_grad_False (__main__.TestSubclass) ... ok (0.001s) 2022-05-18T05:45:17.3693277Z test_param_invariants_diag_tensor_below_tensor_requires_grad_True (__main__.TestSubclass) ... ok (0.001s) 2022-05-18T05:45:17.3706510Z test_param_invariants_logging_tensor_tensor_requires_grad_False (__main__.TestSubclass) ... ok (0.001s) 2022-05-18T05:45:17.3719459Z test_param_invariants_logging_tensor_tensor_requires_grad_True (__main__.TestSubclass) ... ok (0.001s) 2022-05-18T05:45:17.3731368Z test_param_invariants_non_wrapper_tensor_tensor_requires_grad_False (__main__.TestSubclass) ... ok (0.001s) 2022-05-18T05:45:17.3743504Z test_param_invariants_non_wrapper_tensor_tensor_requires_grad_True (__main__.TestSubclass) ... ok (0.001s) 2022-05-18T05:45:17.3758750Z test_param_invariants_sparse_tensor_tensor_requires_grad_False (__main__.TestSubclass) ... ok (0.001s) 2022-05-18T05:45:17.3774028Z test_param_invariants_sparse_tensor_tensor_requires_grad_True (__main__.TestSubclass) ... ok (0.001s) 2022-05-18T05:45:17.3795986Z test_parametrization_base_tensor_leave_parametrized_False (__main__.TestSubclass) ... ok (0.002s) 2022-05-18T05:45:17.3817451Z test_parametrization_base_tensor_leave_parametrized_True (__main__.TestSubclass) ... ok (0.002s) 2022-05-18T05:45:17.3832998Z test_parametrization_diag_tensor_below_leave_parametrized_False (__main__.TestSubclass) ... ok (0.001s) 2022-05-18T05:45:17.3847852Z test_parametrization_diag_tensor_below_leave_parametrized_True (__main__.TestSubclass) ... ok (0.001s) 2022-05-18T05:45:17.3862960Z test_parametrization_logging_tensor_leave_parametrized_False (__main__.TestSubclass) ... ok (0.001s) 2022-05-18T05:45:17.3877977Z test_parametrization_logging_tensor_leave_parametrized_True (__main__.TestSubclass) ... ok (0.001s) 2022-05-18T05:45:17.3901345Z test_parametrization_non_wrapper_tensor_leave_parametrized_False (__main__.TestSubclass) ... ok (0.002s) 2022-05-18T05:45:17.3925787Z test_parametrization_non_wrapper_tensor_leave_parametrized_True (__main__.TestSubclass) ... ok (0.002s) 2022-05-18T05:45:17.3975925Z test_parametrization_sparse_tensor_leave_parametrized_False (__main__.TestSubclass) ... ok (0.005s) 2022-05-18T05:45:17.4032143Z test_parametrization_sparse_tensor_leave_parametrized_True (__main__.TestSubclass) ... ok (0.006s) 2022-05-18T05:45:17.4046091Z test_repr_base_tensor_as_param_False (__main__.TestSubclass) ... ok (0.001s) 2022-05-18T05:45:17.4059946Z test_repr_base_tensor_as_param_True (__main__.TestSubclass) ... ok (0.001s) 2022-05-18T05:45:17.4075090Z test_repr_diag_tensor_below_as_param_False (__main__.TestSubclass) ... ok (0.001s) 2022-05-18T05:45:17.4092157Z test_repr_diag_tensor_below_as_param_True (__main__.TestSubclass) ... ok (0.002s) 2022-05-18T05:45:17.4107183Z test_repr_logging_tensor_as_param_False (__main__.TestSubclass) ... ok (0.001s) 2022-05-18T05:45:17.4123505Z test_repr_logging_tensor_as_param_True (__main__.TestSubclass) ... ok (0.002s) 2022-05-18T05:45:17.4138122Z test_repr_non_wrapper_tensor_as_param_False (__main__.TestSubclass) ... ok (0.001s) 2022-05-18T05:45:17.4153224Z test_repr_non_wrapper_tensor_as_param_True (__main__.TestSubclass) ... ok (0.001s) 2022-05-18T05:45:17.4169619Z test_repr_sparse_tensor_as_param_False (__main__.TestSubclass) ... ok (0.002s) 2022-05-18T05:45:17.4189658Z test_repr_sparse_tensor_as_param_True (__main__.TestSubclass) ... ok (0.002s) 2022-05-18T05:45:17.4212941Z test_serialization_base_tensor_as_param_False (__main__.TestSubclass) ... ok (0.002s) 2022-05-18T05:45:17.4233964Z test_serialization_base_tensor_as_param_True (__main__.TestSubclass) ... ok (0.002s) 2022-05-18T05:45:17.4273558Z test_serialization_diag_tensor_below_as_param_False (__main__.TestSubclass) ... ok (0.004s) 2022-05-18T05:45:17.4313053Z test_serialization_diag_tensor_below_as_param_True (__main__.TestSubclass) ... ok (0.004s) 2022-05-18T05:45:17.4347859Z test_serialization_logging_tensor_as_param_False (__main__.TestSubclass) ... ok (0.003s) 2022-05-18T05:45:17.4385026Z test_serialization_logging_tensor_as_param_True (__main__.TestSubclass) ... ok (0.004s) 2022-05-18T05:45:17.4407789Z test_serialization_non_wrapper_tensor_as_param_False (__main__.TestSubclass) ... ok (0.002s) 2022-05-18T05:45:17.4432187Z test_serialization_non_wrapper_tensor_as_param_True (__main__.TestSubclass) ... ok (0.002s) 2022-05-18T05:45:17.4483353Z test_serialization_sparse_tensor_as_param_False (__main__.TestSubclass) ... ok (0.005s) 2022-05-18T05:45:17.4537718Z test_serialization_sparse_tensor_as_param_True (__main__.TestSubclass) ... ok (0.005s) 2022-05-18T05:45:17.4549208Z test_type_propagation_base_tensor_as_param_False (__main__.TestSubclass) ... ok (0.001s) 2022-05-18T05:45:17.4560167Z test_type_propagation_base_tensor_as_param_True (__main__.TestSubclass) ... ok (0.001s) 2022-05-18T05:45:17.4572433Z test_type_propagation_diag_tensor_below_as_param_False (__main__.TestSubclass) ... ok (0.001s) 2022-05-18T05:45:17.4587711Z test_type_propagation_diag_tensor_below_as_param_True (__main__.TestSubclass) ... ok (0.001s) 2022-05-18T05:45:17.4599495Z test_type_propagation_logging_tensor_as_param_False (__main__.TestSubclass) ... ok (0.001s) 2022-05-18T05:45:17.4613063Z test_type_propagation_logging_tensor_as_param_True (__main__.TestSubclass) ... ok (0.001s) 2022-05-18T05:45:17.4624529Z test_type_propagation_non_wrapper_tensor_as_param_False (__main__.TestSubclass) ... ok (0.001s) 2022-05-18T05:45:17.4636152Z test_type_propagation_non_wrapper_tensor_as_param_True (__main__.TestSubclass) ... ok (0.001s) 2022-05-18T05:45:17.4649322Z test_type_propagation_sparse_tensor_as_param_False (__main__.TestSubclass) ... ok (0.001s) 2022-05-18T05:45:17.4666235Z test_type_propagation_sparse_tensor_as_param_True (__main__.TestSubclass) ... ok (0.002s) 2022-05-18T05:45:17.4666918Z 2022-05-18T05:45:17.4667438Z ---------------------------------------------------------------------- 2022-05-18T05:45:17.4667806Z Ran 70 tests in 1.883s 2022-05-18T05:45:17.4667977Z 2022-05-18T05:45:17.4668104Z OK (expected failures=5) 2022-05-18T05:45:17.4668297Z 2022-05-18T05:45:17.4668537Z Generating XML reports... 2022-05-18T05:45:17.4762127Z Generated XML report: test-reports/python-unittest/test_subclass/TEST-TestSubclass-20220518054515.xml 2022-05-18T05:45:17.7063463Z Running test_autocast ... [2022-05-18 05:45:17.705799] 2022-05-18T05:45:18.5714978Z Executing ['/opt/conda/bin/python', 'test_autocast.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:45:17.705931] 2022-05-18T05:45:18.5715860Z Test results will be stored in test-reports/python-unittest/test_autocast 2022-05-18T05:45:18.5731722Z 2022-05-18T05:45:18.5732253Z Running tests... 2022-05-18T05:45:18.5732847Z ---------------------------------------------------------------------- 2022-05-18T05:45:20.1363319Z test_autocast_methods_expect_builtin_promote (__main__.TestAutocastCPU) ... ok (1.563s) 2022-05-18T05:45:20.1431530Z test_autocast_nn_bf16 (__main__.TestAutocastCPU) ... ok (0.007s) 2022-05-18T05:45:20.1510129Z test_autocast_nn_fp32 (__main__.TestAutocastCPU) ... ok (0.008s) 2022-05-18T05:45:20.1662295Z test_autocast_torch_bf16 (__main__.TestAutocastCPU) ... ok (0.015s) 2022-05-18T05:45:20.1736408Z test_autocast_torch_expect_builtin_promote (__main__.TestAutocastCPU) ... ok (0.007s) 2022-05-18T05:45:20.2562747Z test_autocast_torch_fp32 (__main__.TestAutocastCPU) ... ok (0.082s) 2022-05-18T05:45:20.2630138Z test_autocast_torch_need_autocast_promote (__main__.TestAutocastCPU) ... ok (0.007s) 2022-05-18T05:45:20.2641832Z test_autocast_fast_dtype (__main__.TestTorchAutocast) ... ok (0.001s) 2022-05-18T05:45:20.2642614Z 2022-05-18T05:45:20.2643042Z ---------------------------------------------------------------------- 2022-05-18T05:45:20.2643649Z Ran 8 tests in 1.691s 2022-05-18T05:45:20.2643909Z 2022-05-18T05:45:20.2644006Z OK 2022-05-18T05:45:20.2644127Z 2022-05-18T05:45:20.2644259Z Generating XML reports... 2022-05-18T05:45:20.2682629Z Generated XML report: test-reports/python-unittest/test_autocast/TEST-TestAutocastCPU-20220518054518.xml 2022-05-18T05:45:20.2685815Z Generated XML report: test-reports/python-unittest/test_autocast/TEST-TestTorchAutocast-20220518054518.xml 2022-05-18T05:45:20.5021424Z Running test_native_functions ... [2022-05-18 05:45:20.501609] 2022-05-18T05:45:20.5022102Z Executing ['/opt/conda/bin/python', 'test_native_functions.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:45:20.501714] 2022-05-18T05:45:21.3690070Z Test results will be stored in test-reports/python-unittest/test_native_functions 2022-05-18T05:45:21.3706290Z 2022-05-18T05:45:21.3706802Z Running tests... 2022-05-18T05:45:21.3707296Z ---------------------------------------------------------------------- 2022-05-18T05:45:23.0238504Z test_optional_filled_intlist (__main__.TestNativeFunctions) ... ok (1.653s) 2022-05-18T05:45:23.0391153Z test_optional_floatlist (__main__.TestNativeFunctions) ... ok (0.015s) 2022-05-18T05:45:23.0510542Z test_optional_floatlist_invalid (__main__.TestNativeFunctions) ... ok (0.012s) 2022-05-18T05:45:23.0647385Z test_optional_intlist (__main__.TestNativeFunctions) ... ok (0.014s) 2022-05-18T05:45:23.0759769Z test_optional_intlist_invalid (__main__.TestNativeFunctions) ... ok (0.011s) 2022-05-18T05:45:23.0834170Z test_string_defaults (__main__.TestNativeFunctions) ... ok (0.007s) 2022-05-18T05:45:23.0834451Z 2022-05-18T05:45:23.0834971Z ---------------------------------------------------------------------- 2022-05-18T05:45:23.0835453Z Ran 6 tests in 1.713s 2022-05-18T05:45:23.0835624Z 2022-05-18T05:45:23.0835757Z OK 2022-05-18T05:45:23.0835896Z 2022-05-18T05:45:23.0836029Z Generating XML reports... 2022-05-18T05:45:23.0880378Z Generated XML report: test-reports/python-unittest/test_native_functions/TEST-TestNativeFunctions-20220518054521.xml 2022-05-18T05:45:23.3267101Z Running test_indexing ... [2022-05-18 05:45:23.326155] 2022-05-18T05:45:23.3267772Z Executing ['/opt/conda/bin/python', 'test_indexing.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:45:23.326260] 2022-05-18T05:45:25.7673965Z Test results will be stored in test-reports/python-unittest/test_indexing 2022-05-18T05:45:25.7705869Z 2022-05-18T05:45:25.7706147Z Running tests... 2022-05-18T05:45:25.7706603Z ---------------------------------------------------------------------- 2022-05-18T05:45:25.7896764Z test_boolean_assignment_value_mismatch_cuda (__main__.NumpyTestsCUDA) ... ok (0.019s) 2022-05-18T05:45:25.7928148Z test_boolean_indexing_alldims_cuda (__main__.NumpyTestsCUDA) ... ok (0.003s) 2022-05-18T05:45:25.7961031Z test_boolean_indexing_onedim_cuda (__main__.NumpyTestsCUDA) ... ok (0.003s) 2022-05-18T05:45:25.7996912Z test_boolean_indexing_twodim_cuda (__main__.NumpyTestsCUDA) ... ok (0.004s) 2022-05-18T05:45:25.8123463Z test_boolean_indexing_weirdness_cuda (__main__.NumpyTestsCUDA) ... ok (0.013s) 2022-05-18T05:45:25.8253983Z test_boolean_indexing_weirdness_tensors_cuda (__main__.NumpyTestsCUDA) ... ok (0.013s) 2022-05-18T05:45:25.8290274Z test_boolean_list_indexing_cuda (__main__.NumpyTestsCUDA) ... ok (0.004s) 2022-05-18T05:45:25.8453682Z test_boolean_shape_mismatch_cuda (__main__.NumpyTestsCUDA) ... /var/lib/jenkins/workspace/test/test_indexing.py:1425: 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:45:25.8454608Z self.assertRaisesRegex(IndexError, 'mask', lambda: arr[index]) 2022-05-18T05:45:25.8502562Z /var/lib/jenkins/workspace/test/test_indexing.py:1426: 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:45:25.8503512Z self.assertRaisesRegex(IndexError, 'mask', lambda: arr[(slice(None), index)]) 2022-05-18T05:45:25.8505737Z ok (0.021s) 2022-05-18T05:45:25.8529943Z test_broadcast_subspace_cuda (__main__.NumpyTestsCUDA) ... ok (0.002s) 2022-05-18T05:45:25.8755057Z test_broaderrors_indexing_cuda (__main__.NumpyTestsCUDA) ... ok (0.022s) 2022-05-18T05:45:25.8796223Z test_ellipsis_index_cuda (__main__.NumpyTestsCUDA) ... ok (0.004s) 2022-05-18T05:45:25.8867935Z test_empty_fancy_index_cuda (__main__.NumpyTestsCUDA) ... ok (0.007s) 2022-05-18T05:45:25.8886584Z test_empty_tuple_index_cuda (__main__.NumpyTestsCUDA) ... ok (0.002s) 2022-05-18T05:45:25.8902819Z test_everything_returns_views_cuda (__main__.NumpyTestsCUDA) ... ok (0.002s) 2022-05-18T05:45:25.8923695Z test_index_is_larger_cuda (__main__.NumpyTestsCUDA) ... ok (0.002s) 2022-05-18T05:45:25.8964248Z test_index_no_floats_cuda (__main__.NumpyTestsCUDA) ... ok (0.004s) 2022-05-18T05:45:25.8981193Z test_none_index_cuda (__main__.NumpyTestsCUDA) ... ok (0.002s) 2022-05-18T05:45:25.9010670Z test_single_bool_index_cuda (__main__.NumpyTestsCUDA) ... ok (0.003s) 2022-05-18T05:45:25.9048973Z test_single_int_index_cuda (__main__.NumpyTestsCUDA) ... ok (0.004s) 2022-05-18T05:45:25.9067596Z test_trivial_fancy_out_of_bounds_cuda (__main__.NumpyTestsCUDA) ... skip: CUDA asserts instead of raising an exception (0.002s) 2022-05-18T05:45:25.9088872Z test_advancedindex_big_cuda (__main__.TestIndexingCUDA) ... ok (0.002s) 2022-05-18T05:45:25.9522017Z test_advancedindex_cuda_float16 (__main__.TestIndexingCUDA) ... ok (0.043s) 2022-05-18T05:45:26.4598433Z test_advancedindex_cuda_float64 (__main__.TestIndexingCUDA) ... ok (0.507s) 2022-05-18T05:45:26.4636308Z test_basic_advanced_combined_cuda (__main__.TestIndexingCUDA) ... ok (0.004s) 2022-05-18T05:45:26.4659782Z test_bool_indices_accumulate_cuda (__main__.TestIndexingCUDA) ... ok (0.002s) 2022-05-18T05:45:26.4706652Z test_bool_indices_cuda (__main__.TestIndexingCUDA) ... ok (0.005s) 2022-05-18T05:45:26.4727201Z test_byte_mask2d_cuda (__main__.TestIndexingCUDA) ... ok (0.002s) 2022-05-18T05:45:26.4754171Z test_byte_mask_accumulate_cuda (__main__.TestIndexingCUDA) ... ok (0.003s) 2022-05-18T05:45:26.4790127Z test_byte_mask_cuda (__main__.TestIndexingCUDA) ... ok (0.003s) 2022-05-18T05:45:26.4830624Z test_byte_tensor_assignment_cuda (__main__.TestIndexingCUDA) ... ok (0.004s) 2022-05-18T05:45:26.4860689Z test_cpu_indices_cuda (__main__.TestIndexingCUDA) ... ok (0.003s) 2022-05-18T05:45:26.4886177Z test_ellipsis_tensor_cuda (__main__.TestIndexingCUDA) ... ok (0.002s) 2022-05-18T05:45:26.4910576Z test_empty_index_cuda (__main__.TestIndexingCUDA) ... ok (0.002s) 2022-05-18T05:45:26.4925328Z test_empty_ndim_index_bool_cuda (__main__.TestIndexingCUDA) ... ok (0.001s) 2022-05-18T05:45:26.5008610Z test_empty_ndim_index_cuda (__main__.TestIndexingCUDA) ... ok (0.008s) 2022-05-18T05:45:26.5027878Z test_empty_slice_cuda (__main__.TestIndexingCUDA) ... ok (0.002s) 2022-05-18T05:45:26.5196931Z test_gather_take_along_dim_cross_device_cuda_float32 (__main__.TestIndexingCUDA) ... ok (0.017s) 2022-05-18T05:45:26.5260982Z test_getitem_scalars_cuda (__main__.TestIndexingCUDA) ... ok (0.006s) 2022-05-18T05:45:26.5754925Z test_index_cuda (__main__.TestIndexingCUDA) ... ok (0.049s) 2022-05-18T05:45:26.5796500Z test_index_getitem_copy_bools_slices_cuda (__main__.TestIndexingCUDA) ... ok (0.004s) 2022-05-18T05:45:27.1499430Z test_index_put_accumulate_duplicate_indices_cuda (__main__.TestIndexingCUDA) ... ok (0.570s) 2022-05-18T05:45:27.1563551Z test_index_put_accumulate_expanded_values_cuda (__main__.TestIndexingCUDA) ... ok (0.006s) 2022-05-18T05:45:27.2400572Z test_index_put_accumulate_large_tensor_cuda (__main__.TestIndexingCUDA) ... ok (0.084s) 2022-05-18T05:45:27.2429323Z test_index_put_accumulate_non_contiguous_cuda (__main__.TestIndexingCUDA) ... ok (0.003s) 2022-05-18T05:45:27.3151243Z test_index_put_accumulate_with_optional_tensors_cuda (__main__.TestIndexingCUDA) ... ok (0.072s) 2022-05-18T05:45:27.3175414Z test_index_put_src_datatype_cuda_bfloat16 (__main__.TestIndexingCUDA) ... ok (0.002s) 2022-05-18T05:45:27.3203553Z test_index_put_src_datatype_cuda_bool (__main__.TestIndexingCUDA) ... ok (0.003s) 2022-05-18T05:45:27.3226963Z test_index_put_src_datatype_cuda_complex128 (__main__.TestIndexingCUDA) ... ok (0.002s) 2022-05-18T05:45:27.3250103Z test_index_put_src_datatype_cuda_complex64 (__main__.TestIndexingCUDA) ... ok (0.002s) 2022-05-18T05:45:27.3273706Z test_index_put_src_datatype_cuda_float16 (__main__.TestIndexingCUDA) ... ok (0.002s) 2022-05-18T05:45:27.3297126Z test_index_put_src_datatype_cuda_int64 (__main__.TestIndexingCUDA) ... ok (0.002s) 2022-05-18T05:45:27.3328587Z test_index_scalar_with_bool_mask_cuda (__main__.TestIndexingCUDA) ... ok (0.003s) 2022-05-18T05:45:27.3409395Z test_index_setitem_bools_slices_cuda (__main__.TestIndexingCUDA) ... ok (0.008s) 2022-05-18T05:45:27.3437188Z test_index_src_datatype_cuda_bfloat16 (__main__.TestIndexingCUDA) ... ok (0.003s) 2022-05-18T05:45:27.3459899Z test_index_src_datatype_cuda_bool (__main__.TestIndexingCUDA) ... ok (0.002s) 2022-05-18T05:45:27.3483251Z test_index_src_datatype_cuda_float16 (__main__.TestIndexingCUDA) ... ok (0.002s) 2022-05-18T05:45:27.3506597Z test_index_src_datatype_cuda_int64 (__main__.TestIndexingCUDA) ... ok (0.002s) 2022-05-18T05:45:27.3529127Z test_int_assignment_cuda (__main__.TestIndexingCUDA) ... ok (0.002s) 2022-05-18T05:45:27.3549607Z test_int_indices2d_cuda (__main__.TestIndexingCUDA) ... ok (0.002s) 2022-05-18T05:45:27.3570016Z test_int_indices_broadcast_cuda (__main__.TestIndexingCUDA) ... ok (0.002s) 2022-05-18T05:45:27.3594055Z test_int_indices_cuda (__main__.TestIndexingCUDA) ... ok (0.002s) 2022-05-18T05:45:27.3720111Z test_invalid_device_cuda (__main__.TestIndexingCUDA) ... ok (0.012s) 2022-05-18T05:45:27.3734589Z test_invalid_index_cuda (__main__.TestIndexingCUDA) ... ok (0.001s) 2022-05-18T05:45:27.3793437Z test_jit_indexing_cuda (__main__.TestIndexingCUDA) ... ok (0.006s) 2022-05-18T05:45:27.3813300Z test_multiple_bool_indices_cuda (__main__.TestIndexingCUDA) ... ok (0.002s) 2022-05-18T05:45:27.3835954Z test_multiple_byte_mask_cuda (__main__.TestIndexingCUDA) ... ok (0.002s) 2022-05-18T05:45:27.3852439Z test_multiple_int_cuda (__main__.TestIndexingCUDA) ... ok (0.002s) 2022-05-18T05:45:27.3876169Z test_none_cuda (__main__.TestIndexingCUDA) ... ok (0.002s) 2022-05-18T05:45:27.3955567Z test_out_of_bound_index_cuda (__main__.TestIndexingCUDA) ... ok (0.008s) 2022-05-18T05:45:27.4083844Z test_setitem_expansion_error_cuda (__main__.TestIndexingCUDA) ... ok (0.013s) 2022-05-18T05:45:27.4126784Z test_setitem_scalars_cuda (__main__.TestIndexingCUDA) ... ok (0.004s) 2022-05-18T05:45:27.4141726Z test_single_int_cuda (__main__.TestIndexingCUDA) ... ok (0.001s) 2022-05-18T05:45:27.4161712Z test_step_assignment_cuda (__main__.TestIndexingCUDA) ... ok (0.002s) 2022-05-18T05:45:27.4189187Z test_step_cuda (__main__.TestIndexingCUDA) ... ok (0.003s) 2022-05-18T05:45:27.4280431Z test_take_along_dim_cuda_float32 (__main__.TestIndexingCUDA) ... ok (0.009s) 2022-05-18T05:45:27.4361733Z test_take_along_dim_cuda_int64 (__main__.TestIndexingCUDA) ... ok (0.008s) 2022-05-18T05:45:27.4563438Z test_take_along_dim_invalid_cuda_float32 (__main__.TestIndexingCUDA) ... ok (0.020s) 2022-05-18T05:45:27.4764186Z test_take_along_dim_invalid_cuda_int64 (__main__.TestIndexingCUDA) ... ok (0.020s) 2022-05-18T05:45:27.4782479Z test_variable_slicing_cuda (__main__.TestIndexingCUDA) ... ok (0.002s) 2022-05-18T05:45:27.4813428Z test_zero_dim_index_cuda (__main__.TestIndexingCUDA) ... ok (0.003s) 2022-05-18T05:45:27.4813657Z 2022-05-18T05:45:27.4814118Z ---------------------------------------------------------------------- 2022-05-18T05:45:27.4814745Z Ran 80 tests in 1.711s 2022-05-18T05:45:27.4814921Z 2022-05-18T05:45:27.4815035Z OK (skipped=1) 2022-05-18T05:45:27.4815193Z 2022-05-18T05:45:27.4815302Z Generating XML reports... 2022-05-18T05:45:27.4867362Z Generated XML report: test-reports/python-unittest/test_indexing/TEST-NumpyTestsCUDA-20220518054525.xml 2022-05-18T05:45:27.4921087Z Generated XML report: test-reports/python-unittest/test_indexing/TEST-TestIndexingCUDA-20220518054525.xml 2022-05-18T05:45:27.7365813Z Running test_set_default_mobile_cpu_allocator ... [2022-05-18 05:45:27.736058] 2022-05-18T05:45:27.7366571Z Executing ['/opt/conda/bin/python', 'test_set_default_mobile_cpu_allocator.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:45:27.736159] 2022-05-18T05:45:28.6091397Z Test results will be stored in test-reports/python-unittest/test_set_default_mobile_cpu_allocator 2022-05-18T05:45:28.6106681Z 2022-05-18T05:45:28.6106846Z Running tests... 2022-05-18T05:45:28.6107541Z ---------------------------------------------------------------------- 2022-05-18T05:45:30.1768251Z test_exception (__main__.TestSetDefaultMobileCPUAllocator) ... ok (1.566s) 2022-05-18T05:45:30.1773747Z test_no_exception (__main__.TestSetDefaultMobileCPUAllocator) ... ok (0.001s) 2022-05-18T05:45:30.1774413Z 2022-05-18T05:45:30.1775057Z ---------------------------------------------------------------------- 2022-05-18T05:45:30.1775505Z Ran 2 tests in 1.567s 2022-05-18T05:45:30.1775682Z 2022-05-18T05:45:30.1775756Z OK 2022-05-18T05:45:30.1775896Z 2022-05-18T05:45:30.1776026Z Generating XML reports... 2022-05-18T05:45:30.1808831Z Generated XML report: test-reports/python-unittest/test_set_default_mobile_cpu_allocator/TEST-TestSetDefaultMobileCPUAllocator-20220518054528.xml 2022-05-18T05:45:30.4062079Z Running test_show_pickle ... [2022-05-18 05:45:30.405708] 2022-05-18T05:45:30.4062747Z Executing ['/opt/conda/bin/python', 'test_show_pickle.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:45:30.405816] 2022-05-18T05:45:31.2536109Z Test results will be stored in test-reports/python-unittest/test_show_pickle 2022-05-18T05:45:31.2552049Z 2022-05-18T05:45:31.2552302Z Running tests... 2022-05-18T05:45:31.2552915Z ---------------------------------------------------------------------- 2022-05-18T05:45:32.8051455Z test_scripted_model (__main__.TestShowPickle) ... ok (1.550s) 2022-05-18T05:45:32.8051750Z 2022-05-18T05:45:32.8052338Z ---------------------------------------------------------------------- 2022-05-18T05:45:32.8052690Z Ran 1 test in 1.550s 2022-05-18T05:45:32.8052859Z 2022-05-18T05:45:32.8052954Z OK 2022-05-18T05:45:32.8053091Z 2022-05-18T05:45:32.8053318Z Generating XML reports... 2022-05-18T05:45:32.8084403Z Generated XML report: test-reports/python-unittest/test_show_pickle/TEST-TestShowPickle-20220518054531.xml 2022-05-18T05:45:33.0357944Z Running test_type_info ... [2022-05-18 05:45:33.035277] 2022-05-18T05:45:33.0358921Z Executing ['/opt/conda/bin/python', 'test_type_info.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:45:33.035382] 2022-05-18T05:45:33.8968426Z Test results will be stored in test-reports/python-unittest/test_type_info 2022-05-18T05:45:33.8986308Z 2022-05-18T05:45:33.8986636Z Running tests... 2022-05-18T05:45:33.8987084Z ---------------------------------------------------------------------- 2022-05-18T05:45:35.4546546Z test_finfo (__main__.TestDTypeInfo) ... ok (1.556s) 2022-05-18T05:45:35.4569132Z test_iinfo (__main__.TestDTypeInfo) ... ok (0.002s) 2022-05-18T05:45:35.4579974Z test_invalid_input (__main__.TestDTypeInfo) ... ok (0.001s) 2022-05-18T05:45:35.4580429Z 2022-05-18T05:45:35.4581051Z ---------------------------------------------------------------------- 2022-05-18T05:45:35.4581499Z Ran 3 tests in 1.559s 2022-05-18T05:45:35.4581670Z 2022-05-18T05:45:35.4581765Z OK 2022-05-18T05:45:35.4581903Z 2022-05-18T05:45:35.4582012Z Generating XML reports... 2022-05-18T05:45:35.4616121Z Generated XML report: test-reports/python-unittest/test_type_info/TEST-TestDTypeInfo-20220518054533.xml 2022-05-18T05:45:35.6893051Z Running test_namedtensor ... [2022-05-18 05:45:35.688780] 2022-05-18T05:45:35.6893734Z Executing ['/opt/conda/bin/python', 'test_namedtensor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:45:35.688883] 2022-05-18T05:45:38.1086908Z Test results will be stored in test-reports/python-unittest/test_namedtensor 2022-05-18T05:45:38.1107218Z 2022-05-18T05:45:38.1107449Z Running tests... 2022-05-18T05:45:38.1108125Z ---------------------------------------------------------------------- 2022-05-18T05:45:38.1127687Z test_aaa_must_run_first_check_experimental_warning (__main__.TestNamedTensor) ... ok (0.002s) 2022-05-18T05:45:38.1161349Z test_addcmul_addcdiv (__main__.TestNamedTensor) ... ok (0.003s) 2022-05-18T05:45:38.1315868Z test_addmm (__main__.TestNamedTensor) ... ok (0.015s) 2022-05-18T05:45:38.1347746Z test_addmv (__main__.TestNamedTensor) ... ok (0.003s) 2022-05-18T05:45:38.1361829Z test_align_as (__main__.TestNamedTensor) ... ok (0.001s) 2022-05-18T05:45:38.1373004Z test_align_tensors (__main__.TestNamedTensor) ... skip: Not implemented yet (0.001s) 2022-05-18T05:45:38.1416811Z test_align_tensors_two_inputs (__main__.TestNamedTensor) ... skip: Not implemented yet (0.004s) 2022-05-18T05:45:38.1525646Z test_align_to (__main__.TestNamedTensor) ... ok (0.011s) 2022-05-18T05:45:38.1656243Z test_align_to_ellipsis (__main__.TestNamedTensor) ... ok (0.013s) 2022-05-18T05:45:38.1668504Z test_any_all (__main__.TestNamedTensor) ... ok (0.001s) 2022-05-18T05:45:38.1675661Z test_as_strided (__main__.TestNamedTensor) ... ok (0.001s) 2022-05-18T05:45:38.1682725Z test_as_strided_cuda (__main__.TestNamedTensor) ... ok (0.001s) 2022-05-18T05:45:38.1694909Z test_autograd_ignores_names (__main__.TestNamedTensor) ... ok (0.001s) 2022-05-18T05:45:38.1709103Z test_autograd_smoke (__main__.TestNamedTensor) ... ok (0.001s) 2022-05-18T05:45:38.1722395Z test_autograd_warns_named_grad (__main__.TestNamedTensor) ... ok (0.001s) 2022-05-18T05:45:38.1738175Z test_bernoulli (__main__.TestNamedTensor) ... ok (0.001s) 2022-05-18T05:45:38.1973962Z test_big_tensor_repr_has_names (__main__.TestNamedTensor) ... ok (0.023s) 2022-05-18T05:45:38.5456974Z test_binary_ops (__main__.TestNamedTensor) ... /var/lib/jenkins/workspace/test/test_namedtensor.py:742: UserWarning: floor_divide is deprecated, and will be removed 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. 2022-05-18T05:45:38.5458486Z 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'). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BinaryOps.cpp:599.) 2022-05-18T05:45:38.5459224Z return [Function(name, lambda a, b: getattr(torch, name)(a, b, *args, **kwargs))] 2022-05-18T05:45:38.5865292Z ok (0.389s) 2022-05-18T05:45:38.5883528Z test_bitwise_not (__main__.TestNamedTensor) ... ok (0.002s) 2022-05-18T05:45:38.6323756Z test_bmm (__main__.TestNamedTensor) ... ok (0.044s) 2022-05-18T05:45:38.6488343Z test_cat (__main__.TestNamedTensor) ... ok (0.016s) 2022-05-18T05:45:38.6507954Z test_cdist (__main__.TestNamedTensor) ... ok (0.002s) 2022-05-18T05:45:38.6610301Z test_comparison_ops (__main__.TestNamedTensor) ... ok (0.010s) 2022-05-18T05:45:38.6624812Z test_copy_transpose (__main__.TestNamedTensor) ... ok (0.001s) 2022-05-18T05:45:38.6644991Z test_cummax_cummin (__main__.TestNamedTensor) ... ok (0.002s) 2022-05-18T05:45:38.6656174Z test_detach (__main__.TestNamedTensor) ... ok (0.001s) 2022-05-18T05:45:38.6671814Z test_diagonal (__main__.TestNamedTensor) ... ok (0.001s) 2022-05-18T05:45:38.6682051Z test_dot (__main__.TestNamedTensor) ... ok (0.001s) 2022-05-18T05:45:38.6696974Z test_equal (__main__.TestNamedTensor) ... ok (0.001s) 2022-05-18T05:45:38.6718844Z test_expand (__main__.TestNamedTensor) ... ok (0.002s) 2022-05-18T05:45:38.6802573Z test_factory_coverage (__main__.TestNamedTensor) ... ok (0.008s) 2022-05-18T05:45:38.7234285Z test_factory_edge_cases (__main__.TestNamedTensor) ... ok (0.043s) 2022-05-18T05:45:38.7358345Z test_flatten (__main__.TestNamedTensor) ... ok (0.012s) 2022-05-18T05:45:38.7392383Z test_flatten_nodims (__main__.TestNamedTensor) ... ok (0.003s) 2022-05-18T05:45:38.7402871Z test_has_names (__main__.TestNamedTensor) ... ok (0.001s) 2022-05-18T05:45:38.7434199Z test_index_fill (__main__.TestNamedTensor) ... ok (0.003s) 2022-05-18T05:45:38.7452183Z test_info_smoke (__main__.TestNamedTensor) ... ok (0.002s) 2022-05-18T05:45:38.7464453Z test_logcumsumexp (__main__.TestNamedTensor) ... ok (0.001s) 2022-05-18T05:45:38.7482541Z test_logical_not (__main__.TestNamedTensor) ... ok (0.002s) 2022-05-18T05:45:38.7512471Z test_logical_ops (__main__.TestNamedTensor) ... ok (0.003s) 2022-05-18T05:45:38.7685951Z test_masked_fill (__main__.TestNamedTensor) ... ok (0.017s) 2022-05-18T05:45:38.7766462Z test_masked_select (__main__.TestNamedTensor) ... ok (0.008s) 2022-05-18T05:45:38.8255803Z test_matmul (__main__.TestNamedTensor) ... ok (0.049s) 2022-05-18T05:45:38.8314443Z test_max_pooling (__main__.TestNamedTensor) ... ok (0.006s) 2022-05-18T05:45:38.8334451Z test_max_pooling_without_names_does_not_warn (__main__.TestNamedTensor) ... ok (0.002s) 2022-05-18T05:45:38.8483990Z test_mm (__main__.TestNamedTensor) ... ok (0.015s) 2022-05-18T05:45:38.8511733Z test_mv (__main__.TestNamedTensor) ... ok (0.003s) 2022-05-18T05:45:38.9221210Z test_no_jit_script_support (__main__.TestNamedTensor) ... ok (0.071s) 2022-05-18T05:45:38.9327440Z test_no_jit_tracer_support (__main__.TestNamedTensor) ... ok (0.011s) 2022-05-18T05:45:38.9337326Z test_no_multiprocessing_support (__main__.TestNamedTensor) ... ok (0.001s) 2022-05-18T05:45:38.9347348Z test_no_pickle_support (__main__.TestNamedTensor) ... ok (0.001s) 2022-05-18T05:45:38.9357414Z test_no_save_support (__main__.TestNamedTensor) ... ok (0.001s) 2022-05-18T05:45:38.9372007Z test_noncontig_contiguous (__main__.TestNamedTensor) ... ok (0.001s) 2022-05-18T05:45:38.9383590Z test_none_names_refcount (__main__.TestNamedTensor) ... ok (0.001s) 2022-05-18T05:45:38.9418980Z test_nyi_dimname_overload_msg (__main__.TestNamedTensor) ... ok (0.003s) 2022-05-18T05:45:38.9653357Z test_out_fn_semantics (__main__.TestNamedTensor) ... ok (0.023s) 2022-05-18T05:45:38.9679431Z test_pow_special (__main__.TestNamedTensor) ... ok (0.003s) 2022-05-18T05:45:38.9691122Z test_py3_ellipsis (__main__.TestNamedTensor) ... ok (0.001s) 2022-05-18T05:45:39.2584533Z test_reduction_fns (__main__.TestNamedTensor) ... ok (0.289s) 2022-05-18T05:45:39.2695888Z test_refine_names (__main__.TestNamedTensor) ... ok (0.011s) 2022-05-18T05:45:39.2789403Z test_rename (__main__.TestNamedTensor) ... ok (0.009s) 2022-05-18T05:45:39.2872843Z test_rename_ (__main__.TestNamedTensor) ... ok (0.008s) 2022-05-18T05:45:39.2913794Z test_rename_globber (__main__.TestNamedTensor) ... ok (0.004s) 2022-05-18T05:45:39.2938409Z test_rename_rename_map (__main__.TestNamedTensor) ... ok (0.002s) 2022-05-18T05:45:39.2961050Z test_repr (__main__.TestNamedTensor) ... ok (0.002s) 2022-05-18T05:45:39.3113388Z test_resize (__main__.TestNamedTensor) ... ok (0.015s) 2022-05-18T05:45:39.3152120Z test_select (__main__.TestNamedTensor) ... ok (0.004s) 2022-05-18T05:45:39.3195414Z test_select_cuda (__main__.TestNamedTensor) ... ok (0.004s) 2022-05-18T05:45:39.3259056Z test_set_names_property (__main__.TestNamedTensor) ... ok (0.006s) 2022-05-18T05:45:39.3346441Z test_size (__main__.TestNamedTensor) ... ok (0.009s) 2022-05-18T05:45:39.3375417Z test_split_fns_propagates_names (__main__.TestNamedTensor) ... ok (0.003s) 2022-05-18T05:45:39.3388718Z test_squeeze (__main__.TestNamedTensor) ... ok (0.001s) 2022-05-18T05:45:39.3477767Z test_stride (__main__.TestNamedTensor) ... ok (0.009s) 2022-05-18T05:45:39.3518649Z test_tensor_from_lists (__main__.TestNamedTensor) ... ok (0.004s) 2022-05-18T05:45:39.3530784Z test_tensor_from_named_tensor (__main__.TestNamedTensor) ... /var/lib/jenkins/workspace/test/test_namedtensor.py:516: 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:45:39.3531481Z tensor = torch.tensor(x) 2022-05-18T05:45:39.3533021Z /var/lib/jenkins/workspace/test/test_namedtensor.py:522: 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:45:39.3533623Z tensor = torch.tensor(x, names=None) 2022-05-18T05:45:39.3535057Z /var/lib/jenkins/workspace/test/test_namedtensor.py:527: 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:45:39.3535776Z tensor = torch.tensor(x, names=('N', 'C')) 2022-05-18T05:45:39.3556759Z ok (0.004s) 2022-05-18T05:45:39.3567005Z test_tensor_from_numpy (__main__.TestNamedTensor) ... ok (0.001s) 2022-05-18T05:45:39.3574787Z test_tensor_from_tensor (__main__.TestNamedTensor) ... /var/lib/jenkins/workspace/test/test_namedtensor.py:511: 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:45:39.3575431Z tensor = torch.tensor(x, names=names) 2022-05-18T05:45:39.3577268Z ok (0.001s) 2022-05-18T05:45:39.3590069Z test_tensor_grad_is_unnamed (__main__.TestNamedTensor) ... ok (0.001s) 2022-05-18T05:45:39.3606714Z test_transpose_variants (__main__.TestNamedTensor) ... ok (0.002s) 2022-05-18T05:45:39.3611955Z test_trivial (__main__.TestNamedTensor) ... ok (0.000s) 2022-05-18T05:45:39.4196431Z test_unary_propagate_names_fns (__main__.TestNamedTensor) ... ok (0.058s) 2022-05-18T05:45:39.4399659Z test_unflatten (__main__.TestNamedTensor) ... ok (0.020s) 2022-05-18T05:45:39.4503550Z test_unsupported_op_error_msg (__main__.TestNamedTensor) ... ok (0.010s) 2022-05-18T05:45:39.4512342Z test_using_seen_interned_string_doesnt_bump_refcount (__main__.TestNamedTensor) ... ok (0.001s) 2022-05-18T05:45:39.4520434Z test_using_unseen_interned_string_bumps_refcount_permanently (__main__.TestNamedTensor) ... ok (0.001s) 2022-05-18T05:45:39.4531158Z test_using_unseen_uninterned_string_refcounts (__main__.TestNamedTensor) ... ok (0.001s) 2022-05-18T05:45:39.4531617Z 2022-05-18T05:45:39.4532094Z ---------------------------------------------------------------------- 2022-05-18T05:45:39.4532846Z Ran 86 tests in 1.342s 2022-05-18T05:45:39.4533172Z 2022-05-18T05:45:39.4533354Z OK (skipped=2) 2022-05-18T05:45:39.4533497Z 2022-05-18T05:45:39.4533627Z Generating XML reports... 2022-05-18T05:45:39.4640647Z Generated XML report: test-reports/python-unittest/test_namedtensor/TEST-TestNamedTensor-20220518054538.xml 2022-05-18T05:45:39.6994967Z Running test_tensorexpr_pybind ... [2022-05-18 05:45:39.698944] 2022-05-18T05:45:39.6995686Z Executing ['/opt/conda/bin/python', 'test_tensorexpr_pybind.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:45:39.699046] 2022-05-18T05:45:42.1599851Z Test results will be stored in test-reports/python-unittest/test_tensorexpr_pybind 2022-05-18T05:45:42.1620272Z 2022-05-18T05:45:42.1620637Z Running tests... 2022-05-18T05:45:42.1621526Z ---------------------------------------------------------------------- 2022-05-18T05:45:42.1880158Z test_unary_ops (__main__.TestExprHandlePyBind) ... ok (0.026s) 2022-05-18T05:45:42.2203546Z test_alloc_in_loop (__main__.TestTensorExprPyBind) ... ok (0.032s) 2022-05-18T05:45:42.2225168Z test_call_raw (__main__.TestTensorExprPyBind) ... ok (0.002s) 2022-05-18T05:45:42.2236177Z test_dtype_error (__main__.TestTensorExprPyBind) ... ok (0.001s) 2022-05-18T05:45:42.2261405Z test_dynamic_shape (__main__.TestTensorExprPyBind) ... ok (0.002s) 2022-05-18T05:45:42.2296919Z test_dynamic_shape_2d (__main__.TestTensorExprPyBind) ... ok (0.003s) 2022-05-18T05:45:42.2317757Z test_external_calls (__main__.TestTensorExprPyBind) ... ok (0.002s) 2022-05-18T05:45:42.4250617Z test_kernel_shape_prop (__main__.TestTensorExprPyBind) ... ok (0.193s) 2022-05-18T05:45:42.4763959Z test_kernel_shape_prop_module (__main__.TestTensorExprPyBind) ... ok (0.051s) 2022-05-18T05:45:42.5092575Z test_kernel_with_custom_lowering (__main__.TestTensorExprPyBind) ... ok (0.033s) 2022-05-18T05:45:42.5413902Z test_kernel_with_expand (__main__.TestTensorExprPyBind) ... ok (0.032s) 2022-05-18T05:45:42.6172857Z test_kernel_with_permute (__main__.TestTensorExprPyBind) ... ok (0.076s) 2022-05-18T05:45:42.6439783Z test_kernel_with_scalar_inputs (__main__.TestTensorExprPyBind) ... ok (0.027s) 2022-05-18T05:45:42.6803273Z test_kernel_with_t (__main__.TestTensorExprPyBind) ... ok (0.036s) 2022-05-18T05:45:42.7150701Z test_kernel_with_tensor_inputs (__main__.TestTensorExprPyBind) ... ok (0.035s) 2022-05-18T05:45:42.7514453Z test_kernel_with_transpose (__main__.TestTensorExprPyBind) ... ok (0.036s) 2022-05-18T05:45:42.7531604Z test_simple_sum (__main__.TestTensorExprPyBind) ... ok (0.002s) 2022-05-18T05:45:42.7532117Z 2022-05-18T05:45:42.7532789Z ---------------------------------------------------------------------- 2022-05-18T05:45:42.7533451Z Ran 17 tests in 0.591s 2022-05-18T05:45:42.7533762Z 2022-05-18T05:45:42.7533928Z OK 2022-05-18T05:45:42.7534160Z 2022-05-18T05:45:42.7534398Z Generating XML reports... 2022-05-18T05:45:42.7569303Z Generated XML report: test-reports/python-unittest/test_tensorexpr_pybind/TEST-TestExprHandlePyBind-20220518054542.xml 2022-05-18T05:45:42.7587508Z Generated XML report: test-reports/python-unittest/test_tensorexpr_pybind/TEST-TestTensorExprPyBind-20220518054542.xml 2022-05-18T05:45:42.9966575Z Running test_native_mha ... [2022-05-18 05:45:42.996104] 2022-05-18T05:45:42.9967251Z Executing ['/opt/conda/bin/python', 'test_native_mha.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:45:42.996208] 2022-05-18T05:45:45.4403492Z Test results will be stored in test-reports/python-unittest/test_native_mha 2022-05-18T05:45:45.4420697Z 2022-05-18T05:45:45.4421063Z Running tests... 2022-05-18T05:45:45.4421575Z ---------------------------------------------------------------------- 2022-05-18T05:45:45.6073078Z test_native_multihead_attention_cuda_float16 (__main__.TestMHADeviceTypeCUDA) ... ok (0.165s) 2022-05-18T05:45:45.6110678Z test_native_multihead_attention_cuda_float32 (__main__.TestMHADeviceTypeCUDA) ... ok (0.004s) 2022-05-18T05:45:45.6147622Z test_native_multihead_encoder_decoder_attention_cuda_float16 (__main__.TestMHADeviceTypeCUDA) ... ok (0.004s) 2022-05-18T05:45:45.6184267Z test_native_multihead_encoder_decoder_attention_cuda_float32 (__main__.TestMHADeviceTypeCUDA) ... ok (0.004s) 2022-05-18T05:45:45.6305139Z test_native_multihead_self_attention_cuda_float16 (__main__.TestMHADeviceTypeCUDA) ... /var/lib/jenkins/workspace/test/test_native_mha.py:191: 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:45:45.6305974Z q = torch.nested_tensor(qs, device=device, dtype=dtype) 2022-05-18T05:45:45.6938409Z ok (0.075s) 2022-05-18T05:45:45.7672356Z test_native_multihead_self_attention_cuda_float32 (__main__.TestMHADeviceTypeCUDA) ... ok (0.073s) 2022-05-18T05:45:45.7856623Z test_transform_bias_rescale_qkv_cuda_float32 (__main__.TestMHADeviceTypeCUDA) ... ok (0.018s) 2022-05-18T05:45:45.8060546Z test_transform_bias_rescale_qkv_nested_cuda_float32 (__main__.TestMHADeviceTypeCUDA) ... ok (0.020s) 2022-05-18T05:45:45.8062038Z 2022-05-18T05:45:45.8062546Z ---------------------------------------------------------------------- 2022-05-18T05:45:45.8063046Z Ran 8 tests in 0.364s 2022-05-18T05:45:45.8063227Z 2022-05-18T05:45:45.8063325Z OK 2022-05-18T05:45:45.8063462Z 2022-05-18T05:45:45.8063590Z Generating XML reports... 2022-05-18T05:45:45.8104912Z Generated XML report: test-reports/python-unittest/test_native_mha/TEST-TestMHADeviceTypeCUDA-20220518054545.xml 2022-05-18T05:45:46.0539331Z Running test_cpp_extensions_aot_no_ninja ... [2022-05-18 05:45:46.053363] 2022-05-18T05:45:47.7534566Z running install 2022-05-18T05:45:47.7535536Z /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:45:47.7536063Z warnings.warn( 2022-05-18T05:45:47.7665131Z running build 2022-05-18T05:45:47.7665401Z running build_py 2022-05-18T05:45:47.8449209Z creating build 2022-05-18T05:45:47.8449754Z creating build/lib.linux-x86_64-cpython-39 2022-05-18T05:45:47.8450391Z creating build/lib.linux-x86_64-cpython-39/torch_test_cpp_extension 2022-05-18T05:45:47.8451451Z copying torch_test_cpp_extension/__init__.py -> build/lib.linux-x86_64-cpython-39/torch_test_cpp_extension 2022-05-18T05:45:47.8454581Z running build_ext 2022-05-18T05:45:47.8538926Z building 'torch_test_cpp_extension.cpp' extension 2022-05-18T05:45:47.8539676Z creating build/temp.linux-x86_64-cpython-39 2022-05-18T05:45:47.8544986Z gcc -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 -Iself_compiler_include_dirs_test -I/opt/conda/include/python3.9 -c extension.cpp -o 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:45:48.9461525Z 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 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:45:49.3032145Z building 'torch_test_cpp_extension.ort' extension 2022-05-18T05:45:49.3036300Z gcc -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 -Iself_compiler_include_dirs_test -I/opt/conda/include/python3.9 -c ort_extension.cpp -o 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:45:50.3912625Z 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 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:45:50.7165574Z building 'torch_test_cpp_extension.rng' extension 2022-05-18T05:45:50.7169935Z gcc -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 -Iself_compiler_include_dirs_test -I/opt/conda/include/python3.9 -c rng_extension.cpp -o 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:45:52.0011821Z In file included from /opt/conda/lib/python3.9/site-packages/torch/include/ATen/cpu/vec/vec256/vec256.h:8:0, 2022-05-18T05:45:52.0012513Z from /opt/conda/lib/python3.9/site-packages/torch/include/ATen/cpu/vec/vec.h:4, 2022-05-18T05:45:52.0013082Z from /opt/conda/lib/python3.9/site-packages/torch/include/ATen/native/cpu/Loops.h:36, 2022-05-18T05:45:52.0013706Z from /opt/conda/lib/python3.9/site-packages/torch/include/ATen/native/cpu/DistributionTemplates.h:8, 2022-05-18T05:45:52.0014127Z from rng_extension.cpp:6: 2022-05-18T05:45:52.0014717Z /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:45:52.0015117Z # pragma unroll 2022-05-18T05:45:52.0015353Z 2022-05-18T05:45:52.0024777Z 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 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:45:52.3639613Z building 'torch_test_cpp_extension.cuda' extension 2022-05-18T05:45:52.3644850Z gcc -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 -Iself_compiler_include_dirs_test -I/opt/conda/include/python3.9 -c cuda_extension.cpp -o 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:45:53.5032981Z /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 -Iself_compiler_include_dirs_test -I/opt/conda/include/python3.9 -c cuda_extension_kernel.cu -o 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:45:55.3740958Z /opt/conda/lib/python3.9/site-packages/torch/include/ATen/Context.h(25): warning: attribute "__visibility__" does not apply here 2022-05-18T05:45:55.3741365Z 2022-05-18T05:46:03.5718711Z /opt/conda/lib/python3.9/site-packages/torch/include/ATen/Context.h(25): warning: attribute "__visibility__" does not apply here 2022-05-18T05:46:03.5719078Z 2022-05-18T05:46:12.1541815Z /opt/conda/lib/python3.9/site-packages/torch/include/ATen/Context.h(25): warning: attribute "__visibility__" does not apply here 2022-05-18T05:46:12.1542183Z 2022-05-18T05:46:21.7926409Z /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 -Iself_compiler_include_dirs_test -I/opt/conda/include/python3.9 -c cuda_extension_kernel2.cu -o 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:46:23.6426272Z /opt/conda/lib/python3.9/site-packages/torch/include/ATen/Context.h(25): warning: attribute "__visibility__" does not apply here 2022-05-18T05:46:23.6426620Z 2022-05-18T05:46:31.5363448Z /opt/conda/lib/python3.9/site-packages/torch/include/ATen/Context.h(25): warning: attribute "__visibility__" does not apply here 2022-05-18T05:46:31.5363818Z 2022-05-18T05:46:39.9303573Z /opt/conda/lib/python3.9/site-packages/torch/include/ATen/Context.h(25): warning: attribute "__visibility__" does not apply here 2022-05-18T05:46:39.9303965Z 2022-05-18T05:46:49.5350273Z 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 build/temp.linux-x86_64-cpython-39/cuda_extension.o build/temp.linux-x86_64-cpython-39/cuda_extension_kernel.o 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:46:49.9298687Z building 'torch_test_cpp_extension.torch_library' extension 2022-05-18T05:46:49.9307677Z /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 -Iself_compiler_include_dirs_test -I/opt/conda/include/python3.9 -c torch_library.cu -o 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:46:51.9657117Z /opt/conda/lib/python3.9/site-packages/torch/include/ATen/Context.h(25): warning: attribute "__visibility__" does not apply here 2022-05-18T05:46:51.9657462Z 2022-05-18T05:47:24.2648850Z /opt/conda/lib/python3.9/site-packages/torch/include/ATen/Context.h(25): warning: attribute "__visibility__" does not apply here 2022-05-18T05:47:24.2649617Z 2022-05-18T05:47:57.1123675Z /opt/conda/lib/python3.9/site-packages/torch/include/ATen/Context.h(25): warning: attribute "__visibility__" does not apply here 2022-05-18T05:47:57.1124051Z 2022-05-18T05:48:29.0590162Z 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 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:48:29.3136299Z building 'torch_test_cpp_extension.cublas_extension' extension 2022-05-18T05:48:29.3141724Z gcc -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 -Iself_compiler_include_dirs_test -I/opt/conda/include/python3.9 -c cublas_extension.cpp -o 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:48:30.2475537Z 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 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:48:30.5217915Z building 'torch_test_cpp_extension.cusolver_extension' extension 2022-05-18T05:48:30.5223251Z gcc -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 -Iself_compiler_include_dirs_test -I/opt/conda/include/python3.9 -c cusolver_extension.cpp -o 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:48:31.4943709Z 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 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:48:31.7746703Z running install_lib 2022-05-18T05:48:31.8550873Z creating install 2022-05-18T05:48:31.8553073Z creating install/opt 2022-05-18T05:48:31.8553638Z creating install/opt/conda 2022-05-18T05:48:31.8553935Z creating install/opt/conda/lib 2022-05-18T05:48:31.8554248Z creating install/opt/conda/lib/python3.9 2022-05-18T05:48:31.8555158Z creating install/opt/conda/lib/python3.9/site-packages 2022-05-18T05:48:31.8556908Z creating install/opt/conda/lib/python3.9/site-packages/torch_test_cpp_extension 2022-05-18T05:48:31.8558202Z 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:48:31.8559028Z 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:48:31.8631583Z 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:48:31.8705493Z 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:48:31.8784555Z 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:48:31.8856197Z 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:48:31.8859425Z 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:48:31.8862095Z 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:48:31.8872029Z byte-compiling ./install/opt/conda/lib/python3.9/site-packages/torch_test_cpp_extension/__init__.py to __init__.cpython-39.pyc 2022-05-18T05:48:31.8874943Z running install_egg_info 2022-05-18T05:48:32.0491729Z running egg_info 2022-05-18T05:48:32.0492425Z creating torch_test_cpp_extension.egg-info 2022-05-18T05:48:32.1275684Z writing torch_test_cpp_extension.egg-info/PKG-INFO 2022-05-18T05:48:32.1997598Z writing dependency_links to torch_test_cpp_extension.egg-info/dependency_links.txt 2022-05-18T05:48:32.6345464Z writing top-level names to torch_test_cpp_extension.egg-info/top_level.txt 2022-05-18T05:48:32.6346029Z writing manifest file 'torch_test_cpp_extension.egg-info/SOURCES.txt' 2022-05-18T05:48:32.6404603Z reading manifest file 'torch_test_cpp_extension.egg-info/SOURCES.txt' 2022-05-18T05:48:32.6412706Z writing manifest file 'torch_test_cpp_extension.egg-info/SOURCES.txt' 2022-05-18T05:48:32.6413580Z 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:48:32.6421067Z running install_scripts 2022-05-18T05:48:34.5148837Z running install 2022-05-18T05:48:34.5149808Z /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:48:34.5150317Z warnings.warn( 2022-05-18T05:48:34.5281437Z running build 2022-05-18T05:48:34.5281789Z running build_ext 2022-05-18T05:48:34.5785347Z building 'no_python_abi_suffix_test' extension 2022-05-18T05:48:34.5786132Z creating /var/lib/jenkins/workspace/test/cpp_extensions/no_python_abi_suffix_test/build 2022-05-18T05:48:34.5786809Z creating /var/lib/jenkins/workspace/test/cpp_extensions/no_python_abi_suffix_test/build/temp.linux-x86_64-cpython-39 2022-05-18T05:48:34.6247384Z 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:48:34.6249629Z Compiling objects... 2022-05-18T05:48:34.6249962Z Using envvar MAX_JOBS (14) as the number of workers... 2022-05-18T05:48:34.7180017Z [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:48:34.7240541Z creating build/lib.linux-x86_64-cpython-39 2022-05-18T05:48:34.7243670Z 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:48:34.7942365Z running install_lib 2022-05-18T05:48:34.8758477Z creating install 2022-05-18T05:48:34.8758964Z creating install/opt 2022-05-18T05:48:34.8759244Z creating install/opt/conda 2022-05-18T05:48:34.8759542Z creating install/opt/conda/lib 2022-05-18T05:48:34.8763010Z creating install/opt/conda/lib/python3.9 2022-05-18T05:48:34.8763670Z creating install/opt/conda/lib/python3.9/site-packages 2022-05-18T05:48:34.8764266Z 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:48:34.8768051Z running install_egg_info 2022-05-18T05:48:35.0390477Z running egg_info 2022-05-18T05:48:35.0390915Z creating no_python_abi_suffix_test.egg-info 2022-05-18T05:48:35.1178572Z writing no_python_abi_suffix_test.egg-info/PKG-INFO 2022-05-18T05:48:35.1933040Z writing dependency_links to no_python_abi_suffix_test.egg-info/dependency_links.txt 2022-05-18T05:48:35.6344131Z writing top-level names to no_python_abi_suffix_test.egg-info/top_level.txt 2022-05-18T05:48:35.6344667Z writing manifest file 'no_python_abi_suffix_test.egg-info/SOURCES.txt' 2022-05-18T05:48:35.6406166Z reading manifest file 'no_python_abi_suffix_test.egg-info/SOURCES.txt' 2022-05-18T05:48:35.6413129Z writing manifest file 'no_python_abi_suffix_test.egg-info/SOURCES.txt' 2022-05-18T05:48:35.6413808Z 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:48:35.6420255Z running install_scripts 2022-05-18T05:48:35.9221045Z Executing ['/opt/conda/bin/python', 'test_cpp_extensions_aot_no_ninja.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:48:35.921543] 2022-05-18T05:48:38.7177850Z Test results will be stored in test-reports/python-unittest/test_cpp_extensions_aot_no_ninja 2022-05-18T05:48:38.7199371Z 2022-05-18T05:48:38.7199849Z Running tests... 2022-05-18T05:48:38.7200390Z ---------------------------------------------------------------------- 2022-05-18T05:48:38.7357794Z test_backward (__main__.TestCppExtensionAOT) ... ok (0.016s) 2022-05-18T05:48:38.9050577Z test_cublas_extension (__main__.TestCppExtensionAOT) ... ok (0.169s) 2022-05-18T05:48:38.9073375Z test_cuda_extension (__main__.TestCppExtensionAOT) ... ok (0.002s) 2022-05-18T05:48:39.1088388Z test_cusolver_extension (__main__.TestCppExtensionAOT) ... ok (0.201s) 2022-05-18T05:48:39.1100618Z test_extension_function (__main__.TestCppExtensionAOT) ... ok (0.001s) 2022-05-18T05:48:39.1112255Z test_extension_module (__main__.TestCppExtensionAOT) ... ok (0.001s) 2022-05-18T05:48:39.1126437Z test_no_python_abi_suffix_sets_the_correct_library_name (__main__.TestCppExtensionAOT) ... ok (0.001s) 2022-05-18T05:48:39.1133513Z test_optional (__main__.TestCppExtensionAOT) ... ok (0.001s) 2022-05-18T05:48:39.1145675Z test_add (__main__.TestORTTensor) ... ok (0.001s) 2022-05-18T05:48:39.1166481Z test_conv_backend_override (__main__.TestORTTensor) ... ok (0.002s) 2022-05-18T05:48:39.1225684Z test_unregistered (__main__.TestORTTensor) ... ok (0.006s) 2022-05-18T05:48:39.1243563Z test_zeros (__main__.TestORTTensor) ... ok (0.002s) 2022-05-18T05:48:39.1280125Z test_rng (__main__.TestRNGExtension) ... ok (0.004s) 2022-05-18T05:48:39.1961752Z test_torch_library (__main__.TestTorchLibrary) ... ok (0.068s) 2022-05-18T05:48:39.1965254Z 2022-05-18T05:48:39.1965962Z ---------------------------------------------------------------------- 2022-05-18T05:48:39.1966296Z Ran 14 tests in 0.477s 2022-05-18T05:48:39.1966470Z 2022-05-18T05:48:39.1966566Z OK 2022-05-18T05:48:39.1966702Z 2022-05-18T05:48:39.1966836Z Generating XML reports... 2022-05-18T05:48:39.2007534Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_aot_no_ninja/TEST-TestCppExtensionAOT-20220518054838.xml 2022-05-18T05:48:39.2012982Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_aot_no_ninja/TEST-TestORTTensor-20220518054838.xml 2022-05-18T05:48:39.2015465Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_aot_no_ninja/TEST-TestRNGExtension-20220518054838.xml 2022-05-18T05:48:39.2018873Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_aot_no_ninja/TEST-TestTorchLibrary-20220518054838.xml 2022-05-18T05:48:39.5789389Z Running test_numpy_interop ... [2022-05-18 05:48:39.578333] 2022-05-18T05:48:39.5790337Z Executing ['/opt/conda/bin/python', 'test_numpy_interop.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:48:39.578434] 2022-05-18T05:48:42.0266804Z Test results will be stored in test-reports/python-unittest/test_numpy_interop 2022-05-18T05:48:42.0288449Z 2022-05-18T05:48:42.0288851Z Running tests... 2022-05-18T05:48:42.0289802Z ---------------------------------------------------------------------- 2022-05-18T05:48:42.0330665Z test_ctor_with_invalid_numpy_array_sequence_cuda (__main__.TestNumPyInteropCUDA) ... /var/lib/jenkins/workspace/test/test_numpy_interop.py:240: UserWarning: Creating a tensor from a list of numpy.ndarrays is extremely slow. Please consider converting the list to a single numpy.ndarray with numpy.array() before converting to a tensor. (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/utils/tensor_new.cpp:204.) 2022-05-18T05:48:42.0331605Z torch.tensor([np.random.random(size=(3, 3)), np.random.random(size=(3, 0))], device=device) 2022-05-18T05:48:42.0337886Z ok (0.005s) 2022-05-18T05:48:42.0352612Z test_ctor_with_numpy_scalar_ctor_cuda (__main__.TestNumPyInteropCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:48:42.0372448Z test_from_list_of_ndarray_warning_cuda (__main__.TestNumPyInteropCUDA) ... ok (0.002s) 2022-05-18T05:48:42.0488429Z test_from_numpy_cuda (__main__.TestNumPyInteropCUDA) ... ok (0.011s) 2022-05-18T05:48:42.0525895Z test_has_storage_numpy_cuda (__main__.TestNumPyInteropCUDA) ... ok (0.004s) 2022-05-18T05:48:42.0543585Z test_multiplication_numpy_scalar_cuda (__main__.TestNumPyInteropCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:48:42.0587999Z test_numpy_array_interface_cuda (__main__.TestNumPyInteropCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:48:42.0601767Z test_numpy_index_cuda (__main__.TestNumPyInteropCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:48:42.0613696Z test_numpy_non_writeable_cuda (__main__.TestNumPyInteropCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:48:42.0648775Z test_numpy_scalar_cmp_cuda_bfloat16 (__main__.TestNumPyInteropCUDA) ... ok (0.003s) 2022-05-18T05:48:42.0699890Z test_numpy_scalar_cmp_cuda_bool (__main__.TestNumPyInteropCUDA) ... ok (0.005s) 2022-05-18T05:48:42.0746040Z test_numpy_scalar_cmp_cuda_complex128 (__main__.TestNumPyInteropCUDA) ... ok (0.005s) 2022-05-18T05:48:42.0776931Z test_numpy_scalar_cmp_cuda_complex64 (__main__.TestNumPyInteropCUDA) ... /var/lib/jenkins/workspace/test/test_numpy_interop.py:446: ComplexWarning: Casting complex values to real discards the imaginary part 2022-05-18T05:48:42.0777777Z self.assertFalse(t == a) 2022-05-18T05:48:42.0793366Z ok (0.005s) 2022-05-18T05:48:42.0841904Z test_numpy_scalar_cmp_cuda_float16 (__main__.TestNumPyInteropCUDA) ... ok (0.005s) 2022-05-18T05:48:42.0887541Z test_numpy_scalar_cmp_cuda_float32 (__main__.TestNumPyInteropCUDA) ... ok (0.004s) 2022-05-18T05:48:42.0932407Z test_numpy_scalar_cmp_cuda_float64 (__main__.TestNumPyInteropCUDA) ... ok (0.004s) 2022-05-18T05:48:42.0977909Z test_numpy_scalar_cmp_cuda_int16 (__main__.TestNumPyInteropCUDA) ... ok (0.004s) 2022-05-18T05:48:42.1023517Z test_numpy_scalar_cmp_cuda_int32 (__main__.TestNumPyInteropCUDA) ... ok (0.004s) 2022-05-18T05:48:42.1069099Z test_numpy_scalar_cmp_cuda_int64 (__main__.TestNumPyInteropCUDA) ... ok (0.004s) 2022-05-18T05:48:42.1117129Z test_numpy_scalar_cmp_cuda_int8 (__main__.TestNumPyInteropCUDA) ... ok (0.005s) 2022-05-18T05:48:42.1162156Z test_numpy_scalar_cmp_cuda_uint8 (__main__.TestNumPyInteropCUDA) ... ok (0.004s) 2022-05-18T05:48:42.1177367Z test_numpy_unresizable_cuda (__main__.TestNumPyInteropCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:48:42.1200128Z test_parse_numpy_int_cuda (__main__.TestNumPyInteropCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:48:42.1224987Z test_to_numpy_bool_cuda (__main__.TestNumPyInteropCUDA) ... ok (0.002s) 2022-05-18T05:48:42.1273556Z test_to_numpy_cuda (__main__.TestNumPyInteropCUDA) ... skip: Only runs on cpu (0.005s) 2022-05-18T05:48:42.1274452Z 2022-05-18T05:48:42.1275040Z ---------------------------------------------------------------------- 2022-05-18T05:48:42.1275662Z Ran 25 tests in 0.099s 2022-05-18T05:48:42.1276019Z 2022-05-18T05:48:42.1276237Z OK (skipped=8) 2022-05-18T05:48:42.1276547Z 2022-05-18T05:48:42.1276734Z Generating XML reports... 2022-05-18T05:48:42.1332566Z Generated XML report: test-reports/python-unittest/test_numpy_interop/TEST-TestNumPyInteropCUDA-20220518054842.xml 2022-05-18T05:48:42.3684697Z Running test_numba_integration ... [2022-05-18 05:48:42.367896] 2022-05-18T05:48:44.7801014Z Executing ['/opt/conda/bin/python', 'test_numba_integration.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:48:42.367999] 2022-05-18T05:48:44.7801963Z Test results will be stored in test-reports/python-unittest/test_numba_integration 2022-05-18T05:48:44.7814906Z 2022-05-18T05:48:44.7815323Z Running tests... 2022-05-18T05:48:44.7816264Z ---------------------------------------------------------------------- 2022-05-18T05:48:44.7829368Z test_active_device (__main__.TestNumbaIntegration) 2022-05-18T05:48:44.7830490Z 'as_cuda_array' tensor device must match active numba context. ... skip: No multigpu (0.001s) 2022-05-18T05:48:44.7851144Z test_array_adaptor (__main__.TestNumbaIntegration) 2022-05-18T05:48:44.8215504Z Torch __cuda_array_adaptor__ exposes tensor data to numba.cuda. ... ok (0.038s) 2022-05-18T05:48:44.8231498Z test_conversion_errors (__main__.TestNumbaIntegration) 2022-05-18T05:48:44.8239816Z Numba properly detects array interface for tensor.Tensor variants. ... ok (0.002s) 2022-05-18T05:48:44.8263251Z test_cuda_array_interface (__main__.TestNumbaIntegration) 2022-05-18T05:48:44.8321275Z torch.Tensor exposes __cuda_array_interface__ for cuda tensors. ... ok (0.008s) 2022-05-18T05:48:44.8346211Z test_from_cuda_array_interface (__main__.TestNumbaIntegration) 2022-05-18T05:48:44.8347375Z torch.as_tensor() and torch.tensor() supports the __cuda_array_interface__ protocol. ... skip: Test is temporary disabled, see https://github.com/pytorch/pytorch/issues/54418 (0.003s) 2022-05-18T05:48:44.8361265Z test_from_cuda_array_interface_active_device (__main__.TestNumbaIntegration) 2022-05-18T05:48:44.8362394Z torch.as_tensor() tensor device must match active numba context. ... skip: Test is temporary disabled, see https://github.com/pytorch/pytorch/issues/54418 (0.001s) 2022-05-18T05:48:44.8371970Z test_from_cuda_array_interface_inferred_strides (__main__.TestNumbaIntegration) 2022-05-18T05:48:44.8408684Z torch.as_tensor(numba_ary) should have correct inferred (contiguous) strides ... ok (0.005s) 2022-05-18T05:48:44.8416331Z test_from_cuda_array_interface_lifetime (__main__.TestNumbaIntegration) 2022-05-18T05:48:44.8417528Z torch.as_tensor(obj) tensor grabs a reference to obj so that the lifetime of obj exceeds the tensor ... skip: Test is temporary disabled, see https://github.com/pytorch/pytorch/issues/54418 (0.001s) 2022-05-18T05:48:44.8418721Z 2022-05-18T05:48:44.8419381Z ---------------------------------------------------------------------- 2022-05-18T05:48:44.8420077Z Ran 8 tests in 0.060s 2022-05-18T05:48:44.8420314Z 2022-05-18T05:48:44.8420430Z OK (skipped=4) 2022-05-18T05:48:44.8420570Z 2022-05-18T05:48:44.8422732Z Generating XML reports... 2022-05-18T05:48:44.8461011Z Generated XML report: test-reports/python-unittest/test_numba_integration/TEST-TestNumbaIntegration-20220518054844.xml 2022-05-18T05:48:45.0807682Z Running lazy/test_bindings ... [2022-05-18 05:48:45.080219] 2022-05-18T05:48:45.0808383Z Executing ['/opt/conda/bin/python', 'lazy/test_bindings.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:48:45.080328] 2022-05-18T05:48:45.9656871Z Running test_deploy ... [2022-05-18 05:48:45.965154] 2022-05-18T05:48:45.9657511Z Executing ['/opt/conda/bin/python', '-m', 'pytest', 'test_deploy.py', '-v'] ... [2022-05-18 05:48:45.965260] 2022-05-18T05:48:46.7600532Z ============================= test session starts ============================== 2022-05-18T05:48:46.7601401Z platform linux -- Python 3.9.12, pytest-7.1.2, pluggy-1.0.0 -- /opt/conda/bin/python 2022-05-18T05:48:46.7654855Z cachedir: .pytest_cache 2022-05-18T05:48:46.7655963Z hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('/var/lib/jenkins/workspace/test/.hypothesis/examples') 2022-05-18T05:48:46.7656504Z rootdir: /var/lib/jenkins/workspace, configfile: pytest.ini 2022-05-18T05:48:46.7656900Z plugins: hypothesis-4.53.2 2022-05-18T05:48:47.5400505Z collecting ...  2022-05-18T05:48:47.5409025Z collecting 0 items  2022-05-18T05:48:47.5409702Z collected 1 item  2022-05-18T05:48:47.5414262Z 2022-05-18T05:48:48.9532393Z test_deploy.py::TestFreezer::test_compile_string PASSED [100%] 2022-05-18T05:48:48.9532908Z 2022-05-18T05:48:48.9533375Z =============================== warnings summary =============================== 2022-05-18T05:48:48.9533760Z test/test_deploy.py::TestFreezer::test_compile_string 2022-05-18T05:48:48.9534464Z /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:48:48.9535293Z CUDA11OrLater = torch.version.cuda and LooseVersion(torch.version.cuda) >= "11.0" 2022-05-18T05:48:48.9535559Z 2022-05-18T05:48:48.9535742Z test/test_deploy.py::TestFreezer::test_compile_string 2022-05-18T05:48:48.9536420Z /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:48:48.9536900Z other = LooseVersion(other) 2022-05-18T05:48:48.9537226Z 2022-05-18T05:48:48.9537544Z -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 2022-05-18T05:48:48.9538113Z ======================== 1 passed, 2 warnings in 2.19s ========================= 2022-05-18T05:48:49.2031480Z Running test_hub ... [2022-05-18 05:48:49.202577] 2022-05-18T05:48:49.2032145Z Executing ['/opt/conda/bin/python', 'test_hub.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:48:49.202684] 2022-05-18T05:48:50.1943272Z Running test_pruning_op ... [2022-05-18 05:48:50.193762] 2022-05-18T05:48:50.1943954Z Executing ['/opt/conda/bin/python', 'test_pruning_op.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:48:50.193907] 2022-05-18T05:48:51.7021109Z 2022-05-18T05:48:51.7021421Z real 101m23.929s 2022-05-18T05:48:51.7021755Z user 103m40.961s 2022-05-18T05:48:51.7022004Z sys 7m51.929s 2022-05-18T05:48:51.7022239Z + assert_git_not_dirty 2022-05-18T05:48:51.7022818Z + [[ linux-bionic-cuda10.2-py3.9-gcc7-default != *rocm* ]] 2022-05-18T05:48:51.7023324Z + [[ linux-bionic-cuda10.2-py3.9-gcc7-default != *xla* ]] 2022-05-18T05:48:51.7026396Z ++ git status --porcelain 2022-05-18T05:48:52.5272328Z + git_status= 2022-05-18T05:48:52.5272785Z + [[ -n '' ]] 2022-05-18T05:48:52.5273026Z + test_libtorch 2022-05-18T05:48:52.5273481Z + [[ linux-bionic-cuda10.2-py3.9-gcc7-default != *rocm* ]] 2022-05-18T05:48:52.5273883Z + echo 'Testing libtorch' 2022-05-18T05:48:52.5274128Z Testing libtorch 2022-05-18T05:48:52.5274737Z + ln -sf /opt/conda/lib/python3.9/site-packages/torch/lib/libbackend_with_compiler.so /opt/conda/lib/python3.9/site-packages/torch/bin 2022-05-18T05:48:52.5286814Z + ln -sf /opt/conda/lib/python3.9/site-packages/torch/lib/libjitbackend_test.so /opt/conda/lib/python3.9/site-packages/torch/bin 2022-05-18T05:48:52.5298061Z + 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 /opt/conda/lib/python3.9/site-packages/torch/bin 2022-05-18T05:48:52.5310218Z + ln -sf /opt/conda/lib/python3.9/site-packages/torch/lib/libshm.so /opt/conda/lib/python3.9/site-packages/torch/bin 2022-05-18T05:48:52.5322038Z + 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 /opt/conda/lib/python3.9/site-packages/torch/bin 2022-05-18T05:48:52.5333084Z + ln -sf '/opt/conda/lib/python3.9/site-packages/torch/lib/libtbb*' /opt/conda/lib/python3.9/site-packages/torch/bin 2022-05-18T05:48:52.5344990Z + TEST_REPORTS_DIR=test/test-reports/cpp-unittest/test_libtorch 2022-05-18T05:48:52.5345480Z + mkdir -p test/test-reports/cpp-unittest/test_libtorch 2022-05-18T05:48:52.5345937Z + python tools/download_mnist.py --quiet -d test/cpp/api/mnist 2022-05-18T05:48:52.5359305Z + python test/cpp/jit/tests_setup.py setup 2022-05-18T05:48:52.5978154Z Downloading http://yann.lecun.com/exdb/mnist/train-images-idx3-ubyte.gz ... 2022-05-18T05:48:53.0557579Z Downloading http://yann.lecun.com/exdb/mnist/train-labels-idx1-ubyte.gz ... 2022-05-18T05:48:53.0761746Z Downloading http://yann.lecun.com/exdb/mnist/t10k-images-idx3-ubyte.gz ... 2022-05-18T05:48:53.1638665Z Downloading http://yann.lecun.com/exdb/mnist/t10k-labels-idx1-ubyte.gz ... 2022-05-18T05:48:55.6500591Z + [[ linux-bionic-cuda10.2-py3.9-gcc7-default == *cuda* ]] 2022-05-18T05:48:55.6501326Z + /opt/conda/lib/python3.9/site-packages/torch/bin/test_jit --gtest_output=xml:test/test-reports/cpp-unittest/test_libtorch/test_jit.xml 2022-05-18T05:48:57.7956679Z Only one CUDA device detected. Disabling MultiCUDA tests 2022-05-18T05:48:57.7965972Z Note: Google Test filter = *-*_MultiCUDA 2022-05-18T05:48:57.7966406Z [==========] Running 1054 tests from 109 test suites. 2022-05-18T05:48:57.7966859Z [----------] Global test environment set-up. 2022-05-18T05:48:57.7967271Z [----------] 2 tests from AddIfThenElseOpTest 2022-05-18T05:48:57.7967742Z [ RUN ] AddIfThenElseOpTest.AddIfThenElseOpSimple 2022-05-18T05:48:57.8050103Z [ OK ] AddIfThenElseOpTest.AddIfThenElseOpSimple (8 ms) 2022-05-18T05:48:57.8050693Z [ RUN ] AddIfThenElseOpTest.NoIfThenElseOpMultipleOutputs 2022-05-18T05:48:57.8051334Z [ OK ] AddIfThenElseOpTest.NoIfThenElseOpMultipleOutputs (0 ms) 2022-05-18T05:48:57.8051863Z [----------] 2 tests from AddIfThenElseOpTest (8 ms total) 2022-05-18T05:48:57.8052104Z 2022-05-18T05:48:57.8052362Z [----------] 15 tests from TopologicalMoveTest 2022-05-18T05:48:57.8053177Z [ RUN ] TopologicalMoveTest.SplitsDeps 2022-05-18T05:48:57.8054234Z [ OK ] TopologicalMoveTest.SplitsDeps (0 ms) 2022-05-18T05:48:57.8054871Z [ RUN ] TopologicalMoveTest.MoveAfterBackwardSimple 2022-05-18T05:48:57.8055433Z [ OK ] TopologicalMoveTest.MoveAfterBackwardSimple (0 ms) 2022-05-18T05:48:57.8056010Z [ RUN ] TopologicalMoveTest.MoveAfterBackwardInvalid 2022-05-18T05:48:57.8057012Z [ OK ] TopologicalMoveTest.MoveAfterBackwardInvalid (0 ms) 2022-05-18T05:48:57.8057529Z [ RUN ] TopologicalMoveTest.MoveAfterNoOp 2022-05-18T05:48:57.8058920Z [ OK ] TopologicalMoveTest.MoveAfterNoOp (0 ms) 2022-05-18T05:48:57.8059461Z [ RUN ] TopologicalMoveTest.MoveAfterBackwardMultipleDeps 2022-05-18T05:48:57.8061425Z [ OK ] TopologicalMoveTest.MoveAfterBackwardMultipleDeps (0 ms) 2022-05-18T05:48:57.8062047Z [ RUN ] TopologicalMoveTest.MoveAfterBackwardNonZeroWorkingSet 2022-05-18T05:48:57.8063206Z [ OK ] TopologicalMoveTest.MoveAfterBackwardNonZeroWorkingSet (0 ms) 2022-05-18T05:48:57.8063793Z [ RUN ] TopologicalMoveTest.MoveAfterForwardSimple 2022-05-18T05:48:57.8065120Z [ OK ] TopologicalMoveTest.MoveAfterForwardSimple (0 ms) 2022-05-18T05:48:57.8065703Z [ RUN ] TopologicalMoveTest.MoveAfterForwardNonZeroWorkingSet 2022-05-18T05:48:57.8067110Z [ OK ] TopologicalMoveTest.MoveAfterForwardNonZeroWorkingSet (0 ms) 2022-05-18T05:48:57.8067674Z [ RUN ] TopologicalMoveTest.MoveBeforeForwardSimple 2022-05-18T05:48:57.8069095Z [ OK ] TopologicalMoveTest.MoveBeforeForwardSimple (0 ms) 2022-05-18T05:48:57.8069643Z [ RUN ] TopologicalMoveTest.MoveBeforeBackwardSimple 2022-05-18T05:48:57.8071039Z [ OK ] TopologicalMoveTest.MoveBeforeBackwardSimple (0 ms) 2022-05-18T05:48:57.8071535Z [ RUN ] TopologicalMoveTest.MoveBeforeNoOp 2022-05-18T05:48:57.8073046Z [ OK ] TopologicalMoveTest.MoveBeforeNoOp (0 ms) 2022-05-18T05:48:57.8073623Z [ RUN ] TopologicalMoveTest.MoveBeforeForwardWithDeps 2022-05-18T05:48:57.8074922Z [ OK ] TopologicalMoveTest.MoveBeforeForwardWithDeps (0 ms) 2022-05-18T05:48:57.8075473Z [ RUN ] TopologicalMoveTest.MoveBeforeBackwardWithDeps 2022-05-18T05:48:57.8076891Z [ OK ] TopologicalMoveTest.MoveBeforeBackwardWithDeps (0 ms) 2022-05-18T05:48:57.8077419Z [ RUN ] TopologicalMoveTest.DepsDisallowMove 2022-05-18T05:48:57.8080201Z [ OK ] TopologicalMoveTest.DepsDisallowMove (0 ms) 2022-05-18T05:48:57.8080797Z [ RUN ] TopologicalMoveTest.MoveAfterBeforeWithDeps 2022-05-18T05:48:57.8081871Z [ OK ] TopologicalMoveTest.MoveAfterBeforeWithDeps (0 ms) 2022-05-18T05:48:57.8082402Z [----------] 15 tests from TopologicalMoveTest (3 ms total) 2022-05-18T05:48:57.8082650Z 2022-05-18T05:48:57.8083002Z [----------] 6 tests from AliasAnalysisTest 2022-05-18T05:48:57.8083488Z [ RUN ] AliasAnalysisTest.AliasingMutationBlocksMoves 2022-05-18T05:48:57.8148859Z [ OK ] AliasAnalysisTest.AliasingMutationBlocksMoves (6 ms) 2022-05-18T05:48:57.8149689Z [ RUN ] AliasAnalysisTest.AliasingMutationBlocksMoves2 2022-05-18T05:48:57.8150242Z [ OK ] AliasAnalysisTest.AliasingMutationBlocksMoves2 (0 ms) 2022-05-18T05:48:57.8150766Z [ RUN ] AliasAnalysisTest.SideEffectsBlockMoves 2022-05-18T05:48:57.8151273Z [ OK ] AliasAnalysisTest.SideEffectsBlockMoves (0 ms) 2022-05-18T05:48:57.8152018Z [ RUN ] AliasAnalysisTest.MovingAcrossInnerBlocks 2022-05-18T05:48:57.8153014Z [ OK ] AliasAnalysisTest.MovingAcrossInnerBlocks (0 ms) 2022-05-18T05:48:57.8153558Z [ RUN ] AliasAnalysisTest.NoneHasNoWriters 2022-05-18T05:48:57.8154035Z [ OK ] AliasAnalysisTest.NoneHasNoWriters (0 ms) 2022-05-18T05:48:57.8154557Z [ RUN ] AliasAnalysisTest.SafeToChangeAliasingRelationship 2022-05-18T05:48:57.8155978Z [ OK ] AliasAnalysisTest.SafeToChangeAliasingRelationship (0 ms) 2022-05-18T05:48:57.8156538Z [----------] 6 tests from AliasAnalysisTest (7 ms total) 2022-05-18T05:48:57.8156772Z 2022-05-18T05:48:57.8156983Z [----------] 4 tests from WriteTrackingTest 2022-05-18T05:48:57.8157736Z [ RUN ] WriteTrackingTest.Basic 2022-05-18T05:48:57.8158489Z [ OK ] WriteTrackingTest.Basic (0 ms) 2022-05-18T05:48:57.8159275Z [ RUN ] WriteTrackingTest.IsMutable 2022-05-18T05:48:57.8159787Z [ OK ] WriteTrackingTest.IsMutable (0 ms) 2022-05-18T05:48:57.8160215Z [ RUN ] WriteTrackingTest.IsImmutable 2022-05-18T05:48:57.8160651Z [ OK ] WriteTrackingTest.IsImmutable (0 ms) 2022-05-18T05:48:57.8161058Z [ RUN ] WriteTrackingTest.HasWriters 2022-05-18T05:48:57.8161574Z [ OK ] WriteTrackingTest.HasWriters (0 ms) 2022-05-18T05:48:57.8162286Z [----------] 4 tests from WriteTrackingTest (0 ms total) 2022-05-18T05:48:57.8162530Z 2022-05-18T05:48:57.8162840Z [----------] 13 tests from ContainerAliasingTest 2022-05-18T05:48:57.8163569Z [ RUN ] ContainerAliasingTest.MayContainAlias 2022-05-18T05:48:57.8164136Z [ OK ] ContainerAliasingTest.MayContainAlias (0 ms) 2022-05-18T05:48:57.8164644Z [ RUN ] ContainerAliasingTest.MayContainAlias_cast 2022-05-18T05:48:57.8165451Z [ OK ] ContainerAliasingTest.MayContainAlias_cast (0 ms) 2022-05-18T05:48:57.8166271Z [ RUN ] ContainerAliasingTest.PrimitveValuesDontAliasContainers 2022-05-18T05:48:57.8167050Z [ OK ] ContainerAliasingTest.PrimitveValuesDontAliasContainers (0 ms) 2022-05-18T05:48:57.8167847Z [ RUN ] ContainerAliasingTest.UnionAliasing 2022-05-18T05:48:57.8168721Z [ OK ] ContainerAliasingTest.UnionAliasing (0 ms) 2022-05-18T05:48:57.8169396Z [ RUN ] ContainerAliasingTest.InputsCanAliasOutputs 2022-05-18T05:48:57.8170235Z [ OK ] ContainerAliasingTest.InputsCanAliasOutputs (0 ms) 2022-05-18T05:48:57.8170756Z [ RUN ] ContainerAliasingTest.NestedTupleConstruct 2022-05-18T05:48:57.8171600Z [ OK ] ContainerAliasingTest.NestedTupleConstruct (0 ms) 2022-05-18T05:48:57.8172112Z [ RUN ] ContainerAliasingTest.NestedTypes 2022-05-18T05:48:57.8172582Z [ OK ] ContainerAliasingTest.NestedTypes (0 ms) 2022-05-18T05:48:57.8173006Z [ RUN ] ContainerAliasingTest.Simple 2022-05-18T05:48:57.8173479Z [ OK ] ContainerAliasingTest.Simple (0 ms) 2022-05-18T05:48:57.8174188Z [ RUN ] ContainerAliasingTest.Lists 2022-05-18T05:48:57.8174660Z [ OK ] ContainerAliasingTest.Lists (0 ms) 2022-05-18T05:48:57.8175090Z [ RUN ] ContainerAliasingTest.Lists2 2022-05-18T05:48:57.8175645Z [ OK ] ContainerAliasingTest.Lists2 (0 ms) 2022-05-18T05:48:57.8176095Z [ RUN ] ContainerAliasingTest.Conservative 2022-05-18T05:48:57.8176721Z [ OK ] ContainerAliasingTest.Conservative (0 ms) 2022-05-18T05:48:57.8177531Z [ RUN ] ContainerAliasingTest.MovesAcrossContainedWrites 2022-05-18T05:48:57.8178124Z [ OK ] ContainerAliasingTest.MovesAcrossContainedWrites (0 ms) 2022-05-18T05:48:57.8179068Z [ RUN ] ContainerAliasingTest.MovesAcrossContainedWritesNested 2022-05-18T05:48:57.8180466Z [ OK ] ContainerAliasingTest.MovesAcrossContainedWritesNested (0 ms) 2022-05-18T05:48:57.8181057Z [----------] 13 tests from ContainerAliasingTest (1 ms total) 2022-05-18T05:48:57.8181306Z 2022-05-18T05:48:57.8181521Z [----------] 3 tests from WildcardsTest 2022-05-18T05:48:57.8181874Z [ RUN ] WildcardsTest.Basic 2022-05-18T05:48:57.8182977Z [ OK ] WildcardsTest.Basic (0 ms) 2022-05-18T05:48:57.8183397Z [ RUN ] WildcardsTest.TypeIsolation 2022-05-18T05:48:57.8184334Z [ OK ] WildcardsTest.TypeIsolation (0 ms) 2022-05-18T05:48:57.8185225Z [ RUN ] WildcardsTest.InvariantContainerAliasing 2022-05-18T05:48:57.8185826Z [ OK ] WildcardsTest.InvariantContainerAliasing (0 ms) 2022-05-18T05:48:57.8186622Z [----------] 3 tests from WildcardsTest (0 ms total) 2022-05-18T05:48:57.8187020Z 2022-05-18T05:48:57.8187375Z [----------] 18 tests from AliasRegistrationTest 2022-05-18T05:48:57.8187907Z [ RUN ] AliasRegistrationTest.ConservativeWithInferredSchema 2022-05-18T05:48:57.8188716Z [ OK ] AliasRegistrationTest.ConservativeWithInferredSchema (0 ms) 2022-05-18T05:48:57.8189512Z [ RUN ] AliasRegistrationTest.ConservativeWithSpecifiedSchema 2022-05-18T05:48:57.8190155Z [ OK ] AliasRegistrationTest.ConservativeWithSpecifiedSchema (0 ms) 2022-05-18T05:48:57.8190835Z [ RUN ] AliasRegistrationTest.ConservativeWithAliasingAnnotationsShouldError 2022-05-18T05:48:57.8226611Z [ OK ] AliasRegistrationTest.ConservativeWithAliasingAnnotationsShouldError (3 ms) 2022-05-18T05:48:57.8227375Z [ RUN ] AliasRegistrationTest.ConservativeWithAliasingAnnotationsShouldError2 2022-05-18T05:48:57.8260858Z [ OK ] AliasRegistrationTest.ConservativeWithAliasingAnnotationsShouldError2 (3 ms) 2022-05-18T05:48:57.8261593Z [ RUN ] AliasRegistrationTest.FromSchemaWithInferredSchemaShouldError 2022-05-18T05:48:57.8275247Z [ OK ] AliasRegistrationTest.FromSchemaWithInferredSchemaShouldError (1 ms) 2022-05-18T05:48:57.8275895Z [ RUN ] AliasRegistrationTest.FromSchemaInferredPure 2022-05-18T05:48:57.8276914Z [ OK ] AliasRegistrationTest.FromSchemaInferredPure (0 ms) 2022-05-18T05:48:57.8278229Z [ RUN ] AliasRegistrationTest.FromSchemaAliased 2022-05-18T05:48:57.8279311Z [ OK ] AliasRegistrationTest.FromSchemaAliased (0 ms) 2022-05-18T05:48:57.8280327Z [ RUN ] AliasRegistrationTest.FromSchemaPure 2022-05-18T05:48:57.8281320Z [ OK ] AliasRegistrationTest.FromSchemaPure (0 ms) 2022-05-18T05:48:57.8282185Z [ RUN ] AliasRegistrationTest.PureNoSchema 2022-05-18T05:48:57.8283073Z [ OK ] AliasRegistrationTest.PureNoSchema (0 ms) 2022-05-18T05:48:57.8283561Z [ RUN ] AliasRegistrationTest.PureWithSchema 2022-05-18T05:48:57.8284028Z [ OK ] AliasRegistrationTest.PureWithSchema (0 ms) 2022-05-18T05:48:57.8284578Z [ RUN ] AliasRegistrationTest.PureWithAnnotationsShouldError 2022-05-18T05:48:57.8316859Z [ OK ] AliasRegistrationTest.PureWithAnnotationsShouldError (3 ms) 2022-05-18T05:48:57.8318063Z [ RUN ] AliasRegistrationTest.AliasMoveAtenListOp 2022-05-18T05:48:57.8318907Z [ OK ] AliasRegistrationTest.AliasMoveAtenListOp (0 ms) 2022-05-18T05:48:57.8319886Z [ RUN ] AliasRegistrationTest.AliasMoveForTupleConstructWithSingleUseAsGraphOutput 2022-05-18T05:48:57.8321403Z [ OK ] AliasRegistrationTest.AliasMoveForTupleConstructWithSingleUseAsGraphOutput (0 ms) 2022-05-18T05:48:57.8322640Z [ RUN ] AliasRegistrationTest.RecursiveSubgraphTupleContainment 2022-05-18T05:48:57.8323591Z [ OK ] AliasRegistrationTest.RecursiveSubgraphTupleContainment (0 ms) 2022-05-18T05:48:57.8324856Z [ RUN ] AliasRegistrationTest.WildcardAliasForTupleConstructWithUses 2022-05-18T05:48:57.8325855Z [ OK ] AliasRegistrationTest.WildcardAliasForTupleConstructWithUses (0 ms) 2022-05-18T05:48:57.8326460Z [ RUN ] AliasRegistrationTest.ATenSplitIntListAliasCheck 2022-05-18T05:48:57.8327040Z [ OK ] AliasRegistrationTest.ATenSplitIntListAliasCheck (0 ms) 2022-05-18T05:48:57.8327611Z [ RUN ] AliasRegistrationTest.ATenSplitIntAliasCheck 2022-05-18T05:48:57.8328165Z [ OK ] AliasRegistrationTest.ATenSplitIntAliasCheck (0 ms) 2022-05-18T05:48:57.8328728Z [ RUN ] AliasRegistrationTest.PureWithAnnotationsShouldError2 2022-05-18T05:48:57.8359581Z [ OK ] AliasRegistrationTest.PureWithAnnotationsShouldError2 (3 ms) 2022-05-18T05:48:57.8360879Z [----------] 18 tests from AliasRegistrationTest (17 ms total) 2022-05-18T05:48:57.8361129Z 2022-05-18T05:48:57.8361358Z [----------] 2 tests from ArgumentSpecTest 2022-05-18T05:48:57.8361801Z [ RUN ] ArgumentSpecTest.CompleteArgumentSpec_CUDA 2022-05-18T05:48:59.0532631Z [ OK ] ArgumentSpecTest.CompleteArgumentSpec_CUDA (1217 ms) 2022-05-18T05:48:59.0533305Z [ RUN ] ArgumentSpecTest.Basic_CUDA 2022-05-18T05:48:59.0534312Z [ OK ] ArgumentSpecTest.Basic_CUDA (0 ms) 2022-05-18T05:48:59.0535159Z [----------] 2 tests from ArgumentSpecTest (1217 ms total) 2022-05-18T05:48:59.0535691Z 2022-05-18T05:48:59.0536137Z [----------] 3 tests from AutodiffTest 2022-05-18T05:48:59.0536672Z [ RUN ] AutodiffTest.ADFormulas 2022-05-18T05:48:59.1256945Z [ OK ] AutodiffTest.ADFormulas (72 ms) 2022-05-18T05:48:59.1257848Z [ RUN ] AutodiffTest.Differentiate 2022-05-18T05:48:59.1264818Z [ OK ] AutodiffTest.Differentiate (0 ms) 2022-05-18T05:48:59.1265840Z [ RUN ] AutodiffTest.DifferentiateWithRequiresGrad 2022-05-18T05:48:59.1291539Z [ OK ] AutodiffTest.DifferentiateWithRequiresGrad (2 ms) 2022-05-18T05:48:59.1292601Z [----------] 3 tests from AutodiffTest (75 ms total) 2022-05-18T05:48:59.1292814Z 2022-05-18T05:48:59.1293104Z [----------] 1 test from AutodiffRemoveUnusedGradientsTest 2022-05-18T05:48:59.1293607Z [ RUN ] AutodiffRemoveUnusedGradientsTest.Linear 2022-05-18T05:48:59.1310869Z [ OK ] AutodiffRemoveUnusedGradientsTest.Linear (1 ms) 2022-05-18T05:48:59.1311879Z [----------] 1 test from AutodiffRemoveUnusedGradientsTest (1 ms total) 2022-05-18T05:48:59.1312135Z 2022-05-18T05:48:59.1312348Z [----------] 1 test from UpgraderLoad 2022-05-18T05:48:59.1312787Z [ RUN ] UpgraderLoad.CanPopulateUpgradersGraph 2022-05-18T05:48:59.1383758Z [ OK ] UpgraderLoad.CanPopulateUpgradersGraph (7 ms) 2022-05-18T05:48:59.1384774Z [----------] 1 test from UpgraderLoad (7 ms total) 2022-05-18T05:48:59.1385144Z 2022-05-18T05:48:59.1385383Z [----------] 4 tests from OpReplacementTest 2022-05-18T05:48:59.1385857Z [ RUN ] OpReplacementTest.ReplaceDivInSimpleFunction 2022-05-18T05:48:59.1386958Z [ OK ] OpReplacementTest.ReplaceDivInSimpleFunction (0 ms) 2022-05-18T05:48:59.1387909Z [ RUN ] OpReplacementTest.ReplaceTwoOpsInSimpleFunction 2022-05-18T05:48:59.1390224Z [ OK ] OpReplacementTest.ReplaceTwoOpsInSimpleFunction (0 ms) 2022-05-18T05:48:59.1391312Z [ RUN ] OpReplacementTest.ReplaceDivInNestedFunction 2022-05-18T05:48:59.1393816Z [ OK ] OpReplacementTest.ReplaceDivInNestedFunction (0 ms) 2022-05-18T05:48:59.1394843Z [ RUN ] OpReplacementTest.ReplaceTestSubcmulInSimpleFunction 2022-05-18T05:48:59.1396527Z [ OK ] OpReplacementTest.ReplaceTestSubcmulInSimpleFunction (0 ms) 2022-05-18T05:48:59.1397707Z [----------] 4 tests from OpReplacementTest (1 ms total) 2022-05-18T05:48:59.1398096Z 2022-05-18T05:48:59.1398318Z [----------] 4 tests from UpgraderUtils 2022-05-18T05:48:59.1398724Z [ RUN ] UpgraderUtils.FindCorrectUpgrader 2022-05-18T05:48:59.1399195Z [ OK ] UpgraderUtils.FindCorrectUpgrader (0 ms) 2022-05-18T05:48:59.1399654Z [ RUN ] UpgraderUtils.IsVersionMapSorted 2022-05-18T05:48:59.1400105Z [ OK ] UpgraderUtils.IsVersionMapSorted (0 ms) 2022-05-18T05:48:59.1400561Z [ RUN ] UpgraderUtils.FindIfOpIsCurrent 2022-05-18T05:48:59.1401015Z [ OK ] UpgraderUtils.FindIfOpIsCurrent (0 ms) 2022-05-18T05:48:59.1401441Z [ RUN ] UpgraderUtils.CanLoadHistoricOp 2022-05-18T05:48:59.1401893Z [ OK ] UpgraderUtils.CanLoadHistoricOp (0 ms) 2022-05-18T05:48:59.1402339Z [----------] 4 tests from UpgraderUtils (0 ms total) 2022-05-18T05:48:59.1402559Z 2022-05-18T05:48:59.1402762Z [----------] 9 tests from BackendTest 2022-05-18T05:48:59.1403114Z [ RUN ] BackendTest.ToBackend 2022-05-18T05:48:59.1474208Z [ OK ] BackendTest.ToBackend (7 ms) 2022-05-18T05:48:59.1474895Z [ RUN ] BackendTest.ToBackendNotAvailable 2022-05-18T05:48:59.1510422Z [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-18T05:48:59.1536825Z [ OK ] BackendTest.ToBackendNotAvailable (6 ms) 2022-05-18T05:48:59.1537273Z [ RUN ] BackendTest.TestCompiler 2022-05-18T05:48:59.1627654Z [ OK ] BackendTest.TestCompiler (9 ms) 2022-05-18T05:48:59.1628121Z [ RUN ] BackendTest.TestCompilerWithStringTable 2022-05-18T05:48:59.1714309Z [ OK ] BackendTest.TestCompilerWithStringTable (8 ms) 2022-05-18T05:48:59.1714771Z [ RUN ] BackendTest.TestComposite 2022-05-18T05:48:59.1880091Z [ OK ] BackendTest.TestComposite (16 ms) 2022-05-18T05:48:59.1880508Z [ RUN ] BackendTest.TestPrimDtype 2022-05-18T05:48:59.1889004Z [ OK ] BackendTest.TestPrimDtype (0 ms) 2022-05-18T05:48:59.1889468Z [ RUN ] BackendTest.TestCompositeWithSetStates 2022-05-18T05:48:59.2056057Z [ OK ] BackendTest.TestCompositeWithSetStates (16 ms) 2022-05-18T05:48:59.2056743Z [ RUN ] BackendTest.TestConsistencyOfCompositeWithSetStates 2022-05-18T05:48:59.2357619Z [ OK ] BackendTest.TestConsistencyOfCompositeWithSetStates (30 ms) 2022-05-18T05:48:59.2358162Z [ RUN ] BackendTest.TestCompilerNotSupport 2022-05-18T05:48:59.2379312Z [ OK ] BackendTest.TestCompilerNotSupport (2 ms) 2022-05-18T05:48:59.2379943Z [----------] 9 tests from BackendTest (98 ms total) 2022-05-18T05:48:59.2380302Z 2022-05-18T05:48:59.2380546Z [----------] 6 tests from BackendTestDebugInfo 2022-05-18T05:48:59.2380985Z [ RUN ] BackendTestDebugInfo.TestCompiler 2022-05-18T05:48:59.2537404Z [ OK ] BackendTestDebugInfo.TestCompiler (15 ms) 2022-05-18T05:48:59.2537919Z [ RUN ] BackendTestDebugInfo.TestCompilerWithStringTable 2022-05-18T05:48:59.2697170Z [ OK ] BackendTestDebugInfo.TestCompilerWithStringTable (15 ms) 2022-05-18T05:48:59.2697861Z [ RUN ] BackendTestDebugInfo.TestExceptionStackForCompilerWithModuleHierarchy 2022-05-18T05:48:59.2861275Z [ OK ] BackendTestDebugInfo.TestExceptionStackForCompilerWithModuleHierarchy (16 ms) 2022-05-18T05:48:59.2862069Z [ RUN ] BackendTestDebugInfo.TestExceptionStackForCompilerWithTwoLevelModuleHierarchy 2022-05-18T05:48:59.3026072Z [ OK ] BackendTestDebugInfo.TestExceptionStackForCompilerWithTwoLevelModuleHierarchy (16 ms) 2022-05-18T05:48:59.3026880Z [ RUN ] BackendTestDebugInfo.TestExceptionStackForCompilerWithLoweredSubModule 2022-05-18T05:48:59.3195631Z [ OK ] BackendTestDebugInfo.TestExceptionStackForCompilerWithLoweredSubModule (16 ms) 2022-05-18T05:48:59.3196494Z [ RUN ] BackendTestDebugInfo.TestExceptionStackForCompilerWithSelectiveLoweredSubModule 2022-05-18T05:48:59.3368302Z [ OK ] BackendTestDebugInfo.TestExceptionStackForCompilerWithSelectiveLoweredSubModule (17 ms) 2022-05-18T05:48:59.3369019Z [----------] 6 tests from BackendTestDebugInfo (98 ms total) 2022-05-18T05:48:59.3369261Z 2022-05-18T05:48:59.3369482Z [----------] 4 tests from ClassImportTest 2022-05-18T05:48:59.3369854Z [ RUN ] ClassImportTest.Basic 2022-05-18T05:48:59.3378510Z [ OK ] ClassImportTest.Basic (1 ms) 2022-05-18T05:48:59.3379282Z [ RUN ] ClassImportTest.ScriptObject 2022-05-18T05:48:59.3414739Z [ OK ] ClassImportTest.ScriptObject (3 ms) 2022-05-18T05:48:59.3415157Z [ RUN ] ClassImportTest.ClassDerive 2022-05-18T05:48:59.3416144Z [ OK ] ClassImportTest.ClassDerive (0 ms) 2022-05-18T05:48:59.3416566Z [ RUN ] ClassImportTest.CustomClass 2022-05-18T05:48:59.3419748Z [ OK ] ClassImportTest.CustomClass (0 ms) 2022-05-18T05:48:59.3420201Z [----------] 4 tests from ClassImportTest (5 ms total) 2022-05-18T05:48:59.3420427Z 2022-05-18T05:48:59.3420665Z [----------] 1 test from ClassParserTest 2022-05-18T05:48:59.3421059Z [ RUN ] ClassParserTest.Basic 2022-05-18T05:48:59.3421437Z [ OK ] ClassParserTest.Basic (0 ms) 2022-05-18T05:48:59.3421865Z [----------] 1 test from ClassParserTest (0 ms total) 2022-05-18T05:48:59.3422085Z 2022-05-18T05:48:59.3422294Z [----------] 3 tests from ClassTypeTest 2022-05-18T05:48:59.3422685Z [ RUN ] ClassTypeTest.AddRemoveAttr 2022-05-18T05:48:59.3423090Z [ OK ] ClassTypeTest.AddRemoveAttr (0 ms) 2022-05-18T05:48:59.3423518Z [ RUN ] ClassTypeTest.AddRemoveConstant 2022-05-18T05:48:59.3423973Z [ OK ] ClassTypeTest.AddRemoveConstant (0 ms) 2022-05-18T05:48:59.3424434Z [ RUN ] ClassTypeTest.IdenticalTypesDifferentCus 2022-05-18T05:48:59.3434691Z [ OK ] ClassTypeTest.IdenticalTypesDifferentCus (1 ms) 2022-05-18T05:48:59.3435389Z [----------] 3 tests from ClassTypeTest (1 ms total) 2022-05-18T05:48:59.3435845Z 2022-05-18T05:48:59.3436099Z [----------] 2 tests from TestCodeTemplate 2022-05-18T05:48:59.3436479Z [ RUN ] TestCodeTemplate.Copying 2022-05-18T05:48:59.3436890Z [ OK ] TestCodeTemplate.Copying (0 ms) 2022-05-18T05:48:59.3437308Z [ RUN ] TestCodeTemplate.Formatting 2022-05-18T05:48:59.3437726Z [ OK ] TestCodeTemplate.Formatting (0 ms) 2022-05-18T05:48:59.3438174Z [----------] 2 tests from TestCodeTemplate (0 ms total) 2022-05-18T05:48:59.3438396Z 2022-05-18T05:48:59.3438607Z [----------] 13 tests from ConcatOptTest 2022-05-18T05:48:59.3439168Z [ RUN ] ConcatOptTest.SimpleCommonInputsEliminationPrefix 2022-05-18T05:48:59.3499647Z [ OK ] ConcatOptTest.SimpleCommonInputsEliminationPrefix (6 ms) 2022-05-18T05:48:59.3500844Z [ RUN ] ConcatOptTest.SimpleCommonInputsEliminationSuffix 2022-05-18T05:48:59.3536430Z [ OK ] ConcatOptTest.SimpleCommonInputsEliminationSuffix (3 ms) 2022-05-18T05:48:59.3537348Z [ RUN ] ConcatOptTest.CommonInputsEliminationWithDifferentOrderInputs 2022-05-18T05:48:59.3575356Z [ OK ] ConcatOptTest.CommonInputsEliminationWithDifferentOrderInputs (3 ms) 2022-05-18T05:48:59.3575980Z [ RUN ] ConcatOptTest.MoreCommonInputsElimination 2022-05-18T05:48:59.3653726Z [ OK ] ConcatOptTest.MoreCommonInputsElimination (7 ms) 2022-05-18T05:48:59.3654348Z [ RUN ] ConcatOptTest.ExpandConcat 2022-05-18T05:48:59.3684867Z [ OK ] ConcatOptTest.ExpandConcat (3 ms) 2022-05-18T05:48:59.3685351Z [ RUN ] ConcatOptTest.ConcatWithoutResultShape 2022-05-18T05:48:59.3714371Z [ OK ] ConcatOptTest.ConcatWithoutResultShape (2 ms) 2022-05-18T05:48:59.3715407Z [ RUN ] ConcatOptTest.ConcatWithoutInputShape 2022-05-18T05:48:59.3742950Z [ OK ] ConcatOptTest.ConcatWithoutInputShape (2 ms) 2022-05-18T05:48:59.3743906Z [ RUN ] ConcatOptTest.UseVariadicCat 2022-05-18T05:48:59.3801734Z [ OK ] ConcatOptTest.UseVariadicCat (5 ms) 2022-05-18T05:48:59.3820937Z [ RUN ] ConcatOptTest.UseVariadicCatWithMultipleListUses 2022-05-18T05:48:59.3830272Z [ OK ] ConcatOptTest.UseVariadicCatWithMultipleListUses (2 ms) 2022-05-18T05:48:59.3831475Z [ RUN ] ConcatOptTest.UseVariadicCatWithListMutationAfterCat 2022-05-18T05:48:59.3865954Z [ OK ] ConcatOptTest.UseVariadicCatWithListMutationAfterCat (3 ms) 2022-05-18T05:48:59.3867217Z [ RUN ] ConcatOptTest.UseVariadicCatWithListMutationBeforeCat 2022-05-18T05:48:59.3905568Z [ OK ] ConcatOptTest.UseVariadicCatWithListMutationBeforeCat (3 ms) 2022-05-18T05:48:59.3906811Z [ RUN ] ConcatOptTest.UseVariadicCatWithMultipleListMutations 2022-05-18T05:48:59.3963767Z [ OK ] ConcatOptTest.UseVariadicCatWithMultipleListMutations (5 ms) 2022-05-18T05:48:59.3965252Z [ RUN ] ConcatOptTest.RemoveListMutationUseVariadicCatAndCommonInputsElimination 2022-05-18T05:48:59.4005580Z [ OK ] ConcatOptTest.RemoveListMutationUseVariadicCatAndCommonInputsElimination (4 ms) 2022-05-18T05:48:59.4006832Z [----------] 13 tests from ConcatOptTest (56 ms total) 2022-05-18T05:48:59.4007268Z 2022-05-18T05:48:59.4007694Z [----------] 1 test from OptimizeConcatTest 2022-05-18T05:48:59.4008673Z [ RUN ] OptimizeConcatTest.UseVariadicCatReplaceMultiple 2022-05-18T05:48:59.4049615Z [ OK ] OptimizeConcatTest.UseVariadicCatReplaceMultiple (4 ms) 2022-05-18T05:48:59.4050661Z [----------] 1 test from OptimizeConcatTest (4 ms total) 2022-05-18T05:48:59.4051106Z 2022-05-18T05:48:59.4051476Z [----------] 3 tests from ConcatOpt 2022-05-18T05:48:59.4052291Z [ RUN ] ConcatOpt.CombineConcatsSimpleCase 2022-05-18T05:48:59.4053487Z [ OK ] ConcatOpt.CombineConcatsSimpleCase (0 ms) 2022-05-18T05:48:59.4054419Z [ RUN ] ConcatOpt.CombineConcatsLongChain 2022-05-18T05:48:59.4056505Z [ OK ] ConcatOpt.CombineConcatsLongChain (0 ms) 2022-05-18T05:48:59.4057402Z [ RUN ] ConcatOpt.CombineConcatsMutation 2022-05-18T05:48:59.4058967Z [ OK ] ConcatOpt.CombineConcatsMutation (0 ms) 2022-05-18T05:48:59.4059854Z [----------] 3 tests from ConcatOpt (0 ms total) 2022-05-18T05:48:59.4060276Z 2022-05-18T05:48:59.4060713Z [----------] 4 tests from ConstantPoolingTest 2022-05-18T05:48:59.4061486Z [ RUN ] ConstantPoolingTest.Int 2022-05-18T05:48:59.4062252Z [ OK ] ConstantPoolingTest.Int (0 ms) 2022-05-18T05:48:59.4063151Z [ RUN ] ConstantPoolingTest.PoolingAcrossBlocks 2022-05-18T05:48:59.4064165Z [ OK ] ConstantPoolingTest.PoolingAcrossBlocks (0 ms) 2022-05-18T05:48:59.4065268Z [ RUN ] ConstantPoolingTest.PoolingDifferentDevices 2022-05-18T05:48:59.4067405Z [ OK ] ConstantPoolingTest.PoolingDifferentDevices (0 ms) 2022-05-18T05:48:59.4067941Z [ RUN ] ConstantPoolingTest.DictConstantPooling 2022-05-18T05:48:59.4068687Z [ OK ] ConstantPoolingTest.DictConstantPooling (0 ms) 2022-05-18T05:48:59.4069179Z [----------] 4 tests from ConstantPoolingTest (1 ms total) 2022-05-18T05:48:59.4069419Z 2022-05-18T05:48:59.4069636Z [----------] 1 test from CleanupPassTest 2022-05-18T05:48:59.4070020Z [ RUN ] CleanupPassTest.Basic 2022-05-18T05:48:59.4072731Z [ OK ] CleanupPassTest.Basic (0 ms) 2022-05-18T05:48:59.4073162Z [----------] 1 test from CleanupPassTest (0 ms total) 2022-05-18T05:48:59.4073389Z 2022-05-18T05:48:59.4073649Z [----------] 1 test from CreateAutodiffSubgraphsTest 2022-05-18T05:48:59.4074106Z [ RUN ] CreateAutodiffSubgraphsTest.Basic 2022-05-18T05:48:59.4079711Z [ OK ] CreateAutodiffSubgraphsTest.Basic (0 ms) 2022-05-18T05:48:59.4080302Z [----------] 1 test from CreateAutodiffSubgraphsTest (0 ms total) 2022-05-18T05:48:59.4080561Z 2022-05-18T05:48:59.4080779Z [----------] 3 tests from CustomClassTest 2022-05-18T05:48:59.4081205Z [ RUN ] CustomClassTest.TorchbindIValueAPI 2022-05-18T05:48:59.4088476Z [ OK ] CustomClassTest.TorchbindIValueAPI (0 ms) 2022-05-18T05:48:59.4088951Z [ RUN ] CustomClassTest.TestDocString 2022-05-18T05:48:59.4089394Z [ OK ] CustomClassTest.TestDocString (0 ms) 2022-05-18T05:48:59.4089822Z [ RUN ] CustomClassTest.Serialization 2022-05-18T05:48:59.4111663Z [ OK ] CustomClassTest.Serialization (2 ms) 2022-05-18T05:48:59.4112135Z [----------] 3 tests from CustomClassTest (3 ms total) 2022-05-18T05:48:59.4112360Z 2022-05-18T05:48:59.4112593Z [----------] 5 tests from CustomOperatorTest 2022-05-18T05:48:59.4113039Z [ RUN ] CustomOperatorTest.InferredSchema 2022-05-18T05:48:59.4115934Z [ OK ] CustomOperatorTest.InferredSchema (0 ms) 2022-05-18T05:48:59.4116407Z [ RUN ] CustomOperatorTest.ExplicitSchema 2022-05-18T05:48:59.4118504Z [ OK ] CustomOperatorTest.ExplicitSchema (0 ms) 2022-05-18T05:48:59.4118954Z [ RUN ] CustomOperatorTest.ListParameters 2022-05-18T05:48:59.4120938Z [ OK ] CustomOperatorTest.ListParameters (0 ms) 2022-05-18T05:48:59.4121409Z [ RUN ] CustomOperatorTest.ListParameters2 2022-05-18T05:48:59.4124410Z [ OK ] CustomOperatorTest.ListParameters2 (0 ms) 2022-05-18T05:48:59.4124841Z [ RUN ] CustomOperatorTest.Aliasing 2022-05-18T05:48:59.4127519Z [ OK ] CustomOperatorTest.Aliasing (0 ms) 2022-05-18T05:48:59.4128217Z [----------] 5 tests from CustomOperatorTest (1 ms total) 2022-05-18T05:48:59.4128517Z 2022-05-18T05:48:59.4129001Z [----------] 2 tests from TestCustomOperator 2022-05-18T05:48:59.4129676Z [ RUN ] TestCustomOperator.OperatorGeneratorUndeclared 2022-05-18T05:48:59.4130312Z [ OK ] TestCustomOperator.OperatorGeneratorUndeclared (0 ms) 2022-05-18T05:48:59.4131070Z [ RUN ] TestCustomOperator.OperatorGeneratorBasic 2022-05-18T05:48:59.4131590Z [ OK ] TestCustomOperator.OperatorGeneratorBasic (0 ms) 2022-05-18T05:48:59.4132096Z [----------] 2 tests from TestCustomOperator (0 ms total) 2022-05-18T05:48:59.4132327Z 2022-05-18T05:48:59.4132560Z [----------] 1 test from EliminateDeadCodeTest 2022-05-18T05:48:59.4132974Z [ RUN ] EliminateDeadCodeTest.Basic 2022-05-18T05:48:59.4134311Z [ OK ] EliminateDeadCodeTest.Basic (0 ms) 2022-05-18T05:48:59.4134780Z [----------] 1 test from EliminateDeadCodeTest (0 ms total) 2022-05-18T05:48:59.4135018Z 2022-05-18T05:48:59.4135215Z [----------] 5 tests from FuserTest 2022-05-18T05:48:59.4135737Z [ RUN ] FuserTest.TestSimple_CUDA 2022-05-18T05:48:59.5710658Z [ OK ] FuserTest.TestSimple_CUDA (157 ms) 2022-05-18T05:48:59.5711101Z [ RUN ] FuserTest.TestOne_CUDA 2022-05-18T05:49:00.2774288Z [ OK ] FuserTest.TestOne_CUDA (706 ms) 2022-05-18T05:49:00.2774787Z [ RUN ] FuserTest.FusedConcat_CUDA 2022-05-18T05:49:00.8080209Z [ OK ] FuserTest.FusedConcat_CUDA (530 ms) 2022-05-18T05:49:00.8080670Z [ RUN ] FuserTest.FusionAliasing 2022-05-18T05:49:00.8086301Z [ OK ] FuserTest.FusionAliasing (0 ms) 2022-05-18T05:49:00.8086717Z [ RUN ] FuserTest.KernelCaching 2022-05-18T05:49:00.8091445Z [ OK ] FuserTest.KernelCaching (0 ms) 2022-05-18T05:49:00.8091882Z [----------] 5 tests from FuserTest (1395 ms total) 2022-05-18T05:49:00.8092102Z 2022-05-18T05:49:00.8092341Z [----------] 2 tests from GraphExecutorTest 2022-05-18T05:49:00.8092779Z [ RUN ] GraphExecutorTest.Basic_CUDA 2022-05-18T05:49:00.9619700Z [ OK ] GraphExecutorTest.Basic_CUDA (152 ms) 2022-05-18T05:49:00.9620239Z [ RUN ] GraphExecutorTest.runAsync_executor 2022-05-18T05:49:00.9671931Z [ OK ] GraphExecutorTest.runAsync_executor (5 ms) 2022-05-18T05:49:00.9672893Z [----------] 2 tests from GraphExecutorTest (157 ms total) 2022-05-18T05:49:00.9673153Z 2022-05-18T05:49:00.9673399Z [----------] 5 tests from GraphIteratorTest 2022-05-18T05:49:00.9673865Z [ RUN ] GraphIteratorTest.ConstantReturnGraph 2022-05-18T05:49:00.9674360Z [ OK ] GraphIteratorTest.ConstantReturnGraph (0 ms) 2022-05-18T05:49:00.9675058Z [ RUN ] GraphIteratorTest.GraphWithParameters 2022-05-18T05:49:00.9675793Z [ OK ] GraphIteratorTest.GraphWithParameters (0 ms) 2022-05-18T05:49:00.9676258Z [ RUN ] GraphIteratorTest.GraphWithIf 2022-05-18T05:49:00.9677090Z [ OK ] GraphIteratorTest.GraphWithIf (0 ms) 2022-05-18T05:49:00.9677780Z [ RUN ] GraphIteratorTest.GraphWithNestedIf 2022-05-18T05:49:00.9678260Z [ OK ] GraphIteratorTest.GraphWithNestedIf (0 ms) 2022-05-18T05:49:00.9679002Z [ RUN ] GraphIteratorTest.GraphWithLoop 2022-05-18T05:49:00.9679471Z [ OK ] GraphIteratorTest.GraphWithLoop (0 ms) 2022-05-18T05:49:00.9679937Z [----------] 5 tests from GraphIteratorTest (0 ms total) 2022-05-18T05:49:00.9680149Z 2022-05-18T05:49:00.9680421Z [----------] 1 test from CSDebugInfoSerializaitionTest 2022-05-18T05:49:00.9680919Z [ RUN ] CSDebugInfoSerializaitionTest.TwoSubmodules 2022-05-18T05:49:00.9687960Z [ OK ] CSDebugInfoSerializaitionTest.TwoSubmodules (0 ms) 2022-05-18T05:49:00.9689177Z [----------] 1 test from CSDebugInfoSerializaitionTest (0 ms total) 2022-05-18T05:49:00.9689434Z 2022-05-18T05:49:00.9689895Z [----------] 1 test from InlinerTest 2022-05-18T05:49:00.9690312Z [ RUN ] InlinerTest.Basic 2022-05-18T05:49:00.9693675Z [ OK ] InlinerTest.Basic (0 ms) 2022-05-18T05:49:00.9694521Z [----------] 1 test from InlinerTest (0 ms total) 2022-05-18T05:49:00.9694973Z 2022-05-18T05:49:00.9695352Z [----------] 1 test from InterfaceTest 2022-05-18T05:49:00.9695836Z [ RUN ] InterfaceTest.ModuleInterfaceSerialization 2022-05-18T05:49:00.9716402Z [ OK ] InterfaceTest.ModuleInterfaceSerialization (2 ms) 2022-05-18T05:49:00.9717450Z [----------] 1 test from InterfaceTest (2 ms total) 2022-05-18T05:49:00.9717818Z 2022-05-18T05:49:00.9718200Z [----------] 5 tests from TypeCheckTest 2022-05-18T05:49:00.9719056Z [ RUN ] TypeCheckTest.MatchingType 2022-05-18T05:49:00.9719679Z [ OK ] TypeCheckTest.MatchingType (0 ms) 2022-05-18T05:49:00.9720231Z [ RUN ] TypeCheckTest.SizeMismatch 2022-05-18T05:49:00.9721346Z [ OK ] TypeCheckTest.SizeMismatch (0 ms) 2022-05-18T05:49:00.9722140Z [ RUN ] TypeCheckTest.GradientMismatch 2022-05-18T05:49:00.9722797Z [ OK ] TypeCheckTest.GradientMismatch (0 ms) 2022-05-18T05:49:00.9723739Z [ RUN ] TypeCheckTest.ScalarTypeMismatch 2022-05-18T05:49:00.9724482Z [ OK ] TypeCheckTest.ScalarTypeMismatch (0 ms) 2022-05-18T05:49:00.9725038Z [ RUN ] TypeCheckTest.DeviceMismatch_CUDA 2022-05-18T05:49:00.9725910Z [ OK ] TypeCheckTest.DeviceMismatch_CUDA (0 ms) 2022-05-18T05:49:00.9726859Z [----------] 5 tests from TypeCheckTest (0 ms total) 2022-05-18T05:49:00.9727100Z 2022-05-18T05:49:00.9727318Z [----------] 4 tests from InterpreterTest 2022-05-18T05:49:00.9727716Z [ RUN ] InterpreterTest.Basic_CUDA 2022-05-18T05:49:00.9735097Z [ OK ] InterpreterTest.Basic_CUDA (0 ms) 2022-05-18T05:49:00.9736070Z [ RUN ] InterpreterTest.IgnorableArgsInSchema 2022-05-18T05:49:00.9743277Z [ OK ] InterpreterTest.IgnorableArgsInSchema (0 ms) 2022-05-18T05:49:00.9744051Z [ RUN ] InterpreterTest.IgnorableArgsInSchemaWithOut 2022-05-18T05:49:00.9744593Z [ OK ] InterpreterTest.IgnorableArgsInSchemaWithOut (0 ms) 2022-05-18T05:49:00.9745093Z [ RUN ] InterpreterTest.runAsyncBasicTest 2022-05-18T05:49:00.9777249Z [ OK ] InterpreterTest.runAsyncBasicTest (3 ms) 2022-05-18T05:49:00.9777740Z [----------] 4 tests from InterpreterTest (5 ms total) 2022-05-18T05:49:00.9778169Z 2022-05-18T05:49:00.9778825Z [----------] 1 test from EnableRethrowCaughtExceptionTest 2022-05-18T05:49:00.9779604Z [ RUN ] EnableRethrowCaughtExceptionTest.EnableRethrowCaughtExceptionTestRethrowsCaughtException 2022-05-18T05:49:00.9990105Z [ OK ] EnableRethrowCaughtExceptionTest.EnableRethrowCaughtExceptionTestRethrowsCaughtException (21 ms) 2022-05-18T05:49:00.9991318Z [----------] 1 test from EnableRethrowCaughtExceptionTest (21 ms total) 2022-05-18T05:49:00.9991783Z 2022-05-18T05:49:00.9991995Z [----------] 4 tests from IRTest 2022-05-18T05:49:00.9992435Z [ RUN ] IRTest.Attributes 2022-05-18T05:49:00.9993128Z [ OK ] IRTest.Attributes (0 ms) 2022-05-18T05:49:00.9993812Z [ RUN ] IRTest.Blocks 2022-05-18T05:49:00.9994511Z [ OK ] IRTest.Blocks (0 ms) 2022-05-18T05:49:00.9995199Z [ RUN ] IRTest.CommonAncestor 2022-05-18T05:49:00.9995998Z [ OK ] IRTest.CommonAncestor (0 ms) 2022-05-18T05:49:00.9996725Z [ RUN ] IRTest.OperatorMap 2022-05-18T05:49:00.9997145Z [ OK ] IRTest.OperatorMap (0 ms) 2022-05-18T05:49:00.9997919Z [----------] 4 tests from IRTest (0 ms total) 2022-05-18T05:49:00.9998335Z 2022-05-18T05:49:00.9998783Z [----------] 21 tests from IRParserTest 2022-05-18T05:49:00.9999736Z [ RUN ] IRParserTest.Basic 2022-05-18T05:49:01.0000527Z [ OK ] IRParserTest.Basic (0 ms) 2022-05-18T05:49:01.0001082Z [ RUN ] IRParserTest.NestedBlock 2022-05-18T05:49:01.0001948Z [ OK ] IRParserTest.NestedBlock (0 ms) 2022-05-18T05:49:01.0002611Z [ RUN ] IRParserTest.If 2022-05-18T05:49:01.0002960Z [ OK ] IRParserTest.If (0 ms) 2022-05-18T05:49:01.0003312Z [ RUN ] IRParserTest.If2 2022-05-18T05:49:01.0003677Z [ OK ] IRParserTest.If2 (0 ms) 2022-05-18T05:49:01.0004438Z [ RUN ] IRParserTest.InferredTypeIsTensor 2022-05-18T05:49:01.0005411Z [ OK ] IRParserTest.InferredTypeIsTensor (0 ms) 2022-05-18T05:49:01.0006280Z [ RUN ] IRParserTest.ValueReuse 2022-05-18T05:49:01.0006750Z [ OK ] IRParserTest.ValueReuse (0 ms) 2022-05-18T05:49:01.0007262Z [ RUN ] IRParserTest.Attributes 2022-05-18T05:49:01.0008071Z [ OK ] IRParserTest.Attributes (0 ms) 2022-05-18T05:49:01.0009054Z [ RUN ] IRParserTest.OptionalTypes 2022-05-18T05:49:01.0009622Z [ OK ] IRParserTest.OptionalTypes (0 ms) 2022-05-18T05:49:01.0010407Z [ RUN ] IRParserTest.StarTensor 2022-05-18T05:49:01.0011253Z [ OK ] IRParserTest.StarTensor (0 ms) 2022-05-18T05:49:01.0011815Z [ RUN ] IRParserTest.UnshapedTensor 2022-05-18T05:49:01.0012436Z [ OK ] IRParserTest.UnshapedTensor (0 ms) 2022-05-18T05:49:01.0013319Z [ RUN ] IRParserTest.ShapedTensor 2022-05-18T05:49:01.0013899Z [ OK ] IRParserTest.ShapedTensor (0 ms) 2022-05-18T05:49:01.0014705Z [ RUN ] IRParserTest.NestedContrainer 2022-05-18T05:49:01.0015634Z [ OK ] IRParserTest.NestedContrainer (0 ms) 2022-05-18T05:49:01.0016579Z [ RUN ] IRParserTest.MalformedShapeAnnotation 2022-05-18T05:49:01.0017127Z [ OK ] IRParserTest.MalformedShapeAnnotation (0 ms) 2022-05-18T05:49:01.0017555Z [ RUN ] IRParserTest.FileCheck 2022-05-18T05:49:01.0017952Z [ OK ] IRParserTest.FileCheck (0 ms) 2022-05-18T05:49:01.0019018Z [ RUN ] IRParserTest.Strides 2022-05-18T05:49:01.0019392Z [ OK ] IRParserTest.Strides (0 ms) 2022-05-18T05:49:01.0019802Z [ RUN ] IRParserTest.MalformedStrides 2022-05-18T05:49:01.0020241Z [ OK ] IRParserTest.MalformedStrides (0 ms) 2022-05-18T05:49:01.0020643Z [ RUN ] IRParserTest.TensorShapes 2022-05-18T05:49:01.0021057Z [ OK ] IRParserTest.TensorShapes (0 ms) 2022-05-18T05:49:01.0021523Z [ RUN ] IRParserTest.DeviceAndRequiresGradTensors 2022-05-18T05:49:01.0022031Z [ OK ] IRParserTest.DeviceAndRequiresGradTensors (0 ms) 2022-05-18T05:49:01.0022483Z [ RUN ] IRParserTest.ListConstant 2022-05-18T05:49:01.0022900Z [ OK ] IRParserTest.ListConstant (0 ms) 2022-05-18T05:49:01.0023335Z [ RUN ] IRParserTest.PartialStarTensor 2022-05-18T05:49:01.0023767Z [ OK ] IRParserTest.PartialStarTensor (0 ms) 2022-05-18T05:49:01.0024229Z [ RUN ] IRParserTest.ComplexTensorAttributes 2022-05-18T05:49:01.0024714Z [ OK ] IRParserTest.ComplexTensorAttributes (0 ms) 2022-05-18T05:49:01.0025177Z [----------] 21 tests from IRParserTest (2 ms total) 2022-05-18T05:49:01.0025396Z 2022-05-18T05:49:01.0025608Z [----------] 2 tests from JitTypeTest 2022-05-18T05:49:01.0025984Z [ RUN ] JitTypeTest.IsComplete 2022-05-18T05:49:01.0026365Z [ OK ] JitTypeTest.IsComplete (0 ms) 2022-05-18T05:49:01.0026753Z [ RUN ] JitTypeTest.UnifyTypes 2022-05-18T05:49:01.0027163Z [ OK ] JitTypeTest.UnifyTypes (0 ms) 2022-05-18T05:49:01.0027584Z [----------] 2 tests from JitTypeTest (0 ms total) 2022-05-18T05:49:01.0027779Z 2022-05-18T05:49:01.0028127Z [----------] 42 tests from LiteInterpreterTest 2022-05-18T05:49:01.0028595Z [ RUN ] LiteInterpreterTest.UpsampleNearest2d 2022-05-18T05:49:01.0033948Z [ OK ] LiteInterpreterTest.UpsampleNearest2d (1 ms) 2022-05-18T05:49:01.0034426Z [ RUN ] LiteInterpreterTest.CheckAttrAccess 2022-05-18T05:49:01.0036281Z [ OK ] LiteInterpreterTest.CheckAttrAccess (0 ms) 2022-05-18T05:49:01.0036773Z [ RUN ] LiteInterpreterTest.MethodInvocation 2022-05-18T05:49:01.0075760Z [ OK ] LiteInterpreterTest.MethodInvocation (3 ms) 2022-05-18T05:49:01.0076195Z [ RUN ] LiteInterpreterTest.Conv 2022-05-18T05:49:01.0116969Z [ OK ] LiteInterpreterTest.Conv (4 ms) 2022-05-18T05:49:01.0117410Z [ RUN ] LiteInterpreterTest.Inline 2022-05-18T05:49:01.0130773Z [ OK ] LiteInterpreterTest.Inline (1 ms) 2022-05-18T05:49:01.0131187Z [ RUN ] LiteInterpreterTest.Tuple 2022-05-18T05:49:01.0141946Z [ OK ] LiteInterpreterTest.Tuple (1 ms) 2022-05-18T05:49:01.0142488Z [ RUN ] LiteInterpreterTest.AtenFormat 2022-05-18T05:49:01.0151546Z [ OK ] LiteInterpreterTest.AtenFormat (0 ms) 2022-05-18T05:49:01.0151981Z [ RUN ] LiteInterpreterTest.PrimDevice 2022-05-18T05:49:01.0158246Z [ OK ] LiteInterpreterTest.PrimDevice (0 ms) 2022-05-18T05:49:01.0158673Z [ RUN ] LiteInterpreterTest.Dict 2022-05-18T05:49:01.0168809Z [ OK ] LiteInterpreterTest.Dict (1 ms) 2022-05-18T05:49:01.0169225Z [ RUN ] LiteInterpreterTest.List 2022-05-18T05:49:01.0183098Z [ OK ] LiteInterpreterTest.List (1 ms) 2022-05-18T05:49:01.0183744Z [ RUN ] LiteInterpreterTest.PrimOverload 2022-05-18T05:49:01.0184202Z [ OK ] LiteInterpreterTest.PrimOverload (0 ms) 2022-05-18T05:49:01.0184901Z [ RUN ] LiteInterpreterTest.Prim 2022-05-18T05:49:01.0190417Z [ OK ] LiteInterpreterTest.Prim (0 ms) 2022-05-18T05:49:01.0191046Z [ RUN ] LiteInterpreterTest.PrimScalar 2022-05-18T05:49:01.0198515Z [ OK ] LiteInterpreterTest.PrimScalar (0 ms) 2022-05-18T05:49:01.0199157Z [ RUN ] LiteInterpreterTest.LoadOrigJit 2022-05-18T05:49:01.0266154Z [ OK ] LiteInterpreterTest.LoadOrigJit (6 ms) 2022-05-18T05:49:01.0266608Z [ RUN ] LiteInterpreterTest.WrongMethodName 2022-05-18T05:49:01.0289359Z [ OK ] LiteInterpreterTest.WrongMethodName (2 ms) 2022-05-18T05:49:01.0289817Z [ RUN ] LiteInterpreterTest.SetState 2022-05-18T05:49:01.0327123Z [ OK ] LiteInterpreterTest.SetState (3 ms) 2022-05-18T05:49:01.0327555Z [ RUN ] LiteInterpreterTest.BuiltinClass 2022-05-18T05:49:01.0339848Z [ OK ] LiteInterpreterTest.BuiltinClass (1 ms) 2022-05-18T05:49:01.0340327Z [ RUN ] LiteInterpreterTest.BuiltinFunction 2022-05-18T05:49:01.0346340Z [ OK ] LiteInterpreterTest.BuiltinFunction (0 ms) 2022-05-18T05:49:01.0347123Z [ RUN ] LiteInterpreterTest.GetRuntimeByteCodeVersion 2022-05-18T05:49:01.0347684Z [ OK ] LiteInterpreterTest.GetRuntimeByteCodeVersion (0 ms) 2022-05-18T05:49:01.0348239Z [ RUN ] LiteInterpreterTest.GetRuntimeOperatorsVersion 2022-05-18T05:49:01.0348782Z [ OK ] LiteInterpreterTest.GetRuntimeOperatorsVersion (0 ms) 2022-05-18T05:49:01.0349309Z [ RUN ] LiteInterpreterTest.GetByteCodeVersion 2022-05-18T05:49:01.0350032Z [ OK ] LiteInterpreterTest.GetByteCodeVersion (0 ms) 2022-05-18T05:49:01.0350909Z [ RUN ] LiteInterpreterTest.GetContainTypes 2022-05-18T05:49:01.0351589Z [ OK ] LiteInterpreterTest.GetContainTypes (0 ms) 2022-05-18T05:49:01.0352139Z [ RUN ] LiteInterpreterTest.BackPortByteCodeModelAllVersions 2022-05-18T05:49:01.0815292Z [ OK ] LiteInterpreterTest.BackPortByteCodeModelAllVersions (46 ms) 2022-05-18T05:49:01.0815917Z [ RUN ] LiteInterpreterTest.GetRuntimeOpsAndInfo 2022-05-18T05:49:01.0873949Z [ OK ] LiteInterpreterTest.GetRuntimeOpsAndInfo (5 ms) 2022-05-18T05:49:01.0874472Z [ RUN ] LiteInterpreterTest.isCompatibleSuccess 2022-05-18T05:49:01.0923470Z [ OK ] LiteInterpreterTest.isCompatibleSuccess (4 ms) 2022-05-18T05:49:01.0923974Z [ RUN ] LiteInterpreterTest.isCompatibleFail 2022-05-18T05:49:01.1022863Z [ OK ] LiteInterpreterTest.isCompatibleFail (9 ms) 2022-05-18T05:49:01.1023320Z [ RUN ] LiteInterpreterTest.Eval 2022-05-18T05:49:01.1036779Z [ OK ] LiteInterpreterTest.Eval (1 ms) 2022-05-18T05:49:01.1037227Z [ RUN ] LiteInterpreterTest.FindWrongMethodName 2022-05-18T05:49:01.1043728Z [ OK ] LiteInterpreterTest.FindWrongMethodName (0 ms) 2022-05-18T05:49:01.1044374Z [ RUN ] LiteInterpreterTest.FindAndRunMethod 2022-05-18T05:49:01.1055277Z [ OK ] LiteInterpreterTest.FindAndRunMethod (1 ms) 2022-05-18T05:49:01.1055758Z [ RUN ] LiteInterpreterTest.RunMethodVariadic 2022-05-18T05:49:01.1066232Z [ OK ] LiteInterpreterTest.RunMethodVariadic (1 ms) 2022-05-18T05:49:01.1066733Z [ RUN ] LiteInterpreterTest.DuplicateSetState 2022-05-18T05:49:01.1082842Z [ OK ] LiteInterpreterTest.DuplicateSetState (1 ms) 2022-05-18T05:49:01.1083301Z [ RUN ] LiteInterpreterTest.ExtraFiles 2022-05-18T05:49:01.1090768Z [ OK ] LiteInterpreterTest.ExtraFiles (0 ms) 2022-05-18T05:49:01.1091301Z [ RUN ] LiteInterpreterTest.OpNameExportFetchRootOperators 2022-05-18T05:49:01.1105401Z [ OK ] LiteInterpreterTest.OpNameExportFetchRootOperators (1 ms) 2022-05-18T05:49:01.1105926Z [ RUN ] LiteInterpreterTest.DefaultArgsConv 2022-05-18T05:49:01.1128102Z [ OK ] LiteInterpreterTest.DefaultArgsConv (2 ms) 2022-05-18T05:49:01.1128629Z [ RUN ] LiteInterpreterTest.DefaultArgsPinv 2022-05-18T05:49:01.1190353Z [ OK ] LiteInterpreterTest.DefaultArgsPinv (6 ms) 2022-05-18T05:49:01.1191150Z [ RUN ] LiteInterpreterTest.DefaultArgsTensorinvSpecifyDefault 2022-05-18T05:49:01.1201947Z [ OK ] LiteInterpreterTest.DefaultArgsTensorinvSpecifyDefault (1 ms) 2022-05-18T05:49:01.1202545Z [ RUN ] LiteInterpreterTest.DefaultArgsPinvWithOutArg 2022-05-18T05:49:01.1228016Z [ OK ] LiteInterpreterTest.DefaultArgsPinvWithOutArg (2 ms) 2022-05-18T05:49:01.1228541Z [ RUN ] LiteInterpreterTest.DefaultArgsWithOutArg 2022-05-18T05:49:01.1238742Z [ OK ] LiteInterpreterTest.DefaultArgsWithOutArg (1 ms) 2022-05-18T05:49:01.1239382Z [ RUN ] LiteInterpreterTest.TestExceptionStackWithTwoLevelModuleHierarchy 2022-05-18T05:49:01.1350244Z [ OK ] LiteInterpreterTest.TestExceptionStackWithTwoLevelModuleHierarchy (11 ms) 2022-05-18T05:49:01.1350932Z [ RUN ] LiteInterpreterTest.OperatorCacheDifferentiatesDefaultArgs 2022-05-18T05:49:01.1401501Z [ OK ] LiteInterpreterTest.OperatorCacheDifferentiatesDefaultArgs (5 ms) 2022-05-18T05:49:01.1402065Z [ RUN ] LiteInterpreterTest.OperatorSize1 2022-05-18T05:49:01.1408607Z [ OK ] LiteInterpreterTest.OperatorSize1 (0 ms) 2022-05-18T05:49:01.1409061Z [ RUN ] LiteInterpreterTest.OperatorTest2 2022-05-18T05:49:01.1434678Z [ OK ] LiteInterpreterTest.OperatorTest2 (2 ms) 2022-05-18T05:49:01.1435460Z [----------] 42 tests from LiteInterpreterTest (141 ms total) 2022-05-18T05:49:01.1435727Z 2022-05-18T05:49:01.1436047Z [----------] 3 tests from RunTimeTest 2022-05-18T05:49:01.1436538Z [ RUN ] RunTimeTest.ParseBytecode 2022-05-18T05:49:01.1437108Z [ OK ] RunTimeTest.ParseBytecode (0 ms) 2022-05-18T05:49:01.1437539Z [ RUN ] RunTimeTest.ParseOperator 2022-05-18T05:49:01.1437948Z [ OK ] RunTimeTest.ParseOperator (0 ms) 2022-05-18T05:49:01.1438491Z [ RUN ] RunTimeTest.RuntimeCall 2022-05-18T05:49:01.1438962Z [ OK ] RunTimeTest.RuntimeCall (0 ms) 2022-05-18T05:49:01.1439370Z [----------] 3 tests from RunTimeTest (0 ms total) 2022-05-18T05:49:01.1439580Z 2022-05-18T05:49:01.1439841Z [----------] 11 tests from LiteInterpreterUpgraderTest 2022-05-18T05:49:01.1440423Z [ RUN ] LiteInterpreterUpgraderTest.DivTensorV2 2022-05-18T05:49:01.1441264Z [ OK ] LiteInterpreterUpgraderTest.DivTensorV2 (0 ms) 2022-05-18T05:49:01.1441769Z [ RUN ] LiteInterpreterUpgraderTest.DivTensorOutV2 2022-05-18T05:49:01.1442640Z [ OK ] LiteInterpreterUpgraderTest.DivTensorOutV2 (0 ms) 2022-05-18T05:49:01.1443690Z [ RUN ] LiteInterpreterUpgraderTest.DivTensorInplaceV2 2022-05-18T05:49:01.1444644Z [ OK ] LiteInterpreterUpgraderTest.DivTensorInplaceV2 (0 ms) 2022-05-18T05:49:01.1445196Z [ RUN ] LiteInterpreterUpgraderTest.DivScalarFloatV2 2022-05-18T05:49:01.1447341Z [ OK ] LiteInterpreterUpgraderTest.DivScalarFloatV2 (0 ms) 2022-05-18T05:49:01.1448000Z [ RUN ] LiteInterpreterUpgraderTest.DivScalarReciprocalFloatV2 2022-05-18T05:49:01.1449244Z expect output: 0.5000 2022-05-18T05:49:01.1449546Z [ CPUFloatType{1} ]actual output: 0.5000 2022-05-18T05:49:01.1450133Z [ CPUFloatType{1} ][ OK ] LiteInterpreterUpgraderTest.DivScalarReciprocalFloatV2 (0 ms) 2022-05-18T05:49:01.1450775Z [ RUN ] LiteInterpreterUpgraderTest.DivScalarReciprocalIntV2 2022-05-18T05:49:01.1452842Z [ OK ] LiteInterpreterUpgraderTest.DivScalarReciprocalIntV2 (0 ms) 2022-05-18T05:49:01.1453602Z [ RUN ] LiteInterpreterUpgraderTest.DivScalarScalarV2 2022-05-18T05:49:01.1454645Z [ OK ] LiteInterpreterUpgraderTest.DivScalarScalarV2 (0 ms) 2022-05-18T05:49:01.1455265Z [ RUN ] LiteInterpreterUpgraderTest.DivScalarIntV2 2022-05-18T05:49:01.1456387Z [ OK ] LiteInterpreterUpgraderTest.DivScalarIntV2 (0 ms) 2022-05-18T05:49:01.1457110Z [ RUN ] LiteInterpreterUpgraderTest.DivScalarInplaceFloatV2 2022-05-18T05:49:01.1459303Z [ OK ] LiteInterpreterUpgraderTest.DivScalarInplaceFloatV2 (0 ms) 2022-05-18T05:49:01.1460028Z [ RUN ] LiteInterpreterUpgraderTest.DivScalarInplaceIntV2 2022-05-18T05:49:01.1462044Z [ OK ] LiteInterpreterUpgraderTest.DivScalarInplaceIntV2 (0 ms) 2022-05-18T05:49:01.1463219Z [ RUN ] LiteInterpreterUpgraderTest.Upgrader 2022-05-18T05:49:01.1463781Z [ OK ] LiteInterpreterUpgraderTest.Upgrader (0 ms) 2022-05-18T05:49:01.1464310Z [----------] 11 tests from LiteInterpreterUpgraderTest (2 ms total) 2022-05-18T05:49:01.1464581Z 2022-05-18T05:49:01.1464842Z [----------] 29 tests from LiteInterpreterDirectTest 2022-05-18T05:49:01.1465319Z [ RUN ] LiteInterpreterDirectTest.UpsampleNearest2d 2022-05-18T05:49:01.1474111Z [ OK ] LiteInterpreterDirectTest.UpsampleNearest2d (1 ms) 2022-05-18T05:49:01.1475279Z [ RUN ] LiteInterpreterDirectTest.CheckAttrAccess 2022-05-18T05:49:01.1475813Z [ OK ] LiteInterpreterDirectTest.CheckAttrAccess (0 ms) 2022-05-18T05:49:01.1476316Z [ RUN ] LiteInterpreterDirectTest.MethodInvocation 2022-05-18T05:49:01.1482092Z hello 2022-05-18T05:49:01.1482549Z hello 3 2022-05-18T05:49:01.1493923Z hello 2022-05-18T05:49:01.1494359Z hello 3 2022-05-18T05:49:01.1502546Z hello 2022-05-18T05:49:01.1502797Z hello 3 2022-05-18T05:49:01.1503272Z [ OK ] LiteInterpreterDirectTest.MethodInvocation (2 ms) 2022-05-18T05:49:01.1503768Z [ RUN ] LiteInterpreterDirectTest.Conv 2022-05-18T05:49:01.1528912Z [ OK ] LiteInterpreterDirectTest.Conv (2 ms) 2022-05-18T05:49:01.1529403Z [ RUN ] LiteInterpreterDirectTest.Inline 2022-05-18T05:49:01.1537782Z [ OK ] LiteInterpreterDirectTest.Inline (0 ms) 2022-05-18T05:49:01.1538512Z [ RUN ] LiteInterpreterDirectTest.Tuple 2022-05-18T05:49:01.1544905Z [ OK ] LiteInterpreterDirectTest.Tuple (0 ms) 2022-05-18T05:49:01.1545340Z [ RUN ] LiteInterpreterDirectTest.Dict 2022-05-18T05:49:01.1551291Z [ OK ] LiteInterpreterDirectTest.Dict (0 ms) 2022-05-18T05:49:01.1551739Z [ RUN ] LiteInterpreterDirectTest.Prim 2022-05-18T05:49:01.1555952Z [ OK ] LiteInterpreterDirectTest.Prim (0 ms) 2022-05-18T05:49:01.1556412Z [ RUN ] LiteInterpreterDirectTest.PrimScalar 2022-05-18T05:49:01.1561334Z [ OK ] LiteInterpreterDirectTest.PrimScalar (0 ms) 2022-05-18T05:49:01.1561855Z [ RUN ] LiteInterpreterDirectTest.WrongMethodName 2022-05-18T05:49:01.1582147Z [ OK ] LiteInterpreterDirectTest.WrongMethodName (2 ms) 2022-05-18T05:49:01.1582653Z [ RUN ] LiteInterpreterDirectTest.SetState 2022-05-18T05:49:01.1609940Z [ OK ] LiteInterpreterDirectTest.SetState (2 ms) 2022-05-18T05:49:01.1610445Z [ RUN ] LiteInterpreterDirectTest.BuiltinFunction 2022-05-18T05:49:01.1613531Z [ OK ] LiteInterpreterDirectTest.BuiltinFunction (0 ms) 2022-05-18T05:49:01.1614106Z [ RUN ] LiteInterpreterDirectTest.GetRuntimeByteCodeVersion 2022-05-18T05:49:01.1614709Z [ OK ] LiteInterpreterDirectTest.GetRuntimeByteCodeVersion (0 ms) 2022-05-18T05:49:01.1615310Z [ RUN ] LiteInterpreterDirectTest.GetRuntimeOperatorsVersion 2022-05-18T05:49:01.1615909Z [ OK ] LiteInterpreterDirectTest.GetRuntimeOperatorsVersion (0 ms) 2022-05-18T05:49:01.1616482Z [ RUN ] LiteInterpreterDirectTest.GetByteCodeVersion 2022-05-18T05:49:01.1617033Z [ OK ] LiteInterpreterDirectTest.GetByteCodeVersion (0 ms) 2022-05-18T05:49:01.1617565Z [ RUN ] LiteInterpreterDirectTest.GetRuntimeOpsAndInfo 2022-05-18T05:49:01.1664012Z [ OK ] LiteInterpreterDirectTest.GetRuntimeOpsAndInfo (4 ms) 2022-05-18T05:49:01.1664524Z [ RUN ] LiteInterpreterDirectTest.Eval 2022-05-18T05:49:01.1672692Z [ OK ] LiteInterpreterDirectTest.Eval (0 ms) 2022-05-18T05:49:01.1673183Z [ RUN ] LiteInterpreterDirectTest.FindWrongMethodName 2022-05-18T05:49:01.1677023Z [ OK ] LiteInterpreterDirectTest.FindWrongMethodName (0 ms) 2022-05-18T05:49:01.1677565Z [ RUN ] LiteInterpreterDirectTest.FindAndRunMethod 2022-05-18T05:49:01.1685133Z [ OK ] LiteInterpreterDirectTest.FindAndRunMethod (0 ms) 2022-05-18T05:49:01.1685660Z [ RUN ] LiteInterpreterDirectTest.RunMethodVariadic 2022-05-18T05:49:01.1692767Z [ OK ] LiteInterpreterDirectTest.RunMethodVariadic (0 ms) 2022-05-18T05:49:01.1693321Z [ RUN ] LiteInterpreterDirectTest.DuplicateSetState 2022-05-18T05:49:01.1701704Z [ OK ] LiteInterpreterDirectTest.DuplicateSetState (0 ms) 2022-05-18T05:49:01.1702297Z [ RUN ] LiteInterpreterDirectTest.OpNameExportFetchRootOperators 2022-05-18T05:49:01.1709806Z [ OK ] LiteInterpreterDirectTest.OpNameExportFetchRootOperators (0 ms) 2022-05-18T05:49:01.1710395Z [ RUN ] LiteInterpreterDirectTest.DefaultArgsConv 2022-05-18T05:49:01.1726810Z [ OK ] LiteInterpreterDirectTest.DefaultArgsConv (1 ms) 2022-05-18T05:49:01.1727351Z [ RUN ] LiteInterpreterDirectTest.DefaultArgsPinv 2022-05-18T05:49:01.1774121Z [ OK ] LiteInterpreterDirectTest.DefaultArgsPinv (4 ms) 2022-05-18T05:49:01.1774776Z [ RUN ] LiteInterpreterDirectTest.DefaultArgsTensorinvSpecifyDefault 2022-05-18T05:49:01.1782679Z [ OK ] LiteInterpreterDirectTest.DefaultArgsTensorinvSpecifyDefault (0 ms) 2022-05-18T05:49:01.1783337Z [ RUN ] LiteInterpreterDirectTest.DefaultArgsPinvWithOutArg 2022-05-18T05:49:01.1807834Z [ OK ] LiteInterpreterDirectTest.DefaultArgsPinvWithOutArg (2 ms) 2022-05-18T05:49:01.1808427Z [ RUN ] LiteInterpreterDirectTest.DefaultArgsWithOutArg 2022-05-18T05:49:01.1815227Z [ OK ] LiteInterpreterDirectTest.DefaultArgsWithOutArg (0 ms) 2022-05-18T05:49:01.1815899Z [ RUN ] LiteInterpreterDirectTest.TestExceptionStackWithTwoLevelModuleHierarchy 2022-05-18T05:49:01.1919643Z [ OK ] LiteInterpreterDirectTest.TestExceptionStackWithTwoLevelModuleHierarchy (10 ms) 2022-05-18T05:49:01.1920400Z [ RUN ] LiteInterpreterDirectTest.OperatorCacheDifferentiatesDefaultArgs 2022-05-18T05:49:01.1951198Z [ OK ] LiteInterpreterDirectTest.OperatorCacheDifferentiatesDefaultArgs (3 ms) 2022-05-18T05:49:01.1951954Z [----------] 29 tests from LiteInterpreterDirectTest (48 ms total) 2022-05-18T05:49:01.1952209Z 2022-05-18T05:49:01.1952425Z [----------] 7 tests from LiteTrainerTest 2022-05-18T05:49:01.1952816Z [ RUN ] LiteTrainerTest.Params 2022-05-18T05:49:01.2061847Z [ OK ] LiteTrainerTest.Params (11 ms) 2022-05-18T05:49:01.2062225Z [ RUN ] LiteTrainerTest.SGD 2022-05-18T05:49:01.2171321Z [ OK ] LiteTrainerTest.SGD (10 ms) 2022-05-18T05:49:01.2171938Z [ RUN ] LiteTrainerTest.SequentialSampler 2022-05-18T05:49:01.2172398Z [ OK ] LiteTrainerTest.SequentialSampler (0 ms) 2022-05-18T05:49:01.2173175Z [ RUN ] LiteTrainerTest.RandomSamplerReturnsIndicesInCorrectRange 2022-05-18T05:49:01.2173845Z [ OK ] LiteTrainerTest.RandomSamplerReturnsIndicesInCorrectRange (0 ms) 2022-05-18T05:49:01.2174539Z [ RUN ] LiteTrainerTest.RandomSamplerReturnsLessValuesForLastBatch 2022-05-18T05:49:01.2175329Z [ OK ] LiteTrainerTest.RandomSamplerReturnsLessValuesForLastBatch (0 ms) 2022-05-18T05:49:01.2176122Z [ RUN ] LiteTrainerTest.RandomSamplerResetsWell 2022-05-18T05:49:01.2176630Z [ OK ] LiteTrainerTest.RandomSamplerResetsWell (0 ms) 2022-05-18T05:49:01.2177159Z [ RUN ] LiteTrainerTest.RandomSamplerResetsWithNewSizeWell 2022-05-18T05:49:01.2177752Z [ OK ] LiteTrainerTest.RandomSamplerResetsWithNewSizeWell (0 ms) 2022-05-18T05:49:01.2178658Z [----------] 7 tests from LiteTrainerTest (22 ms total) 2022-05-18T05:49:01.2178895Z 2022-05-18T05:49:01.2179104Z [----------] 6 tests from MobileTest 2022-05-18T05:49:01.2179510Z [ RUN ] MobileTest.SaveLoadParametersEmpty 2022-05-18T05:49:01.2183004Z [ OK ] MobileTest.SaveLoadParametersEmpty (0 ms) 2022-05-18T05:49:01.2183754Z [ RUN ] MobileTest.SaveParametersDefaultsToZip 2022-05-18T05:49:01.2184279Z [ OK ] MobileTest.SaveParametersDefaultsToZip (0 ms) 2022-05-18T05:49:01.2185070Z [ RUN ] MobileTest.SaveParametersThrowsWithoutFlatbufferSupport 2022-05-18T05:49:01.2200297Z [ OK ] MobileTest.SaveParametersThrowsWithoutFlatbufferSupport (1 ms) 2022-05-18T05:49:01.2200947Z [ RUN ] MobileTest.LoadParametersFailsWithoutFlatbufferSupport 2022-05-18T05:49:01.2216777Z [ OK ] MobileTest.LoadParametersFailsWithoutFlatbufferSupport (1 ms) 2022-05-18T05:49:01.2217410Z [ RUN ] MobileTest.LoadParametersUnexpectedFormatShouldThrow 2022-05-18T05:49:01.2233603Z [ OK ] MobileTest.LoadParametersUnexpectedFormatShouldThrow (1 ms) 2022-05-18T05:49:01.2234192Z [ RUN ] MobileTest.LoadParametersEmptyDataShouldThrow 2022-05-18T05:49:01.2250183Z [ OK ] MobileTest.LoadParametersEmptyDataShouldThrow (1 ms) 2022-05-18T05:49:01.2251335Z [----------] 6 tests from MobileTest (7 ms total) 2022-05-18T05:49:01.2251699Z 2022-05-18T05:49:01.2252005Z [----------] 1 test from MemoryDAGTest 2022-05-18T05:49:01.2252533Z [ RUN ] MemoryDAGTest.Basic 2022-05-18T05:49:01.2253032Z [ OK ] MemoryDAGTest.Basic (0 ms) 2022-05-18T05:49:01.2253635Z [----------] 1 test from MemoryDAGTest (0 ms total) 2022-05-18T05:49:01.2253917Z 2022-05-18T05:49:01.2254288Z [----------] 1 test from InternedStringsTest 2022-05-18T05:49:01.2254676Z [ RUN ] InternedStringsTest.Basic 2022-05-18T05:49:01.2255242Z [ OK ] InternedStringsTest.Basic (0 ms) 2022-05-18T05:49:01.2255720Z [----------] 1 test from InternedStringsTest (0 ms total) 2022-05-18T05:49:01.2255950Z 2022-05-18T05:49:01.2256336Z [----------] 1 test from FromQualStringTest 2022-05-18T05:49:01.2256735Z [ RUN ] FromQualStringTest.Basic 2022-05-18T05:49:01.2257341Z [ OK ] FromQualStringTest.Basic (0 ms) 2022-05-18T05:49:01.2258094Z [----------] 1 test from FromQualStringTest (0 ms total) 2022-05-18T05:49:01.2258544Z 2022-05-18T05:49:01.2258745Z [----------] 1 test from THNNConvTest 2022-05-18T05:49:01.2259105Z [ RUN ] THNNConvTest.Basic 2022-05-18T05:49:01.2274653Z [ OK ] THNNConvTest.Basic (2 ms) 2022-05-18T05:49:01.2275388Z [----------] 1 test from THNNConvTest (2 ms total) 2022-05-18T05:49:01.2275660Z 2022-05-18T05:49:01.2275965Z [----------] 1 test from ATenNativeBatchNormTest 2022-05-18T05:49:01.2276982Z [ RUN ] ATenNativeBatchNormTest.Basic 2022-05-18T05:49:01.2295576Z [ OK ] ATenNativeBatchNormTest.Basic (2 ms) 2022-05-18T05:49:01.2296103Z [----------] 1 test from ATenNativeBatchNormTest (2 ms total) 2022-05-18T05:49:01.2296340Z 2022-05-18T05:49:01.2296717Z [----------] 2 tests from CustomFusionTest 2022-05-18T05:49:01.2297183Z [ RUN ] CustomFusionTest.Basic 2022-05-18T05:49:01.2298116Z [ OK ] CustomFusionTest.Basic (0 ms) 2022-05-18T05:49:01.2298831Z [ RUN ] CustomFusionTest.NestedBlocks 2022-05-18T05:49:01.2300496Z [ OK ] CustomFusionTest.NestedBlocks (0 ms) 2022-05-18T05:49:01.2301496Z [----------] 2 tests from CustomFusionTest (0 ms total) 2022-05-18T05:49:01.2301889Z 2022-05-18T05:49:01.2302117Z [----------] 1 test from ControlFlowTest 2022-05-18T05:49:01.2302497Z [ RUN ] ControlFlowTest.Basic 2022-05-18T05:49:01.2313505Z [ OK ] ControlFlowTest.Basic (1 ms) 2022-05-18T05:49:01.2314304Z [----------] 1 test from ControlFlowTest (1 ms total) 2022-05-18T05:49:01.2314751Z 2022-05-18T05:49:01.2315125Z [----------] 1 test from ProtoTest 2022-05-18T05:49:01.2315666Z [ RUN ] ProtoTest.Basic 2022-05-18T05:49:01.2316035Z [ OK ] ProtoTest.Basic (0 ms) 2022-05-18T05:49:01.2316416Z [----------] 1 test from ProtoTest (0 ms total) 2022-05-18T05:49:01.2316636Z 2022-05-18T05:49:01.2316859Z [----------] 7 tests from SchemaParserTest 2022-05-18T05:49:01.2317270Z [ RUN ] SchemaParserTest.NestedArrays 2022-05-18T05:49:01.2317695Z [ OK ] SchemaParserTest.NestedArrays (0 ms) 2022-05-18T05:49:01.2318119Z [ RUN ] SchemaParserTest.OutVariant 2022-05-18T05:49:01.2318545Z [ OK ] SchemaParserTest.OutVariant (0 ms) 2022-05-18T05:49:01.2319000Z [ RUN ] SchemaParserTest.NamedReturns 2022-05-18T05:49:01.2319421Z [ OK ] SchemaParserTest.NamedReturns (0 ms) 2022-05-18T05:49:01.2320134Z [ RUN ] SchemaParserTest.Futures 2022-05-18T05:49:01.2320731Z [ OK ] SchemaParserTest.Futures (0 ms) 2022-05-18T05:49:01.2321158Z [ RUN ] SchemaParserTest.AnnotatedAliasSets 2022-05-18T05:49:01.2321652Z [ OK ] SchemaParserTest.AnnotatedAliasSets (0 ms) 2022-05-18T05:49:01.2322311Z [ RUN ] SchemaParserTest.BeforeAfterSets 2022-05-18T05:49:01.2322778Z [ OK ] SchemaParserTest.BeforeAfterSets (0 ms) 2022-05-18T05:49:01.2323232Z [ RUN ] SchemaParserTest.BeforeAfterSets2 2022-05-18T05:49:01.2323692Z [ OK ] SchemaParserTest.BeforeAfterSets2 (0 ms) 2022-05-18T05:49:01.2324154Z [----------] 7 tests from SchemaParserTest (0 ms total) 2022-05-18T05:49:01.2324360Z 2022-05-18T05:49:01.2324595Z [----------] 2 tests from TopologicalIndexTest 2022-05-18T05:49:01.2325003Z [ RUN ] TopologicalIndexTest.Basic 2022-05-18T05:49:01.2325421Z [ OK ] TopologicalIndexTest.Basic (0 ms) 2022-05-18T05:49:01.2325819Z [ RUN ] TopologicalIndexTest.Reindex 2022-05-18T05:49:01.2326250Z [ OK ] TopologicalIndexTest.Reindex (0 ms) 2022-05-18T05:49:01.2326715Z [----------] 2 tests from TopologicalIndexTest (0 ms total) 2022-05-18T05:49:01.2326947Z 2022-05-18T05:49:01.2327178Z [----------] 7 tests from RecordFunctionTest 2022-05-18T05:49:01.2327729Z [ RUN ] RecordFunctionTest.TracedTestInputsOutputs 2022-05-18T05:49:01.2330148Z [ OK ] RecordFunctionTest.TracedTestInputsOutputs (0 ms) 2022-05-18T05:49:01.2330671Z [ RUN ] RecordFunctionTest.SampledCallbacks 2022-05-18T05:49:01.2406556Z [ OK ] RecordFunctionTest.SampledCallbacks (7 ms) 2022-05-18T05:49:01.2407191Z [ RUN ] RecordFunctionTest.RecordFunctionGuard 2022-05-18T05:49:01.2407698Z [ OK ] RecordFunctionTest.RecordFunctionGuard (0 ms) 2022-05-18T05:49:01.2408151Z [ RUN ] RecordFunctionTest.Callbacks 2022-05-18T05:49:01.2410012Z [ OK ] RecordFunctionTest.Callbacks (0 ms) 2022-05-18T05:49:01.2410523Z [ RUN ] RecordFunctionTest.ShouldRun 2022-05-18T05:49:01.2410950Z [ OK ] RecordFunctionTest.ShouldRun (0 ms) 2022-05-18T05:49:01.2411340Z [ RUN ] RecordFunctionTest.Basic 2022-05-18T05:49:01.2413471Z [ OK ] RecordFunctionTest.Basic (0 ms) 2022-05-18T05:49:01.2414133Z [ RUN ] RecordFunctionTest.OperatorNameOverload 2022-05-18T05:49:01.2414655Z [ OK ] RecordFunctionTest.OperatorNameOverload (0 ms) 2022-05-18T05:49:01.2415167Z [----------] 7 tests from RecordFunctionTest (9 ms total) 2022-05-18T05:49:01.2415401Z 2022-05-18T05:49:01.2415825Z [----------] 1 test from ThreadLocalDebugInfoTest 2022-05-18T05:49:01.2416728Z [ RUN ] ThreadLocalDebugInfoTest.Basic 2022-05-18T05:49:01.2417523Z [ OK ] ThreadLocalDebugInfoTest.Basic (0 ms) 2022-05-18T05:49:01.2418623Z [----------] 1 test from ThreadLocalDebugInfoTest (0 ms total) 2022-05-18T05:49:01.2418891Z 2022-05-18T05:49:01.2419125Z [----------] 1 test from TestSymIntArrayRef 2022-05-18T05:49:01.2419558Z [ RUN ] TestSymIntArrayRef.BasicConversion 2022-05-18T05:49:01.2420166Z [ OK ] TestSymIntArrayRef.BasicConversion (0 ms) 2022-05-18T05:49:01.2420995Z [----------] 1 test from TestSymIntArrayRef (0 ms total) 2022-05-18T05:49:01.2421229Z 2022-05-18T05:49:01.2421589Z [----------] 3 tests from TestSymInt 2022-05-18T05:49:01.2422305Z [ RUN ] TestSymInt.NarrowCopyWithSymbolicInt 2022-05-18T05:49:01.2422806Z [ OK ] TestSymInt.NarrowCopyWithSymbolicInt (0 ms) 2022-05-18T05:49:01.2423235Z [ RUN ] TestSymInt.NarrowCopy 2022-05-18T05:49:01.2423622Z [ OK ] TestSymInt.NarrowCopy (0 ms) 2022-05-18T05:49:01.2423995Z [ RUN ] TestSymInt.AddSymbolicInt 2022-05-18T05:49:01.2424402Z [ OK ] TestSymInt.AddSymbolicInt (0 ms) 2022-05-18T05:49:01.2424827Z [----------] 3 tests from TestSymInt (0 ms total) 2022-05-18T05:49:01.2425033Z 2022-05-18T05:49:01.2425239Z [----------] 1 test from FallbackGraphsTest 2022-05-18T05:49:01.2425631Z [ RUN ] FallbackGraphsTest.Basic 2022-05-18T05:49:01.2435205Z [ OK ] FallbackGraphsTest.Basic (1 ms) 2022-05-18T05:49:01.2435988Z [----------] 1 test from FallbackGraphsTest (1 ms total) 2022-05-18T05:49:01.2436370Z 2022-05-18T05:49:01.2436596Z [----------] 1 test from NoneSchemaMatchTest 2022-05-18T05:49:01.2436995Z [ RUN ] NoneSchemaMatchTest.Basic 2022-05-18T05:49:01.2437411Z [ OK ] NoneSchemaMatchTest.Basic (0 ms) 2022-05-18T05:49:01.2438128Z [----------] 1 test from NoneSchemaMatchTest (0 ms total) 2022-05-18T05:49:01.2438538Z 2022-05-18T05:49:01.2438807Z [----------] 1 test from PassManagementTest 2022-05-18T05:49:01.2439208Z [ RUN ] PassManagementTest.Basic 2022-05-18T05:49:01.2439627Z [ OK ] PassManagementTest.Basic (0 ms) 2022-05-18T05:49:01.2440056Z [----------] 1 test from PassManagementTest (0 ms total) 2022-05-18T05:49:01.2440283Z 2022-05-18T05:49:01.2440497Z [----------] 5 tests from LoopPeelerTest 2022-05-18T05:49:01.2441052Z [ RUN ] LoopPeelerTest.NoInductionVariableUse 2022-05-18T05:49:01.2444565Z [ OK ] LoopPeelerTest.NoInductionVariableUse (0 ms) 2022-05-18T05:49:01.2445061Z [ RUN ] LoopPeelerTest.YesInductionVariableUse 2022-05-18T05:49:01.2449933Z [ OK ] LoopPeelerTest.YesInductionVariableUse (0 ms) 2022-05-18T05:49:01.2450469Z [ RUN ] LoopPeelerTest.LoopWithTerminationCondition 2022-05-18T05:49:01.2457025Z [ OK ] LoopPeelerTest.LoopWithTerminationCondition (0 ms) 2022-05-18T05:49:01.2457556Z [ RUN ] LoopPeelerTest.SimpleNestedLoops 2022-05-18T05:49:01.2466672Z [ OK ] LoopPeelerTest.SimpleNestedLoops (0 ms) 2022-05-18T05:49:01.2467162Z [ RUN ] LoopPeelerTest.SimpleNestedLoops2 2022-05-18T05:49:01.2478049Z [ OK ] LoopPeelerTest.SimpleNestedLoops2 (1 ms) 2022-05-18T05:49:01.2478564Z [----------] 5 tests from LoopPeelerTest (3 ms total) 2022-05-18T05:49:01.2478801Z 2022-05-18T05:49:01.2479003Z [----------] 1 test from JitTracing 2022-05-18T05:49:01.2479351Z [ RUN ] JitTracing.Basic 2022-05-18T05:49:01.2649226Z [ OK ] JitTracing.Basic (17 ms) 2022-05-18T05:49:01.2649805Z [----------] 1 test from JitTracing (17 ms total) 2022-05-18T05:49:01.2650018Z 2022-05-18T05:49:01.2650317Z [----------] 1 test from InsertAndEliminateRedundantGuardsTest 2022-05-18T05:49:01.2650828Z [ RUN ] InsertAndEliminateRedundantGuardsTest.Basic 2022-05-18T05:49:01.2657232Z [ OK ] InsertAndEliminateRedundantGuardsTest.Basic (0 ms) 2022-05-18T05:49:01.2657841Z [----------] 1 test from InsertAndEliminateRedundantGuardsTest (0 ms total) 2022-05-18T05:49:01.2658132Z 2022-05-18T05:49:01.2658599Z [----------] 1 test from InsertBailOutsTest 2022-05-18T05:49:01.2658991Z [ RUN ] InsertBailOutsTest.Basic 2022-05-18T05:49:01.2671457Z [ OK ] InsertBailOutsTest.Basic (1 ms) 2022-05-18T05:49:01.2671972Z [----------] 1 test from InsertBailOutsTest (1 ms total) 2022-05-18T05:49:01.2672208Z 2022-05-18T05:49:01.2672424Z [----------] 2 tests from ProfilerTest 2022-05-18T05:49:01.2672771Z [ RUN ] ProfilerTest.Basic 2022-05-18T05:49:01.2797027Z [ OK ] ProfilerTest.Basic (12 ms) 2022-05-18T05:49:01.2797455Z [ RUN ] ProfilerTest.OptionalProfiling 2022-05-18T05:49:01.2800041Z [ OK ] ProfilerTest.OptionalProfiling (0 ms) 2022-05-18T05:49:01.2800592Z [----------] 2 tests from ProfilerTest (12 ms total) 2022-05-18T05:49:01.2800818Z 2022-05-18T05:49:01.2801027Z [----------] 2 tests from CallStackTest 2022-05-18T05:49:01.2801396Z [ RUN ] CallStackTest.Basic 2022-05-18T05:49:01.2807612Z [ OK ] CallStackTest.Basic (0 ms) 2022-05-18T05:49:01.2808007Z [ RUN ] CallStackTest.Caching 2022-05-18T05:49:01.2813163Z [ OK ] CallStackTest.Caching (0 ms) 2022-05-18T05:49:01.2813668Z [----------] 2 tests from CallStackTest (1 ms total) 2022-05-18T05:49:01.2813889Z 2022-05-18T05:49:01.2814123Z [----------] 2 tests from InlinedCallStackTest 2022-05-18T05:49:01.2814568Z [ RUN ] InlinedCallStackTest.BlockAnnotation 2022-05-18T05:49:01.2823916Z [ OK ] InlinedCallStackTest.BlockAnnotation (1 ms) 2022-05-18T05:49:01.2824397Z [ RUN ] InlinedCallStackTest.SelfCallMethods 2022-05-18T05:49:01.2837934Z [ OK ] InlinedCallStackTest.SelfCallMethods (1 ms) 2022-05-18T05:49:01.2838522Z [----------] 2 tests from InlinedCallStackTest (2 ms total) 2022-05-18T05:49:01.2838771Z 2022-05-18T05:49:01.2839000Z [----------] 1 test from AutogradSymbolsTest 2022-05-18T05:49:01.2839384Z [ RUN ] AutogradSymbolsTest.Basic 2022-05-18T05:49:01.2839796Z [ OK ] AutogradSymbolsTest.Basic (0 ms) 2022-05-18T05:49:01.2840253Z [----------] 1 test from AutogradSymbolsTest (0 ms total) 2022-05-18T05:49:01.2840619Z 2022-05-18T05:49:01.2840859Z [----------] 1 test from DefaultArgTypeHintingTest 2022-05-18T05:49:01.2841299Z [ RUN ] DefaultArgTypeHintingTest.Basic 2022-05-18T05:49:01.2842370Z [ OK ] DefaultArgTypeHintingTest.Basic (0 ms) 2022-05-18T05:49:01.2843012Z [----------] 1 test from DefaultArgTypeHintingTest (0 ms total) 2022-05-18T05:49:01.2843253Z 2022-05-18T05:49:01.2843462Z [----------] 5 tests from FuturesTest 2022-05-18T05:49:01.2843817Z [ RUN ] FuturesTest.Basic 2022-05-18T05:49:01.2844183Z [ OK ] FuturesTest.Basic (0 ms) 2022-05-18T05:49:01.2844519Z [ RUN ] FuturesTest.Error 2022-05-18T05:49:01.2855906Z [ OK ] FuturesTest.Error (1 ms) 2022-05-18T05:49:01.2856578Z [ RUN ] FuturesTest.Then 2022-05-18T05:49:01.2857181Z [ OK ] FuturesTest.Then (0 ms) 2022-05-18T05:49:01.2857559Z [ RUN ] FuturesTest.CollectAll 2022-05-18T05:49:01.2857952Z [ OK ] FuturesTest.CollectAll (0 ms) 2022-05-18T05:49:01.2858601Z [ RUN ] FuturesTest.CollectAny 2022-05-18T05:49:01.2858986Z [ OK ] FuturesTest.CollectAny (0 ms) 2022-05-18T05:49:01.2859471Z [----------] 5 tests from FuturesTest (1 ms total) 2022-05-18T05:49:01.2859852Z 2022-05-18T05:49:01.2860308Z [----------] 1 test from TLSFutureCallbacksTest 2022-05-18T05:49:01.2860876Z [ RUN ] TLSFutureCallbacksTest.Basic 2022-05-18T05:49:01.2861327Z [ OK ] TLSFutureCallbacksTest.Basic (0 ms) 2022-05-18T05:49:01.2861797Z [----------] 1 test from TLSFutureCallbacksTest (0 ms total) 2022-05-18T05:49:01.2862035Z 2022-05-18T05:49:01.2862300Z [----------] 1 test from ProfilerDisableInCallbackTest 2022-05-18T05:49:01.2862754Z [ RUN ] ProfilerDisableInCallbackTest.Basic 2022-05-18T05:49:01.2863821Z [ OK ] ProfilerDisableInCallbackTest.Basic (0 ms) 2022-05-18T05:49:01.2864380Z [----------] 1 test from ProfilerDisableInCallbackTest (0 ms total) 2022-05-18T05:49:01.2864643Z 2022-05-18T05:49:01.2864869Z [----------] 2 tests from RecordDebugHandles 2022-05-18T05:49:01.2865247Z [ RUN ] RecordDebugHandles.Basic 2022-05-18T05:49:01.5922916Z [ OK ] RecordDebugHandles.Basic (305 ms) 2022-05-18T05:49:01.5923502Z [ RUN ] RecordDebugHandles.ScopedCallbacks 2022-05-18T05:49:01.5983412Z [ OK ] RecordDebugHandles.ScopedCallbacks (6 ms) 2022-05-18T05:49:01.5984404Z [----------] 2 tests from RecordDebugHandles (311 ms total) 2022-05-18T05:49:01.5984928Z 2022-05-18T05:49:01.5985320Z [----------] 1 test from IValueKWargsTest 2022-05-18T05:49:01.5985726Z [ RUN ] IValueKWargsTest.Basic 2022-05-18T05:49:01.5992483Z [ OK ] IValueKWargsTest.Basic (0 ms) 2022-05-18T05:49:01.5993808Z [----------] 1 test from IValueKWargsTest (0 ms total) 2022-05-18T05:49:01.5994227Z 2022-05-18T05:49:01.5994479Z [----------] 1 test from ComputeFlopsTest 2022-05-18T05:49:01.5994883Z [ RUN ] ComputeFlopsTest.Basic 2022-05-18T05:49:01.5995371Z [W util.cpp:481] Warning: Failed to compute flops for op aten::conv2d because both input and weight must be size 4. (function computeFlops) 2022-05-18T05:49:01.5995956Z [W util.cpp:496] Warning: Failed to compute flops for op aten::conv2d because stride must be size 2 and cannot be 0. (function computeFlops) 2022-05-18T05:49:01.5996822Z [W util.cpp:452] Warning: Calculating flops for aten::conv2d requires groups, padding, stride, dilation, input_size, and weight_size in saved arguments. (function computeFlops) 2022-05-18T05:49:01.5997852Z [W util.cpp:524] Warning: Calculating flops for aten::mm requires mat1_size and mat2_size in saved arguments. (function computeFlops) 2022-05-18T05:49:01.5998796Z [ OK ] ComputeFlopsTest.Basic (0 ms) 2022-05-18T05:49:01.5999458Z [----------] 1 test from ComputeFlopsTest (0 ms total) 2022-05-18T05:49:01.5999690Z 2022-05-18T05:49:01.5999898Z [----------] 1 test from TestConstant 2022-05-18T05:49:01.6000281Z [ RUN ] TestConstant.TensorGrad 2022-05-18T05:49:01.6000686Z [ OK ] TestConstant.TensorGrad (0 ms) 2022-05-18T05:49:01.6001114Z [----------] 1 test from TestConstant (0 ms total) 2022-05-18T05:49:01.6001323Z 2022-05-18T05:49:01.6001528Z [----------] 1 test from TestMutation 2022-05-18T05:49:01.6001870Z [ RUN ] TestMutation.Basic 2022-05-18T05:49:01.6002246Z [ OK ] TestMutation.Basic (0 ms) 2022-05-18T05:49:01.6002657Z [----------] 1 test from TestMutation (0 ms total) 2022-05-18T05:49:01.6002870Z 2022-05-18T05:49:01.6003135Z [----------] 1 test from TestInplaceToFunctionalActivation 2022-05-18T05:49:01.6003636Z [ RUN ] TestInplaceToFunctionalActivation.Basic 2022-05-18T05:49:01.6004158Z [ OK ] TestInplaceToFunctionalActivation.Basic (0 ms) 2022-05-18T05:49:01.6004716Z [----------] 1 test from TestInplaceToFunctionalActivation (0 ms total) 2022-05-18T05:49:01.6004968Z 2022-05-18T05:49:01.6005200Z [----------] 1 test from TestRegisterShapeOp 2022-05-18T05:49:01.6005608Z [ RUN ] TestRegisterShapeOp.Basic 2022-05-18T05:49:01.7479831Z [ OK ] TestRegisterShapeOp.Basic (147 ms) 2022-05-18T05:49:01.7480856Z [----------] 1 test from TestRegisterShapeOp (147 ms total) 2022-05-18T05:49:01.7481128Z 2022-05-18T05:49:01.7481421Z [----------] 1 test from TestFunctionalToInplaceActivation 2022-05-18T05:49:01.7481933Z [ RUN ] TestFunctionalToInplaceActivation.Basic 2022-05-18T05:49:01.7482428Z [ OK ] TestFunctionalToInplaceActivation.Basic (0 ms) 2022-05-18T05:49:01.7482978Z [----------] 1 test from TestFunctionalToInplaceActivation (0 ms total) 2022-05-18T05:49:01.7483280Z 2022-05-18T05:49:01.7483519Z [----------] 2 tests from TestFunctionExecutor 2022-05-18T05:49:01.7484175Z [ RUN ] TestFunctionExecutor.SimpleExecutorTest 2022-05-18T05:49:01.7485752Z [ OK ] TestFunctionExecutor.SimpleExecutorTest (0 ms) 2022-05-18T05:49:01.7486306Z [ RUN ] TestFunctionExecutor.RunDecompositionTest 2022-05-18T05:49:01.7511227Z [ OK ] TestFunctionExecutor.RunDecompositionTest (2 ms) 2022-05-18T05:49:01.7511944Z [----------] 2 tests from TestFunctionExecutor (3 ms total) 2022-05-18T05:49:01.7512206Z 2022-05-18T05:49:01.7512460Z [----------] 1 test from TestShapeGraphLinting 2022-05-18T05:49:01.7512879Z [ RUN ] TestShapeGraphLinting.Basic 2022-05-18T05:49:01.7517152Z [ OK ] TestShapeGraphLinting.Basic (0 ms) 2022-05-18T05:49:01.7517785Z [----------] 1 test from TestShapeGraphLinting (0 ms total) 2022-05-18T05:49:01.7518076Z 2022-05-18T05:49:01.7518596Z [----------] 1 test from Composed 2022-05-18T05:49:01.7518996Z [ RUN ] Composed.ComposedOp 2022-05-18T05:49:02.1536763Z [ OK ] Composed.ComposedOp (401 ms) 2022-05-18T05:49:02.1537471Z [----------] 1 test from Composed (401 ms total) 2022-05-18T05:49:02.1537720Z 2022-05-18T05:49:02.1538168Z [----------] 19 tests from MobileTypeParserTest 2022-05-18T05:49:02.1538914Z [ RUN ] MobileTypeParserTest.Int 2022-05-18T05:49:02.1539342Z [ OK ] MobileTypeParserTest.Int (0 ms) 2022-05-18T05:49:02.1539845Z [ RUN ] MobileTypeParserTest.NestedContainersAnnotationStr 2022-05-18T05:49:02.1540452Z [ OK ] MobileTypeParserTest.NestedContainersAnnotationStr (0 ms) 2022-05-18T05:49:02.1540993Z [ RUN ] MobileTypeParserTest.TorchBindClass 2022-05-18T05:49:02.1541456Z [ OK ] MobileTypeParserTest.TorchBindClass (0 ms) 2022-05-18T05:49:02.1541974Z [ RUN ] MobileTypeParserTest.ListOfTorchBindClass 2022-05-18T05:49:02.1542850Z [ OK ] MobileTypeParserTest.ListOfTorchBindClass (0 ms) 2022-05-18T05:49:02.1543503Z [ RUN ] MobileTypeParserTest.NestedContainersAnnotationStrWithSpaces 2022-05-18T05:49:02.1544196Z [ OK ] MobileTypeParserTest.NestedContainersAnnotationStrWithSpaces (0 ms) 2022-05-18T05:49:02.1544779Z [ RUN ] MobileTypeParserTest.NamedTuple 2022-05-18T05:49:02.1545262Z [ OK ] MobileTypeParserTest.NamedTuple (0 ms) 2022-05-18T05:49:02.1545788Z [ RUN ] MobileTypeParserTest.DictNestedNamedTupleTypeList 2022-05-18T05:49:02.1546405Z [ OK ] MobileTypeParserTest.DictNestedNamedTupleTypeList (0 ms) 2022-05-18T05:49:02.1547043Z [ RUN ] MobileTypeParserTest.NamedTupleNestedNamedTupleTypeList 2022-05-18T05:49:02.1547717Z [ OK ] MobileTypeParserTest.NamedTupleNestedNamedTupleTypeList (0 ms) 2022-05-18T05:49:02.1548327Z [ RUN ] MobileTypeParserTest.NamedTupleNestedNamedTuple 2022-05-18T05:49:02.1548939Z [ OK ] MobileTypeParserTest.NamedTupleNestedNamedTuple (0 ms) 2022-05-18T05:49:02.1549453Z [ RUN ] MobileTypeParserTest.Empty 2022-05-18T05:49:02.1573169Z [ OK ] MobileTypeParserTest.Empty (3 ms) 2022-05-18T05:49:02.1573830Z [ RUN ] MobileTypeParserTest.TypoRaises 2022-05-18T05:49:02.1612060Z [ OK ] MobileTypeParserTest.TypoRaises (3 ms) 2022-05-18T05:49:02.1612854Z [ RUN ] MobileTypeParserTest.MismatchBracketRaises 2022-05-18T05:49:02.1651332Z [ OK ] MobileTypeParserTest.MismatchBracketRaises (3 ms) 2022-05-18T05:49:02.1652170Z [ RUN ] MobileTypeParserTest.MismatchBracketRaises2 2022-05-18T05:49:02.1690328Z [ OK ] MobileTypeParserTest.MismatchBracketRaises2 (3 ms) 2022-05-18T05:49:02.1691164Z [ RUN ] MobileTypeParserTest.DictWithoutValueRaises 2022-05-18T05:49:02.1723604Z [ OK ] MobileTypeParserTest.DictWithoutValueRaises (3 ms) 2022-05-18T05:49:02.1724441Z [ RUN ] MobileTypeParserTest.ListArgCountMismatchRaises 2022-05-18T05:49:02.1762516Z [ OK ] MobileTypeParserTest.ListArgCountMismatchRaises (3 ms) 2022-05-18T05:49:02.1763356Z [ RUN ] MobileTypeParserTest.DictArgCountMismatchRaises 2022-05-18T05:49:02.1795718Z [ OK ] MobileTypeParserTest.DictArgCountMismatchRaises (3 ms) 2022-05-18T05:49:02.1796602Z [ RUN ] MobileTypeParserTest.ValidTypeWithExtraStuffRaises 2022-05-18T05:49:02.1817818Z [ OK ] MobileTypeParserTest.ValidTypeWithExtraStuffRaises (2 ms) 2022-05-18T05:49:02.1818896Z [ RUN ] MobileTypeParserTest.NonIdentifierRaises 2022-05-18T05:49:02.1839867Z [ OK ] MobileTypeParserTest.NonIdentifierRaises (2 ms) 2022-05-18T05:49:02.1840749Z [ RUN ] MobileTypeParserTest.DictNestedNamedTupleTypeListRaises 2022-05-18T05:49:02.1885363Z [ OK ] MobileTypeParserTest.DictNestedNamedTupleTypeListRaises (4 ms) 2022-05-18T05:49:02.1886093Z [----------] 19 tests from MobileTypeParserTest (35 ms total) 2022-05-18T05:49:02.1886320Z 2022-05-18T05:49:02.1886537Z [----------] 14 tests from ModuleAPITest 2022-05-18T05:49:02.1886945Z [ RUN ] ModuleAPITest.MethodRunAsync 2022-05-18T05:49:02.1926014Z [ OK ] ModuleAPITest.MethodRunAsync (4 ms) 2022-05-18T05:49:02.1926652Z [ RUN ] ModuleAPITest.Clone 2022-05-18T05:49:02.1927062Z [ OK ] ModuleAPITest.Clone (0 ms) 2022-05-18T05:49:02.1927531Z [ RUN ] ModuleAPITest.CloneWithModuleInterface 2022-05-18T05:49:02.1938494Z [ OK ] ModuleAPITest.CloneWithModuleInterface (1 ms) 2022-05-18T05:49:02.1939448Z [ RUN ] ModuleAPITest.Copy 2022-05-18T05:49:02.1939849Z [ OK ] ModuleAPITest.Copy (0 ms) 2022-05-18T05:49:02.1940651Z [ RUN ] ModuleAPITest.DeepCopy 2022-05-18T05:49:02.1941519Z [ OK ] ModuleAPITest.DeepCopy (0 ms) 2022-05-18T05:49:02.1941943Z [ RUN ] ModuleAPITest.DeepCopyString 2022-05-18T05:49:02.1942387Z [ OK ] ModuleAPITest.DeepCopyString (0 ms) 2022-05-18T05:49:02.1942955Z [ RUN ] ModuleAPITest.DeepCopyEnum 2022-05-18T05:49:02.1943868Z [ OK ] ModuleAPITest.DeepCopyEnum (0 ms) 2022-05-18T05:49:02.1944469Z [ RUN ] ModuleAPITest.DeepCopyPreservesAliasing 2022-05-18T05:49:02.1945007Z [ OK ] ModuleAPITest.DeepCopyPreservesAliasing (0 ms) 2022-05-18T05:49:02.1945440Z [ RUN ] ModuleAPITest.Constants 2022-05-18T05:49:02.1945849Z [ OK ] ModuleAPITest.Constants (0 ms) 2022-05-18T05:49:02.1946257Z [ RUN ] ModuleAPITest.Parameters 2022-05-18T05:49:02.1946656Z [ OK ] ModuleAPITest.Parameters (0 ms) 2022-05-18T05:49:02.1947049Z [ RUN ] ModuleAPITest.Define 2022-05-18T05:49:02.1950894Z [ OK ] ModuleAPITest.Define (0 ms) 2022-05-18T05:49:02.1951788Z [ RUN ] ModuleAPITest.Freezing 2022-05-18T05:49:02.1995105Z [ OK ] ModuleAPITest.Freezing (4 ms) 2022-05-18T05:49:02.1996048Z [ RUN ] ModuleAPITest.OfiFreezesTraining 2022-05-18T05:49:02.2037635Z [ OK ] ModuleAPITest.OfiFreezesTraining (4 ms) 2022-05-18T05:49:02.2038532Z [ RUN ] ModuleAPITest.To_CUDA 2022-05-18T05:49:02.2040696Z [ OK ] ModuleAPITest.To_CUDA (0 ms) 2022-05-18T05:49:02.2041594Z [----------] 14 tests from ModuleAPITest (15 ms total) 2022-05-18T05:49:02.2042100Z 2022-05-18T05:49:02.2042596Z [----------] 6 tests from PeepholeOptimizeTest 2022-05-18T05:49:02.2043468Z [ RUN ] PeepholeOptimizeTest.IsAndIsNot 2022-05-18T05:49:02.2044248Z [ OK ] PeepholeOptimizeTest.IsAndIsNot (0 ms) 2022-05-18T05:49:02.2045192Z [ RUN ] PeepholeOptimizeTest.IsAndIsNot2 2022-05-18T05:49:02.2046122Z [ OK ] PeepholeOptimizeTest.IsAndIsNot2 (0 ms) 2022-05-18T05:49:02.2047077Z [ RUN ] PeepholeOptimizeTest.IsAndIsNot3 2022-05-18T05:49:02.2047744Z [ OK ] PeepholeOptimizeTest.IsAndIsNot3 (0 ms) 2022-05-18T05:49:02.2048226Z [ RUN ] PeepholeOptimizeTest.UnwrapOptional 2022-05-18T05:49:02.2049131Z [ OK ] PeepholeOptimizeTest.UnwrapOptional (0 ms) 2022-05-18T05:49:02.2050163Z [ RUN ] PeepholeOptimizeTest.UnwrapOptional2 2022-05-18T05:49:02.2051210Z [ OK ] PeepholeOptimizeTest.UnwrapOptional2 (0 ms) 2022-05-18T05:49:02.2051693Z [ RUN ] PeepholeOptimizeTest.AddMMFusion 2022-05-18T05:49:02.2052176Z [ OK ] PeepholeOptimizeTest.AddMMFusion (0 ms) 2022-05-18T05:49:02.2052668Z [----------] 6 tests from PeepholeOptimizeTest (0 ms total) 2022-05-18T05:49:02.2052914Z 2022-05-18T05:49:02.2053260Z [----------] 5 tests from QualifiedNameTest 2022-05-18T05:49:02.2053710Z [ RUN ] QualifiedNameTest.PrefixConstruction 2022-05-18T05:49:02.2054202Z [ OK ] QualifiedNameTest.PrefixConstruction (0 ms) 2022-05-18T05:49:02.2054689Z [ RUN ] QualifiedNameTest.DottedConstruction 2022-05-18T05:49:02.2055156Z [ OK ] QualifiedNameTest.DottedConstruction (0 ms) 2022-05-18T05:49:02.2055626Z [ RUN ] QualifiedNameTest.BadInputRaises 2022-05-18T05:49:02.2097233Z [ OK ] QualifiedNameTest.BadInputRaises (4 ms) 2022-05-18T05:49:02.2098157Z [ RUN ] QualifiedNameTest.Equality 2022-05-18T05:49:02.2099256Z [ OK ] QualifiedNameTest.Equality (0 ms) 2022-05-18T05:49:02.2100136Z [ RUN ] QualifiedNameTest.IsPrefixOf 2022-05-18T05:49:02.2100787Z [ OK ] QualifiedNameTest.IsPrefixOf (0 ms) 2022-05-18T05:49:02.2101263Z [----------] 5 tests from QualifiedNameTest (4 ms total) 2022-05-18T05:49:02.2101498Z 2022-05-18T05:49:02.2101861Z [----------] 6 tests from SerializationTest 2022-05-18T05:49:02.2102329Z [ RUN ] SerializationTest.ExtraFilesHookPreference 2022-05-18T05:49:02.2102974Z [W export_module.cpp:618] Warning: An extra files hook attempted to write metadata.json but this is already written in extra files and so will be skipped. This warning will only appear once per process. (function operator()) 2022-05-18T05:49:02.2109985Z [ OK ] SerializationTest.ExtraFilesHookPreference (1 ms) 2022-05-18T05:49:02.2111125Z [ RUN ] SerializationTest.ExtraFileHooksNoSecret 2022-05-18T05:49:02.2111881Z [ OK ] SerializationTest.ExtraFileHooksNoSecret (0 ms) 2022-05-18T05:49:02.2112407Z [ RUN ] SerializationTest.ExtraFileHooksWithSecret 2022-05-18T05:49:02.2113734Z [ OK ] SerializationTest.ExtraFileHooksWithSecret (0 ms) 2022-05-18T05:49:02.2114719Z [ RUN ] SerializationTest.TypeTags 2022-05-18T05:49:02.2118996Z [ OK ] SerializationTest.TypeTags (0 ms) 2022-05-18T05:49:02.2120002Z [ RUN ] SerializationTest.TestJitStream_CUDA 2022-05-18T05:49:02.2289408Z [ OK ] SerializationTest.TestJitStream_CUDA (16 ms) 2022-05-18T05:49:02.2290462Z [ RUN ] SerializationTest.ParentDirNotExist 2022-05-18T05:49:02.2325662Z [ OK ] SerializationTest.ParentDirNotExist (3 ms) 2022-05-18T05:49:02.2326712Z [----------] 6 tests from SerializationTest (22 ms total) 2022-05-18T05:49:02.2327177Z 2022-05-18T05:49:02.2327575Z [----------] 3 tests from TestSourceRoundTrip 2022-05-18T05:49:02.2328048Z [ RUN ] TestSourceRoundTrip.UpsampleNearest2d 2022-05-18T05:49:02.2346737Z [ OK ] TestSourceRoundTrip.UpsampleNearest2d (2 ms) 2022-05-18T05:49:02.2347783Z [ RUN ] TestSourceRoundTrip.CheckAttrAccess 2022-05-18T05:49:02.2348505Z [ OK ] TestSourceRoundTrip.CheckAttrAccess (0 ms) 2022-05-18T05:49:02.2349006Z [ RUN ] TestSourceRoundTrip.MethodInvocation 2022-05-18T05:49:02.2425048Z [ OK ] TestSourceRoundTrip.MethodInvocation (7 ms) 2022-05-18T05:49:02.2426082Z [----------] 3 tests from TestSourceRoundTrip (9 ms total) 2022-05-18T05:49:02.2426501Z 2022-05-18T05:49:02.2426744Z [----------] 2 tests from SchemaMatchingTest 2022-05-18T05:49:02.2427161Z [ RUN ] SchemaMatchingTest.VarType 2022-05-18T05:49:02.2432248Z [ OK ] SchemaMatchingTest.VarType (0 ms) 2022-05-18T05:49:02.2433126Z [ RUN ] SchemaMatchingTest.VarType2 2022-05-18T05:49:02.2438588Z [ OK ] SchemaMatchingTest.VarType2 (0 ms) 2022-05-18T05:49:02.2439612Z [----------] 2 tests from SchemaMatchingTest (1 ms total) 2022-05-18T05:49:02.2439975Z 2022-05-18T05:49:02.2440178Z [----------] 6 tests from StackOptTest 2022-05-18T05:49:02.2440595Z [ RUN ] StackOptTest.UseVariadicStack 2022-05-18T05:49:02.2566218Z [ OK ] StackOptTest.UseVariadicStack (12 ms) 2022-05-18T05:49:02.2566965Z [ RUN ] StackOptTest.UseVariadicStackReplaceMultiple 2022-05-18T05:49:02.2632505Z [ OK ] StackOptTest.UseVariadicStackReplaceMultiple (6 ms) 2022-05-18T05:49:02.2669996Z [ RUN ] StackOptTest.UseVariadicStackWithMultipleListUses 2022-05-18T05:49:02.2671084Z [ OK ] StackOptTest.UseVariadicStackWithMultipleListUses (3 ms) 2022-05-18T05:49:02.2671736Z [ RUN ] StackOptTest.UseVariadicStackWithListMutationAfterCat 2022-05-18T05:49:02.2719382Z [ OK ] StackOptTest.UseVariadicStackWithListMutationAfterCat (4 ms) 2022-05-18T05:49:02.2720496Z [ RUN ] StackOptTest.UseVariadicStackWithListMutationBeforeCat 2022-05-18T05:49:02.2782754Z [ OK ] StackOptTest.UseVariadicStackWithListMutationBeforeCat (6 ms) 2022-05-18T05:49:02.2783796Z [ RUN ] StackOptTest.UseVariadicStackWithMultipleListMutations 2022-05-18T05:49:02.2890054Z [ OK ] StackOptTest.UseVariadicStackWithMultipleListMutations (10 ms) 2022-05-18T05:49:02.2891311Z [----------] 6 tests from StackOptTest (45 ms total) 2022-05-18T05:49:02.2891719Z 2022-05-18T05:49:02.2891983Z [----------] 16 tests from SubgraphMatcherTest 2022-05-18T05:49:02.2892779Z [ RUN ] SubgraphMatcherTest.Trivial1 2022-05-18T05:49:02.2893734Z [ OK ] SubgraphMatcherTest.Trivial1 (0 ms) 2022-05-18T05:49:02.2894551Z [ RUN ] SubgraphMatcherTest.Trivial2 2022-05-18T05:49:02.2895016Z [ OK ] SubgraphMatcherTest.Trivial2 (0 ms) 2022-05-18T05:49:02.2895771Z [ RUN ] SubgraphMatcherTest.Trivial3 2022-05-18T05:49:02.2896773Z [ OK ] SubgraphMatcherTest.Trivial3 (0 ms) 2022-05-18T05:49:02.2897690Z [ RUN ] SubgraphMatcherTest.Trivial4 2022-05-18T05:49:02.2898997Z [ OK ] SubgraphMatcherTest.Trivial4 (0 ms) 2022-05-18T05:49:02.2899652Z [ RUN ] SubgraphMatcherTest.Linear1 2022-05-18T05:49:02.2900222Z [ OK ] SubgraphMatcherTest.Linear1 (0 ms) 2022-05-18T05:49:02.2901262Z [ RUN ] SubgraphMatcherTest.Linear2 2022-05-18T05:49:02.2902084Z [ OK ] SubgraphMatcherTest.Linear2 (0 ms) 2022-05-18T05:49:02.2902978Z [ RUN ] SubgraphMatcherTest.Diamond1 2022-05-18T05:49:02.2903465Z [ OK ] SubgraphMatcherTest.Diamond1 (0 ms) 2022-05-18T05:49:02.2904039Z [ RUN ] SubgraphMatcherTest.Diamond2 2022-05-18T05:49:02.2904997Z [ OK ] SubgraphMatcherTest.Diamond2 (0 ms) 2022-05-18T05:49:02.2905539Z [ RUN ] SubgraphMatcherTest.XPattern 2022-05-18T05:49:02.2905957Z [ OK ] SubgraphMatcherTest.XPattern (0 ms) 2022-05-18T05:49:02.2906416Z [ RUN ] SubgraphMatcherTest.MultipleMatches 2022-05-18T05:49:02.2906912Z [ OK ] SubgraphMatcherTest.MultipleMatches (0 ms) 2022-05-18T05:49:02.2907415Z [ RUN ] SubgraphMatcherTest.OverlappingMatches 2022-05-18T05:49:02.2907913Z [ OK ] SubgraphMatcherTest.OverlappingMatches (0 ms) 2022-05-18T05:49:02.2908418Z [ RUN ] SubgraphMatcherTest.MatchInBasicBlocks1 2022-05-18T05:49:02.2908928Z [ OK ] SubgraphMatcherTest.MatchInBasicBlocks1 (0 ms) 2022-05-18T05:49:02.2909414Z [ RUN ] SubgraphMatcherTest.MatchInBasicBlocks2 2022-05-18T05:49:02.2909921Z [ OK ] SubgraphMatcherTest.MatchInBasicBlocks2 (0 ms) 2022-05-18T05:49:02.2910415Z [ RUN ] SubgraphMatcherTest.MatchesAttributes 2022-05-18T05:49:02.2910893Z [ OK ] SubgraphMatcherTest.MatchesAttributes (0 ms) 2022-05-18T05:49:02.2911371Z [ RUN ] SubgraphMatcherTest.BadPattern 2022-05-18T05:49:02.2938060Z [ OK ] SubgraphMatcherTest.BadPattern (3 ms) 2022-05-18T05:49:02.2939160Z [ RUN ] SubgraphMatcherTest.MultiOutput 2022-05-18T05:49:02.2939902Z [ OK ] SubgraphMatcherTest.MultiOutput (0 ms) 2022-05-18T05:49:02.2940450Z [----------] 16 tests from SubgraphMatcherTest (4 ms total) 2022-05-18T05:49:02.2940706Z 2022-05-18T05:49:02.2941097Z [----------] 4 tests from SubgraphRewriterTest 2022-05-18T05:49:02.2941634Z [ RUN ] SubgraphRewriterTest.FilterMatch 2022-05-18T05:49:02.2942488Z [ OK ] SubgraphRewriterTest.FilterMatch (0 ms) 2022-05-18T05:49:02.2943058Z [ RUN ] SubgraphRewriterTest.FilterNoMatch 2022-05-18T05:49:02.2943538Z [ OK ] SubgraphRewriterTest.FilterNoMatch (0 ms) 2022-05-18T05:49:02.2943981Z [ RUN ] SubgraphRewriterTest.MultiOutput 2022-05-18T05:49:02.2949288Z [ OK ] SubgraphRewriterTest.MultiOutput (0 ms) 2022-05-18T05:49:02.2949949Z [ RUN ] SubgraphRewriterTest.OutputType 2022-05-18T05:49:02.2951071Z [ OK ] SubgraphRewriterTest.OutputType (0 ms) 2022-05-18T05:49:02.2951694Z [----------] 4 tests from SubgraphRewriterTest (1 ms total) 2022-05-18T05:49:02.2952095Z 2022-05-18T05:49:02.2952347Z [----------] 3 tests from SubgraphUtilsTest 2022-05-18T05:49:02.2952775Z [ RUN ] SubgraphUtilsTest.Basic 2022-05-18T05:49:02.2956167Z [ OK ] SubgraphUtilsTest.Basic (0 ms) 2022-05-18T05:49:02.2956672Z [ RUN ] SubgraphUtilsTest.MergeSubgraphs 2022-05-18T05:49:02.2960477Z [ OK ] SubgraphUtilsTest.MergeSubgraphs (0 ms) 2022-05-18T05:49:02.2961197Z [ RUN ] SubgraphUtilsTest.GraphName 2022-05-18T05:49:02.2961648Z [ OK ] SubgraphUtilsTest.GraphName (0 ms) 2022-05-18T05:49:02.2962459Z [----------] 3 tests from SubgraphUtilsTest (0 ms total) 2022-05-18T05:49:02.2962845Z 2022-05-18T05:49:02.2963246Z [----------] 8 tests from UnionTypeTest 2022-05-18T05:49:02.2963915Z [ RUN ] UnionTypeTest.UnionOperatorEquals 2022-05-18T05:49:02.2964613Z [ OK ] UnionTypeTest.UnionOperatorEquals (0 ms) 2022-05-18T05:49:02.2965130Z [ RUN ] UnionTypeTest.UnionCreate_OptionalT1AndOptionalT2 2022-05-18T05:49:02.2965687Z [ OK ] UnionTypeTest.UnionCreate_OptionalT1AndOptionalT2 (0 ms) 2022-05-18T05:49:02.2966165Z [ RUN ] UnionTypeTest.UnionCreate_OptionalTAndT 2022-05-18T05:49:02.2966641Z [ OK ] UnionTypeTest.UnionCreate_OptionalTAndT (0 ms) 2022-05-18T05:49:02.2967165Z [ RUN ] UnionTypeTest.UnionCreate_TupleWithSubtypingRelationship 2022-05-18T05:49:02.2967744Z [ OK ] UnionTypeTest.UnionCreate_TupleWithSubtypingRelationship (0 ms) 2022-05-18T05:49:02.2968243Z [ RUN ] UnionTypeTest.UnionCreate_ContainerTAndT 2022-05-18T05:49:02.2968722Z [ OK ] UnionTypeTest.UnionCreate_ContainerTAndT (0 ms) 2022-05-18T05:49:02.2969260Z [ RUN ] UnionTypeTest.UnionCreate_OptionalContainerTAndContainerTAndT 2022-05-18T05:49:02.2969851Z [ OK ] UnionTypeTest.UnionCreate_OptionalContainerTAndContainerTAndT (0 ms) 2022-05-18T05:49:02.2970374Z [ RUN ] UnionTypeTest.Subtyping_NumberType 2022-05-18T05:49:02.2970825Z [ OK ] UnionTypeTest.Subtyping_NumberType (0 ms) 2022-05-18T05:49:02.2971261Z [ RUN ] UnionTypeTest.Subtyping_OptionalType 2022-05-18T05:49:02.2971722Z [ OK ] UnionTypeTest.Subtyping_OptionalType (0 ms) 2022-05-18T05:49:02.2972181Z [----------] 8 tests from UnionTypeTest (0 ms total) 2022-05-18T05:49:02.2972401Z 2022-05-18T05:49:02.2972627Z [----------] 2 tests from ScriptProfileTest 2022-05-18T05:49:02.2973008Z [ RUN ] ScriptProfileTest.Basic 2022-05-18T05:49:02.2973416Z [ OK ] ScriptProfileTest.Basic (0 ms) 2022-05-18T05:49:02.2973838Z [ RUN ] ScriptProfileTest.CallingOrder 2022-05-18T05:49:02.2998023Z [ OK ] ScriptProfileTest.CallingOrder (3 ms) 2022-05-18T05:49:02.2998645Z [----------] 2 tests from ScriptProfileTest (3 ms total) 2022-05-18T05:49:02.2998895Z 2022-05-18T05:49:02.2999128Z [----------] 6 tests from ShapeAnalysisTest 2022-05-18T05:49:02.2999577Z [ RUN ] ShapeAnalysisTest.DynamicShapesFusion 2022-05-18T05:49:02.3110587Z [ OK ] ShapeAnalysisTest.DynamicShapesFusion (11 ms) 2022-05-18T05:49:02.3111158Z [ RUN ] ShapeAnalysisTest.MovingConstantOutOfFusionGroups 2022-05-18T05:49:02.3134912Z [ OK ] ShapeAnalysisTest.MovingConstantOutOfFusionGroups (2 ms) 2022-05-18T05:49:02.3135458Z [ RUN ] ShapeAnalysisTest.SymbolicShapeAPI 2022-05-18T05:49:02.3245122Z [ OK ] ShapeAnalysisTest.SymbolicShapeAPI (10 ms) 2022-05-18T05:49:02.3245635Z [ RUN ] ShapeAnalysisTest.SymbolicShapeCaching 2022-05-18T05:49:02.3255123Z [ OK ] ShapeAnalysisTest.SymbolicShapeCaching (0 ms) 2022-05-18T05:49:02.3255647Z [ RUN ] ShapeAnalysisTest.ShapeCacheMultipleFns 2022-05-18T05:49:02.3297857Z [ OK ] ShapeAnalysisTest.ShapeCacheMultipleFns (4 ms) 2022-05-18T05:49:02.3298668Z [ RUN ] ShapeAnalysisTest.TestShapeMultipleReturns 2022-05-18T05:49:02.3311827Z [ OK ] ShapeAnalysisTest.TestShapeMultipleReturns (1 ms) 2022-05-18T05:49:02.3312813Z [----------] 6 tests from ShapeAnalysisTest (31 ms total) 2022-05-18T05:49:02.3313202Z 2022-05-18T05:49:02.3313602Z [----------] 5 tests from JitLoggingTest 2022-05-18T05:49:02.3314281Z [ RUN ] JitLoggingTest.CheckSetLoggingLevel 2022-05-18T05:49:02.3315072Z [ OK ] JitLoggingTest.CheckSetLoggingLevel (0 ms) 2022-05-18T05:49:02.3315570Z [ RUN ] JitLoggingTest.CheckSetMultipleLogLevels 2022-05-18T05:49:02.3316092Z [ OK ] JitLoggingTest.CheckSetMultipleLogLevels (0 ms) 2022-05-18T05:49:02.3316611Z [ RUN ] JitLoggingTest.CheckLoggingLevelAfterUnset 2022-05-18T05:49:02.3317147Z [ OK ] JitLoggingTest.CheckLoggingLevelAfterUnset (0 ms) 2022-05-18T05:49:02.3317647Z [ RUN ] JitLoggingTest.CheckAfterChangingLevel 2022-05-18T05:49:02.3318151Z [ OK ] JitLoggingTest.CheckAfterChangingLevel (0 ms) 2022-05-18T05:49:02.3318653Z [ RUN ] JitLoggingTest.CheckOutputStreamSetting 2022-05-18T05:49:02.3319141Z [ OK ] JitLoggingTest.CheckOutputStreamSetting (0 ms) 2022-05-18T05:49:02.3319624Z [----------] 5 tests from JitLoggingTest (0 ms total) 2022-05-18T05:49:02.3319845Z 2022-05-18T05:49:02.3320063Z [----------] 9 tests from FileFormatTest 2022-05-18T05:49:02.3320495Z [ RUN ] FileFormatTest.IdentifiesFlatbufferStream 2022-05-18T05:49:02.3321016Z [ OK ] FileFormatTest.IdentifiesFlatbufferStream (0 ms) 2022-05-18T05:49:02.3321508Z [ RUN ] FileFormatTest.IdentifiesZipStream 2022-05-18T05:49:02.3321994Z [ OK ] FileFormatTest.IdentifiesZipStream (0 ms) 2022-05-18T05:49:02.3322469Z [ RUN ] FileFormatTest.FlatbufferTakesPrecedence 2022-05-18T05:49:02.3322993Z [ OK ] FileFormatTest.FlatbufferTakesPrecedence (0 ms) 2022-05-18T05:49:02.3323484Z [ RUN ] FileFormatTest.HandlesUnknownStream 2022-05-18T05:49:02.3323940Z [ OK ] FileFormatTest.HandlesUnknownStream (0 ms) 2022-05-18T05:49:02.3324412Z [ RUN ] FileFormatTest.ShortStreamIsUnknown 2022-05-18T05:49:02.3324891Z [ OK ] FileFormatTest.ShortStreamIsUnknown (0 ms) 2022-05-18T05:49:02.3325362Z [ RUN ] FileFormatTest.EmptyStreamIsUnknown 2022-05-18T05:49:02.3325822Z [ OK ] FileFormatTest.EmptyStreamIsUnknown (0 ms) 2022-05-18T05:49:02.3326286Z [ RUN ] FileFormatTest.BadStreamIsUnknown 2022-05-18T05:49:02.3326749Z [ OK ] FileFormatTest.BadStreamIsUnknown (0 ms) 2022-05-18T05:49:02.3327252Z [ RUN ] FileFormatTest.StreamOffsetIsObservedAndRestored 2022-05-18T05:49:02.3327962Z [ OK ] FileFormatTest.StreamOffsetIsObservedAndRestored (0 ms) 2022-05-18T05:49:02.3328498Z [ RUN ] FileFormatTest.HandlesMissingFile 2022-05-18T05:49:02.3328965Z [ OK ] FileFormatTest.HandlesMissingFile (0 ms) 2022-05-18T05:49:02.3329405Z [----------] 9 tests from FileFormatTest (0 ms total) 2022-05-18T05:49:02.3329733Z 2022-05-18T05:49:02.3330159Z [----------] 32 tests from FlatbufferTest 2022-05-18T05:49:02.3330750Z [ RUN ] FlatbufferTest.UpsampleNearest2d 2022-05-18T05:49:02.3331208Z [ OK ] FlatbufferTest.UpsampleNearest2d (1 ms) 2022-05-18T05:49:02.3331750Z [ RUN ] FlatbufferTest.UpsampleNearest2dWithCopyTensorMemory 2022-05-18T05:49:02.3342757Z [ OK ] FlatbufferTest.UpsampleNearest2dWithCopyTensorMemory (1 ms) 2022-05-18T05:49:02.3343305Z [ RUN ] FlatbufferTest.CheckAttrAccess 2022-05-18T05:49:02.3343747Z [ OK ] FlatbufferTest.CheckAttrAccess (0 ms) 2022-05-18T05:49:02.3344325Z [ RUN ] FlatbufferTest.MethodInvocation 2022-05-18T05:49:02.3376147Z [ OK ] FlatbufferTest.MethodInvocation (3 ms) 2022-05-18T05:49:02.3376576Z [ RUN ] FlatbufferTest.ExtraFiles 2022-05-18T05:49:02.3380398Z [ OK ] FlatbufferTest.ExtraFiles (0 ms) 2022-05-18T05:49:02.3380846Z [ RUN ] FlatbufferTest.Conv 2022-05-18T05:49:02.3415674Z [ OK ] FlatbufferTest.Conv (3 ms) 2022-05-18T05:49:02.3416128Z [ RUN ] FlatbufferTest.ConvWithCopyTensorMemory 2022-05-18T05:49:02.3451607Z [ OK ] FlatbufferTest.ConvWithCopyTensorMemory (3 ms) 2022-05-18T05:49:02.3452086Z [ RUN ] FlatbufferTest.Inline 2022-05-18T05:49:02.3461596Z [ OK ] FlatbufferTest.Inline (1 ms) 2022-05-18T05:49:02.3462084Z [ RUN ] FlatbufferTest.InlineWithCopyTensorMemory 2022-05-18T05:49:02.3471352Z [ OK ] FlatbufferTest.InlineWithCopyTensorMemory (0 ms) 2022-05-18T05:49:02.3471828Z [ RUN ] FlatbufferTest.Tuple 2022-05-18T05:49:02.3478843Z [ OK ] FlatbufferTest.Tuple (0 ms) 2022-05-18T05:49:02.3479237Z [ RUN ] FlatbufferTest.Dict 2022-05-18T05:49:02.3486513Z [ OK ] FlatbufferTest.Dict (0 ms) 2022-05-18T05:49:02.3486954Z [ RUN ] FlatbufferTest.Prim 2022-05-18T05:49:02.3491525Z [ OK ] FlatbufferTest.Prim (0 ms) 2022-05-18T05:49:02.3491946Z [ RUN ] FlatbufferTest.PrimScalar 2022-05-18T05:49:02.3497433Z [ OK ] FlatbufferTest.PrimScalar (0 ms) 2022-05-18T05:49:02.3497860Z [ RUN ] FlatbufferTest.WrongMethodName 2022-05-18T05:49:02.3535083Z [ OK ] FlatbufferTest.WrongMethodName (3 ms) 2022-05-18T05:49:02.3535516Z [ RUN ] FlatbufferTest.SetState 2022-05-18T05:49:02.3566652Z [ OK ] FlatbufferTest.SetState (3 ms) 2022-05-18T05:49:02.3567151Z [ RUN ] FlatbufferTest.BuiltinClass 2022-05-18T05:49:02.3574955Z [ OK ] FlatbufferTest.BuiltinClass (0 ms) 2022-05-18T05:49:02.3575403Z [ RUN ] FlatbufferTest.BuiltinFunction 2022-05-18T05:49:02.3578770Z [ OK ] FlatbufferTest.BuiltinFunction (0 ms) 2022-05-18T05:49:02.3579455Z [ RUN ] FlatbufferTest.Eval 2022-05-18T05:49:02.3587198Z [ OK ] FlatbufferTest.Eval (0 ms) 2022-05-18T05:49:02.3587622Z [ RUN ] FlatbufferTest.FindWrongMethodName 2022-05-18T05:49:02.3591438Z [ OK ] FlatbufferTest.FindWrongMethodName (0 ms) 2022-05-18T05:49:02.3591924Z [ RUN ] FlatbufferTest.FindAndRunMethod 2022-05-18T05:49:02.3600487Z [ OK ] FlatbufferTest.FindAndRunMethod (0 ms) 2022-05-18T05:49:02.3600936Z [ RUN ] FlatbufferTest.RunMethodVariadic 2022-05-18T05:49:02.3608555Z [ OK ] FlatbufferTest.RunMethodVariadic (0 ms) 2022-05-18T05:49:02.3609172Z [ RUN ] FlatbufferTest.DuplicateSetState 2022-05-18T05:49:02.3621079Z [ OK ] FlatbufferTest.DuplicateSetState (1 ms) 2022-05-18T05:49:02.3621621Z [ RUN ] FlatbufferTest.OpNameExportFetchRootOperators 2022-05-18T05:49:02.3630102Z [ OK ] FlatbufferTest.OpNameExportFetchRootOperators (0 ms) 2022-05-18T05:49:02.3630621Z [ RUN ] FlatbufferTest.DefaultArgsConv 2022-05-18T05:49:02.3651146Z [ OK ] FlatbufferTest.DefaultArgsConv (2 ms) 2022-05-18T05:49:02.3651648Z [ RUN ] FlatbufferTest.DefaultArgsPinv 2022-05-18T05:49:02.3722558Z [ OK ] FlatbufferTest.DefaultArgsPinv (7 ms) 2022-05-18T05:49:02.3723096Z [ RUN ] FlatbufferTest.DefaultArgsTensorinvSpecifyDefault 2022-05-18T05:49:02.3732069Z [ OK ] FlatbufferTest.DefaultArgsTensorinvSpecifyDefault (0 ms) 2022-05-18T05:49:02.3732651Z [ RUN ] FlatbufferTest.DefaultArgsPinvWithOutArg 2022-05-18T05:49:02.3756929Z [ OK ] FlatbufferTest.DefaultArgsPinvWithOutArg (2 ms) 2022-05-18T05:49:02.3757597Z [ RUN ] FlatbufferTest.DefaultArgsWithOutArg 2022-05-18T05:49:02.3769678Z [ OK ] FlatbufferTest.DefaultArgsWithOutArg (1 ms) 2022-05-18T05:49:02.3770255Z [ RUN ] FlatbufferTest.OperatorCacheDifferentiatesDefaultArgs 2022-05-18T05:49:02.3806777Z [ OK ] FlatbufferTest.OperatorCacheDifferentiatesDefaultArgs (3 ms) 2022-05-18T05:49:02.3807324Z [ RUN ] FlatbufferTest.OperatorSize1 2022-05-18T05:49:02.3810857Z [ OK ] FlatbufferTest.OperatorSize1 (0 ms) 2022-05-18T05:49:02.3811449Z [ RUN ] FlatbufferTest.BoolAndDoubleList 2022-05-18T05:49:02.3811923Z [ OK ] FlatbufferTest.BoolAndDoubleList (0 ms) 2022-05-18T05:49:02.3812346Z [ RUN ] FlatbufferTest.OperatorTest2 2022-05-18T05:49:02.3828900Z [ OK ] FlatbufferTest.OperatorTest2 (1 ms) 2022-05-18T05:49:02.3829472Z [----------] 32 tests from FlatbufferTest (51 ms total) 2022-05-18T05:49:02.3829715Z 2022-05-18T05:49:02.3830072Z [----------] 10 tests from FlatbufferUpgraderTest 2022-05-18T05:49:02.3830859Z [ RUN ] FlatbufferUpgraderTest.DivTensorV2 2022-05-18T05:49:02.3831500Z [ OK ] FlatbufferUpgraderTest.DivTensorV2 (0 ms) 2022-05-18T05:49:02.3832040Z [ RUN ] FlatbufferUpgraderTest.DivTensorOutV2 2022-05-18T05:49:02.3832522Z [ OK ] FlatbufferUpgraderTest.DivTensorOutV2 (0 ms) 2022-05-18T05:49:02.3833476Z [ RUN ] FlatbufferUpgraderTest.DivTensorInplaceV2 2022-05-18T05:49:02.3834334Z [ OK ] FlatbufferUpgraderTest.DivTensorInplaceV2 (0 ms) 2022-05-18T05:49:02.3835067Z [ RUN ] FlatbufferUpgraderTest.DivScalarFloatV2 2022-05-18T05:49:02.3835581Z [ OK ] FlatbufferUpgraderTest.DivScalarFloatV2 (0 ms) 2022-05-18T05:49:02.3836131Z [ RUN ] FlatbufferUpgraderTest.DivScalarReciprocalFloatV2 2022-05-18T05:49:02.3837197Z [ OK ] FlatbufferUpgraderTest.DivScalarReciprocalFloatV2 (0 ms) 2022-05-18T05:49:02.3837855Z [ RUN ] FlatbufferUpgraderTest.DivScalarReciprocalIntV2 2022-05-18T05:49:02.3838442Z [ OK ] FlatbufferUpgraderTest.DivScalarReciprocalIntV2 (0 ms) 2022-05-18T05:49:02.3839313Z [ RUN ] FlatbufferUpgraderTest.DivScalarScalarV2 2022-05-18T05:49:02.3840049Z [ OK ] FlatbufferUpgraderTest.DivScalarScalarV2 (0 ms) 2022-05-18T05:49:02.3840541Z [ RUN ] FlatbufferUpgraderTest.DivScalarIntV2 2022-05-18T05:49:02.3841046Z [ OK ] FlatbufferUpgraderTest.DivScalarIntV2 (0 ms) 2022-05-18T05:49:02.3841885Z [ RUN ] FlatbufferUpgraderTest.DivScalarInplaceFloatV2 2022-05-18T05:49:02.3842902Z [ OK ] FlatbufferUpgraderTest.DivScalarInplaceFloatV2 (0 ms) 2022-05-18T05:49:02.3843958Z [ RUN ] FlatbufferUpgraderTest.DivScalarInplaceIntV2 2022-05-18T05:49:02.3845186Z [ OK ] FlatbufferUpgraderTest.DivScalarInplaceIntV2 (0 ms) 2022-05-18T05:49:02.3846301Z [----------] 10 tests from FlatbufferUpgraderTest (1 ms total) 2022-05-18T05:49:02.3846812Z 2022-05-18T05:49:02.3847201Z [----------] 520 tests from NVFuserTest 2022-05-18T05:49:02.3847897Z [ RUN ] NVFuserTest.FusionIrGraphGenerator_CUDA 2022-05-18T05:49:02.3848812Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.3849721Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.3850652Z [ SKIPPED ] NVFuserTest.FusionIrGraphGenerator_CUDA (0 ms) 2022-05-18T05:49:02.3851602Z [ RUN ] NVFuserTest.FusionDispatch_CUDA 2022-05-18T05:49:02.3852140Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.3852861Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.3853660Z [ SKIPPED ] NVFuserTest.FusionDispatch_CUDA (0 ms) 2022-05-18T05:49:02.3854725Z [ RUN ] NVFuserTest.FusionExprEvalConstants_CUDA 2022-05-18T05:49:02.3855547Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.3856400Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.3857271Z [ SKIPPED ] NVFuserTest.FusionExprEvalConstants_CUDA (0 ms) 2022-05-18T05:49:02.3858494Z [ RUN ] NVFuserTest.FusionExprEvalBindings_CUDA 2022-05-18T05:49:02.3859296Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.3860095Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.3860862Z [ SKIPPED ] NVFuserTest.FusionExprEvalBindings_CUDA (0 ms) 2022-05-18T05:49:02.3861738Z [ RUN ] NVFuserTest.FusionExprEvalBasic_CUDA 2022-05-18T05:49:02.3862569Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.3863376Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.3864197Z [ SKIPPED ] NVFuserTest.FusionExprEvalBasic_CUDA (0 ms) 2022-05-18T05:49:02.3865265Z [ RUN ] NVFuserTest.FusionExprEvalComplex_CUDA 2022-05-18T05:49:02.3866042Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.3866705Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.3867497Z [ SKIPPED ] NVFuserTest.FusionExprEvalComplex_CUDA (0 ms) 2022-05-18T05:49:02.3868433Z [ RUN ] NVFuserTest.FusionExprEvalPostLower_CUDA 2022-05-18T05:49:02.3869351Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.3870150Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.3871094Z [ SKIPPED ] NVFuserTest.FusionExprEvalPostLower_CUDA (0 ms) 2022-05-18T05:49:02.3872135Z [ RUN ] NVFuserTest.FusionKernelExprEvalConstants_CUDA 2022-05-18T05:49:02.3873055Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.3873952Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.3874952Z [ SKIPPED ] NVFuserTest.FusionKernelExprEvalConstants_CUDA (0 ms) 2022-05-18T05:49:02.3876089Z [ RUN ] NVFuserTest.FusionKernelExprEvalBindings_CUDA 2022-05-18T05:49:02.3877006Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.3877910Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.3878805Z [ SKIPPED ] NVFuserTest.FusionKernelExprEvalBindings_CUDA (0 ms) 2022-05-18T05:49:02.3879782Z [ RUN ] NVFuserTest.FusionClear_CUDA 2022-05-18T05:49:02.3880616Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.3881468Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.3882328Z [ SKIPPED ] NVFuserTest.FusionClear_CUDA (0 ms) 2022-05-18T05:49:02.3883364Z [ RUN ] NVFuserTest.FusionCopy_CUDA 2022-05-18T05:49:02.3884221Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.3885143Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.3885997Z [ SKIPPED ] NVFuserTest.FusionCopy_CUDA (0 ms) 2022-05-18T05:49:02.3886891Z [ RUN ] NVFuserTest.FusionMove_CUDA 2022-05-18T05:49:02.3887669Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.3888549Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.3889382Z [ SKIPPED ] NVFuserTest.FusionMove_CUDA (0 ms) 2022-05-18T05:49:02.3890238Z [ RUN ] NVFuserTest.FusionSimpleArith_CUDA 2022-05-18T05:49:02.3891107Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.3891973Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.3892831Z [ SKIPPED ] NVFuserTest.FusionSimpleArith_CUDA (0 ms) 2022-05-18T05:49:02.3893832Z [ RUN ] NVFuserTest.FusionScalarTypePromote_CUDA 2022-05-18T05:49:02.3894873Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.3895754Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.3896657Z [ SKIPPED ] NVFuserTest.FusionScalarTypePromote_CUDA (0 ms) 2022-05-18T05:49:02.3897613Z [ RUN ] NVFuserTest.FusionComplexAbsTypes_CUDA 2022-05-18T05:49:02.3898726Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.3899573Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.3900523Z [ SKIPPED ] NVFuserTest.FusionComplexAbsTypes_CUDA (0 ms) 2022-05-18T05:49:02.3901472Z [ RUN ] NVFuserTest.FusionRegister_CUDA 2022-05-18T05:49:02.3902269Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.3903112Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.3903994Z [ SKIPPED ] NVFuserTest.FusionRegister_CUDA (0 ms) 2022-05-18T05:49:02.3904839Z [ RUN ] NVFuserTest.FusionTopoSort_CUDA 2022-05-18T05:49:02.3905617Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.3906504Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.3907348Z [ SKIPPED ] NVFuserTest.FusionTopoSort_CUDA (0 ms) 2022-05-18T05:49:02.3908211Z [ RUN ] NVFuserTest.FusionTensor_CUDA 2022-05-18T05:49:02.3909075Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.3909869Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.3910729Z [ SKIPPED ] NVFuserTest.FusionTensor_CUDA (0 ms) 2022-05-18T05:49:02.3911593Z [ RUN ] NVFuserTest.FusionFilterVals_CUDA 2022-05-18T05:49:02.3912470Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.3913335Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.3914134Z [ SKIPPED ] NVFuserTest.FusionFilterVals_CUDA (0 ms) 2022-05-18T05:49:02.3915055Z [ RUN ] NVFuserTest.FusionTVSplit_CUDA 2022-05-18T05:49:02.3915895Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.3916711Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.3917567Z [ SKIPPED ] NVFuserTest.FusionTVSplit_CUDA (0 ms) 2022-05-18T05:49:02.3918458Z [ RUN ] NVFuserTest.FusionTVMerge_CUDA 2022-05-18T05:49:02.3919287Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.3920103Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.3920939Z [ SKIPPED ] NVFuserTest.FusionTVMerge_CUDA (0 ms) 2022-05-18T05:49:02.3921842Z [ RUN ] NVFuserTest.FusionTVReorder_CUDA 2022-05-18T05:49:02.3922866Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.3923753Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.3924608Z [ SKIPPED ] NVFuserTest.FusionTVReorder_CUDA (0 ms) 2022-05-18T05:49:02.3925488Z [ RUN ] NVFuserTest.FusionEquality_CUDA 2022-05-18T05:49:02.3926301Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.3927168Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.3928038Z [ SKIPPED ] NVFuserTest.FusionEquality_CUDA (0 ms) 2022-05-18T05:49:02.3928907Z [ RUN ] NVFuserTest.FusionDependency_CUDA 2022-05-18T05:49:02.3929768Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.3930649Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.3931482Z [ SKIPPED ] NVFuserTest.FusionDependency_CUDA (0 ms) 2022-05-18T05:49:02.3932371Z [ RUN ] NVFuserTest.FusionParser_CUDA 2022-05-18T05:49:02.3933231Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.3934153Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.3934841Z [ SKIPPED ] NVFuserTest.FusionParser_CUDA (0 ms) 2022-05-18T05:49:02.3935575Z [ RUN ] NVFuserTest.FusionOuterSplit_CUDA 2022-05-18T05:49:02.3936343Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.3937020Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.3937772Z [ SKIPPED ] NVFuserTest.FusionOuterSplit_CUDA (0 ms) 2022-05-18T05:49:02.3938831Z [ RUN ] NVFuserTest.FusionCodeGen_CUDA 2022-05-18T05:49:02.3939606Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.3940275Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.3941101Z [ SKIPPED ] NVFuserTest.FusionCodeGen_CUDA (0 ms) 2022-05-18T05:49:02.3941928Z [ RUN ] NVFuserTest.FusionCodeGen2_CUDA 2022-05-18T05:49:02.3942462Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.3942905Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.3943675Z [ SKIPPED ] NVFuserTest.FusionCodeGen2_CUDA (0 ms) 2022-05-18T05:49:02.3944509Z [ RUN ] NVFuserTest.FusionSimplePWise_CUDA 2022-05-18T05:49:02.3945266Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.3946115Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.3946914Z [ SKIPPED ] NVFuserTest.FusionSimplePWise_CUDA (0 ms) 2022-05-18T05:49:02.3947882Z [ RUN ] NVFuserTest.FusionSimplePWiseDtypeComplex_CUDA 2022-05-18T05:49:02.3948751Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.3949501Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.3950295Z [ SKIPPED ] NVFuserTest.FusionSimplePWiseDtypeComplex_CUDA (0 ms) 2022-05-18T05:49:02.3950875Z [ RUN ] NVFuserTest.FusionExecKernel_CUDA 2022-05-18T05:49:02.3951481Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.3952114Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.3952828Z [ SKIPPED ] NVFuserTest.FusionExecKernel_CUDA (0 ms) 2022-05-18T05:49:02.3953553Z [ RUN ] NVFuserTest.FusionAdvancedComputeAt1_CUDA 2022-05-18T05:49:02.3954297Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.3955174Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.3956117Z [ SKIPPED ] NVFuserTest.FusionAdvancedComputeAt1_CUDA (0 ms) 2022-05-18T05:49:02.3957142Z [ RUN ] NVFuserTest.FusionAdvancedComputeAt2_CUDA 2022-05-18T05:49:02.3958014Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.3959028Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.3960067Z [ SKIPPED ] NVFuserTest.FusionAdvancedComputeAt2_CUDA (0 ms) 2022-05-18T05:49:02.3961129Z [ RUN ] NVFuserTest.FusionAdvancedComputeAt3_CUDA 2022-05-18T05:49:02.3962071Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.3962978Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.3963880Z [ SKIPPED ] NVFuserTest.FusionAdvancedComputeAt3_CUDA (0 ms) 2022-05-18T05:49:02.3965009Z [ RUN ] NVFuserTest.FusionAdvancedComputeAt4_CUDA 2022-05-18T05:49:02.3965900Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.3966779Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.3967750Z [ SKIPPED ] NVFuserTest.FusionAdvancedComputeAt4_CUDA (0 ms) 2022-05-18T05:49:02.3968834Z [ RUN ] NVFuserTest.FusionAdvancedComputeAt5_CUDA 2022-05-18T05:49:02.3969726Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.3970571Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.3971529Z [ SKIPPED ] NVFuserTest.FusionAdvancedComputeAt5_CUDA (0 ms) 2022-05-18T05:49:02.3972635Z [ RUN ] NVFuserTest.FusionAdvancedComputeAt6_CUDA 2022-05-18T05:49:02.3973559Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.3974452Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.3975476Z [ SKIPPED ] NVFuserTest.FusionAdvancedComputeAt6_CUDA (0 ms) 2022-05-18T05:49:02.3976577Z [ RUN ] NVFuserTest.FusionAdvancedComputeAt7_CUDA 2022-05-18T05:49:02.3977438Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.3978183Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.3979022Z [ SKIPPED ] NVFuserTest.FusionAdvancedComputeAt7_CUDA (0 ms) 2022-05-18T05:49:02.3979530Z [ RUN ] NVFuserTest.FusionAdvancedComputeAt8_CUDA 2022-05-18T05:49:02.3980153Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.3981110Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.3981682Z [ SKIPPED ] NVFuserTest.FusionAdvancedComputeAt8_CUDA (0 ms) 2022-05-18T05:49:02.3982584Z [ RUN ] NVFuserTest.FusionAdvancedComputeWith1_CUDA 2022-05-18T05:49:02.3983444Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.3984294Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.3985017Z [ SKIPPED ] NVFuserTest.FusionAdvancedComputeWith1_CUDA (0 ms) 2022-05-18T05:49:02.3985902Z [ RUN ] NVFuserTest.FusionAdvancedComputeWith2_CUDA 2022-05-18T05:49:02.3986665Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.3987439Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.3988257Z [ SKIPPED ] NVFuserTest.FusionAdvancedComputeWith2_CUDA (0 ms) 2022-05-18T05:49:02.3988916Z [ RUN ] NVFuserTest.FusionAdvancedComputeWith3_CUDA 2022-05-18T05:49:02.3989678Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.3990523Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.3991389Z [ SKIPPED ] NVFuserTest.FusionAdvancedComputeWith3_CUDA (0 ms) 2022-05-18T05:49:02.3992443Z [ RUN ] NVFuserTest.FusionAdvancedComputeWith4_CUDA 2022-05-18T05:49:02.3993323Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.3994186Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.3995114Z [ SKIPPED ] NVFuserTest.FusionAdvancedComputeWith4_CUDA (0 ms) 2022-05-18T05:49:02.3996143Z [ RUN ] NVFuserTest.FusionAdvancedComputeWith5_CUDA 2022-05-18T05:49:02.3997205Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.3998096Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.3999025Z [ SKIPPED ] NVFuserTest.FusionAdvancedComputeWith5_CUDA (0 ms) 2022-05-18T05:49:02.4000063Z [ RUN ] NVFuserTest.FusionAdvancedComputeWith6_CUDA 2022-05-18T05:49:02.4000956Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4001839Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4002775Z [ SKIPPED ] NVFuserTest.FusionAdvancedComputeWith6_CUDA (0 ms) 2022-05-18T05:49:02.4003812Z [ RUN ] NVFuserTest.FusionComputeAtMultiConsumers_CUDA 2022-05-18T05:49:02.4004739Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4005547Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4006539Z [ SKIPPED ] NVFuserTest.FusionComputeAtMultiConsumers_CUDA (0 ms) 2022-05-18T05:49:02.4007653Z [ RUN ] NVFuserTest.FusionComputeAtCommonConsumer1_CUDA 2022-05-18T05:49:02.4008768Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4009554Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4010531Z [ SKIPPED ] NVFuserTest.FusionComputeAtCommonConsumer1_CUDA (0 ms) 2022-05-18T05:49:02.4011659Z [ RUN ] NVFuserTest.FusionComputeAtCommonConsumer2_CUDA 2022-05-18T05:49:02.4012588Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4013446Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4014431Z [ SKIPPED ] NVFuserTest.FusionComputeAtCommonConsumer2_CUDA (0 ms) 2022-05-18T05:49:02.4015527Z [ RUN ] NVFuserTest.FusionComputeAtCommonConsumer3_CUDA 2022-05-18T05:49:02.4016459Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4017331Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4018556Z [ SKIPPED ] NVFuserTest.FusionComputeAtCommonConsumer3_CUDA (0 ms) 2022-05-18T05:49:02.4019704Z [ RUN ] NVFuserTest.FusionComputeAtNoCommonConsumer_CUDA 2022-05-18T05:49:02.4020639Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4021526Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4022461Z [ SKIPPED ] NVFuserTest.FusionComputeAtNoCommonConsumer_CUDA (0 ms) 2022-05-18T05:49:02.4023544Z [ RUN ] NVFuserTest.FusionRootMappingBasic_CUDA 2022-05-18T05:49:02.4024441Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4025334Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4026272Z [ SKIPPED ] NVFuserTest.FusionRootMappingBasic_CUDA (0 ms) 2022-05-18T05:49:02.4027342Z [ RUN ] NVFuserTest.FusionRootMappingRfactor_CUDA 2022-05-18T05:49:02.4028147Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4028903Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4030686Z [ SKIPPED ] NVFuserTest.FusionRootMappingRfactor_CUDA (0 ms) 2022-05-18T05:49:02.4031770Z [ RUN ] NVFuserTest.FusionRootMappingReductionDependency1_CUDA 2022-05-18T05:49:02.4032485Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4033128Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4033680Z [ SKIPPED ] NVFuserTest.FusionRootMappingReductionDependency1_CUDA (0 ms) 2022-05-18T05:49:02.4034614Z [ RUN ] NVFuserTest.FusionRootMappingReductionDependency2_CUDA 2022-05-18T05:49:02.4035389Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4036294Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4037551Z [ SKIPPED ] NVFuserTest.FusionRootMappingReductionDependency2_CUDA (0 ms) 2022-05-18T05:49:02.4038896Z [ RUN ] NVFuserTest.FusionRootMappingReductionDependency3_CUDA 2022-05-18T05:49:02.4039532Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4040041Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4041138Z [ SKIPPED ] NVFuserTest.FusionRootMappingReductionDependency3_CUDA (0 ms) 2022-05-18T05:49:02.4042382Z [ RUN ] NVFuserTest.FusionRootMappingReductionDependency4_CUDA 2022-05-18T05:49:02.4043471Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4044395Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4045425Z [ SKIPPED ] NVFuserTest.FusionRootMappingReductionDependency4_CUDA (0 ms) 2022-05-18T05:49:02.4046509Z [ RUN ] NVFuserTest.FusionRootMappingReductionDependency5_CUDA_CUDA 2022-05-18T05:49:02.4047403Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4048336Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4049099Z [ SKIPPED ] NVFuserTest.FusionRootMappingReductionDependency5_CUDA_CUDA (0 ms) 2022-05-18T05:49:02.4049926Z [ RUN ] NVFuserTest.FusionRootMappingReductionDependency6_CUDA_CUDA 2022-05-18T05:49:02.4050441Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4050854Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4051393Z [ SKIPPED ] NVFuserTest.FusionRootMappingReductionDependency6_CUDA_CUDA (0 ms) 2022-05-18T05:49:02.4052429Z [ RUN ] NVFuserTest.FusionRootMappingMultipleBroadcast_CUDA 2022-05-18T05:49:02.4053311Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4054020Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4054963Z [ SKIPPED ] NVFuserTest.FusionRootMappingMultipleBroadcast_CUDA (0 ms) 2022-05-18T05:49:02.4055706Z [ RUN ] NVFuserTest.FusionRootMappingMultipleBroadcastWithNoCommonConsumer_CUDA 2022-05-18T05:49:02.4056708Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4057548Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4058831Z [ SKIPPED ] NVFuserTest.FusionRootMappingMultipleBroadcastWithNoCommonConsumer_CUDA (0 ms) 2022-05-18T05:49:02.4059646Z [ RUN ] NVFuserTest.FusionRootMappingBroadcastNonUniqueSize_CUDA 2022-05-18T05:49:02.4060136Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4060567Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4061177Z [ SKIPPED ] NVFuserTest.FusionRootMappingBroadcastNonUniqueSize_CUDA (0 ms) 2022-05-18T05:49:02.4062212Z [ RUN ] NVFuserTest.FusionRootMappingBroadcast_CUDA 2022-05-18T05:49:02.4062877Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4063567Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4064034Z [ SKIPPED ] NVFuserTest.FusionRootMappingBroadcast_CUDA (0 ms) 2022-05-18T05:49:02.4064739Z [ RUN ] NVFuserTest.FusionRootMappingTrivialReduction_CUDA 2022-05-18T05:49:02.4065473Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4066277Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4067086Z [ SKIPPED ] NVFuserTest.FusionRootMappingTrivialReduction_CUDA (0 ms) 2022-05-18T05:49:02.4068169Z [ RUN ] NVFuserTest.FusionComputeAtFailDueToRootMapping_CUDA 2022-05-18T05:49:02.4068861Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4069534Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4070186Z [ SKIPPED ] NVFuserTest.FusionComputeAtFailDueToRootMapping_CUDA (0 ms) 2022-05-18T05:49:02.4070741Z [ RUN ] NVFuserTest.FusionScalarInputs_CUDA 2022-05-18T05:49:02.4071175Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4071589Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4072035Z [ SKIPPED ] NVFuserTest.FusionScalarInputs_CUDA (0 ms) 2022-05-18T05:49:02.4072500Z [ RUN ] NVFuserTest.FusionLoopUnroll_CUDA 2022-05-18T05:49:02.4072911Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4073338Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4073774Z [ SKIPPED ] NVFuserTest.FusionLoopUnroll_CUDA (0 ms) 2022-05-18T05:49:02.4074210Z [ RUN ] NVFuserTest.FusionUnaryOps_CUDA 2022-05-18T05:49:02.4074678Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4075116Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4075637Z [ SKIPPED ] NVFuserTest.FusionUnaryOps_CUDA (0 ms) 2022-05-18T05:49:02.4076067Z [ RUN ] NVFuserTest.FusionBinaryOps_CUDA 2022-05-18T05:49:02.4076494Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4076923Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4077336Z [ SKIPPED ] NVFuserTest.FusionBinaryOps_CUDA (0 ms) 2022-05-18T05:49:02.4077794Z [ RUN ] NVFuserTest.FusionTernaryOps_CUDA 2022-05-18T05:49:02.4078221Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4078636Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4079072Z [ SKIPPED ] NVFuserTest.FusionTernaryOps_CUDA (0 ms) 2022-05-18T05:49:02.4079531Z [ RUN ] NVFuserTest.FusionCompoundOps_CUDA 2022-05-18T05:49:02.4079964Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4080383Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4080821Z [ SKIPPED ] NVFuserTest.FusionCompoundOps_CUDA (0 ms) 2022-05-18T05:49:02.4081275Z [ RUN ] NVFuserTest.FusionCastOps_CUDA 2022-05-18T05:49:02.4081673Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4082101Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4082525Z [ SKIPPED ] NVFuserTest.FusionCastOps_CUDA (0 ms) 2022-05-18T05:49:02.4082955Z [ RUN ] NVFuserTest.FusionReduction1_CUDA 2022-05-18T05:49:02.4083380Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4083808Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4084245Z [ SKIPPED ] NVFuserTest.FusionReduction1_CUDA (0 ms) 2022-05-18T05:49:02.4084679Z [ RUN ] NVFuserTest.FusionReduction2_CUDA 2022-05-18T05:49:02.4085103Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4085536Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4085948Z [ SKIPPED ] NVFuserTest.FusionReduction2_CUDA (0 ms) 2022-05-18T05:49:02.4086417Z [ RUN ] NVFuserTest.FusionReduction3_CUDA 2022-05-18T05:49:02.4086816Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4087241Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4087669Z [ SKIPPED ] NVFuserTest.FusionReduction3_CUDA (0 ms) 2022-05-18T05:49:02.4088101Z [ RUN ] NVFuserTest.FusionReduction4_CUDA 2022-05-18T05:49:02.4088520Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4088946Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4089357Z [ SKIPPED ] NVFuserTest.FusionReduction4_CUDA (0 ms) 2022-05-18T05:49:02.4089873Z [ RUN ] NVFuserTest.FusionReduction5_CUDA 2022-05-18T05:49:02.4090307Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4090730Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4091144Z [ SKIPPED ] NVFuserTest.FusionReduction5_CUDA (0 ms) 2022-05-18T05:49:02.4091595Z [ RUN ] NVFuserTest.FusionReduction6_CUDA 2022-05-18T05:49:02.4092016Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4092424Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4092850Z [ SKIPPED ] NVFuserTest.FusionReduction6_CUDA (0 ms) 2022-05-18T05:49:02.4093332Z [ RUN ] NVFuserTest.FusionMultiGridReduction_CUDA 2022-05-18T05:49:02.4093764Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4094191Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4094652Z [ SKIPPED ] NVFuserTest.FusionMultiGridReduction_CUDA (0 ms) 2022-05-18T05:49:02.4095233Z [ RUN ] NVFuserTest.FusionMultiGridReduction2_CUDA 2022-05-18T05:49:02.4095666Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4096093Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4096553Z [ SKIPPED ] NVFuserTest.FusionMultiGridReduction2_CUDA (0 ms) 2022-05-18T05:49:02.4097022Z [ RUN ] NVFuserTest.FusionReductionTFT_CUDA 2022-05-18T05:49:02.4097447Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4097873Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4098464Z [ SKIPPED ] NVFuserTest.FusionReductionTFT_CUDA (0 ms) 2022-05-18T05:49:02.4098969Z [ RUN ] NVFuserTest.FusionReductionOuterSplit_CUDA 2022-05-18T05:49:02.4099420Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4099847Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4100299Z [ SKIPPED ] NVFuserTest.FusionReductionOuterSplit_CUDA (0 ms) 2022-05-18T05:49:02.4100778Z [ RUN ] NVFuserTest.FusionBranches_CUDA 2022-05-18T05:49:02.4101196Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4101600Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4102021Z [ SKIPPED ] NVFuserTest.FusionBranches_CUDA (0 ms) 2022-05-18T05:49:02.4102477Z [ RUN ] NVFuserTest.FusionSimpleBCast1_CUDA 2022-05-18T05:49:02.4102889Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4103310Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4103748Z [ SKIPPED ] NVFuserTest.FusionSimpleBCast1_CUDA (0 ms) 2022-05-18T05:49:02.4104214Z [ RUN ] NVFuserTest.FusionSimpleBCast2_CUDA 2022-05-18T05:49:02.4104625Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4105052Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4105487Z [ SKIPPED ] NVFuserTest.FusionSimpleBCast2_CUDA (0 ms) 2022-05-18T05:49:02.4105935Z [ RUN ] NVFuserTest.FusionSimpleBCast3_CUDA 2022-05-18T05:49:02.4106361Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4106784Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4107217Z [ SKIPPED ] NVFuserTest.FusionSimpleBCast3_CUDA (0 ms) 2022-05-18T05:49:02.4107667Z [ RUN ] NVFuserTest.FusionSimpleBCast4_CUDA 2022-05-18T05:49:02.4108095Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4108521Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4108937Z [ SKIPPED ] NVFuserTest.FusionSimpleBCast4_CUDA (0 ms) 2022-05-18T05:49:02.4109400Z [ RUN ] NVFuserTest.FusionSimpleBCast5_CUDA 2022-05-18T05:49:02.4109913Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4110338Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4110772Z [ SKIPPED ] NVFuserTest.FusionSimpleBCast5_CUDA (0 ms) 2022-05-18T05:49:02.4111241Z [ RUN ] NVFuserTest.FusionComplexBCast1_CUDA 2022-05-18T05:49:02.4111673Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4112084Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4112522Z [ SKIPPED ] NVFuserTest.FusionComplexBCast1_CUDA (0 ms) 2022-05-18T05:49:02.4113000Z [ RUN ] NVFuserTest.FusionComplexBCast2_CUDA 2022-05-18T05:49:02.4113412Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4113838Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4114279Z [ SKIPPED ] NVFuserTest.FusionComplexBCast2_CUDA (0 ms) 2022-05-18T05:49:02.4114835Z [ RUN ] NVFuserTest.FusionAdvancedIndexing1_CUDA 2022-05-18T05:49:02.4115274Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4115699Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4116159Z [ SKIPPED ] NVFuserTest.FusionAdvancedIndexing1_CUDA (0 ms) 2022-05-18T05:49:02.4116644Z [ RUN ] NVFuserTest.FusionAdvancedIndexing2_CUDA 2022-05-18T05:49:02.4117088Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4117517Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4117956Z [ SKIPPED ] NVFuserTest.FusionAdvancedIndexing2_CUDA (0 ms) 2022-05-18T05:49:02.4118453Z [ RUN ] NVFuserTest.FusionAdvancedIndexing3_CUDA 2022-05-18T05:49:02.4118890Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4119295Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4119766Z [ SKIPPED ] NVFuserTest.FusionAdvancedIndexing3_CUDA (0 ms) 2022-05-18T05:49:02.4120266Z [ RUN ] NVFuserTest.FusionAdvancedIndexing4_CUDA 2022-05-18T05:49:02.4120710Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4121118Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4121575Z [ SKIPPED ] NVFuserTest.FusionAdvancedIndexing4_CUDA (0 ms) 2022-05-18T05:49:02.4122073Z [ RUN ] NVFuserTest.FusionAdvancedIndexing5_CUDA 2022-05-18T05:49:02.4122494Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4122920Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4123372Z [ SKIPPED ] NVFuserTest.FusionAdvancedIndexing5_CUDA (0 ms) 2022-05-18T05:49:02.4123855Z [ RUN ] NVFuserTest.FusionAdvancedIndexing6_CUDA 2022-05-18T05:49:02.4124299Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4124733Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4125188Z [ SKIPPED ] NVFuserTest.FusionAdvancedIndexing6_CUDA (0 ms) 2022-05-18T05:49:02.4125670Z [ RUN ] NVFuserTest.FusionAdvancedIndexing7_CUDA 2022-05-18T05:49:02.4126111Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4126536Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4126978Z [ SKIPPED ] NVFuserTest.FusionAdvancedIndexing7_CUDA (0 ms) 2022-05-18T05:49:02.4127479Z [ RUN ] NVFuserTest.FusionAdvancedIndexing8_CUDA 2022-05-18T05:49:02.4127922Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4128393Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4128831Z [ SKIPPED ] NVFuserTest.FusionAdvancedIndexing8_CUDA (0 ms) 2022-05-18T05:49:02.4129465Z [ RUN ] NVFuserTest.FusionAdvancedIndexing9_CUDA 2022-05-18T05:49:02.4129928Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4130338Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4130794Z [ SKIPPED ] NVFuserTest.FusionAdvancedIndexing9_CUDA (0 ms) 2022-05-18T05:49:02.4131299Z [ RUN ] NVFuserTest.FusionAdvancedIndexing10_CUDA 2022-05-18T05:49:02.4131726Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4132154Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4132618Z [ SKIPPED ] NVFuserTest.FusionAdvancedIndexing10_CUDA (0 ms) 2022-05-18T05:49:02.4133126Z [ RUN ] NVFuserTest.FusionAdvancedIndexing11_CUDA 2022-05-18T05:49:02.4133550Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4133974Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4134438Z [ SKIPPED ] NVFuserTest.FusionAdvancedIndexing11_CUDA (0 ms) 2022-05-18T05:49:02.4134992Z [ RUN ] NVFuserTest.FusionAdvancedLowering1_CUDA 2022-05-18T05:49:02.4135433Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4135859Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4136298Z [ SKIPPED ] NVFuserTest.FusionAdvancedLowering1_CUDA (0 ms) 2022-05-18T05:49:02.4136796Z [ RUN ] NVFuserTest.FusionAdvancedLowering2_CUDA 2022-05-18T05:49:02.4137233Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4137660Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4138097Z [ SKIPPED ] NVFuserTest.FusionAdvancedLowering2_CUDA (0 ms) 2022-05-18T05:49:02.4138986Z [ RUN ] NVFuserTest.FusionAdvancedLowering3_CUDA 2022-05-18T05:49:02.4139435Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4139853Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4140311Z [ SKIPPED ] NVFuserTest.FusionAdvancedLowering3_CUDA (0 ms) 2022-05-18T05:49:02.4140812Z [ RUN ] NVFuserTest.FusionAdvancedLowering4_CUDA 2022-05-18T05:49:02.4141238Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4141667Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4142123Z [ SKIPPED ] NVFuserTest.FusionAdvancedLowering4_CUDA (0 ms) 2022-05-18T05:49:02.4142624Z [ RUN ] NVFuserTest.FusionAdvancedLowering5_CUDA 2022-05-18T05:49:02.4143043Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4143471Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4143927Z [ SKIPPED ] NVFuserTest.FusionAdvancedLowering5_CUDA (0 ms) 2022-05-18T05:49:02.4144407Z [ RUN ] NVFuserTest.FusionAdvancedLowering6_CUDA 2022-05-18T05:49:02.4144861Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4145290Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4145727Z [ SKIPPED ] NVFuserTest.FusionAdvancedLowering6_CUDA (0 ms) 2022-05-18T05:49:02.4146205Z [ RUN ] NVFuserTest.FusionSimpleGemm_CUDA 2022-05-18T05:49:02.4146630Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4147054Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4147466Z [ SKIPPED ] NVFuserTest.FusionSimpleGemm_CUDA (0 ms) 2022-05-18T05:49:02.4147917Z [ RUN ] NVFuserTest.FusionSoftmax1D_CUDA 2022-05-18T05:49:02.4148341Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4148747Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4149174Z [ SKIPPED ] NVFuserTest.FusionSoftmax1D_CUDA (0 ms) 2022-05-18T05:49:02.4149743Z [ RUN ] NVFuserTest.FusionSoftmax1DNormalized_CUDA 2022-05-18T05:49:02.4150186Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4150610Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4151076Z [ SKIPPED ] NVFuserTest.FusionSoftmax1DNormalized_CUDA (0 ms) 2022-05-18T05:49:02.4151556Z [ RUN ] NVFuserTest.FusionSoftmax3D_CUDA 2022-05-18T05:49:02.4151958Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4152385Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4152810Z [ SKIPPED ] NVFuserTest.FusionSoftmax3D_CUDA (0 ms) 2022-05-18T05:49:02.4153271Z [ RUN ] NVFuserTest.FusionSoftmax3DNormalized_CUDA 2022-05-18T05:49:02.4153715Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4154140Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4154611Z [ SKIPPED ] NVFuserTest.FusionSoftmax3DNormalized_CUDA (0 ms) 2022-05-18T05:49:02.4155175Z [ RUN ] NVFuserTest.FusionSoftmaxComputeAt_CUDA 2022-05-18T05:49:02.4155613Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4156042Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4156479Z [ SKIPPED ] NVFuserTest.FusionSoftmaxComputeAt_CUDA (0 ms) 2022-05-18T05:49:02.4156970Z [ RUN ] NVFuserTest.FusionGridReduction1_CUDA 2022-05-18T05:49:02.4157400Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4157808Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4158253Z [ SKIPPED ] NVFuserTest.FusionGridReduction1_CUDA (0 ms) 2022-05-18T05:49:02.4158730Z [ RUN ] NVFuserTest.FusionGridReduction2_CUDA 2022-05-18T05:49:02.4159158Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4159567Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4160013Z [ SKIPPED ] NVFuserTest.FusionGridReduction2_CUDA (0 ms) 2022-05-18T05:49:02.4160506Z [ RUN ] NVFuserTest.FusionGridReduction3dim1_CUDA 2022-05-18T05:49:02.4160930Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4161347Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4161807Z [ SKIPPED ] NVFuserTest.FusionGridReduction3dim1_CUDA (0 ms) 2022-05-18T05:49:02.4162294Z [ RUN ] NVFuserTest.FusionGridReduction3dim0_CUDA 2022-05-18T05:49:02.4162736Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4163164Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4163623Z [ SKIPPED ] NVFuserTest.FusionGridReduction3dim0_CUDA (0 ms) 2022-05-18T05:49:02.4164098Z [ RUN ] NVFuserTest.FusionGridReduction4_CUDA 2022-05-18T05:49:02.4164529Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4164955Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4165382Z [ SKIPPED ] NVFuserTest.FusionGridReduction4_CUDA (0 ms) 2022-05-18T05:49:02.4165860Z [ RUN ] NVFuserTest.FusionGridReduction5_CUDA 2022-05-18T05:49:02.4166283Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4166687Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4167130Z [ SKIPPED ] NVFuserTest.FusionGridReduction5_CUDA (0 ms) 2022-05-18T05:49:02.4167606Z [ RUN ] NVFuserTest.FusionGridReduction6_CUDA 2022-05-18T05:49:02.4168028Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4168429Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4168872Z [ SKIPPED ] NVFuserTest.FusionGridReduction6_CUDA (0 ms) 2022-05-18T05:49:02.4169413Z [ RUN ] NVFuserTest.FusionGridReduction7_CUDA 2022-05-18T05:49:02.4169832Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4170256Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4170697Z [ SKIPPED ] NVFuserTest.FusionGridReduction7_CUDA (0 ms) 2022-05-18T05:49:02.4171153Z [ RUN ] NVFuserTest.FusionGridReduction8_CUDA 2022-05-18T05:49:02.4171572Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4171996Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4172439Z [ SKIPPED ] NVFuserTest.FusionGridReduction8_CUDA (0 ms) 2022-05-18T05:49:02.4172894Z [ RUN ] NVFuserTest.FusionGridReduction9_CUDA 2022-05-18T05:49:02.4173317Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4173740Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4174232Z [ SKIPPED ] NVFuserTest.FusionGridReduction9_CUDA (0 ms) 2022-05-18T05:49:02.4174759Z [ RUN ] NVFuserTest.FusionGridReduction10_CUDA 2022-05-18T05:49:02.4175198Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4175603Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4176051Z [ SKIPPED ] NVFuserTest.FusionGridReduction10_CUDA (0 ms) 2022-05-18T05:49:02.4176534Z [ RUN ] NVFuserTest.FusionNonRedAxisBind_CUDA 2022-05-18T05:49:02.4176960Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4177366Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4177810Z [ SKIPPED ] NVFuserTest.FusionNonRedAxisBind_CUDA (0 ms) 2022-05-18T05:49:02.4178558Z [ RUN ] NVFuserTest.FusionSplitBCast_CUDA 2022-05-18T05:49:02.4178983Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4179416Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4179850Z [ SKIPPED ] NVFuserTest.FusionSplitBCast_CUDA (0 ms) 2022-05-18T05:49:02.4180297Z [ RUN ] NVFuserTest.FusionBCastInnerDim_CUDA 2022-05-18T05:49:02.4180728Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4181159Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4181606Z [ SKIPPED ] NVFuserTest.FusionBCastInnerDim_CUDA (0 ms) 2022-05-18T05:49:02.4182054Z [ RUN ] NVFuserTest.FusionBCastReduce_CUDA 2022-05-18T05:49:02.4182473Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4182894Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4183306Z [ SKIPPED ] NVFuserTest.FusionBCastReduce_CUDA (0 ms) 2022-05-18T05:49:02.4183808Z [ RUN ] NVFuserTest.FusionReductionMultiConsumer_CUDA 2022-05-18T05:49:02.4184272Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4184907Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4185613Z [ SKIPPED ] NVFuserTest.FusionReductionMultiConsumer_CUDA (0 ms) 2022-05-18T05:49:02.4186270Z [ RUN ] NVFuserTest.FusionComputeAtExprOrder1_CUDA 2022-05-18T05:49:02.4186985Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4187415Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4187886Z [ SKIPPED ] NVFuserTest.FusionComputeAtExprOrder1_CUDA (0 ms) 2022-05-18T05:49:02.4188410Z [ RUN ] NVFuserTest.FusionComputeAtExprOrder2_CUDA 2022-05-18T05:49:02.4188845Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4189271Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4189848Z [ SKIPPED ] NVFuserTest.FusionComputeAtExprOrder2_CUDA (0 ms) 2022-05-18T05:49:02.4190389Z [ RUN ] NVFuserTest.FusionComputeAtExprOrder3_CUDA 2022-05-18T05:49:02.4190819Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4191276Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4191937Z [ SKIPPED ] NVFuserTest.FusionComputeAtExprOrder3_CUDA (0 ms) 2022-05-18T05:49:02.4192430Z [ RUN ] NVFuserTest.FusionZeroDimComputeAt_CUDA 2022-05-18T05:49:02.4192871Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4193296Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4193731Z [ SKIPPED ] NVFuserTest.FusionZeroDimComputeAt_CUDA (0 ms) 2022-05-18T05:49:02.4194227Z [ RUN ] NVFuserTest.FusionZeroDimBroadcast_CUDA 2022-05-18T05:49:02.4194669Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4195101Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4195630Z [ SKIPPED ] NVFuserTest.FusionZeroDimBroadcast_CUDA (0 ms) 2022-05-18T05:49:02.4196124Z [ RUN ] NVFuserTest.FusionZeroDimReduction_CUDA 2022-05-18T05:49:02.4196560Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4196965Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4197416Z [ SKIPPED ] NVFuserTest.FusionZeroDimReduction_CUDA (0 ms) 2022-05-18T05:49:02.4197909Z [ RUN ] NVFuserTest.FusionBCastAfterReduce_CUDA 2022-05-18T05:49:02.4198328Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4198755Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4199204Z [ SKIPPED ] NVFuserTest.FusionBCastAfterReduce_CUDA (0 ms) 2022-05-18T05:49:02.4199696Z [ RUN ] NVFuserTest.FusionOutputBroadcast_CUDA 2022-05-18T05:49:02.4200120Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4200549Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4200999Z [ SKIPPED ] NVFuserTest.FusionOutputBroadcast_CUDA (0 ms) 2022-05-18T05:49:02.4201493Z [ RUN ] NVFuserTest.FusionReductionKeepDimBasic_CUDA 2022-05-18T05:49:02.4201951Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4202375Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4202831Z [ SKIPPED ] NVFuserTest.FusionReductionKeepDimBasic_CUDA (0 ms) 2022-05-18T05:49:02.4203385Z [ RUN ] NVFuserTest.FusionReductionKeepDimScheduler_CUDA 2022-05-18T05:49:02.4203855Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4204286Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4204757Z [ SKIPPED ] NVFuserTest.FusionReductionKeepDimScheduler_CUDA (0 ms) 2022-05-18T05:49:02.4205250Z [ RUN ] NVFuserTest.FusionSumTo_CUDA 2022-05-18T05:49:02.4205656Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4206064Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4206478Z [ SKIPPED ] NVFuserTest.FusionSumTo_CUDA (0 ms) 2022-05-18T05:49:02.4206917Z [ RUN ] NVFuserTest.FusionSumToNoop_CUDA 2022-05-18T05:49:02.4207337Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4207747Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4208175Z [ SKIPPED ] NVFuserTest.FusionSumToNoop_CUDA (0 ms) 2022-05-18T05:49:02.4208656Z [ RUN ] NVFuserTest.FusionReductionScheduler_CUDA 2022-05-18T05:49:02.4209083Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4209506Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4210030Z [ SKIPPED ] NVFuserTest.FusionReductionScheduler_CUDA (0 ms) 2022-05-18T05:49:02.4210532Z [ RUN ] NVFuserTest.FusionSymbolicReduction_CUDA 2022-05-18T05:49:02.4210975Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4211404Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4211866Z [ SKIPPED ] NVFuserTest.FusionSymbolicReduction_CUDA (0 ms) 2022-05-18T05:49:02.4212434Z [ RUN ] NVFuserTest.FusionReductionSchedulerMultiDimNonFastest_CUDA 2022-05-18T05:49:02.4212952Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4213380Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4213903Z [ SKIPPED ] NVFuserTest.FusionReductionSchedulerMultiDimNonFastest_CUDA (0 ms) 2022-05-18T05:49:02.4214542Z [ RUN ] NVFuserTest.FusionReductionSchedulerMultiDimFastest_CUDA 2022-05-18T05:49:02.4215044Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4215527Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4216055Z [ SKIPPED ] NVFuserTest.FusionReductionSchedulerMultiDimFastest_CUDA (0 ms) 2022-05-18T05:49:02.4216661Z [ RUN ] NVFuserTest.FusionReductionSchedulerNoODimShmoo_CUDA 2022-05-18T05:49:02.4217144Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4217549Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4218061Z [ SKIPPED ] NVFuserTest.FusionReductionSchedulerNoODimShmoo_CUDA (0 ms) 2022-05-18T05:49:02.4219062Z [ RUN ] NVFuserTest.FusionReductionSchedulerDimShmoo_CUDA 2022-05-18T05:49:02.4238196Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4238721Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4239267Z [ SKIPPED ] NVFuserTest.FusionReductionSchedulerDimShmoo_CUDA (0 ms) 2022-05-18T05:49:02.4239802Z [ RUN ] NVFuserTest.FusionCacheBefore_CUDA 2022-05-18T05:49:02.4240255Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4240716Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4241177Z [ SKIPPED ] NVFuserTest.FusionCacheBefore_CUDA (0 ms) 2022-05-18T05:49:02.4241642Z [ RUN ] NVFuserTest.FusionCacheAfter_CUDA 2022-05-18T05:49:02.4242088Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4242547Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4242992Z [ SKIPPED ] NVFuserTest.FusionCacheAfter_CUDA (0 ms) 2022-05-18T05:49:02.4243467Z [ RUN ] NVFuserTest.FusionCacheFork_CUDA 2022-05-18T05:49:02.4243909Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4244348Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4244815Z [ SKIPPED ] NVFuserTest.FusionCacheFork_CUDA (0 ms) 2022-05-18T05:49:02.4245308Z [ RUN ] NVFuserTest.FusionCacheIndirect_CUDA 2022-05-18T05:49:02.4245760Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4246203Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4246674Z [ SKIPPED ] NVFuserTest.FusionCacheIndirect_CUDA (0 ms) 2022-05-18T05:49:02.4247162Z [ RUN ] NVFuserTest.FusionCacheBcast_CUDA 2022-05-18T05:49:02.4247587Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4248049Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4248508Z [ SKIPPED ] NVFuserTest.FusionCacheBcast_CUDA (0 ms) 2022-05-18T05:49:02.4248998Z [ RUN ] NVFuserTest.FusionCacheMultiConsumer_CUDA 2022-05-18T05:49:02.4249465Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4250072Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4250587Z [ SKIPPED ] NVFuserTest.FusionCacheMultiConsumer_CUDA (0 ms) 2022-05-18T05:49:02.4251055Z [ RUN ] NVFuserTest.FusionSmem_CUDA 2022-05-18T05:49:02.4251487Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4251945Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4252363Z [ SKIPPED ] NVFuserTest.FusionSmem_CUDA (0 ms) 2022-05-18T05:49:02.4252827Z [ RUN ] NVFuserTest.FusionSmemReduce_CUDA 2022-05-18T05:49:02.4253271Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4253711Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4254172Z [ SKIPPED ] NVFuserTest.FusionSmemReduce_CUDA (0 ms) 2022-05-18T05:49:02.4254663Z [ RUN ] NVFuserTest.FusionSmemBlockGemm_CUDA 2022-05-18T05:49:02.4255121Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4255655Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4256122Z [ SKIPPED ] NVFuserTest.FusionSmemBlockGemm_CUDA (0 ms) 2022-05-18T05:49:02.4256643Z [ RUN ] NVFuserTest.FusionSmemBlockGemmCache_CUDA 2022-05-18T05:49:02.4257093Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4257552Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4258043Z [ SKIPPED ] NVFuserTest.FusionSmemBlockGemmCache_CUDA (0 ms) 2022-05-18T05:49:02.4258962Z [ RUN ] NVFuserTest.FusionSmemDynamicPersistentSoftmax2D_CUDA 2022-05-18T05:49:02.4259462Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4259896Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4260417Z [ SKIPPED ] NVFuserTest.FusionSmemDynamicPersistentSoftmax2D_CUDA (0 ms) 2022-05-18T05:49:02.4260980Z [ RUN ] NVFuserTest.FusionMagicSchedulerSoftmax_CUDA 2022-05-18T05:49:02.4261438Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4261868Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4262328Z [ SKIPPED ] NVFuserTest.FusionMagicSchedulerSoftmax_CUDA (0 ms) 2022-05-18T05:49:02.4262835Z [ RUN ] NVFuserTest.FusionTestMaskSoftmax_CUDA 2022-05-18T05:49:02.4263274Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4263698Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4264129Z [ SKIPPED ] NVFuserTest.FusionTestMaskSoftmax_CUDA (0 ms) 2022-05-18T05:49:02.4264683Z [ RUN ] NVFuserTest.FusionMagicSchedulerLayerNormBackward_CUDA 2022-05-18T05:49:02.4265174Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4265584Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4266105Z [ SKIPPED ] NVFuserTest.FusionMagicSchedulerLayerNormBackward_CUDA (0 ms) 2022-05-18T05:49:02.4266705Z [ RUN ] NVFuserTest.FusionMagicSchedulerRMSNormBackward_CUDA 2022-05-18T05:49:02.4267171Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4267597Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4268104Z [ SKIPPED ] NVFuserTest.FusionMagicSchedulerRMSNormBackward_CUDA (0 ms) 2022-05-18T05:49:02.4268706Z [ RUN ] NVFuserTest.FusionMagicSchedulerLayerNormalization_CUDA 2022-05-18T05:49:02.4269179Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4269600Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4270119Z [ SKIPPED ] NVFuserTest.FusionMagicSchedulerLayerNormalization_CUDA (0 ms) 2022-05-18T05:49:02.4270814Z [ RUN ] NVFuserTest.FusionMagicSchedulerRMSNormalization_CUDA 2022-05-18T05:49:02.4271319Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4271747Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4272261Z [ SKIPPED ] NVFuserTest.FusionMagicSchedulerRMSNormalization_CUDA (0 ms) 2022-05-18T05:49:02.4272852Z [ RUN ] NVFuserTest.FusionMagicSchedulerBatchNormalization_CUDA 2022-05-18T05:49:02.4273343Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4273772Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4274274Z [ SKIPPED ] NVFuserTest.FusionMagicSchedulerBatchNormalization_CUDA (0 ms) 2022-05-18T05:49:02.4274944Z [ RUN ] NVFuserTest.FusionMagicSchedulerInstanceNormalization_CUDA 2022-05-18T05:49:02.4275449Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4275855Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4276478Z [ SKIPPED ] NVFuserTest.FusionMagicSchedulerInstanceNormalization_CUDA (0 ms) 2022-05-18T05:49:02.4277155Z [ RUN ] NVFuserTest.FusionMagicSchedulerInstanceNormalizationBackward_CUDA 2022-05-18T05:49:02.4277691Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4278096Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4278670Z [ SKIPPED ] NVFuserTest.FusionMagicSchedulerInstanceNormalizationBackward_CUDA (0 ms) 2022-05-18T05:49:02.4279309Z [ RUN ] NVFuserTest.FusionPersistentSoftmaxLocalSmem_CUDA 2022-05-18T05:49:02.4279763Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4280187Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4280682Z [ SKIPPED ] NVFuserTest.FusionPersistentSoftmaxLocalSmem_CUDA (0 ms) 2022-05-18T05:49:02.4281254Z [ RUN ] NVFuserTest.FusionPersistentNormLocalShared_CUDA 2022-05-18T05:49:02.4281710Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4282137Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4282628Z [ SKIPPED ] NVFuserTest.FusionPersistentNormLocalShared_CUDA (0 ms) 2022-05-18T05:49:02.4283171Z [ RUN ] NVFuserTest.FusionSmemDynamicPersistentNorm_CUDA 2022-05-18T05:49:02.4283394Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4283581Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4283903Z [ SKIPPED ] NVFuserTest.FusionSmemDynamicPersistentNorm_CUDA (0 ms) 2022-05-18T05:49:02.4284216Z [ RUN ] NVFuserTest.FusionSmemDynamicReductionSymbolic_CUDA 2022-05-18T05:49:02.4284440Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4284629Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4284946Z [ SKIPPED ] NVFuserTest.FusionSmemDynamicReductionSymbolic_CUDA (0 ms) 2022-05-18T05:49:02.4285274Z [ RUN ] NVFuserTest.FusionSmemDynamicReductionSymbolicArg_CUDA 2022-05-18T05:49:02.4285497Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4285683Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4286032Z [ SKIPPED ] NVFuserTest.FusionSmemDynamicReductionSymbolicArg_CUDA (0 ms) 2022-05-18T05:49:02.4286366Z [ RUN ] NVFuserTest.FusionSmemDynamicPwiseMulSymbolicArgWAR_CUDA 2022-05-18T05:49:02.4286587Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4286774Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4287112Z [ SKIPPED ] NVFuserTest.FusionSmemDynamicPwiseMulSymbolicArgWAR_CUDA (0 ms) 2022-05-18T05:49:02.4287390Z [ RUN ] NVFuserTest.FusionSmemDynamicTiledGemm_CUDA 2022-05-18T05:49:02.4287666Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4287864Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4288166Z [ SKIPPED ] NVFuserTest.FusionSmemDynamicTiledGemm_CUDA (0 ms) 2022-05-18T05:49:02.4288435Z [ RUN ] NVFuserTest.FusionGlobalIntermediate_CUDA 2022-05-18T05:49:02.4288655Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4288840Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4289114Z [ SKIPPED ] NVFuserTest.FusionGlobalIntermediate_CUDA (0 ms) 2022-05-18T05:49:02.4289447Z [ RUN ] NVFuserTest.FusionGlobalIntermediateDefaultSchedule_CUDA 2022-05-18T05:49:02.4289666Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4289851Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4290214Z [ SKIPPED ] NVFuserTest.FusionGlobalIntermediateDefaultSchedule_CUDA (0 ms) 2022-05-18T05:49:02.4290528Z [ RUN ] NVFuserTest.FusionConstCheck_CUDA 2022-05-18T05:49:02.4290753Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4290939Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4291181Z [ SKIPPED ] NVFuserTest.FusionConstCheck_CUDA (0 ms) 2022-05-18T05:49:02.4291437Z [ RUN ] NVFuserTest.FusionUnrollWithAlloc_CUDA 2022-05-18T05:49:02.4291656Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4291841Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4292122Z [ SKIPPED ] NVFuserTest.FusionUnrollWithAlloc_CUDA (0 ms) 2022-05-18T05:49:02.4292356Z [ RUN ] NVFuserTest.FusionIsZeroInt_CUDA 2022-05-18T05:49:02.4292580Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4292768Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4293012Z [ SKIPPED ] NVFuserTest.FusionIsZeroInt_CUDA (0 ms) 2022-05-18T05:49:02.4293244Z [ RUN ] NVFuserTest.FusionIsOneInt_CUDA 2022-05-18T05:49:02.4293464Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4293649Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4293906Z [ SKIPPED ] NVFuserTest.FusionIsOneInt_CUDA (0 ms) 2022-05-18T05:49:02.4294224Z [ RUN ] NVFuserTest.FusionComputeAtNonterminatingOutput_CUDA 2022-05-18T05:49:02.4294446Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4294612Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4294950Z [ SKIPPED ] NVFuserTest.FusionComputeAtNonterminatingOutput_CUDA (0 ms) 2022-05-18T05:49:02.4295208Z [ RUN ] NVFuserTest.FusionTraversalOrder1_CUDA 2022-05-18T05:49:02.4295436Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4295626Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4295907Z [ SKIPPED ] NVFuserTest.FusionTraversalOrder1_CUDA (0 ms) 2022-05-18T05:49:02.4296167Z [ RUN ] NVFuserTest.FusionTraversalOrder2_CUDA 2022-05-18T05:49:02.4296389Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4296554Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4296833Z [ SKIPPED ] NVFuserTest.FusionTraversalOrder2_CUDA (0 ms) 2022-05-18T05:49:02.4297091Z [ RUN ] NVFuserTest.FusionTraversalOrder3_CUDA 2022-05-18T05:49:02.4297310Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4297496Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4297776Z [ SKIPPED ] NVFuserTest.FusionTraversalOrder3_CUDA (0 ms) 2022-05-18T05:49:02.4298086Z [ RUN ] NVFuserTest.FusionTraversalOrder4_CUDA 2022-05-18T05:49:02.4298531Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4298715Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4298995Z [ SKIPPED ] NVFuserTest.FusionTraversalOrder4_CUDA (0 ms) 2022-05-18T05:49:02.4299252Z [ RUN ] NVFuserTest.FusionTraversalOrder5_CUDA 2022-05-18T05:49:02.4299473Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4299659Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4299939Z [ SKIPPED ] NVFuserTest.FusionTraversalOrder5_CUDA (0 ms) 2022-05-18T05:49:02.4300196Z [ RUN ] NVFuserTest.FusionTraversalOrder6_CUDA 2022-05-18T05:49:02.4300398Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4300583Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4300865Z [ SKIPPED ] NVFuserTest.FusionTraversalOrder6_CUDA (0 ms) 2022-05-18T05:49:02.4301211Z [ RUN ] NVFuserTest.FusionTraversalOrder7_CUDA 2022-05-18T05:49:02.4301435Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4301624Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4301902Z [ SKIPPED ] NVFuserTest.FusionTraversalOrder7_CUDA (0 ms) 2022-05-18T05:49:02.4302159Z [ RUN ] NVFuserTest.FusionThreadPredicate_CUDA 2022-05-18T05:49:02.4302358Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4302545Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4302826Z [ SKIPPED ] NVFuserTest.FusionThreadPredicate_CUDA (0 ms) 2022-05-18T05:49:02.4303057Z [ RUN ] NVFuserTest.FusionLSTMCell_CUDA 2022-05-18T05:49:02.4303277Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4303467Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4303723Z [ SKIPPED ] NVFuserTest.FusionLSTMCell_CUDA (0 ms) 2022-05-18T05:49:02.4303979Z [ RUN ] NVFuserTest.FusionComputeAtMultiBCast_CUDA 2022-05-18T05:49:02.4304200Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4304386Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4304686Z [ SKIPPED ] NVFuserTest.FusionComputeAtMultiBCast_CUDA (0 ms) 2022-05-18T05:49:02.4304938Z [ RUN ] NVFuserTest.FusionReductionHalf_CUDA 2022-05-18T05:49:02.4305156Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4305341Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4305613Z [ SKIPPED ] NVFuserTest.FusionReductionHalf_CUDA (0 ms) 2022-05-18T05:49:02.4305841Z [ RUN ] NVFuserTest.FusionReduceSingle_CUDA 2022-05-18T05:49:02.4306064Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4306258Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4306525Z [ SKIPPED ] NVFuserTest.FusionReduceSingle_CUDA (0 ms) 2022-05-18T05:49:02.4306815Z [ RUN ] NVFuserTest.FusionReduceImplicitBroadcast_CUDA 2022-05-18T05:49:02.4307037Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4307223Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4307538Z [ SKIPPED ] NVFuserTest.FusionReduceImplicitBroadcast_CUDA (0 ms) 2022-05-18T05:49:02.4307817Z [ RUN ] NVFuserTest.FusionReduceImplicitBroadcast2_CUDA 2022-05-18T05:49:02.4308036Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4308221Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4308541Z [ SKIPPED ] NVFuserTest.FusionReduceImplicitBroadcast2_CUDA (0 ms) 2022-05-18T05:49:02.4308902Z [ RUN ] NVFuserTest.FusionReduceImplicitBroadcast3_CUDA 2022-05-18T05:49:02.4309138Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4309323Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4309622Z [ SKIPPED ] NVFuserTest.FusionReduceImplicitBroadcast3_CUDA (0 ms) 2022-05-18T05:49:02.4309882Z [ RUN ] NVFuserTest.FusionTrivialReduction_CUDA 2022-05-18T05:49:02.4310105Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4310291Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4310575Z [ SKIPPED ] NVFuserTest.FusionTrivialReduction_CUDA (0 ms) 2022-05-18T05:49:02.4310844Z [ RUN ] NVFuserTest.FusionTrivialReduction2_CUDA 2022-05-18T05:49:02.4311063Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4311247Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4311580Z [ SKIPPED ] NVFuserTest.FusionTrivialReduction2_CUDA (0 ms) 2022-05-18T05:49:02.4311844Z [ RUN ] NVFuserTest.FusionTrivialReduction3_CUDA 2022-05-18T05:49:02.4312065Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4312251Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4312539Z [ SKIPPED ] NVFuserTest.FusionTrivialReduction3_CUDA (0 ms) 2022-05-18T05:49:02.4312829Z [ RUN ] NVFuserTest.FusionDetectTrivialReduction1_CUDA 2022-05-18T05:49:02.4313053Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4313239Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4313534Z [ SKIPPED ] NVFuserTest.FusionDetectTrivialReduction1_CUDA (0 ms) 2022-05-18T05:49:02.4313821Z [ RUN ] NVFuserTest.FusionDetectTrivialReduction2_CUDA 2022-05-18T05:49:02.4314044Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4314234Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4314548Z [ SKIPPED ] NVFuserTest.FusionDetectTrivialReduction2_CUDA (0 ms) 2022-05-18T05:49:02.4314805Z [ RUN ] NVFuserTest.FusionInputsIdLookup_CUDA 2022-05-18T05:49:02.4315026Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4315211Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4315471Z [ SKIPPED ] NVFuserTest.FusionInputsIdLookup_CUDA (0 ms) 2022-05-18T05:49:02.4315758Z [ RUN ] NVFuserTest.FusionGroupGuardSimpleTensor_CUDA 2022-05-18T05:49:02.4315978Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4316162Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4316473Z [ SKIPPED ] NVFuserTest.FusionGroupGuardSimpleTensor_CUDA (0 ms) 2022-05-18T05:49:02.4316778Z [ RUN ] NVFuserTest.FusionGroupGuardBroadcastTensor_CUDA 2022-05-18T05:49:02.4317002Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4317169Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4317493Z [ SKIPPED ] NVFuserTest.FusionGroupGuardBroadcastTensor_CUDA (0 ms) 2022-05-18T05:49:02.4317788Z [ RUN ] NVFuserTest.FusionGroupGuardPermutedTensor_CUDA 2022-05-18T05:49:02.4318010Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4318195Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4318510Z [ SKIPPED ] NVFuserTest.FusionGroupGuardPermutedTensor_CUDA (0 ms) 2022-05-18T05:49:02.4318795Z [ RUN ] NVFuserTest.FusionGroupGuardRelaxedCheck_CUDA 2022-05-18T05:49:02.4319014Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4319233Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4319554Z [ SKIPPED ] NVFuserTest.FusionGroupGuardRelaxedCheck_CUDA (0 ms) 2022-05-18T05:49:02.4319796Z [ RUN ] NVFuserTest.FusionDisjointSet_CUDA 2022-05-18T05:49:02.4320015Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4320198Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4320461Z [ SKIPPED ] NVFuserTest.FusionDisjointSet_CUDA (0 ms) 2022-05-18T05:49:02.4320748Z [ RUN ] NVFuserTest.FusionNonUniqueBroadcastSize_CUDA 2022-05-18T05:49:02.4320968Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4321133Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4321440Z [ SKIPPED ] NVFuserTest.FusionNonUniqueBroadcastSize_CUDA (0 ms) 2022-05-18T05:49:02.4321681Z [ RUN ] NVFuserTest.FusionBiasGeluFwd_CUDA 2022-05-18T05:49:02.4321907Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4322149Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4322415Z [ SKIPPED ] NVFuserTest.FusionBiasGeluFwd_CUDA (0 ms) 2022-05-18T05:49:02.4322658Z [ RUN ] NVFuserTest.FusionBiasGeluBwd_CUDA 2022-05-18T05:49:02.4322857Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4323042Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4323304Z [ SKIPPED ] NVFuserTest.FusionBiasGeluBwd_CUDA (0 ms) 2022-05-18T05:49:02.4323538Z [ RUN ] NVFuserTest.FusionIssue459_CUDA 2022-05-18T05:49:02.4323755Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4323939Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4324191Z [ SKIPPED ] NVFuserTest.FusionIssue459_CUDA (0 ms) 2022-05-18T05:49:02.4324464Z [ RUN ] NVFuserTest.FusionSmemIndexingSimple_CUDA 2022-05-18T05:49:02.4324669Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4324856Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4325150Z [ SKIPPED ] NVFuserTest.FusionSmemIndexingSimple_CUDA (0 ms) 2022-05-18T05:49:02.4325396Z [ RUN ] NVFuserTest.FusionSmemIndexing_CUDA 2022-05-18T05:49:02.4325614Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4325800Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4326067Z [ SKIPPED ] NVFuserTest.FusionSmemIndexing_CUDA (0 ms) 2022-05-18T05:49:02.4326345Z [ RUN ] NVFuserTest.FusionCacheBeforeReduction_CUDA 2022-05-18T05:49:02.4326544Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4326728Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4327031Z [ SKIPPED ] NVFuserTest.FusionCacheBeforeReduction_CUDA (0 ms) 2022-05-18T05:49:02.4327318Z [ RUN ] NVFuserTest.FusionCacheBeforeReduction2_CUDA 2022-05-18T05:49:02.4327540Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4327726Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4328030Z [ SKIPPED ] NVFuserTest.FusionCacheBeforeReduction2_CUDA (0 ms) 2022-05-18T05:49:02.4328243Z [ RUN ] NVFuserTest.FusionIssue367_CUDA 2022-05-18T05:49:02.4328462Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4328646Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4328899Z [ SKIPPED ] NVFuserTest.FusionIssue367_CUDA (0 ms) 2022-05-18T05:49:02.4329129Z [ RUN ] NVFuserTest.FusionIssue468_CUDA 2022-05-18T05:49:02.4329348Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4329585Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4329847Z [ SKIPPED ] NVFuserTest.FusionIssue468_CUDA (0 ms) 2022-05-18T05:49:02.4330058Z [ RUN ] NVFuserTest.FusionIssue363_CUDA 2022-05-18T05:49:02.4330274Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4330458Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4330708Z [ SKIPPED ] NVFuserTest.FusionIssue363_CUDA (0 ms) 2022-05-18T05:49:02.4330938Z [ RUN ] NVFuserTest.FusionIssue484_CUDA 2022-05-18T05:49:02.4331160Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4331346Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4331601Z [ SKIPPED ] NVFuserTest.FusionIssue484_CUDA (0 ms) 2022-05-18T05:49:02.4331808Z [ RUN ] NVFuserTest.FusionIssue329_CUDA 2022-05-18T05:49:02.4332025Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4332269Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4332525Z [ SKIPPED ] NVFuserTest.FusionIssue329_CUDA (0 ms) 2022-05-18T05:49:02.4332752Z [ RUN ] NVFuserTest.FusionIssue382_CUDA 2022-05-18T05:49:02.4332969Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4333153Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4333383Z [ SKIPPED ] NVFuserTest.FusionIssue382_CUDA (0 ms) 2022-05-18T05:49:02.4333612Z [ RUN ] NVFuserTest.FusionIssue507_CUDA 2022-05-18T05:49:02.4333830Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4334013Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4334263Z [ SKIPPED ] NVFuserTest.FusionIssue507_CUDA (0 ms) 2022-05-18T05:49:02.4334489Z [ RUN ] NVFuserTest.FusionIssue532_CUDA 2022-05-18T05:49:02.4334708Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4334897Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4335127Z [ SKIPPED ] NVFuserTest.FusionIssue532_CUDA (0 ms) 2022-05-18T05:49:02.4335375Z [ RUN ] NVFuserTest.FusionLoopUnswitch_CUDA 2022-05-18T05:49:02.4335590Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4335776Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4336046Z [ SKIPPED ] NVFuserTest.FusionLoopUnswitch_CUDA (0 ms) 2022-05-18T05:49:02.4336278Z [ RUN ] NVFuserTest.FusionIssue549_CUDA 2022-05-18T05:49:02.4336497Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4336663Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4336915Z [ SKIPPED ] NVFuserTest.FusionIssue549_CUDA (0 ms) 2022-05-18T05:49:02.4337180Z [ RUN ] NVFuserTest.FusionSimpleCompileRtc_CUDA 2022-05-18T05:49:02.4337406Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4337591Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4337877Z [ SKIPPED ] NVFuserTest.FusionSimpleCompileRtc_CUDA (0 ms) 2022-05-18T05:49:02.4338128Z [ RUN ] NVFuserTest.FusionSerialWelford_CUDA 2022-05-18T05:49:02.4338552Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4338728Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4339000Z [ SKIPPED ] NVFuserTest.FusionSerialWelford_CUDA (0 ms) 2022-05-18T05:49:02.4339245Z [ RUN ] NVFuserTest.FusionBlockWelford_CUDA 2022-05-18T05:49:02.4339468Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4339653Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4339995Z [ SKIPPED ] NVFuserTest.FusionBlockWelford_CUDA (0 ms) 2022-05-18T05:49:02.4340282Z [ RUN ] NVFuserTest.FusionBlockWelfordNoInit_CUDA 2022-05-18T05:49:02.4340502Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4340668Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4340958Z [ SKIPPED ] NVFuserTest.FusionBlockWelfordNoInit_CUDA (0 ms) 2022-05-18T05:49:02.4341222Z [ RUN ] NVFuserTest.FusionGridWelfordNoInit_CUDA 2022-05-18T05:49:02.4341443Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4341628Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4341917Z [ SKIPPED ] NVFuserTest.FusionGridWelfordNoInit_CUDA (0 ms) 2022-05-18T05:49:02.4342153Z [ RUN ] NVFuserTest.FusionWelfordOp_CUDA 2022-05-18T05:49:02.4342354Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4342543Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4342878Z [ SKIPPED ] NVFuserTest.FusionWelfordOp_CUDA (0 ms) 2022-05-18T05:49:02.4343133Z [ RUN ] NVFuserTest.FusionBlockWelfordOp_CUDA 2022-05-18T05:49:02.4343354Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4343538Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4343818Z [ SKIPPED ] NVFuserTest.FusionBlockWelfordOp_CUDA (0 ms) 2022-05-18T05:49:02.4344071Z [ RUN ] NVFuserTest.FusionGridWelfordOp_CUDA 2022-05-18T05:49:02.4344271Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4344455Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4344728Z [ SKIPPED ] NVFuserTest.FusionGridWelfordOp_CUDA (0 ms) 2022-05-18T05:49:02.4344988Z [ RUN ] NVFuserTest.FusionRfactorWelfordOp_CUDA 2022-05-18T05:49:02.4345214Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4345405Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4345691Z [ SKIPPED ] NVFuserTest.FusionRfactorWelfordOp_CUDA (0 ms) 2022-05-18T05:49:02.4345929Z [ RUN ] NVFuserTest.FusionWelfordSchedule_CUDA 2022-05-18T05:49:02.4346149Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4346334Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4346615Z [ SKIPPED ] NVFuserTest.FusionWelfordSchedule_CUDA (0 ms) 2022-05-18T05:49:02.4346861Z [ RUN ] NVFuserTest.FusionWelfordShmoo_CUDA 2022-05-18T05:49:02.4347080Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4347264Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4347534Z [ SKIPPED ] NVFuserTest.FusionWelfordShmoo_CUDA (0 ms) 2022-05-18T05:49:02.4347756Z [ RUN ] NVFuserTest.FusionTranspose1_CUDA 2022-05-18T05:49:02.4347979Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4348165Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4348428Z [ SKIPPED ] NVFuserTest.FusionTranspose1_CUDA (0 ms) 2022-05-18T05:49:02.4348666Z [ RUN ] NVFuserTest.FusionTranspose2_CUDA 2022-05-18T05:49:02.4348889Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4349074Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4349336Z [ SKIPPED ] NVFuserTest.FusionTranspose2_CUDA (0 ms) 2022-05-18T05:49:02.4349595Z [ RUN ] NVFuserTest.FusionSimpleGemmTransposed_CUDA 2022-05-18T05:49:02.4349812Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4349996Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4350299Z [ SKIPPED ] NVFuserTest.FusionSimpleGemmTransposed_CUDA (0 ms) 2022-05-18T05:49:02.4350640Z [ RUN ] NVFuserTest.FusionSoftmax3DTransposed_CUDA 2022-05-18T05:49:02.4350862Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4351050Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4351326Z [ SKIPPED ] NVFuserTest.FusionSoftmax3DTransposed_CUDA (0 ms) 2022-05-18T05:49:02.4351640Z [ RUN ] NVFuserTest.FusionAdvancedComputeAtTransposed1_CUDA 2022-05-18T05:49:02.4351855Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4352039Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4352375Z [ SKIPPED ] NVFuserTest.FusionAdvancedComputeAtTransposed1_CUDA (0 ms) 2022-05-18T05:49:02.4352691Z [ RUN ] NVFuserTest.FusionAdvancedComputeAtTransposed2_CUDA 2022-05-18T05:49:02.4352913Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4353180Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4353497Z [ SKIPPED ] NVFuserTest.FusionAdvancedComputeAtTransposed2_CUDA (0 ms) 2022-05-18T05:49:02.4353809Z [ RUN ] NVFuserTest.FusionAdvancedComputeAtTransposed3_CUDA 2022-05-18T05:49:02.4354030Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4354215Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4354549Z [ SKIPPED ] NVFuserTest.FusionAdvancedComputeAtTransposed3_CUDA (0 ms) 2022-05-18T05:49:02.4354865Z [ RUN ] NVFuserTest.FusionAdvancedComputeAtTransposed4_CUDA 2022-05-18T05:49:02.4355084Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4355271Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4355585Z [ SKIPPED ] NVFuserTest.FusionAdvancedComputeAtTransposed4_CUDA (0 ms) 2022-05-18T05:49:02.4355902Z [ RUN ] NVFuserTest.FusionAdvancedComputeAtTransposed5_CUDA 2022-05-18T05:49:02.4356128Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4356314Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4356649Z [ SKIPPED ] NVFuserTest.FusionAdvancedComputeAtTransposed5_CUDA (0 ms) 2022-05-18T05:49:02.4356962Z [ RUN ] NVFuserTest.FusionAdvancedComputeAtTransposed6_CUDA 2022-05-18T05:49:02.4357187Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4357373Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4357688Z [ SKIPPED ] NVFuserTest.FusionAdvancedComputeAtTransposed6_CUDA (0 ms) 2022-05-18T05:49:02.4357977Z [ RUN ] NVFuserTest.FusionSegmentReducePointwise_CUDA 2022-05-18T05:49:02.4358198Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4358385Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4358704Z [ SKIPPED ] NVFuserTest.FusionSegmentReducePointwise_CUDA (0 ms) 2022-05-18T05:49:02.4358972Z [ RUN ] NVFuserTest.FusionMultipleVectorize_CUDA 2022-05-18T05:49:02.4359190Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4359376Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4359649Z [ SKIPPED ] NVFuserTest.FusionMultipleVectorize_CUDA (0 ms) 2022-05-18T05:49:02.4359909Z [ RUN ] NVFuserTest.FusionVectorizeSimple_CUDA 2022-05-18T05:49:02.4360126Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4360312Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4360593Z [ SKIPPED ] NVFuserTest.FusionVectorizeSimple_CUDA (0 ms) 2022-05-18T05:49:02.4360876Z [ RUN ] NVFuserTest.FusionSimpleVectorizeUnroll_CUDA 2022-05-18T05:49:02.4361143Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4361320Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4361622Z [ SKIPPED ] NVFuserTest.FusionSimpleVectorizeUnroll_CUDA (0 ms) 2022-05-18T05:49:02.4361899Z [ RUN ] NVFuserTest.FusionSegmentReduceSoftmax_CUDA 2022-05-18T05:49:02.4362120Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4362307Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4362609Z [ SKIPPED ] NVFuserTest.FusionSegmentReduceSoftmax_CUDA (0 ms) 2022-05-18T05:49:02.4362844Z [ RUN ] NVFuserTest.FusionSwizzle1_CUDA 2022-05-18T05:49:02.4363065Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4363231Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4363484Z [ SKIPPED ] NVFuserTest.FusionSwizzle1_CUDA (0 ms) 2022-05-18T05:49:02.4363717Z [ RUN ] NVFuserTest.FusionSwizzle2_CUDA 2022-05-18T05:49:02.4363985Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4364170Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4364423Z [ SKIPPED ] NVFuserTest.FusionSwizzle2_CUDA (0 ms) 2022-05-18T05:49:02.4364701Z [ RUN ] NVFuserTest.FusionTransposeWithSwizzle_CUDA 2022-05-18T05:49:02.4364923Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4365089Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4365389Z [ SKIPPED ] NVFuserTest.FusionTransposeWithSwizzle_CUDA (0 ms) 2022-05-18T05:49:02.4365722Z [ RUN ] NVFuserTest.FusionTransposeWithSwizzle1DThreadBlock_CUDA 2022-05-18T05:49:02.4365942Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4366129Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4366490Z [ SKIPPED ] NVFuserTest.FusionTransposeWithSwizzle1DThreadBlock_CUDA (0 ms) 2022-05-18T05:49:02.4366754Z [ RUN ] NVFuserTest.FusionGridPersistence_CUDA 2022-05-18T05:49:02.4366957Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4367143Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4367425Z [ SKIPPED ] NVFuserTest.FusionGridPersistence_CUDA (0 ms) 2022-05-18T05:49:02.4367690Z [ RUN ] NVFuserTest.FusionGridPersistence2_CUDA 2022-05-18T05:49:02.4367909Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4368094Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4368380Z [ SKIPPED ] NVFuserTest.FusionGridPersistence2_CUDA (0 ms) 2022-05-18T05:49:02.4368648Z [ RUN ] NVFuserTest.FusionWelfordPersistence_CUDA 2022-05-18T05:49:02.4368854Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4369044Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4369337Z [ SKIPPED ] NVFuserTest.FusionWelfordPersistence_CUDA (0 ms) 2022-05-18T05:49:02.4369613Z [ RUN ] NVFuserTest.FusionWelfordPersistence2_CUDA 2022-05-18T05:49:02.4369833Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4370020Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4370318Z [ SKIPPED ] NVFuserTest.FusionWelfordPersistence2_CUDA (0 ms) 2022-05-18T05:49:02.4370553Z [ RUN ] NVFuserTest.FusionIssue633_CUDA 2022-05-18T05:49:02.4370753Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4370939Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4371191Z [ SKIPPED ] NVFuserTest.FusionIssue633_CUDA (0 ms) 2022-05-18T05:49:02.4371486Z [ RUN ] NVFuserTest.FusionBroadcastAcrossComputeAt_CUDA 2022-05-18T05:49:02.4371761Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4371955Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4372273Z [ SKIPPED ] NVFuserTest.FusionBroadcastAcrossComputeAt_CUDA (0 ms) 2022-05-18T05:49:02.4372566Z [ RUN ] NVFuserTest.FusionVectorizeMisalignedPointwise_CUDA 2022-05-18T05:49:02.4372785Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4372969Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4373299Z [ SKIPPED ] NVFuserTest.FusionVectorizeMisalignedPointwise_CUDA (0 ms) 2022-05-18T05:49:02.4373660Z [ RUN ] NVFuserTest.FusionVectorizeMisalignedPointwiseMergeContig_CUDA 2022-05-18T05:49:02.4373882Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4374068Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4374453Z [ SKIPPED ] NVFuserTest.FusionVectorizeMisalignedPointwiseMergeContig_CUDA (0 ms) 2022-05-18T05:49:02.4374921Z [ RUN ] NVFuserTest.FusionVectorizeMisalignedPointwiseMergeSymbolicPass_CUDA 2022-05-18T05:49:02.4375142Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4375329Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4375746Z [ SKIPPED ] NVFuserTest.FusionVectorizeMisalignedPointwiseMergeSymbolicPass_CUDA (0 ms) 2022-05-18T05:49:02.4376135Z [ RUN ] NVFuserTest.FusionVectorizeMisalignedPointwiseMergeSymbolicFail_CUDA 2022-05-18T05:49:02.4376360Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4376546Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4376962Z [ SKIPPED ] NVFuserTest.FusionVectorizeMisalignedPointwiseMergeSymbolicFail_CUDA (0 ms) 2022-05-18T05:49:02.4377250Z [ RUN ] NVFuserTest.FusionVectorizeMisalignedRFactor_CUDA 2022-05-18T05:49:02.4377474Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4377660Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4377986Z [ SKIPPED ] NVFuserTest.FusionVectorizeMisalignedRFactor_CUDA (0 ms) 2022-05-18T05:49:02.4378538Z [ RUN ] NVFuserTest.FusionVectorizeMisalignedWrongDimFail_CUDA 2022-05-18T05:49:02.4378957Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4379160Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4379510Z [ SKIPPED ] NVFuserTest.FusionVectorizeMisalignedWrongDimFail_CUDA (0 ms) 2022-05-18T05:49:02.4379788Z [ RUN ] NVFuserTest.FusionVectorizeMisalignedStride_CUDA 2022-05-18T05:49:02.4380013Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4380199Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4380531Z [ SKIPPED ] NVFuserTest.FusionVectorizeMisalignedStride_CUDA (0 ms) 2022-05-18T05:49:02.4380846Z [ RUN ] NVFuserTest.FusionVectorizeMisalignedStrideFail_CUDA 2022-05-18T05:49:02.4381069Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4381256Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4381593Z [ SKIPPED ] NVFuserTest.FusionVectorizeMisalignedStrideFail_CUDA (0 ms) 2022-05-18T05:49:02.4381830Z [ RUN ] NVFuserTest.FusionVectorization1_CUDA 2022-05-18T05:49:02.4382053Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4382239Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4382520Z [ SKIPPED ] NVFuserTest.FusionVectorization1_CUDA (0 ms) 2022-05-18T05:49:02.4382774Z [ RUN ] NVFuserTest.FusionVectorization2_CUDA 2022-05-18T05:49:02.4383082Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4383286Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4383561Z [ SKIPPED ] NVFuserTest.FusionVectorization2_CUDA (0 ms) 2022-05-18T05:49:02.4383794Z [ RUN ] NVFuserTest.FusionVectorization3_CUDA 2022-05-18T05:49:02.4384016Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4384201Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4384479Z [ SKIPPED ] NVFuserTest.FusionVectorization3_CUDA (0 ms) 2022-05-18T05:49:02.4384755Z [ RUN ] NVFuserTest.FusionVectorizationRFactor_CUDA 2022-05-18T05:49:02.4384976Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4385161Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4385441Z [ SKIPPED ] NVFuserTest.FusionVectorizationRFactor_CUDA (0 ms) 2022-05-18T05:49:02.4385695Z [ RUN ] NVFuserTest.FusionSizeOneLoop1_CUDA 2022-05-18T05:49:02.4385990Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4386178Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4386447Z [ SKIPPED ] NVFuserTest.FusionSizeOneLoop1_CUDA (0 ms) 2022-05-18T05:49:02.4386697Z [ RUN ] NVFuserTest.FusionSizeOneLoop2_CUDA 2022-05-18T05:49:02.4386917Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4387103Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4387351Z [ SKIPPED ] NVFuserTest.FusionSizeOneLoop2_CUDA (0 ms) 2022-05-18T05:49:02.4387629Z [ RUN ] NVFuserTest.FusionValidateParallelize1_CUDA 2022-05-18T05:49:02.4387848Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4388035Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4388339Z [ SKIPPED ] NVFuserTest.FusionValidateParallelize1_CUDA (0 ms) 2022-05-18T05:49:02.4388622Z [ RUN ] NVFuserTest.FusionValidateParallelize2_CUDA 2022-05-18T05:49:02.4388843Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4389029Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4389309Z [ SKIPPED ] NVFuserTest.FusionValidateParallelize2_CUDA (0 ms) 2022-05-18T05:49:02.4389585Z [ RUN ] NVFuserTest.FusionValidateParallelize3_CUDA 2022-05-18T05:49:02.4389804Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4389989Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4390288Z [ SKIPPED ] NVFuserTest.FusionValidateParallelize3_CUDA (0 ms) 2022-05-18T05:49:02.4390564Z [ RUN ] NVFuserTest.FusionValidateParallelize4_CUDA 2022-05-18T05:49:02.4390789Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4390979Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4391259Z [ SKIPPED ] NVFuserTest.FusionValidateParallelize4_CUDA (0 ms) 2022-05-18T05:49:02.4391535Z [ RUN ] NVFuserTest.FusionValidateParallelize5_CUDA 2022-05-18T05:49:02.4391754Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4391940Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4392239Z [ SKIPPED ] NVFuserTest.FusionValidateParallelize5_CUDA (0 ms) 2022-05-18T05:49:02.4392517Z [ RUN ] NVFuserTest.FusionValidateParallelize6_CUDA 2022-05-18T05:49:02.4392737Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4392903Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4393203Z [ SKIPPED ] NVFuserTest.FusionValidateParallelize6_CUDA (0 ms) 2022-05-18T05:49:02.4393442Z [ RUN ] NVFuserTest.FusionDAGMerging_CUDA 2022-05-18T05:49:02.4393715Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4393907Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4394171Z [ SKIPPED ] NVFuserTest.FusionDAGMerging_CUDA (0 ms) 2022-05-18T05:49:02.4394433Z [ RUN ] NVFuserTest.FusionDAGScalarMerging_CUDA 2022-05-18T05:49:02.4394656Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4394821Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4395105Z [ SKIPPED ] NVFuserTest.FusionDAGScalarMerging_CUDA (0 ms) 2022-05-18T05:49:02.4395393Z [ RUN ] NVFuserTest.FusionBlockReduceInSerialLoop_CUDA 2022-05-18T05:49:02.4395615Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4395799Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4396115Z [ SKIPPED ] NVFuserTest.FusionBlockReduceInSerialLoop_CUDA (0 ms) 2022-05-18T05:49:02.4396463Z [ RUN ] NVFuserTest.FusionBlockWelfordInSerialLoop_CUDA 2022-05-18T05:49:02.4396683Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4396849Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4397165Z [ SKIPPED ] NVFuserTest.FusionBlockWelfordInSerialLoop_CUDA (0 ms) 2022-05-18T05:49:02.4397478Z [ RUN ] NVFuserTest.FusionIOTensorTrivialReductionRepro_CUDA 2022-05-18T05:49:02.4397696Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4397879Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4398216Z [ SKIPPED ] NVFuserTest.FusionIOTensorTrivialReductionRepro_CUDA (0 ms) 2022-05-18T05:49:02.4398485Z [ RUN ] NVFuserTest.FusionReductionPredicate_CUDA 2022-05-18T05:49:02.4398691Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4398881Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4399176Z [ SKIPPED ] NVFuserTest.FusionReductionPredicate_CUDA (0 ms) 2022-05-18T05:49:02.4399409Z [ RUN ] NVFuserTest.FusionIssue728_CUDA 2022-05-18T05:49:02.4399631Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4399816Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4400073Z [ SKIPPED ] NVFuserTest.FusionIssue728_CUDA (0 ms) 2022-05-18T05:49:02.4400302Z [ RUN ] NVFuserTest.FusionIssue757_CUDA 2022-05-18T05:49:02.4400502Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4400686Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4400938Z [ SKIPPED ] NVFuserTest.FusionIssue757_CUDA (0 ms) 2022-05-18T05:49:02.4401232Z [ RUN ] NVFuserTest.FusionPredicatedBlockBroadcast_CUDA 2022-05-18T05:49:02.4401456Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4401646Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4401967Z [ SKIPPED ] NVFuserTest.FusionPredicatedBlockBroadcast_CUDA (0 ms) 2022-05-18T05:49:02.4402244Z [ RUN ] NVFuserTest.FusionSegmentVerticalMerge_CUDA 2022-05-18T05:49:02.4402446Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4402632Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4402932Z [ SKIPPED ] NVFuserTest.FusionSegmentVerticalMerge_CUDA (0 ms) 2022-05-18T05:49:02.4403217Z [ RUN ] NVFuserTest.FusionSegmentHorizontalMerge_CUDA 2022-05-18T05:49:02.4403434Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4403618Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4403983Z [ SKIPPED ] NVFuserTest.FusionSegmentHorizontalMerge_CUDA (0 ms) 2022-05-18T05:49:02.4404250Z [ RUN ] NVFuserTest.FusionSegmentMixReduction_CUDA 2022-05-18T05:49:02.4404471Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4404657Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4404952Z [ SKIPPED ] NVFuserTest.FusionSegmentMixReduction_CUDA (0 ms) 2022-05-18T05:49:02.4405169Z [ RUN ] NVFuserTest.FusionSBAR_CUDA 2022-05-18T05:49:02.4405392Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4405578Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4405819Z [ SKIPPED ] NVFuserTest.FusionSBAR_CUDA (0 ms) 2022-05-18T05:49:02.4406051Z [ RUN ] NVFuserTest.FusionSingleElement_CUDA 2022-05-18T05:49:02.4406272Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4406458Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4406787Z [ SKIPPED ] NVFuserTest.FusionSingleElement_CUDA (0 ms) 2022-05-18T05:49:02.4407044Z [ RUN ] NVFuserTest.FusionBNBackwardRepro_CUDA 2022-05-18T05:49:02.4407266Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4407455Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4407738Z [ SKIPPED ] NVFuserTest.FusionBNBackwardRepro_CUDA (0 ms) 2022-05-18T05:49:02.4407983Z [ RUN ] NVFuserTest.FusionBNBackwardRepro2_CUDA 2022-05-18T05:49:02.4408202Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4408388Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4408673Z [ SKIPPED ] NVFuserTest.FusionBNBackwardRepro2_CUDA (0 ms) 2022-05-18T05:49:02.4408903Z [ RUN ] NVFuserTest.FusionBNRepro_CUDA 2022-05-18T05:49:02.4409123Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4409313Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4409548Z [ SKIPPED ] NVFuserTest.FusionBNRepro_CUDA (0 ms) 2022-05-18T05:49:02.4409781Z [ RUN ] NVFuserTest.FusionBNRepro2_CUDA 2022-05-18T05:49:02.4409996Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4410180Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4410431Z [ SKIPPED ] NVFuserTest.FusionBNRepro2_CUDA (0 ms) 2022-05-18T05:49:02.4410693Z [ RUN ] NVFuserTest.FusionZeroSizeTensorPW_CUDA 2022-05-18T05:49:02.4410916Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4411102Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4411370Z [ SKIPPED ] NVFuserTest.FusionZeroSizeTensorPW_CUDA (0 ms) 2022-05-18T05:49:02.4411655Z [ RUN ] NVFuserTest.FusionZeroSizeTensorReduction_CUDA 2022-05-18T05:49:02.4411886Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4412072Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4412384Z [ SKIPPED ] NVFuserTest.FusionZeroSizeTensorReduction_CUDA (0 ms) 2022-05-18T05:49:02.4412694Z [ RUN ] NVFuserTest.FusionZeroSizeTensorNormalization_CUDA 2022-05-18T05:49:02.4412914Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4413098Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4413407Z [ SKIPPED ] NVFuserTest.FusionZeroSizeTensorNormalization_CUDA (0 ms) 2022-05-18T05:49:02.4413661Z [ RUN ] NVFuserTest.FusionSegmentIoAlias_CUDA 2022-05-18T05:49:02.4413881Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4414067Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4414395Z [ SKIPPED ] NVFuserTest.FusionSegmentIoAlias_CUDA (0 ms) 2022-05-18T05:49:02.4414662Z [ RUN ] NVFuserTest.FusionWelford1Output_CUDA 2022-05-18T05:49:02.4414881Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4415046Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4415322Z [ SKIPPED ] NVFuserTest.FusionWelford1Output_CUDA (0 ms) 2022-05-18T05:49:02.4415583Z [ RUN ] NVFuserTest.FusionTranslate1Welford_CUDA 2022-05-18T05:49:02.4415803Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4415989Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4416278Z [ SKIPPED ] NVFuserTest.FusionTranslate1Welford_CUDA (0 ms) 2022-05-18T05:49:02.4416544Z [ RUN ] NVFuserTest.FusionTranslate2Welford_CUDA 2022-05-18T05:49:02.4416763Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4416931Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4417288Z [ SKIPPED ] NVFuserTest.FusionTranslate2Welford_CUDA (0 ms) 2022-05-18T05:49:02.4417584Z [ RUN ] NVFuserTest.FusionLargeWelfordNormalization_CUDA 2022-05-18T05:49:02.4417807Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4417993Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4418514Z [ SKIPPED ] NVFuserTest.FusionLargeWelfordNormalization_CUDA (0 ms) 2022-05-18T05:49:02.4418814Z [ RUN ] NVFuserTest.FusionWelfordOtherPersistence_CUDA 2022-05-18T05:49:02.4419037Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4419204Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4419519Z [ SKIPPED ] NVFuserTest.FusionWelfordOtherPersistence_CUDA (0 ms) 2022-05-18T05:49:02.4419772Z [ RUN ] NVFuserTest.FusionSegmentIslands_CUDA 2022-05-18T05:49:02.4419995Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4420189Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4420465Z [ SKIPPED ] NVFuserTest.FusionSegmentIslands_CUDA (0 ms) 2022-05-18T05:49:02.4420740Z [ RUN ] NVFuserTest.FusionBackOffInnerBroadcast_CUDA 2022-05-18T05:49:02.4420940Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4421124Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4421428Z [ SKIPPED ] NVFuserTest.FusionBackOffInnerBroadcast_CUDA (0 ms) 2022-05-18T05:49:02.4421715Z [ RUN ] NVFuserTest.FusionBackOffInnerBroadcast2_CUDA 2022-05-18T05:49:02.4421936Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4422122Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4422439Z [ SKIPPED ] NVFuserTest.FusionBackOffInnerBroadcast2_CUDA (0 ms) 2022-05-18T05:49:02.4422732Z [ RUN ] NVFuserTest.FusionBackOffInnerBroadcast3_CUDA 2022-05-18T05:49:02.4422935Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4423121Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4423427Z [ SKIPPED ] NVFuserTest.FusionBackOffInnerBroadcast3_CUDA (0 ms) 2022-05-18T05:49:02.4423668Z [ RUN ] NVFuserTest.FusionSimpleWarp_CUDA 2022-05-18T05:49:02.4423890Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4424076Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4424338Z [ SKIPPED ] NVFuserTest.FusionSimpleWarp_CUDA (0 ms) 2022-05-18T05:49:02.4424591Z [ RUN ] NVFuserTest.FusionSimpleWarpPad_CUDA 2022-05-18T05:49:02.4424790Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4425064Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4425354Z [ SKIPPED ] NVFuserTest.FusionSimpleWarpPad_CUDA (0 ms) 2022-05-18T05:49:02.4425622Z [ RUN ] NVFuserTest.FusionWarpPadMergeSplit_CUDA 2022-05-18T05:49:02.4425838Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4426025Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4426316Z [ SKIPPED ] NVFuserTest.FusionWarpPadMergeSplit_CUDA (0 ms) 2022-05-18T05:49:02.4426570Z [ RUN ] NVFuserTest.FusionSerialWarpReduction_CUDA 2022-05-18T05:49:02.4426785Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4426969Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4427267Z [ SKIPPED ] NVFuserTest.FusionSerialWarpReduction_CUDA (0 ms) 2022-05-18T05:49:02.4427544Z [ RUN ] NVFuserTest.FusionTrivialWarpReduction_CUDA 2022-05-18T05:49:02.4427769Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4428024Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4428368Z [ SKIPPED ] NVFuserTest.FusionTrivialWarpReduction_CUDA (0 ms) 2022-05-18T05:49:02.4428620Z [ RUN ] NVFuserTest.FusionMultipleDimBinding_CUDA 2022-05-18T05:49:02.4428840Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4429023Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4429318Z [ SKIPPED ] NVFuserTest.FusionMultipleDimBinding_CUDA (0 ms) 2022-05-18T05:49:02.4429576Z [ RUN ] NVFuserTest.FusionPadNoWarpReduce_CUDA 2022-05-18T05:49:02.4429798Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4429984Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4430268Z [ SKIPPED ] NVFuserTest.FusionPadNoWarpReduce_CUDA (0 ms) 2022-05-18T05:49:02.4430531Z [ RUN ] NVFuserTest.FusionWarpMutipleThreadDim_CUDA 2022-05-18T05:49:02.4430755Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4430941Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4431244Z [ SKIPPED ] NVFuserTest.FusionWarpMutipleThreadDim_CUDA (0 ms) 2022-05-18T05:49:02.4431544Z [ RUN ] NVFuserTest.FusionWarpReduceUnrollOuterLoop_CUDA 2022-05-18T05:49:02.4431765Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4431955Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4432278Z [ SKIPPED ] NVFuserTest.FusionWarpReduceUnrollOuterLoop_CUDA (0 ms) 2022-05-18T05:49:02.4432527Z [ RUN ] NVFuserTest.FusionSegfaultReduction_CUDA 2022-05-18T05:49:02.4432744Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4432929Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4433226Z [ SKIPPED ] NVFuserTest.FusionSegfaultReduction_CUDA (0 ms) 2022-05-18T05:49:02.4433504Z [ RUN ] NVFuserTest.FusionPredicateElimination_CUDA 2022-05-18T05:49:02.4433724Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4433911Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4434191Z [ SKIPPED ] NVFuserTest.FusionPredicateElimination_CUDA (0 ms) 2022-05-18T05:49:02.4434451Z [ RUN ] NVFuserTest.FusionForceFp16Simple_CUDA 2022-05-18T05:49:02.4434673Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4434857Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4435137Z [ SKIPPED ] NVFuserTest.FusionForceFp16Simple_CUDA (0 ms) 2022-05-18T05:49:02.4435399Z [ RUN ] NVFuserTest.FusionForceBf16Simple_CUDA 2022-05-18T05:49:02.4435673Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4435870Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4436132Z [ SKIPPED ] NVFuserTest.FusionForceBf16Simple_CUDA (0 ms) 2022-05-18T05:49:02.4436404Z [ RUN ] NVFuserTest.FusionForceFp16NotAllCast_CUDA 2022-05-18T05:49:02.4436623Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4436808Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4437103Z [ SKIPPED ] NVFuserTest.FusionForceFp16NotAllCast_CUDA (0 ms) 2022-05-18T05:49:02.4437372Z [ RUN ] NVFuserTest.FusionForceBf16NotAllCast_CUDA 2022-05-18T05:49:02.4437590Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4437775Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4438049Z [ SKIPPED ] NVFuserTest.FusionForceBf16NotAllCast_CUDA (0 ms) 2022-05-18T05:49:02.4438374Z [ RUN ] NVFuserTest.FusionBufferReuseBroadCastMultiVisit_CUDA 2022-05-18T05:49:02.4438645Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4438833Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4439177Z [ SKIPPED ] NVFuserTest.FusionBufferReuseBroadCastMultiVisit_CUDA (0 ms) 2022-05-18T05:49:02.4439458Z [ RUN ] NVFuserTest.FusionBufferReuseStressTest_CUDA 2022-05-18T05:49:02.4439677Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4439842Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4440149Z [ SKIPPED ] NVFuserTest.FusionBufferReuseStressTest_CUDA (0 ms) 2022-05-18T05:49:02.4440432Z [ RUN ] NVFuserTest.FusionBufferReuseLargeBuffer_CUDA 2022-05-18T05:49:02.4440654Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4440840Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4441156Z [ SKIPPED ] NVFuserTest.FusionBufferReuseLargeBuffer_CUDA (0 ms) 2022-05-18T05:49:02.4441426Z [ RUN ] NVFuserTest.FusionBufferReuseNo2hop_CUDA 2022-05-18T05:49:02.4441649Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4441815Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4442105Z [ SKIPPED ] NVFuserTest.FusionBufferReuseNo2hop_CUDA (0 ms) 2022-05-18T05:49:02.4442409Z [ RUN ] NVFuserTest.FusionBufferReuseAllocationOrder_CUDA 2022-05-18T05:49:02.4442628Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4442817Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4443143Z [ SKIPPED ] NVFuserTest.FusionBufferReuseAllocationOrder_CUDA (0 ms) 2022-05-18T05:49:02.4443433Z [ RUN ] NVFuserTest.FusionBufferReuseLiveInterval_CUDA 2022-05-18T05:49:02.4443659Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4443828Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4444142Z [ SKIPPED ] NVFuserTest.FusionBufferReuseLiveInterval_CUDA (0 ms) 2022-05-18T05:49:02.4444452Z [ RUN ] NVFuserTest.FusionBufferReuseNoAcrossBroadcast_CUDA 2022-05-18T05:49:02.4444670Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4444856Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4445190Z [ SKIPPED ] NVFuserTest.FusionBufferReuseNoAcrossBroadcast_CUDA (0 ms) 2022-05-18T05:49:02.4445427Z [ RUN ] NVFuserTest.FusionIssue970_CUDA 2022-05-18T05:49:02.4445645Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4445813Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4446066Z [ SKIPPED ] NVFuserTest.FusionIssue970_CUDA (0 ms) 2022-05-18T05:49:02.4446353Z [ RUN ] NVFuserTest.FusionIssue1016_CUDA 2022-05-18T05:49:02.4446578Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4446765Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4447020Z [ SKIPPED ] NVFuserTest.FusionIssue1016_CUDA (0 ms) 2022-05-18T05:49:02.4447252Z [ RUN ] NVFuserTest.FusionIssue1021_CUDA 2022-05-18T05:49:02.4447449Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4447634Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4447889Z [ SKIPPED ] NVFuserTest.FusionIssue1021_CUDA (0 ms) 2022-05-18T05:49:02.4448157Z [ RUN ] NVFuserTest.FusionNonUniqueThreadDim_CUDA 2022-05-18T05:49:02.4448379Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4448564Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4448862Z [ SKIPPED ] NVFuserTest.FusionNonUniqueThreadDim_CUDA (0 ms) 2022-05-18T05:49:02.4449200Z [ RUN ] NVFuserTest.FusionParallelDimensionMap1_CUDA 2022-05-18T05:49:02.4449397Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4449584Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4449892Z [ SKIPPED ] NVFuserTest.FusionParallelDimensionMap1_CUDA (0 ms) 2022-05-18T05:49:02.4450176Z [ RUN ] NVFuserTest.FusionParallelDimensionMap2_CUDA 2022-05-18T05:49:02.4450399Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4450586Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4450890Z [ SKIPPED ] NVFuserTest.FusionParallelDimensionMap2_CUDA (0 ms) 2022-05-18T05:49:02.4451170Z [ RUN ] NVFuserTest.FusionParallelDimensionMap3_CUDA 2022-05-18T05:49:02.4451371Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4451562Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4451867Z [ SKIPPED ] NVFuserTest.FusionParallelDimensionMap3_CUDA (0 ms) 2022-05-18T05:49:02.4452148Z [ RUN ] NVFuserTest.FusionParallelDimensionMap4_CUDA 2022-05-18T05:49:02.4452369Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4452554Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4452859Z [ SKIPPED ] NVFuserTest.FusionParallelDimensionMap4_CUDA (0 ms) 2022-05-18T05:49:02.4453123Z [ RUN ] NVFuserTest.FusionParallelDimensionMap5_CUDA 2022-05-18T05:49:02.4453342Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4453528Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4453832Z [ SKIPPED ] NVFuserTest.FusionParallelDimensionMap5_CUDA (0 ms) 2022-05-18T05:49:02.4454186Z [ RUN ] NVFuserTest.FusionSegmenterCombineReductionsCycleRepro_CUDA 2022-05-18T05:49:02.4454413Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4454602Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4454973Z [ SKIPPED ] NVFuserTest.FusionSegmenterCombineReductionsCycleRepro_CUDA (0 ms) 2022-05-18T05:49:02.4455253Z [ RUN ] NVFuserTest.FusionSerialAndParallelIndexing_CUDA 2022-05-18T05:49:02.4455477Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4455662Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4455980Z [ SKIPPED ] NVFuserTest.FusionSerialAndParallelIndexing_CUDA (0 ms) 2022-05-18T05:49:02.4456250Z [ RUN ] NVFuserTest.FusionWARSyncAliasedSmem_CUDA 2022-05-18T05:49:02.4456471Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4456660Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4457006Z [ SKIPPED ] NVFuserTest.FusionWARSyncAliasedSmem_CUDA (0 ms) 2022-05-18T05:49:02.4457234Z [ RUN ] NVFuserTest.FusionIssue1099_CUDA 2022-05-18T05:49:02.4457455Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4457644Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4457903Z [ SKIPPED ] NVFuserTest.FusionIssue1099_CUDA (0 ms) 2022-05-18T05:49:02.4458171Z [ RUN ] NVFuserTest.FusionUnswitchPredicate_CUDA 2022-05-18T05:49:02.4458609Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4458805Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4459097Z [ SKIPPED ] NVFuserTest.FusionUnswitchPredicate_CUDA (0 ms) 2022-05-18T05:49:02.4459312Z [ RUN ] NVFuserTest.FusionIssue1189_CUDA 2022-05-18T05:49:02.4459537Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4459808Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4460066Z [ SKIPPED ] NVFuserTest.FusionIssue1189_CUDA (0 ms) 2022-05-18T05:49:02.4460296Z [ RUN ] NVFuserTest.FusionIssue1052_CUDA 2022-05-18T05:49:02.4460516Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4460699Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4460933Z [ SKIPPED ] NVFuserTest.FusionIssue1052_CUDA (0 ms) 2022-05-18T05:49:02.4461203Z [ RUN ] NVFuserTest.FusionPointwiseBroadcast_CUDA 2022-05-18T05:49:02.4461422Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4461610Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4461906Z [ SKIPPED ] NVFuserTest.FusionPointwiseBroadcast_CUDA (0 ms) 2022-05-18T05:49:02.4462164Z [ RUN ] NVFuserTest.FusionSmemAliasSerial_CUDA 2022-05-18T05:49:02.4462390Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4462578Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4462841Z [ SKIPPED ] NVFuserTest.FusionSmemAliasSerial_CUDA (0 ms) 2022-05-18T05:49:02.4463226Z [ RUN ] NVFuserTest.FusionGridReductionWithNonExactParallelDimensions_CUDA 2022-05-18T05:49:02.4463449Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4463635Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4464041Z [ SKIPPED ] NVFuserTest.FusionGridReductionWithNonExactParallelDimensions_CUDA (0 ms) 2022-05-18T05:49:02.4464415Z [ RUN ] NVFuserTest.FusionGridWelfordWithNonExactParallelDimensions_CUDA 2022-05-18T05:49:02.4464639Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4464825Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4465204Z [ SKIPPED ] NVFuserTest.FusionGridWelfordWithNonExactParallelDimensions_CUDA (0 ms) 2022-05-18T05:49:02.4465596Z [ RUN ] NVFuserTest.FusionGridReductionWithNonExactParallelDimensions2_CUDA 2022-05-18T05:49:02.4465822Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4466009Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4466420Z [ SKIPPED ] NVFuserTest.FusionGridReductionWithNonExactParallelDimensions2_CUDA (0 ms) 2022-05-18T05:49:02.4466800Z [ RUN ] NVFuserTest.FusionGridWelfordWithNonExactParallelDimensions2_CUDA 2022-05-18T05:49:02.4467022Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4467209Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4467589Z [ SKIPPED ] NVFuserTest.FusionGridWelfordWithNonExactParallelDimensions2_CUDA (0 ms) 2022-05-18T05:49:02.4467968Z [ RUN ] NVFuserTest.FusionPredicateParallelizedDomains_CUDA 2022-05-18T05:49:02.4468203Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4468390Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4468725Z [ SKIPPED ] NVFuserTest.FusionPredicateParallelizedDomains_CUDA (0 ms) 2022-05-18T05:49:02.4469008Z [ RUN ] NVFuserTest.FusionSmemPredicateUnswitch_CUDA 2022-05-18T05:49:02.4469229Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4469415Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4469700Z [ SKIPPED ] NVFuserTest.FusionSmemPredicateUnswitch_CUDA (0 ms) 2022-05-18T05:49:02.4469932Z [ RUN ] NVFuserTest.FusionFloatPow_CUDA 2022-05-18T05:49:02.4470153Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4470338Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4470599Z [ SKIPPED ] NVFuserTest.FusionFloatPow_CUDA (0 ms) 2022-05-18T05:49:02.4470888Z [ RUN ] NVFuserTest.FusionIssue1127_CUDA 2022-05-18T05:49:02.4471107Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4471273Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4471535Z [ SKIPPED ] NVFuserTest.FusionIssue1127_CUDA (0 ms) 2022-05-18T05:49:02.4471804Z [ RUN ] NVFuserTest.FusionChannelsLastParser_CUDA 2022-05-18T05:49:02.4472027Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4472212Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4472506Z [ SKIPPED ] NVFuserTest.FusionChannelsLastParser_CUDA (0 ms) 2022-05-18T05:49:02.4472798Z [ RUN ] NVFuserTest.FusionThreadPredicateUnswitch_CUDA 2022-05-18T05:49:02.4473017Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4473188Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4473503Z [ SKIPPED ] NVFuserTest.FusionThreadPredicateUnswitch_CUDA (0 ms) 2022-05-18T05:49:02.4473767Z [ RUN ] NVFuserTest.FusionNonContigOutputs_CUDA 2022-05-18T05:49:02.4473987Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4474175Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4474458Z [ SKIPPED ] NVFuserTest.FusionNonContigOutputs_CUDA (0 ms) 2022-05-18T05:49:02.4474717Z [ RUN ] NVFuserTest.FusionTestWarpSoftMax_CUDA 2022-05-18T05:49:02.4474972Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4475141Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4475423Z [ SKIPPED ] NVFuserTest.FusionTestWarpSoftMax_CUDA (0 ms) 2022-05-18T05:49:02.4475658Z [ RUN ] NVFuserTest.FusionIssue1133_CUDA 2022-05-18T05:49:02.4475883Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4476070Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4476329Z [ SKIPPED ] NVFuserTest.FusionIssue1133_CUDA (0 ms) 2022-05-18T05:49:02.4476590Z [ RUN ] NVFuserTest.FusionRfactorContigIDs_CUDA 2022-05-18T05:49:02.4476791Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4476976Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4477259Z [ SKIPPED ] NVFuserTest.FusionRfactorContigIDs_CUDA (0 ms) 2022-05-18T05:49:02.4477573Z [ RUN ] NVFuserTest.FusionPersistentBufferCalculation1_CUDA 2022-05-18T05:49:02.4477791Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4477977Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4478312Z [ SKIPPED ] NVFuserTest.FusionPersistentBufferCalculation1_CUDA (0 ms) 2022-05-18T05:49:02.4478681Z [ RUN ] NVFuserTest.FusionPersistentBufferCalculation2_CUDA 2022-05-18T05:49:02.4478887Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4479073Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4479407Z [ SKIPPED ] NVFuserTest.FusionPersistentBufferCalculation2_CUDA (0 ms) 2022-05-18T05:49:02.4479717Z [ RUN ] NVFuserTest.FusionPersistentBufferCalculation3_CUDA 2022-05-18T05:49:02.4479936Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4480122Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4480453Z [ SKIPPED ] NVFuserTest.FusionPersistentBufferCalculation3_CUDA (0 ms) 2022-05-18T05:49:02.4480763Z [ RUN ] NVFuserTest.FusionPersistentBufferCalculation4_CUDA 2022-05-18T05:49:02.4480963Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4481205Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4481537Z [ SKIPPED ] NVFuserTest.FusionPersistentBufferCalculation4_CUDA (0 ms) 2022-05-18T05:49:02.4481841Z [ RUN ] NVFuserTest.FusionPersistentBufferProjection_CUDA 2022-05-18T05:49:02.4482061Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4482247Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4482574Z [ SKIPPED ] NVFuserTest.FusionPersistentBufferProjection_CUDA (0 ms) 2022-05-18T05:49:02.4482809Z [ RUN ] NVFuserTest.FusionIssue1223_CUDA 2022-05-18T05:49:02.4483008Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4483192Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4483450Z [ SKIPPED ] NVFuserTest.FusionIssue1223_CUDA (0 ms) 2022-05-18T05:49:02.4483728Z [ RUN ] NVFuserTest.FusionRfactorPredication1_CUDA 2022-05-18T05:49:02.4483955Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4484140Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4484438Z [ SKIPPED ] NVFuserTest.FusionRfactorPredication1_CUDA (0 ms) 2022-05-18T05:49:02.4484689Z [ RUN ] NVFuserTest.FusionRfactorPredication2_CUDA 2022-05-18T05:49:02.4484910Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4485096Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4485391Z [ SKIPPED ] NVFuserTest.FusionRfactorPredication2_CUDA (0 ms) 2022-05-18T05:49:02.4485662Z [ RUN ] NVFuserTest.FusionNonDivisibleSplit1_CUDA 2022-05-18T05:49:02.4485880Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4486066Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4486360Z [ SKIPPED ] NVFuserTest.FusionNonDivisibleSplit1_CUDA (0 ms) 2022-05-18T05:49:02.4486613Z [ RUN ] NVFuserTest.FusionNonDivisibleSplit2_CUDA 2022-05-18T05:49:02.4486831Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4487017Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4487308Z [ SKIPPED ] NVFuserTest.FusionNonDivisibleSplit2_CUDA (0 ms) 2022-05-18T05:49:02.4487577Z [ RUN ] NVFuserTest.FusionNonDivisibleSplit3_CUDA 2022-05-18T05:49:02.4487793Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4487979Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4488268Z [ SKIPPED ] NVFuserTest.FusionNonDivisibleSplit3_CUDA (0 ms) 2022-05-18T05:49:02.4488516Z [ RUN ] NVFuserTest.FusionNonDivisibleSplit4_CUDA 2022-05-18T05:49:02.4488738Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4488982Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4489280Z [ SKIPPED ] NVFuserTest.FusionNonDivisibleSplit4_CUDA (0 ms) 2022-05-18T05:49:02.4489546Z [ RUN ] NVFuserTest.FusionNonDivisibleSplit5_CUDA 2022-05-18T05:49:02.4489765Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4489952Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4490224Z [ SKIPPED ] NVFuserTest.FusionNonDivisibleSplit5_CUDA (0 ms) 2022-05-18T05:49:02.4490533Z [ RUN ] NVFuserTest.FusionNonDivisibleSplitVectorize1_CUDA 2022-05-18T05:49:02.4490752Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4490939Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4491270Z [ SKIPPED ] NVFuserTest.FusionNonDivisibleSplitVectorize1_CUDA (0 ms) 2022-05-18T05:49:02.4491579Z [ RUN ] NVFuserTest.FusionNonDivisibleSplitVectorize2_CUDA 2022-05-18T05:49:02.4491851Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4492039Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4492349Z [ SKIPPED ] NVFuserTest.FusionNonDivisibleSplitVectorize2_CUDA (0 ms) 2022-05-18T05:49:02.4492605Z [ RUN ] NVFuserTest.FusionIssue1284Repro_CUDA 2022-05-18T05:49:02.4492824Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4493013Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4493292Z [ SKIPPED ] NVFuserTest.FusionIssue1284Repro_CUDA (0 ms) 2022-05-18T05:49:02.4493551Z [ RUN ] NVFuserTest.FusionIssue1284Repro2_CUDA 2022-05-18T05:49:02.4493769Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4493956Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4494220Z [ SKIPPED ] NVFuserTest.FusionIssue1284Repro2_CUDA (0 ms) 2022-05-18T05:49:02.4494479Z [ RUN ] NVFuserTest.FusionIssue1305Repro_CUDA 2022-05-18T05:49:02.4494701Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4494887Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4495162Z [ SKIPPED ] NVFuserTest.FusionIssue1305Repro_CUDA (0 ms) 2022-05-18T05:49:02.4495424Z [ RUN ] NVFuserTest.FusionDoubleBuffering1_CUDA 2022-05-18T05:49:02.4495644Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4495810Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4496094Z [ SKIPPED ] NVFuserTest.FusionDoubleBuffering1_CUDA (0 ms) 2022-05-18T05:49:02.4496352Z [ RUN ] NVFuserTest.FusionDoubleBuffering2_CUDA 2022-05-18T05:49:02.4496568Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4496756Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4497043Z [ SKIPPED ] NVFuserTest.FusionDoubleBuffering2_CUDA (0 ms) 2022-05-18T05:49:02.4497303Z [ RUN ] NVFuserTest.FusionDoubleBuffering3_CUDA 2022-05-18T05:49:02.4497524Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4497692Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4497974Z [ SKIPPED ] NVFuserTest.FusionDoubleBuffering3_CUDA (0 ms) 2022-05-18T05:49:02.4498421Z [ RUN ] NVFuserTest.FusionDoubleBuffering4_CUDA 2022-05-18T05:49:02.4498650Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4498838Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4499123Z [ SKIPPED ] NVFuserTest.FusionDoubleBuffering4_CUDA (0 ms) 2022-05-18T05:49:02.4499384Z [ RUN ] NVFuserTest.FusionDoubleBuffering5_CUDA 2022-05-18T05:49:02.4499686Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4499868Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4500151Z [ SKIPPED ] NVFuserTest.FusionDoubleBuffering5_CUDA (0 ms) 2022-05-18T05:49:02.4500409Z [ RUN ] NVFuserTest.FusionDoubleBuffering6_CUDA 2022-05-18T05:49:02.4500630Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4500815Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4501098Z [ SKIPPED ] NVFuserTest.FusionDoubleBuffering6_CUDA (0 ms) 2022-05-18T05:49:02.4501357Z [ RUN ] NVFuserTest.FusionDoubleBuffering7_CUDA 2022-05-18T05:49:02.4501579Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4501745Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4502025Z [ SKIPPED ] NVFuserTest.FusionDoubleBuffering7_CUDA (0 ms) 2022-05-18T05:49:02.4502287Z [ RUN ] NVFuserTest.FusionDoubleBuffering8_CUDA 2022-05-18T05:49:02.4502578Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4502767Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4503049Z [ SKIPPED ] NVFuserTest.FusionDoubleBuffering8_CUDA (0 ms) 2022-05-18T05:49:02.4503311Z [ RUN ] NVFuserTest.FusionDoubleBuffering9_CUDA 2022-05-18T05:49:02.4503511Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4503696Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4503978Z [ SKIPPED ] NVFuserTest.FusionDoubleBuffering9_CUDA (0 ms) 2022-05-18T05:49:02.4504298Z [ RUN ] NVFuserTest.FusionSmemBlockGemmCacheDoubleBuffer_CUDA 2022-05-18T05:49:02.4504517Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4504704Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4505053Z [ SKIPPED ] NVFuserTest.FusionSmemBlockGemmCacheDoubleBuffer_CUDA (0 ms) 2022-05-18T05:49:02.4505363Z [ RUN ] NVFuserTest.FusionIntermediateTensorVectorize_CUDA 2022-05-18T05:49:02.4505564Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4505750Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4506082Z [ SKIPPED ] NVFuserTest.FusionIntermediateTensorVectorize_CUDA (0 ms) 2022-05-18T05:49:02.4506377Z [ RUN ] NVFuserTest.FusionBroadcastConcretization1_CUDA 2022-05-18T05:49:02.4506601Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4506788Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4507105Z [ SKIPPED ] NVFuserTest.FusionBroadcastConcretization1_CUDA (0 ms) 2022-05-18T05:49:02.4507400Z [ RUN ] NVFuserTest.FusionBroadcastConcretization2_CUDA 2022-05-18T05:49:02.4507602Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4507792Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4508111Z [ SKIPPED ] NVFuserTest.FusionBroadcastConcretization2_CUDA (0 ms) 2022-05-18T05:49:02.4508405Z [ RUN ] NVFuserTest.FusionBroadcastConcretization3_CUDA 2022-05-18T05:49:02.4508621Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4508806Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4509121Z [ SKIPPED ] NVFuserTest.FusionBroadcastConcretization3_CUDA (0 ms) 2022-05-18T05:49:02.4509357Z [ RUN ] NVFuserTest.FusionIssue1430_CUDA 2022-05-18T05:49:02.4509561Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4509745Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4509999Z [ SKIPPED ] NVFuserTest.FusionIssue1430_CUDA (0 ms) 2022-05-18T05:49:02.4510338Z [ RUN ] NVFuserTest.FusionCodegenAllocatedScalars_CUDA 2022-05-18T05:49:02.4510570Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4510757Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4511070Z [ SKIPPED ] NVFuserTest.FusionCodegenAllocatedScalars_CUDA (0 ms) 2022-05-18T05:49:02.4511293Z [ RUN ] NVFuserTest.FusionIndexHoist1_CUDA 2022-05-18T05:49:02.4511511Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4511695Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4511960Z [ SKIPPED ] NVFuserTest.FusionIndexHoist1_CUDA (0 ms) 2022-05-18T05:49:02.4512202Z [ RUN ] NVFuserTest.FusionIndexHoist2_CUDA 2022-05-18T05:49:02.4512418Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4512603Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4512870Z [ SKIPPED ] NVFuserTest.FusionIndexHoist2_CUDA (0 ms) 2022-05-18T05:49:02.4513150Z [ RUN ] NVFuserTest.FusionTestGridComm_CUDA 2022-05-18T05:49:02.4513369Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4513554Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4513820Z [ SKIPPED ] NVFuserTest.FusionTestGridComm_CUDA (0 ms) 2022-05-18T05:49:02.4514085Z [ RUN ] NVFuserTest.FusionDoubleBufferVector_CUDA 2022-05-18T05:49:02.4514304Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4514488Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4514762Z [ SKIPPED ] NVFuserTest.FusionDoubleBufferVector_CUDA (0 ms) 2022-05-18T05:49:02.4515028Z [ RUN ] NVFuserTest.FusionViewConcreteDomain_CUDA 2022-05-18T05:49:02.4515249Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4515442Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4515732Z [ SKIPPED ] NVFuserTest.FusionViewConcreteDomain_CUDA (0 ms) 2022-05-18T05:49:02.4516015Z [ RUN ] NVFuserTest.FusionImmediateValueAsInput_CUDA 2022-05-18T05:49:02.4516236Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4516425Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4516713Z [ SKIPPED ] NVFuserTest.FusionImmediateValueAsInput_CUDA (0 ms) 2022-05-18T05:49:02.4516990Z [ RUN ] NVFuserTest.FusionVectorizeContigIndex_CUDA 2022-05-18T05:49:02.4517205Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4517389Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4517690Z [ SKIPPED ] NVFuserTest.FusionVectorizeContigIndex_CUDA (0 ms) 2022-05-18T05:49:02.4517989Z [ RUN ] NVFuserTest.FusionVectorizeContigIndexFail_CUDA 2022-05-18T05:49:02.4518217Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4518403Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4518699Z [ SKIPPED ] NVFuserTest.FusionVectorizeContigIndexFail_CUDA (0 ms) 2022-05-18T05:49:02.4518985Z [ RUN ] NVFuserTest.FusionVectorizeInputToOutput_CUDA 2022-05-18T05:49:02.4519209Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4519394Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4519704Z [ SKIPPED ] NVFuserTest.FusionVectorizeInputToOutput_CUDA (0 ms) 2022-05-18T05:49:02.4519977Z [ RUN ] NVFuserTest.FusionReduceAndBroadcast1_CUDA 2022-05-18T05:49:02.4520196Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4520381Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4520730Z [ SKIPPED ] NVFuserTest.FusionReduceAndBroadcast1_CUDA (0 ms) 2022-05-18T05:49:02.4521015Z [ RUN ] NVFuserTest.FusionReduceAndBroadcast2_CUDA 2022-05-18T05:49:02.4521238Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4521424Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4521720Z [ SKIPPED ] NVFuserTest.FusionReduceAndBroadcast2_CUDA (0 ms) 2022-05-18T05:49:02.4521989Z [ RUN ] NVFuserTest.FusionReduceAndBroadcast3_CUDA 2022-05-18T05:49:02.4522209Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4522375Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4522669Z [ SKIPPED ] NVFuserTest.FusionReduceAndBroadcast3_CUDA (0 ms) 2022-05-18T05:49:02.4522941Z [ RUN ] NVFuserTest.FusionReduceAndBroadcast4_CUDA 2022-05-18T05:49:02.4523162Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4523400Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4523693Z [ SKIPPED ] NVFuserTest.FusionReduceAndBroadcast4_CUDA (0 ms) 2022-05-18T05:49:02.4523960Z [ RUN ] NVFuserTest.FusionReduceAndBroadcast5_CUDA 2022-05-18T05:49:02.4524182Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4524346Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4524640Z [ SKIPPED ] NVFuserTest.FusionReduceAndBroadcast5_CUDA (0 ms) 2022-05-18T05:49:02.4524917Z [ RUN ] NVFuserTest.FusionWelfordAndBroadcast1_CUDA 2022-05-18T05:49:02.4525137Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4525323Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4525621Z [ SKIPPED ] NVFuserTest.FusionWelfordAndBroadcast1_CUDA (0 ms) 2022-05-18T05:49:02.4525902Z [ RUN ] NVFuserTest.FusionWelfordAndBroadcast2_CUDA 2022-05-18T05:49:02.4526127Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4526295Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4526591Z [ SKIPPED ] NVFuserTest.FusionWelfordAndBroadcast2_CUDA (0 ms) 2022-05-18T05:49:02.4526880Z [ RUN ] NVFuserTest.FusionFusedReductionBatchnorm_CUDA 2022-05-18T05:49:02.4527099Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4527288Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4527600Z [ SKIPPED ] NVFuserTest.FusionFusedReductionBatchnorm_CUDA (0 ms) 2022-05-18T05:49:02.4527826Z [ RUN ] NVFuserTest.FusionShift1_CUDA 2022-05-18T05:49:02.4528047Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4528215Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4528466Z [ SKIPPED ] NVFuserTest.FusionShift1_CUDA (0 ms) 2022-05-18T05:49:02.4528694Z [ RUN ] NVFuserTest.FusionShift2_CUDA 2022-05-18T05:49:02.4528919Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4529105Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4529353Z [ SKIPPED ] NVFuserTest.FusionShift2_CUDA (0 ms) 2022-05-18T05:49:02.4529613Z [ RUN ] NVFuserTest.FusionShiftRightOfCA_CUDA 2022-05-18T05:49:02.4529813Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4529999Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4530277Z [ SKIPPED ] NVFuserTest.FusionShiftRightOfCA_CUDA (0 ms) 2022-05-18T05:49:02.4530527Z [ RUN ] NVFuserTest.FusionShiftLeftOfCA_CUDA 2022-05-18T05:49:02.4530747Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4530982Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4531263Z [ SKIPPED ] NVFuserTest.FusionShiftLeftOfCA_CUDA (0 ms) 2022-05-18T05:49:02.4531508Z [ RUN ] NVFuserTest.FusionShiftSplit1_CUDA 2022-05-18T05:49:02.4531707Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4531893Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4532157Z [ SKIPPED ] NVFuserTest.FusionShiftSplit1_CUDA (0 ms) 2022-05-18T05:49:02.4532400Z [ RUN ] NVFuserTest.FusionShiftSplit2_CUDA 2022-05-18T05:49:02.4532621Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4532805Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4533066Z [ SKIPPED ] NVFuserTest.FusionShiftSplit2_CUDA (0 ms) 2022-05-18T05:49:02.4533312Z [ RUN ] NVFuserTest.FusionShiftDoubleSplit_CUDA 2022-05-18T05:49:02.4533532Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4533769Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4534057Z [ SKIPPED ] NVFuserTest.FusionShiftDoubleSplit_CUDA (0 ms) 2022-05-18T05:49:02.4534315Z [ RUN ] NVFuserTest.FusionShift3ptStencil_CUDA 2022-05-18T05:49:02.4534537Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4534722Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4534999Z [ SKIPPED ] NVFuserTest.FusionShift3ptStencil_CUDA (0 ms) 2022-05-18T05:49:02.4535237Z [ RUN ] NVFuserTest.FusionShift5ptStencil_CUDA 2022-05-18T05:49:02.4535452Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4535637Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4535919Z [ SKIPPED ] NVFuserTest.FusionShift5ptStencil_CUDA (0 ms) 2022-05-18T05:49:02.4536177Z [ RUN ] NVFuserTest.FusionShift9ptStencil_CUDA 2022-05-18T05:49:02.4536407Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4536594Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4536877Z [ SKIPPED ] NVFuserTest.FusionShift9ptStencil_CUDA (0 ms) 2022-05-18T05:49:02.4537123Z [ RUN ] NVFuserTest.FusionShiftSmemBlocking_CUDA 2022-05-18T05:49:02.4537342Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4537527Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4537819Z [ SKIPPED ] NVFuserTest.FusionShiftSmemBlocking_CUDA (0 ms) 2022-05-18T05:49:02.4538113Z [ RUN ] NVFuserTest.FusionShift3ptStencilParallel_CUDA 2022-05-18T05:49:02.4538532Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4538726Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4539027Z [ SKIPPED ] NVFuserTest.FusionShift3ptStencilParallel_CUDA (0 ms) 2022-05-18T05:49:02.4539323Z [ RUN ] NVFuserTest.FusionShift5ptStencilParallel_CUDA 2022-05-18T05:49:02.4539542Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4539729Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4540045Z [ SKIPPED ] NVFuserTest.FusionShift5ptStencilParallel_CUDA (0 ms) 2022-05-18T05:49:02.4540286Z [ RUN ] NVFuserTest.FusionShiftMerge1_CUDA 2022-05-18T05:49:02.4540506Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4540690Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4540933Z [ SKIPPED ] NVFuserTest.FusionShiftMerge1_CUDA (0 ms) 2022-05-18T05:49:02.4541171Z [ RUN ] NVFuserTest.FusionShiftMerge2_CUDA 2022-05-18T05:49:02.4541386Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4541640Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4541919Z [ SKIPPED ] NVFuserTest.FusionShiftMerge2_CUDA (0 ms) 2022-05-18T05:49:02.4542159Z [ RUN ] NVFuserTest.FusionShiftGlobal_CUDA 2022-05-18T05:49:02.4542380Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4542566Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4542807Z [ SKIPPED ] NVFuserTest.FusionShiftGlobal_CUDA (0 ms) 2022-05-18T05:49:02.4543093Z [ RUN ] NVFuserTest.FusionShiftDoubleSplitMerge1_CUDA 2022-05-18T05:49:02.4543309Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4543495Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4543806Z [ SKIPPED ] NVFuserTest.FusionShiftDoubleSplitMerge1_CUDA (0 ms) 2022-05-18T05:49:02.4544092Z [ RUN ] NVFuserTest.FusionShiftDoubleSplitMerge2_CUDA 2022-05-18T05:49:02.4544316Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4544550Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4544862Z [ SKIPPED ] NVFuserTest.FusionShiftDoubleSplitMerge2_CUDA (0 ms) 2022-05-18T05:49:02.4545211Z [ RUN ] NVFuserTest.FusionShift5ptStencilParallel1DThreadBlock_CUDA 2022-05-18T05:49:02.4545432Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4545618Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4545987Z [ SKIPPED ] NVFuserTest.FusionShift5ptStencilParallel1DThreadBlock_CUDA (0 ms) 2022-05-18T05:49:02.4546231Z [ RUN ] NVFuserTest.FusionShiftChain1_CUDA 2022-05-18T05:49:02.4546647Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4546815Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4547076Z [ SKIPPED ] NVFuserTest.FusionShiftChain1_CUDA (0 ms) 2022-05-18T05:49:02.4547325Z [ RUN ] NVFuserTest.FusionShiftChain2_CUDA 2022-05-18T05:49:02.4547546Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4547732Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4547996Z [ SKIPPED ] NVFuserTest.FusionShiftChain2_CUDA (0 ms) 2022-05-18T05:49:02.4548236Z [ RUN ] NVFuserTest.FusionShiftChain3_CUDA 2022-05-18T05:49:02.4548456Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4548623Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4548881Z [ SKIPPED ] NVFuserTest.FusionShiftChain3_CUDA (0 ms) 2022-05-18T05:49:02.4549116Z [ RUN ] NVFuserTest.FusionShiftChain4_CUDA 2022-05-18T05:49:02.4549328Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4549513Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4549781Z [ SKIPPED ] NVFuserTest.FusionShiftChain4_CUDA (0 ms) 2022-05-18T05:49:02.4550066Z [ RUN ] NVFuserTest.FusionShift5ptStencilChain_CUDA 2022-05-18T05:49:02.4550278Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4550447Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4550743Z [ SKIPPED ] NVFuserTest.FusionShift5ptStencilChain_CUDA (0 ms) 2022-05-18T05:49:02.4551001Z [ RUN ] NVFuserTest.FusionShiftReduction1_CUDA 2022-05-18T05:49:02.4551213Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4551395Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4551676Z [ SKIPPED ] NVFuserTest.FusionShiftReduction1_CUDA (0 ms) 2022-05-18T05:49:02.4551932Z [ RUN ] NVFuserTest.FusionShiftReduction2_CUDA 2022-05-18T05:49:02.4552188Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4552384Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4552664Z [ SKIPPED ] NVFuserTest.FusionShiftReduction2_CUDA (0 ms) 2022-05-18T05:49:02.4552917Z [ RUN ] NVFuserTest.FusionShiftRfactor1_CUDA 2022-05-18T05:49:02.4553135Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4553321Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4553593Z [ SKIPPED ] NVFuserTest.FusionShiftRfactor1_CUDA (0 ms) 2022-05-18T05:49:02.4553835Z [ RUN ] NVFuserTest.FusionShiftBcast1_CUDA 2022-05-18T05:49:02.4554036Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4554221Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4554483Z [ SKIPPED ] NVFuserTest.FusionShiftBcast1_CUDA (0 ms) 2022-05-18T05:49:02.4554722Z [ RUN ] NVFuserTest.FusionShiftBcast2_CUDA 2022-05-18T05:49:02.4554999Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4555187Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4555447Z [ SKIPPED ] NVFuserTest.FusionShiftBcast2_CUDA (0 ms) 2022-05-18T05:49:02.4555686Z [ RUN ] NVFuserTest.FusionShiftBcast3_CUDA 2022-05-18T05:49:02.4555885Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4556069Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4556328Z [ SKIPPED ] NVFuserTest.FusionShiftBcast3_CUDA (0 ms) 2022-05-18T05:49:02.4556603Z [ RUN ] NVFuserTest.FusionShiftSyncPlacement1_CUDA 2022-05-18T05:49:02.4556824Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4557008Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4557305Z [ SKIPPED ] NVFuserTest.FusionShiftSyncPlacement1_CUDA (0 ms) 2022-05-18T05:49:02.4557565Z [ RUN ] NVFuserTest.FusionShiftSyncPlacement2_CUDA 2022-05-18T05:49:02.4557782Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4557968Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4558265Z [ SKIPPED ] NVFuserTest.FusionShiftSyncPlacement2_CUDA (0 ms) 2022-05-18T05:49:02.4558488Z [ RUN ] NVFuserTest.FusionHdiff_CUDA 2022-05-18T05:49:02.4558708Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4558895Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4559138Z [ SKIPPED ] NVFuserTest.FusionHdiff_CUDA (0 ms) 2022-05-18T05:49:02.4559421Z [ RUN ] NVFuserTest.FusionHdiffPartialSplitUnswitch_CUDA 2022-05-18T05:49:02.4559640Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4559817Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4560148Z [ SKIPPED ] NVFuserTest.FusionHdiffPartialSplitUnswitch_CUDA (0 ms) 2022-05-18T05:49:02.4560389Z [ RUN ] NVFuserTest.FusionMaxPooling_CUDA 2022-05-18T05:49:02.4560605Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4560790Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4561032Z [ SKIPPED ] NVFuserTest.FusionMaxPooling_CUDA (0 ms) 2022-05-18T05:49:02.4561260Z [ RUN ] NVFuserTest.FusionGather1_CUDA 2022-05-18T05:49:02.4561478Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4561661Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4561912Z [ SKIPPED ] NVFuserTest.FusionGather1_CUDA (0 ms) 2022-05-18T05:49:02.4562134Z [ RUN ] NVFuserTest.FusionGather2_CUDA 2022-05-18T05:49:02.4562347Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4562586Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4562826Z [ SKIPPED ] NVFuserTest.FusionGather2_CUDA (0 ms) 2022-05-18T05:49:02.4563050Z [ RUN ] NVFuserTest.FusionGather3_CUDA 2022-05-18T05:49:02.4563273Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4563458Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4563707Z [ SKIPPED ] NVFuserTest.FusionGather3_CUDA (0 ms) 2022-05-18T05:49:02.4563931Z [ RUN ] NVFuserTest.FusionGather4_CUDA 2022-05-18T05:49:02.4564151Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4564334Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4564563Z [ SKIPPED ] NVFuserTest.FusionGather4_CUDA (0 ms) 2022-05-18T05:49:02.4564788Z [ RUN ] NVFuserTest.FusionGather5_CUDA 2022-05-18T05:49:02.4565010Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4565245Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4565495Z [ SKIPPED ] NVFuserTest.FusionGather5_CUDA (0 ms) 2022-05-18T05:49:02.4565722Z [ RUN ] NVFuserTest.FusionGather6_CUDA 2022-05-18T05:49:02.4565938Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4566103Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4566349Z [ SKIPPED ] NVFuserTest.FusionGather6_CUDA (0 ms) 2022-05-18T05:49:02.4566575Z [ RUN ] NVFuserTest.FusionGather7_CUDA 2022-05-18T05:49:02.4566797Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4566983Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4567231Z [ SKIPPED ] NVFuserTest.FusionGather7_CUDA (0 ms) 2022-05-18T05:49:02.4567456Z [ RUN ] NVFuserTest.FusionGather8_CUDA 2022-05-18T05:49:02.4567676Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4567845Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4568091Z [ SKIPPED ] NVFuserTest.FusionGather8_CUDA (0 ms) 2022-05-18T05:49:02.4568315Z [ RUN ] NVFuserTest.FusionGather9_CUDA 2022-05-18T05:49:02.4568533Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4568718Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4568967Z [ SKIPPED ] NVFuserTest.FusionGather9_CUDA (0 ms) 2022-05-18T05:49:02.4569193Z [ RUN ] NVFuserTest.FusionConv2D_CUDA 2022-05-18T05:49:02.4569392Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4569576Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4569824Z [ SKIPPED ] NVFuserTest.FusionConv2D_CUDA (0 ms) 2022-05-18T05:49:02.4570086Z [ RUN ] NVFuserTest.FusionConv2DNoPadding_CUDA 2022-05-18T05:49:02.4570310Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4570495Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4570776Z [ SKIPPED ] NVFuserTest.FusionConv2DNoPadding_CUDA (0 ms) 2022-05-18T05:49:02.4571062Z [ RUN ] NVFuserTest.FusionConv2DNoPaddingStrided_CUDA 2022-05-18T05:49:02.4571258Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4571443Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4571749Z [ SKIPPED ] NVFuserTest.FusionConv2DNoPaddingStrided_CUDA (0 ms) 2022-05-18T05:49:02.4571992Z [ RUN ] NVFuserTest.FusionConv2DChain_CUDA 2022-05-18T05:49:02.4572209Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4572393Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4572725Z [ SKIPPED ] NVFuserTest.FusionConv2DChain_CUDA (0 ms) 2022-05-18T05:49:02.4573025Z [ RUN ] NVFuserTest.FusionConv2DStaticEvenSizedWindow_CUDA 2022-05-18T05:49:02.4573246Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4573433Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4573760Z [ SKIPPED ] NVFuserTest.FusionConv2DStaticEvenSizedWindow_CUDA (0 ms) 2022-05-18T05:49:02.4574013Z [ RUN ] NVFuserTest.FusionConv4x4Pad1x1_CUDA 2022-05-18T05:49:02.4574233Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4574417Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4574692Z [ SKIPPED ] NVFuserTest.FusionConv4x4Pad1x1_CUDA (0 ms) 2022-05-18T05:49:02.4574965Z [ RUN ] NVFuserTest.FusionConv4x5Pad1x2_CUDA 2022-05-18T05:49:02.4575183Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4575426Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4575701Z [ SKIPPED ] NVFuserTest.FusionConv4x5Pad1x2_CUDA (0 ms) 2022-05-18T05:49:02.4575977Z [ RUN ] NVFuserTest.FusionConv4x4Pad1x1Stride4_CUDA 2022-05-18T05:49:02.4576193Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4576377Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4576677Z [ SKIPPED ] NVFuserTest.FusionConv4x4Pad1x1Stride4_CUDA (0 ms) 2022-05-18T05:49:02.4576882Z [ RUN ] NVFuserTest.FusionIm2Col_CUDA 2022-05-18T05:49:02.4577102Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4577286Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4577531Z [ SKIPPED ] NVFuserTest.FusionIm2Col_CUDA (0 ms) 2022-05-18T05:49:02.4577791Z [ RUN ] NVFuserTest.FusionShiftNoPadding1_CUDA 2022-05-18T05:49:02.4578012Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4578201Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4578677Z [ SKIPPED ] NVFuserTest.FusionShiftNoPadding1_CUDA (0 ms) 2022-05-18T05:49:02.4578936Z [ RUN ] NVFuserTest.FusionShiftNoPadding2_CUDA 2022-05-18T05:49:02.4579155Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4579340Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4579621Z [ SKIPPED ] NVFuserTest.FusionShiftNoPadding2_CUDA (0 ms) 2022-05-18T05:49:02.4579879Z [ RUN ] NVFuserTest.FusionShiftNoPadding3_CUDA 2022-05-18T05:49:02.4580100Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4580284Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4580545Z [ SKIPPED ] NVFuserTest.FusionShiftNoPadding3_CUDA (0 ms) 2022-05-18T05:49:02.4580847Z [ RUN ] NVFuserTest.FusionShiftNoPaddingContigMerge_CUDA 2022-05-18T05:49:02.4581072Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4581260Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4581584Z [ SKIPPED ] NVFuserTest.FusionShiftNoPaddingContigMerge_CUDA (0 ms) 2022-05-18T05:49:02.4581851Z [ RUN ] NVFuserTest.FusionShiftNoPaddingChain_CUDA 2022-05-18T05:49:02.4582068Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4582254Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4582530Z [ SKIPPED ] NVFuserTest.FusionShiftNoPaddingChain_CUDA (0 ms) 2022-05-18T05:49:02.4582812Z [ RUN ] NVFuserTest.FusionShiftNoPaddingRfactor_CUDA 2022-05-18T05:49:02.4583032Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4583292Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4583616Z [ SKIPPED ] NVFuserTest.FusionShiftNoPaddingRfactor_CUDA (0 ms) 2022-05-18T05:49:02.4583870Z [ RUN ] NVFuserTest.FusionShiftPadding1_CUDA 2022-05-18T05:49:02.4584089Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4584254Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4584526Z [ SKIPPED ] NVFuserTest.FusionShiftPadding1_CUDA (0 ms) 2022-05-18T05:49:02.4584778Z [ RUN ] NVFuserTest.FusionPartialSplit1_CUDA 2022-05-18T05:49:02.4584998Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4585184Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4585456Z [ SKIPPED ] NVFuserTest.FusionPartialSplit1_CUDA (0 ms) 2022-05-18T05:49:02.4585709Z [ RUN ] NVFuserTest.FusionPartialSplit2_CUDA 2022-05-18T05:49:02.4585933Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4586168Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4586441Z [ SKIPPED ] NVFuserTest.FusionPartialSplit2_CUDA (0 ms) 2022-05-18T05:49:02.4586691Z [ RUN ] NVFuserTest.FusionPartialSplit3_CUDA 2022-05-18T05:49:02.4586910Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4587094Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4587366Z [ SKIPPED ] NVFuserTest.FusionPartialSplit3_CUDA (0 ms) 2022-05-18T05:49:02.4587618Z [ RUN ] NVFuserTest.FusionPartialSplit4_CUDA 2022-05-18T05:49:02.4587839Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4588008Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4588283Z [ SKIPPED ] NVFuserTest.FusionPartialSplit4_CUDA (0 ms) 2022-05-18T05:49:02.4588539Z [ RUN ] NVFuserTest.FusionPartialSplit5_CUDA 2022-05-18T05:49:02.4588767Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4588955Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4589227Z [ SKIPPED ] NVFuserTest.FusionPartialSplit5_CUDA (0 ms) 2022-05-18T05:49:02.4589478Z [ RUN ] NVFuserTest.FusionPartialSplit6_CUDA 2022-05-18T05:49:02.4589678Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4589864Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4590132Z [ SKIPPED ] NVFuserTest.FusionPartialSplit6_CUDA (0 ms) 2022-05-18T05:49:02.4590387Z [ RUN ] NVFuserTest.FusionShiftUnswitch1_CUDA 2022-05-18T05:49:02.4590607Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4590793Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4591071Z [ SKIPPED ] NVFuserTest.FusionShiftUnswitch1_CUDA (0 ms) 2022-05-18T05:49:02.4591338Z [ RUN ] NVFuserTest.FusionGatherUnswitch1_CUDA 2022-05-18T05:49:02.4591540Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4591727Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4592007Z [ SKIPPED ] NVFuserTest.FusionGatherUnswitch1_CUDA (0 ms) 2022-05-18T05:49:02.4592262Z [ RUN ] NVFuserTest.FusionGatherStrided1_CUDA 2022-05-18T05:49:02.4592487Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4592674Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4592951Z [ SKIPPED ] NVFuserTest.FusionGatherStrided1_CUDA (0 ms) 2022-05-18T05:49:02.4593205Z [ RUN ] NVFuserTest.FusionGatherStrided2_CUDA 2022-05-18T05:49:02.4593407Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4593592Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4593918Z [ SKIPPED ] NVFuserTest.FusionGatherStrided2_CUDA (0 ms) 2022-05-18T05:49:02.4594180Z [ RUN ] NVFuserTest.FusionGatherStrided3_CUDA 2022-05-18T05:49:02.4594401Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4594586Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4594861Z [ SKIPPED ] NVFuserTest.FusionGatherStrided3_CUDA (0 ms) 2022-05-18T05:49:02.4595092Z [ RUN ] NVFuserTest.FusionGatherStrided4_CUDA 2022-05-18T05:49:02.4595312Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4595495Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4595771Z [ SKIPPED ] NVFuserTest.FusionGatherStrided4_CUDA (0 ms) 2022-05-18T05:49:02.4596024Z [ RUN ] NVFuserTest.FusionGatherStrided5_CUDA 2022-05-18T05:49:02.4596245Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4596483Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4596754Z [ SKIPPED ] NVFuserTest.FusionGatherStrided5_CUDA (0 ms) 2022-05-18T05:49:02.4596988Z [ RUN ] NVFuserTest.FusionGatherStrided6_CUDA 2022-05-18T05:49:02.4597210Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4597394Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4597669Z [ SKIPPED ] NVFuserTest.FusionGatherStrided6_CUDA (0 ms) 2022-05-18T05:49:02.4597922Z [ RUN ] NVFuserTest.FusionGatherStrided7_CUDA 2022-05-18T05:49:02.4598140Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4598327Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4598581Z [ SKIPPED ] NVFuserTest.FusionGatherStrided7_CUDA (0 ms) 2022-05-18T05:49:02.4598832Z [ RUN ] NVFuserTest.FusionGatherStrided8_CUDA 2022-05-18T05:49:02.4599058Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4599245Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4599518Z [ SKIPPED ] NVFuserTest.FusionGatherStrided8_CUDA (0 ms) 2022-05-18T05:49:02.4599786Z [ RUN ] NVFuserTest.FusionGatherStridedChain_CUDA 2022-05-18T05:49:02.4600008Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4600195Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4600468Z [ SKIPPED ] NVFuserTest.FusionGatherStridedChain_CUDA (0 ms) 2022-05-18T05:49:02.4600735Z [ RUN ] NVFuserTest.FusionMaxPoolingStrided_CUDA 2022-05-18T05:49:02.4600954Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4601146Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4601438Z [ SKIPPED ] NVFuserTest.FusionMaxPoolingStrided_CUDA (0 ms) 2022-05-18T05:49:02.4601714Z [ RUN ] NVFuserTest.FusionConv2DStaticStrided_CUDA 2022-05-18T05:49:02.4601932Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4602118Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4602393Z [ SKIPPED ] NVFuserTest.FusionConv2DStaticStrided_CUDA (0 ms) 2022-05-18T05:49:02.4602656Z [ RUN ] NVFuserTest.FusionNonDivisibleHalo1_CUDA 2022-05-18T05:49:02.4602871Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4603056Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4603344Z [ SKIPPED ] NVFuserTest.FusionNonDivisibleHalo1_CUDA (0 ms) 2022-05-18T05:49:02.4603608Z [ RUN ] NVFuserTest.FusionNonDivisibleHalo2_CUDA 2022-05-18T05:49:02.4603829Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4604045Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4604346Z [ SKIPPED ] NVFuserTest.FusionNonDivisibleHalo2_CUDA (0 ms) 2022-05-18T05:49:02.4604669Z [ RUN ] NVFuserTest.FusionGather9ptStencilDoubleBuffering_CUDA 2022-05-18T05:49:02.4604885Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4605070Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4605416Z [ SKIPPED ] NVFuserTest.FusionGather9ptStencilDoubleBuffering_CUDA (0 ms) 2022-05-18T05:49:02.4605711Z [ RUN ] NVFuserTest.FusionValidateParallelizeShift_CUDA 2022-05-18T05:49:02.4605930Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4606096Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4606415Z [ SKIPPED ] NVFuserTest.FusionValidateParallelizeShift_CUDA (0 ms) 2022-05-18T05:49:02.4606651Z [ RUN ] NVFuserTest.FusionVoltaMMATT_CUDA 2022-05-18T05:49:02.4606932Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4607118Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4607380Z [ SKIPPED ] NVFuserTest.FusionVoltaMMATT_CUDA (0 ms) 2022-05-18T05:49:02.4607617Z [ RUN ] NVFuserTest.FusionVoltaMMATN_CUDA 2022-05-18T05:49:02.4607836Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4608001Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4608257Z [ SKIPPED ] NVFuserTest.FusionVoltaMMATN_CUDA (0 ms) 2022-05-18T05:49:02.4608495Z [ RUN ] NVFuserTest.FusionVoltaMMANT_CUDA 2022-05-18T05:49:02.4608714Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4608900Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4609157Z [ SKIPPED ] NVFuserTest.FusionVoltaMMANT_CUDA (0 ms) 2022-05-18T05:49:02.4609412Z [ RUN ] NVFuserTest.FusionVoltaMatMulTT_CUDA 2022-05-18T05:49:02.4609617Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4609804Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4610077Z [ SKIPPED ] NVFuserTest.FusionVoltaMatMulTT_CUDA (0 ms) 2022-05-18T05:49:02.4610328Z [ RUN ] NVFuserTest.FusionVoltaMatMulTN_CUDA 2022-05-18T05:49:02.4610547Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4610732Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4611002Z [ SKIPPED ] NVFuserTest.FusionVoltaMatMulTN_CUDA (0 ms) 2022-05-18T05:49:02.4611251Z [ RUN ] NVFuserTest.FusionVoltaMatMulNT_CUDA 2022-05-18T05:49:02.4611452Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4611635Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4611908Z [ SKIPPED ] NVFuserTest.FusionVoltaMatMulNT_CUDA (0 ms) 2022-05-18T05:49:02.4612207Z [ RUN ] NVFuserTest.FusionViewDtypeSameSizeOutput_CUDA 2022-05-18T05:49:02.4612426Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4612612Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4612928Z [ SKIPPED ] NVFuserTest.FusionViewDtypeSameSizeOutput_CUDA (0 ms) 2022-05-18T05:49:02.4613228Z [ RUN ] NVFuserTest.FusionViewDtypeFailMismatchSize_CUDA 2022-05-18T05:49:02.4613426Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4613613Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4613930Z [ SKIPPED ] NVFuserTest.FusionViewDtypeFailMismatchSize_CUDA (0 ms) 2022-05-18T05:49:02.4614240Z [ RUN ] NVFuserTest.FusionViewRfactorExtentReplacement_CUDA 2022-05-18T05:49:02.4614511Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4614707Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4615044Z [ SKIPPED ] NVFuserTest.FusionViewRfactorExtentReplacement_CUDA (0 ms) 2022-05-18T05:49:02.4615284Z [ RUN ] NVFuserTest.FusionViewOutput_CUDA 2022-05-18T05:49:02.4615483Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4615668Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4615930Z [ SKIPPED ] NVFuserTest.FusionViewOutput_CUDA (0 ms) 2022-05-18T05:49:02.4616206Z [ RUN ] NVFuserTest.FusionViewFailMismatchSize_CUDA 2022-05-18T05:49:02.4616428Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4616614Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4616912Z [ SKIPPED ] NVFuserTest.FusionViewFailMismatchSize_CUDA (0 ms) 2022-05-18T05:49:02.4617191Z [ RUN ] NVFuserTest.FusionViewFailMulitDimInference_CUDA 2022-05-18T05:49:02.4617464Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4617652Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4617973Z [ SKIPPED ] NVFuserTest.FusionViewFailMulitDimInference_CUDA (0 ms) 2022-05-18T05:49:02.4618388Z [ RUN ] NVFuserTest.FusionViewReductionShmoo_CUDA 2022-05-18T05:49:02.4618621Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4618811Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4619102Z [ SKIPPED ] NVFuserTest.FusionViewReductionShmoo_CUDA (0 ms) 2022-05-18T05:49:02.4619355Z [ RUN ] NVFuserTest.FusionViewPersistentShmoo_CUDA 2022-05-18T05:49:02.4619576Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4619760Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4620058Z [ SKIPPED ] NVFuserTest.FusionViewPersistentShmoo_CUDA (0 ms) 2022-05-18T05:49:02.4620298Z [ RUN ] NVFuserTest.FusionViewSplit_CUDA 2022-05-18T05:49:02.4620519Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4620706Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4620964Z [ SKIPPED ] NVFuserTest.FusionViewSplit_CUDA (0 ms) 2022-05-18T05:49:02.4621195Z [ RUN ] NVFuserTest.FusionViewBroadcast_CUDA 2022-05-18T05:49:02.4621415Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4621599Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4621870Z [ SKIPPED ] NVFuserTest.FusionViewBroadcast_CUDA (0 ms) 2022-05-18T05:49:02.4622102Z [ RUN ] NVFuserTest.FusionViewMerge_CUDA 2022-05-18T05:49:02.4622324Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4622516Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4622754Z [ SKIPPED ] NVFuserTest.FusionViewMerge_CUDA (0 ms) 2022-05-18T05:49:02.4623001Z [ RUN ] NVFuserTest.FusionViewAllShmoo_CUDA 2022-05-18T05:49:02.4623222Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4623406Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4623676Z [ SKIPPED ] NVFuserTest.FusionViewAllShmoo_CUDA (0 ms) 2022-05-18T05:49:02.4623930Z [ RUN ] NVFuserTest.FusionViewInferShmoo_CUDA 2022-05-18T05:49:02.4624150Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4624336Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4624592Z [ SKIPPED ] NVFuserTest.FusionViewInferShmoo_CUDA (0 ms) 2022-05-18T05:49:02.4624828Z [ RUN ] NVFuserTest.FusionViewStride_CUDA 2022-05-18T05:49:02.4625134Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4625337Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4625600Z [ SKIPPED ] NVFuserTest.FusionViewStride_CUDA (0 ms) 2022-05-18T05:49:02.4625838Z [ RUN ] NVFuserTest.FusionViewBinary_CUDA 2022-05-18T05:49:02.4626058Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:34: Skipped 2022-05-18T05:49:02.4626223Z skipping tests on pre-PASCAL GPUs 2022-05-18T05:49:02.4626482Z [ SKIPPED ] NVFuserTest.FusionViewBinary_CUDA (0 ms) 2022-05-18T05:49:02.4626732Z [----------] 520 tests from NVFuserTest (22 ms total) 2022-05-18T05:49:02.4626755Z 2022-05-18T05:49:02.4627008Z [----------] 2 tests from NVFuserMultithreadedTest 2022-05-18T05:49:02.4627291Z [ RUN ] NVFuserMultithreadedTest.SingleFunction_CUDA 2022-05-18T05:49:02.6611438Z [ OK ] NVFuserMultithreadedTest.SingleFunction_CUDA (253 ms) 2022-05-18T05:49:02.6612043Z [ RUN ] NVFuserMultithreadedTest.MultipleFunctions_CUDA 2022-05-18T05:49:02.6775297Z [ OK ] NVFuserMultithreadedTest.MultipleFunctions_CUDA (16 ms) 2022-05-18T05:49:02.6775987Z [----------] 2 tests from NVFuserMultithreadedTest (270 ms total) 2022-05-18T05:49:02.6776247Z 2022-05-18T05:49:02.6776777Z [----------] 12 tests from AliasAnalysisTest/BatchAndInstanceNormFixture 2022-05-18T05:49:02.6777381Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNorm/0 2022-05-18T05:49:02.6778491Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNorm/0 (0 ms) 2022-05-18T05:49:02.6779382Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNorm/1 2022-05-18T05:49:02.6780055Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNorm/1 (0 ms) 2022-05-18T05:49:02.6780755Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNorm/2 2022-05-18T05:49:02.6781575Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNorm/2 (0 ms) 2022-05-18T05:49:02.6782437Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNorm/3 2022-05-18T05:49:02.6783099Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNorm/3 (0 ms) 2022-05-18T05:49:02.6784239Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNormTrainingUnknown/0 2022-05-18T05:49:02.6785080Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNormTrainingUnknown/0 (0 ms) 2022-05-18T05:49:02.6786294Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNormTrainingUnknown/1 2022-05-18T05:49:02.6787409Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNormTrainingUnknown/1 (0 ms) 2022-05-18T05:49:02.6788845Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNormTrainingUnknown/2 2022-05-18T05:49:02.6789661Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNormTrainingUnknown/2 (0 ms) 2022-05-18T05:49:02.6790435Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNormTrainingUnknown/3 2022-05-18T05:49:02.6791204Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNormTrainingUnknown/3 (0 ms) 2022-05-18T05:49:02.6791963Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchNormTrainingWithNoMeanOrVar/0 2022-05-18T05:49:02.6792736Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchNormTrainingWithNoMeanOrVar/0 (0 ms) 2022-05-18T05:49:02.6793483Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchNormTrainingWithNoMeanOrVar/1 2022-05-18T05:49:02.6794367Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchNormTrainingWithNoMeanOrVar/1 (0 ms) 2022-05-18T05:49:02.6795136Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchNormTrainingWithNoMeanOrVar/2 2022-05-18T05:49:02.6795938Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchNormTrainingWithNoMeanOrVar/2 (0 ms) 2022-05-18T05:49:02.6796795Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchNormTrainingWithNoMeanOrVar/3 2022-05-18T05:49:02.6797588Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchNormTrainingWithNoMeanOrVar/3 (0 ms) 2022-05-18T05:49:02.6798308Z [----------] 12 tests from AliasAnalysisTest/BatchAndInstanceNormFixture (1 ms total) 2022-05-18T05:49:02.6798588Z 2022-05-18T05:49:02.6798912Z [----------] 10 tests from PyTorch/LiteInterpreterDynamicTypeTestFixture 2022-05-18T05:49:02.6799507Z [ RUN ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/0 2022-05-18T05:49:03.8390286Z [ OK ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/0 (1159 ms) 2022-05-18T05:49:03.8391283Z [ RUN ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/1 2022-05-18T05:49:05.4389872Z [ OK ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/1 (1599 ms) 2022-05-18T05:49:05.4390568Z [ RUN ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/2 2022-05-18T05:49:07.3591208Z [ OK ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/2 (1920 ms) 2022-05-18T05:49:07.3591900Z [ RUN ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/3 2022-05-18T05:49:09.2126751Z [ OK ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/3 (1853 ms) 2022-05-18T05:49:09.2127422Z [ RUN ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/4 2022-05-18T05:49:11.0561075Z [ OK ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/4 (1843 ms) 2022-05-18T05:49:11.0561795Z [ RUN ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/5 2022-05-18T05:49:12.9103066Z [ OK ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/5 (1854 ms) 2022-05-18T05:49:12.9103738Z [ RUN ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/6 2022-05-18T05:49:14.7501404Z [ OK ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/6 (1839 ms) 2022-05-18T05:49:14.7502113Z [ RUN ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/7 2022-05-18T05:49:16.5786303Z [ OK ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/7 (1828 ms) 2022-05-18T05:49:16.5786994Z [ RUN ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/8 2022-05-18T05:49:18.2625123Z [ OK ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/8 (1683 ms) 2022-05-18T05:49:18.2625813Z [ RUN ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/9 2022-05-18T05:49:19.9687622Z [ OK ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/9 (1706 ms) 2022-05-18T05:49:19.9688381Z [----------] 10 tests from PyTorch/LiteInterpreterDynamicTypeTestFixture (17289 ms total) 2022-05-18T05:49:19.9688666Z 2022-05-18T05:49:19.9688904Z [----------] Global test environment tear-down 2022-05-18T05:49:19.9942370Z [==========] 1054 tests from 109 test suites ran. (22171 ms total) 2022-05-18T05:49:19.9943172Z [ PASSED ] 534 tests. 2022-05-18T05:49:19.9943919Z [ SKIPPED ] 520 tests, listed below: 2022-05-18T05:49:19.9944756Z [ SKIPPED ] NVFuserTest.FusionIrGraphGenerator_CUDA 2022-05-18T05:49:19.9945404Z [ SKIPPED ] NVFuserTest.FusionDispatch_CUDA 2022-05-18T05:49:19.9946323Z [ SKIPPED ] NVFuserTest.FusionExprEvalConstants_CUDA 2022-05-18T05:49:19.9947247Z [ SKIPPED ] NVFuserTest.FusionExprEvalBindings_CUDA 2022-05-18T05:49:19.9948447Z [ SKIPPED ] NVFuserTest.FusionExprEvalBasic_CUDA 2022-05-18T05:49:19.9949015Z [ SKIPPED ] NVFuserTest.FusionExprEvalComplex_CUDA 2022-05-18T05:49:19.9949862Z [ SKIPPED ] NVFuserTest.FusionExprEvalPostLower_CUDA 2022-05-18T05:49:19.9950866Z [ SKIPPED ] NVFuserTest.FusionKernelExprEvalConstants_CUDA 2022-05-18T05:49:19.9951856Z [ SKIPPED ] NVFuserTest.FusionKernelExprEvalBindings_CUDA 2022-05-18T05:49:19.9952741Z [ SKIPPED ] NVFuserTest.FusionClear_CUDA 2022-05-18T05:49:19.9953508Z [ SKIPPED ] NVFuserTest.FusionCopy_CUDA 2022-05-18T05:49:19.9954179Z [ SKIPPED ] NVFuserTest.FusionMove_CUDA 2022-05-18T05:49:19.9954996Z [ SKIPPED ] NVFuserTest.FusionSimpleArith_CUDA 2022-05-18T05:49:19.9955683Z [ SKIPPED ] NVFuserTest.FusionScalarTypePromote_CUDA 2022-05-18T05:49:19.9956493Z [ SKIPPED ] NVFuserTest.FusionComplexAbsTypes_CUDA 2022-05-18T05:49:19.9957182Z [ SKIPPED ] NVFuserTest.FusionRegister_CUDA 2022-05-18T05:49:19.9958017Z [ SKIPPED ] NVFuserTest.FusionTopoSort_CUDA 2022-05-18T05:49:19.9959211Z [ SKIPPED ] NVFuserTest.FusionTensor_CUDA 2022-05-18T05:49:19.9959991Z [ SKIPPED ] NVFuserTest.FusionFilterVals_CUDA 2022-05-18T05:49:19.9960636Z [ SKIPPED ] NVFuserTest.FusionTVSplit_CUDA 2022-05-18T05:49:19.9961470Z [ SKIPPED ] NVFuserTest.FusionTVMerge_CUDA 2022-05-18T05:49:19.9962165Z [ SKIPPED ] NVFuserTest.FusionTVReorder_CUDA 2022-05-18T05:49:19.9962590Z [ SKIPPED ] NVFuserTest.FusionEquality_CUDA 2022-05-18T05:49:19.9963034Z [ SKIPPED ] NVFuserTest.FusionDependency_CUDA 2022-05-18T05:49:19.9963473Z [ SKIPPED ] NVFuserTest.FusionParser_CUDA 2022-05-18T05:49:19.9963895Z [ SKIPPED ] NVFuserTest.FusionOuterSplit_CUDA 2022-05-18T05:49:19.9964385Z [ SKIPPED ] NVFuserTest.FusionCodeGen_CUDA 2022-05-18T05:49:19.9965077Z [ SKIPPED ] NVFuserTest.FusionCodeGen2_CUDA 2022-05-18T05:49:19.9965523Z [ SKIPPED ] NVFuserTest.FusionSimplePWise_CUDA 2022-05-18T05:49:19.9966047Z [ SKIPPED ] NVFuserTest.FusionSimplePWiseDtypeComplex_CUDA 2022-05-18T05:49:19.9966704Z [ SKIPPED ] NVFuserTest.FusionExecKernel_CUDA 2022-05-18T05:49:19.9967665Z [ SKIPPED ] NVFuserTest.FusionAdvancedComputeAt1_CUDA 2022-05-18T05:49:19.9968691Z [ SKIPPED ] NVFuserTest.FusionAdvancedComputeAt2_CUDA 2022-05-18T05:49:19.9969488Z [ SKIPPED ] NVFuserTest.FusionAdvancedComputeAt3_CUDA 2022-05-18T05:49:19.9969996Z [ SKIPPED ] NVFuserTest.FusionAdvancedComputeAt4_CUDA 2022-05-18T05:49:19.9970476Z [ SKIPPED ] NVFuserTest.FusionAdvancedComputeAt5_CUDA 2022-05-18T05:49:19.9970972Z [ SKIPPED ] NVFuserTest.FusionAdvancedComputeAt6_CUDA 2022-05-18T05:49:19.9971470Z [ SKIPPED ] NVFuserTest.FusionAdvancedComputeAt7_CUDA 2022-05-18T05:49:19.9971945Z [ SKIPPED ] NVFuserTest.FusionAdvancedComputeAt8_CUDA 2022-05-18T05:49:19.9972465Z [ SKIPPED ] NVFuserTest.FusionAdvancedComputeWith1_CUDA 2022-05-18T05:49:19.9972996Z [ SKIPPED ] NVFuserTest.FusionAdvancedComputeWith2_CUDA 2022-05-18T05:49:19.9973955Z [ SKIPPED ] NVFuserTest.FusionAdvancedComputeWith3_CUDA 2022-05-18T05:49:19.9974913Z [ SKIPPED ] NVFuserTest.FusionAdvancedComputeWith4_CUDA 2022-05-18T05:49:19.9975927Z [ SKIPPED ] NVFuserTest.FusionAdvancedComputeWith5_CUDA 2022-05-18T05:49:19.9976870Z [ SKIPPED ] NVFuserTest.FusionAdvancedComputeWith6_CUDA 2022-05-18T05:49:19.9977854Z [ SKIPPED ] NVFuserTest.FusionComputeAtMultiConsumers_CUDA 2022-05-18T05:49:19.9979717Z [ SKIPPED ] NVFuserTest.FusionComputeAtCommonConsumer1_CUDA 2022-05-18T05:49:19.9980688Z [ SKIPPED ] NVFuserTest.FusionComputeAtCommonConsumer2_CUDA 2022-05-18T05:49:19.9981700Z [ SKIPPED ] NVFuserTest.FusionComputeAtCommonConsumer3_CUDA 2022-05-18T05:49:19.9982540Z [ SKIPPED ] NVFuserTest.FusionComputeAtNoCommonConsumer_CUDA 2022-05-18T05:49:19.9983739Z [ SKIPPED ] NVFuserTest.FusionRootMappingBasic_CUDA 2022-05-18T05:49:19.9984842Z [ SKIPPED ] NVFuserTest.FusionRootMappingRfactor_CUDA 2022-05-18T05:49:19.9985909Z [ SKIPPED ] NVFuserTest.FusionRootMappingReductionDependency1_CUDA 2022-05-18T05:49:19.9987130Z [ SKIPPED ] NVFuserTest.FusionRootMappingReductionDependency2_CUDA 2022-05-18T05:49:19.9988005Z [ SKIPPED ] NVFuserTest.FusionRootMappingReductionDependency3_CUDA 2022-05-18T05:49:19.9988665Z [ SKIPPED ] NVFuserTest.FusionRootMappingReductionDependency4_CUDA 2022-05-18T05:49:19.9989602Z [ SKIPPED ] NVFuserTest.FusionRootMappingReductionDependency5_CUDA_CUDA 2022-05-18T05:49:19.9990831Z [ SKIPPED ] NVFuserTest.FusionRootMappingReductionDependency6_CUDA_CUDA 2022-05-18T05:49:19.9992070Z [ SKIPPED ] NVFuserTest.FusionRootMappingMultipleBroadcast_CUDA 2022-05-18T05:49:19.9993239Z [ SKIPPED ] NVFuserTest.FusionRootMappingMultipleBroadcastWithNoCommonConsumer_CUDA 2022-05-18T05:49:19.9994713Z [ SKIPPED ] NVFuserTest.FusionRootMappingBroadcastNonUniqueSize_CUDA 2022-05-18T05:49:19.9995296Z [ SKIPPED ] NVFuserTest.FusionRootMappingBroadcast_CUDA 2022-05-18T05:49:19.9995833Z [ SKIPPED ] NVFuserTest.FusionRootMappingTrivialReduction_CUDA 2022-05-18T05:49:19.9996424Z [ SKIPPED ] NVFuserTest.FusionComputeAtFailDueToRootMapping_CUDA 2022-05-18T05:49:19.9996949Z [ SKIPPED ] NVFuserTest.FusionScalarInputs_CUDA 2022-05-18T05:49:19.9997411Z [ SKIPPED ] NVFuserTest.FusionLoopUnroll_CUDA 2022-05-18T05:49:19.9997837Z [ SKIPPED ] NVFuserTest.FusionUnaryOps_CUDA 2022-05-18T05:49:19.9998279Z [ SKIPPED ] NVFuserTest.FusionBinaryOps_CUDA 2022-05-18T05:49:19.9998729Z [ SKIPPED ] NVFuserTest.FusionTernaryOps_CUDA 2022-05-18T05:49:19.9999161Z [ SKIPPED ] NVFuserTest.FusionCompoundOps_CUDA 2022-05-18T05:49:19.9999609Z [ SKIPPED ] NVFuserTest.FusionCastOps_CUDA 2022-05-18T05:49:20.0000063Z [ SKIPPED ] NVFuserTest.FusionReduction1_CUDA 2022-05-18T05:49:20.0000491Z [ SKIPPED ] NVFuserTest.FusionReduction2_CUDA 2022-05-18T05:49:20.0000943Z [ SKIPPED ] NVFuserTest.FusionReduction3_CUDA 2022-05-18T05:49:20.0001567Z [ SKIPPED ] NVFuserTest.FusionReduction4_CUDA 2022-05-18T05:49:20.0002017Z [ SKIPPED ] NVFuserTest.FusionReduction5_CUDA 2022-05-18T05:49:20.0002437Z [ SKIPPED ] NVFuserTest.FusionReduction6_CUDA 2022-05-18T05:49:20.0002914Z [ SKIPPED ] NVFuserTest.FusionMultiGridReduction_CUDA 2022-05-18T05:49:20.0003431Z [ SKIPPED ] NVFuserTest.FusionMultiGridReduction2_CUDA 2022-05-18T05:49:20.0003901Z [ SKIPPED ] NVFuserTest.FusionReductionTFT_CUDA 2022-05-18T05:49:20.0004392Z [ SKIPPED ] NVFuserTest.FusionReductionOuterSplit_CUDA 2022-05-18T05:49:20.0004865Z [ SKIPPED ] NVFuserTest.FusionBranches_CUDA 2022-05-18T05:49:20.0005311Z [ SKIPPED ] NVFuserTest.FusionSimpleBCast1_CUDA 2022-05-18T05:49:20.0005778Z [ SKIPPED ] NVFuserTest.FusionSimpleBCast2_CUDA 2022-05-18T05:49:20.0006238Z [ SKIPPED ] NVFuserTest.FusionSimpleBCast3_CUDA 2022-05-18T05:49:20.0006697Z [ SKIPPED ] NVFuserTest.FusionSimpleBCast4_CUDA 2022-05-18T05:49:20.0007132Z [ SKIPPED ] NVFuserTest.FusionSimpleBCast5_CUDA 2022-05-18T05:49:20.0007600Z [ SKIPPED ] NVFuserTest.FusionComplexBCast1_CUDA 2022-05-18T05:49:20.0008068Z [ SKIPPED ] NVFuserTest.FusionComplexBCast2_CUDA 2022-05-18T05:49:20.0008533Z [ SKIPPED ] NVFuserTest.FusionAdvancedIndexing1_CUDA 2022-05-18T05:49:20.0009029Z [ SKIPPED ] NVFuserTest.FusionAdvancedIndexing2_CUDA 2022-05-18T05:49:20.0009523Z [ SKIPPED ] NVFuserTest.FusionAdvancedIndexing3_CUDA 2022-05-18T05:49:20.0009993Z [ SKIPPED ] NVFuserTest.FusionAdvancedIndexing4_CUDA 2022-05-18T05:49:20.0010559Z [ SKIPPED ] NVFuserTest.FusionAdvancedIndexing5_CUDA 2022-05-18T05:49:20.0011065Z [ SKIPPED ] NVFuserTest.FusionAdvancedIndexing6_CUDA 2022-05-18T05:49:20.0011561Z [ SKIPPED ] NVFuserTest.FusionAdvancedIndexing7_CUDA 2022-05-18T05:49:20.0012029Z [ SKIPPED ] NVFuserTest.FusionAdvancedIndexing8_CUDA 2022-05-18T05:49:20.0012518Z [ SKIPPED ] NVFuserTest.FusionAdvancedIndexing9_CUDA 2022-05-18T05:49:20.0013020Z [ SKIPPED ] NVFuserTest.FusionAdvancedIndexing10_CUDA 2022-05-18T05:49:20.0013509Z [ SKIPPED ] NVFuserTest.FusionAdvancedIndexing11_CUDA 2022-05-18T05:49:20.0014005Z [ SKIPPED ] NVFuserTest.FusionAdvancedLowering1_CUDA 2022-05-18T05:49:20.0014496Z [ SKIPPED ] NVFuserTest.FusionAdvancedLowering2_CUDA 2022-05-18T05:49:20.0014965Z [ SKIPPED ] NVFuserTest.FusionAdvancedLowering3_CUDA 2022-05-18T05:49:20.0015454Z [ SKIPPED ] NVFuserTest.FusionAdvancedLowering4_CUDA 2022-05-18T05:49:20.0015944Z [ SKIPPED ] NVFuserTest.FusionAdvancedLowering5_CUDA 2022-05-18T05:49:20.0016496Z [ SKIPPED ] NVFuserTest.FusionAdvancedLowering6_CUDA 2022-05-18T05:49:20.0016945Z [ SKIPPED ] NVFuserTest.FusionSimpleGemm_CUDA 2022-05-18T05:49:20.0017394Z [ SKIPPED ] NVFuserTest.FusionSoftmax1D_CUDA 2022-05-18T05:49:20.0017871Z [ SKIPPED ] NVFuserTest.FusionSoftmax1DNormalized_CUDA 2022-05-18T05:49:20.0018582Z [ SKIPPED ] NVFuserTest.FusionSoftmax3D_CUDA 2022-05-18T05:49:20.0019074Z [ SKIPPED ] NVFuserTest.FusionSoftmax3DNormalized_CUDA 2022-05-18T05:49:20.0019576Z [ SKIPPED ] NVFuserTest.FusionSoftmaxComputeAt_CUDA 2022-05-18T05:49:20.0020043Z [ SKIPPED ] NVFuserTest.FusionGridReduction1_CUDA 2022-05-18T05:49:20.0020519Z [ SKIPPED ] NVFuserTest.FusionGridReduction2_CUDA 2022-05-18T05:49:20.0021010Z [ SKIPPED ] NVFuserTest.FusionGridReduction3dim1_CUDA 2022-05-18T05:49:20.0021522Z [ SKIPPED ] NVFuserTest.FusionGridReduction3dim0_CUDA 2022-05-18T05:49:20.0021997Z [ SKIPPED ] NVFuserTest.FusionGridReduction4_CUDA 2022-05-18T05:49:20.0022471Z [ SKIPPED ] NVFuserTest.FusionGridReduction5_CUDA 2022-05-18T05:49:20.0022947Z [ SKIPPED ] NVFuserTest.FusionGridReduction6_CUDA 2022-05-18T05:49:20.0023395Z [ SKIPPED ] NVFuserTest.FusionGridReduction7_CUDA 2022-05-18T05:49:20.0023865Z [ SKIPPED ] NVFuserTest.FusionGridReduction8_CUDA 2022-05-18T05:49:20.0024330Z [ SKIPPED ] NVFuserTest.FusionGridReduction9_CUDA 2022-05-18T05:49:20.0024785Z [ SKIPPED ] NVFuserTest.FusionGridReduction10_CUDA 2022-05-18T05:49:20.0025266Z [ SKIPPED ] NVFuserTest.FusionNonRedAxisBind_CUDA 2022-05-18T05:49:20.0025720Z [ SKIPPED ] NVFuserTest.FusionSplitBCast_CUDA 2022-05-18T05:49:20.0026181Z [ SKIPPED ] NVFuserTest.FusionBCastInnerDim_CUDA 2022-05-18T05:49:20.0026624Z [ SKIPPED ] NVFuserTest.FusionBCastReduce_CUDA 2022-05-18T05:49:20.0027125Z [ SKIPPED ] NVFuserTest.FusionReductionMultiConsumer_CUDA 2022-05-18T05:49:20.0027659Z [ SKIPPED ] NVFuserTest.FusionComputeAtExprOrder1_CUDA 2022-05-18T05:49:20.0028153Z [ SKIPPED ] NVFuserTest.FusionComputeAtExprOrder2_CUDA 2022-05-18T05:49:20.0028661Z [ SKIPPED ] NVFuserTest.FusionComputeAtExprOrder3_CUDA 2022-05-18T05:49:20.0029160Z [ SKIPPED ] NVFuserTest.FusionZeroDimComputeAt_CUDA 2022-05-18T05:49:20.0029631Z [ SKIPPED ] NVFuserTest.FusionZeroDimBroadcast_CUDA 2022-05-18T05:49:20.0030120Z [ SKIPPED ] NVFuserTest.FusionZeroDimReduction_CUDA 2022-05-18T05:49:20.0030599Z [ SKIPPED ] NVFuserTest.FusionBCastAfterReduce_CUDA 2022-05-18T05:49:20.0031085Z [ SKIPPED ] NVFuserTest.FusionOutputBroadcast_CUDA 2022-05-18T05:49:20.0031574Z [ SKIPPED ] NVFuserTest.FusionReductionKeepDimBasic_CUDA 2022-05-18T05:49:20.0032123Z [ SKIPPED ] NVFuserTest.FusionReductionKeepDimScheduler_CUDA 2022-05-18T05:49:20.0032698Z [ SKIPPED ] NVFuserTest.FusionSumTo_CUDA 2022-05-18T05:49:20.0033129Z [ SKIPPED ] NVFuserTest.FusionSumToNoop_CUDA 2022-05-18T05:49:20.0033606Z [ SKIPPED ] NVFuserTest.FusionReductionScheduler_CUDA 2022-05-18T05:49:20.0034109Z [ SKIPPED ] NVFuserTest.FusionSymbolicReduction_CUDA 2022-05-18T05:49:20.0034694Z [ SKIPPED ] NVFuserTest.FusionReductionSchedulerMultiDimNonFastest_CUDA 2022-05-18T05:49:20.0035312Z [ SKIPPED ] NVFuserTest.FusionReductionSchedulerMultiDimFastest_CUDA 2022-05-18T05:49:20.0035923Z [ SKIPPED ] NVFuserTest.FusionReductionSchedulerNoODimShmoo_CUDA 2022-05-18T05:49:20.0036500Z [ SKIPPED ] NVFuserTest.FusionReductionSchedulerDimShmoo_CUDA 2022-05-18T05:49:20.0036987Z [ SKIPPED ] NVFuserTest.FusionCacheBefore_CUDA 2022-05-18T05:49:20.0037438Z [ SKIPPED ] NVFuserTest.FusionCacheAfter_CUDA 2022-05-18T05:49:20.0037890Z [ SKIPPED ] NVFuserTest.FusionCacheFork_CUDA 2022-05-18T05:49:20.0038420Z [ SKIPPED ] NVFuserTest.FusionCacheIndirect_CUDA 2022-05-18T05:49:20.0038878Z [ SKIPPED ] NVFuserTest.FusionCacheBcast_CUDA 2022-05-18T05:49:20.0039358Z [ SKIPPED ] NVFuserTest.FusionCacheMultiConsumer_CUDA 2022-05-18T05:49:20.0039812Z [ SKIPPED ] NVFuserTest.FusionSmem_CUDA 2022-05-18T05:49:20.0040227Z [ SKIPPED ] NVFuserTest.FusionSmemReduce_CUDA 2022-05-18T05:49:20.0040687Z [ SKIPPED ] NVFuserTest.FusionSmemBlockGemm_CUDA 2022-05-18T05:49:20.0041175Z [ SKIPPED ] NVFuserTest.FusionSmemBlockGemmCache_CUDA 2022-05-18T05:49:20.0041713Z [ SKIPPED ] NVFuserTest.FusionSmemDynamicPersistentSoftmax2D_CUDA 2022-05-18T05:49:20.0042275Z [ SKIPPED ] NVFuserTest.FusionMagicSchedulerSoftmax_CUDA 2022-05-18T05:49:20.0042776Z [ SKIPPED ] NVFuserTest.FusionTestMaskSoftmax_CUDA 2022-05-18T05:49:20.0043304Z [ SKIPPED ] NVFuserTest.FusionMagicSchedulerLayerNormBackward_CUDA 2022-05-18T05:49:20.0043913Z [ SKIPPED ] NVFuserTest.FusionMagicSchedulerRMSNormBackward_CUDA 2022-05-18T05:49:20.0044526Z [ SKIPPED ] NVFuserTest.FusionMagicSchedulerLayerNormalization_CUDA 2022-05-18T05:49:20.0045130Z [ SKIPPED ] NVFuserTest.FusionMagicSchedulerRMSNormalization_CUDA 2022-05-18T05:49:20.0045718Z [ SKIPPED ] NVFuserTest.FusionMagicSchedulerBatchNormalization_CUDA 2022-05-18T05:49:20.0046345Z [ SKIPPED ] NVFuserTest.FusionMagicSchedulerInstanceNormalization_CUDA 2022-05-18T05:49:20.0047024Z [ SKIPPED ] NVFuserTest.FusionMagicSchedulerInstanceNormalizationBackward_CUDA 2022-05-18T05:49:20.0047642Z [ SKIPPED ] NVFuserTest.FusionPersistentSoftmaxLocalSmem_CUDA 2022-05-18T05:49:20.0048210Z [ SKIPPED ] NVFuserTest.FusionPersistentNormLocalShared_CUDA 2022-05-18T05:49:20.0048770Z [ SKIPPED ] NVFuserTest.FusionSmemDynamicPersistentNorm_CUDA 2022-05-18T05:49:20.0049346Z [ SKIPPED ] NVFuserTest.FusionSmemDynamicReductionSymbolic_CUDA 2022-05-18T05:49:20.0049928Z [ SKIPPED ] NVFuserTest.FusionSmemDynamicReductionSymbolicArg_CUDA 2022-05-18T05:49:20.0050544Z [ SKIPPED ] NVFuserTest.FusionSmemDynamicPwiseMulSymbolicArgWAR_CUDA 2022-05-18T05:49:20.0051110Z [ SKIPPED ] NVFuserTest.FusionSmemDynamicTiledGemm_CUDA 2022-05-18T05:49:20.0051600Z [ SKIPPED ] NVFuserTest.FusionGlobalIntermediate_CUDA 2022-05-18T05:49:20.0052169Z [ SKIPPED ] NVFuserTest.FusionGlobalIntermediateDefaultSchedule_CUDA 2022-05-18T05:49:20.0052697Z [ SKIPPED ] NVFuserTest.FusionConstCheck_CUDA 2022-05-18T05:49:20.0053149Z [ SKIPPED ] NVFuserTest.FusionUnrollWithAlloc_CUDA 2022-05-18T05:49:20.0053610Z [ SKIPPED ] NVFuserTest.FusionIsZeroInt_CUDA 2022-05-18T05:49:20.0054057Z [ SKIPPED ] NVFuserTest.FusionIsOneInt_CUDA 2022-05-18T05:49:20.0054580Z [ SKIPPED ] NVFuserTest.FusionComputeAtNonterminatingOutput_CUDA 2022-05-18T05:49:20.0055178Z [ SKIPPED ] NVFuserTest.FusionTraversalOrder1_CUDA 2022-05-18T05:49:20.0055675Z [ SKIPPED ] NVFuserTest.FusionTraversalOrder2_CUDA 2022-05-18T05:49:20.0056155Z [ SKIPPED ] NVFuserTest.FusionTraversalOrder3_CUDA 2022-05-18T05:49:20.0056613Z [ SKIPPED ] NVFuserTest.FusionTraversalOrder4_CUDA 2022-05-18T05:49:20.0057094Z [ SKIPPED ] NVFuserTest.FusionTraversalOrder5_CUDA 2022-05-18T05:49:20.0057570Z [ SKIPPED ] NVFuserTest.FusionTraversalOrder6_CUDA 2022-05-18T05:49:20.0058029Z [ SKIPPED ] NVFuserTest.FusionTraversalOrder7_CUDA 2022-05-18T05:49:20.0058724Z [ SKIPPED ] NVFuserTest.FusionThreadPredicate_CUDA 2022-05-18T05:49:20.0059183Z [ SKIPPED ] NVFuserTest.FusionLSTMCell_CUDA 2022-05-18T05:49:20.0059669Z [ SKIPPED ] NVFuserTest.FusionComputeAtMultiBCast_CUDA 2022-05-18T05:49:20.0060142Z [ SKIPPED ] NVFuserTest.FusionReductionHalf_CUDA 2022-05-18T05:49:20.0060609Z [ SKIPPED ] NVFuserTest.FusionReduceSingle_CUDA 2022-05-18T05:49:20.0061214Z [ SKIPPED ] NVFuserTest.FusionReduceImplicitBroadcast_CUDA 2022-05-18T05:49:20.0061747Z [ SKIPPED ] NVFuserTest.FusionReduceImplicitBroadcast2_CUDA 2022-05-18T05:49:20.0062303Z [ SKIPPED ] NVFuserTest.FusionReduceImplicitBroadcast3_CUDA 2022-05-18T05:49:20.0062824Z [ SKIPPED ] NVFuserTest.FusionTrivialReduction_CUDA 2022-05-18T05:49:20.0063322Z [ SKIPPED ] NVFuserTest.FusionTrivialReduction2_CUDA 2022-05-18T05:49:20.0063799Z [ SKIPPED ] NVFuserTest.FusionTrivialReduction3_CUDA 2022-05-18T05:49:20.0064317Z [ SKIPPED ] NVFuserTest.FusionDetectTrivialReduction1_CUDA 2022-05-18T05:49:20.0064864Z [ SKIPPED ] NVFuserTest.FusionDetectTrivialReduction2_CUDA 2022-05-18T05:49:20.0065353Z [ SKIPPED ] NVFuserTest.FusionInputsIdLookup_CUDA 2022-05-18T05:49:20.0065868Z [ SKIPPED ] NVFuserTest.FusionGroupGuardSimpleTensor_CUDA 2022-05-18T05:49:20.0066430Z [ SKIPPED ] NVFuserTest.FusionGroupGuardBroadcastTensor_CUDA 2022-05-18T05:49:20.0066972Z [ SKIPPED ] NVFuserTest.FusionGroupGuardPermutedTensor_CUDA 2022-05-18T05:49:20.0067517Z [ SKIPPED ] NVFuserTest.FusionGroupGuardRelaxedCheck_CUDA 2022-05-18T05:49:20.0068008Z [ SKIPPED ] NVFuserTest.FusionDisjointSet_CUDA 2022-05-18T05:49:20.0068515Z [ SKIPPED ] NVFuserTest.FusionNonUniqueBroadcastSize_CUDA 2022-05-18T05:49:20.0068990Z [ SKIPPED ] NVFuserTest.FusionBiasGeluFwd_CUDA 2022-05-18T05:49:20.0069450Z [ SKIPPED ] NVFuserTest.FusionBiasGeluBwd_CUDA 2022-05-18T05:49:20.0069895Z [ SKIPPED ] NVFuserTest.FusionIssue459_CUDA 2022-05-18T05:49:20.0070353Z [ SKIPPED ] NVFuserTest.FusionSmemIndexingSimple_CUDA 2022-05-18T05:49:20.0070834Z [ SKIPPED ] NVFuserTest.FusionSmemIndexing_CUDA 2022-05-18T05:49:20.0071327Z [ SKIPPED ] NVFuserTest.FusionCacheBeforeReduction_CUDA 2022-05-18T05:49:20.0071844Z [ SKIPPED ] NVFuserTest.FusionCacheBeforeReduction2_CUDA 2022-05-18T05:49:20.0072329Z [ SKIPPED ] NVFuserTest.FusionIssue367_CUDA 2022-05-18T05:49:20.0072762Z [ SKIPPED ] NVFuserTest.FusionIssue468_CUDA 2022-05-18T05:49:20.0073191Z [ SKIPPED ] NVFuserTest.FusionIssue363_CUDA 2022-05-18T05:49:20.0073600Z [ SKIPPED ] NVFuserTest.FusionIssue484_CUDA 2022-05-18T05:49:20.0074024Z [ SKIPPED ] NVFuserTest.FusionIssue329_CUDA 2022-05-18T05:49:20.0074449Z [ SKIPPED ] NVFuserTest.FusionIssue382_CUDA 2022-05-18T05:49:20.0074857Z [ SKIPPED ] NVFuserTest.FusionIssue507_CUDA 2022-05-18T05:49:20.0075284Z [ SKIPPED ] NVFuserTest.FusionIssue532_CUDA 2022-05-18T05:49:20.0075773Z [ SKIPPED ] NVFuserTest.FusionLoopUnswitch_CUDA 2022-05-18T05:49:20.0076202Z [ SKIPPED ] NVFuserTest.FusionIssue549_CUDA 2022-05-18T05:49:20.0076670Z [ SKIPPED ] NVFuserTest.FusionSimpleCompileRtc_CUDA 2022-05-18T05:49:20.0077229Z [ SKIPPED ] NVFuserTest.FusionSerialWelford_CUDA 2022-05-18T05:49:20.0077711Z [ SKIPPED ] NVFuserTest.FusionBlockWelford_CUDA 2022-05-18T05:49:20.0078182Z [ SKIPPED ] NVFuserTest.FusionBlockWelfordNoInit_CUDA 2022-05-18T05:49:20.0078683Z [ SKIPPED ] NVFuserTest.FusionGridWelfordNoInit_CUDA 2022-05-18T05:49:20.0079154Z [ SKIPPED ] NVFuserTest.FusionWelfordOp_CUDA 2022-05-18T05:49:20.0079604Z [ SKIPPED ] NVFuserTest.FusionBlockWelfordOp_CUDA 2022-05-18T05:49:20.0080077Z [ SKIPPED ] NVFuserTest.FusionGridWelfordOp_CUDA 2022-05-18T05:49:20.0080556Z [ SKIPPED ] NVFuserTest.FusionRfactorWelfordOp_CUDA 2022-05-18T05:49:20.0081022Z [ SKIPPED ] NVFuserTest.FusionWelfordSchedule_CUDA 2022-05-18T05:49:20.0081489Z [ SKIPPED ] NVFuserTest.FusionWelfordShmoo_CUDA 2022-05-18T05:49:20.0081947Z [ SKIPPED ] NVFuserTest.FusionTranspose1_CUDA 2022-05-18T05:49:20.0082384Z [ SKIPPED ] NVFuserTest.FusionTranspose2_CUDA 2022-05-18T05:49:20.0082941Z [ SKIPPED ] NVFuserTest.FusionSimpleGemmTransposed_CUDA 2022-05-18T05:49:20.0083463Z [ SKIPPED ] NVFuserTest.FusionSoftmax3DTransposed_CUDA 2022-05-18T05:49:20.0084020Z [ SKIPPED ] NVFuserTest.FusionAdvancedComputeAtTransposed1_CUDA 2022-05-18T05:49:20.0084587Z [ SKIPPED ] NVFuserTest.FusionAdvancedComputeAtTransposed2_CUDA 2022-05-18T05:49:20.0085176Z [ SKIPPED ] NVFuserTest.FusionAdvancedComputeAtTransposed3_CUDA 2022-05-18T05:49:20.0085755Z [ SKIPPED ] NVFuserTest.FusionAdvancedComputeAtTransposed4_CUDA 2022-05-18T05:49:20.0086311Z [ SKIPPED ] NVFuserTest.FusionAdvancedComputeAtTransposed5_CUDA 2022-05-18T05:49:20.0086885Z [ SKIPPED ] NVFuserTest.FusionAdvancedComputeAtTransposed6_CUDA 2022-05-18T05:49:20.0087445Z [ SKIPPED ] NVFuserTest.FusionSegmentReducePointwise_CUDA 2022-05-18T05:49:20.0087969Z [ SKIPPED ] NVFuserTest.FusionMultipleVectorize_CUDA 2022-05-18T05:49:20.0088446Z [ SKIPPED ] NVFuserTest.FusionVectorizeSimple_CUDA 2022-05-18T05:49:20.0088954Z [ SKIPPED ] NVFuserTest.FusionSimpleVectorizeUnroll_CUDA 2022-05-18T05:49:20.0089479Z [ SKIPPED ] NVFuserTest.FusionSegmentReduceSoftmax_CUDA 2022-05-18T05:49:20.0089934Z [ SKIPPED ] NVFuserTest.FusionSwizzle1_CUDA 2022-05-18T05:49:20.0090371Z [ SKIPPED ] NVFuserTest.FusionSwizzle2_CUDA 2022-05-18T05:49:20.0090854Z [ SKIPPED ] NVFuserTest.FusionTransposeWithSwizzle_CUDA 2022-05-18T05:49:20.0091418Z [ SKIPPED ] NVFuserTest.FusionTransposeWithSwizzle1DThreadBlock_CUDA 2022-05-18T05:49:20.0091969Z [ SKIPPED ] NVFuserTest.FusionGridPersistence_CUDA 2022-05-18T05:49:20.0092462Z [ SKIPPED ] NVFuserTest.FusionGridPersistence2_CUDA 2022-05-18T05:49:20.0092960Z [ SKIPPED ] NVFuserTest.FusionWelfordPersistence_CUDA 2022-05-18T05:49:20.0093457Z [ SKIPPED ] NVFuserTest.FusionWelfordPersistence2_CUDA 2022-05-18T05:49:20.0093935Z [ SKIPPED ] NVFuserTest.FusionIssue633_CUDA 2022-05-18T05:49:20.0094434Z [ SKIPPED ] NVFuserTest.FusionBroadcastAcrossComputeAt_CUDA 2022-05-18T05:49:20.0094987Z [ SKIPPED ] NVFuserTest.FusionVectorizeMisalignedPointwise_CUDA 2022-05-18T05:49:20.0095619Z [ SKIPPED ] NVFuserTest.FusionVectorizeMisalignedPointwiseMergeContig_CUDA 2022-05-18T05:49:20.0096326Z [ SKIPPED ] NVFuserTest.FusionVectorizeMisalignedPointwiseMergeSymbolicPass_CUDA 2022-05-18T05:49:20.0097056Z [ SKIPPED ] NVFuserTest.FusionVectorizeMisalignedPointwiseMergeSymbolicFail_CUDA 2022-05-18T05:49:20.0097678Z [ SKIPPED ] NVFuserTest.FusionVectorizeMisalignedRFactor_CUDA 2022-05-18T05:49:20.0098521Z [ SKIPPED ] NVFuserTest.FusionVectorizeMisalignedWrongDimFail_CUDA 2022-05-18T05:49:20.0099114Z [ SKIPPED ] NVFuserTest.FusionVectorizeMisalignedStride_CUDA 2022-05-18T05:49:20.0099745Z [ SKIPPED ] NVFuserTest.FusionVectorizeMisalignedStrideFail_CUDA 2022-05-18T05:49:20.0100298Z [ SKIPPED ] NVFuserTest.FusionVectorization1_CUDA 2022-05-18T05:49:20.0100774Z [ SKIPPED ] NVFuserTest.FusionVectorization2_CUDA 2022-05-18T05:49:20.0101229Z [ SKIPPED ] NVFuserTest.FusionVectorization3_CUDA 2022-05-18T05:49:20.0101722Z [ SKIPPED ] NVFuserTest.FusionVectorizationRFactor_CUDA 2022-05-18T05:49:20.0102209Z [ SKIPPED ] NVFuserTest.FusionSizeOneLoop1_CUDA 2022-05-18T05:49:20.0102673Z [ SKIPPED ] NVFuserTest.FusionSizeOneLoop2_CUDA 2022-05-18T05:49:20.0103149Z [ SKIPPED ] NVFuserTest.FusionValidateParallelize1_CUDA 2022-05-18T05:49:20.0103669Z [ SKIPPED ] NVFuserTest.FusionValidateParallelize2_CUDA 2022-05-18T05:49:20.0104186Z [ SKIPPED ] NVFuserTest.FusionValidateParallelize3_CUDA 2022-05-18T05:49:20.0104683Z [ SKIPPED ] NVFuserTest.FusionValidateParallelize4_CUDA 2022-05-18T05:49:20.0105206Z [ SKIPPED ] NVFuserTest.FusionValidateParallelize5_CUDA 2022-05-18T05:49:20.0105798Z [ SKIPPED ] NVFuserTest.FusionValidateParallelize6_CUDA 2022-05-18T05:49:20.0106280Z [ SKIPPED ] NVFuserTest.FusionDAGMerging_CUDA 2022-05-18T05:49:20.0106739Z [ SKIPPED ] NVFuserTest.FusionDAGScalarMerging_CUDA 2022-05-18T05:49:20.0107260Z [ SKIPPED ] NVFuserTest.FusionBlockReduceInSerialLoop_CUDA 2022-05-18T05:49:20.0107813Z [ SKIPPED ] NVFuserTest.FusionBlockWelfordInSerialLoop_CUDA 2022-05-18T05:49:20.0108369Z [ SKIPPED ] NVFuserTest.FusionIOTensorTrivialReductionRepro_CUDA 2022-05-18T05:49:20.0108916Z [ SKIPPED ] NVFuserTest.FusionReductionPredicate_CUDA 2022-05-18T05:49:20.0109390Z [ SKIPPED ] NVFuserTest.FusionIssue728_CUDA 2022-05-18T05:49:20.0109807Z [ SKIPPED ] NVFuserTest.FusionIssue757_CUDA 2022-05-18T05:49:20.0110306Z [ SKIPPED ] NVFuserTest.FusionPredicatedBlockBroadcast_CUDA 2022-05-18T05:49:20.0110841Z [ SKIPPED ] NVFuserTest.FusionSegmentVerticalMerge_CUDA 2022-05-18T05:49:20.0111382Z [ SKIPPED ] NVFuserTest.FusionSegmentHorizontalMerge_CUDA 2022-05-18T05:49:20.0111888Z [ SKIPPED ] NVFuserTest.FusionSegmentMixReduction_CUDA 2022-05-18T05:49:20.0112345Z [ SKIPPED ] NVFuserTest.FusionSBAR_CUDA 2022-05-18T05:49:20.0112796Z [ SKIPPED ] NVFuserTest.FusionSingleElement_CUDA 2022-05-18T05:49:20.0113257Z [ SKIPPED ] NVFuserTest.FusionBNBackwardRepro_CUDA 2022-05-18T05:49:20.0113751Z [ SKIPPED ] NVFuserTest.FusionBNBackwardRepro2_CUDA 2022-05-18T05:49:20.0114210Z [ SKIPPED ] NVFuserTest.FusionBNRepro_CUDA 2022-05-18T05:49:20.0114632Z [ SKIPPED ] NVFuserTest.FusionBNRepro2_CUDA 2022-05-18T05:49:20.0115098Z [ SKIPPED ] NVFuserTest.FusionZeroSizeTensorPW_CUDA 2022-05-18T05:49:20.0115617Z [ SKIPPED ] NVFuserTest.FusionZeroSizeTensorReduction_CUDA 2022-05-18T05:49:20.0116179Z [ SKIPPED ] NVFuserTest.FusionZeroSizeTensorNormalization_CUDA 2022-05-18T05:49:20.0116683Z [ SKIPPED ] NVFuserTest.FusionSegmentIoAlias_CUDA 2022-05-18T05:49:20.0117161Z [ SKIPPED ] NVFuserTest.FusionWelford1Output_CUDA 2022-05-18T05:49:20.0117642Z [ SKIPPED ] NVFuserTest.FusionTranslate1Welford_CUDA 2022-05-18T05:49:20.0118112Z [ SKIPPED ] NVFuserTest.FusionTranslate2Welford_CUDA 2022-05-18T05:49:20.0118633Z [ SKIPPED ] NVFuserTest.FusionLargeWelfordNormalization_CUDA 2022-05-18T05:49:20.0119192Z [ SKIPPED ] NVFuserTest.FusionWelfordOtherPersistence_CUDA 2022-05-18T05:49:20.0119680Z [ SKIPPED ] NVFuserTest.FusionSegmentIslands_CUDA 2022-05-18T05:49:20.0120180Z [ SKIPPED ] NVFuserTest.FusionBackOffInnerBroadcast_CUDA 2022-05-18T05:49:20.0120716Z [ SKIPPED ] NVFuserTest.FusionBackOffInnerBroadcast2_CUDA 2022-05-18T05:49:20.0121252Z [ SKIPPED ] NVFuserTest.FusionBackOffInnerBroadcast3_CUDA 2022-05-18T05:49:20.0121781Z [ SKIPPED ] NVFuserTest.FusionSimpleWarp_CUDA 2022-05-18T05:49:20.0122264Z [ SKIPPED ] NVFuserTest.FusionSimpleWarpPad_CUDA 2022-05-18T05:49:20.0122754Z [ SKIPPED ] NVFuserTest.FusionWarpPadMergeSplit_CUDA 2022-05-18T05:49:20.0123248Z [ SKIPPED ] NVFuserTest.FusionSerialWarpReduction_CUDA 2022-05-18T05:49:20.0123765Z [ SKIPPED ] NVFuserTest.FusionTrivialWarpReduction_CUDA 2022-05-18T05:49:20.0124278Z [ SKIPPED ] NVFuserTest.FusionMultipleDimBinding_CUDA 2022-05-18T05:49:20.0124751Z [ SKIPPED ] NVFuserTest.FusionPadNoWarpReduce_CUDA 2022-05-18T05:49:20.0125261Z [ SKIPPED ] NVFuserTest.FusionWarpMutipleThreadDim_CUDA 2022-05-18T05:49:20.0125801Z [ SKIPPED ] NVFuserTest.FusionWarpReduceUnrollOuterLoop_CUDA 2022-05-18T05:49:20.0126331Z [ SKIPPED ] NVFuserTest.FusionSegfaultReduction_CUDA 2022-05-18T05:49:20.0126820Z [ SKIPPED ] NVFuserTest.FusionPredicateElimination_CUDA 2022-05-18T05:49:20.0127393Z [ SKIPPED ] NVFuserTest.FusionForceFp16Simple_CUDA 2022-05-18T05:49:20.0127875Z [ SKIPPED ] NVFuserTest.FusionForceBf16Simple_CUDA 2022-05-18T05:49:20.0128351Z [ SKIPPED ] NVFuserTest.FusionForceFp16NotAllCast_CUDA 2022-05-18T05:49:20.0128857Z [ SKIPPED ] NVFuserTest.FusionForceBf16NotAllCast_CUDA 2022-05-18T05:49:20.0129417Z [ SKIPPED ] NVFuserTest.FusionBufferReuseBroadCastMultiVisit_CUDA 2022-05-18T05:49:20.0129980Z [ SKIPPED ] NVFuserTest.FusionBufferReuseStressTest_CUDA 2022-05-18T05:49:20.0130496Z [ SKIPPED ] NVFuserTest.FusionBufferReuseLargeBuffer_CUDA 2022-05-18T05:49:20.0131012Z [ SKIPPED ] NVFuserTest.FusionBufferReuseNo2hop_CUDA 2022-05-18T05:49:20.0131547Z [ SKIPPED ] NVFuserTest.FusionBufferReuseAllocationOrder_CUDA 2022-05-18T05:49:20.0132083Z [ SKIPPED ] NVFuserTest.FusionBufferReuseLiveInterval_CUDA 2022-05-18T05:49:20.0132649Z [ SKIPPED ] NVFuserTest.FusionBufferReuseNoAcrossBroadcast_CUDA 2022-05-18T05:49:20.0133160Z [ SKIPPED ] NVFuserTest.FusionIssue970_CUDA 2022-05-18T05:49:20.0133584Z [ SKIPPED ] NVFuserTest.FusionIssue1016_CUDA 2022-05-18T05:49:20.0134022Z [ SKIPPED ] NVFuserTest.FusionIssue1021_CUDA 2022-05-18T05:49:20.0134498Z [ SKIPPED ] NVFuserTest.FusionNonUniqueThreadDim_CUDA 2022-05-18T05:49:20.0135017Z [ SKIPPED ] NVFuserTest.FusionParallelDimensionMap1_CUDA 2022-05-18T05:49:20.0135532Z [ SKIPPED ] NVFuserTest.FusionParallelDimensionMap2_CUDA 2022-05-18T05:49:20.0136058Z [ SKIPPED ] NVFuserTest.FusionParallelDimensionMap3_CUDA 2022-05-18T05:49:20.0136585Z [ SKIPPED ] NVFuserTest.FusionParallelDimensionMap4_CUDA 2022-05-18T05:49:20.0137088Z [ SKIPPED ] NVFuserTest.FusionParallelDimensionMap5_CUDA 2022-05-18T05:49:20.0137690Z [ SKIPPED ] NVFuserTest.FusionSegmenterCombineReductionsCycleRepro_CUDA 2022-05-18T05:49:20.0138516Z [ SKIPPED ] NVFuserTest.FusionSerialAndParallelIndexing_CUDA 2022-05-18T05:49:20.0139045Z [ SKIPPED ] NVFuserTest.FusionWARSyncAliasedSmem_CUDA 2022-05-18T05:49:20.0139520Z [ SKIPPED ] NVFuserTest.FusionIssue1099_CUDA 2022-05-18T05:49:20.0139993Z [ SKIPPED ] NVFuserTest.FusionUnswitchPredicate_CUDA 2022-05-18T05:49:20.0140461Z [ SKIPPED ] NVFuserTest.FusionIssue1189_CUDA 2022-05-18T05:49:20.0140875Z [ SKIPPED ] NVFuserTest.FusionIssue1052_CUDA 2022-05-18T05:49:20.0141354Z [ SKIPPED ] NVFuserTest.FusionPointwiseBroadcast_CUDA 2022-05-18T05:49:20.0141847Z [ SKIPPED ] NVFuserTest.FusionSmemAliasSerial_CUDA 2022-05-18T05:49:20.0142439Z [ SKIPPED ] NVFuserTest.FusionGridReductionWithNonExactParallelDimensions_CUDA 2022-05-18T05:49:20.0143146Z [ SKIPPED ] NVFuserTest.FusionGridWelfordWithNonExactParallelDimensions_CUDA 2022-05-18T05:49:20.0143936Z [ SKIPPED ] NVFuserTest.FusionGridReductionWithNonExactParallelDimensions2_CUDA 2022-05-18T05:49:20.0144670Z [ SKIPPED ] NVFuserTest.FusionGridWelfordWithNonExactParallelDimensions2_CUDA 2022-05-18T05:49:20.0145299Z [ SKIPPED ] NVFuserTest.FusionPredicateParallelizedDomains_CUDA 2022-05-18T05:49:20.0145856Z [ SKIPPED ] NVFuserTest.FusionSmemPredicateUnswitch_CUDA 2022-05-18T05:49:20.0146338Z [ SKIPPED ] NVFuserTest.FusionFloatPow_CUDA 2022-05-18T05:49:20.0146762Z [ SKIPPED ] NVFuserTest.FusionIssue1127_CUDA 2022-05-18T05:49:20.0147241Z [ SKIPPED ] NVFuserTest.FusionChannelsLastParser_CUDA 2022-05-18T05:49:20.0147770Z [ SKIPPED ] NVFuserTest.FusionThreadPredicateUnswitch_CUDA 2022-05-18T05:49:20.0148267Z [ SKIPPED ] NVFuserTest.FusionNonContigOutputs_CUDA 2022-05-18T05:49:20.0148761Z [ SKIPPED ] NVFuserTest.FusionTestWarpSoftMax_CUDA 2022-05-18T05:49:20.0149220Z [ SKIPPED ] NVFuserTest.FusionIssue1133_CUDA 2022-05-18T05:49:20.0149695Z [ SKIPPED ] NVFuserTest.FusionRfactorContigIDs_CUDA 2022-05-18T05:49:20.0150297Z [ SKIPPED ] NVFuserTest.FusionPersistentBufferCalculation1_CUDA 2022-05-18T05:49:20.0150884Z [ SKIPPED ] NVFuserTest.FusionPersistentBufferCalculation2_CUDA 2022-05-18T05:49:20.0151465Z [ SKIPPED ] NVFuserTest.FusionPersistentBufferCalculation3_CUDA 2022-05-18T05:49:20.0152024Z [ SKIPPED ] NVFuserTest.FusionPersistentBufferCalculation4_CUDA 2022-05-18T05:49:20.0152601Z [ SKIPPED ] NVFuserTest.FusionPersistentBufferProjection_CUDA 2022-05-18T05:49:20.0153102Z [ SKIPPED ] NVFuserTest.FusionIssue1223_CUDA 2022-05-18T05:49:20.0153564Z [ SKIPPED ] NVFuserTest.FusionRfactorPredication1_CUDA 2022-05-18T05:49:20.0154074Z [ SKIPPED ] NVFuserTest.FusionRfactorPredication2_CUDA 2022-05-18T05:49:20.0154583Z [ SKIPPED ] NVFuserTest.FusionNonDivisibleSplit1_CUDA 2022-05-18T05:49:20.0155086Z [ SKIPPED ] NVFuserTest.FusionNonDivisibleSplit2_CUDA 2022-05-18T05:49:20.0155576Z [ SKIPPED ] NVFuserTest.FusionNonDivisibleSplit3_CUDA 2022-05-18T05:49:20.0156074Z [ SKIPPED ] NVFuserTest.FusionNonDivisibleSplit4_CUDA 2022-05-18T05:49:20.0156572Z [ SKIPPED ] NVFuserTest.FusionNonDivisibleSplit5_CUDA 2022-05-18T05:49:20.0157097Z [ SKIPPED ] NVFuserTest.FusionNonDivisibleSplitVectorize1_CUDA 2022-05-18T05:49:20.0157678Z [ SKIPPED ] NVFuserTest.FusionNonDivisibleSplitVectorize2_CUDA 2022-05-18T05:49:20.0158200Z [ SKIPPED ] NVFuserTest.FusionIssue1284Repro_CUDA 2022-05-18T05:49:20.0158683Z [ SKIPPED ] NVFuserTest.FusionIssue1284Repro2_CUDA 2022-05-18T05:49:20.0159143Z [ SKIPPED ] NVFuserTest.FusionIssue1305Repro_CUDA 2022-05-18T05:49:20.0159623Z [ SKIPPED ] NVFuserTest.FusionDoubleBuffering1_CUDA 2022-05-18T05:49:20.0160113Z [ SKIPPED ] NVFuserTest.FusionDoubleBuffering2_CUDA 2022-05-18T05:49:20.0160578Z [ SKIPPED ] NVFuserTest.FusionDoubleBuffering3_CUDA 2022-05-18T05:49:20.0161068Z [ SKIPPED ] NVFuserTest.FusionDoubleBuffering4_CUDA 2022-05-18T05:49:20.0161555Z [ SKIPPED ] NVFuserTest.FusionDoubleBuffering5_CUDA 2022-05-18T05:49:20.0162019Z [ SKIPPED ] NVFuserTest.FusionDoubleBuffering6_CUDA 2022-05-18T05:49:20.0162505Z [ SKIPPED ] NVFuserTest.FusionDoubleBuffering7_CUDA 2022-05-18T05:49:20.0162984Z [ SKIPPED ] NVFuserTest.FusionDoubleBuffering8_CUDA 2022-05-18T05:49:20.0163463Z [ SKIPPED ] NVFuserTest.FusionDoubleBuffering9_CUDA 2022-05-18T05:49:20.0163996Z [ SKIPPED ] NVFuserTest.FusionSmemBlockGemmCacheDoubleBuffer_CUDA 2022-05-18T05:49:20.0164585Z [ SKIPPED ] NVFuserTest.FusionIntermediateTensorVectorize_CUDA 2022-05-18T05:49:20.0165146Z [ SKIPPED ] NVFuserTest.FusionBroadcastConcretization1_CUDA 2022-05-18T05:49:20.0165684Z [ SKIPPED ] NVFuserTest.FusionBroadcastConcretization2_CUDA 2022-05-18T05:49:20.0166294Z [ SKIPPED ] NVFuserTest.FusionBroadcastConcretization3_CUDA 2022-05-18T05:49:20.0166800Z [ SKIPPED ] NVFuserTest.FusionIssue1430_CUDA 2022-05-18T05:49:20.0167278Z [ SKIPPED ] NVFuserTest.FusionCodegenAllocatedScalars_CUDA 2022-05-18T05:49:20.0167778Z [ SKIPPED ] NVFuserTest.FusionIndexHoist1_CUDA 2022-05-18T05:49:20.0168233Z [ SKIPPED ] NVFuserTest.FusionIndexHoist2_CUDA 2022-05-18T05:49:20.0168697Z [ SKIPPED ] NVFuserTest.FusionTestGridComm_CUDA 2022-05-18T05:49:20.0169169Z [ SKIPPED ] NVFuserTest.FusionDoubleBufferVector_CUDA 2022-05-18T05:49:20.0169675Z [ SKIPPED ] NVFuserTest.FusionViewConcreteDomain_CUDA 2022-05-18T05:49:20.0170196Z [ SKIPPED ] NVFuserTest.FusionImmediateValueAsInput_CUDA 2022-05-18T05:49:20.0170703Z [ SKIPPED ] NVFuserTest.FusionVectorizeContigIndex_CUDA 2022-05-18T05:49:20.0171240Z [ SKIPPED ] NVFuserTest.FusionVectorizeContigIndexFail_CUDA 2022-05-18T05:49:20.0171785Z [ SKIPPED ] NVFuserTest.FusionVectorizeInputToOutput_CUDA 2022-05-18T05:49:20.0172355Z [ SKIPPED ] NVFuserTest.FusionReduceAndBroadcast1_CUDA 2022-05-18T05:49:20.0172867Z [ SKIPPED ] NVFuserTest.FusionReduceAndBroadcast2_CUDA 2022-05-18T05:49:20.0173365Z [ SKIPPED ] NVFuserTest.FusionReduceAndBroadcast3_CUDA 2022-05-18T05:49:20.0173871Z [ SKIPPED ] NVFuserTest.FusionReduceAndBroadcast4_CUDA 2022-05-18T05:49:20.0174367Z [ SKIPPED ] NVFuserTest.FusionReduceAndBroadcast5_CUDA 2022-05-18T05:49:20.0174858Z [ SKIPPED ] NVFuserTest.FusionWelfordAndBroadcast1_CUDA 2022-05-18T05:49:20.0175376Z [ SKIPPED ] NVFuserTest.FusionWelfordAndBroadcast2_CUDA 2022-05-18T05:49:20.0175946Z [ SKIPPED ] NVFuserTest.FusionFusedReductionBatchnorm_CUDA 2022-05-18T05:49:20.0176420Z [ SKIPPED ] NVFuserTest.FusionShift1_CUDA 2022-05-18T05:49:20.0176829Z [ SKIPPED ] NVFuserTest.FusionShift2_CUDA 2022-05-18T05:49:20.0177293Z [ SKIPPED ] NVFuserTest.FusionShiftRightOfCA_CUDA 2022-05-18T05:49:20.0177772Z [ SKIPPED ] NVFuserTest.FusionShiftLeftOfCA_CUDA 2022-05-18T05:49:20.0178215Z [ SKIPPED ] NVFuserTest.FusionShiftSplit1_CUDA 2022-05-18T05:49:20.0178924Z [ SKIPPED ] NVFuserTest.FusionShiftSplit2_CUDA 2022-05-18T05:49:20.0179396Z [ SKIPPED ] NVFuserTest.FusionShiftDoubleSplit_CUDA 2022-05-18T05:49:20.0179866Z [ SKIPPED ] NVFuserTest.FusionShift3ptStencil_CUDA 2022-05-18T05:49:20.0180345Z [ SKIPPED ] NVFuserTest.FusionShift5ptStencil_CUDA 2022-05-18T05:49:20.0180818Z [ SKIPPED ] NVFuserTest.FusionShift9ptStencil_CUDA 2022-05-18T05:49:20.0181307Z [ SKIPPED ] NVFuserTest.FusionShiftSmemBlocking_CUDA 2022-05-18T05:49:20.0181808Z [ SKIPPED ] NVFuserTest.FusionShift3ptStencilParallel_CUDA 2022-05-18T05:49:20.0182349Z [ SKIPPED ] NVFuserTest.FusionShift5ptStencilParallel_CUDA 2022-05-18T05:49:20.0182846Z [ SKIPPED ] NVFuserTest.FusionShiftMerge1_CUDA 2022-05-18T05:49:20.0183288Z [ SKIPPED ] NVFuserTest.FusionShiftMerge2_CUDA 2022-05-18T05:49:20.0183730Z [ SKIPPED ] NVFuserTest.FusionShiftGlobal_CUDA 2022-05-18T05:49:20.0184228Z [ SKIPPED ] NVFuserTest.FusionShiftDoubleSplitMerge1_CUDA 2022-05-18T05:49:20.0184746Z [ SKIPPED ] NVFuserTest.FusionShiftDoubleSplitMerge2_CUDA 2022-05-18T05:49:20.0185350Z [ SKIPPED ] NVFuserTest.FusionShift5ptStencilParallel1DThreadBlock_CUDA 2022-05-18T05:49:20.0185896Z [ SKIPPED ] NVFuserTest.FusionShiftChain1_CUDA 2022-05-18T05:49:20.0186349Z [ SKIPPED ] NVFuserTest.FusionShiftChain2_CUDA 2022-05-18T05:49:20.0186777Z [ SKIPPED ] NVFuserTest.FusionShiftChain3_CUDA 2022-05-18T05:49:20.0187218Z [ SKIPPED ] NVFuserTest.FusionShiftChain4_CUDA 2022-05-18T05:49:20.0187706Z [ SKIPPED ] NVFuserTest.FusionShift5ptStencilChain_CUDA 2022-05-18T05:49:20.0188184Z [ SKIPPED ] NVFuserTest.FusionShiftReduction1_CUDA 2022-05-18T05:49:20.0188746Z [ SKIPPED ] NVFuserTest.FusionShiftReduction2_CUDA 2022-05-18T05:49:20.0189236Z [ SKIPPED ] NVFuserTest.FusionShiftRfactor1_CUDA 2022-05-18T05:49:20.0189674Z [ SKIPPED ] NVFuserTest.FusionShiftBcast1_CUDA 2022-05-18T05:49:20.0190124Z [ SKIPPED ] NVFuserTest.FusionShiftBcast2_CUDA 2022-05-18T05:49:20.0190568Z [ SKIPPED ] NVFuserTest.FusionShiftBcast3_CUDA 2022-05-18T05:49:20.0191054Z [ SKIPPED ] NVFuserTest.FusionShiftSyncPlacement1_CUDA 2022-05-18T05:49:20.0191546Z [ SKIPPED ] NVFuserTest.FusionShiftSyncPlacement2_CUDA 2022-05-18T05:49:20.0192001Z [ SKIPPED ] NVFuserTest.FusionHdiff_CUDA 2022-05-18T05:49:20.0192500Z [ SKIPPED ] NVFuserTest.FusionHdiffPartialSplitUnswitch_CUDA 2022-05-18T05:49:20.0192985Z [ SKIPPED ] NVFuserTest.FusionMaxPooling_CUDA 2022-05-18T05:49:20.0193425Z [ SKIPPED ] NVFuserTest.FusionGather1_CUDA 2022-05-18T05:49:20.0193858Z [ SKIPPED ] NVFuserTest.FusionGather2_CUDA 2022-05-18T05:49:20.0194384Z [ SKIPPED ] NVFuserTest.FusionGather3_CUDA 2022-05-18T05:49:20.0194808Z [ SKIPPED ] NVFuserTest.FusionGather4_CUDA 2022-05-18T05:49:20.0195233Z [ SKIPPED ] NVFuserTest.FusionGather5_CUDA 2022-05-18T05:49:20.0195653Z [ SKIPPED ] NVFuserTest.FusionGather6_CUDA 2022-05-18T05:49:20.0196052Z [ SKIPPED ] NVFuserTest.FusionGather7_CUDA 2022-05-18T05:49:20.0196475Z [ SKIPPED ] NVFuserTest.FusionGather8_CUDA 2022-05-18T05:49:20.0196896Z [ SKIPPED ] NVFuserTest.FusionGather9_CUDA 2022-05-18T05:49:20.0197300Z [ SKIPPED ] NVFuserTest.FusionConv2D_CUDA 2022-05-18T05:49:20.0197759Z [ SKIPPED ] NVFuserTest.FusionConv2DNoPadding_CUDA 2022-05-18T05:49:20.0198269Z [ SKIPPED ] NVFuserTest.FusionConv2DNoPaddingStrided_CUDA 2022-05-18T05:49:20.0198737Z [ SKIPPED ] NVFuserTest.FusionConv2DChain_CUDA 2022-05-18T05:49:20.0199255Z [ SKIPPED ] NVFuserTest.FusionConv2DStaticEvenSizedWindow_CUDA 2022-05-18T05:49:20.0199776Z [ SKIPPED ] NVFuserTest.FusionConv4x4Pad1x1_CUDA 2022-05-18T05:49:20.0200241Z [ SKIPPED ] NVFuserTest.FusionConv4x5Pad1x2_CUDA 2022-05-18T05:49:20.0200713Z [ SKIPPED ] NVFuserTest.FusionConv4x4Pad1x1Stride4_CUDA 2022-05-18T05:49:20.0201175Z [ SKIPPED ] NVFuserTest.FusionIm2Col_CUDA 2022-05-18T05:49:20.0201634Z [ SKIPPED ] NVFuserTest.FusionShiftNoPadding1_CUDA 2022-05-18T05:49:20.0202098Z [ SKIPPED ] NVFuserTest.FusionShiftNoPadding2_CUDA 2022-05-18T05:49:20.0202578Z [ SKIPPED ] NVFuserTest.FusionShiftNoPadding3_CUDA 2022-05-18T05:49:20.0203101Z [ SKIPPED ] NVFuserTest.FusionShiftNoPaddingContigMerge_CUDA 2022-05-18T05:49:20.0203615Z [ SKIPPED ] NVFuserTest.FusionShiftNoPaddingChain_CUDA 2022-05-18T05:49:20.0204139Z [ SKIPPED ] NVFuserTest.FusionShiftNoPaddingRfactor_CUDA 2022-05-18T05:49:20.0204638Z [ SKIPPED ] NVFuserTest.FusionShiftPadding1_CUDA 2022-05-18T05:49:20.0205112Z [ SKIPPED ] NVFuserTest.FusionPartialSplit1_CUDA 2022-05-18T05:49:20.0205559Z [ SKIPPED ] NVFuserTest.FusionPartialSplit2_CUDA 2022-05-18T05:49:20.0206027Z [ SKIPPED ] NVFuserTest.FusionPartialSplit3_CUDA 2022-05-18T05:49:20.0206493Z [ SKIPPED ] NVFuserTest.FusionPartialSplit4_CUDA 2022-05-18T05:49:20.0206935Z [ SKIPPED ] NVFuserTest.FusionPartialSplit5_CUDA 2022-05-18T05:49:20.0207400Z [ SKIPPED ] NVFuserTest.FusionPartialSplit6_CUDA 2022-05-18T05:49:20.0207869Z [ SKIPPED ] NVFuserTest.FusionShiftUnswitch1_CUDA 2022-05-18T05:49:20.0208330Z [ SKIPPED ] NVFuserTest.FusionGatherUnswitch1_CUDA 2022-05-18T05:49:20.0208807Z [ SKIPPED ] NVFuserTest.FusionGatherStrided1_CUDA 2022-05-18T05:49:20.0209279Z [ SKIPPED ] NVFuserTest.FusionGatherStrided2_CUDA 2022-05-18T05:49:20.0209845Z [ SKIPPED ] NVFuserTest.FusionGatherStrided3_CUDA 2022-05-18T05:49:20.0210311Z [ SKIPPED ] NVFuserTest.FusionGatherStrided4_CUDA 2022-05-18T05:49:20.0210782Z [ SKIPPED ] NVFuserTest.FusionGatherStrided5_CUDA 2022-05-18T05:49:20.0211246Z [ SKIPPED ] NVFuserTest.FusionGatherStrided6_CUDA 2022-05-18T05:49:20.0211692Z [ SKIPPED ] NVFuserTest.FusionGatherStrided7_CUDA 2022-05-18T05:49:20.0212163Z [ SKIPPED ] NVFuserTest.FusionGatherStrided8_CUDA 2022-05-18T05:49:20.0212649Z [ SKIPPED ] NVFuserTest.FusionGatherStridedChain_CUDA 2022-05-18T05:49:20.0213131Z [ SKIPPED ] NVFuserTest.FusionMaxPoolingStrided_CUDA 2022-05-18T05:49:20.0213629Z [ SKIPPED ] NVFuserTest.FusionConv2DStaticStrided_CUDA 2022-05-18T05:49:20.0214126Z [ SKIPPED ] NVFuserTest.FusionNonDivisibleHalo1_CUDA 2022-05-18T05:49:20.0214613Z [ SKIPPED ] NVFuserTest.FusionNonDivisibleHalo2_CUDA 2022-05-18T05:49:20.0215150Z [ SKIPPED ] NVFuserTest.FusionGather9ptStencilDoubleBuffering_CUDA 2022-05-18T05:49:20.0215789Z [ SKIPPED ] NVFuserTest.FusionValidateParallelizeShift_CUDA 2022-05-18T05:49:20.0216287Z [ SKIPPED ] NVFuserTest.FusionVoltaMMATT_CUDA 2022-05-18T05:49:20.0216714Z [ SKIPPED ] NVFuserTest.FusionVoltaMMATN_CUDA 2022-05-18T05:49:20.0217159Z [ SKIPPED ] NVFuserTest.FusionVoltaMMANT_CUDA 2022-05-18T05:49:20.0217622Z [ SKIPPED ] NVFuserTest.FusionVoltaMatMulTT_CUDA 2022-05-18T05:49:20.0218072Z [ SKIPPED ] NVFuserTest.FusionVoltaMatMulTN_CUDA 2022-05-18T05:49:20.0218770Z [ SKIPPED ] NVFuserTest.FusionVoltaMatMulNT_CUDA 2022-05-18T05:49:20.0219280Z [ SKIPPED ] NVFuserTest.FusionViewDtypeSameSizeOutput_CUDA 2022-05-18T05:49:20.0219835Z [ SKIPPED ] NVFuserTest.FusionViewDtypeFailMismatchSize_CUDA 2022-05-18T05:49:20.0220391Z [ SKIPPED ] NVFuserTest.FusionViewRfactorExtentReplacement_CUDA 2022-05-18T05:49:20.0220899Z [ SKIPPED ] NVFuserTest.FusionViewOutput_CUDA 2022-05-18T05:49:20.0221402Z [ SKIPPED ] NVFuserTest.FusionViewFailMismatchSize_CUDA 2022-05-18T05:49:20.0221925Z [ SKIPPED ] NVFuserTest.FusionViewFailMulitDimInference_CUDA 2022-05-18T05:49:20.0222451Z [ SKIPPED ] NVFuserTest.FusionViewReductionShmoo_CUDA 2022-05-18T05:49:20.0222957Z [ SKIPPED ] NVFuserTest.FusionViewPersistentShmoo_CUDA 2022-05-18T05:49:20.0223413Z [ SKIPPED ] NVFuserTest.FusionViewSplit_CUDA 2022-05-18T05:49:20.0223871Z [ SKIPPED ] NVFuserTest.FusionViewBroadcast_CUDA 2022-05-18T05:49:20.0224319Z [ SKIPPED ] NVFuserTest.FusionViewMerge_CUDA 2022-05-18T05:49:20.0224774Z [ SKIPPED ] NVFuserTest.FusionViewAllShmoo_CUDA 2022-05-18T05:49:20.0225225Z [ SKIPPED ] NVFuserTest.FusionViewInferShmoo_CUDA 2022-05-18T05:49:20.0225686Z [ SKIPPED ] NVFuserTest.FusionViewStride_CUDA 2022-05-18T05:49:20.0226132Z [ SKIPPED ] NVFuserTest.FusionViewBinary_CUDA 2022-05-18T05:49:20.4424340Z + [[ linux-bionic-cuda10.2-py3.9-gcc7-default == *cuda* ]] 2022-05-18T05:49:20.4424942Z + [[ linux-bionic-cuda10.2-py3.9-gcc7-default != *nogpu* ]] 2022-05-18T05:49:20.4425285Z + LTC_TS_CUDA=1 2022-05-18T05:49:20.4425855Z + /opt/conda/lib/python3.9/site-packages/torch/bin/test_lazy --gtest_output=xml:test/test-reports/cpp-unittest/test_libtorch/test_lazy.xml 2022-05-18T05:49:22.5914401Z Only one CUDA device detected. Disabling MultiCUDA tests 2022-05-18T05:49:22.5918264Z Note: Google Test filter = *-*_MultiCUDA 2022-05-18T05:49:22.5918750Z [==========] Running 613 tests from 12 test suites. 2022-05-18T05:49:22.5919445Z [----------] Global test environment set-up. 2022-05-18T05:49:22.5919872Z [----------] 10 tests from BackendDeviceTest 2022-05-18T05:49:22.5920313Z [ RUN ] BackendDeviceTest.BackendDeviceType 2022-05-18T05:49:22.5920776Z [ OK ] BackendDeviceTest.BackendDeviceType (0 ms) 2022-05-18T05:49:22.5921501Z [ RUN ] BackendDeviceTest.Basic1 2022-05-18T05:49:22.5921942Z [ OK ] BackendDeviceTest.Basic1 (0 ms) 2022-05-18T05:49:22.5922338Z [ RUN ] BackendDeviceTest.Basic2 2022-05-18T05:49:22.5922717Z [ OK ] BackendDeviceTest.Basic2 (0 ms) 2022-05-18T05:49:22.5923112Z [ RUN ] BackendDeviceTest.Basic3 2022-05-18T05:49:22.5923515Z [ OK ] BackendDeviceTest.Basic3 (0 ms) 2022-05-18T05:49:22.5923897Z [ RUN ] BackendDeviceTest.Compare 2022-05-18T05:49:22.5924314Z [ OK ] BackendDeviceTest.Compare (0 ms) 2022-05-18T05:49:22.5924722Z [ RUN ] BackendDeviceTest.Ostream 2022-05-18T05:49:22.5925109Z [ OK ] BackendDeviceTest.Ostream (0 ms) 2022-05-18T05:49:22.5925515Z [ RUN ] BackendDeviceTest.FromAten 2022-05-18T05:49:22.5934324Z [ OK ] BackendDeviceTest.FromAten (1 ms) 2022-05-18T05:49:22.5934849Z [ RUN ] BackendDeviceTest.ToAten 2022-05-18T05:49:22.5935244Z [ OK ] BackendDeviceTest.ToAten (0 ms) 2022-05-18T05:49:22.5935971Z [ RUN ] BackendDeviceTest.GetBackendDevice1 2022-05-18T05:49:22.6106765Z [ OK ] BackendDeviceTest.GetBackendDevice1 (17 ms) 2022-05-18T05:49:22.6107716Z [ RUN ] BackendDeviceTest.GetBackendDevice2 2022-05-18T05:49:22.6108713Z [ OK ] BackendDeviceTest.GetBackendDevice2 (0 ms) 2022-05-18T05:49:22.6109547Z [----------] 10 tests from BackendDeviceTest (18 ms total) 2022-05-18T05:49:22.6109783Z 2022-05-18T05:49:22.6109984Z [----------] 2 tests from CacheTest 2022-05-18T05:49:22.6110323Z [ RUN ] CacheTest.BasicTest 2022-05-18T05:49:22.6110697Z [ OK ] CacheTest.BasicTest (0 ms) 2022-05-18T05:49:22.6111155Z [ RUN ] CacheTest.ShapeCacheTestForDynamicShape 2022-05-18T05:49:22.6111667Z [ OK ] CacheTest.ShapeCacheTestForDynamicShape (0 ms) 2022-05-18T05:49:22.6112125Z [----------] 2 tests from CacheTest (0 ms total) 2022-05-18T05:49:22.6112338Z 2022-05-18T05:49:22.6112531Z [----------] 4 tests from IrTest 2022-05-18T05:49:22.6112873Z [ RUN ] IrTest.BasicTest 2022-05-18T05:49:22.6113218Z [ OK ] IrTest.BasicTest (0 ms) 2022-05-18T05:49:22.6113578Z [ RUN ] IrTest.MetaDataTest 2022-05-18T05:49:22.6113953Z [ OK ] IrTest.MetaDataTest (0 ms) 2022-05-18T05:49:22.6114297Z [ RUN ] IrTest.TsNodeTest 2022-05-18T05:49:22.6114671Z [ OK ] IrTest.TsNodeTest (0 ms) 2022-05-18T05:49:22.6115051Z [ RUN ] IrTest.DimensionNodeTest 2022-05-18T05:49:22.6115438Z [ OK ] IrTest.DimensionNodeTest (0 ms) 2022-05-18T05:49:22.6115851Z [----------] 4 tests from IrTest (0 ms total) 2022-05-18T05:49:22.6116053Z 2022-05-18T05:49:22.6116253Z [----------] 2 tests from IrUtilTest 2022-05-18T05:49:22.6116614Z [ RUN ] IrUtilTest.BasicTest 2022-05-18T05:49:22.6116988Z [ OK ] IrUtilTest.BasicTest (0 ms) 2022-05-18T05:49:22.6117369Z [ RUN ] IrUtilTest.TestCircle 2022-05-18T05:49:22.6134132Z [ OK ] IrUtilTest.TestCircle (2 ms) 2022-05-18T05:49:22.6134549Z [----------] 2 tests from IrUtilTest (2 ms total) 2022-05-18T05:49:22.6134777Z 2022-05-18T05:49:22.6135128Z [----------] 2 tests from HashTest 2022-05-18T05:49:22.6135659Z [ RUN ] HashTest.Scalar 2022-05-18T05:49:22.6136018Z [ OK ] HashTest.Scalar (0 ms) 2022-05-18T05:49:22.6136347Z [ RUN ] HashTest.Sanity 2022-05-18T05:49:22.6136698Z [ OK ] HashTest.Sanity (0 ms) 2022-05-18T05:49:22.6137088Z [----------] 2 tests from HashTest (0 ms total) 2022-05-18T05:49:22.6137301Z 2022-05-18T05:49:22.6137518Z [----------] 3 tests from PermutationUtilTest 2022-05-18T05:49:22.6137985Z [ RUN ] PermutationUtilTest.TestInversePermutation 2022-05-18T05:49:22.6160420Z [ OK ] PermutationUtilTest.TestInversePermutation (2 ms) 2022-05-18T05:49:22.6160979Z [ RUN ] PermutationUtilTest.TestIsPermutation 2022-05-18T05:49:22.6161458Z [ OK ] PermutationUtilTest.TestIsPermutation (0 ms) 2022-05-18T05:49:22.6161929Z [ RUN ] PermutationUtilTest.TestPermute 2022-05-18T05:49:22.6185825Z [ OK ] PermutationUtilTest.TestPermute (2 ms) 2022-05-18T05:49:22.6186437Z [----------] 3 tests from PermutationUtilTest (5 ms total) 2022-05-18T05:49:22.6186875Z 2022-05-18T05:49:22.6187277Z [----------] 7 tests from ShapeTest 2022-05-18T05:49:22.6187700Z [ RUN ] ShapeTest.Basic1 2022-05-18T05:49:22.6188239Z [ OK ] ShapeTest.Basic1 (0 ms) 2022-05-18T05:49:22.6188577Z [ RUN ] ShapeTest.Basic2 2022-05-18T05:49:22.6188941Z [ OK ] ShapeTest.Basic2 (0 ms) 2022-05-18T05:49:22.6189290Z [ RUN ] ShapeTest.Basic3 2022-05-18T05:49:22.6189637Z [ OK ] ShapeTest.Basic3 (0 ms) 2022-05-18T05:49:22.6190158Z [ RUN ] ShapeTest.SetScalarType 2022-05-18T05:49:22.6190555Z [ OK ] ShapeTest.SetScalarType (0 ms) 2022-05-18T05:49:22.6190927Z [ RUN ] ShapeTest.SetSize 2022-05-18T05:49:22.6191280Z [ OK ] ShapeTest.SetSize (0 ms) 2022-05-18T05:49:22.6191630Z [ RUN ] ShapeTest.Equal 2022-05-18T05:49:22.6191991Z [ OK ] ShapeTest.Equal (0 ms) 2022-05-18T05:49:22.6192323Z [ RUN ] ShapeTest.Ostream 2022-05-18T05:49:22.6192694Z [ OK ] ShapeTest.Ostream (0 ms) 2022-05-18T05:49:22.6193097Z [----------] 7 tests from ShapeTest (0 ms total) 2022-05-18T05:49:22.6193310Z 2022-05-18T05:49:22.6193503Z [----------] 2 tests from LazyShapeTest 2022-05-18T05:49:22.6193898Z [ RUN ] LazyShapeTest.TestMulBasic 2022-05-18T05:49:23.9871364Z [ OK ] LazyShapeTest.TestMulBasic (1368 ms) 2022-05-18T05:49:23.9871881Z [ RUN ] LazyShapeTest.TestCatBasic 2022-05-18T05:49:24.0020131Z [ OK ] LazyShapeTest.TestCatBasic (14 ms) 2022-05-18T05:49:24.0021111Z [----------] 2 tests from LazyShapeTest (1383 ms total) 2022-05-18T05:49:24.0021558Z 2022-05-18T05:49:24.0021937Z [----------] 2 tests from TrieCacheTest 2022-05-18T05:49:24.0022354Z [ RUN ] TrieCacheTest.TestSinglePath 2022-05-18T05:49:24.0022792Z [ OK ] TrieCacheTest.TestSinglePath (0 ms) 2022-05-18T05:49:24.0023207Z [ RUN ] TrieCacheTest.TestTwoPaths 2022-05-18T05:49:24.0023610Z [ OK ] TrieCacheTest.TestTwoPaths (0 ms) 2022-05-18T05:49:24.0024044Z [----------] 2 tests from TrieCacheTest (0 ms total) 2022-05-18T05:49:24.0024260Z 2022-05-18T05:49:24.0024455Z [----------] 3 tests from UtilTest 2022-05-18T05:49:24.0024847Z [ RUN ] UtilTest.ExceptionCleanup 2022-05-18T05:49:24.0025250Z [ OK ] UtilTest.ExceptionCleanup (0 ms) 2022-05-18T05:49:24.0025633Z [ RUN ] UtilTest.MaybeRef 2022-05-18T05:49:24.0025998Z [ OK ] UtilTest.MaybeRef (0 ms) 2022-05-18T05:49:24.0026322Z [ RUN ] UtilTest.Iota 2022-05-18T05:49:24.0026665Z [ OK ] UtilTest.Iota (0 ms) 2022-05-18T05:49:24.0027050Z [----------] 3 tests from UtilTest (0 ms total) 2022-05-18T05:49:24.0027252Z 2022-05-18T05:49:24.0027458Z [----------] 1 test from LazyDynamicOpsTest 2022-05-18T05:49:24.0027868Z [ RUN ] LazyDynamicOpsTest.NarrowCopy 2022-05-18T05:49:24.0605805Z [ OK ] LazyDynamicOpsTest.NarrowCopy (58 ms) 2022-05-18T05:49:24.0606298Z [----------] 1 test from LazyDynamicOpsTest (58 ms total) 2022-05-18T05:49:24.0606532Z 2022-05-18T05:49:24.0606726Z [----------] 575 tests from LazyOpsTest 2022-05-18T05:49:24.0607125Z [ RUN ] LazyOpsTest.TestScalarTensor 2022-05-18T05:49:24.0610379Z [ OK ] LazyOpsTest.TestScalarTensor (0 ms) 2022-05-18T05:49:24.0610828Z [ RUN ] LazyOpsTest.TestClone 2022-05-18T05:49:24.0618395Z [ OK ] LazyOpsTest.TestClone (0 ms) 2022-05-18T05:49:24.0618773Z [ RUN ] LazyOpsTest.TestTo 2022-05-18T05:49:24.0621597Z [ OK ] LazyOpsTest.TestTo (0 ms) 2022-05-18T05:49:24.0622074Z [ RUN ] LazyOpsTest.TestIsFloatingPoint 2022-05-18T05:49:24.0622550Z [ OK ] LazyOpsTest.TestIsFloatingPoint (0 ms) 2022-05-18T05:49:24.0622973Z [ RUN ] LazyOpsTest.TestIsSigned 2022-05-18T05:49:24.0623371Z [ OK ] LazyOpsTest.TestIsSigned (0 ms) 2022-05-18T05:49:24.0623772Z [ RUN ] LazyOpsTest.TestCastByte 2022-05-18T05:49:24.0636953Z [ OK ] LazyOpsTest.TestCastByte (1 ms) 2022-05-18T05:49:24.0637385Z [ RUN ] LazyOpsTest.TestCastChar 2022-05-18T05:49:24.0642458Z [ OK ] LazyOpsTest.TestCastChar (0 ms) 2022-05-18T05:49:24.0642901Z [ RUN ] LazyOpsTest.TestCastShort 2022-05-18T05:49:24.0648001Z [ OK ] LazyOpsTest.TestCastShort (0 ms) 2022-05-18T05:49:24.0648423Z [ RUN ] LazyOpsTest.TestCastInt 2022-05-18T05:49:24.0653750Z [ OK ] LazyOpsTest.TestCastInt (0 ms) 2022-05-18T05:49:24.0654165Z [ RUN ] LazyOpsTest.TestCastLong 2022-05-18T05:49:24.0659547Z [ OK ] LazyOpsTest.TestCastLong (0 ms) 2022-05-18T05:49:24.0660032Z [ RUN ] LazyOpsTest.TestCastFloat 2022-05-18T05:49:24.0661491Z [ OK ] LazyOpsTest.TestCastFloat (0 ms) 2022-05-18T05:49:24.0662214Z [ RUN ] LazyOpsTest.TestRetainType 2022-05-18T05:49:24.0663151Z [ OK ] LazyOpsTest.TestRetainType (0 ms) 2022-05-18T05:49:24.0663597Z [ RUN ] LazyOpsTest.TestLogicalTypeWithInterop 2022-05-18T05:49:24.0667972Z [ OK ] LazyOpsTest.TestLogicalTypeWithInterop (0 ms) 2022-05-18T05:49:24.0668418Z [ RUN ] LazyOpsTest.TestAdd 2022-05-18T05:49:24.0673994Z [ OK ] LazyOpsTest.TestAdd (0 ms) 2022-05-18T05:49:24.0674374Z [ RUN ] LazyOpsTest.TestAddHalf 2022-05-18T05:49:24.0680168Z [ OK ] LazyOpsTest.TestAddHalf (0 ms) 2022-05-18T05:49:24.0680612Z [ RUN ] LazyOpsTest.TestAddMixedPrecision 2022-05-18T05:49:24.0686142Z [ OK ] LazyOpsTest.TestAddMixedPrecision (0 ms) 2022-05-18T05:49:24.0686595Z [ RUN ] LazyOpsTest.TestAddInPlace 2022-05-18T05:49:24.0695047Z [ OK ] LazyOpsTest.TestAddInPlace (0 ms) 2022-05-18T05:49:24.0695465Z [ RUN ] LazyOpsTest.TestAddScalar 2022-05-18T05:49:24.0701662Z [ OK ] LazyOpsTest.TestAddScalar (0 ms) 2022-05-18T05:49:24.0702114Z [ RUN ] LazyOpsTest.TestAddScalarInPlace 2022-05-18T05:49:24.0709545Z [ OK ] LazyOpsTest.TestAddScalarInPlace (0 ms) 2022-05-18T05:49:24.0710003Z [ RUN ] LazyOpsTest.TestAddZeroSizeDim 2022-05-18T05:49:24.0714567Z [ OK ] LazyOpsTest.TestAddZeroSizeDim (0 ms) 2022-05-18T05:49:24.0714979Z [ RUN ] LazyOpsTest.TestSub 2022-05-18T05:49:24.0721059Z [ OK ] LazyOpsTest.TestSub (0 ms) 2022-05-18T05:49:24.0721446Z [ RUN ] LazyOpsTest.TestSubInPlace 2022-05-18T05:49:24.0729406Z [ OK ] LazyOpsTest.TestSubInPlace (0 ms) 2022-05-18T05:49:24.0729826Z [ RUN ] LazyOpsTest.TestSubScalar 2022-05-18T05:49:24.0735367Z [ OK ] LazyOpsTest.TestSubScalar (0 ms) 2022-05-18T05:49:24.0735794Z [ RUN ] LazyOpsTest.TestSubScalarInPlace 2022-05-18T05:49:24.0743799Z [ OK ] LazyOpsTest.TestSubScalarInPlace (0 ms) 2022-05-18T05:49:24.0744211Z [ RUN ] LazyOpsTest.TestMul 2022-05-18T05:49:24.0749787Z [ OK ] LazyOpsTest.TestMul (0 ms) 2022-05-18T05:49:24.0750173Z [ RUN ] LazyOpsTest.TestMulInPlace 2022-05-18T05:49:24.0758181Z [ OK ] LazyOpsTest.TestMulInPlace (0 ms) 2022-05-18T05:49:24.0758629Z [ RUN ] LazyOpsTest.TestMulScalar 2022-05-18T05:49:24.0763974Z [ OK ] LazyOpsTest.TestMulScalar (0 ms) 2022-05-18T05:49:24.0764400Z [ RUN ] LazyOpsTest.TestMulScalarInPlace 2022-05-18T05:49:24.0771045Z [ OK ] LazyOpsTest.TestMulScalarInPlace (0 ms) 2022-05-18T05:49:24.0771463Z [ RUN ] LazyOpsTest.TestDiv 2022-05-18T05:49:24.0949413Z [ OK ] LazyOpsTest.TestDiv (17 ms) 2022-05-18T05:49:24.0949862Z [ RUN ] LazyOpsTest.TestDivWithRoundingMode 2022-05-18T05:49:24.1526296Z [ OK ] LazyOpsTest.TestDivWithRoundingMode (57 ms) 2022-05-18T05:49:24.1526753Z [ RUN ] LazyOpsTest.TestDivInPlace 2022-05-18T05:49:24.1532525Z [ OK ] LazyOpsTest.TestDivInPlace (0 ms) 2022-05-18T05:49:24.1533015Z [ RUN ] LazyOpsTest.TestDivInPlaceWithRoundingMode 2022-05-18T05:49:24.1552149Z [ OK ] LazyOpsTest.TestDivInPlaceWithRoundingMode (1 ms) 2022-05-18T05:49:24.1552770Z [ RUN ] LazyOpsTest.TestDivScalar 2022-05-18T05:49:24.1614632Z [ OK ] LazyOpsTest.TestDivScalar (6 ms) 2022-05-18T05:49:24.1615074Z [ RUN ] LazyOpsTest.TestDivScalarInPlace 2022-05-18T05:49:24.1627554Z [ OK ] LazyOpsTest.TestDivScalarInPlace (1 ms) 2022-05-18T05:49:24.1627982Z [ RUN ] LazyOpsTest.TestDivOut 2022-05-18T05:49:24.1636952Z [ OK ] LazyOpsTest.TestDivOut (0 ms) 2022-05-18T05:49:24.1637362Z [ RUN ] LazyOpsTest.TestRsubScalar 2022-05-18T05:49:24.1643435Z [ OK ] LazyOpsTest.TestRsubScalar (0 ms) 2022-05-18T05:49:24.1643812Z [ RUN ] LazyOpsTest.TestNe 2022-05-18T05:49:24.1649047Z [ OK ] LazyOpsTest.TestNe (0 ms) 2022-05-18T05:49:24.1649445Z [ RUN ] LazyOpsTest.TestNeInplace 2022-05-18T05:49:24.1657250Z [ OK ] LazyOpsTest.TestNeInplace (0 ms) 2022-05-18T05:49:24.1657638Z [ RUN ] LazyOpsTest.TestEq 2022-05-18T05:49:24.1676742Z [ OK ] LazyOpsTest.TestEq (0 ms) 2022-05-18T05:49:24.1677265Z [ RUN ] LazyOpsTest.TestEqInplace 2022-05-18T05:49:24.1677663Z [ OK ] LazyOpsTest.TestEqInplace (0 ms) 2022-05-18T05:49:24.1678050Z [ RUN ] LazyOpsTest.TestGe 2022-05-18T05:49:24.1678405Z [ OK ] LazyOpsTest.TestGe (0 ms) 2022-05-18T05:49:24.1678759Z [ RUN ] LazyOpsTest.TestGeInplace 2022-05-18T05:49:24.1685315Z [ OK ] LazyOpsTest.TestGeInplace (0 ms) 2022-05-18T05:49:24.1685691Z [ RUN ] LazyOpsTest.TestLe 2022-05-18T05:49:24.1690478Z [ OK ] LazyOpsTest.TestLe (0 ms) 2022-05-18T05:49:24.1690854Z [ RUN ] LazyOpsTest.TestLeInplace 2022-05-18T05:49:24.1698780Z [ OK ] LazyOpsTest.TestLeInplace (0 ms) 2022-05-18T05:49:24.1699156Z [ RUN ] LazyOpsTest.TestGt 2022-05-18T05:49:24.1704595Z [ OK ] LazyOpsTest.TestGt (0 ms) 2022-05-18T05:49:24.1705000Z [ RUN ] LazyOpsTest.TestGtInplace 2022-05-18T05:49:24.1712737Z [ OK ] LazyOpsTest.TestGtInplace (0 ms) 2022-05-18T05:49:24.1713112Z [ RUN ] LazyOpsTest.TestLt 2022-05-18T05:49:24.1718269Z [ OK ] LazyOpsTest.TestLt (0 ms) 2022-05-18T05:49:24.1718647Z [ RUN ] LazyOpsTest.TestLtInplace 2022-05-18T05:49:24.1726340Z [ OK ] LazyOpsTest.TestLtInplace (0 ms) 2022-05-18T05:49:24.1726757Z [ RUN ] LazyOpsTest.TestNeScalar 2022-05-18T05:49:24.1730970Z [ OK ] LazyOpsTest.TestNeScalar (0 ms) 2022-05-18T05:49:24.1731382Z [ RUN ] LazyOpsTest.TestEqScalar 2022-05-18T05:49:24.1735556Z [ OK ] LazyOpsTest.TestEqScalar (0 ms) 2022-05-18T05:49:24.1735948Z [ RUN ] LazyOpsTest.TestGeScalar 2022-05-18T05:49:24.1740067Z [ OK ] LazyOpsTest.TestGeScalar (0 ms) 2022-05-18T05:49:24.1740711Z [ RUN ] LazyOpsTest.TestGeScalarInplace 2022-05-18T05:49:24.1747985Z [ OK ] LazyOpsTest.TestGeScalarInplace (0 ms) 2022-05-18T05:49:24.1748397Z [ RUN ] LazyOpsTest.TestLeScalar 2022-05-18T05:49:24.1752506Z [ OK ] LazyOpsTest.TestLeScalar (0 ms) 2022-05-18T05:49:24.1752942Z [ RUN ] LazyOpsTest.TestLeScalarInplace 2022-05-18T05:49:24.1759904Z [ OK ] LazyOpsTest.TestLeScalarInplace (0 ms) 2022-05-18T05:49:24.1760308Z [ RUN ] LazyOpsTest.TestGtScalar 2022-05-18T05:49:24.1764471Z [ OK ] LazyOpsTest.TestGtScalar (0 ms) 2022-05-18T05:49:24.1764905Z [ RUN ] LazyOpsTest.TestGtScalarInplace 2022-05-18T05:49:24.1771621Z [ OK ] LazyOpsTest.TestGtScalarInplace (0 ms) 2022-05-18T05:49:24.1772058Z [ RUN ] LazyOpsTest.TestLtScalar 2022-05-18T05:49:24.1776169Z [ OK ] LazyOpsTest.TestLtScalar (0 ms) 2022-05-18T05:49:24.1776714Z [ RUN ] LazyOpsTest.TestLtScalarInplace 2022-05-18T05:49:24.1784370Z [ OK ] LazyOpsTest.TestLtScalarInplace (0 ms) 2022-05-18T05:49:24.1784821Z [ RUN ] LazyOpsTest.TestIntegerAdd 2022-05-18T05:49:24.1806996Z [ OK ] LazyOpsTest.TestIntegerAdd (2 ms) 2022-05-18T05:49:24.1807396Z [ RUN ] LazyOpsTest.TestSVD 2022-05-18T05:49:24.5595317Z [ OK ] LazyOpsTest.TestSVD (378 ms) 2022-05-18T05:49:24.5595763Z [ RUN ] LazyOpsTest.TestQR 2022-05-18T05:49:24.5596272Z [W BatchLinearAlgebra.cpp:2497] Warning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-05-18T05:49:24.5596857Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-05-18T05:49:24.5597206Z Q, R = torch.qr(A, some) 2022-05-18T05:49:24.5597474Z should be replaced with 2022-05-18T05:49:24.5597931Z Q, R = torch.linalg.qr(A, 'reduced' if some else 'complete') (function operator()) 2022-05-18T05:49:24.5640931Z [ OK ] LazyOpsTest.TestQR (4 ms) 2022-05-18T05:49:24.5641614Z [ RUN ] LazyOpsTest.TestSymEig 2022-05-18T05:49:24.6968671Z [W BatchLinearAlgebra.cpp:3041] Warning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-05-18T05:49:24.6969345Z 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:49:24.6969761Z L, _ = torch.symeig(A, upper=upper) 2022-05-18T05:49:24.6970047Z should be replaced with 2022-05-18T05:49:24.6970528Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-05-18T05:49:24.6970810Z and 2022-05-18T05:49:24.6971077Z L, V = torch.symeig(A, eigenvectors=True) 2022-05-18T05:49:24.6971376Z should be replaced with 2022-05-18T05:49:24.6971787Z L, V = torch.linalg.eigh(A, UPLO='U' if upper else 'L') (function operator()) 2022-05-18T05:49:25.0389667Z [ OK ] LazyOpsTest.TestSymEig (474 ms) 2022-05-18T05:49:25.0390127Z [ RUN ] LazyOpsTest.TestCholesky 2022-05-18T05:49:25.0390649Z [W BatchLinearAlgebra.cpp:1755] Warning: torch.cholesky is deprecated in favor of torch.linalg.cholesky and will be removed in a future PyTorch release. 2022-05-18T05:49:25.0391100Z L = torch.cholesky(A) 2022-05-18T05:49:25.0391371Z should be replaced with 2022-05-18T05:49:25.0391633Z L = torch.linalg.cholesky(A) 2022-05-18T05:49:25.0391885Z and 2022-05-18T05:49:25.0392134Z U = torch.cholesky(A, upper=True) 2022-05-18T05:49:25.0392399Z should be replaced with 2022-05-18T05:49:25.0392684Z U = torch.linalg.cholesky(A).mH(). 2022-05-18T05:49:25.0393121Z This transform will produce equivalent results for all valid (symmetric positive definite) inputs. (function operator()) 2022-05-18T05:49:25.0458203Z [ OK ] LazyOpsTest.TestCholesky (6 ms) 2022-05-18T05:49:25.0459088Z [ RUN ] LazyOpsTest.TestLogDet 2022-05-18T05:49:25.0520559Z [ OK ] LazyOpsTest.TestLogDet (6 ms) 2022-05-18T05:49:25.0521167Z [ RUN ] LazyOpsTest.TestTriangularSolve 2022-05-18T05:49:25.0521711Z [W BatchLinearAlgebra.cpp:2189] Warning: torch.triangular_solve is deprecated in favor of torch.linalg.solve_triangularand will be removed in a future PyTorch release. 2022-05-18T05:49:25.0522307Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-05-18T05:49:25.0522721Z X = torch.triangular_solve(B, A).solution 2022-05-18T05:49:25.0522996Z should be replaced with 2022-05-18T05:49:25.0523336Z X = torch.linalg.solve_triangular(A, B). (function operator()) 2022-05-18T05:49:25.1863383Z [ OK ] LazyOpsTest.TestTriangularSolve (134 ms) 2022-05-18T05:49:25.1863844Z [ RUN ] LazyOpsTest.TestKthValue 2022-05-18T05:49:25.1985595Z [ OK ] LazyOpsTest.TestKthValue (12 ms) 2022-05-18T05:49:25.1986002Z [ RUN ] LazyOpsTest.TestTopK 2022-05-18T05:49:25.2348617Z [ OK ] LazyOpsTest.TestTopK (36 ms) 2022-05-18T05:49:25.2349253Z [ RUN ] LazyOpsTest.TestSort 2022-05-18T05:49:25.2510100Z [ OK ] LazyOpsTest.TestSort (16 ms) 2022-05-18T05:49:25.2510551Z [ RUN ] LazyOpsTest.TestSortDescWithMinValue 2022-05-18T05:49:25.2520654Z [ OK ] LazyOpsTest.TestSortDescWithMinValue (1 ms) 2022-05-18T05:49:25.2521090Z [ RUN ] LazyOpsTest.TestArgSort 2022-05-18T05:49:25.2569988Z [ OK ] LazyOpsTest.TestArgSort (4 ms) 2022-05-18T05:49:25.2570383Z [ RUN ] LazyOpsTest.TestMin 2022-05-18T05:49:25.2577507Z [ OK ] LazyOpsTest.TestMin (0 ms) 2022-05-18T05:49:25.2577959Z [ RUN ] LazyOpsTest.TestMax 2022-05-18T05:49:25.2583794Z [ OK ] LazyOpsTest.TestMax (0 ms) 2022-05-18T05:49:25.2584789Z [ RUN ] LazyOpsTest.TestUnaryMin 2022-05-18T05:49:25.2590112Z [ OK ] LazyOpsTest.TestUnaryMin (0 ms) 2022-05-18T05:49:25.2590563Z [ RUN ] LazyOpsTest.TestUnaryMax 2022-05-18T05:49:25.2595573Z [ OK ] LazyOpsTest.TestUnaryMax (0 ms) 2022-05-18T05:49:25.2596550Z [ RUN ] LazyOpsTest.TestAll 2022-05-18T05:49:25.2626609Z [ OK ] LazyOpsTest.TestAll (3 ms) 2022-05-18T05:49:25.2627016Z [ RUN ] LazyOpsTest.TestAllDim 2022-05-18T05:49:25.2639729Z [ OK ] LazyOpsTest.TestAllDim (1 ms) 2022-05-18T05:49:25.2640678Z [ RUN ] LazyOpsTest.TestAllDimKeep 2022-05-18T05:49:25.2653230Z [ OK ] LazyOpsTest.TestAllDimKeep (1 ms) 2022-05-18T05:49:25.2653919Z [ RUN ] LazyOpsTest.TestAmax 2022-05-18T05:49:25.2812557Z [ OK ] LazyOpsTest.TestAmax (15 ms) 2022-05-18T05:49:25.2813067Z [ RUN ] LazyOpsTest.TestAmin 2022-05-18T05:49:25.2969973Z [ OK ] LazyOpsTest.TestAmin (15 ms) 2022-05-18T05:49:25.2970456Z [ RUN ] LazyOpsTest.TestAny 2022-05-18T05:49:25.2994262Z [ OK ] LazyOpsTest.TestAny (2 ms) 2022-05-18T05:49:25.2994782Z [ RUN ] LazyOpsTest.TestAnyDim 2022-05-18T05:49:25.3007408Z [ OK ] LazyOpsTest.TestAnyDim (1 ms) 2022-05-18T05:49:25.3007873Z [ RUN ] LazyOpsTest.TestAnyDimKeep 2022-05-18T05:49:25.3019899Z [ OK ] LazyOpsTest.TestAnyDimKeep (1 ms) 2022-05-18T05:49:25.3020349Z [ RUN ] LazyOpsTest.TestMean 2022-05-18T05:49:25.3026480Z [ OK ] LazyOpsTest.TestMean (0 ms) 2022-05-18T05:49:25.3027371Z [ RUN ] LazyOpsTest.TestMeanCast 2022-05-18T05:49:25.3032547Z [ OK ] LazyOpsTest.TestMeanCast (0 ms) 2022-05-18T05:49:25.3033425Z [ RUN ] LazyOpsTest.TestMeanInDim 2022-05-18T05:49:25.3068122Z [ OK ] LazyOpsTest.TestMeanInDim (3 ms) 2022-05-18T05:49:25.3068550Z [ RUN ] LazyOpsTest.TestMeanInDims 2022-05-18T05:49:25.3081608Z [ OK ] LazyOpsTest.TestMeanInDims (1 ms) 2022-05-18T05:49:25.3082292Z [ RUN ] LazyOpsTest.TestMeanInDimsKeepCast 2022-05-18T05:49:25.3096317Z [ OK ] LazyOpsTest.TestMeanInDimsKeepCast (1 ms) 2022-05-18T05:49:25.3096781Z [ RUN ] LazyOpsTest.TestMeanInDimOut 2022-05-18T05:49:25.3128933Z [ OK ] LazyOpsTest.TestMeanInDimOut (3 ms) 2022-05-18T05:49:25.3129349Z [ RUN ] LazyOpsTest.TestStd 2022-05-18T05:49:25.3139828Z [ OK ] LazyOpsTest.TestStd (1 ms) 2022-05-18T05:49:25.3140231Z [ RUN ] LazyOpsTest.TestStdInDim 2022-05-18T05:49:25.3272834Z [ OK ] LazyOpsTest.TestStdInDim (13 ms) 2022-05-18T05:49:25.3273274Z [ RUN ] LazyOpsTest.TestStdWithCorrection 2022-05-18T05:49:25.3347984Z [ OK ] LazyOpsTest.TestStdWithCorrection (7 ms) 2022-05-18T05:49:25.3348478Z [ RUN ] LazyOpsTest.TestStdMeanWithCorrection 2022-05-18T05:49:25.3396934Z [ OK ] LazyOpsTest.TestStdMeanWithCorrection (4 ms) 2022-05-18T05:49:25.3397613Z [ RUN ] LazyOpsTest.TestSum 2022-05-18T05:49:25.3402972Z [ OK ] LazyOpsTest.TestSum (0 ms) 2022-05-18T05:49:25.3403379Z [ RUN ] LazyOpsTest.TestSumCast 2022-05-18T05:49:25.3408964Z [ OK ] LazyOpsTest.TestSumCast (0 ms) 2022-05-18T05:49:25.3409385Z [ RUN ] LazyOpsTest.TestSumU8 2022-05-18T05:49:25.3414497Z [ OK ] LazyOpsTest.TestSumU8 (0 ms) 2022-05-18T05:49:25.3414907Z [ RUN ] LazyOpsTest.TestSumInDim 2022-05-18T05:49:25.3448398Z [ OK ] LazyOpsTest.TestSumInDim (3 ms) 2022-05-18T05:49:25.3448828Z [ RUN ] LazyOpsTest.TestSumInDims 2022-05-18T05:49:25.3460351Z [ OK ] LazyOpsTest.TestSumInDims (1 ms) 2022-05-18T05:49:25.3460784Z [ RUN ] LazyOpsTest.TestSumInDimsKeep 2022-05-18T05:49:25.3472502Z [ OK ] LazyOpsTest.TestSumInDimsKeep (1 ms) 2022-05-18T05:49:25.3472966Z [ RUN ] LazyOpsTest.TestSumInDimsKeepCast 2022-05-18T05:49:25.3484899Z [ OK ] LazyOpsTest.TestSumInDimsKeepCast (1 ms) 2022-05-18T05:49:25.3485305Z [ RUN ] LazyOpsTest.TestVar 2022-05-18T05:49:25.3491288Z [ OK ] LazyOpsTest.TestVar (0 ms) 2022-05-18T05:49:25.3491688Z [ RUN ] LazyOpsTest.TestVarWithDim 2022-05-18T05:49:25.3513869Z [ OK ] LazyOpsTest.TestVarWithDim (2 ms) 2022-05-18T05:49:25.3514296Z [ RUN ] LazyOpsTest.TestVarWithCorrection 2022-05-18T05:49:25.3546224Z [ OK ] LazyOpsTest.TestVarWithCorrection (3 ms) 2022-05-18T05:49:25.3546716Z [ RUN ] LazyOpsTest.TestVarMeanWithCorrection 2022-05-18T05:49:25.3594018Z [ OK ] LazyOpsTest.TestVarMeanWithCorrection (4 ms) 2022-05-18T05:49:25.3594503Z [ RUN ] LazyOpsTest.TestMaxInDim 2022-05-18T05:49:25.3712485Z [ OK ] LazyOpsTest.TestMaxInDim (11 ms) 2022-05-18T05:49:25.3712907Z [ RUN ] LazyOpsTest.TestMinInDim 2022-05-18T05:49:25.3759629Z [ OK ] LazyOpsTest.TestMinInDim (4 ms) 2022-05-18T05:49:25.3760039Z [ RUN ] LazyOpsTest.TestNorm 2022-05-18T05:49:25.3766622Z [ OK ] LazyOpsTest.TestNorm (0 ms) 2022-05-18T05:49:25.3767034Z [ RUN ] LazyOpsTest.TestNormInDim 2022-05-18T05:49:25.3779459Z [ OK ] LazyOpsTest.TestNormInDim (1 ms) 2022-05-18T05:49:25.3779882Z [ RUN ] LazyOpsTest.TestNormInDims 2022-05-18T05:49:25.3792039Z [ OK ] LazyOpsTest.TestNormInDims (1 ms) 2022-05-18T05:49:25.3792463Z [ RUN ] LazyOpsTest.TestNormInDimsKeep 2022-05-18T05:49:25.3804174Z [ OK ] LazyOpsTest.TestNormInDimsKeep (1 ms) 2022-05-18T05:49:25.3804629Z [ RUN ] LazyOpsTest.TestNormalTwoTensor 2022-05-18T05:49:25.3815499Z [ OK ] LazyOpsTest.TestNormalTwoTensor (1 ms) 2022-05-18T05:49:25.3815938Z [ RUN ] LazyOpsTest.TestNormalDoubleMean 2022-05-18T05:49:25.3827607Z [ OK ] LazyOpsTest.TestNormalDoubleMean (1 ms) 2022-05-18T05:49:25.3828091Z [ RUN ] LazyOpsTest.TestNormalDoubleStd 2022-05-18T05:49:25.3832214Z [ OK ] LazyOpsTest.TestNormalDoubleStd (0 ms) 2022-05-18T05:49:25.3832654Z [ RUN ] LazyOpsTest.TestNormalInPlace 2022-05-18T05:49:25.3836316Z [ OK ] LazyOpsTest.TestNormalInPlace (0 ms) 2022-05-18T05:49:25.3837136Z [ RUN ] LazyOpsTest.TestUniformInPlace 2022-05-18T05:49:25.3838338Z [ OK ] LazyOpsTest.TestUniformInPlace (0 ms) 2022-05-18T05:49:25.3838785Z [ RUN ] LazyOpsTest.TestRandomInPlace 2022-05-18T05:49:25.3935662Z [ OK ] LazyOpsTest.TestRandomInPlace (9 ms) 2022-05-18T05:49:25.3936213Z [ RUN ] LazyOpsTest.TestRandomInPlaceDefaultFrom 2022-05-18T05:49:25.4032260Z [ OK ] LazyOpsTest.TestRandomInPlaceDefaultFrom (9 ms) 2022-05-18T05:49:25.4032783Z [ RUN ] LazyOpsTest.TestRandomInPlaceDefault 2022-05-18T05:49:25.4058374Z [ OK ] LazyOpsTest.TestRandomInPlaceDefault (2 ms) 2022-05-18T05:49:25.4059127Z [ RUN ] LazyOpsTest.TestNormGeneral 2022-05-18T05:49:25.4065192Z [ OK ] LazyOpsTest.TestNormGeneral (0 ms) 2022-05-18T05:49:25.4065626Z [ RUN ] LazyOpsTest.TestNormNuclear 2022-05-18T05:49:25.4072074Z [ OK ] LazyOpsTest.TestNormNuclear (0 ms) 2022-05-18T05:49:25.4072494Z [ RUN ] LazyOpsTest.TestFrobeniusNorm 2022-05-18T05:49:25.4076067Z [ OK ] LazyOpsTest.TestFrobeniusNorm (0 ms) 2022-05-18T05:49:25.4076527Z [ RUN ] LazyOpsTest.TestFrobeniusNormInDim 2022-05-18T05:49:25.4090968Z [ OK ] LazyOpsTest.TestFrobeniusNormInDim (1 ms) 2022-05-18T05:49:25.4091436Z [ RUN ] LazyOpsTest.TestFrobeniusNormInDims 2022-05-18T05:49:25.4111459Z [ OK ] LazyOpsTest.TestFrobeniusNormInDims (1 ms) 2022-05-18T05:49:25.4111913Z [ RUN ] LazyOpsTest.TestGroupNorm 2022-05-18T05:49:25.4179732Z [ OK ] LazyOpsTest.TestGroupNorm (6 ms) 2022-05-18T05:49:25.4180174Z [ RUN ] LazyOpsTest.TestGroupNormBackward 2022-05-18T05:49:25.5059867Z [ OK ] LazyOpsTest.TestGroupNormBackward (87 ms) 2022-05-18T05:49:25.5060346Z [ RUN ] LazyOpsTest.TestInstanceNorm 2022-05-18T05:49:25.5082368Z [ OK ] LazyOpsTest.TestInstanceNorm (2 ms) 2022-05-18T05:49:25.5082779Z [ RUN ] LazyOpsTest.TestLayerNorm 2022-05-18T05:49:25.5135564Z [ OK ] LazyOpsTest.TestLayerNorm (5 ms) 2022-05-18T05:49:25.5136019Z [ RUN ] LazyOpsTest.TestLayerNormBackward 2022-05-18T05:49:25.5534717Z [ OK ] LazyOpsTest.TestLayerNormBackward (39 ms) 2022-05-18T05:49:25.5535173Z [ RUN ] LazyOpsTest.TestNuclearNorm 2022-05-18T05:49:25.5563227Z [ OK ] LazyOpsTest.TestNuclearNorm (2 ms) 2022-05-18T05:49:25.5563684Z [ RUN ] LazyOpsTest.TestPairwiseDistance 2022-05-18T05:49:26.1248407Z [ OK ] LazyOpsTest.TestPairwiseDistance (568 ms) 2022-05-18T05:49:26.1248911Z [ RUN ] LazyOpsTest.TestCosineSimilarity 2022-05-18T05:49:26.1320922Z [ OK ] LazyOpsTest.TestCosineSimilarity (7 ms) 2022-05-18T05:49:26.1321593Z [ RUN ] LazyOpsTest.TestCosineEmbeddingLoss 2022-05-18T05:49:26.7488992Z [ OK ] LazyOpsTest.TestCosineEmbeddingLoss (616 ms) 2022-05-18T05:49:26.7489652Z [ RUN ] LazyOpsTest.TestHingeEmbeddingLoss 2022-05-18T05:49:26.7561954Z [ OK ] LazyOpsTest.TestHingeEmbeddingLoss (7 ms) 2022-05-18T05:49:26.7562432Z [ RUN ] LazyOpsTest.TestTripletMarginLoss 2022-05-18T05:49:28.9660213Z [ OK ] LazyOpsTest.TestTripletMarginLoss (2209 ms) 2022-05-18T05:49:28.9660741Z [ RUN ] LazyOpsTest.TestBinaryCrossEntropy 2022-05-18T05:49:28.9698992Z [ OK ] LazyOpsTest.TestBinaryCrossEntropy (3 ms) 2022-05-18T05:49:28.9699825Z [ RUN ] LazyOpsTest.TestMarginRankingLoss 2022-05-18T05:49:29.5251551Z [ OK ] LazyOpsTest.TestMarginRankingLoss (555 ms) 2022-05-18T05:49:29.5252063Z [ RUN ] LazyOpsTest.TestBCEWithLogits 2022-05-18T05:49:29.5282167Z [ OK ] LazyOpsTest.TestBCEWithLogits (3 ms) 2022-05-18T05:49:29.5282778Z [ RUN ] LazyOpsTest.TestKlDiv 2022-05-18T05:49:29.8295148Z [ OK ] LazyOpsTest.TestKlDiv (301 ms) 2022-05-18T05:49:29.8295753Z [ RUN ] LazyOpsTest.TestProd 2022-05-18T05:49:29.8297652Z [ OK ] LazyOpsTest.TestProd (0 ms) 2022-05-18T05:49:29.8298174Z [ RUN ] LazyOpsTest.TestProdCast 2022-05-18T05:49:29.8324403Z [ OK ] LazyOpsTest.TestProdCast (2 ms) 2022-05-18T05:49:29.8324825Z [ RUN ] LazyOpsTest.TestProdInDim 2022-05-18T05:49:29.8366789Z [ OK ] LazyOpsTest.TestProdInDim (4 ms) 2022-05-18T05:49:29.8367492Z [ RUN ] LazyOpsTest.TestProdInDimKeepCast 2022-05-18T05:49:29.8410662Z [ OK ] LazyOpsTest.TestProdInDimKeepCast (4 ms) 2022-05-18T05:49:29.8411114Z [ RUN ] LazyOpsTest.TestProdInDimKeep 2022-05-18T05:49:29.8427998Z [ OK ] LazyOpsTest.TestProdInDimKeep (1 ms) 2022-05-18T05:49:29.8428423Z [ RUN ] LazyOpsTest.TestCumSum 2022-05-18T05:49:29.8459306Z [ OK ] LazyOpsTest.TestCumSum (3 ms) 2022-05-18T05:49:29.8459719Z [ RUN ] LazyOpsTest.TestCumSumCast 2022-05-18T05:49:29.8490798Z [ OK ] LazyOpsTest.TestCumSumCast (3 ms) 2022-05-18T05:49:29.8491226Z [ RUN ] LazyOpsTest.TestCumSumLong 2022-05-18T05:49:29.8517004Z [ OK ] LazyOpsTest.TestCumSumLong (2 ms) 2022-05-18T05:49:29.8517435Z [ RUN ] LazyOpsTest.TestCumSumCastLong 2022-05-18T05:49:29.8543563Z [ OK ] LazyOpsTest.TestCumSumCastLong (2 ms) 2022-05-18T05:49:29.8543977Z [ RUN ] LazyOpsTest.TestCumProd 2022-05-18T05:49:29.8560778Z [ OK ] LazyOpsTest.TestCumProd (1 ms) 2022-05-18T05:49:29.8561193Z [ RUN ] LazyOpsTest.TestCumProdCast 2022-05-18T05:49:29.8578374Z [ OK ] LazyOpsTest.TestCumProdCast (1 ms) 2022-05-18T05:49:29.8578788Z [ RUN ] LazyOpsTest.TestCumProdLong 2022-05-18T05:49:29.8596664Z [ OK ] LazyOpsTest.TestCumProdLong (1 ms) 2022-05-18T05:49:29.8597291Z [ RUN ] LazyOpsTest.TestCumProdCastLong 2022-05-18T05:49:29.8614820Z [ OK ] LazyOpsTest.TestCumProdCastLong (1 ms) 2022-05-18T05:49:29.8615257Z [ RUN ] LazyOpsTest.TestArgMin 2022-05-18T05:49:29.8618230Z [ OK ] LazyOpsTest.TestArgMin (0 ms) 2022-05-18T05:49:29.8619044Z [ RUN ] LazyOpsTest.TestArgMinDim 2022-05-18T05:49:29.8623979Z [ OK ] LazyOpsTest.TestArgMinDim (0 ms) 2022-05-18T05:49:29.8624424Z [ RUN ] LazyOpsTest.TestArgMinDimKeep 2022-05-18T05:49:29.8629177Z [ OK ] LazyOpsTest.TestArgMinDimKeep (0 ms) 2022-05-18T05:49:29.8629614Z [ RUN ] LazyOpsTest.TestArgMinSameValue 2022-05-18T05:49:29.8632103Z [ OK ] LazyOpsTest.TestArgMinSameValue (0 ms) 2022-05-18T05:49:29.8632667Z [ RUN ] LazyOpsTest.TestArgMinWrapper 2022-05-18T05:49:29.8637440Z [ OK ] LazyOpsTest.TestArgMinWrapper (0 ms) 2022-05-18T05:49:29.8638095Z [ RUN ] LazyOpsTest.TestArgMax 2022-05-18T05:49:29.8640949Z [ OK ] LazyOpsTest.TestArgMax (0 ms) 2022-05-18T05:49:29.8641358Z [ RUN ] LazyOpsTest.TestArgMaxDim 2022-05-18T05:49:29.8646236Z [ OK ] LazyOpsTest.TestArgMaxDim (0 ms) 2022-05-18T05:49:29.8646654Z [ RUN ] LazyOpsTest.TestArgMaxDimKeep 2022-05-18T05:49:29.8651531Z [ OK ] LazyOpsTest.TestArgMaxDimKeep (0 ms) 2022-05-18T05:49:29.8652292Z [ RUN ] LazyOpsTest.TestArgMaxSameValue 2022-05-18T05:49:29.8654738Z [ OK ] LazyOpsTest.TestArgMaxSameValue (0 ms) 2022-05-18T05:49:29.8655373Z [ RUN ] LazyOpsTest.TestArgMaxWrapper 2022-05-18T05:49:29.8660696Z [ OK ] LazyOpsTest.TestArgMaxWrapper (0 ms) 2022-05-18T05:49:29.8661120Z [ RUN ] LazyOpsTest.TestAsin 2022-05-18T05:49:29.8664944Z [ OK ] LazyOpsTest.TestAsin (0 ms) 2022-05-18T05:49:29.8665351Z [ RUN ] LazyOpsTest.TestAsinh 2022-05-18T05:49:29.8669477Z [ OK ] LazyOpsTest.TestAsinh (0 ms) 2022-05-18T05:49:29.8669896Z [ RUN ] LazyOpsTest.TestAsinhInPlace 2022-05-18T05:49:29.8674436Z [ OK ] LazyOpsTest.TestAsinhInPlace (0 ms) 2022-05-18T05:49:29.8674844Z [ RUN ] LazyOpsTest.TestSin 2022-05-18T05:49:29.8678539Z [ OK ] LazyOpsTest.TestSin (0 ms) 2022-05-18T05:49:29.8678912Z [ RUN ] LazyOpsTest.TestSinh 2022-05-18T05:49:29.8682555Z [ OK ] LazyOpsTest.TestSinh (0 ms) 2022-05-18T05:49:29.8683086Z [ RUN ] LazyOpsTest.TestAcos 2022-05-18T05:49:29.8686680Z [ OK ] LazyOpsTest.TestAcos (0 ms) 2022-05-18T05:49:29.8687054Z [ RUN ] LazyOpsTest.TestAcosh 2022-05-18T05:49:29.8691028Z [ OK ] LazyOpsTest.TestAcosh (0 ms) 2022-05-18T05:49:29.8691450Z [ RUN ] LazyOpsTest.TestAcoshInPlace 2022-05-18T05:49:29.8696292Z [ OK ] LazyOpsTest.TestAcoshInPlace (0 ms) 2022-05-18T05:49:29.8696710Z [ RUN ] LazyOpsTest.TestCos 2022-05-18T05:49:29.8702471Z [ OK ] LazyOpsTest.TestCos (0 ms) 2022-05-18T05:49:29.8702866Z [ RUN ] LazyOpsTest.TestCosh 2022-05-18T05:49:29.8706466Z [ OK ] LazyOpsTest.TestCosh (0 ms) 2022-05-18T05:49:29.8706856Z [ RUN ] LazyOpsTest.TestAtan 2022-05-18T05:49:29.8710650Z [ OK ] LazyOpsTest.TestAtan (0 ms) 2022-05-18T05:49:29.8711039Z [ RUN ] LazyOpsTest.TestAtanh 2022-05-18T05:49:29.8714585Z [ OK ] LazyOpsTest.TestAtanh (0 ms) 2022-05-18T05:49:29.8715004Z [ RUN ] LazyOpsTest.TestAtanhInPlace 2022-05-18T05:49:29.8719960Z [ OK ] LazyOpsTest.TestAtanhInPlace (0 ms) 2022-05-18T05:49:29.8720364Z [ RUN ] LazyOpsTest.TestAtan2 2022-05-18T05:49:29.8724956Z [ OK ] LazyOpsTest.TestAtan2 (0 ms) 2022-05-18T05:49:29.8725346Z [ RUN ] LazyOpsTest.TestTan 2022-05-18T05:49:29.8728943Z [ OK ] LazyOpsTest.TestTan (0 ms) 2022-05-18T05:49:29.8729315Z [ RUN ] LazyOpsTest.TestTanh 2022-05-18T05:49:29.8734757Z [ OK ] LazyOpsTest.TestTanh (0 ms) 2022-05-18T05:49:29.8735167Z [ RUN ] LazyOpsTest.TestClampMinMax 2022-05-18T05:49:29.8741147Z [ OK ] LazyOpsTest.TestClampMinMax (0 ms) 2022-05-18T05:49:29.8741570Z [ RUN ] LazyOpsTest.TestClampMin 2022-05-18T05:49:29.8747387Z [ OK ] LazyOpsTest.TestClampMin (0 ms) 2022-05-18T05:49:29.8747792Z [ RUN ] LazyOpsTest.TestClampMax 2022-05-18T05:49:29.8753385Z [ OK ] LazyOpsTest.TestClampMax (0 ms) 2022-05-18T05:49:29.8753825Z [ RUN ] LazyOpsTest.TestClampMinExplicit 2022-05-18T05:49:29.8759151Z [ OK ] LazyOpsTest.TestClampMinExplicit (0 ms) 2022-05-18T05:49:29.8759600Z [ RUN ] LazyOpsTest.TestClampMaxExplicit 2022-05-18T05:49:29.8763366Z [ OK ] LazyOpsTest.TestClampMaxExplicit (0 ms) 2022-05-18T05:49:29.8763864Z [ RUN ] LazyOpsTest.TestClampMinExplicitInPlace 2022-05-18T05:49:29.8770815Z [ OK ] LazyOpsTest.TestClampMinExplicitInPlace (0 ms) 2022-05-18T05:49:29.8771320Z [ RUN ] LazyOpsTest.TestClampMaxExplicitInPlace 2022-05-18T05:49:29.8775996Z [ OK ] LazyOpsTest.TestClampMaxExplicitInPlace (0 ms) 2022-05-18T05:49:29.8780234Z [ RUN ] LazyOpsTest.TestCeil 2022-05-18T05:49:29.8780736Z [ OK ] LazyOpsTest.TestCeil (0 ms) 2022-05-18T05:49:29.8781145Z [ RUN ] LazyOpsTest.TestFloor 2022-05-18T05:49:29.8786927Z [ OK ] LazyOpsTest.TestFloor (0 ms) 2022-05-18T05:49:29.8787331Z [ RUN ] LazyOpsTest.TestRound 2022-05-18T05:49:29.8791853Z [ OK ] LazyOpsTest.TestRound (0 ms) 2022-05-18T05:49:29.8792248Z [ RUN ] LazyOpsTest.TestTrunc 2022-05-18T05:49:29.8797724Z [ OK ] LazyOpsTest.TestTrunc (0 ms) 2022-05-18T05:49:29.8798094Z [ RUN ] LazyOpsTest.TestFrac 2022-05-18T05:49:29.8803615Z [ OK ] LazyOpsTest.TestFrac (0 ms) 2022-05-18T05:49:29.8804001Z [ RUN ] LazyOpsTest.TestNeg 2022-05-18T05:49:29.8809209Z [ OK ] LazyOpsTest.TestNeg (0 ms) 2022-05-18T05:49:29.8809606Z [ RUN ] LazyOpsTest.TestBitwiseNot 2022-05-18T05:49:29.8818961Z [ OK ] LazyOpsTest.TestBitwiseNot (0 ms) 2022-05-18T05:49:29.8819422Z [ RUN ] LazyOpsTest.TestBitwiseNotInPlace 2022-05-18T05:49:29.8827781Z [ OK ] LazyOpsTest.TestBitwiseNotInPlace (0 ms) 2022-05-18T05:49:29.8828219Z [ RUN ] LazyOpsTest.TestSign 2022-05-18T05:49:29.8831769Z [ OK ] LazyOpsTest.TestSign (0 ms) 2022-05-18T05:49:29.8832173Z [ RUN ] LazyOpsTest.TestSignByte 2022-05-18T05:49:29.8834901Z [ OK ] LazyOpsTest.TestSignByte (0 ms) 2022-05-18T05:49:29.8835303Z [ RUN ] LazyOpsTest.TestAbs 2022-05-18T05:49:29.8840547Z [ OK ] LazyOpsTest.TestAbs (0 ms) 2022-05-18T05:49:29.8840925Z [ RUN ] LazyOpsTest.TestAbsByte 2022-05-18T05:49:29.8845511Z [ OK ] LazyOpsTest.TestAbsByte (0 ms) 2022-05-18T05:49:29.8845926Z [ RUN ] LazyOpsTest.TestEmptyLike 2022-05-18T05:49:29.8846346Z [ OK ] LazyOpsTest.TestEmptyLike (0 ms) 2022-05-18T05:49:29.8846766Z [ RUN ] LazyOpsTest.TestEmptyLikeOptions 2022-05-18T05:49:29.8847634Z [ OK ] LazyOpsTest.TestEmptyLikeOptions (0 ms) 2022-05-18T05:49:29.8848057Z [ RUN ] LazyOpsTest.TestEmpty 2022-05-18T05:49:29.8848438Z [ OK ] LazyOpsTest.TestEmpty (0 ms) 2022-05-18T05:49:29.8848842Z [ RUN ] LazyOpsTest.TestZeroInPlace 2022-05-18T05:49:29.8854306Z [ OK ] LazyOpsTest.TestZeroInPlace (0 ms) 2022-05-18T05:49:29.8854734Z [ RUN ] LazyOpsTest.TestZerosLike 2022-05-18T05:49:29.8857445Z [ OK ] LazyOpsTest.TestZerosLike (0 ms) 2022-05-18T05:49:29.8857887Z [ RUN ] LazyOpsTest.TestZerosLikeOptions 2022-05-18T05:49:29.8860569Z [ OK ] LazyOpsTest.TestZerosLikeOptions (0 ms) 2022-05-18T05:49:29.8860994Z [ RUN ] LazyOpsTest.TestZeros 2022-05-18T05:49:29.8866385Z [ OK ] LazyOpsTest.TestZeros (0 ms) 2022-05-18T05:49:29.8866775Z [ RUN ] LazyOpsTest.TestOnes 2022-05-18T05:49:29.8873408Z [ OK ] LazyOpsTest.TestOnes (0 ms) 2022-05-18T05:49:29.8873795Z [ RUN ] LazyOpsTest.TestOnesLike 2022-05-18T05:49:29.8876640Z [ OK ] LazyOpsTest.TestOnesLike (0 ms) 2022-05-18T05:49:29.8877252Z [ RUN ] LazyOpsTest.TestOnesLikeOptions 2022-05-18T05:49:29.8879929Z [ OK ] LazyOpsTest.TestOnesLikeOptions (0 ms) 2022-05-18T05:49:29.8880416Z [ RUN ] LazyOpsTest.TestFull 2022-05-18T05:49:29.8888149Z [ OK ] LazyOpsTest.TestFull (0 ms) 2022-05-18T05:49:29.8888591Z [ RUN ] LazyOpsTest.TestFullLike 2022-05-18T05:49:29.8891337Z [ OK ] LazyOpsTest.TestFullLike (0 ms) 2022-05-18T05:49:29.8891931Z [ RUN ] LazyOpsTest.TestFullLikeOptions 2022-05-18T05:49:29.8894665Z [ OK ] LazyOpsTest.TestFullLikeOptions (0 ms) 2022-05-18T05:49:29.8895092Z [ RUN ] LazyOpsTest.TestARange 2022-05-18T05:49:29.8906783Z [ OK ] LazyOpsTest.TestARange (1 ms) 2022-05-18T05:49:29.8907456Z [ RUN ] LazyOpsTest.TestARangeOut 2022-05-18T05:49:29.8908332Z [W RangeFactories.cu:270] Warning: The number of elements in the out tensor of shape [4] is 4 which does not match the computed number of elements 200. Note that this may occur as a result of rounding error. The out tensor will be resized to a tensor of shape (200,). (function operator()) 2022-05-18T05:49:29.8919992Z [ OK ] LazyOpsTest.TestARangeOut (1 ms) 2022-05-18T05:49:29.8920425Z [ RUN ] LazyOpsTest.TestDimARange 2022-05-18T05:49:29.8926863Z [ OK ] LazyOpsTest.TestDimARange (0 ms) 2022-05-18T05:49:29.8927510Z [ RUN ] LazyOpsTest.TestBartlettWindow 2022-05-18T05:49:29.8964554Z [ OK ] LazyOpsTest.TestBartlettWindow (3 ms) 2022-05-18T05:49:29.8964981Z [ RUN ] LazyOpsTest.TestBlackmanWindow 2022-05-18T05:49:29.8996341Z [ OK ] LazyOpsTest.TestBlackmanWindow (3 ms) 2022-05-18T05:49:29.8996794Z [ RUN ] LazyOpsTest.TestHammingWindow 2022-05-18T05:49:29.9018480Z [ OK ] LazyOpsTest.TestHammingWindow (2 ms) 2022-05-18T05:49:29.9018889Z [ RUN ] LazyOpsTest.TestHannWindow 2022-05-18T05:49:30.5244789Z [ OK ] LazyOpsTest.TestHannWindow (622 ms) 2022-05-18T05:49:30.5245294Z [ RUN ] LazyOpsTest.TestLogSigmoid 2022-05-18T05:49:30.5251498Z [ OK ] LazyOpsTest.TestLogSigmoid (0 ms) 2022-05-18T05:49:30.5251948Z [ RUN ] LazyOpsTest.TestLogSigmoidForward 2022-05-18T05:49:30.5261697Z [ OK ] LazyOpsTest.TestLogSigmoidForward (0 ms) 2022-05-18T05:49:30.5262142Z [ RUN ] LazyOpsTest.TestLogsumexp 2022-05-18T05:49:30.5327683Z [ OK ] LazyOpsTest.TestLogsumexp (6 ms) 2022-05-18T05:49:30.5328064Z [ RUN ] LazyOpsTest.TestSiLU 2022-05-18T05:49:30.5333603Z [ OK ] LazyOpsTest.TestSiLU (0 ms) 2022-05-18T05:49:30.5334015Z [ RUN ] LazyOpsTest.TestSigmoid 2022-05-18T05:49:30.5339395Z [ OK ] LazyOpsTest.TestSigmoid (0 ms) 2022-05-18T05:49:30.5339790Z [ RUN ] LazyOpsTest.TestMatmul_1x1 2022-05-18T05:49:30.5344812Z [ OK ] LazyOpsTest.TestMatmul_1x1 (0 ms) 2022-05-18T05:49:30.5345224Z [ RUN ] LazyOpsTest.TestMatmul_2x1 2022-05-18T05:49:30.5351539Z [ OK ] LazyOpsTest.TestMatmul_2x1 (0 ms) 2022-05-18T05:49:30.5351962Z [ RUN ] LazyOpsTest.TestMatmul_1x2 2022-05-18T05:49:30.5359366Z [ OK ] LazyOpsTest.TestMatmul_1x2 (0 ms) 2022-05-18T05:49:30.5359771Z [ RUN ] LazyOpsTest.TestMatmul_2x2 2022-05-18T05:49:30.5365837Z [ OK ] LazyOpsTest.TestMatmul_2x2 (0 ms) 2022-05-18T05:49:30.5366248Z [ RUN ] LazyOpsTest.TestMatmulBcast 2022-05-18T05:49:30.5378397Z [ OK ] LazyOpsTest.TestMatmulBcast (1 ms) 2022-05-18T05:49:30.5378782Z [ RUN ] LazyOpsTest.TestDot 2022-05-18T05:49:30.5383372Z [ OK ] LazyOpsTest.TestDot (0 ms) 2022-05-18T05:49:30.5383775Z [ RUN ] LazyOpsTest.TestTensorDot 2022-05-18T05:49:30.5395651Z [ OK ] LazyOpsTest.TestTensorDot (1 ms) 2022-05-18T05:49:30.5396027Z [ RUN ] LazyOpsTest.TestGer 2022-05-18T05:49:30.5403527Z [ OK ] LazyOpsTest.TestGer (0 ms) 2022-05-18T05:49:30.5403906Z [ RUN ] LazyOpsTest.TestMv 2022-05-18T05:49:30.5409754Z [ OK ] LazyOpsTest.TestMv (0 ms) 2022-05-18T05:49:30.5417297Z [ RUN ] LazyOpsTest.TestMvOut 2022-05-18T05:49:30.5417691Z [ OK ] LazyOpsTest.TestMvOut (0 ms) 2022-05-18T05:49:30.5418122Z [ RUN ] LazyOpsTest.TestBatchAddBatchMatMul 2022-05-18T05:49:30.5425475Z [ OK ] LazyOpsTest.TestBatchAddBatchMatMul (0 ms) 2022-05-18T05:49:30.5425976Z [ RUN ] LazyOpsTest.TestBatchAddBatchMatMulInPlace 2022-05-18T05:49:30.5434397Z [ OK ] LazyOpsTest.TestBatchAddBatchMatMulInPlace (0 ms) 2022-05-18T05:49:30.5434892Z [ RUN ] LazyOpsTest.TestBatchMatMul 2022-05-18T05:49:30.5440351Z [ OK ] LazyOpsTest.TestBatchMatMul (0 ms) 2022-05-18T05:49:30.5440773Z [ RUN ] LazyOpsTest.TestChainMatMul 2022-05-18T05:49:30.5441415Z [W LinearAlgebra.cpp:886] Warning: torch.chain_matmul is deprecated and will be removed in a future PyTorch release. Use torch.linalg.multi_dot instead, which accepts a list of two or more tensors rather than multiple parameters. (function operator()) 2022-05-18T05:49:30.5451167Z [ OK ] LazyOpsTest.TestChainMatMul (1 ms) 2022-05-18T05:49:30.5451562Z [ RUN ] LazyOpsTest.TestLinear 2022-05-18T05:49:30.5466019Z [ OK ] LazyOpsTest.TestLinear (1 ms) 2022-05-18T05:49:30.5466423Z [ RUN ] LazyOpsTest.TestPinverse 2022-05-18T05:49:30.5526289Z [ OK ] LazyOpsTest.TestPinverse (5 ms) 2022-05-18T05:49:30.5526727Z [ RUN ] LazyOpsTest.TestEinsumOuter 2022-05-18T05:49:30.5536781Z [ OK ] LazyOpsTest.TestEinsumOuter (1 ms) 2022-05-18T05:49:30.5537231Z [ RUN ] LazyOpsTest.TestEinsumOuterBackward 2022-05-18T05:49:30.5578642Z [ OK ] LazyOpsTest.TestEinsumOuterBackward (4 ms) 2022-05-18T05:49:30.5579121Z [ RUN ] LazyOpsTest.TestEinsumBatchMatMul 2022-05-18T05:49:30.5596431Z [ OK ] LazyOpsTest.TestEinsumBatchMatMul (1 ms) 2022-05-18T05:49:30.5596935Z [ RUN ] LazyOpsTest.TestEinsumPyTorchLowerBilinear 2022-05-18T05:49:30.5626911Z [ OK ] LazyOpsTest.TestEinsumPyTorchLowerBilinear (3 ms) 2022-05-18T05:49:30.5627448Z [ RUN ] LazyOpsTest.TestEinsumPyTorchLowerDiagonal 2022-05-18T05:49:30.5635966Z [ OK ] LazyOpsTest.TestEinsumPyTorchLowerDiagonal (0 ms) 2022-05-18T05:49:30.5636497Z [ RUN ] LazyOpsTest.TestEinsumPyTorchLowerBatchDiagonal 2022-05-18T05:49:30.5644704Z [ OK ] LazyOpsTest.TestEinsumPyTorchLowerBatchDiagonal (0 ms) 2022-05-18T05:49:30.5645283Z [ RUN ] LazyOpsTest.TestEinsumPyTorchLowerBatchPermute 2022-05-18T05:49:30.5651054Z [ OK ] LazyOpsTest.TestEinsumPyTorchLowerBatchPermute (0 ms) 2022-05-18T05:49:30.5651602Z [ RUN ] LazyOpsTest.TestEinsumPyTorchLowerRepeatedAxis 2022-05-18T05:49:30.5668255Z [ OK ] LazyOpsTest.TestEinsumPyTorchLowerRepeatedAxis (1 ms) 2022-05-18T05:49:30.5668738Z [ RUN ] LazyOpsTest.TestBilinear 2022-05-18T05:49:30.5932201Z [ OK ] LazyOpsTest.TestBilinear (26 ms) 2022-05-18T05:49:30.5932627Z [ RUN ] LazyOpsTest.TestUpsampleNearest2D 2022-05-18T05:49:30.5939879Z [ OK ] LazyOpsTest.TestUpsampleNearest2D (0 ms) 2022-05-18T05:49:30.5940378Z [ RUN ] LazyOpsTest.TestUpsampleNearest2DBackward 2022-05-18T05:49:30.5959176Z [ OK ] LazyOpsTest.TestUpsampleNearest2DBackward (1 ms) 2022-05-18T05:49:30.5959701Z [ RUN ] LazyOpsTest.TestUpsampleNearest2DWithScale 2022-05-18T05:49:30.5966051Z [ OK ] LazyOpsTest.TestUpsampleNearest2DWithScale (0 ms) 2022-05-18T05:49:30.5966617Z [ RUN ] LazyOpsTest.TestUpsampleNearest2DBackwardWithScale 2022-05-18T05:49:30.5985330Z [ OK ] LazyOpsTest.TestUpsampleNearest2DBackwardWithScale (1 ms) 2022-05-18T05:49:30.5985868Z [ RUN ] LazyOpsTest.TestUpsampleBilinear2D 2022-05-18T05:49:30.5998521Z [ OK ] LazyOpsTest.TestUpsampleBilinear2D (1 ms) 2022-05-18T05:49:30.5999031Z [ RUN ] LazyOpsTest.TestUpsampleBilinear2DBackward 2022-05-18T05:49:30.6035899Z [ OK ] LazyOpsTest.TestUpsampleBilinear2DBackward (3 ms) 2022-05-18T05:49:30.6036359Z [ RUN ] LazyOpsTest.TestAddCMul 2022-05-18T05:49:30.6042962Z [ OK ] LazyOpsTest.TestAddCMul (0 ms) 2022-05-18T05:49:30.6043351Z [ RUN ] LazyOpsTest.TestAddCDiv 2022-05-18T05:49:30.6050934Z [ OK ] LazyOpsTest.TestAddCDiv (0 ms) 2022-05-18T05:49:30.6051410Z [ RUN ] LazyOpsTest.TestAddCDivWithBroadcast 2022-05-18T05:49:30.6058319Z [ OK ] LazyOpsTest.TestAddCDivWithBroadcast (0 ms) 2022-05-18T05:49:30.6058734Z [ RUN ] LazyOpsTest.TestSize 2022-05-18T05:49:30.6059395Z [ OK ] LazyOpsTest.TestSize (0 ms) 2022-05-18T05:49:30.6059780Z [ RUN ] LazyOpsTest.TestSelect 2022-05-18T05:49:30.6204881Z [ OK ] LazyOpsTest.TestSelect (14 ms) 2022-05-18T05:49:30.6205352Z [ RUN ] LazyOpsTest.TestBernoulliScalarProb 2022-05-18T05:49:30.6211290Z [ OK ] LazyOpsTest.TestBernoulliScalarProb (0 ms) 2022-05-18T05:49:30.6211775Z [ RUN ] LazyOpsTest.TestBernoulliTensorProb 2022-05-18T05:49:30.6217513Z [ OK ] LazyOpsTest.TestBernoulliTensorProb (0 ms) 2022-05-18T05:49:30.6218024Z [ RUN ] LazyOpsTest.TestBernoulliScalarProbInPlace 2022-05-18T05:49:30.6224104Z [ OK ] LazyOpsTest.TestBernoulliScalarProbInPlace (0 ms) 2022-05-18T05:49:30.6224809Z [ RUN ] LazyOpsTest.TestBernoulliTensorProbInPlace 2022-05-18T05:49:30.6229996Z [ OK ] LazyOpsTest.TestBernoulliTensorProbInPlace (0 ms) 2022-05-18T05:49:30.6230460Z [ RUN ] LazyOpsTest.TestDropout 2022-05-18T05:49:30.6235613Z [ OK ] LazyOpsTest.TestDropout (0 ms) 2022-05-18T05:49:30.6236029Z [ RUN ] LazyOpsTest.TestDropoutInPlace 2022-05-18T05:49:30.6243431Z [ OK ] LazyOpsTest.TestDropoutInPlace (0 ms) 2022-05-18T05:49:30.6243864Z [ RUN ] LazyOpsTest.TestRandperm 2022-05-18T05:49:30.6247818Z [ OK ] LazyOpsTest.TestRandperm (0 ms) 2022-05-18T05:49:30.6248201Z [ RUN ] LazyOpsTest.TestSlice 2022-05-18T05:49:30.6256459Z [ OK ] LazyOpsTest.TestSlice (0 ms) 2022-05-18T05:49:30.6256847Z [ RUN ] LazyOpsTest.TestTake 2022-05-18T05:49:30.6261165Z [ OK ] LazyOpsTest.TestTake (0 ms) 2022-05-18T05:49:30.6261589Z [ RUN ] LazyOpsTest.TestTakeBackward 2022-05-18T05:49:30.6278646Z [ OK ] LazyOpsTest.TestTakeBackward (1 ms) 2022-05-18T05:49:30.6279060Z [ RUN ] LazyOpsTest.TestStack 2022-05-18T05:49:30.6332028Z [ OK ] LazyOpsTest.TestStack (5 ms) 2022-05-18T05:49:30.6332413Z [ RUN ] LazyOpsTest.TestCat 2022-05-18T05:49:30.6346449Z [ OK ] LazyOpsTest.TestCat (1 ms) 2022-05-18T05:49:30.6346825Z [ RUN ] LazyOpsTest.TestUnbind 2022-05-18T05:49:30.6576309Z [ OK ] LazyOpsTest.TestUnbind (22 ms) 2022-05-18T05:49:30.6576710Z [ RUN ] LazyOpsTest.TestRepeat 2022-05-18T05:49:30.6599207Z [ OK ] LazyOpsTest.TestRepeat (2 ms) 2022-05-18T05:49:30.6599587Z [ RUN ] LazyOpsTest.TestGather 2022-05-18T05:49:30.6612855Z [ OK ] LazyOpsTest.TestGather (1 ms) 2022-05-18T05:49:30.6613271Z [ RUN ] LazyOpsTest.TestScatter 2022-05-18T05:49:30.6625121Z [ OK ] LazyOpsTest.TestScatter (1 ms) 2022-05-18T05:49:30.6625535Z [ RUN ] LazyOpsTest.TestScatterR1 2022-05-18T05:49:30.6630423Z [ OK ] LazyOpsTest.TestScatterR1 (0 ms) 2022-05-18T05:49:30.6630823Z [ RUN ] LazyOpsTest.TestScatterR3 2022-05-18T05:49:30.6637710Z [ OK ] LazyOpsTest.TestScatterR3 (0 ms) 2022-05-18T05:49:30.6638159Z [ RUN ] LazyOpsTest.TestScatterBiggerSource 2022-05-18T05:49:30.6647876Z [ OK ] LazyOpsTest.TestScatterBiggerSource (0 ms) 2022-05-18T05:49:30.6648316Z [ RUN ] LazyOpsTest.TestScatterScalar 2022-05-18T05:49:30.6658051Z [ OK ] LazyOpsTest.TestScatterScalar (0 ms) 2022-05-18T05:49:30.6658510Z [ RUN ] LazyOpsTest.TestScatterReduceAdd 2022-05-18T05:49:30.6670037Z [ OK ] LazyOpsTest.TestScatterReduceAdd (1 ms) 2022-05-18T05:49:30.6670605Z [ RUN ] LazyOpsTest.TestScatterAdd 2022-05-18T05:49:30.6686512Z [ OK ] LazyOpsTest.TestScatterAdd (1 ms) 2022-05-18T05:49:30.6686962Z [ RUN ] LazyOpsTest.TestScatterAddInPlace 2022-05-18T05:49:30.6704145Z [ OK ] LazyOpsTest.TestScatterAddInPlace (1 ms) 2022-05-18T05:49:30.6704599Z [ RUN ] LazyOpsTest.TestIndexSelect 2022-05-18T05:49:30.6897590Z [ OK ] LazyOpsTest.TestIndexSelect (19 ms) 2022-05-18T05:49:30.6898038Z [ RUN ] LazyOpsTest.TestIndexSelectRank0 2022-05-18T05:49:30.6949913Z [ OK ] LazyOpsTest.TestIndexSelectRank0 (5 ms) 2022-05-18T05:49:30.6950357Z [ RUN ] LazyOpsTest.TestInverse 2022-05-18T05:49:30.6950733Z /var/lib/jenkins/workspace/test/cpp/lazy/test_lazy_ops.cpp:4551: Skipped 2022-05-18T05:49:30.6950975Z 2022-05-18T05:49:30.6951214Z [ SKIPPED ] LazyOpsTest.TestInverse (0 ms) 2022-05-18T05:49:30.6951914Z [ RUN ] LazyOpsTest.TestIsnan 2022-05-18T05:49:30.6953305Z [ OK ] LazyOpsTest.TestIsnan (0 ms) 2022-05-18T05:49:30.6953795Z [ RUN ] LazyOpsTest.TestExpand 2022-05-18T05:49:30.6960118Z [ OK ] LazyOpsTest.TestExpand (0 ms) 2022-05-18T05:49:30.6960539Z [ RUN ] LazyOpsTest.TestExpandBack 2022-05-18T05:49:30.6966785Z [ OK ] LazyOpsTest.TestExpandBack (0 ms) 2022-05-18T05:49:30.6967204Z [ RUN ] LazyOpsTest.TestExpandAs 2022-05-18T05:49:30.6974795Z [ OK ] LazyOpsTest.TestExpandAs (0 ms) 2022-05-18T05:49:30.6975193Z [ RUN ] LazyOpsTest.TestEye 2022-05-18T05:49:30.6978144Z [ OK ] LazyOpsTest.TestEye (0 ms) 2022-05-18T05:49:30.6978779Z [ RUN ] LazyOpsTest.TestEyeWide 2022-05-18T05:49:30.6981724Z [ OK ] LazyOpsTest.TestEyeWide (0 ms) 2022-05-18T05:49:30.6982136Z [ RUN ] LazyOpsTest.TestEyeNarrow 2022-05-18T05:49:30.6984697Z [ OK ] LazyOpsTest.TestEyeNarrow (0 ms) 2022-05-18T05:49:30.6985139Z [ RUN ] LazyOpsTest.TestBroadcastTensors 2022-05-18T05:49:30.6997026Z [ OK ] LazyOpsTest.TestBroadcastTensors (1 ms) 2022-05-18T05:49:30.6997463Z [ RUN ] LazyOpsTest.TestOneIndex 2022-05-18T05:49:30.7023980Z [ OK ] LazyOpsTest.TestOneIndex (2 ms) 2022-05-18T05:49:30.7024406Z [ RUN ] LazyOpsTest.TestOneIndexTransfer 2022-05-18T05:49:30.7043974Z [ OK ] LazyOpsTest.TestOneIndexTransfer (1 ms) 2022-05-18T05:49:30.7044402Z [ RUN ] LazyOpsTest.TestNonzero 2022-05-18T05:49:30.7049527Z [ OK ] LazyOpsTest.TestNonzero (0 ms) 2022-05-18T05:49:30.7049934Z [ RUN ] LazyOpsTest.TestMaskedSelect 2022-05-18T05:49:30.7056178Z [ OK ] LazyOpsTest.TestMaskedSelect (0 ms) 2022-05-18T05:49:30.7056615Z [ RUN ] LazyOpsTest.TestMaskedScatter 2022-05-18T05:49:30.7064121Z [ OK ] LazyOpsTest.TestMaskedScatter (0 ms) 2022-05-18T05:49:30.7064595Z [ RUN ] LazyOpsTest.TestMultiIndexHeadNull 2022-05-18T05:49:30.7088173Z [ OK ] LazyOpsTest.TestMultiIndexHeadNull (2 ms) 2022-05-18T05:49:30.7088658Z [ RUN ] LazyOpsTest.TestMultiIndexMiddleNull 2022-05-18T05:49:30.7111524Z [ OK ] LazyOpsTest.TestMultiIndexMiddleNull (2 ms) 2022-05-18T05:49:30.7112014Z [ RUN ] LazyOpsTest.TestMultiIndexTailNull 2022-05-18T05:49:30.7134758Z [ OK ] LazyOpsTest.TestMultiIndexTailNull (2 ms) 2022-05-18T05:49:30.7135259Z [ RUN ] LazyOpsTest.TestMultiIndexMiddleBroadcast 2022-05-18T05:49:30.7160454Z [ OK ] LazyOpsTest.TestMultiIndexMiddleBroadcast (2 ms) 2022-05-18T05:49:30.7160980Z [ RUN ] LazyOpsTest.TestMultiIndexTailBroadcast 2022-05-18T05:49:30.7186636Z [ OK ] LazyOpsTest.TestMultiIndexTailBroadcast (2 ms) 2022-05-18T05:49:30.7187102Z [ RUN ] LazyOpsTest.TestMaskIndex 2022-05-18T05:49:30.7210436Z [ OK ] LazyOpsTest.TestMaskIndex (2 ms) 2022-05-18T05:49:30.7210885Z [ RUN ] LazyOpsTest.TestOneIndexPut 2022-05-18T05:49:30.7216271Z /var/lib/jenkins/workspace/test/cpp/lazy/test_lazy_ops.cpp:4987: Skipped 2022-05-18T05:49:30.7216519Z 2022-05-18T05:49:30.7216786Z [ SKIPPED ] LazyOpsTest.TestOneIndexPut (0 ms) 2022-05-18T05:49:30.7217223Z [ RUN ] LazyOpsTest.TestOneIndexPutInPlace 2022-05-18T05:49:30.7221895Z /var/lib/jenkins/workspace/test/cpp/lazy/test_lazy_ops.cpp:5015: Skipped 2022-05-18T05:49:30.7222138Z 2022-05-18T05:49:30.7222429Z [ SKIPPED ] LazyOpsTest.TestOneIndexPutInPlace (0 ms) 2022-05-18T05:49:30.7222890Z [ RUN ] LazyOpsTest.TestOneIndexPutTransfer 2022-05-18T05:49:30.7227763Z /var/lib/jenkins/workspace/test/cpp/lazy/test_lazy_ops.cpp:5060: Skipped 2022-05-18T05:49:30.7228005Z 2022-05-18T05:49:30.7228301Z [ SKIPPED ] LazyOpsTest.TestOneIndexPutTransfer (0 ms) 2022-05-18T05:49:30.7228768Z [ RUN ] LazyOpsTest.TestMultiIndexPut 2022-05-18T05:49:30.7233086Z /var/lib/jenkins/workspace/test/cpp/lazy/test_lazy_ops.cpp:5097: Skipped 2022-05-18T05:49:30.7233331Z 2022-05-18T05:49:30.7233609Z [ SKIPPED ] LazyOpsTest.TestMultiIndexPut (0 ms) 2022-05-18T05:49:30.7234083Z [ RUN ] LazyOpsTest.TestMultiIndexPutHeadNull 2022-05-18T05:49:30.7239490Z /var/lib/jenkins/workspace/test/cpp/lazy/test_lazy_ops.cpp:5137: Skipped 2022-05-18T05:49:30.7239733Z 2022-05-18T05:49:30.7240017Z [ SKIPPED ] LazyOpsTest.TestMultiIndexPutHeadNull (0 ms) 2022-05-18T05:49:30.7240520Z [ RUN ] LazyOpsTest.TestMultiIndexPutMiddleNull 2022-05-18T05:49:30.7246330Z /var/lib/jenkins/workspace/test/cpp/lazy/test_lazy_ops.cpp:5178: Skipped 2022-05-18T05:49:30.7246570Z 2022-05-18T05:49:30.7246884Z [ SKIPPED ] LazyOpsTest.TestMultiIndexPutMiddleNull (0 ms) 2022-05-18T05:49:30.7247371Z [ RUN ] LazyOpsTest.TestMultiIndexPutTailNull 2022-05-18T05:49:30.7251773Z /var/lib/jenkins/workspace/test/cpp/lazy/test_lazy_ops.cpp:5219: Skipped 2022-05-18T05:49:30.7252012Z 2022-05-18T05:49:30.7252314Z [ SKIPPED ] LazyOpsTest.TestMultiIndexPutTailNull (0 ms) 2022-05-18T05:49:30.7252835Z [ RUN ] LazyOpsTest.TestMultiIndexPutMiddleBroadcast 2022-05-18T05:49:30.7257321Z /var/lib/jenkins/workspace/test/cpp/lazy/test_lazy_ops.cpp:5259: Skipped 2022-05-18T05:49:30.7257565Z 2022-05-18T05:49:30.7257898Z [ SKIPPED ] LazyOpsTest.TestMultiIndexPutMiddleBroadcast (0 ms) 2022-05-18T05:49:30.7258699Z [ RUN ] LazyOpsTest.TestMultiIndexPutTailBroadcast 2022-05-18T05:49:30.7263660Z /var/lib/jenkins/workspace/test/cpp/lazy/test_lazy_ops.cpp:5298: Skipped 2022-05-18T05:49:30.7263903Z 2022-05-18T05:49:30.7264210Z [ SKIPPED ] LazyOpsTest.TestMultiIndexPutTailBroadcast (0 ms) 2022-05-18T05:49:30.7264686Z [ RUN ] LazyOpsTest.TestMaskIndexPut 2022-05-18T05:49:30.7359908Z [ OK ] LazyOpsTest.TestMaskIndexPut (9 ms) 2022-05-18T05:49:30.7360346Z [ RUN ] LazyOpsTest.TestIndexPutImpl 2022-05-18T05:49:30.7365088Z /var/lib/jenkins/workspace/test/cpp/lazy/test_lazy_ops.cpp:5360: Skipped 2022-05-18T05:49:30.7365330Z 2022-05-18T05:49:30.7365597Z [ SKIPPED ] LazyOpsTest.TestIndexPutImpl (0 ms) 2022-05-18T05:49:30.7366053Z [ RUN ] LazyOpsTest.TestIndexFillWithScalar 2022-05-18T05:49:30.7476530Z [ OK ] LazyOpsTest.TestIndexFillWithScalar (11 ms) 2022-05-18T05:49:30.7477042Z [ RUN ] LazyOpsTest.TestIndexFillWithScalarInPlace 2022-05-18T05:49:30.7582514Z [ OK ] LazyOpsTest.TestIndexFillWithScalarInPlace (10 ms) 2022-05-18T05:49:30.7583026Z [ RUN ] LazyOpsTest.TestIndexFillWithTensor 2022-05-18T05:49:30.7707890Z [ OK ] LazyOpsTest.TestIndexFillWithTensor (12 ms) 2022-05-18T05:49:30.7708402Z [ RUN ] LazyOpsTest.TestIndexFillWithTensorInPlace 2022-05-18T05:49:30.7845285Z [ OK ] LazyOpsTest.TestIndexFillWithTensorInPlace (13 ms) 2022-05-18T05:49:30.7845802Z [ RUN ] LazyOpsTest.TestIndexFillRank0 2022-05-18T05:49:30.7969471Z [ OK ] LazyOpsTest.TestIndexFillRank0 (12 ms) 2022-05-18T05:49:30.7969898Z [ RUN ] LazyOpsTest.TestIndexAdd 2022-05-18T05:49:30.8276463Z [ OK ] LazyOpsTest.TestIndexAdd (30 ms) 2022-05-18T05:49:30.8276924Z [ RUN ] LazyOpsTest.TestIndexAddInPlace 2022-05-18T05:49:30.8478269Z [ OK ] LazyOpsTest.TestIndexAddInPlace (20 ms) 2022-05-18T05:49:30.8478719Z [ RUN ] LazyOpsTest.TestIndexAddRank0 2022-05-18T05:49:30.8594648Z [ OK ] LazyOpsTest.TestIndexAddRank0 (11 ms) 2022-05-18T05:49:30.8595078Z [ RUN ] LazyOpsTest.TestIndexCopy 2022-05-18T05:49:30.8727716Z [ OK ] LazyOpsTest.TestIndexCopy (13 ms) 2022-05-18T05:49:30.8728168Z [ RUN ] LazyOpsTest.TestIndexCopyInPlace 2022-05-18T05:49:30.8728574Z /var/lib/jenkins/workspace/test/cpp/lazy/test_lazy_ops.cpp:5708: Skipped 2022-05-18T05:49:30.8729044Z 2022-05-18T05:49:30.8729324Z [ SKIPPED ] LazyOpsTest.TestIndexCopyInPlace (0 ms) 2022-05-18T05:49:30.8729808Z [ RUN ] LazyOpsTest.TestIndexCopyRank0 2022-05-18T05:49:30.8845659Z [ OK ] LazyOpsTest.TestIndexCopyRank0 (11 ms) 2022-05-18T05:49:30.8846214Z [ RUN ] LazyOpsTest.TestRelu 2022-05-18T05:49:30.8851331Z [ OK ] LazyOpsTest.TestRelu (0 ms) 2022-05-18T05:49:30.8851750Z [ RUN ] LazyOpsTest.TestReluInPlace 2022-05-18T05:49:30.8858520Z [ OK ] LazyOpsTest.TestReluInPlace (0 ms) 2022-05-18T05:49:30.8859224Z [ RUN ] LazyOpsTest.TestHardshrink 2022-05-18T05:49:30.8862553Z [ OK ] LazyOpsTest.TestHardshrink (0 ms) 2022-05-18T05:49:30.8862977Z [ RUN ] LazyOpsTest.TestHardSigmoid 2022-05-18T05:49:30.8867772Z [ OK ] LazyOpsTest.TestHardSigmoid (0 ms) 2022-05-18T05:49:30.8868221Z [ RUN ] LazyOpsTest.TestHardSigmoidInPlace 2022-05-18T05:49:30.8874701Z [ OK ] LazyOpsTest.TestHardSigmoidInPlace (0 ms) 2022-05-18T05:49:30.8875184Z [ RUN ] LazyOpsTest.TestHardSigmoidBackward 2022-05-18T05:49:30.8889425Z [ OK ] LazyOpsTest.TestHardSigmoidBackward (1 ms) 2022-05-18T05:49:30.8889860Z [ RUN ] LazyOpsTest.TestSoftshrink 2022-05-18T05:49:30.8893682Z [ OK ] LazyOpsTest.TestSoftshrink (0 ms) 2022-05-18T05:49:30.8894095Z [ RUN ] LazyOpsTest.TestHardtanh 2022-05-18T05:49:30.8897288Z [ OK ] LazyOpsTest.TestHardtanh (0 ms) 2022-05-18T05:49:30.8897725Z [ RUN ] LazyOpsTest.TestHardtanhInPlace 2022-05-18T05:49:30.8902022Z [ OK ] LazyOpsTest.TestHardtanhInPlace (0 ms) 2022-05-18T05:49:30.8902471Z [ RUN ] LazyOpsTest.TestLeakyRelu 2022-05-18T05:49:30.8907778Z [ OK ] LazyOpsTest.TestLeakyRelu (0 ms) 2022-05-18T05:49:30.8908235Z [ RUN ] LazyOpsTest.TestLeakyReluInPlace 2022-05-18T05:49:30.8914931Z [ OK ] LazyOpsTest.TestLeakyReluInPlace (0 ms) 2022-05-18T05:49:30.8915361Z [ RUN ] LazyOpsTest.TestExp 2022-05-18T05:49:30.8920195Z [ OK ] LazyOpsTest.TestExp (0 ms) 2022-05-18T05:49:30.8920605Z [ RUN ] LazyOpsTest.TestExpm1 2022-05-18T05:49:30.8923697Z [ OK ] LazyOpsTest.TestExpm1 (0 ms) 2022-05-18T05:49:30.8924103Z [ RUN ] LazyOpsTest.TestLog 2022-05-18T05:49:30.8928893Z [ OK ] LazyOpsTest.TestLog (0 ms) 2022-05-18T05:49:30.8929294Z [ RUN ] LazyOpsTest.TestLog2 2022-05-18T05:49:30.8934234Z [ OK ] LazyOpsTest.TestLog2 (0 ms) 2022-05-18T05:49:30.8934642Z [ RUN ] LazyOpsTest.TestLog10 2022-05-18T05:49:30.8937784Z [ OK ] LazyOpsTest.TestLog10 (0 ms) 2022-05-18T05:49:30.8938192Z [ RUN ] LazyOpsTest.TestLog1p 2022-05-18T05:49:30.8941639Z [ OK ] LazyOpsTest.TestLog1p (0 ms) 2022-05-18T05:49:30.8942047Z [ RUN ] LazyOpsTest.TestErf 2022-05-18T05:49:30.8944937Z [ OK ] LazyOpsTest.TestErf (0 ms) 2022-05-18T05:49:30.8945335Z [ RUN ] LazyOpsTest.TestErfc 2022-05-18T05:49:30.8958173Z [ OK ] LazyOpsTest.TestErfc (1 ms) 2022-05-18T05:49:30.8958573Z [ RUN ] LazyOpsTest.TestErfinv 2022-05-18T05:49:30.8969398Z [ OK ] LazyOpsTest.TestErfinv (1 ms) 2022-05-18T05:49:30.8969808Z [ RUN ] LazyOpsTest.TestSqrt 2022-05-18T05:49:30.8974861Z [ OK ] LazyOpsTest.TestSqrt (0 ms) 2022-05-18T05:49:30.8975256Z [ RUN ] LazyOpsTest.TestRsqrt 2022-05-18T05:49:30.8980675Z [ OK ] LazyOpsTest.TestRsqrt (0 ms) 2022-05-18T05:49:30.8981106Z [ RUN ] LazyOpsTest.TestReciprocal 2022-05-18T05:49:30.8985820Z [ OK ] LazyOpsTest.TestReciprocal (0 ms) 2022-05-18T05:49:30.8986280Z [ RUN ] LazyOpsTest.TestPowTensorScalar 2022-05-18T05:49:30.8991425Z [ OK ] LazyOpsTest.TestPowTensorScalar (0 ms) 2022-05-18T05:49:30.8991914Z [ RUN ] LazyOpsTest.TestPowTensorScalarInPlace 2022-05-18T05:49:30.8998529Z [ OK ] LazyOpsTest.TestPowTensorScalarInPlace (0 ms) 2022-05-18T05:49:30.8999015Z [ RUN ] LazyOpsTest.TestPowTensorTensor 2022-05-18T05:49:30.9004650Z [ OK ] LazyOpsTest.TestPowTensorTensor (0 ms) 2022-05-18T05:49:30.9005133Z [ RUN ] LazyOpsTest.TestPowTensorTensorInPlace 2022-05-18T05:49:30.9012846Z [ OK ] LazyOpsTest.TestPowTensorTensorInPlace (0 ms) 2022-05-18T05:49:30.9013366Z [ RUN ] LazyOpsTest.TestPowTensorTensorBroadcast 2022-05-18T05:49:30.9018840Z [ OK ] LazyOpsTest.TestPowTensorTensorBroadcast (0 ms) 2022-05-18T05:49:30.9019589Z [ RUN ] LazyOpsTest.TestPowScalarTensor 2022-05-18T05:49:30.9022725Z [ OK ] LazyOpsTest.TestPowScalarTensor (0 ms) 2022-05-18T05:49:30.9023184Z [ RUN ] LazyOpsTest.TestPowIntExponent 2022-05-18T05:49:30.9028149Z [ OK ] LazyOpsTest.TestPowIntExponent (0 ms) 2022-05-18T05:49:30.9028568Z [ RUN ] LazyOpsTest.TestFmodScalar 2022-05-18T05:49:30.9032317Z [ OK ] LazyOpsTest.TestFmodScalar (0 ms) 2022-05-18T05:49:30.9032768Z [ RUN ] LazyOpsTest.TestFmodScalarInPlace 2022-05-18T05:49:30.9037373Z [ OK ] LazyOpsTest.TestFmodScalarInPlace (0 ms) 2022-05-18T05:49:30.9037803Z [ RUN ] LazyOpsTest.TestFmodTensor 2022-05-18T05:49:30.9041441Z [ OK ] LazyOpsTest.TestFmodTensor (0 ms) 2022-05-18T05:49:30.9041888Z [ RUN ] LazyOpsTest.TestFmodTensorInPlace 2022-05-18T05:49:30.9046745Z [ OK ] LazyOpsTest.TestFmodTensorInPlace (0 ms) 2022-05-18T05:49:30.9047188Z [ RUN ] LazyOpsTest.TestRemainderScalar 2022-05-18T05:49:30.9053367Z [ OK ] LazyOpsTest.TestRemainderScalar (0 ms) 2022-05-18T05:49:30.9053863Z [ RUN ] LazyOpsTest.TestRemainderScalarInPlace 2022-05-18T05:49:30.9061875Z [ OK ] LazyOpsTest.TestRemainderScalarInPlace (0 ms) 2022-05-18T05:49:30.9062341Z [ RUN ] LazyOpsTest.TestRemainderTensor 2022-05-18T05:49:30.9067899Z [ OK ] LazyOpsTest.TestRemainderTensor (0 ms) 2022-05-18T05:49:30.9068383Z [ RUN ] LazyOpsTest.TestRemainderTensorInPlace 2022-05-18T05:49:30.9076585Z [ OK ] LazyOpsTest.TestRemainderTensorInPlace (0 ms) 2022-05-18T05:49:30.9077265Z [ RUN ] LazyOpsTest.TestWhere 2022-05-18T05:49:30.9078312Z [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:49:30.9082139Z [ OK ] LazyOpsTest.TestWhere (0 ms) 2022-05-18T05:49:30.9082673Z [ RUN ] LazyOpsTest.TestWhereBroadcast 2022-05-18T05:49:30.9087539Z [ OK ] LazyOpsTest.TestWhereBroadcast (0 ms) 2022-05-18T05:49:30.9087970Z [ RUN ] LazyOpsTest.TestThreshold 2022-05-18T05:49:30.9094160Z [ OK ] LazyOpsTest.TestThreshold (0 ms) 2022-05-18T05:49:30.9094596Z [ RUN ] LazyOpsTest.TestThresholdBackward 2022-05-18T05:49:30.9110544Z [ OK ] LazyOpsTest.TestThresholdBackward (1 ms) 2022-05-18T05:49:30.9111013Z [ RUN ] LazyOpsTest.TestThresholdInPlace 2022-05-18T05:49:30.9113944Z [ OK ] LazyOpsTest.TestThresholdInPlace (0 ms) 2022-05-18T05:49:30.9114340Z [ RUN ] LazyOpsTest.TestElu 2022-05-18T05:49:30.9120184Z [ OK ] LazyOpsTest.TestElu (0 ms) 2022-05-18T05:49:30.9127504Z [ RUN ] LazyOpsTest.TestEluInPlace 2022-05-18T05:49:30.9127916Z [ OK ] LazyOpsTest.TestEluInPlace (0 ms) 2022-05-18T05:49:30.9128319Z [ RUN ] LazyOpsTest.TestSelu 2022-05-18T05:49:30.9134612Z [ OK ] LazyOpsTest.TestSelu (0 ms) 2022-05-18T05:49:30.9135023Z [ RUN ] LazyOpsTest.TestSeluInPlace 2022-05-18T05:49:30.9142305Z [ OK ] LazyOpsTest.TestSeluInPlace (0 ms) 2022-05-18T05:49:30.9142711Z [ RUN ] LazyOpsTest.TestCelu 2022-05-18T05:49:30.9146034Z [ OK ] LazyOpsTest.TestCelu (0 ms) 2022-05-18T05:49:30.9146434Z [ RUN ] LazyOpsTest.TestCeluInPlace 2022-05-18T05:49:30.9150526Z [ OK ] LazyOpsTest.TestCeluInPlace (0 ms) 2022-05-18T05:49:30.9150926Z [ RUN ] LazyOpsTest.TestGelu 2022-05-18T05:49:30.9156299Z [ OK ] LazyOpsTest.TestGelu (0 ms) 2022-05-18T05:49:30.9156685Z [ RUN ] LazyOpsTest.TestAddMatMul 2022-05-18T05:49:30.9171927Z [ OK ] LazyOpsTest.TestAddMatMul (1 ms) 2022-05-18T05:49:30.9172344Z [ RUN ] LazyOpsTest.TestEmbedding 2022-05-18T05:49:30.9179289Z [ OK ] LazyOpsTest.TestEmbedding (0 ms) 2022-05-18T05:49:30.9179687Z [ RUN ] LazyOpsTest.TestOneHot 2022-05-18T05:49:30.9195538Z [ OK ] LazyOpsTest.TestOneHot (1 ms) 2022-05-18T05:49:30.9195952Z [ RUN ] LazyOpsTest.TestTranspose 2022-05-18T05:49:30.9200999Z [ OK ] LazyOpsTest.TestTranspose (0 ms) 2022-05-18T05:49:30.9201451Z [ RUN ] LazyOpsTest.TestTransposeInPlace 2022-05-18T05:49:30.9208619Z [ OK ] LazyOpsTest.TestTransposeInPlace (0 ms) 2022-05-18T05:49:30.9209087Z [ RUN ] LazyOpsTest.TestReshape 2022-05-18T05:49:30.9216074Z [ OK ] LazyOpsTest.TestReshape (0 ms) 2022-05-18T05:49:30.9216480Z [ RUN ] LazyOpsTest.TestResize 2022-05-18T05:49:30.9219378Z [ OK ] LazyOpsTest.TestResize (0 ms) 2022-05-18T05:49:30.9219795Z [ RUN ] LazyOpsTest.TestViewResize 2022-05-18T05:49:30.9228004Z [ OK ] LazyOpsTest.TestViewResize (0 ms) 2022-05-18T05:49:30.9228414Z [ RUN ] LazyOpsTest.TestView 2022-05-18T05:49:30.9236049Z [ OK ] LazyOpsTest.TestView (0 ms) 2022-05-18T05:49:30.9236431Z [ RUN ] LazyOpsTest.TestViewMod 2022-05-18T05:49:30.9257044Z [ OK ] LazyOpsTest.TestViewMod (2 ms) 2022-05-18T05:49:30.9257471Z [ RUN ] LazyOpsTest.TestViewModComplex 2022-05-18T05:49:30.9282046Z [ OK ] LazyOpsTest.TestViewModComplex (2 ms) 2022-05-18T05:49:30.9282478Z [ RUN ] LazyOpsTest.TestViewOfViewMod 2022-05-18T05:49:30.9310100Z [ OK ] LazyOpsTest.TestViewOfViewMod (2 ms) 2022-05-18T05:49:30.9310574Z [ RUN ] LazyOpsTest.TestViewSqueezeAddInPlace 2022-05-18T05:49:30.9334231Z [ OK ] LazyOpsTest.TestViewSqueezeAddInPlace (2 ms) 2022-05-18T05:49:30.9334674Z [ RUN ] LazyOpsTest.TestUnsafeView 2022-05-18T05:49:30.9339466Z [ OK ] LazyOpsTest.TestUnsafeView (0 ms) 2022-05-18T05:49:30.9340006Z [ RUN ] LazyOpsTest.TestNarrow 2022-05-18T05:49:30.9364145Z [ OK ] LazyOpsTest.TestNarrow (2 ms) 2022-05-18T05:49:30.9364574Z [ RUN ] LazyOpsTest.TestNarrowUpdate 2022-05-18T05:49:30.9407189Z [ OK ] LazyOpsTest.TestNarrowUpdate (4 ms) 2022-05-18T05:49:30.9407661Z [ RUN ] LazyOpsTest.TestNarrowUpdateBaseCheck 2022-05-18T05:49:30.9440089Z [ OK ] LazyOpsTest.TestNarrowUpdateBaseCheck (3 ms) 2022-05-18T05:49:30.9440806Z [ RUN ] LazyOpsTest.TestNarrowUpdateTwoSlices 2022-05-18T05:49:30.9611634Z [ OK ] LazyOpsTest.TestNarrowUpdateTwoSlices (17 ms) 2022-05-18T05:49:30.9612119Z [ RUN ] LazyOpsTest.TestNarrowUpdateView 2022-05-18T05:49:30.9660802Z [ OK ] LazyOpsTest.TestNarrowUpdateView (4 ms) 2022-05-18T05:49:30.9661284Z [ RUN ] LazyOpsTest.TestNarrowInNarrowUpdate 2022-05-18T05:49:30.9731368Z [ OK ] LazyOpsTest.TestNarrowInNarrowUpdate (6 ms) 2022-05-18T05:49:30.9731977Z [ RUN ] LazyOpsTest.TestNarrowCopy 2022-05-18T05:49:30.9746617Z [ OK ] LazyOpsTest.TestNarrowCopy (1 ms) 2022-05-18T05:49:30.9747041Z [ RUN ] LazyOpsTest.TestViewAs 2022-05-18T05:49:30.9751916Z [ OK ] LazyOpsTest.TestViewAs (0 ms) 2022-05-18T05:49:30.9752344Z [ RUN ] LazyOpsTest.TestLogSoftmax 2022-05-18T05:49:30.9788992Z [ OK ] LazyOpsTest.TestLogSoftmax (3 ms) 2022-05-18T05:49:30.9789438Z [ RUN ] LazyOpsTest.TestLogSoftmaxCast 2022-05-18T05:49:30.9841757Z [ OK ] LazyOpsTest.TestLogSoftmaxCast (5 ms) 2022-05-18T05:49:30.9842225Z [ RUN ] LazyOpsTest.TestLogSoftmaxWrapper 2022-05-18T05:49:30.9879571Z [ OK ] LazyOpsTest.TestLogSoftmaxWrapper (3 ms) 2022-05-18T05:49:30.9880014Z [ RUN ] LazyOpsTest.TestSoftmax 2022-05-18T05:49:30.9917632Z [ OK ] LazyOpsTest.TestSoftmax (3 ms) 2022-05-18T05:49:30.9918062Z [ RUN ] LazyOpsTest.TestSoftmaxCast 2022-05-18T05:49:30.9973250Z [ OK ] LazyOpsTest.TestSoftmaxCast (5 ms) 2022-05-18T05:49:30.9973696Z [ RUN ] LazyOpsTest.TestSoftmaxWrapper 2022-05-18T05:49:31.0014664Z [ OK ] LazyOpsTest.TestSoftmaxWrapper (4 ms) 2022-05-18T05:49:31.0015096Z [ RUN ] LazyOpsTest.TestSoftplus 2022-05-18T05:49:31.0020419Z [ OK ] LazyOpsTest.TestSoftplus (0 ms) 2022-05-18T05:49:31.0020825Z [ RUN ] LazyOpsTest.TestMaxPool1D 2022-05-18T05:49:31.0168307Z [ OK ] LazyOpsTest.TestMaxPool1D (14 ms) 2022-05-18T05:49:31.0168731Z [ RUN ] LazyOpsTest.TestMaxPool2D 2022-05-18T05:49:31.0280395Z [ OK ] LazyOpsTest.TestMaxPool2D (11 ms) 2022-05-18T05:49:31.0280845Z [ RUN ] LazyOpsTest.TestMaxPool2DWithIndices 2022-05-18T05:49:31.0501507Z [ OK ] LazyOpsTest.TestMaxPool2DWithIndices (22 ms) 2022-05-18T05:49:31.0502004Z [ RUN ] LazyOpsTest.TestMaxPool2DNonSquare 2022-05-18T05:49:31.0612048Z [ OK ] LazyOpsTest.TestMaxPool2DNonSquare (11 ms) 2022-05-18T05:49:31.0612484Z [ RUN ] LazyOpsTest.TestMaxPool3D 2022-05-18T05:49:31.0664899Z [ OK ] LazyOpsTest.TestMaxPool3D (5 ms) 2022-05-18T05:49:31.0665365Z [ RUN ] LazyOpsTest.TestMaxPool3DWithIndices 2022-05-18T05:49:31.0734473Z [ OK ] LazyOpsTest.TestMaxPool3DWithIndices (6 ms) 2022-05-18T05:49:31.0734988Z [ RUN ] LazyOpsTest.TestMaxPool3DIncompleteAttributes 2022-05-18T05:49:31.0785183Z [ OK ] LazyOpsTest.TestMaxPool3DIncompleteAttributes (5 ms) 2022-05-18T05:49:31.0785705Z [ RUN ] LazyOpsTest.TestMaxPool3DNonSquare 2022-05-18T05:49:31.0835799Z [ OK ] LazyOpsTest.TestMaxPool3DNonSquare (5 ms) 2022-05-18T05:49:31.0836282Z [ RUN ] LazyOpsTest.TestMaxPool2DNoBatch 2022-05-18T05:49:31.0945918Z [ OK ] LazyOpsTest.TestMaxPool2DNoBatch (10 ms) 2022-05-18T05:49:31.0946401Z [ RUN ] LazyOpsTest.TestMaxPool3DNoBatch 2022-05-18T05:49:31.0994880Z [ OK ] LazyOpsTest.TestMaxPool3DNoBatch (4 ms) 2022-05-18T05:49:31.0995330Z [ RUN ] LazyOpsTest.TestAvgPool1D 2022-05-18T05:49:31.1135301Z [ OK ] LazyOpsTest.TestAvgPool1D (14 ms) 2022-05-18T05:49:31.1135728Z [ RUN ] LazyOpsTest.TestAvgPool2D 2022-05-18T05:49:31.1239376Z [ OK ] LazyOpsTest.TestAvgPool2D (10 ms) 2022-05-18T05:49:31.1239844Z [ RUN ] LazyOpsTest.TestAvgPool2DNonSquare 2022-05-18T05:49:31.1343021Z [ OK ] LazyOpsTest.TestAvgPool2DNonSquare (10 ms) 2022-05-18T05:49:31.1343470Z [ RUN ] LazyOpsTest.TestAvgPool3D 2022-05-18T05:49:31.1390098Z [ OK ] LazyOpsTest.TestAvgPool3D (4 ms) 2022-05-18T05:49:31.1390606Z [ RUN ] LazyOpsTest.TestAvgPool3DIncompleteAttributes 2022-05-18T05:49:31.1435113Z [ OK ] LazyOpsTest.TestAvgPool3DIncompleteAttributes (4 ms) 2022-05-18T05:49:31.1435618Z [ RUN ] LazyOpsTest.TestAvgPool3DNonSquare 2022-05-18T05:49:31.1485919Z [ OK ] LazyOpsTest.TestAvgPool3DNonSquare (5 ms) 2022-05-18T05:49:31.1486389Z [ RUN ] LazyOpsTest.TestAvgPool2DNoBatch 2022-05-18T05:49:31.1588804Z [ OK ] LazyOpsTest.TestAvgPool2DNoBatch (10 ms) 2022-05-18T05:49:31.1589251Z [ RUN ] LazyOpsTest.TestAvgPool3DNoBatch 2022-05-18T05:49:31.1634199Z [ OK ] LazyOpsTest.TestAvgPool3DNoBatch (4 ms) 2022-05-18T05:49:31.1634669Z [ RUN ] LazyOpsTest.TestAdaptiveAvgPool2D 2022-05-18T05:49:31.1645362Z [ OK ] LazyOpsTest.TestAdaptiveAvgPool2D (1 ms) 2022-05-18T05:49:31.1645824Z [ RUN ] LazyOpsTest.TestAdaptiveAvgPool3D 2022-05-18T05:49:31.1686240Z [ OK ] LazyOpsTest.TestAdaptiveAvgPool3D (4 ms) 2022-05-18T05:49:31.1686745Z [ RUN ] LazyOpsTest.TestAdaptiveAvgPool3DNoBatch 2022-05-18T05:49:31.1699215Z [ OK ] LazyOpsTest.TestAdaptiveAvgPool3DNoBatch (1 ms) 2022-05-18T05:49:31.1699728Z [ RUN ] LazyOpsTest.TestAdaptiveAvgPool2DNoBatch 2022-05-18T05:49:31.1710290Z [ OK ] LazyOpsTest.TestAdaptiveAvgPool2DNoBatch (1 ms) 2022-05-18T05:49:31.1710771Z [ RUN ] LazyOpsTest.TestMaxUnpool2D 2022-05-18T05:49:31.1766040Z [ OK ] LazyOpsTest.TestMaxUnpool2D (5 ms) 2022-05-18T05:49:31.1766457Z [ RUN ] LazyOpsTest.TestMaxUnpool3D 2022-05-18T05:49:31.1821502Z [ OK ] LazyOpsTest.TestMaxUnpool3D (5 ms) 2022-05-18T05:49:31.1821924Z [ RUN ] LazyOpsTest.TestNllLoss 2022-05-18T05:49:31.1822279Z /var/lib/jenkins/workspace/test/cpp/lazy/test_lazy_ops.cpp:7732: Skipped 2022-05-18T05:49:31.1822523Z 2022-05-18T05:49:31.1822762Z [ SKIPPED ] LazyOpsTest.TestNllLoss (0 ms) 2022-05-18T05:49:31.1823185Z [ RUN ] LazyOpsTest.TestNllLoss2d 2022-05-18T05:49:31.1983791Z [ OK ] LazyOpsTest.TestNllLoss2d (16 ms) 2022-05-18T05:49:31.1984209Z [ RUN ] LazyOpsTest.TestSmoothL1Loss 2022-05-18T05:49:31.2019230Z [ OK ] LazyOpsTest.TestSmoothL1Loss (3 ms) 2022-05-18T05:49:31.2019647Z [ RUN ] LazyOpsTest.TestL1Loss 2022-05-18T05:49:31.2043515Z [ OK ] LazyOpsTest.TestL1Loss (2 ms) 2022-05-18T05:49:31.2043928Z [ RUN ] LazyOpsTest.TestL1LossBackward 2022-05-18T05:49:32.0270329Z [ OK ] LazyOpsTest.TestL1LossBackward (822 ms) 2022-05-18T05:49:32.0270791Z [ RUN ] LazyOpsTest.TestMseLoss 2022-05-18T05:49:32.0276742Z [W Resize.cpp:24] Warning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [2, 4]. 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). (function resize_output_check) 2022-05-18T05:49:32.0281149Z [W Resize.cpp:24] Warning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [2, 4]. 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). (function resize_output_check) 2022-05-18T05:49:32.0282864Z [ OK ] LazyOpsTest.TestMseLoss (1 ms) 2022-05-18T05:49:32.0283342Z [ RUN ] LazyOpsTest.TestMseLossBackward 2022-05-18T05:49:32.0301370Z [W Resize.cpp:24] Warning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [2, 4]. 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). (function resize_output_check) 2022-05-18T05:49:32.0317771Z [W Resize.cpp:24] Warning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [2, 4]. 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). (function resize_output_check) 2022-05-18T05:49:32.0331763Z [ OK ] LazyOpsTest.TestMseLossBackward (4 ms) 2022-05-18T05:49:32.0332357Z [ RUN ] LazyOpsTest.TestBatchNorm1D 2022-05-18T05:49:32.0375332Z [ OK ] LazyOpsTest.TestBatchNorm1D (4 ms) 2022-05-18T05:49:32.0375775Z [ RUN ] LazyOpsTest.TestBatchNorm2D 2022-05-18T05:49:32.0418096Z [ OK ] LazyOpsTest.TestBatchNorm2D (4 ms) 2022-05-18T05:49:32.0419308Z [ RUN ] LazyOpsTest.TestDim 2022-05-18T05:49:32.0419890Z [ OK ] LazyOpsTest.TestDim (0 ms) 2022-05-18T05:49:32.0420287Z [ RUN ] LazyOpsTest.TestContiguous 2022-05-18T05:49:32.0421675Z [ OK ] LazyOpsTest.TestContiguous (0 ms) 2022-05-18T05:49:32.0422550Z [ RUN ] LazyOpsTest.TestSqueezeAll 2022-05-18T05:49:32.0427735Z [ OK ] LazyOpsTest.TestSqueezeAll (0 ms) 2022-05-18T05:49:32.0428687Z [ RUN ] LazyOpsTest.TestSqueezeAllInPlace 2022-05-18T05:49:32.0434071Z [ OK ] LazyOpsTest.TestSqueezeAllInPlace (0 ms) 2022-05-18T05:49:32.0434958Z [ RUN ] LazyOpsTest.TestSqueezeOne 2022-05-18T05:49:32.0471642Z [ OK ] LazyOpsTest.TestSqueezeOne (3 ms) 2022-05-18T05:49:32.0472567Z [ RUN ] LazyOpsTest.TestSqueezeOneInPlace 2022-05-18T05:49:32.0521816Z [ OK ] LazyOpsTest.TestSqueezeOneInPlace (4 ms) 2022-05-18T05:49:32.0522711Z [ RUN ] LazyOpsTest.TestUnsqueeze 2022-05-18T05:49:32.0554578Z [ OK ] LazyOpsTest.TestUnsqueeze (3 ms) 2022-05-18T05:49:32.0555504Z [ RUN ] LazyOpsTest.TestUnsqueezeInPlace 2022-05-18T05:49:32.0590355Z [ OK ] LazyOpsTest.TestUnsqueezeInPlace (3 ms) 2022-05-18T05:49:32.0591271Z [ RUN ] LazyOpsTest.TestMaskedFill 2022-05-18T05:49:32.0596906Z [ OK ] LazyOpsTest.TestMaskedFill (0 ms) 2022-05-18T05:49:32.0597855Z [ RUN ] LazyOpsTest.TestMaskedFillInPlace 2022-05-18T05:49:32.0604504Z [ OK ] LazyOpsTest.TestMaskedFillInPlace (0 ms) 2022-05-18T05:49:32.0605455Z [ RUN ] LazyOpsTest.TestMaskedFillBroadcast 2022-05-18T05:49:32.0612441Z [ OK ] LazyOpsTest.TestMaskedFillBroadcast (0 ms) 2022-05-18T05:49:32.0613368Z [ RUN ] LazyOpsTest.TestFill 2022-05-18T05:49:32.0620348Z [ OK ] LazyOpsTest.TestFill (0 ms) 2022-05-18T05:49:32.0621398Z [ RUN ] LazyOpsTest.TestFillWithRank0 2022-05-18T05:49:32.0625519Z [ OK ] LazyOpsTest.TestFillWithRank0 (0 ms) 2022-05-18T05:49:32.0626408Z [ RUN ] LazyOpsTest.TestPermute 2022-05-18T05:49:32.0690049Z [ OK ] LazyOpsTest.TestPermute (6 ms) 2022-05-18T05:49:32.0690937Z [ RUN ] LazyOpsTest.TestPermuteMod 2022-05-18T05:49:32.0923952Z [ OK ] LazyOpsTest.TestPermuteMod (23 ms) 2022-05-18T05:49:32.0924818Z [ RUN ] LazyOpsTest.TestFlip 2022-05-18T05:49:32.0996274Z [ OK ] LazyOpsTest.TestFlip (7 ms) 2022-05-18T05:49:32.0997165Z [ RUN ] LazyOpsTest.TestPixelShuffle 2022-05-18T05:49:32.1005398Z [ OK ] LazyOpsTest.TestPixelShuffle (0 ms) 2022-05-18T05:49:32.1006274Z [ RUN ] LazyOpsTest.TestSumToSize 2022-05-18T05:49:32.1011906Z [ OK ] LazyOpsTest.TestSumToSize (0 ms) 2022-05-18T05:49:32.1012820Z [ RUN ] LazyOpsTest.TestTransposeDims 2022-05-18T05:49:32.1015322Z [ OK ] LazyOpsTest.TestTransposeDims (0 ms) 2022-05-18T05:49:32.1016239Z [ RUN ] LazyOpsTest.TestTransposeDimsMod 2022-05-18T05:49:32.1022924Z [ OK ] LazyOpsTest.TestTransposeDimsMod (0 ms) 2022-05-18T05:49:32.1023915Z [ RUN ] LazyOpsTest.TestTransposeDimsInPlace 2022-05-18T05:49:32.1027220Z [ OK ] LazyOpsTest.TestTransposeDimsInPlace (0 ms) 2022-05-18T05:49:32.1028198Z [ RUN ] LazyOpsTest.TestSplit 2022-05-18T05:49:32.1329088Z [ OK ] LazyOpsTest.TestSplit (30 ms) 2022-05-18T05:49:32.1329947Z [ RUN ] LazyOpsTest.TestSplitEmpty 2022-05-18T05:49:32.1333322Z [ OK ] LazyOpsTest.TestSplitEmpty (0 ms) 2022-05-18T05:49:32.1334266Z [ RUN ] LazyOpsTest.TestSplitWithSizes 2022-05-18T05:49:32.1468162Z [ OK ] LazyOpsTest.TestSplitWithSizes (13 ms) 2022-05-18T05:49:32.1469109Z [ RUN ] LazyOpsTest.TestCrossImplicitDim 2022-05-18T05:49:32.1480137Z [ OK ] LazyOpsTest.TestCrossImplicitDim (1 ms) 2022-05-18T05:49:32.1481138Z [ RUN ] LazyOpsTest.TestCrossExplicitDim 2022-05-18T05:49:32.1493739Z [ OK ] LazyOpsTest.TestCrossExplicitDim (1 ms) 2022-05-18T05:49:32.1494638Z [ RUN ] LazyOpsTest.TestCrossZeroDim 2022-05-18T05:49:32.1497410Z [ OK ] LazyOpsTest.TestCrossZeroDim (0 ms) 2022-05-18T05:49:32.1498555Z [ RUN ] LazyOpsTest.TestTriu 2022-05-18T05:49:32.1550566Z [ OK ] LazyOpsTest.TestTriu (5 ms) 2022-05-18T05:49:32.1551447Z [ RUN ] LazyOpsTest.TestTriuNonSquare 2022-05-18T05:49:32.1602418Z [ OK ] LazyOpsTest.TestTriuNonSquare (5 ms) 2022-05-18T05:49:32.1603314Z [ RUN ] LazyOpsTest.TestTriuBatch 2022-05-18T05:49:32.1654648Z [ OK ] LazyOpsTest.TestTriuBatch (5 ms) 2022-05-18T05:49:32.1655508Z [ RUN ] LazyOpsTest.TestTril 2022-05-18T05:49:32.1707335Z [ OK ] LazyOpsTest.TestTril (5 ms) 2022-05-18T05:49:32.1708226Z [ RUN ] LazyOpsTest.TestTrilNonSquare 2022-05-18T05:49:32.1759620Z [ OK ] LazyOpsTest.TestTrilNonSquare (5 ms) 2022-05-18T05:49:32.1760535Z [ RUN ] LazyOpsTest.TestTrilBatch 2022-05-18T05:49:32.1814155Z [ OK ] LazyOpsTest.TestTrilBatch (5 ms) 2022-05-18T05:49:32.1815053Z [ RUN ] LazyOpsTest.TestTriuInPlace 2022-05-18T05:49:32.1884161Z [ OK ] LazyOpsTest.TestTriuInPlace (6 ms) 2022-05-18T05:49:32.1885069Z [ RUN ] LazyOpsTest.TestTrilInPlace 2022-05-18T05:49:32.1953265Z [ OK ] LazyOpsTest.TestTrilInPlace (6 ms) 2022-05-18T05:49:32.1954125Z [ RUN ] LazyOpsTest.TestTrace 2022-05-18T05:49:32.1959279Z [ OK ] LazyOpsTest.TestTrace (0 ms) 2022-05-18T05:49:32.1960163Z [ RUN ] LazyOpsTest.TestTraceWide 2022-05-18T05:49:32.1964920Z [ OK ] LazyOpsTest.TestTraceWide (0 ms) 2022-05-18T05:49:32.1965965Z [ RUN ] LazyOpsTest.TestTraceNarrow 2022-05-18T05:49:32.1970945Z [ OK ] LazyOpsTest.TestTraceNarrow (0 ms) 2022-05-18T05:49:32.1971835Z [ RUN ] LazyOpsTest.TestDiagRank1 2022-05-18T05:49:32.2053036Z [ OK ] LazyOpsTest.TestDiagRank1 (8 ms) 2022-05-18T05:49:32.2053901Z [ RUN ] LazyOpsTest.TestDiagRank2 2022-05-18T05:49:32.2087666Z [ OK ] LazyOpsTest.TestDiagRank2 (3 ms) 2022-05-18T05:49:32.2088575Z [ RUN ] LazyOpsTest.TestDiagFlat 2022-05-18T05:49:32.2473696Z [ OK ] LazyOpsTest.TestDiagFlat (38 ms) 2022-05-18T05:49:32.2474562Z [ RUN ] LazyOpsTest.TestDiagonal 2022-05-18T05:49:32.2537439Z [ OK ] LazyOpsTest.TestDiagonal (6 ms) 2022-05-18T05:49:32.2538641Z [ RUN ] LazyOpsTest.TestDiagonalUpdate 2022-05-18T05:49:32.2748502Z [ OK ] LazyOpsTest.TestDiagonalUpdate (21 ms) 2022-05-18T05:49:32.2749430Z [ RUN ] LazyOpsTest.TestDiagonalNonSquare 2022-05-18T05:49:32.2808371Z [ OK ] LazyOpsTest.TestDiagonalNonSquare (5 ms) 2022-05-18T05:49:32.2809342Z [ RUN ] LazyOpsTest.TestDiagonalBatch 2022-05-18T05:49:32.2868027Z [ OK ] LazyOpsTest.TestDiagonalBatch (5 ms) 2022-05-18T05:49:32.2868956Z [ RUN ] LazyOpsTest.TestFlatten 2022-05-18T05:49:32.2977797Z [ OK ] LazyOpsTest.TestFlatten (10 ms) 2022-05-18T05:49:32.2978999Z [ RUN ] LazyOpsTest.TestLogicalAnd 2022-05-18T05:49:32.3042082Z [ OK ] LazyOpsTest.TestLogicalAnd (6 ms) 2022-05-18T05:49:32.3042979Z [ RUN ] LazyOpsTest.TestBitwiseAnd 2022-05-18T05:49:32.3047530Z [ OK ] LazyOpsTest.TestBitwiseAnd (0 ms) 2022-05-18T05:49:32.3048447Z [ RUN ] LazyOpsTest.TestBitwiseAndInPlace 2022-05-18T05:49:32.3053253Z [ OK ] LazyOpsTest.TestBitwiseAndInPlace (0 ms) 2022-05-18T05:49:32.3054186Z [ RUN ] LazyOpsTest.TestBitwiseAndScalar 2022-05-18T05:49:32.3058548Z [ OK ] LazyOpsTest.TestBitwiseAndScalar (0 ms) 2022-05-18T05:49:32.3059757Z [ RUN ] LazyOpsTest.TestBitwiseAndScalarInPlace 2022-05-18T05:49:32.3064508Z [ OK ] LazyOpsTest.TestBitwiseAndScalarInPlace (0 ms) 2022-05-18T05:49:32.3065430Z [ RUN ] LazyOpsTest.TestBitwiseAndPromotion 2022-05-18T05:49:32.3073128Z [ OK ] LazyOpsTest.TestBitwiseAndPromotion (0 ms) 2022-05-18T05:49:32.3074009Z [ RUN ] LazyOpsTest.TestBitwiseOr 2022-05-18T05:49:32.3078468Z [ OK ] LazyOpsTest.TestBitwiseOr (0 ms) 2022-05-18T05:49:32.3079401Z [ RUN ] LazyOpsTest.TestBitwiseOrInPlace 2022-05-18T05:49:32.3084265Z [ OK ] LazyOpsTest.TestBitwiseOrInPlace (0 ms) 2022-05-18T05:49:32.3085175Z [ RUN ] LazyOpsTest.TestBitwiseOrScalar 2022-05-18T05:49:32.3089292Z [ OK ] LazyOpsTest.TestBitwiseOrScalar (0 ms) 2022-05-18T05:49:32.3090251Z [ RUN ] LazyOpsTest.TestBitwiseOrScalarInPlace 2022-05-18T05:49:32.3094930Z [ OK ] LazyOpsTest.TestBitwiseOrScalarInPlace (0 ms) 2022-05-18T05:49:32.3095821Z [ RUN ] LazyOpsTest.TestBitwiseXor 2022-05-18T05:49:32.3098874Z [ OK ] LazyOpsTest.TestBitwiseXor (0 ms) 2022-05-18T05:49:32.3100105Z [ RUN ] LazyOpsTest.TestBitwiseXorInPlace 2022-05-18T05:49:32.3102272Z [ OK ] LazyOpsTest.TestBitwiseXorInPlace (0 ms) 2022-05-18T05:49:32.3103264Z [ RUN ] LazyOpsTest.TestBitwiseXorScalar 2022-05-18T05:49:32.3104427Z [ OK ] LazyOpsTest.TestBitwiseXorScalar (0 ms) 2022-05-18T05:49:32.3105454Z [ RUN ] LazyOpsTest.TestBitwiseXorScalarInPlace 2022-05-18T05:49:32.3108231Z [ OK ] LazyOpsTest.TestBitwiseXorScalarInPlace (0 ms) 2022-05-18T05:49:32.3109152Z [ RUN ] LazyOpsTest.TestLshift 2022-05-18T05:49:32.3113146Z [ OK ] LazyOpsTest.TestLshift (0 ms) 2022-05-18T05:49:32.3114017Z [ RUN ] LazyOpsTest.TestLshiftInPlace 2022-05-18T05:49:32.3118812Z [ OK ] LazyOpsTest.TestLshiftInPlace (0 ms) 2022-05-18T05:49:32.3119735Z [ RUN ] LazyOpsTest.TestLshiftScalar 2022-05-18T05:49:32.3122646Z [ OK ] LazyOpsTest.TestLshiftScalar (0 ms) 2022-05-18T05:49:32.3123591Z [ RUN ] LazyOpsTest.TestLshiftScalarInPlace 2022-05-18T05:49:32.3127751Z [ OK ] LazyOpsTest.TestLshiftScalarInPlace (0 ms) 2022-05-18T05:49:32.3128656Z [ RUN ] LazyOpsTest.TestRshift 2022-05-18T05:49:32.3132157Z [ OK ] LazyOpsTest.TestRshift (0 ms) 2022-05-18T05:49:32.3133060Z [ RUN ] LazyOpsTest.TestRshiftInPlace 2022-05-18T05:49:32.3137924Z [ OK ] LazyOpsTest.TestRshiftInPlace (0 ms) 2022-05-18T05:49:32.3139144Z [ RUN ] LazyOpsTest.TestRshiftScalar 2022-05-18T05:49:32.3142256Z [ OK ] LazyOpsTest.TestRshiftScalar (0 ms) 2022-05-18T05:49:32.3143367Z [ RUN ] LazyOpsTest.TestRshiftScalarInPlace 2022-05-18T05:49:32.3147350Z [ OK ] LazyOpsTest.TestRshiftScalarInPlace (0 ms) 2022-05-18T05:49:32.3148303Z [ RUN ] LazyOpsTest.TestMeshgrid 2022-05-18T05:49:32.3148865Z [W TensorShape.cpp:2904] Warning: torch.meshgrid: in an upcoming release, it will be required to pass the indexing argument. (function operator()) 2022-05-18T05:49:32.3168802Z [ OK ] LazyOpsTest.TestMeshgrid (2 ms) 2022-05-18T05:49:32.3169729Z [ RUN ] LazyOpsTest.TestConstantPad 2022-05-18T05:49:32.3176409Z [ OK ] LazyOpsTest.TestConstantPad (0 ms) 2022-05-18T05:49:32.3177388Z [ RUN ] LazyOpsTest.TestConstantPadIncomplete 2022-05-18T05:49:32.3183533Z [ OK ] LazyOpsTest.TestConstantPadIncomplete (0 ms) 2022-05-18T05:49:32.3184550Z [ RUN ] LazyOpsTest.TestReflectionPad2dRank3 2022-05-18T05:49:32.3187920Z [ OK ] LazyOpsTest.TestReflectionPad2dRank3 (0 ms) 2022-05-18T05:49:32.3188872Z [ RUN ] LazyOpsTest.TestReflectionPad2dRank4 2022-05-18T05:49:32.3192157Z [ OK ] LazyOpsTest.TestReflectionPad2dRank4 (0 ms) 2022-05-18T05:49:32.3193135Z [ RUN ] LazyOpsTest.TestReflectionPad2dBackward 2022-05-18T05:49:32.3207684Z [ OK ] LazyOpsTest.TestReflectionPad2dBackward (1 ms) 2022-05-18T05:49:32.3208613Z [ RUN ] LazyOpsTest.TestReplicationPad1d 2022-05-18T05:49:32.3212280Z [ OK ] LazyOpsTest.TestReplicationPad1d (0 ms) 2022-05-18T05:49:32.3213262Z [ RUN ] LazyOpsTest.TestReplicationPad1dZeroPad 2022-05-18T05:49:32.3216307Z [ OK ] LazyOpsTest.TestReplicationPad1dZeroPad (0 ms) 2022-05-18T05:49:32.3217279Z [ RUN ] LazyOpsTest.TestReplicationPad1dBackward 2022-05-18T05:49:32.3231658Z [ OK ] LazyOpsTest.TestReplicationPad1dBackward (1 ms) 2022-05-18T05:49:32.3232685Z [ RUN ] LazyOpsTest.TestReplicationPad2d 2022-05-18T05:49:32.3235837Z [ OK ] LazyOpsTest.TestReplicationPad2d (0 ms) 2022-05-18T05:49:32.3236810Z [ RUN ] LazyOpsTest.TestReplicationPad2dZeroPad 2022-05-18T05:49:32.3239867Z [ OK ] LazyOpsTest.TestReplicationPad2dZeroPad (0 ms) 2022-05-18T05:49:32.3240847Z [ RUN ] LazyOpsTest.TestReplicationPad2dBackward 2022-05-18T05:49:32.3254361Z [ OK ] LazyOpsTest.TestReplicationPad2dBackward (1 ms) 2022-05-18T05:49:32.3255272Z [ RUN ] LazyOpsTest.TestAsStrided 2022-05-18T05:49:32.3268592Z [ OK ] LazyOpsTest.TestAsStrided (1 ms) 2022-05-18T05:49:32.3269047Z [ RUN ] LazyOpsTest.TestAsStridedInPlace 2022-05-18T05:49:32.3287438Z [ OK ] LazyOpsTest.TestAsStridedInPlace (1 ms) 2022-05-18T05:49:32.3287932Z [ RUN ] LazyOpsTest.TestAsStridedWithOffset 2022-05-18T05:49:32.3295824Z [ OK ] LazyOpsTest.TestAsStridedWithOffset (0 ms) 2022-05-18T05:49:32.3296380Z [ RUN ] LazyOpsTest.TestAsStridedWithInplaceCopy 2022-05-18T05:49:32.3305615Z [ OK ] LazyOpsTest.TestAsStridedWithInplaceCopy (0 ms) 2022-05-18T05:49:32.3306114Z [ RUN ] LazyOpsTest.TestEmptyStrided 2022-05-18T05:49:32.3306549Z [ OK ] LazyOpsTest.TestEmptyStrided (0 ms) 2022-05-18T05:49:32.3306989Z [ RUN ] LazyOpsTest.TestAvgPool2DBackward 2022-05-18T05:49:32.3608954Z [ OK ] LazyOpsTest.TestAvgPool2DBackward (30 ms) 2022-05-18T05:49:32.3609439Z [ RUN ] LazyOpsTest.TestAvgPool3DBackward 2022-05-18T05:49:32.3815226Z [ OK ] LazyOpsTest.TestAvgPool3DBackward (20 ms) 2022-05-18T05:49:32.3815728Z [ RUN ] LazyOpsTest.TestAvgPool2DNoBatchBackward 2022-05-18T05:49:32.4130315Z [ OK ] LazyOpsTest.TestAvgPool2DNoBatchBackward (31 ms) 2022-05-18T05:49:32.4130867Z [ RUN ] LazyOpsTest.TestAvgPool3DNoBatchBackward 2022-05-18T05:49:32.4336280Z [ OK ] LazyOpsTest.TestAvgPool3DNoBatchBackward (20 ms) 2022-05-18T05:49:32.4337121Z [ RUN ] LazyOpsTest.TestAdaptiveAvgPool3DNoBatchBackward 2022-05-18T05:49:32.4337585Z /var/lib/jenkins/workspace/test/cpp/lazy/test_lazy_ops.cpp:9465: Skipped 2022-05-18T05:49:32.4337826Z 2022-05-18T05:49:32.4338174Z [ SKIPPED ] LazyOpsTest.TestAdaptiveAvgPool3DNoBatchBackward (0 ms) 2022-05-18T05:49:32.4338986Z [ RUN ] LazyOpsTest.TestAdaptiveAvgPool3DBackward 2022-05-18T05:49:32.4339392Z /var/lib/jenkins/workspace/test/cpp/lazy/test_lazy_ops.cpp:9485: Skipped 2022-05-18T05:49:32.4339629Z 2022-05-18T05:49:32.4339936Z [ SKIPPED ] LazyOpsTest.TestAdaptiveAvgPool3DBackward (0 ms) 2022-05-18T05:49:32.4340457Z [ RUN ] LazyOpsTest.TestAdaptiveAvgPool2DBackward 2022-05-18T05:49:32.4375791Z [ OK ] LazyOpsTest.TestAdaptiveAvgPool2DBackward (3 ms) 2022-05-18T05:49:32.4376387Z [ RUN ] LazyOpsTest.TestAdaptiveAvgPool2DNoBatchBackward 2022-05-18T05:49:32.4405954Z [ OK ] LazyOpsTest.TestAdaptiveAvgPool2DNoBatchBackward (3 ms) 2022-05-18T05:49:32.4406461Z [ RUN ] LazyOpsTest.TestConv2D 2022-05-18T05:49:33.1290494Z [ OK ] LazyOpsTest.TestConv2D (688 ms) 2022-05-18T05:49:33.1290990Z [ RUN ] LazyOpsTest.TestConv2DBackward 2022-05-18T05:49:33.7583030Z [ OK ] LazyOpsTest.TestConv2DBackward (629 ms) 2022-05-18T05:49:33.7583578Z [ RUN ] LazyOpsTest.TestTransposedConv2DBackward 2022-05-18T05:49:34.1697004Z [ OK ] LazyOpsTest.TestTransposedConv2DBackward (411 ms) 2022-05-18T05:49:34.1697608Z [ RUN ] LazyOpsTest.TestConv3DBackward 2022-05-18T05:49:34.5253936Z [ OK ] LazyOpsTest.TestConv3DBackward (355 ms) 2022-05-18T05:49:34.5254449Z [ RUN ] LazyOpsTest.TestTransposedConv3DBackward 2022-05-18T05:49:35.2078755Z [ OK ] LazyOpsTest.TestTransposedConv3DBackward (682 ms) 2022-05-18T05:49:35.2079335Z [ RUN ] LazyOpsTest.TestMaxPool2DBackward 2022-05-18T05:49:35.2259606Z [ OK ] LazyOpsTest.TestMaxPool2DBackward (18 ms) 2022-05-18T05:49:35.2260093Z [ RUN ] LazyOpsTest.TestMaxPool3DBackward 2022-05-18T05:49:35.2379888Z [ OK ] LazyOpsTest.TestMaxPool3DBackward (12 ms) 2022-05-18T05:49:35.2380425Z [ RUN ] LazyOpsTest.TestMaxPool2DNoBatchBackward 2022-05-18T05:49:35.2559828Z [ OK ] LazyOpsTest.TestMaxPool2DNoBatchBackward (17 ms) 2022-05-18T05:49:35.2560361Z [ RUN ] LazyOpsTest.TestMaxPool3DNoBatchBackward 2022-05-18T05:49:35.2676695Z [ OK ] LazyOpsTest.TestMaxPool3DNoBatchBackward (11 ms) 2022-05-18T05:49:35.2677229Z [ RUN ] LazyOpsTest.TestMaxUnpool2DBackward 2022-05-18T05:49:35.2966382Z [ OK ] LazyOpsTest.TestMaxUnpool2DBackward (28 ms) 2022-05-18T05:49:35.2967206Z [ RUN ] LazyOpsTest.TestMaxUnpool3DBackward 2022-05-18T05:49:35.3222780Z [ OK ] LazyOpsTest.TestMaxUnpool3DBackward (25 ms) 2022-05-18T05:49:35.3223246Z [ RUN ] LazyOpsTest.TestTanhBackward 2022-05-18T05:49:35.3240241Z [ OK ] LazyOpsTest.TestTanhBackward (1 ms) 2022-05-18T05:49:35.3240755Z [ RUN ] LazyOpsTest.TestSigmoidBackward 2022-05-18T05:49:35.3257033Z [ OK ] LazyOpsTest.TestSigmoidBackward (1 ms) 2022-05-18T05:49:35.3257670Z [ RUN ] LazyOpsTest.TestLogSigmoidBackward 2022-05-18T05:49:35.3276207Z [ OK ] LazyOpsTest.TestLogSigmoidBackward (1 ms) 2022-05-18T05:49:35.3276827Z [ RUN ] LazyOpsTest.TestLogSoftmaxBackward 2022-05-18T05:49:35.3414266Z [ OK ] LazyOpsTest.TestLogSoftmaxBackward (13 ms) 2022-05-18T05:49:35.3414885Z [ RUN ] LazyOpsTest.TestSoftmaxBackward 2022-05-18T05:49:35.3551513Z [ OK ] LazyOpsTest.TestSoftmaxBackward (13 ms) 2022-05-18T05:49:35.3552369Z [ RUN ] LazyOpsTest.TestSoftplusBackward 2022-05-18T05:49:35.3569196Z [ OK ] LazyOpsTest.TestSoftplusBackward (1 ms) 2022-05-18T05:49:35.3569817Z [ RUN ] LazyOpsTest.TestReluBackward 2022-05-18T05:49:35.3586963Z [ OK ] LazyOpsTest.TestReluBackward (1 ms) 2022-05-18T05:49:35.3587584Z [ RUN ] LazyOpsTest.TestRreluBackward 2022-05-18T05:49:35.3603341Z [ OK ] LazyOpsTest.TestRreluBackward (1 ms) 2022-05-18T05:49:35.3603921Z [ RUN ] LazyOpsTest.TestHardshrinkBackward 2022-05-18T05:49:35.3618157Z [ OK ] LazyOpsTest.TestHardshrinkBackward (1 ms) 2022-05-18T05:49:35.3619134Z [ RUN ] LazyOpsTest.TestSoftshrinkBackward 2022-05-18T05:49:35.3633767Z [ OK ] LazyOpsTest.TestSoftshrinkBackward (1 ms) 2022-05-18T05:49:35.3634499Z [ RUN ] LazyOpsTest.TestHardtanhBackward 2022-05-18T05:49:35.3645202Z [ OK ] LazyOpsTest.TestHardtanhBackward (1 ms) 2022-05-18T05:49:35.3645937Z [ RUN ] LazyOpsTest.TestEluBackward 2022-05-18T05:49:35.3663805Z [ OK ] LazyOpsTest.TestEluBackward (1 ms) 2022-05-18T05:49:35.3664496Z [ RUN ] LazyOpsTest.TestGeluBackward 2022-05-18T05:49:35.3681287Z [ OK ] LazyOpsTest.TestGeluBackward (1 ms) 2022-05-18T05:49:35.3682019Z [ RUN ] LazyOpsTest.TestLeakyReluBackward 2022-05-18T05:49:35.3699458Z [ OK ] LazyOpsTest.TestLeakyReluBackward (1 ms) 2022-05-18T05:49:35.3700182Z [ RUN ] LazyOpsTest.TestTransposeBackward 2022-05-18T05:49:35.3716973Z [ OK ] LazyOpsTest.TestTransposeBackward (1 ms) 2022-05-18T05:49:35.3717715Z [ RUN ] LazyOpsTest.TestAddMatMulBackward 2022-05-18T05:49:35.3814658Z [ OK ] LazyOpsTest.TestAddMatMulBackward (9 ms) 2022-05-18T05:49:35.3815427Z [ RUN ] LazyOpsTest.TestBinaryCrossEntropyBackward 2022-05-18T05:49:35.3914648Z [ OK ] LazyOpsTest.TestBinaryCrossEntropyBackward (9 ms) 2022-05-18T05:49:35.3915402Z [ RUN ] LazyOpsTest.TestNllLossBackward 2022-05-18T05:49:35.3915785Z /var/lib/jenkins/workspace/test/cpp/lazy/test_lazy_ops.cpp:10207: Skipped 2022-05-18T05:49:35.3916027Z 2022-05-18T05:49:35.3916297Z [ SKIPPED ] LazyOpsTest.TestNllLossBackward (0 ms) 2022-05-18T05:49:35.3916757Z [ RUN ] LazyOpsTest.TestNllLoss2dBackward 2022-05-18T05:49:35.4430897Z [ OK ] LazyOpsTest.TestNllLoss2dBackward (51 ms) 2022-05-18T05:49:35.4431527Z [ RUN ] LazyOpsTest.TestSmoothL1LossBackward 2022-05-18T05:49:35.4544975Z [ OK ] LazyOpsTest.TestSmoothL1LossBackward (11 ms) 2022-05-18T05:49:35.4545697Z [ RUN ] LazyOpsTest.TestViewBackward 2022-05-18T05:49:35.4570783Z [ OK ] LazyOpsTest.TestViewBackward (2 ms) 2022-05-18T05:49:35.4571503Z [ RUN ] LazyOpsTest.TestBatchNorm2DBackward 2022-05-18T05:49:35.4658959Z [ OK ] LazyOpsTest.TestBatchNorm2DBackward (8 ms) 2022-05-18T05:49:35.4659892Z [ RUN ] LazyOpsTest.TestBatchNorm3DBackward 2022-05-18T05:49:35.4747940Z [ OK ] LazyOpsTest.TestBatchNorm3DBackward (8 ms) 2022-05-18T05:49:35.4748633Z [ RUN ] LazyOpsTest.TestBCEWithLogitsBackward 2022-05-18T05:49:35.5325873Z [ OK ] LazyOpsTest.TestBCEWithLogitsBackward (57 ms) 2022-05-18T05:49:35.5326550Z [ RUN ] LazyOpsTest.TestKlDivBackward 2022-05-18T05:49:35.8080054Z [ OK ] LazyOpsTest.TestKlDivBackward (275 ms) 2022-05-18T05:49:35.8080551Z [ RUN ] LazyOpsTest.TestEmbeddingBackward 2022-05-18T05:49:35.9494986Z [ OK ] LazyOpsTest.TestEmbeddingBackward (141 ms) 2022-05-18T05:49:35.9495791Z [ RUN ] LazyOpsTest.TestAmpForeachNonFiniteCheckAndUnscale 2022-05-18T05:49:35.9496271Z /var/lib/jenkins/workspace/test/cpp/lazy/test_lazy_ops.cpp:10503: Skipped 2022-05-18T05:49:35.9496818Z 2022-05-18T05:49:35.9497177Z [ SKIPPED ] LazyOpsTest.TestAmpForeachNonFiniteCheckAndUnscale (0 ms) 2022-05-18T05:49:35.9497683Z [ RUN ] LazyOpsTest.TestAmpUpdateScale 2022-05-18T05:49:35.9509832Z [ OK ] LazyOpsTest.TestAmpUpdateScale (1 ms) 2022-05-18T05:49:35.9510608Z [ RUN ] LazyOpsTest.TestEarlySyncLiveTensors 2022-05-18T05:49:35.9511914Z [ OK ] LazyOpsTest.TestEarlySyncLiveTensors (0 ms) 2022-05-18T05:49:35.9512428Z [ RUN ] LazyOpsTest.TestLerp 2022-05-18T05:49:35.9518548Z [ OK ] LazyOpsTest.TestLerp (0 ms) 2022-05-18T05:49:35.9519215Z [ RUN ] LazyOpsTest.TestLerpScalar 2022-05-18T05:49:35.9523660Z [ OK ] LazyOpsTest.TestLerpScalar (0 ms) 2022-05-18T05:49:35.9524365Z [ RUN ] LazyOpsTest.TestLerpInplace 2022-05-18T05:49:35.9529227Z [ OK ] LazyOpsTest.TestLerpInplace (0 ms) 2022-05-18T05:49:35.9529972Z [ RUN ] LazyOpsTest.TestLerpScalarInplace 2022-05-18T05:49:35.9534053Z [ OK ] LazyOpsTest.TestLerpScalarInplace (0 ms) 2022-05-18T05:49:35.9534779Z [ RUN ] LazyOpsTest.TestLerpOut 2022-05-18T05:49:35.9539441Z [ OK ] LazyOpsTest.TestLerpOut (0 ms) 2022-05-18T05:49:35.9540124Z [ RUN ] LazyOpsTest.TestLerpScalarOut 2022-05-18T05:49:35.9544811Z [ OK ] LazyOpsTest.TestLerpScalarOut (0 ms) 2022-05-18T05:49:35.9545545Z [ RUN ] LazyOpsTest.IsAliasOf 2022-05-18T05:49:35.9545972Z [ OK ] LazyOpsTest.IsAliasOf (0 ms) 2022-05-18T05:49:35.9546774Z [----------] 575 tests from LazyOpsTest (11894 ms total) 2022-05-18T05:49:35.9547056Z 2022-05-18T05:49:35.9547305Z [----------] Global test environment tear-down 2022-05-18T05:49:35.9654505Z [==========] 613 tests from 12 test suites ran. (13362 ms total) 2022-05-18T05:49:35.9655170Z [ PASSED ] 596 tests. 2022-05-18T05:49:35.9655917Z [ SKIPPED ] 17 tests, listed below: 2022-05-18T05:49:35.9656651Z [ SKIPPED ] LazyOpsTest.TestInverse 2022-05-18T05:49:35.9657510Z [ SKIPPED ] LazyOpsTest.TestOneIndexPut 2022-05-18T05:49:35.9658449Z [ SKIPPED ] LazyOpsTest.TestOneIndexPutInPlace 2022-05-18T05:49:35.9658942Z [ SKIPPED ] LazyOpsTest.TestOneIndexPutTransfer 2022-05-18T05:49:35.9659407Z [ SKIPPED ] LazyOpsTest.TestMultiIndexPut 2022-05-18T05:49:35.9659875Z [ SKIPPED ] LazyOpsTest.TestMultiIndexPutHeadNull 2022-05-18T05:49:35.9660349Z [ SKIPPED ] LazyOpsTest.TestMultiIndexPutMiddleNull 2022-05-18T05:49:35.9660837Z [ SKIPPED ] LazyOpsTest.TestMultiIndexPutTailNull 2022-05-18T05:49:35.9661346Z [ SKIPPED ] LazyOpsTest.TestMultiIndexPutMiddleBroadcast 2022-05-18T05:49:35.9661856Z [ SKIPPED ] LazyOpsTest.TestMultiIndexPutTailBroadcast 2022-05-18T05:49:35.9662323Z [ SKIPPED ] LazyOpsTest.TestIndexPutImpl 2022-05-18T05:49:35.9662916Z [ SKIPPED ] LazyOpsTest.TestIndexCopyInPlace 2022-05-18T05:49:35.9663338Z [ SKIPPED ] LazyOpsTest.TestNllLoss 2022-05-18T05:49:35.9663830Z [ SKIPPED ] LazyOpsTest.TestAdaptiveAvgPool3DNoBatchBackward 2022-05-18T05:49:35.9664370Z [ SKIPPED ] LazyOpsTest.TestAdaptiveAvgPool3DBackward 2022-05-18T05:49:35.9664842Z [ SKIPPED ] LazyOpsTest.TestNllLossBackward 2022-05-18T05:49:35.9665344Z [ SKIPPED ] LazyOpsTest.TestAmpForeachNonFiniteCheckAndUnscale 2022-05-18T05:49:36.5187053Z + python test/cpp/jit/tests_setup.py shutdown 2022-05-18T05:49:37.4168153Z + wait 2022-05-18T05:49:37.4168706Z + OMP_NUM_THREADS=2 2022-05-18T05:49:37.4169385Z + TORCH_CPP_TEST_MNIST_PATH=test/cpp/api/mnist 2022-05-18T05:49:37.4170369Z + /opt/conda/lib/python3.9/site-packages/torch/bin/test_api '--gtest_filter=-IMethodTest.*' --gtest_output=xml:test/test-reports/cpp-unittest/test_libtorch/test_api.xml 2022-05-18T05:49:39.5502766Z Only one CUDA device detected. Disabling MultiCUDA tests 2022-05-18T05:49:39.5511684Z Note: Google Test filter = -IMethodTest.*:*_MultiCUDA 2022-05-18T05:49:39.5512602Z [==========] Running 1028 tests from 48 test suites. 2022-05-18T05:49:39.5513614Z [----------] Global test environment set-up. 2022-05-18T05:49:39.5514031Z [----------] 9 tests from AutogradAPITests 2022-05-18T05:49:39.5514469Z [ RUN ] AutogradAPITests.BackwardSimpleTest 2022-05-18T05:49:39.5720621Z [ OK ] AutogradAPITests.BackwardSimpleTest (20 ms) 2022-05-18T05:49:39.5721575Z [ RUN ] AutogradAPITests.BackwardTest 2022-05-18T05:49:39.5722765Z [W engine.cpp:995] Warning: 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. (function operator()) 2022-05-18T05:49:39.5725675Z [ OK ] AutogradAPITests.BackwardTest (0 ms) 2022-05-18T05:49:39.5726618Z [ RUN ] AutogradAPITests.GradSimpleTest 2022-05-18T05:49:39.5728052Z [ OK ] AutogradAPITests.GradSimpleTest (0 ms) 2022-05-18T05:49:39.5728968Z [ RUN ] AutogradAPITests.GradTest 2022-05-18T05:49:39.5733476Z [ OK ] AutogradAPITests.GradTest (0 ms) 2022-05-18T05:49:39.5734405Z [ RUN ] AutogradAPITests.GradNonLeafTest 2022-05-18T05:49:39.5738642Z [W TensorBody.h:482] Warning: 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. (function grad) 2022-05-18T05:49:39.5741451Z [W TensorBody.h:482] Warning: 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. (function grad) 2022-05-18T05:49:39.5744006Z [W TensorBody.h:482] Warning: 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. (function grad) 2022-05-18T05:49:39.5746709Z [W TensorBody.h:482] Warning: 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. (function grad) 2022-05-18T05:49:39.5747650Z [ OK ] AutogradAPITests.GradNonLeafTest (1 ms) 2022-05-18T05:49:39.5748107Z [ RUN ] AutogradAPITests.GradUnreachableTest 2022-05-18T05:49:39.5774378Z [ OK ] AutogradAPITests.GradUnreachableTest (2 ms) 2022-05-18T05:49:39.5775328Z [ RUN ] AutogradAPITests.EmptyInput 2022-05-18T05:49:39.5804787Z [ OK ] AutogradAPITests.EmptyInput (3 ms) 2022-05-18T05:49:39.5805668Z [ RUN ] AutogradAPITests.RetainGrad 2022-05-18T05:49:39.5810490Z [ OK ] AutogradAPITests.RetainGrad (0 ms) 2022-05-18T05:49:39.5811432Z [ RUN ] AutogradAPITests.AnomalyMode 2022-05-18T05:49:39.5812066Z [W anomaly_mode.cpp:26] Warning: This mode should be enabled only for debugging as the different tests will slow down your program execution. (function operator()) 2022-05-18T05:49:39.6420893Z [ OK ] AutogradAPITests.AnomalyMode (60 ms) 2022-05-18T05:49:39.6421948Z [----------] 9 tests from AutogradAPITests (90 ms total) 2022-05-18T05:49:39.6422283Z 2022-05-18T05:49:39.6422522Z [----------] 28 tests from CustomAutogradTest 2022-05-18T05:49:39.6423018Z [ RUN ] CustomAutogradTest.GradUnreachableDiscoveryTest 2022-05-18T05:49:39.6423577Z [ OK ] CustomAutogradTest.GradUnreachableDiscoveryTest (0 ms) 2022-05-18T05:49:39.6424091Z [ RUN ] CustomAutogradTest.CustomFunction 2022-05-18T05:49:39.6425279Z [ OK ] CustomAutogradTest.CustomFunction (0 ms) 2022-05-18T05:49:39.6426280Z [ RUN ] CustomAutogradTest.FunctionReturnsInput 2022-05-18T05:49:39.6427661Z [ OK ] CustomAutogradTest.FunctionReturnsInput (0 ms) 2022-05-18T05:49:39.6428640Z [ RUN ] CustomAutogradTest.FunctionReturnsUndefined 2022-05-18T05:49:39.6429737Z [ OK ] CustomAutogradTest.FunctionReturnsUndefined (0 ms) 2022-05-18T05:49:39.6430668Z [ RUN ] CustomAutogradTest.MaterializeGrads 2022-05-18T05:49:39.6431810Z [ OK ] CustomAutogradTest.MaterializeGrads (0 ms) 2022-05-18T05:49:39.6432889Z [ RUN ] CustomAutogradTest.DontMaterializeGrads 2022-05-18T05:49:39.6433710Z [ OK ] CustomAutogradTest.DontMaterializeGrads (0 ms) 2022-05-18T05:49:39.6434734Z [ RUN ] CustomAutogradTest.NoGradCustomFunction 2022-05-18T05:49:39.6435817Z [ OK ] CustomAutogradTest.NoGradCustomFunction (0 ms) 2022-05-18T05:49:39.6436428Z [ RUN ] CustomAutogradTest.MarkDirty 2022-05-18T05:49:39.6436859Z [ OK ] CustomAutogradTest.MarkDirty (0 ms) 2022-05-18T05:49:39.6437329Z [ RUN ] CustomAutogradTest.MarkNonDifferentiable 2022-05-18T05:49:39.6437886Z [ OK ] CustomAutogradTest.MarkNonDifferentiable (0 ms) 2022-05-18T05:49:39.6438947Z [ RUN ] CustomAutogradTest.MarkNonDifferentiableMixed 2022-05-18T05:49:39.6440113Z [ OK ] CustomAutogradTest.MarkNonDifferentiableMixed (0 ms) 2022-05-18T05:49:39.6440844Z [ RUN ] CustomAutogradTest.MarkNonDifferentiableNone 2022-05-18T05:49:39.6441488Z [ OK ] CustomAutogradTest.MarkNonDifferentiableNone (0 ms) 2022-05-18T05:49:39.6442180Z [ RUN ] CustomAutogradTest.ReturnLeafInplace 2022-05-18T05:49:39.6443287Z [ OK ] CustomAutogradTest.ReturnLeafInplace (0 ms) 2022-05-18T05:49:39.6444168Z [ RUN ] CustomAutogradTest.ReturnDuplicateInplace 2022-05-18T05:49:39.6468642Z [ OK ] CustomAutogradTest.ReturnDuplicateInplace (2 ms) 2022-05-18T05:49:39.6469593Z [ RUN ] CustomAutogradTest.ReturnDuplicate 2022-05-18T05:49:39.6470077Z [ OK ] CustomAutogradTest.ReturnDuplicate (0 ms) 2022-05-18T05:49:39.6470804Z [ RUN ] CustomAutogradTest.SaveEmptyForBackward 2022-05-18T05:49:39.6471944Z [ OK ] CustomAutogradTest.SaveEmptyForBackward (0 ms) 2022-05-18T05:49:39.6472501Z [ RUN ] CustomAutogradTest.InvalidGradients 2022-05-18T05:49:39.6535264Z [ OK ] CustomAutogradTest.InvalidGradients (6 ms) 2022-05-18T05:49:39.6536286Z [ RUN ] CustomAutogradTest.NoGradInput 2022-05-18T05:49:39.6536862Z [ OK ] CustomAutogradTest.NoGradInput (0 ms) 2022-05-18T05:49:39.6537305Z [ RUN ] CustomAutogradTest.TooManyGrads 2022-05-18T05:49:39.6537756Z [ OK ] CustomAutogradTest.TooManyGrads (0 ms) 2022-05-18T05:49:39.6538200Z [ RUN ] CustomAutogradTest.DepNoGrad 2022-05-18T05:49:39.6539085Z [ OK ] CustomAutogradTest.DepNoGrad (0 ms) 2022-05-18T05:49:39.6539514Z [ RUN ] CustomAutogradTest.Reentrant 2022-05-18T05:49:39.6540271Z [ OK ] CustomAutogradTest.Reentrant (0 ms) 2022-05-18T05:49:39.6540902Z [ RUN ] CustomAutogradTest.DeepReentrant 2022-05-18T05:49:40.3285138Z [ OK ] CustomAutogradTest.DeepReentrant (674 ms) 2022-05-18T05:49:40.3285689Z [ RUN ] CustomAutogradTest.ReentrantPriority 2022-05-18T05:49:40.3291208Z [ OK ] CustomAutogradTest.ReentrantPriority (0 ms) 2022-05-18T05:49:40.3291666Z [ RUN ] CustomAutogradTest.Hooks 2022-05-18T05:49:40.3319185Z [ OK ] CustomAutogradTest.Hooks (2 ms) 2022-05-18T05:49:40.3319613Z [ RUN ] CustomAutogradTest.HookNone 2022-05-18T05:49:40.3321622Z [ OK ] CustomAutogradTest.HookNone (0 ms) 2022-05-18T05:49:40.3322093Z [ RUN ] CustomAutogradTest.BackwardWithInputs 2022-05-18T05:49:40.3323363Z [ OK ] CustomAutogradTest.BackwardWithInputs (0 ms) 2022-05-18T05:49:40.3323884Z [ RUN ] CustomAutogradTest.BackwardWithEmptyInputs 2022-05-18T05:49:40.3337600Z [ OK ] CustomAutogradTest.BackwardWithEmptyInputs (1 ms) 2022-05-18T05:49:40.3338132Z [ RUN ] CustomAutogradTest.BackwardWithNonLeafInputs 2022-05-18T05:49:40.3340579Z [ OK ] CustomAutogradTest.BackwardWithNonLeafInputs (0 ms) 2022-05-18T05:49:40.3341149Z [ RUN ] CustomAutogradTest.BackwardWithCreateGraphWarns 2022-05-18T05:49:40.3341986Z [ OK ] CustomAutogradTest.BackwardWithCreateGraphWarns (0 ms) 2022-05-18T05:49:40.3342516Z [----------] 28 tests from CustomAutogradTest (692 ms total) 2022-05-18T05:49:40.3342762Z 2022-05-18T05:49:40.3343053Z [----------] 13 tests from TestAutogradNotImplementedFallback 2022-05-18T05:49:40.3343623Z [ RUN ] TestAutogradNotImplementedFallback.RetSingleNonTensor 2022-05-18T05:49:40.3346421Z [ OK ] TestAutogradNotImplementedFallback.RetSingleNonTensor (0 ms) 2022-05-18T05:49:40.3347020Z [ RUN ] TestAutogradNotImplementedFallback.InplaceOp 2022-05-18T05:49:40.3394820Z [ OK ] TestAutogradNotImplementedFallback.InplaceOp (4 ms) 2022-05-18T05:49:40.3395406Z [ RUN ] TestAutogradNotImplementedFallback.DoubleInplaceOp 2022-05-18T05:49:40.3434221Z [ OK ] TestAutogradNotImplementedFallback.DoubleInplaceOp (3 ms) 2022-05-18T05:49:40.3434792Z [ RUN ] TestAutogradNotImplementedFallback.OptOp 2022-05-18T05:49:40.3438373Z [ OK ] TestAutogradNotImplementedFallback.OptOp (0 ms) 2022-05-18T05:49:40.3438960Z [ RUN ] TestAutogradNotImplementedFallback.OutOfPlaceAddition 2022-05-18T05:49:40.3475933Z [ OK ] TestAutogradNotImplementedFallback.OutOfPlaceAddition (3 ms) 2022-05-18T05:49:40.3476893Z [ RUN ] TestAutogradNotImplementedFallback.RetTupleNonTensor 2022-05-18T05:49:40.3512874Z [ OK ] TestAutogradNotImplementedFallback.RetTupleNonTensor (3 ms) 2022-05-18T05:49:40.3513461Z [ RUN ] TestAutogradNotImplementedFallback.ViewOp 2022-05-18T05:49:40.3582373Z [ OK ] TestAutogradNotImplementedFallback.ViewOp (6 ms) 2022-05-18T05:49:40.3582966Z [ RUN ] TestAutogradNotImplementedFallback.ViewOpWithExtraArg 2022-05-18T05:49:40.3618808Z [ OK ] TestAutogradNotImplementedFallback.ViewOpWithExtraArg (3 ms) 2022-05-18T05:49:40.3619852Z [ RUN ] TestAutogradNotImplementedFallback.RetTensorVectorView 2022-05-18T05:49:40.3620653Z [ OK ] TestAutogradNotImplementedFallback.RetTensorVectorView (0 ms) 2022-05-18T05:49:40.3621260Z [ RUN ] TestAutogradNotImplementedFallback.DoubleViewOP 2022-05-18T05:49:40.3641948Z [ OK ] TestAutogradNotImplementedFallback.DoubleViewOP (2 ms) 2022-05-18T05:49:40.3642707Z [ RUN ] TestAutogradNotImplementedFallback.NonFirstViewOP 2022-05-18T05:49:40.3668130Z [ OK ] TestAutogradNotImplementedFallback.NonFirstViewOP (2 ms) 2022-05-18T05:49:40.3668743Z [ RUN ] TestAutogradNotImplementedFallback.RetTensorVector 2022-05-18T05:49:40.3704826Z [ OK ] TestAutogradNotImplementedFallback.RetTensorVector (3 ms) 2022-05-18T05:49:40.3705424Z [ RUN ] TestAutogradNotImplementedFallback.TensorlistOp 2022-05-18T05:49:40.3732287Z [ OK ] TestAutogradNotImplementedFallback.TensorlistOp (2 ms) 2022-05-18T05:49:40.3733227Z [----------] 13 tests from TestAutogradNotImplementedFallback (38 ms total) 2022-05-18T05:49:40.3733540Z 2022-05-18T05:49:40.3733873Z [----------] 18 tests from AnyModuleTest 2022-05-18T05:49:40.3734441Z [ RUN ] AnyModuleTest.SimpleReturnType 2022-05-18T05:49:40.3734902Z [ OK ] AnyModuleTest.SimpleReturnType (0 ms) 2022-05-18T05:49:40.3735421Z [ RUN ] AnyModuleTest.SimpleReturnTypeAndSingleArgument 2022-05-18T05:49:40.3735995Z [ OK ] AnyModuleTest.SimpleReturnTypeAndSingleArgument (0 ms) 2022-05-18T05:49:40.3736547Z [ RUN ] AnyModuleTest.StringLiteralReturnTypeAndArgument 2022-05-18T05:49:40.3737130Z [ OK ] AnyModuleTest.StringLiteralReturnTypeAndArgument (0 ms) 2022-05-18T05:49:40.3737698Z [ RUN ] AnyModuleTest.StringReturnTypeWithConstArgument 2022-05-18T05:49:40.3738545Z [ OK ] AnyModuleTest.StringReturnTypeWithConstArgument (0 ms) 2022-05-18T05:49:40.3739220Z [ RUN ] AnyModuleTest.TensorReturnTypeAndStringArgumentsWithFunkyQualifications 2022-05-18T05:49:40.3740000Z [ OK ] AnyModuleTest.TensorReturnTypeAndStringArgumentsWithFunkyQualifications (0 ms) 2022-05-18T05:49:40.3740598Z [ RUN ] AnyModuleTest.WrongArgumentType 2022-05-18T05:49:40.3750767Z [ OK ] AnyModuleTest.WrongArgumentType (1 ms) 2022-05-18T05:49:40.3751254Z [ RUN ] AnyModuleTest.WrongNumberOfArguments 2022-05-18T05:49:40.3792614Z [ OK ] AnyModuleTest.WrongNumberOfArguments (4 ms) 2022-05-18T05:49:40.3793288Z [ RUN ] AnyModuleTest.PassingArgumentsToModuleWithDefaultArgumentsInForwardMethod 2022-05-18T05:49:40.3876198Z [ OK ] AnyModuleTest.PassingArgumentsToModuleWithDefaultArgumentsInForwardMethod (8 ms) 2022-05-18T05:49:40.3877322Z [ RUN ] AnyModuleTest.GetWithCorrectTypeSucceeds 2022-05-18T05:49:40.3877847Z [ OK ] AnyModuleTest.GetWithCorrectTypeSucceeds (0 ms) 2022-05-18T05:49:40.3878362Z [ RUN ] AnyModuleTest.GetWithIncorrectTypeThrows 2022-05-18T05:49:40.3888412Z [ OK ] AnyModuleTest.GetWithIncorrectTypeThrows (1 ms) 2022-05-18T05:49:40.3889460Z [ RUN ] AnyModuleTest.PtrWithBaseClassSucceeds 2022-05-18T05:49:40.3890364Z [ OK ] AnyModuleTest.PtrWithBaseClassSucceeds (0 ms) 2022-05-18T05:49:40.3890913Z [ RUN ] AnyModuleTest.PtrWithGoodDowncastSuccceeds 2022-05-18T05:49:40.3891428Z [ OK ] AnyModuleTest.PtrWithGoodDowncastSuccceeds (0 ms) 2022-05-18T05:49:40.3891937Z [ RUN ] AnyModuleTest.PtrWithBadDowncastThrows 2022-05-18T05:49:40.3901962Z [ OK ] AnyModuleTest.PtrWithBadDowncastThrows (1 ms) 2022-05-18T05:49:40.3902508Z [ RUN ] AnyModuleTest.DefaultStateIsEmpty 2022-05-18T05:49:40.3902988Z [ OK ] AnyModuleTest.DefaultStateIsEmpty (0 ms) 2022-05-18T05:49:40.3903508Z [ RUN ] AnyModuleTest.AllMethodsThrowForEmptyAnyModule 2022-05-18T05:49:40.3961487Z [ OK ] AnyModuleTest.AllMethodsThrowForEmptyAnyModule (5 ms) 2022-05-18T05:49:40.3962542Z [ RUN ] AnyModuleTest.CanMoveAssignDifferentModules 2022-05-18T05:49:40.3963319Z [ OK ] AnyModuleTest.CanMoveAssignDifferentModules (0 ms) 2022-05-18T05:49:40.3963865Z [ RUN ] AnyModuleTest.ConstructsFromModuleHolder 2022-05-18T05:49:40.3964608Z [ OK ] AnyModuleTest.ConstructsFromModuleHolder (0 ms) 2022-05-18T05:49:40.3965166Z [ RUN ] AnyModuleTest.ConvertsVariableToTensorCorrectly 2022-05-18T05:49:40.3965757Z [ OK ] AnyModuleTest.ConvertsVariableToTensorCorrectly (0 ms) 2022-05-18T05:49:40.3966300Z [----------] 18 tests from AnyModuleTest (23 ms total) 2022-05-18T05:49:40.3966518Z 2022-05-18T05:49:40.3966744Z [----------] 12 tests from AnyValueTest 2022-05-18T05:49:40.3967249Z [ RUN ] AnyValueTest.CorrectlyAccessesIntWhenCorrectType 2022-05-18T05:49:40.3967866Z [ OK ] AnyValueTest.CorrectlyAccessesIntWhenCorrectType (0 ms) 2022-05-18T05:49:40.3968485Z [ RUN ] AnyValueTest.CorrectlyAccessesStringLiteralWhenCorrectType 2022-05-18T05:49:40.3969168Z [ OK ] AnyValueTest.CorrectlyAccessesStringLiteralWhenCorrectType (0 ms) 2022-05-18T05:49:40.3969822Z [ RUN ] AnyValueTest.CorrectlyAccessesStringWhenCorrectType 2022-05-18T05:49:40.3970445Z [ OK ] AnyValueTest.CorrectlyAccessesStringWhenCorrectType (0 ms) 2022-05-18T05:49:40.3971055Z [ RUN ] AnyValueTest.CorrectlyAccessesPointersWhenCorrectType 2022-05-18T05:49:40.3971694Z [ OK ] AnyValueTest.CorrectlyAccessesPointersWhenCorrectType (0 ms) 2022-05-18T05:49:40.3972336Z [ RUN ] AnyValueTest.CorrectlyAccessesReferencesWhenCorrectType 2022-05-18T05:49:40.3972969Z [ OK ] AnyValueTest.CorrectlyAccessesReferencesWhenCorrectType (0 ms) 2022-05-18T05:49:40.3973588Z [ RUN ] AnyValueTest.TryGetReturnsNullptrForTheWrongType 2022-05-18T05:49:40.3974183Z [ OK ] AnyValueTest.TryGetReturnsNullptrForTheWrongType (0 ms) 2022-05-18T05:49:40.3974733Z [ RUN ] AnyValueTest.GetThrowsForTheWrongType 2022-05-18T05:49:40.3989641Z [ OK ] AnyValueTest.GetThrowsForTheWrongType (2 ms) 2022-05-18T05:49:40.3990314Z [ RUN ] AnyValueTest.MoveConstructionIsAllowed 2022-05-18T05:49:40.3991166Z [ OK ] AnyValueTest.MoveConstructionIsAllowed (0 ms) 2022-05-18T05:49:40.3991728Z [ RUN ] AnyValueTest.MoveAssignmentIsAllowed 2022-05-18T05:49:40.3992215Z [ OK ] AnyValueTest.MoveAssignmentIsAllowed (0 ms) 2022-05-18T05:49:40.3992693Z [ RUN ] AnyValueTest.TypeInfoIsCorrectForInt 2022-05-18T05:49:40.3993181Z [ OK ] AnyValueTest.TypeInfoIsCorrectForInt (0 ms) 2022-05-18T05:49:40.3993682Z [ RUN ] AnyValueTest.TypeInfoIsCorrectForStringLiteral 2022-05-18T05:49:40.3994246Z [ OK ] AnyValueTest.TypeInfoIsCorrectForStringLiteral (0 ms) 2022-05-18T05:49:40.3994785Z [ RUN ] AnyValueTest.TypeInfoIsCorrectForString 2022-05-18T05:49:40.3995271Z [ OK ] AnyValueTest.TypeInfoIsCorrectForString (0 ms) 2022-05-18T05:49:40.3995889Z [----------] 12 tests from AnyValueTest (2 ms total) 2022-05-18T05:49:40.3996122Z 2022-05-18T05:49:40.3996329Z [----------] 50 tests from DataTest 2022-05-18T05:49:40.3996743Z [ RUN ] DataTest.DatasetCallsGetCorrectly 2022-05-18T05:49:40.3997187Z [ OK ] DataTest.DatasetCallsGetCorrectly (0 ms) 2022-05-18T05:49:40.3997678Z [ RUN ] DataTest.TransformCallsGetApplyCorrectly 2022-05-18T05:49:40.3998191Z [ OK ] DataTest.TransformCallsGetApplyCorrectly (0 ms) 2022-05-18T05:49:40.3998699Z [ RUN ] DataTest.ChunkDataSetWithInvalidInitParameter 2022-05-18T05:49:40.4059590Z [ OK ] DataTest.ChunkDataSetWithInvalidInitParameter (6 ms) 2022-05-18T05:49:40.4060523Z [ RUN ] DataTest.InfiniteStreamDataset 2022-05-18T05:49:40.4061136Z [ OK ] DataTest.InfiniteStreamDataset (0 ms) 2022-05-18T05:49:40.4061699Z [ RUN ] DataTest.NoSequencerIsIdentity 2022-05-18T05:49:40.4062152Z [ OK ] DataTest.NoSequencerIsIdentity (0 ms) 2022-05-18T05:49:40.4062751Z [ RUN ] DataTest.OrderedSequencerIsSetUpWell 2022-05-18T05:49:40.4063217Z [ OK ] DataTest.OrderedSequencerIsSetUpWell (0 ms) 2022-05-18T05:49:40.4063707Z [ RUN ] DataTest.OrderedSequencerReOrdersValues 2022-05-18T05:49:40.4064210Z [ OK ] DataTest.OrderedSequencerReOrdersValues (0 ms) 2022-05-18T05:49:40.4064721Z [ RUN ] DataTest.BatchLambdaAppliesFunctionToBatch 2022-05-18T05:49:40.4065232Z [ OK ] DataTest.BatchLambdaAppliesFunctionToBatch (0 ms) 2022-05-18T05:49:40.4065746Z [ RUN ] DataTest.LambdaAppliesFunctionToExample 2022-05-18T05:49:40.4066251Z [ OK ] DataTest.LambdaAppliesFunctionToExample (0 ms) 2022-05-18T05:49:40.4066691Z [ RUN ] DataTest.CollateReducesBatch 2022-05-18T05:49:40.4067118Z [ OK ] DataTest.CollateReducesBatch (0 ms) 2022-05-18T05:49:40.4067543Z [ RUN ] DataTest.CollationReducesBatch 2022-05-18T05:49:40.4067970Z [ OK ] DataTest.CollationReducesBatch (0 ms) 2022-05-18T05:49:40.4068477Z [ RUN ] DataTest.SequentialSamplerReturnsIndicesInOrder 2022-05-18T05:49:40.4069057Z [ OK ] DataTest.SequentialSamplerReturnsIndicesInOrder (0 ms) 2022-05-18T05:49:40.4069649Z [ RUN ] DataTest.SequentialSamplerReturnsLessValuesForLastBatch 2022-05-18T05:49:40.4070262Z [ OK ] DataTest.SequentialSamplerReturnsLessValuesForLastBatch (0 ms) 2022-05-18T05:49:40.4072467Z [ RUN ] DataTest.SequentialSamplerResetsWell 2022-05-18T05:49:40.4072957Z [ OK ] DataTest.SequentialSamplerResetsWell (0 ms) 2022-05-18T05:49:40.4073479Z [ RUN ] DataTest.SequentialSamplerResetsWithNewSizeWell 2022-05-18T05:49:40.4074028Z [ OK ] DataTest.SequentialSamplerResetsWithNewSizeWell (0 ms) 2022-05-18T05:49:40.4074567Z [ RUN ] DataTest.CanSaveAndLoadSequentialSampler 2022-05-18T05:49:40.4266776Z [ OK ] DataTest.CanSaveAndLoadSequentialSampler (20 ms) 2022-05-18T05:49:40.4267610Z [ RUN ] DataTest.RandomSamplerReturnsIndicesInCorrectRange 2022-05-18T05:49:40.4268240Z [ OK ] DataTest.RandomSamplerReturnsIndicesInCorrectRange (0 ms) 2022-05-18T05:49:40.4268835Z [ RUN ] DataTest.RandomSamplerReturnsLessValuesForLastBatch 2022-05-18T05:49:40.4269440Z [ OK ] DataTest.RandomSamplerReturnsLessValuesForLastBatch (0 ms) 2022-05-18T05:49:40.4269939Z [ RUN ] DataTest.RandomSamplerResetsWell 2022-05-18T05:49:40.4270454Z [ OK ] DataTest.RandomSamplerResetsWell (0 ms) 2022-05-18T05:49:40.4270949Z [ RUN ] DataTest.RandomSamplerResetsWithNewSizeWell 2022-05-18T05:49:40.4271573Z [ OK ] DataTest.RandomSamplerResetsWithNewSizeWell (0 ms) 2022-05-18T05:49:40.4272508Z [ RUN ] DataTest.SavingAndLoadingRandomSamplerYieldsSameSequence 2022-05-18T05:49:40.4274269Z [ OK ] DataTest.SavingAndLoadingRandomSamplerYieldsSameSequence (0 ms) 2022-05-18T05:49:40.4275191Z [ RUN ] DataTest.StreamSamplerReturnsTheBatchSizeAndThenRemainder 2022-05-18T05:49:40.4275831Z [ OK ] DataTest.StreamSamplerReturnsTheBatchSizeAndThenRemainder (0 ms) 2022-05-18T05:49:40.4276680Z [ RUN ] DataTest.StreamSamplerResetsWell 2022-05-18T05:49:40.4277150Z [ OK ] DataTest.StreamSamplerResetsWell (0 ms) 2022-05-18T05:49:40.4277648Z [ RUN ] DataTest.StreamSamplerResetsWithNewSizeWell 2022-05-18T05:49:40.4278174Z [ OK ] DataTest.StreamSamplerResetsWithNewSizeWell (0 ms) 2022-05-18T05:49:40.4278726Z [ RUN ] DataTest.TensorDatasetConstructsFromSingleTensor 2022-05-18T05:49:40.4279309Z [ OK ] DataTest.TensorDatasetConstructsFromSingleTensor (0 ms) 2022-05-18T05:49:40.4280175Z [ RUN ] DataTest.TensorDatasetConstructsFromInitializerListOfTensors 2022-05-18T05:49:40.4280864Z [ OK ] DataTest.TensorDatasetConstructsFromInitializerListOfTensors (0 ms) 2022-05-18T05:49:40.4281441Z [ RUN ] DataTest.StackTransformWorksForExample 2022-05-18T05:49:40.4282494Z [ OK ] DataTest.StackTransformWorksForExample (0 ms) 2022-05-18T05:49:40.4283076Z [ RUN ] DataTest.StackTransformWorksForTensorExample 2022-05-18T05:49:40.4283935Z [ OK ] DataTest.StackTransformWorksForTensorExample (0 ms) 2022-05-18T05:49:40.4284655Z [ RUN ] DataTest.TensorTransformWorksForAnyTargetType 2022-05-18T05:49:40.4285566Z [ OK ] DataTest.TensorTransformWorksForAnyTargetType (0 ms) 2022-05-18T05:49:40.4286307Z [ RUN ] DataTest.TensorLambdaWorksforAnyTargetType 2022-05-18T05:49:40.4287282Z [ OK ] DataTest.TensorLambdaWorksforAnyTargetType (0 ms) 2022-05-18T05:49:40.4287939Z [ RUN ] DataTest.NormalizeTransform 2022-05-18T05:49:40.4294229Z [ OK ] DataTest.NormalizeTransform (0 ms) 2022-05-18T05:49:40.4294808Z [ RUN ] DataTest.MapDoesNotCopy 2022-05-18T05:49:40.4295222Z [ OK ] DataTest.MapDoesNotCopy (0 ms) 2022-05-18T05:49:40.4295679Z [ RUN ] DataTest.QueuePushAndPopFromSameThread 2022-05-18T05:49:40.4296167Z [ OK ] DataTest.QueuePushAndPopFromSameThread (0 ms) 2022-05-18T05:49:40.4296695Z [ RUN ] DataTest.QueuePopWithTimeoutThrowsUponTimeout 2022-05-18T05:49:40.4409531Z [ OK ] DataTest.QueuePopWithTimeoutThrowsUponTimeout (11 ms) 2022-05-18T05:49:40.4410374Z [ RUN ] DataTest.QueuePushAndPopFromDifferentThreads 2022-05-18T05:49:40.4615215Z [ OK ] DataTest.QueuePushAndPopFromDifferentThreads (20 ms) 2022-05-18T05:49:40.4615774Z [ RUN ] DataTest.QueueClearEmptiesTheQueue 2022-05-18T05:49:40.4639101Z [ OK ] DataTest.QueueClearEmptiesTheQueue (2 ms) 2022-05-18T05:49:40.4639650Z [ RUN ] DataTest.DataShuttleCanPushAndPopJob 2022-05-18T05:49:40.4640124Z [ OK ] DataTest.DataShuttleCanPushAndPopJob (0 ms) 2022-05-18T05:49:40.4640624Z [ RUN ] DataTest.DataShuttleCanPushAndPopResult 2022-05-18T05:49:40.4641134Z [ OK ] DataTest.DataShuttleCanPushAndPopResult (0 ms) 2022-05-18T05:49:40.4641725Z [ RUN ] DataTest.DataShuttlePopResultReturnsNulloptWhenNoJobsInFlight 2022-05-18T05:49:40.4642425Z [ OK ] DataTest.DataShuttlePopResultReturnsNulloptWhenNoJobsInFlight (0 ms) 2022-05-18T05:49:40.4643084Z [ RUN ] DataTest.DataShuttleDrainMeansPopResultReturnsNullopt 2022-05-18T05:49:40.4643706Z [ OK ] DataTest.DataShuttleDrainMeansPopResultReturnsNullopt (0 ms) 2022-05-18T05:49:40.4644240Z [ RUN ] DataTest.DataShuttlePopResultTimesOut 2022-05-18T05:49:40.4753729Z [ OK ] DataTest.DataShuttlePopResultTimesOut (11 ms) 2022-05-18T05:49:40.4754424Z [ RUN ] DataTest.SharedBatchDatasetReallyIsShared 2022-05-18T05:49:40.4777628Z [ OK ] DataTest.SharedBatchDatasetReallyIsShared (2 ms) 2022-05-18T05:49:40.4778941Z [ RUN ] DataTest.SharedBatchDatasetDoesNotIncurCopyWhenPassedDatasetObject 2022-05-18T05:49:40.4779677Z [ OK ] DataTest.SharedBatchDatasetDoesNotIncurCopyWhenPassedDatasetObject (0 ms) 2022-05-18T05:49:40.4780281Z [ RUN ] DataTest.CanUseCustomTypeAsIndexType 2022-05-18T05:49:40.4780771Z [ OK ] DataTest.CanUseCustomTypeAsIndexType (0 ms) 2022-05-18T05:49:40.4781382Z [ RUN ] DataTest.DistributedRandomSamplerSingleReplicaProduceCorrectSamples 2022-05-18T05:49:40.4782135Z [ OK ] DataTest.DistributedRandomSamplerSingleReplicaProduceCorrectSamples (0 ms) 2022-05-18T05:49:40.4782873Z [ RUN ] DataTest.DistributedRandomSamplerMultiReplicaProduceCorrectSamples 2022-05-18T05:49:40.4783625Z [ OK ] DataTest.DistributedRandomSamplerMultiReplicaProduceCorrectSamples (0 ms) 2022-05-18T05:49:40.4784251Z [ RUN ] DataTest.CanSaveAndLoadDistributedRandomSampler 2022-05-18T05:49:40.4788630Z [ OK ] DataTest.CanSaveAndLoadDistributedRandomSampler (0 ms) 2022-05-18T05:49:40.4789344Z [ RUN ] DataTest.DistributedSequentialSamplerSingleReplicaProduceCorrectSamples 2022-05-18T05:49:40.4790139Z [ OK ] DataTest.DistributedSequentialSamplerSingleReplicaProduceCorrectSamples (0 ms) 2022-05-18T05:49:40.4790900Z [ RUN ] DataTest.DistributedSequentialSamplerMultiReplicaProduceCorrectSamples 2022-05-18T05:49:40.4791681Z [ OK ] DataTest.DistributedSequentialSamplerMultiReplicaProduceCorrectSamples (0 ms) 2022-05-18T05:49:40.4792353Z [ RUN ] DataTest.CanSaveAndLoadDistributedSequentialSampler 2022-05-18T05:49:40.4793176Z [ OK ] DataTest.CanSaveAndLoadDistributedSequentialSampler (0 ms) 2022-05-18T05:49:40.4794011Z [----------] 50 tests from DataTest (80 ms total) 2022-05-18T05:49:40.4794245Z 2022-05-18T05:49:40.4794469Z [----------] 37 tests from DataLoaderTest 2022-05-18T05:49:40.4794962Z [ RUN ] DataLoaderTest.DataLoaderOptionsDefaultAsExpected 2022-05-18T05:49:40.4795536Z [ OK ] DataLoaderTest.DataLoaderOptionsDefaultAsExpected (0 ms) 2022-05-18T05:49:40.4796142Z [ RUN ] DataLoaderTest.DataLoaderOptionsCoalesceOptionalValues 2022-05-18T05:49:40.4796776Z [ OK ] DataLoaderTest.DataLoaderOptionsCoalesceOptionalValues (0 ms) 2022-05-18T05:49:40.4797542Z [ RUN ] DataLoaderTest.MakeDataLoaderDefaultsAsExpected 2022-05-18T05:49:40.4798086Z [ OK ] DataLoaderTest.MakeDataLoaderDefaultsAsExpected (0 ms) 2022-05-18T05:49:40.4798794Z [ RUN ] DataLoaderTest.MakeDataLoaderThrowsWhenConstructingSamplerWithUnsizedDataset 2022-05-18T05:49:40.4807307Z [ OK ] DataLoaderTest.MakeDataLoaderThrowsWhenConstructingSamplerWithUnsizedDataset (1 ms) 2022-05-18T05:49:40.4808431Z [ RUN ] DataLoaderTest.IteratorsCompareEqualToThemselves 2022-05-18T05:49:40.4809359Z [ OK ] DataLoaderTest.IteratorsCompareEqualToThemselves (0 ms) 2022-05-18T05:49:40.4810060Z [ RUN ] DataLoaderTest.ValidIteratorsCompareUnequalToEachOther 2022-05-18T05:49:40.4810693Z [ OK ] DataLoaderTest.ValidIteratorsCompareUnequalToEachOther (0 ms) 2022-05-18T05:49:40.4811307Z [ RUN ] DataLoaderTest.SentinelIteratorsCompareEqualToEachOther 2022-05-18T05:49:40.4811953Z [ OK ] DataLoaderTest.SentinelIteratorsCompareEqualToEachOther (0 ms) 2022-05-18T05:49:40.4812602Z [ RUN ] DataLoaderTest.IteratorsCompareEqualToSentinelWhenExhausted 2022-05-18T05:49:40.4813291Z [ OK ] DataLoaderTest.IteratorsCompareEqualToSentinelWhenExhausted (0 ms) 2022-05-18T05:49:40.4814011Z [ RUN ] DataLoaderTest.IteratorsShareState 2022-05-18T05:49:40.4814514Z [ OK ] DataLoaderTest.IteratorsShareState (0 ms) 2022-05-18T05:49:40.4815049Z [ RUN ] DataLoaderTest.CanDereferenceIteratorMultipleTimes 2022-05-18T05:49:40.4815627Z [ OK ] DataLoaderTest.CanDereferenceIteratorMultipleTimes (0 ms) 2022-05-18T05:49:40.4816172Z [ RUN ] DataLoaderTest.CanUseIteratorAlgorithms 2022-05-18T05:49:40.4816679Z [ OK ] DataLoaderTest.CanUseIteratorAlgorithms (0 ms) 2022-05-18T05:49:40.4817265Z [ RUN ] DataLoaderTest.CallingBeginWhileOtherIteratorIsInFlightThrows 2022-05-18T05:49:40.4826238Z [ OK ] DataLoaderTest.CallingBeginWhileOtherIteratorIsInFlightThrows (1 ms) 2022-05-18T05:49:40.4827109Z [ RUN ] DataLoaderTest.IncrementingExhaustedValidIteratorThrows 2022-05-18T05:49:40.4839625Z [ OK ] DataLoaderTest.IncrementingExhaustedValidIteratorThrows (1 ms) 2022-05-18T05:49:40.4840522Z [ RUN ] DataLoaderTest.DereferencingExhaustedValidIteratorThrows 2022-05-18T05:49:40.4853226Z [ OK ] DataLoaderTest.DereferencingExhaustedValidIteratorThrows (1 ms) 2022-05-18T05:49:40.4854111Z [ RUN ] DataLoaderTest.IncrementingSentinelIteratorThrows 2022-05-18T05:49:40.4867663Z [ OK ] DataLoaderTest.IncrementingSentinelIteratorThrows (1 ms) 2022-05-18T05:49:40.4868268Z [ RUN ] DataLoaderTest.DereferencingSentinelIteratorThrows 2022-05-18T05:49:40.4880869Z [ OK ] DataLoaderTest.DereferencingSentinelIteratorThrows (1 ms) 2022-05-18T05:49:40.4881663Z [ RUN ] DataLoaderTest.YieldsCorrectBatchSize 2022-05-18T05:49:40.4882156Z [ OK ] DataLoaderTest.YieldsCorrectBatchSize (0 ms) 2022-05-18T05:49:40.4882802Z [ RUN ] DataLoaderTest.ReturnsLastBatchWhenSmallerThanBatchSizeWhenDropLastIsFalse 2022-05-18T05:49:40.4883623Z [ OK ] DataLoaderTest.ReturnsLastBatchWhenSmallerThanBatchSizeWhenDropLastIsFalse (0 ms) 2022-05-18T05:49:40.4884460Z [ RUN ] DataLoaderTest.DoesNotReturnLastBatchWhenSmallerThanBatchSizeWhenDropLastIsTrue 2022-05-18T05:49:40.4885331Z [ OK ] DataLoaderTest.DoesNotReturnLastBatchWhenSmallerThanBatchSizeWhenDropLastIsTrue (0 ms) 2022-05-18T05:49:40.4885951Z [ RUN ] DataLoaderTest.RespectsTimeout 2022-05-18T05:49:40.5001490Z [ OK ] DataLoaderTest.RespectsTimeout (11 ms) 2022-05-18T05:49:40.5002371Z [ RUN ] DataLoaderTest.EnforcesOrderingAmongThreadsWhenConfigured 2022-05-18T05:49:40.5024380Z [ OK ] DataLoaderTest.EnforcesOrderingAmongThreadsWhenConfigured (2 ms) 2022-05-18T05:49:40.5024977Z [ RUN ] DataLoaderTest.Reset 2022-05-18T05:49:40.5025374Z [ OK ] DataLoaderTest.Reset (0 ms) 2022-05-18T05:49:40.5025888Z [ RUN ] DataLoaderTest.TestExceptionsArePropagatedFromWorkers 2022-05-18T05:49:40.5029201Z [ OK ] DataLoaderTest.TestExceptionsArePropagatedFromWorkers (0 ms) 2022-05-18T05:49:40.5030059Z [ RUN ] DataLoaderTest.StatefulDatasetWithNoWorkers 2022-05-18T05:49:40.5030601Z [ OK ] DataLoaderTest.StatefulDatasetWithNoWorkers (0 ms) 2022-05-18T05:49:40.5031145Z [ RUN ] DataLoaderTest.StatefulDatasetWithManyWorkers 2022-05-18T05:49:40.5063087Z [ OK ] DataLoaderTest.StatefulDatasetWithManyWorkers (3 ms) 2022-05-18T05:49:40.5063693Z [ RUN ] DataLoaderTest.StatefulDatasetWithMap 2022-05-18T05:49:40.5064334Z [ OK ] DataLoaderTest.StatefulDatasetWithMap (0 ms) 2022-05-18T05:49:40.5064900Z [ RUN ] DataLoaderTest.StatefulDatasetWithCollate 2022-05-18T05:49:40.5066097Z [ OK ] DataLoaderTest.StatefulDatasetWithCollate (0 ms) 2022-05-18T05:49:40.5066633Z [ RUN ] DataLoaderTest.ChunkDataSetGetBatch 2022-05-18T05:49:40.5179315Z [ OK ] DataLoaderTest.ChunkDataSetGetBatch (11 ms) 2022-05-18T05:49:40.5180086Z [ RUN ] DataLoaderTest.ChunkDataSetWithBatchSizeMismatch 2022-05-18T05:49:40.5196415Z [ OK ] DataLoaderTest.ChunkDataSetWithBatchSizeMismatch (1 ms) 2022-05-18T05:49:40.5196990Z [ RUN ] DataLoaderTest.ChunkDataSetWithEmptyBatch 2022-05-18T05:49:40.5198420Z [ OK ] DataLoaderTest.ChunkDataSetWithEmptyBatch (0 ms) 2022-05-18T05:49:40.5199145Z [ RUN ] DataLoaderTest.ChunkDataSetGetBatchWithUnevenBatchSize 2022-05-18T05:49:40.5204067Z [ OK ] DataLoaderTest.ChunkDataSetGetBatchWithUnevenBatchSize (0 ms) 2022-05-18T05:49:40.5204936Z [ RUN ] DataLoaderTest.CanAccessChunkSamplerWithChunkDataSet 2022-05-18T05:49:40.5208702Z [ OK ] DataLoaderTest.CanAccessChunkSamplerWithChunkDataSet (0 ms) 2022-05-18T05:49:40.5209593Z [ RUN ] DataLoaderTest.ChunkDatasetDoesNotHang 2022-05-18T05:49:40.5210665Z [ OK ] DataLoaderTest.ChunkDatasetDoesNotHang (0 ms) 2022-05-18T05:49:40.5211545Z [ RUN ] DataLoaderTest.ChunkDatasetSave 2022-05-18T05:49:40.5411402Z [ OK ] DataLoaderTest.ChunkDatasetSave (19 ms) 2022-05-18T05:49:40.5412316Z [ RUN ] DataLoaderTest.ChunkDatasetLoad 2022-05-18T05:49:40.5419932Z [ OK ] DataLoaderTest.ChunkDatasetLoad (0 ms) 2022-05-18T05:49:40.5420893Z [ RUN ] DataLoaderTest.ChunkDatasetCrossChunkShuffle 2022-05-18T05:49:40.5427618Z [ OK ] DataLoaderTest.ChunkDatasetCrossChunkShuffle (0 ms) 2022-05-18T05:49:40.5428543Z [ RUN ] DataLoaderTest.CustomPreprocessPolicy 2022-05-18T05:49:40.5433296Z [ OK ] DataLoaderTest.CustomPreprocessPolicy (0 ms) 2022-05-18T05:49:40.5434331Z [----------] 37 tests from DataLoaderTest (63 ms total) 2022-05-18T05:49:40.5434784Z 2022-05-18T05:49:40.5435168Z [----------] 1 test from EnumTest 2022-05-18T05:49:40.5435859Z [ RUN ] EnumTest.AllEnums 2022-05-18T05:49:40.5436598Z [ OK ] EnumTest.AllEnums (0 ms) 2022-05-18T05:49:40.5437378Z [----------] 1 test from EnumTest (0 ms total) 2022-05-18T05:49:40.5437781Z 2022-05-18T05:49:40.5438231Z [----------] 6 tests from ExpandingArrayTest 2022-05-18T05:49:40.5439247Z [ RUN ] ExpandingArrayTest.CanConstructFromInitializerList 2022-05-18T05:49:40.5440461Z [ OK ] ExpandingArrayTest.CanConstructFromInitializerList (0 ms) 2022-05-18T05:49:40.5441603Z [ RUN ] ExpandingArrayTest.CanConstructFromVector 2022-05-18T05:49:40.5442680Z [ OK ] ExpandingArrayTest.CanConstructFromVector (0 ms) 2022-05-18T05:49:40.5443946Z [ RUN ] ExpandingArrayTest.CanConstructFromArray 2022-05-18T05:49:40.5445017Z [ OK ] ExpandingArrayTest.CanConstructFromArray (0 ms) 2022-05-18T05:49:40.5446125Z [ RUN ] ExpandingArrayTest.CanConstructFromSingleValue 2022-05-18T05:49:40.5447242Z [ OK ] ExpandingArrayTest.CanConstructFromSingleValue (0 ms) 2022-05-18T05:49:40.5448814Z [ RUN ] ExpandingArrayTest.ThrowsWhenConstructedWithIncorrectNumberOfArgumentsInInitializerList 2022-05-18T05:49:40.5450854Z [ OK ] ExpandingArrayTest.ThrowsWhenConstructedWithIncorrectNumberOfArgumentsInInitializerList (1 ms) 2022-05-18T05:49:40.5452761Z [ RUN ] ExpandingArrayTest.ThrowsWhenConstructedWithIncorrectNumberOfArgumentsInVector 2022-05-18T05:49:40.5466172Z [ OK ] ExpandingArrayTest.ThrowsWhenConstructedWithIncorrectNumberOfArgumentsInVector (1 ms) 2022-05-18T05:49:40.5467589Z [----------] 6 tests from ExpandingArrayTest (3 ms total) 2022-05-18T05:49:40.5468046Z 2022-05-18T05:49:40.5468416Z [----------] 10 tests from FFTTest 2022-05-18T05:49:40.5469072Z [ RUN ] FFTTest.fft 2022-05-18T05:49:40.5474218Z [ OK ] FFTTest.fft (0 ms) 2022-05-18T05:49:40.5474903Z [ RUN ] FFTTest.fft_real 2022-05-18T05:49:40.5477592Z [ OK ] FFTTest.fft_real (0 ms) 2022-05-18T05:49:40.5478338Z [ RUN ] FFTTest.fft_pad 2022-05-18T05:49:40.5483546Z [ OK ] FFTTest.fft_pad (0 ms) 2022-05-18T05:49:40.5484286Z [ RUN ] FFTTest.fft_norm 2022-05-18T05:49:40.5487898Z [ OK ] FFTTest.fft_norm (0 ms) 2022-05-18T05:49:40.5488579Z [ RUN ] FFTTest.ifft 2022-05-18T05:49:40.5493910Z [ OK ] FFTTest.ifft (0 ms) 2022-05-18T05:49:40.5494604Z [ RUN ] FFTTest.fft_ifft 2022-05-18T05:49:40.5495332Z [ OK ] FFTTest.fft_ifft (0 ms) 2022-05-18T05:49:40.5495991Z [ RUN ] FFTTest.rfft 2022-05-18T05:49:40.5498736Z [ OK ] FFTTest.rfft (0 ms) 2022-05-18T05:49:40.5499743Z [ RUN ] FFTTest.rfft_irfft 2022-05-18T05:49:40.5518691Z [ OK ] FFTTest.rfft_irfft (0 ms) 2022-05-18T05:49:40.5519615Z [ RUN ] FFTTest.ihfft 2022-05-18T05:49:40.5520326Z [ OK ] FFTTest.ihfft (0 ms) 2022-05-18T05:49:40.5521008Z [ RUN ] FFTTest.hfft_ihfft 2022-05-18T05:49:40.5521675Z [ OK ] FFTTest.hfft_ihfft (0 ms) 2022-05-18T05:49:40.5522476Z [----------] 10 tests from FFTTest (4 ms total) 2022-05-18T05:49:40.5522895Z 2022-05-18T05:49:40.5523341Z [----------] 135 tests from FunctionalTest 2022-05-18T05:49:40.5524100Z [ RUN ] FunctionalTest.Conv1d 2022-05-18T05:49:40.5528865Z [ OK ] FunctionalTest.Conv1d (1 ms) 2022-05-18T05:49:40.5529665Z [ RUN ] FunctionalTest.Conv2dEven 2022-05-18T05:49:40.5534747Z [ OK ] FunctionalTest.Conv2dEven (0 ms) 2022-05-18T05:49:40.5535612Z [ RUN ] FunctionalTest.Conv2dUneven 2022-05-18T05:49:40.5538652Z [ OK ] FunctionalTest.Conv2dUneven (0 ms) 2022-05-18T05:49:40.5539489Z [ RUN ] FunctionalTest.Conv3d 2022-05-18T05:49:40.5546043Z [ OK ] FunctionalTest.Conv3d (0 ms) 2022-05-18T05:49:40.5546804Z [ RUN ] FunctionalTest.MaxPool1d 2022-05-18T05:49:40.5547576Z [ OK ] FunctionalTest.MaxPool1d (0 ms) 2022-05-18T05:49:40.5548353Z [ RUN ] FunctionalTest.MaxPool2d 2022-05-18T05:49:40.5549149Z [ OK ] FunctionalTest.MaxPool2d (0 ms) 2022-05-18T05:49:40.5549971Z [ RUN ] FunctionalTest.MaxPool2dBackward 2022-05-18T05:49:40.5550880Z [ OK ] FunctionalTest.MaxPool2dBackward (0 ms) 2022-05-18T05:49:40.5551704Z [ RUN ] FunctionalTest.MaxPool3d 2022-05-18T05:49:40.5552867Z [ OK ] FunctionalTest.MaxPool3d (0 ms) 2022-05-18T05:49:40.5553903Z [ RUN ] FunctionalTest.AvgPool1d 2022-05-18T05:49:40.5555038Z [ OK ] FunctionalTest.AvgPool1d (0 ms) 2022-05-18T05:49:40.5555486Z [ RUN ] FunctionalTest.AvgPool2d 2022-05-18T05:49:40.5556345Z [ OK ] FunctionalTest.AvgPool2d (0 ms) 2022-05-18T05:49:40.5557176Z [ RUN ] FunctionalTest.AvgPool3d 2022-05-18T05:49:40.5558250Z [ OK ] FunctionalTest.AvgPool3d (0 ms) 2022-05-18T05:49:40.5559213Z [ RUN ] FunctionalTest.FractionalMaxPool2d 2022-05-18T05:49:40.5564016Z [ OK ] FunctionalTest.FractionalMaxPool2d (0 ms) 2022-05-18T05:49:40.5564987Z [ RUN ] FunctionalTest.FractionalMaxPool3d 2022-05-18T05:49:40.5566407Z [ OK ] FunctionalTest.FractionalMaxPool3d (0 ms) 2022-05-18T05:49:40.5567330Z [ RUN ] FunctionalTest.LPPool1d 2022-05-18T05:49:40.5569597Z [ OK ] FunctionalTest.LPPool1d (0 ms) 2022-05-18T05:49:40.5570537Z [ RUN ] FunctionalTest.LPPool2d 2022-05-18T05:49:40.5571461Z [ OK ] FunctionalTest.LPPool2d (0 ms) 2022-05-18T05:49:40.5572338Z [ RUN ] FunctionalTest.CosineSimilarity 2022-05-18T05:49:40.5574413Z [ OK ] FunctionalTest.CosineSimilarity (0 ms) 2022-05-18T05:49:40.5575608Z [ RUN ] FunctionalTest.SmoothL1LossDefaultOptions 2022-05-18T05:49:40.5577932Z [ OK ] FunctionalTest.SmoothL1LossDefaultOptions (0 ms) 2022-05-18T05:49:40.5579188Z [ RUN ] FunctionalTest.SmoothL1LossBeta 2022-05-18T05:49:40.5580360Z [ OK ] FunctionalTest.SmoothL1LossBeta (0 ms) 2022-05-18T05:49:40.5581362Z [ RUN ] FunctionalTest.SmoothL1LossNoReduction 2022-05-18T05:49:40.5583299Z [ OK ] FunctionalTest.SmoothL1LossNoReduction (0 ms) 2022-05-18T05:49:40.5584350Z [ RUN ] FunctionalTest.HuberLossDefaultOptions 2022-05-18T05:49:40.5586413Z [ OK ] FunctionalTest.HuberLossDefaultOptions (0 ms) 2022-05-18T05:49:40.5587399Z [ RUN ] FunctionalTest.HuberLossDelta 2022-05-18T05:49:40.5588462Z [ OK ] FunctionalTest.HuberLossDelta (0 ms) 2022-05-18T05:49:40.5589422Z [ RUN ] FunctionalTest.HuberLossNoReduction 2022-05-18T05:49:40.5591572Z [ OK ] FunctionalTest.HuberLossNoReduction (0 ms) 2022-05-18T05:49:40.5592643Z [ RUN ] FunctionalTest.SoftMarginLossDefaultOptions 2022-05-18T05:49:40.5596131Z [ OK ] FunctionalTest.SoftMarginLossDefaultOptions (0 ms) 2022-05-18T05:49:40.5597204Z [ RUN ] FunctionalTest.MultiLabelSoftMarginLossDefaultOptions 2022-05-18T05:49:40.5601511Z [ OK ] FunctionalTest.MultiLabelSoftMarginLossDefaultOptions (0 ms) 2022-05-18T05:49:40.5602519Z [ RUN ] FunctionalTest.SoftMarginLossNoReduction 2022-05-18T05:49:40.5603639Z [ OK ] FunctionalTest.SoftMarginLossNoReduction (0 ms) 2022-05-18T05:49:40.5604766Z [ RUN ] FunctionalTest.MultiLabelSoftMarginLossWeightedNoReduction 2022-05-18T05:49:40.5608901Z [ OK ] FunctionalTest.MultiLabelSoftMarginLossWeightedNoReduction (0 ms) 2022-05-18T05:49:40.5609884Z [ RUN ] FunctionalTest.PairwiseDistance 2022-05-18T05:49:40.5611071Z [ OK ] FunctionalTest.PairwiseDistance (0 ms) 2022-05-18T05:49:40.5611953Z [ RUN ] FunctionalTest.PDist 2022-05-18T05:49:40.5613628Z [ OK ] FunctionalTest.PDist (0 ms) 2022-05-18T05:49:40.5614498Z [ RUN ] FunctionalTest.AdaptiveMaxPool1d 2022-05-18T05:49:40.5615751Z [ OK ] FunctionalTest.AdaptiveMaxPool1d (0 ms) 2022-05-18T05:49:40.5616647Z [ RUN ] FunctionalTest.AdaptiveMaxPool2d 2022-05-18T05:49:40.5617557Z [ OK ] FunctionalTest.AdaptiveMaxPool2d (0 ms) 2022-05-18T05:49:40.5618908Z [ RUN ] FunctionalTest.AdaptiveMaxPool3d 2022-05-18T05:49:40.5620149Z [ OK ] FunctionalTest.AdaptiveMaxPool3d (0 ms) 2022-05-18T05:49:40.5621070Z [ RUN ] FunctionalTest.AdaptiveAvgPool1d 2022-05-18T05:49:40.5621972Z [ OK ] FunctionalTest.AdaptiveAvgPool1d (0 ms) 2022-05-18T05:49:40.5622875Z [ RUN ] FunctionalTest.AdaptiveAvgPool2d 2022-05-18T05:49:40.5623733Z [ OK ] FunctionalTest.AdaptiveAvgPool2d (0 ms) 2022-05-18T05:49:40.5624617Z [ RUN ] FunctionalTest.AdaptiveAvgPool3d 2022-05-18T05:49:40.5625506Z [ OK ] FunctionalTest.AdaptiveAvgPool3d (0 ms) 2022-05-18T05:49:40.5626314Z [ RUN ] FunctionalTest.L1Loss 2022-05-18T05:49:40.5628556Z [ OK ] FunctionalTest.L1Loss (0 ms) 2022-05-18T05:49:40.5629333Z [ RUN ] FunctionalTest.MSELoss 2022-05-18T05:49:40.5631090Z [ OK ] FunctionalTest.MSELoss (0 ms) 2022-05-18T05:49:40.5631826Z [ RUN ] FunctionalTest.BCELoss 2022-05-18T05:49:40.5634012Z [ OK ] FunctionalTest.BCELoss (0 ms) 2022-05-18T05:49:40.5634790Z [ RUN ] FunctionalTest.KLDivLoss 2022-05-18T05:49:40.5636718Z [W loss.h:58] Warning: 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. (function kl_div) 2022-05-18T05:49:40.5638250Z [ OK ] FunctionalTest.KLDivLoss (0 ms) 2022-05-18T05:49:40.5639078Z [ RUN ] FunctionalTest.HingeEmbeddingLoss 2022-05-18T05:49:40.5640352Z [ OK ] FunctionalTest.HingeEmbeddingLoss (0 ms) 2022-05-18T05:49:40.5641235Z [ RUN ] FunctionalTest.GridSample 2022-05-18T05:49:40.5645671Z [W vision.h:83] Warning: 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. (function grid_sample) 2022-05-18T05:49:40.5649387Z [ OK ] FunctionalTest.GridSample (0 ms) 2022-05-18T05:49:40.5650250Z [ RUN ] FunctionalTest.AffineGrid 2022-05-18T05:49:40.5815783Z [ OK ] FunctionalTest.AffineGrid (16 ms) 2022-05-18T05:49:40.5816694Z [ RUN ] FunctionalTest.MultiMarginLoss 2022-05-18T05:49:40.5817579Z [ OK ] FunctionalTest.MultiMarginLoss (0 ms) 2022-05-18T05:49:40.5818869Z [ RUN ] FunctionalTest.CosineEmbeddingLoss 2022-05-18T05:49:40.5820234Z [ OK ] FunctionalTest.CosineEmbeddingLoss (0 ms) 2022-05-18T05:49:40.5821305Z [ RUN ] FunctionalTest.MultiLabelMarginLossDefaultOptions 2022-05-18T05:49:40.5824947Z [ OK ] FunctionalTest.MultiLabelMarginLossDefaultOptions (0 ms) 2022-05-18T05:49:40.5826115Z [ RUN ] FunctionalTest.MultiLabelMarginLossNoReduction 2022-05-18T05:49:40.5827708Z [ OK ] FunctionalTest.MultiLabelMarginLossNoReduction (0 ms) 2022-05-18T05:49:40.5828762Z [ RUN ] FunctionalTest.TripletMarginLoss 2022-05-18T05:49:40.5829999Z [ OK ] FunctionalTest.TripletMarginLoss (0 ms) 2022-05-18T05:49:40.5831123Z [ RUN ] FunctionalTest.TripletMarginWithDistanceLossDefaultParity 2022-05-18T05:49:40.6025391Z [ OK ] FunctionalTest.TripletMarginWithDistanceLossDefaultParity (19 ms) 2022-05-18T05:49:40.6026452Z [ RUN ] FunctionalTest.NLLLoss 2022-05-18T05:49:40.6027219Z [ OK ] FunctionalTest.NLLLoss (0 ms) 2022-05-18T05:49:40.6028012Z [ RUN ] FunctionalTest.CrossEntropy 2022-05-18T05:49:40.6033681Z [ OK ] FunctionalTest.CrossEntropy (0 ms) 2022-05-18T05:49:40.6034552Z [ RUN ] FunctionalTest.MaxUnpool1d 2022-05-18T05:49:40.6039604Z [ OK ] FunctionalTest.MaxUnpool1d (0 ms) 2022-05-18T05:49:40.6040456Z [ RUN ] FunctionalTest.MaxUnpool2d 2022-05-18T05:49:40.6041819Z [ OK ] FunctionalTest.MaxUnpool2d (0 ms) 2022-05-18T05:49:40.6042618Z [ RUN ] FunctionalTest.MaxUnpool3d 2022-05-18T05:49:40.6045261Z [ OK ] FunctionalTest.MaxUnpool3d (0 ms) 2022-05-18T05:49:40.6046068Z [ RUN ] FunctionalTest.ELU 2022-05-18T05:49:40.6065508Z [ OK ] FunctionalTest.ELU (1 ms) 2022-05-18T05:49:40.6066323Z [ RUN ] FunctionalTest.SELU 2022-05-18T05:49:40.6072051Z [ OK ] FunctionalTest.SELU (0 ms) 2022-05-18T05:49:40.6072802Z [ RUN ] FunctionalTest.GLU 2022-05-18T05:49:40.6073836Z [ OK ] FunctionalTest.GLU (0 ms) 2022-05-18T05:49:40.6074536Z [ RUN ] FunctionalTest.GELU 2022-05-18T05:49:40.6080710Z [ OK ] FunctionalTest.GELU (0 ms) 2022-05-18T05:49:40.6081477Z [ RUN ] FunctionalTest.TanhGELU 2022-05-18T05:49:40.6082789Z [ OK ] FunctionalTest.TanhGELU (0 ms) 2022-05-18T05:49:40.6083615Z [ RUN ] FunctionalTest.Hardshrink 2022-05-18T05:49:40.6096763Z [ OK ] FunctionalTest.Hardshrink (1 ms) 2022-05-18T05:49:40.6097573Z [ RUN ] FunctionalTest.OneHot 2022-05-18T05:49:40.6103229Z [ OK ] FunctionalTest.OneHot (0 ms) 2022-05-18T05:49:40.6104057Z [ RUN ] FunctionalTest.Hardtanh 2022-05-18T05:49:40.6140857Z [ OK ] FunctionalTest.Hardtanh (3 ms) 2022-05-18T05:49:40.6141704Z [ RUN ] FunctionalTest.LeakyReLU 2022-05-18T05:49:40.6155023Z [ OK ] FunctionalTest.LeakyReLU (1 ms) 2022-05-18T05:49:40.6155865Z [ RUN ] FunctionalTest.LogSigmoid 2022-05-18T05:49:40.6158405Z [ OK ] FunctionalTest.LogSigmoid (0 ms) 2022-05-18T05:49:40.6159273Z [ RUN ] FunctionalTest.GumbelSoftmax 2022-05-18T05:49:40.6202639Z [ OK ] FunctionalTest.GumbelSoftmax (4 ms) 2022-05-18T05:49:40.6203224Z [ RUN ] FunctionalTest.Softmax 2022-05-18T05:49:40.6204094Z [ OK ] FunctionalTest.Softmax (0 ms) 2022-05-18T05:49:40.6204497Z [ RUN ] FunctionalTest.Softmin 2022-05-18T05:49:40.6205379Z [ OK ] FunctionalTest.Softmin (0 ms) 2022-05-18T05:49:40.6205772Z [ RUN ] FunctionalTest.LogSoftmax 2022-05-18T05:49:40.6207104Z [ OK ] FunctionalTest.LogSoftmax (0 ms) 2022-05-18T05:49:40.6207515Z [ RUN ] FunctionalTest.PReLU 2022-05-18T05:49:40.6210400Z [ OK ] FunctionalTest.PReLU (0 ms) 2022-05-18T05:49:40.6210852Z [ RUN ] FunctionalTest.LayerNorm 2022-05-18T05:49:40.6211386Z [ OK ] FunctionalTest.LayerNorm (0 ms) 2022-05-18T05:49:40.6212005Z [ RUN ] FunctionalTest.GroupNorm 2022-05-18T05:49:40.6212800Z [ OK ] FunctionalTest.GroupNorm (0 ms) 2022-05-18T05:49:40.6213401Z [ RUN ] FunctionalTest.LocalResponseNorm 2022-05-18T05:49:40.6214668Z [ OK ] FunctionalTest.LocalResponseNorm (0 ms) 2022-05-18T05:49:40.6215081Z [ RUN ] FunctionalTest.Linear 2022-05-18T05:49:40.6218156Z [ OK ] FunctionalTest.Linear (0 ms) 2022-05-18T05:49:40.6219039Z [ RUN ] FunctionalTest.Embedding 2022-05-18T05:49:40.6219621Z [ OK ] FunctionalTest.Embedding (0 ms) 2022-05-18T05:49:40.6220018Z [ RUN ] FunctionalTest.EmbeddingBag 2022-05-18T05:49:40.6225620Z [ OK ] FunctionalTest.EmbeddingBag (0 ms) 2022-05-18T05:49:40.6226032Z [ RUN ] FunctionalTest.Bilinear 2022-05-18T05:49:40.6228699Z [ OK ] FunctionalTest.Bilinear (0 ms) 2022-05-18T05:49:40.6229105Z [ RUN ] FunctionalTest.Normalize 2022-05-18T05:49:40.6234418Z [ OK ] FunctionalTest.Normalize (0 ms) 2022-05-18T05:49:40.6234809Z [ RUN ] FunctionalTest.ReLU 2022-05-18T05:49:40.6238602Z [ OK ] FunctionalTest.ReLU (0 ms) 2022-05-18T05:49:40.6239238Z [ RUN ] FunctionalTest.ReLUDefaultOptions 2022-05-18T05:49:40.6240178Z [ OK ] FunctionalTest.ReLUDefaultOptions (0 ms) 2022-05-18T05:49:40.6240664Z [ RUN ] FunctionalTest.ReLU6 2022-05-18T05:49:40.6244535Z [ OK ] FunctionalTest.ReLU6 (0 ms) 2022-05-18T05:49:40.6245263Z [ RUN ] FunctionalTest.ReLU6DefaultOptions 2022-05-18T05:49:40.6245958Z [ OK ] FunctionalTest.ReLU6DefaultOptions (0 ms) 2022-05-18T05:49:40.6246372Z [ RUN ] FunctionalTest.RReLU 2022-05-18T05:49:40.6296073Z [ OK ] FunctionalTest.RReLU (4 ms) 2022-05-18T05:49:40.6296539Z [ RUN ] FunctionalTest.RReLUDefaultOptions 2022-05-18T05:49:40.6299139Z [ OK ] FunctionalTest.RReLUDefaultOptions (0 ms) 2022-05-18T05:49:40.6299587Z [ RUN ] FunctionalTest.CELU 2022-05-18T05:49:40.6316952Z [ OK ] FunctionalTest.CELU (1 ms) 2022-05-18T05:49:40.6317758Z [ RUN ] FunctionalTest.CELUDefaultOptions 2022-05-18T05:49:40.6318251Z [ OK ] FunctionalTest.CELUDefaultOptions (0 ms) 2022-05-18T05:49:40.6319060Z [ RUN ] FunctionalTest.PixelShuffle 2022-05-18T05:49:40.6320831Z [ OK ] FunctionalTest.PixelShuffle (0 ms) 2022-05-18T05:49:40.6321548Z [ RUN ] FunctionalTest.PixelUnshuffle 2022-05-18T05:49:40.6322834Z [ OK ] FunctionalTest.PixelUnshuffle (0 ms) 2022-05-18T05:49:40.6323283Z [ RUN ] FunctionalTest.Softplus 2022-05-18T05:49:40.6331516Z [ OK ] FunctionalTest.Softplus (0 ms) 2022-05-18T05:49:40.6332201Z [ RUN ] FunctionalTest.SoftplusDefaultOptions 2022-05-18T05:49:40.6333069Z [ OK ] FunctionalTest.SoftplusDefaultOptions (0 ms) 2022-05-18T05:49:40.6333809Z [ RUN ] FunctionalTest.Fold 2022-05-18T05:49:40.6334244Z [ OK ] FunctionalTest.Fold (0 ms) 2022-05-18T05:49:40.6334627Z [ RUN ] FunctionalTest.Unfold 2022-05-18T05:49:40.6336419Z [ OK ] FunctionalTest.Unfold (0 ms) 2022-05-18T05:49:40.6336842Z [ RUN ] FunctionalTest.Softshrink 2022-05-18T05:49:40.6347632Z [ OK ] FunctionalTest.Softshrink (1 ms) 2022-05-18T05:49:40.6348352Z [ RUN ] FunctionalTest.SoftshrinkDefaultOptions 2022-05-18T05:49:40.6349105Z [ OK ] FunctionalTest.SoftshrinkDefaultOptions (0 ms) 2022-05-18T05:49:40.6349569Z [ RUN ] FunctionalTest.Softsign 2022-05-18T05:49:40.6349978Z [ OK ] FunctionalTest.Softsign (0 ms) 2022-05-18T05:49:40.6350358Z [ RUN ] FunctionalTest.Mish 2022-05-18T05:49:40.6352438Z [ OK ] FunctionalTest.Mish (0 ms) 2022-05-18T05:49:40.6352852Z [ RUN ] FunctionalTest.Tanhshrink 2022-05-18T05:49:40.6353265Z [ OK ] FunctionalTest.Tanhshrink (0 ms) 2022-05-18T05:49:40.6353648Z [ RUN ] FunctionalTest.Threshold 2022-05-18T05:49:40.6372469Z [ OK ] FunctionalTest.Threshold (1 ms) 2022-05-18T05:49:40.6373010Z [ RUN ] FunctionalTest.BatchNorm1d 2022-05-18T05:49:40.6374492Z [ OK ] FunctionalTest.BatchNorm1d (0 ms) 2022-05-18T05:49:40.6375127Z [ RUN ] FunctionalTest.BatchNorm1dDefaultOptions 2022-05-18T05:49:40.6375642Z [ OK ] FunctionalTest.BatchNorm1dDefaultOptions (0 ms) 2022-05-18T05:49:40.6376109Z [ RUN ] FunctionalTest.BatchNorm2d 2022-05-18T05:49:40.6378366Z [ OK ] FunctionalTest.BatchNorm2d (0 ms) 2022-05-18T05:49:40.6379310Z [ RUN ] FunctionalTest.BatchNorm2dDefaultOptions 2022-05-18T05:49:40.6380032Z [ OK ] FunctionalTest.BatchNorm2dDefaultOptions (0 ms) 2022-05-18T05:49:40.6380604Z [ RUN ] FunctionalTest.BatchNorm3d 2022-05-18T05:49:40.6382277Z [ OK ] FunctionalTest.BatchNorm3d (0 ms) 2022-05-18T05:49:40.6382906Z [ RUN ] FunctionalTest.BatchNorm3dDefaultOptions 2022-05-18T05:49:40.6383590Z [ OK ] FunctionalTest.BatchNorm3dDefaultOptions (0 ms) 2022-05-18T05:49:40.6384059Z [ RUN ] FunctionalTest.InstanceNorm1d 2022-05-18T05:49:40.6386872Z [ OK ] FunctionalTest.InstanceNorm1d (0 ms) 2022-05-18T05:49:40.6387373Z [ RUN ] FunctionalTest.InstanceNorm1dDefaultOptions 2022-05-18T05:49:40.6389466Z [ OK ] FunctionalTest.InstanceNorm1dDefaultOptions (0 ms) 2022-05-18T05:49:40.6389953Z [ RUN ] FunctionalTest.InstanceNorm2d 2022-05-18T05:49:40.6392051Z [ OK ] FunctionalTest.InstanceNorm2d (0 ms) 2022-05-18T05:49:40.6392549Z [ RUN ] FunctionalTest.InstanceNorm2dDefaultOptions 2022-05-18T05:49:40.6394103Z [ OK ] FunctionalTest.InstanceNorm2dDefaultOptions (0 ms) 2022-05-18T05:49:40.6394584Z [ RUN ] FunctionalTest.InstanceNorm3d 2022-05-18T05:49:40.6397984Z [ OK ] FunctionalTest.InstanceNorm3d (0 ms) 2022-05-18T05:49:40.6398489Z [ RUN ] FunctionalTest.InstanceNorm3dDefaultOptions 2022-05-18T05:49:40.6400923Z [ OK ] FunctionalTest.InstanceNorm3dDefaultOptions (0 ms) 2022-05-18T05:49:40.6401738Z [ RUN ] FunctionalTest.Interpolate 2022-05-18T05:49:40.6403103Z [W upsampling.h:61] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-05-18T05:49:40.6404733Z [W upsampling.h:61] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-05-18T05:49:40.6406395Z [W upsampling.h:61] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-05-18T05:49:40.6407978Z [W upsampling.h:61] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-05-18T05:49:40.6409587Z [W upsampling.h:61] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-05-18T05:49:40.6411033Z [W upsampling.h:61] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-05-18T05:49:40.6412202Z [W upsampling.h:61] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-05-18T05:49:40.6413445Z [W upsampling.h:61] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-05-18T05:49:40.6499857Z [ OK ] FunctionalTest.Interpolate (9 ms) 2022-05-18T05:49:40.6500272Z [ RUN ] FunctionalTest.Pad1 2022-05-18T05:49:40.6500663Z [ OK ] FunctionalTest.Pad1 (0 ms) 2022-05-18T05:49:40.6501146Z [ RUN ] FunctionalTest.Pad2 2022-05-18T05:49:40.6503279Z [ OK ] FunctionalTest.Pad2 (0 ms) 2022-05-18T05:49:40.6503667Z [ RUN ] FunctionalTest.Pad3 2022-05-18T05:49:40.6509085Z [ OK ] FunctionalTest.Pad3 (0 ms) 2022-05-18T05:49:40.6509571Z [ RUN ] FunctionalTest.Pad4 2022-05-18T05:49:40.6512037Z [ OK ] FunctionalTest.Pad4 (0 ms) 2022-05-18T05:49:40.6512429Z [ RUN ] FunctionalTest.Pad5 2022-05-18T05:49:40.6515403Z [ OK ] FunctionalTest.Pad5 (0 ms) 2022-05-18T05:49:40.6515826Z [ RUN ] FunctionalTest.Pad6 2022-05-18T05:49:40.6518403Z [ OK ] FunctionalTest.Pad6 (0 ms) 2022-05-18T05:49:40.6518790Z [ RUN ] FunctionalTest.Pad7 2022-05-18T05:49:40.6519152Z [ OK ] FunctionalTest.Pad7 (0 ms) 2022-05-18T05:49:40.6519525Z [ RUN ] FunctionalTest.Pad8 2022-05-18T05:49:40.6519906Z [ OK ] FunctionalTest.Pad8 (0 ms) 2022-05-18T05:49:40.6520267Z [ RUN ] FunctionalTest.CTCLoss 2022-05-18T05:49:40.6650502Z [ OK ] FunctionalTest.CTCLoss (13 ms) 2022-05-18T05:49:40.6651097Z [ RUN ] FunctionalTest.PoissonNLLLoss 2022-05-18T05:49:40.6655426Z [ OK ] FunctionalTest.PoissonNLLLoss (0 ms) 2022-05-18T05:49:40.6655920Z [ RUN ] FunctionalTest.MarginRankingLoss 2022-05-18T05:49:40.6659472Z [ OK ] FunctionalTest.MarginRankingLoss (0 ms) 2022-05-18T05:49:40.6659943Z [ RUN ] FunctionalTest.ConvTranspose1d 2022-05-18T05:49:40.6662972Z [ OK ] FunctionalTest.ConvTranspose1d (0 ms) 2022-05-18T05:49:40.6663468Z [ RUN ] FunctionalTest.ConvTranspose2dEven 2022-05-18T05:49:40.6667274Z [ OK ] FunctionalTest.ConvTranspose2dEven (0 ms) 2022-05-18T05:49:40.6667776Z [ RUN ] FunctionalTest.ConvTranspose2dUneven 2022-05-18T05:49:40.6671866Z [ OK ] FunctionalTest.ConvTranspose2dUneven (0 ms) 2022-05-18T05:49:40.6672554Z [ RUN ] FunctionalTest.ConvTranspose3d 2022-05-18T05:49:40.6674913Z [ OK ] FunctionalTest.ConvTranspose3d (0 ms) 2022-05-18T05:49:40.6675561Z [ RUN ] FunctionalTest.AlphaDropout 2022-05-18T05:49:40.6688613Z [ OK ] FunctionalTest.AlphaDropout (1 ms) 2022-05-18T05:49:40.6689335Z [ RUN ] FunctionalTest.FeatureAlphaDropout 2022-05-18T05:49:40.6702044Z [ OK ] FunctionalTest.FeatureAlphaDropout (1 ms) 2022-05-18T05:49:40.6702511Z [ RUN ] FunctionalTest.Dropout 2022-05-18T05:49:40.6710757Z [ OK ] FunctionalTest.Dropout (0 ms) 2022-05-18T05:49:40.6711173Z [ RUN ] FunctionalTest.Dropout2d 2022-05-18T05:49:40.6717950Z [ OK ] FunctionalTest.Dropout2d (0 ms) 2022-05-18T05:49:40.6718367Z [ RUN ] FunctionalTest.Dropout3d 2022-05-18T05:49:40.6726157Z [ OK ] FunctionalTest.Dropout3d (0 ms) 2022-05-18T05:49:40.6726575Z [ RUN ] FunctionalTest.isfinite 2022-05-18T05:49:40.6735006Z [ OK ] FunctionalTest.isfinite (0 ms) 2022-05-18T05:49:40.6735613Z [ RUN ] FunctionalTest.isfinite_CUDA 2022-05-18T05:49:41.9068202Z [ OK ] FunctionalTest.isfinite_CUDA (1233 ms) 2022-05-18T05:49:41.9068650Z [ RUN ] FunctionalTest.isinf 2022-05-18T05:49:41.9072334Z [ OK ] FunctionalTest.isinf (0 ms) 2022-05-18T05:49:41.9072747Z [ RUN ] FunctionalTest.isinf_CUDA 2022-05-18T05:49:41.9114346Z [ OK ] FunctionalTest.isinf_CUDA (4 ms) 2022-05-18T05:49:41.9114762Z [ RUN ] FunctionalTest.AllClose 2022-05-18T05:49:41.9205190Z [ OK ] FunctionalTest.AllClose (9 ms) 2022-05-18T05:49:41.9205597Z [ RUN ] FunctionalTest.AllClose_CUDA 2022-05-18T05:49:41.9692907Z [ OK ] FunctionalTest.AllClose_CUDA (48 ms) 2022-05-18T05:49:41.9693364Z [ RUN ] FunctionalTest.BCEWithLogitsLoss 2022-05-18T05:49:41.9737210Z [ OK ] FunctionalTest.BCEWithLogitsLoss (4 ms) 2022-05-18T05:49:41.9737818Z [----------] 135 tests from FunctionalTest (1422 ms total) 2022-05-18T05:49:41.9738202Z 2022-05-18T05:49:41.9738730Z [----------] 3 tests from IntegrationTest 2022-05-18T05:49:41.9739148Z [ RUN ] IntegrationTest.CartPole 2022-05-18T05:49:57.9145637Z [ OK ] IntegrationTest.CartPole (15940 ms) 2022-05-18T05:50:08.5232896Z [ RUN ] IntegrationTest.MNIST_CUDA 2022-05-18T05:50:08.5233424Z [ OK ] IntegrationTest.MNIST_CUDA (10608 ms) 2022-05-18T05:50:08.5233899Z [ RUN ] IntegrationTest.MNISTBatchNorm_CUDA 2022-05-18T05:50:19.6275458Z [ OK ] IntegrationTest.MNISTBatchNorm_CUDA (11104 ms) 2022-05-18T05:50:19.6276015Z [----------] 3 tests from IntegrationTest (37653 ms total) 2022-05-18T05:50:19.6276250Z 2022-05-18T05:50:19.6276451Z [----------] 9 tests from InitTest 2022-05-18T05:50:19.6276910Z [ RUN ] InitTest.ProducesPyTorchValues_XavierUniform 2022-05-18T05:50:19.6295281Z [ OK ] InitTest.ProducesPyTorchValues_XavierUniform (2 ms) 2022-05-18T05:50:19.6295856Z [ RUN ] InitTest.ProducesPyTorchValues_XavierNormal 2022-05-18T05:50:19.6314453Z [ OK ] InitTest.ProducesPyTorchValues_XavierNormal (1 ms) 2022-05-18T05:50:19.6314990Z [ RUN ] InitTest.ProducesPyTorchValues_KaimingNormal 2022-05-18T05:50:19.6333650Z [ OK ] InitTest.ProducesPyTorchValues_KaimingNormal (1 ms) 2022-05-18T05:50:19.6334203Z [ RUN ] InitTest.ProducesPyTorchValues_KaimingUniform 2022-05-18T05:50:19.6353223Z [ OK ] InitTest.ProducesPyTorchValues_KaimingUniform (1 ms) 2022-05-18T05:50:19.6353773Z [ RUN ] InitTest.CanInitializeTensorThatRequiresGrad 2022-05-18T05:50:19.6382638Z [ OK ] InitTest.CanInitializeTensorThatRequiresGrad (2 ms) 2022-05-18T05:50:19.6383524Z [ RUN ] InitTest.CalculateGainWithTanh 2022-05-18T05:50:19.6384257Z [ OK ] InitTest.CalculateGainWithTanh (0 ms) 2022-05-18T05:50:19.6385135Z [ RUN ] InitTest.CalculateGainWithRelu 2022-05-18T05:50:19.6385696Z [ OK ] InitTest.CalculateGainWithRelu (0 ms) 2022-05-18T05:50:19.6386166Z [ RUN ] InitTest.CalculateGainWithLeakyRelu 2022-05-18T05:50:19.6386889Z [ OK ] InitTest.CalculateGainWithLeakyRelu (0 ms) 2022-05-18T05:50:19.6387689Z [ RUN ] InitTest.CanInitializeCnnWithOrthogonal 2022-05-18T05:50:19.6388224Z [ OK ] InitTest.CanInitializeCnnWithOrthogonal (0 ms) 2022-05-18T05:50:19.6388694Z [----------] 9 tests from InitTest (11 ms total) 2022-05-18T05:50:19.6388902Z 2022-05-18T05:50:19.6389121Z [----------] 6 tests from TorchScriptTest 2022-05-18T05:50:19.6389568Z [ RUN ] TorchScriptTest.CanCompileMultipleFunctions 2022-05-18T05:50:19.6993979Z [ OK ] TorchScriptTest.CanCompileMultipleFunctions (60 ms) 2022-05-18T05:50:19.6994887Z [ RUN ] TorchScriptTest.TestNestedIValueModuleArgMatching 2022-05-18T05:50:19.7021232Z [ OK ] TorchScriptTest.TestNestedIValueModuleArgMatching (2 ms) 2022-05-18T05:50:19.7021769Z [ RUN ] TorchScriptTest.TestDictArgMatching 2022-05-18T05:50:19.7025513Z [ OK ] TorchScriptTest.TestDictArgMatching (0 ms) 2022-05-18T05:50:19.7026022Z [ RUN ] TorchScriptTest.TestTupleArgMatching 2022-05-18T05:50:19.7028061Z [ OK ] TorchScriptTest.TestTupleArgMatching (0 ms) 2022-05-18T05:50:19.7028584Z [ RUN ] TorchScriptTest.TestOptionalArgMatching 2022-05-18T05:50:19.7035642Z [ OK ] TorchScriptTest.TestOptionalArgMatching (0 ms) 2022-05-18T05:50:19.7036526Z [ RUN ] TorchScriptTest.TestPickle 2022-05-18T05:50:19.7036952Z [ OK ] TorchScriptTest.TestPickle (0 ms) 2022-05-18T05:50:19.7037686Z [----------] 6 tests from TorchScriptTest (64 ms total) 2022-05-18T05:50:19.7037921Z 2022-05-18T05:50:19.7038136Z [----------] 3 tests from MakeUniqueTest 2022-05-18T05:50:19.7038734Z [ RUN ] MakeUniqueTest.ForwardRvaluesCorrectly 2022-05-18T05:50:19.7039359Z [ OK ] MakeUniqueTest.ForwardRvaluesCorrectly (0 ms) 2022-05-18T05:50:19.7040125Z [ RUN ] MakeUniqueTest.ForwardLvaluesCorrectly 2022-05-18T05:50:19.7041261Z [ OK ] MakeUniqueTest.ForwardLvaluesCorrectly (0 ms) 2022-05-18T05:50:19.7043285Z [ RUN ] MakeUniqueTest.CanConstructUniquePtrOfArray 2022-05-18T05:50:19.7044247Z [ OK ] MakeUniqueTest.CanConstructUniquePtrOfArray (0 ms) 2022-05-18T05:50:19.7045158Z [----------] 3 tests from MakeUniqueTest (0 ms total) 2022-05-18T05:50:19.7045522Z 2022-05-18T05:50:19.7045748Z [----------] 2 tests from MetaTensorTest 2022-05-18T05:50:19.7046132Z [ RUN ] MetaTensorTest.MetaDeviceApi 2022-05-18T05:50:19.7046564Z [ OK ] MetaTensorTest.MetaDeviceApi (0 ms) 2022-05-18T05:50:19.7047005Z [ RUN ] MetaTensorTest.MetaNamespaceApi 2022-05-18T05:50:19.7047439Z [ OK ] MetaTensorTest.MetaNamespaceApi (0 ms) 2022-05-18T05:50:19.7047893Z [----------] 2 tests from MetaTensorTest (0 ms total) 2022-05-18T05:50:19.7048107Z 2022-05-18T05:50:19.7048303Z [----------] 2 tests from UtilsTest 2022-05-18T05:50:19.7048659Z [ RUN ] UtilsTest.WarnOnce 2022-05-18T05:50:19.7049013Z [ OK ] UtilsTest.WarnOnce (0 ms) 2022-05-18T05:50:19.7049437Z [ RUN ] UtilsTest.AmbiguousOperatorDefaults 2022-05-18T05:50:19.7049911Z [ OK ] UtilsTest.AmbiguousOperatorDefaults (0 ms) 2022-05-18T05:50:19.7050345Z [----------] 2 tests from UtilsTest (0 ms total) 2022-05-18T05:50:19.7050550Z 2022-05-18T05:50:19.7050756Z [----------] 1 test from NoGradTest 2022-05-18T05:50:19.7051157Z [ RUN ] NoGradTest.SetsGradModeCorrectly 2022-05-18T05:50:19.7075848Z [ OK ] NoGradTest.SetsGradModeCorrectly (3 ms) 2022-05-18T05:50:19.7076528Z [----------] 1 test from NoGradTest (3 ms total) 2022-05-18T05:50:19.7076737Z 2022-05-18T05:50:19.7076947Z [----------] 3 tests from AutogradTest 2022-05-18T05:50:19.7077543Z [ RUN ] AutogradTest.CanTakeDerivatives 2022-05-18T05:50:19.7078482Z [ OK ] AutogradTest.CanTakeDerivatives (0 ms) 2022-05-18T05:50:19.7079052Z [ RUN ] AutogradTest.CanTakeDerivativesOfZeroDimTensors 2022-05-18T05:50:19.7080614Z [ OK ] AutogradTest.CanTakeDerivativesOfZeroDimTensors (0 ms) 2022-05-18T05:50:19.7081641Z [ RUN ] AutogradTest.CanPassCustomGradientInputs 2022-05-18T05:50:19.7082721Z [ OK ] AutogradTest.CanPassCustomGradientInputs (0 ms) 2022-05-18T05:50:19.7083733Z [----------] 3 tests from AutogradTest (0 ms total) 2022-05-18T05:50:19.7084197Z 2022-05-18T05:50:19.7084510Z [----------] 1 test from OptionalArrayRefTest 2022-05-18T05:50:19.7085179Z [ RUN ] OptionalArrayRefTest.DanglingPointerFix 2022-05-18T05:50:19.7085676Z [ OK ] OptionalArrayRefTest.DanglingPointerFix (0 ms) 2022-05-18T05:50:19.7086183Z [----------] 1 test from OptionalArrayRefTest (0 ms total) 2022-05-18T05:50:19.7086415Z 2022-05-18T05:50:19.7086616Z [----------] 55 tests from ModuleTest 2022-05-18T05:50:19.7087052Z [ RUN ] ModuleTest.CanEnableAndDisableTrainingMode 2022-05-18T05:50:19.7087588Z [ OK ] ModuleTest.CanEnableAndDisableTrainingMode (0 ms) 2022-05-18T05:50:19.7088024Z [ RUN ] ModuleTest.ZeroGrad 2022-05-18T05:50:19.7088400Z [ OK ] ModuleTest.ZeroGrad (0 ms) 2022-05-18T05:50:19.7088798Z [ RUN ] ModuleTest.ZeroGradWithUndefined 2022-05-18T05:50:19.7089258Z [ OK ] ModuleTest.ZeroGradWithUndefined (0 ms) 2022-05-18T05:50:19.7089784Z [ RUN ] ModuleTest.RegisterModuleThrowsForEmptyOrDottedName 2022-05-18T05:50:19.7117153Z [ OK ] ModuleTest.RegisterModuleThrowsForEmptyOrDottedName (2 ms) 2022-05-18T05:50:19.7117787Z [ RUN ] ModuleTest.RegisterModuleThrowsForDuplicateModuleName 2022-05-18T05:50:19.7130599Z [ OK ] ModuleTest.RegisterModuleThrowsForDuplicateModuleName (1 ms) 2022-05-18T05:50:19.7131337Z [ RUN ] ModuleTest.ReplaceModuleThrowsForUnknownModuleName 2022-05-18T05:50:19.7145862Z [ OK ] ModuleTest.ReplaceModuleThrowsForUnknownModuleName (1 ms) 2022-05-18T05:50:19.7146609Z [ RUN ] ModuleTest.ReplaceModule 2022-05-18T05:50:19.7147044Z [ OK ] ModuleTest.ReplaceModule (0 ms) 2022-05-18T05:50:19.7147453Z [ RUN ] ModuleTest.UnregisterModule 2022-05-18T05:50:19.7165035Z [ OK ] ModuleTest.UnregisterModule (1 ms) 2022-05-18T05:50:19.7165575Z [ RUN ] ModuleTest.RegisterParameterThrowsForEmptyOrDottedName 2022-05-18T05:50:19.7202059Z [ OK ] ModuleTest.RegisterParameterThrowsForEmptyOrDottedName (3 ms) 2022-05-18T05:50:19.7202708Z [ RUN ] ModuleTest.RegisterParameterThrowsForDuplicateModuleName 2022-05-18T05:50:19.7226979Z [ OK ] ModuleTest.RegisterParameterThrowsForDuplicateModuleName (2 ms) 2022-05-18T05:50:19.7227826Z [ RUN ] ModuleTest.RegisterParameterUndefinedTensor 2022-05-18T05:50:19.7228371Z [ OK ] ModuleTest.RegisterParameterUndefinedTensor (0 ms) 2022-05-18T05:50:19.7228918Z [ RUN ] ModuleTest.RegisterBufferThrowsForEmptyOrDottedName 2022-05-18T05:50:19.7263908Z [ OK ] ModuleTest.RegisterBufferThrowsForEmptyOrDottedName (3 ms) 2022-05-18T05:50:19.7264522Z [ RUN ] ModuleTest.RegisterBufferThrowsForDuplicateModuleName 2022-05-18T05:50:19.7288561Z [ OK ] ModuleTest.RegisterBufferThrowsForDuplicateModuleName (2 ms) 2022-05-18T05:50:19.7289160Z [ RUN ] ModuleTest.CanGetName 2022-05-18T05:50:19.7289745Z [ OK ] ModuleTest.CanGetName (0 ms) 2022-05-18T05:50:19.7290175Z [ RUN ] ModuleTest.AsCastsModulesCorrectly 2022-05-18T05:50:19.7290649Z [ OK ] ModuleTest.AsCastsModulesCorrectly (0 ms) 2022-05-18T05:50:19.7291181Z [ RUN ] ModuleTest.DeviceOrDtypeConversionSkipsUndefinedTensor 2022-05-18T05:50:19.7291812Z [ OK ] ModuleTest.DeviceOrDtypeConversionSkipsUndefinedTensor (0 ms) 2022-05-18T05:50:19.7292448Z [ RUN ] ModuleTest.DeviceOrDtypeConversionSkipsUndefinedTensor_CUDA 2022-05-18T05:50:19.7293720Z [ OK ] ModuleTest.DeviceOrDtypeConversionSkipsUndefinedTensor_CUDA (0 ms) 2022-05-18T05:50:19.7294375Z [ RUN ] ModuleTest.ParametersAndBuffersAccessorSkipsUndefinedTensor 2022-05-18T05:50:19.7295045Z [ OK ] ModuleTest.ParametersAndBuffersAccessorSkipsUndefinedTensor (0 ms) 2022-05-18T05:50:19.7295715Z [ RUN ] ModuleTest.CallingCloneOnModuleThatDoesNotOverrideCloneThrows 2022-05-18T05:50:19.7314315Z [ OK ] ModuleTest.CallingCloneOnModuleThatDoesNotOverrideCloneThrows (1 ms) 2022-05-18T05:50:19.7315280Z [ RUN ] ModuleTest.CallingCloneOnModuleThatDoesOverrideCloneDoesNotThrow 2022-05-18T05:50:19.7315992Z [ OK ] ModuleTest.CallingCloneOnModuleThatDoesOverrideCloneDoesNotThrow (0 ms) 2022-05-18T05:50:19.7316599Z [ RUN ] ModuleTest.CloneCreatesDistinctParameters 2022-05-18T05:50:19.7323912Z [ OK ] ModuleTest.CloneCreatesDistinctParameters (0 ms) 2022-05-18T05:50:19.7324738Z [ RUN ] ModuleTest.CloneCreatesDistinctParametersExplicitDevice_CUDA 2022-05-18T05:50:19.7352147Z [ OK ] ModuleTest.CloneCreatesDistinctParametersExplicitDevice_CUDA (2 ms) 2022-05-18T05:50:19.7352949Z [ RUN ] ModuleTest.ClonePreservesExternalReferences 2022-05-18T05:50:19.7355461Z [ OK ] ModuleTest.ClonePreservesExternalReferences (0 ms) 2022-05-18T05:50:19.7356262Z [ RUN ] ModuleTest.CloneCopiesTheValuesOfVariablesOfSubmodules 2022-05-18T05:50:19.7357522Z [ OK ] ModuleTest.CloneCopiesTheValuesOfVariablesOfSubmodules (0 ms) 2022-05-18T05:50:19.7358318Z [ RUN ] ModuleTest.CloneToDevicePreservesTheDeviceOfParameters_CUDA 2022-05-18T05:50:19.7364189Z [ OK ] ModuleTest.CloneToDevicePreservesTheDeviceOfParameters_CUDA (0 ms) 2022-05-18T05:50:19.7365461Z [ RUN ] ModuleTest.HasCorrectNumberOfParameters 2022-05-18T05:50:19.7366217Z [ OK ] ModuleTest.HasCorrectNumberOfParameters (0 ms) 2022-05-18T05:50:19.7366743Z [ RUN ] ModuleTest.ContainsParametersWithTheCorrectName 2022-05-18T05:50:19.7367306Z [ OK ] ModuleTest.ContainsParametersWithTheCorrectName (0 ms) 2022-05-18T05:50:19.7367828Z [ RUN ] ModuleTest.HasCorrectNumberOfBuffers 2022-05-18T05:50:19.7368309Z [ OK ] ModuleTest.HasCorrectNumberOfBuffers (0 ms) 2022-05-18T05:50:19.7368811Z [ RUN ] ModuleTest.ContainsBuffersWithTheCorrectName 2022-05-18T05:50:19.7369349Z [ OK ] ModuleTest.ContainsBuffersWithTheCorrectName (0 ms) 2022-05-18T05:50:19.7370019Z [ RUN ] ModuleTest.DefaultConstructorOfModuleHolderCallsDefaultConstructorOfImpl 2022-05-18T05:50:19.7370797Z [ OK ] ModuleTest.DefaultConstructorOfModuleHolderCallsDefaultConstructorOfImpl (0 ms) 2022-05-18T05:50:19.7371574Z [ RUN ] ModuleTest.ValueConstructorOfModuleHolderCallsCorrectConstructorInImpl 2022-05-18T05:50:19.7372343Z [ OK ] ModuleTest.ValueConstructorOfModuleHolderCallsCorrectConstructorInImpl (0 ms) 2022-05-18T05:50:19.7373067Z [ RUN ] ModuleTest.NullptrConstructorLeavesTheModuleHolderInEmptyState 2022-05-18T05:50:19.7379895Z [ OK ] ModuleTest.NullptrConstructorLeavesTheModuleHolderInEmptyState (1 ms) 2022-05-18T05:50:19.7380642Z [ RUN ] ModuleTest.ModulesReturnsExpectedSubmodulesForFlatModel 2022-05-18T05:50:19.7381480Z [ OK ] ModuleTest.ModulesReturnsExpectedSubmodulesForFlatModel (0 ms) 2022-05-18T05:50:19.7382300Z [ RUN ] ModuleTest.ModulesExcludesSelfWhenIncludeSelfSetToFalse 2022-05-18T05:50:19.7382916Z [ OK ] ModuleTest.ModulesExcludesSelfWhenIncludeSelfSetToFalse (0 ms) 2022-05-18T05:50:19.7383596Z [ RUN ] ModuleTest.NamedModulesReturnsExpectedNamedSubmodulesForFlatModel 2022-05-18T05:50:19.7384659Z [ OK ] ModuleTest.NamedModulesReturnsExpectedNamedSubmodulesForFlatModel (0 ms) 2022-05-18T05:50:19.7385365Z [ RUN ] ModuleTest.NamedModulesExcludesSelfWhenIncludeSelfSetToFalse 2022-05-18T05:50:19.7386285Z [ OK ] ModuleTest.NamedModulesExcludesSelfWhenIncludeSelfSetToFalse (0 ms) 2022-05-18T05:50:19.7387207Z [ RUN ] ModuleTest.ChildrenReturnsExpectedSubmodulesForFlatModel 2022-05-18T05:50:19.7388150Z [ OK ] ModuleTest.ChildrenReturnsExpectedSubmodulesForFlatModel (0 ms) 2022-05-18T05:50:19.7389503Z [ RUN ] ModuleTest.NamedChildrenReturnsExpectedNamedSubmodulesForFlatModel 2022-05-18T05:50:19.7390489Z [ OK ] ModuleTest.NamedChildrenReturnsExpectedNamedSubmodulesForFlatModel (0 ms) 2022-05-18T05:50:19.7391503Z [ RUN ] ModuleTest.ParametersReturnsExpectedTensorsForFlatModel 2022-05-18T05:50:19.7392534Z [ OK ] ModuleTest.ParametersReturnsExpectedTensorsForFlatModel (0 ms) 2022-05-18T05:50:19.7393414Z [ RUN ] ModuleTest.NamedParametersReturnsExpectedTensorsForFlatModel 2022-05-18T05:50:19.7394273Z [ OK ] ModuleTest.NamedParametersReturnsExpectedTensorsForFlatModel (0 ms) 2022-05-18T05:50:19.7395133Z [ RUN ] ModuleTest.BuffersReturnsExpectedTensorsForFlatModel 2022-05-18T05:50:19.7395737Z [ OK ] ModuleTest.BuffersReturnsExpectedTensorsForFlatModel (0 ms) 2022-05-18T05:50:19.7396360Z [ RUN ] ModuleTest.NamedBuffersReturnsExpectedTensorsForFlatModel 2022-05-18T05:50:19.7397012Z [ OK ] ModuleTest.NamedBuffersReturnsExpectedTensorsForFlatModel (0 ms) 2022-05-18T05:50:19.7397648Z [ RUN ] ModuleTest.ModulesReturnsExpectedSubmodulesForDeepModel 2022-05-18T05:50:19.7398262Z [ OK ] ModuleTest.ModulesReturnsExpectedSubmodulesForDeepModel (0 ms) 2022-05-18T05:50:19.7399035Z [ RUN ] ModuleTest.NamedModulesReturnsExpectedNamedSubmodulesForDeepModel 2022-05-18T05:50:19.7399778Z [ OK ] ModuleTest.NamedModulesReturnsExpectedNamedSubmodulesForDeepModel (0 ms) 2022-05-18T05:50:19.7400438Z [ RUN ] ModuleTest.ChildrensReturnsExpectedSubmodulesForDeepModel 2022-05-18T05:50:19.7401082Z [ OK ] ModuleTest.ChildrensReturnsExpectedSubmodulesForDeepModel (0 ms) 2022-05-18T05:50:19.7401771Z [ RUN ] ModuleTest.NamedChildrensReturnsExpectedNamedSubmodulesForDeepModel 2022-05-18T05:50:19.7402520Z [ OK ] ModuleTest.NamedChildrensReturnsExpectedNamedSubmodulesForDeepModel (0 ms) 2022-05-18T05:50:19.7403111Z [ RUN ] ModuleTest.ModuleApplyIteratesCorreclty 2022-05-18T05:50:19.7403630Z [ OK ] ModuleTest.ModuleApplyIteratesCorreclty (0 ms) 2022-05-18T05:50:19.7404149Z [ RUN ] ModuleTest.ConstModuleApplyIteratesCorreclty 2022-05-18T05:50:19.7404695Z [ OK ] ModuleTest.ConstModuleApplyIteratesCorreclty (0 ms) 2022-05-18T05:50:19.7405214Z [ RUN ] ModuleTest.NamedModuleApplyIteratesCorreclty 2022-05-18T05:50:19.7405754Z [ OK ] ModuleTest.NamedModuleApplyIteratesCorreclty (0 ms) 2022-05-18T05:50:19.7406310Z [ RUN ] ModuleTest.ConstNamedModuleApplyIteratesCorreclty 2022-05-18T05:50:19.7406876Z [ OK ] ModuleTest.ConstNamedModuleApplyIteratesCorreclty (0 ms) 2022-05-18T05:50:19.7407441Z [ RUN ] ModuleTest.ModulePointerApplyIteratesCorreclty 2022-05-18T05:50:19.7408007Z [ OK ] ModuleTest.ModulePointerApplyIteratesCorreclty (0 ms) 2022-05-18T05:50:19.7408565Z [ RUN ] ModuleTest.NamedModulePointerApplyIteratesCorreclty 2022-05-18T05:50:19.7409167Z [ OK ] ModuleTest.NamedModulePointerApplyIteratesCorreclty (0 ms) 2022-05-18T05:50:19.7409809Z [ RUN ] ModuleTest.ThrowsWhenAttemptingtoGetTopLevelModuleAsSharedPtr 2022-05-18T05:50:19.7427281Z [ OK ] ModuleTest.ThrowsWhenAttemptingtoGetTopLevelModuleAsSharedPtr (3 ms) 2022-05-18T05:50:19.7428370Z [ RUN ] ModuleTest.PrettyPrint 2022-05-18T05:50:19.7429040Z [ OK ] ModuleTest.PrettyPrint (0 ms) 2022-05-18T05:50:19.7429574Z [ RUN ] ModuleTest.CanCallForwardOnNonTensorForwardThroughPimpl 2022-05-18T05:50:19.7430209Z [ OK ] ModuleTest.CanCallForwardOnNonTensorForwardThroughPimpl (0 ms) 2022-05-18T05:50:19.7430731Z [----------] 55 tests from ModuleTest (34 ms total) 2022-05-18T05:50:19.7431071Z 2022-05-18T05:50:19.7431293Z [----------] 13 tests from ModuleDictTest 2022-05-18T05:50:19.7431712Z [ RUN ] ModuleDictTest.ConstructsFromList 2022-05-18T05:50:19.7432155Z [ OK ] ModuleDictTest.ConstructsFromList (0 ms) 2022-05-18T05:50:19.7432637Z [ RUN ] ModuleDictTest.ConstructsFromordereddict 2022-05-18T05:50:19.7433145Z [ OK ] ModuleDictTest.ConstructsFromordereddict (0 ms) 2022-05-18T05:50:19.7433622Z [ RUN ] ModuleDictTest.UpdatePopClearContains 2022-05-18T05:50:19.7442959Z [ OK ] ModuleDictTest.UpdatePopClearContains (1 ms) 2022-05-18T05:50:19.7443617Z [ RUN ] ModuleDictTest.UpdateExist 2022-05-18T05:50:19.7444039Z [ OK ] ModuleDictTest.UpdateExist (0 ms) 2022-05-18T05:50:19.7444407Z [ RUN ] ModuleDictTest.Keys 2022-05-18T05:50:19.7456988Z [ OK ] ModuleDictTest.Keys (1 ms) 2022-05-18T05:50:19.7457577Z [ RUN ] ModuleDictTest.Values 2022-05-18T05:50:19.7457983Z [ OK ] ModuleDictTest.Values (0 ms) 2022-05-18T05:50:19.7458754Z [ RUN ] ModuleDictTest.SanityCheckForHoldingStandardModules 2022-05-18T05:50:19.7459527Z [ OK ] ModuleDictTest.SanityCheckForHoldingStandardModules (0 ms) 2022-05-18T05:50:19.7460063Z [ RUN ] ModuleDictTest.HasReferenceSemantics 2022-05-18T05:50:19.7460644Z [ OK ] ModuleDictTest.HasReferenceSemantics (0 ms) 2022-05-18T05:50:19.7461108Z [ RUN ] ModuleDictTest.IsCloneable 2022-05-18T05:50:19.7465735Z [ OK ] ModuleDictTest.IsCloneable (0 ms) 2022-05-18T05:50:19.7466176Z [ RUN ] ModuleDictTest.IsCloneable_CUDA 2022-05-18T05:50:19.7482699Z [ OK ] ModuleDictTest.IsCloneable_CUDA (1 ms) 2022-05-18T05:50:19.7483193Z [ RUN ] ModuleDictTest.RegistersElementsAsSubmodules 2022-05-18T05:50:19.7484318Z [ OK ] ModuleDictTest.RegistersElementsAsSubmodules (0 ms) 2022-05-18T05:50:19.7484950Z [ RUN ] ModuleDictTest.CloneToDevice_CUDA 2022-05-18T05:50:19.7487079Z [ OK ] ModuleDictTest.CloneToDevice_CUDA (0 ms) 2022-05-18T05:50:19.7487721Z [ RUN ] ModuleDictTest.PrettyPrintModuleDict 2022-05-18T05:50:19.7488809Z [ OK ] ModuleDictTest.PrettyPrintModuleDict (0 ms) 2022-05-18T05:50:19.7489430Z [----------] 13 tests from ModuleDictTest (6 ms total) 2022-05-18T05:50:19.7489865Z 2022-05-18T05:50:19.7490141Z [----------] 16 tests from ModuleListTest 2022-05-18T05:50:19.7490604Z [ RUN ] ModuleListTest.ConstructsFromSharedPointer 2022-05-18T05:50:19.7491134Z [ OK ] ModuleListTest.ConstructsFromSharedPointer (0 ms) 2022-05-18T05:50:19.7491632Z [ RUN ] ModuleListTest.ConstructsFromConcreteType 2022-05-18T05:50:19.7492154Z [ OK ] ModuleListTest.ConstructsFromConcreteType (0 ms) 2022-05-18T05:50:19.7492673Z [ RUN ] ModuleListTest.ConstructsFromModuleHolder 2022-05-18T05:50:19.7493176Z [ OK ] ModuleListTest.ConstructsFromModuleHolder (0 ms) 2022-05-18T05:50:19.7493671Z [ RUN ] ModuleListTest.PushBackAddsAnElement 2022-05-18T05:50:19.7494155Z [ OK ] ModuleListTest.PushBackAddsAnElement (0 ms) 2022-05-18T05:50:19.7494589Z [ RUN ] ModuleListTest.Insertion 2022-05-18T05:50:19.7494977Z [ OK ] ModuleListTest.Insertion (0 ms) 2022-05-18T05:50:19.7495382Z [ RUN ] ModuleListTest.AccessWithAt 2022-05-18T05:50:19.7518526Z [ OK ] ModuleListTest.AccessWithAt (2 ms) 2022-05-18T05:50:19.7518942Z [ RUN ] ModuleListTest.AccessWithPtr 2022-05-18T05:50:19.7544031Z [ OK ] ModuleListTest.AccessWithPtr (2 ms) 2022-05-18T05:50:19.7544593Z [ RUN ] ModuleListTest.SanityCheckForHoldingStandardModules 2022-05-18T05:50:19.7545754Z [ OK ] ModuleListTest.SanityCheckForHoldingStandardModules (0 ms) 2022-05-18T05:50:19.7546521Z [ RUN ] ModuleListTest.ExtendPushesModulesFromOtherModuleList 2022-05-18T05:50:19.7547147Z [ OK ] ModuleListTest.ExtendPushesModulesFromOtherModuleList (0 ms) 2022-05-18T05:50:19.7547683Z [ RUN ] ModuleListTest.HasReferenceSemantics 2022-05-18T05:50:19.7548148Z [ OK ] ModuleListTest.HasReferenceSemantics (0 ms) 2022-05-18T05:50:19.7548589Z [ RUN ] ModuleListTest.IsCloneable 2022-05-18T05:50:19.7551901Z [ OK ] ModuleListTest.IsCloneable (0 ms) 2022-05-18T05:50:19.7552406Z [ RUN ] ModuleListTest.RegistersElementsAsSubmodules 2022-05-18T05:50:19.7552932Z [ OK ] ModuleListTest.RegistersElementsAsSubmodules (0 ms) 2022-05-18T05:50:19.7553659Z [ RUN ] ModuleListTest.NestingIsPossible 2022-05-18T05:50:19.7554120Z [ OK ] ModuleListTest.NestingIsPossible (0 ms) 2022-05-18T05:50:19.7554622Z [ RUN ] ModuleListTest.CloneToDevice_CUDA 2022-05-18T05:50:19.7555688Z [ OK ] ModuleListTest.CloneToDevice_CUDA (0 ms) 2022-05-18T05:50:19.7556156Z [ RUN ] ModuleListTest.PrettyPrintModuleList 2022-05-18T05:50:19.7558280Z [ OK ] ModuleListTest.PrettyPrintModuleList (0 ms) 2022-05-18T05:50:19.7558748Z [ RUN ] ModuleListTest.RangeBasedForLoop 2022-05-18T05:50:19.7559319Z [ OK ] ModuleListTest.RangeBasedForLoop (0 ms) 2022-05-18T05:50:19.7559800Z [----------] 16 tests from ModuleListTest (6 ms total) 2022-05-18T05:50:19.7560021Z 2022-05-18T05:50:19.7560229Z [----------] 258 tests from ModulesTest 2022-05-18T05:50:19.7560571Z [ RUN ] ModulesTest.Conv1d 2022-05-18T05:50:19.7571759Z [ OK ] ModulesTest.Conv1d (1 ms) 2022-05-18T05:50:19.7572172Z [ RUN ] ModulesTest.Conv1dSameStrided 2022-05-18T05:50:19.7597743Z [ OK ] ModulesTest.Conv1dSameStrided (2 ms) 2022-05-18T05:50:19.7598173Z [ RUN ] ModulesTest.Conv2dEven 2022-05-18T05:50:19.7601686Z [ OK ] ModulesTest.Conv2dEven (0 ms) 2022-05-18T05:50:19.7602089Z [ RUN ] ModulesTest.Conv2dUneven 2022-05-18T05:50:19.7604949Z [ OK ] ModulesTest.Conv2dUneven (0 ms) 2022-05-18T05:50:19.7605374Z [ RUN ] ModulesTest.Conv2dSameStrided 2022-05-18T05:50:19.7656379Z [ OK ] ModulesTest.Conv2dSameStrided (5 ms) 2022-05-18T05:50:19.7656765Z [ RUN ] ModulesTest.Conv3d 2022-05-18T05:50:19.7661555Z [ OK ] ModulesTest.Conv3d (0 ms) 2022-05-18T05:50:19.7661965Z [ RUN ] ModulesTest.Conv3dSameStrided 2022-05-18T05:50:19.7712495Z [ OK ] ModulesTest.Conv3dSameStrided (5 ms) 2022-05-18T05:50:19.7712917Z [ RUN ] ModulesTest.ConvTranspose1d 2022-05-18T05:50:19.7716316Z [ OK ] ModulesTest.ConvTranspose1d (0 ms) 2022-05-18T05:50:19.7716765Z [ RUN ] ModulesTest.ConvTranspose2dEven 2022-05-18T05:50:19.7720797Z [ OK ] ModulesTest.ConvTranspose2dEven (0 ms) 2022-05-18T05:50:19.7721251Z [ RUN ] ModulesTest.ConvTranspose2dUneven 2022-05-18T05:50:19.7724404Z [ OK ] ModulesTest.ConvTranspose2dUneven (0 ms) 2022-05-18T05:50:19.7724851Z [ RUN ] ModulesTest.ConvTranspose3d 2022-05-18T05:50:19.7728059Z [ OK ] ModulesTest.ConvTranspose3d (0 ms) 2022-05-18T05:50:19.7728458Z [ RUN ] ModulesTest.MaxPool1d 2022-05-18T05:50:19.7730732Z [ OK ] ModulesTest.MaxPool1d (0 ms) 2022-05-18T05:50:19.7731557Z [ RUN ] ModulesTest.MaxPool1dReturnIndices 2022-05-18T05:50:19.7732551Z [ OK ] ModulesTest.MaxPool1dReturnIndices (0 ms) 2022-05-18T05:50:19.7733100Z [ RUN ] ModulesTest.MaxPool2dEven 2022-05-18T05:50:19.7734145Z [ OK ] ModulesTest.MaxPool2dEven (0 ms) 2022-05-18T05:50:19.7734562Z [ RUN ] ModulesTest.MaxPool2dUneven 2022-05-18T05:50:19.7736693Z [ OK ] ModulesTest.MaxPool2dUneven (0 ms) 2022-05-18T05:50:19.7737150Z [ RUN ] ModulesTest.MaxPool2dReturnIndices 2022-05-18T05:50:19.7739027Z [ OK ] ModulesTest.MaxPool2dReturnIndices (0 ms) 2022-05-18T05:50:19.7739461Z [ RUN ] ModulesTest.MaxPool3d 2022-05-18T05:50:19.7742271Z [ OK ] ModulesTest.MaxPool3d (0 ms) 2022-05-18T05:50:19.7742720Z [ RUN ] ModulesTest.MaxPool3dReturnIndices 2022-05-18T05:50:19.7744806Z [ OK ] ModulesTest.MaxPool3dReturnIndices (0 ms) 2022-05-18T05:50:19.7745223Z [ RUN ] ModulesTest.AvgPool1d 2022-05-18T05:50:19.7747521Z [ OK ] ModulesTest.AvgPool1d (0 ms) 2022-05-18T05:50:19.7747928Z [ RUN ] ModulesTest.AvgPool2dEven 2022-05-18T05:50:19.7749836Z [ OK ] ModulesTest.AvgPool2dEven (0 ms) 2022-05-18T05:50:19.7750240Z [ RUN ] ModulesTest.AvgPool2dUneven 2022-05-18T05:50:19.7751844Z [ OK ] ModulesTest.AvgPool2dUneven (0 ms) 2022-05-18T05:50:19.7752244Z [ RUN ] ModulesTest.AvgPool3d 2022-05-18T05:50:19.7754563Z [ OK ] ModulesTest.AvgPool3d (0 ms) 2022-05-18T05:50:19.7754976Z [ RUN ] ModulesTest.FractionalMaxPool2d 2022-05-18T05:50:19.7757079Z [ OK ] ModulesTest.FractionalMaxPool2d (0 ms) 2022-05-18T05:50:19.7757694Z [ RUN ] ModulesTest.FractionalMaxPool2dReturnIndices 2022-05-18T05:50:19.7759562Z [ OK ] ModulesTest.FractionalMaxPool2dReturnIndices (0 ms) 2022-05-18T05:50:19.7760059Z [ RUN ] ModulesTest.FractionalMaxPool3d 2022-05-18T05:50:19.7762253Z [ OK ] ModulesTest.FractionalMaxPool3d (0 ms) 2022-05-18T05:50:19.7762756Z [ RUN ] ModulesTest.FractionalMaxPool3dReturnIndices 2022-05-18T05:50:19.7764922Z [ OK ] ModulesTest.FractionalMaxPool3dReturnIndices (0 ms) 2022-05-18T05:50:19.7765390Z [ RUN ] ModulesTest.LPPool1d 2022-05-18T05:50:19.7767284Z [ OK ] ModulesTest.LPPool1d (0 ms) 2022-05-18T05:50:19.7767684Z [ RUN ] ModulesTest.LPPool2d 2022-05-18T05:50:19.7768816Z [ OK ] ModulesTest.LPPool2d (0 ms) 2022-05-18T05:50:19.7769200Z [ RUN ] ModulesTest.Identity 2022-05-18T05:50:19.7771198Z [ OK ] ModulesTest.Identity (0 ms) 2022-05-18T05:50:19.7771565Z [ RUN ] ModulesTest.Flatten 2022-05-18T05:50:19.7774034Z [ OK ] ModulesTest.Flatten (0 ms) 2022-05-18T05:50:19.7774777Z [ RUN ] ModulesTest.Unflatten 2022-05-18T05:50:19.7775377Z [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:50:19.7776024Z [ OK ] ModulesTest.Unflatten (0 ms) 2022-05-18T05:50:19.7776532Z [ RUN ] ModulesTest.AdaptiveMaxPool1d 2022-05-18T05:50:19.7778013Z [ OK ] ModulesTest.AdaptiveMaxPool1d (0 ms) 2022-05-18T05:50:19.7778720Z [ RUN ] ModulesTest.AdaptiveMaxPool1dReturnIndices 2022-05-18T05:50:19.7780714Z [ OK ] ModulesTest.AdaptiveMaxPool1dReturnIndices (0 ms) 2022-05-18T05:50:19.7781220Z [ RUN ] ModulesTest.AdaptiveMaxPool2dEven 2022-05-18T05:50:19.7783397Z [ OK ] ModulesTest.AdaptiveMaxPool2dEven (0 ms) 2022-05-18T05:50:19.7783875Z [ RUN ] ModulesTest.AdaptiveMaxPool2dUneven 2022-05-18T05:50:19.7785809Z [ OK ] ModulesTest.AdaptiveMaxPool2dUneven (0 ms) 2022-05-18T05:50:19.7786338Z [ RUN ] ModulesTest.AdaptiveMaxPool2dReturnIndicesEven 2022-05-18T05:50:19.7789035Z [ OK ] ModulesTest.AdaptiveMaxPool2dReturnIndicesEven (0 ms) 2022-05-18T05:50:19.7789609Z [ RUN ] ModulesTest.AdaptiveMaxPool2dReturnIndicesUneven 2022-05-18T05:50:19.7792156Z [ OK ] ModulesTest.AdaptiveMaxPool2dReturnIndicesUneven (0 ms) 2022-05-18T05:50:19.7792797Z [ RUN ] ModulesTest.AdaptiveMaxPool3d 2022-05-18T05:50:19.7794794Z [ OK ] ModulesTest.AdaptiveMaxPool3d (0 ms) 2022-05-18T05:50:19.7795291Z [ RUN ] ModulesTest.AdaptiveMaxPool3dReturnIndices 2022-05-18T05:50:19.7798200Z [ OK ] ModulesTest.AdaptiveMaxPool3dReturnIndices (0 ms) 2022-05-18T05:50:19.7798688Z [ RUN ] ModulesTest.AdaptiveAvgPool1d 2022-05-18T05:50:19.7800731Z [ OK ] ModulesTest.AdaptiveAvgPool1d (0 ms) 2022-05-18T05:50:19.7801170Z [ RUN ] ModulesTest.AdaptiveAvgPool2dEven 2022-05-18T05:50:19.7803283Z [ OK ] ModulesTest.AdaptiveAvgPool2dEven (0 ms) 2022-05-18T05:50:19.7803760Z [ RUN ] ModulesTest.AdaptiveAvgPool2dUneven 2022-05-18T05:50:19.7805631Z [ OK ] ModulesTest.AdaptiveAvgPool2dUneven (0 ms) 2022-05-18T05:50:19.7806074Z [ RUN ] ModulesTest.AdaptiveAvgPool3d 2022-05-18T05:50:19.7808229Z [ OK ] ModulesTest.AdaptiveAvgPool3d (0 ms) 2022-05-18T05:50:19.7808649Z [ RUN ] ModulesTest.MaxUnpool1d 2022-05-18T05:50:19.7811050Z [ OK ] ModulesTest.MaxUnpool1d (0 ms) 2022-05-18T05:50:19.7811462Z [ RUN ] ModulesTest.MaxPool1d_MaxUnpool1d 2022-05-18T05:50:19.7814679Z [ OK ] ModulesTest.MaxPool1d_MaxUnpool1d (0 ms) 2022-05-18T05:50:19.7815113Z [ RUN ] ModulesTest.MaxUnpool2d 2022-05-18T05:50:19.7817247Z [ OK ] ModulesTest.MaxUnpool2d (0 ms) 2022-05-18T05:50:19.7817686Z [ RUN ] ModulesTest.MaxPool2d_MaxUnpool2d 2022-05-18T05:50:19.7820064Z [ OK ] ModulesTest.MaxPool2d_MaxUnpool2d (0 ms) 2022-05-18T05:50:19.7820481Z [ RUN ] ModulesTest.MaxUnpool3d 2022-05-18T05:50:19.7822347Z [ OK ] ModulesTest.MaxUnpool3d (0 ms) 2022-05-18T05:50:19.7822792Z [ RUN ] ModulesTest.MaxUnpool3dOutputSize 2022-05-18T05:50:19.7825110Z [ OK ] ModulesTest.MaxUnpool3dOutputSize (0 ms) 2022-05-18T05:50:19.7825566Z [ RUN ] ModulesTest.MaxPool3d_MaxUnpool3d 2022-05-18T05:50:19.8979711Z [ OK ] ModulesTest.MaxPool3d_MaxUnpool3d (115 ms) 2022-05-18T05:50:19.8980205Z [ RUN ] ModulesTest.Linear 2022-05-18T05:50:19.8985312Z [ OK ] ModulesTest.Linear (0 ms) 2022-05-18T05:50:19.8985736Z [ RUN ] ModulesTest.LocalResponseNorm 2022-05-18T05:50:19.8990756Z [ OK ] ModulesTest.LocalResponseNorm (0 ms) 2022-05-18T05:50:19.8991417Z [ RUN ] ModulesTest.LayerNorm 2022-05-18T05:50:19.8993877Z [ OK ] ModulesTest.LayerNorm (0 ms) 2022-05-18T05:50:19.8994405Z [ RUN ] ModulesTest.GroupNorm 2022-05-18T05:50:19.8996966Z [ OK ] ModulesTest.GroupNorm (0 ms) 2022-05-18T05:50:19.8997369Z [ RUN ] ModulesTest.Bilinear 2022-05-18T05:50:19.9000973Z [ OK ] ModulesTest.Bilinear (0 ms) 2022-05-18T05:50:19.9001340Z [ RUN ] ModulesTest.Fold 2022-05-18T05:50:19.9023736Z [ OK ] ModulesTest.Fold (2 ms) 2022-05-18T05:50:19.9024222Z [ RUN ] ModulesTest.Unfold 2022-05-18T05:50:19.9096668Z [ OK ] ModulesTest.Unfold (7 ms) 2022-05-18T05:50:19.9097061Z [ RUN ] ModulesTest.SimpleContainer 2022-05-18T05:50:19.9110806Z [ OK ] ModulesTest.SimpleContainer (1 ms) 2022-05-18T05:50:19.9111229Z [ RUN ] ModulesTest.EmbeddingBasic 2022-05-18T05:50:19.9112137Z [ OK ] ModulesTest.EmbeddingBasic (0 ms) 2022-05-18T05:50:19.9112719Z [ RUN ] ModulesTest.EmbeddingList 2022-05-18T05:50:19.9114067Z [ OK ] ModulesTest.EmbeddingList (0 ms) 2022-05-18T05:50:19.9114724Z [ RUN ] ModulesTest.EmbeddingFromPretrained 2022-05-18T05:50:19.9115785Z [ OK ] ModulesTest.EmbeddingFromPretrained (0 ms) 2022-05-18T05:50:19.9116735Z [ RUN ] ModulesTest.EmbeddingBagFromPretrained 2022-05-18T05:50:19.9118721Z [ OK ] ModulesTest.EmbeddingBagFromPretrained (0 ms) 2022-05-18T05:50:19.9119163Z [ RUN ] ModulesTest.AlphaDropout 2022-05-18T05:50:19.9121080Z [ OK ] ModulesTest.AlphaDropout (0 ms) 2022-05-18T05:50:19.9121517Z [ RUN ] ModulesTest.FeatureAlphaDropout 2022-05-18T05:50:19.9122550Z [ OK ] ModulesTest.FeatureAlphaDropout (0 ms) 2022-05-18T05:50:19.9122945Z [ RUN ] ModulesTest.Dropout 2022-05-18T05:50:19.9125748Z [ OK ] ModulesTest.Dropout (0 ms) 2022-05-18T05:50:19.9126134Z [ RUN ] ModulesTest.Dropout2d 2022-05-18T05:50:19.9131421Z [ OK ] ModulesTest.Dropout2d (0 ms) 2022-05-18T05:50:19.9131792Z [ RUN ] ModulesTest.Dropout3d 2022-05-18T05:50:19.9139109Z [ OK ] ModulesTest.Dropout3d (0 ms) 2022-05-18T05:50:19.9139613Z [ RUN ] ModulesTest.Parameters 2022-05-18T05:50:19.9140218Z [ OK ] ModulesTest.Parameters (0 ms) 2022-05-18T05:50:19.9140878Z [ RUN ] ModulesTest.FunctionalCallsSuppliedFunction 2022-05-18T05:50:19.9141584Z [ OK ] ModulesTest.FunctionalCallsSuppliedFunction (0 ms) 2022-05-18T05:50:19.9142573Z [ RUN ] ModulesTest.FunctionalWithTorchFunction 2022-05-18T05:50:19.9143256Z [ OK ] ModulesTest.FunctionalWithTorchFunction (0 ms) 2022-05-18T05:50:19.9143771Z [ RUN ] ModulesTest.FunctionalArgumentBinding 2022-05-18T05:50:19.9144258Z [ OK ] ModulesTest.FunctionalArgumentBinding (0 ms) 2022-05-18T05:50:19.9144700Z [ RUN ] ModulesTest.BatchNorm1dStateful 2022-05-18T05:50:19.9145147Z [ OK ] ModulesTest.BatchNorm1dStateful (0 ms) 2022-05-18T05:50:19.9145590Z [ RUN ] ModulesTest.BatchNorm1dStateless 2022-05-18T05:50:19.9146026Z [ OK ] ModulesTest.BatchNorm1dStateless (0 ms) 2022-05-18T05:50:19.9146466Z [ RUN ] ModulesTest.BatchNorm1d 2022-05-18T05:50:19.9147520Z [ OK ] ModulesTest.BatchNorm1d (0 ms) 2022-05-18T05:50:19.9148181Z [ RUN ] ModulesTest.BatchNorm2dStateful 2022-05-18T05:50:19.9148622Z [ OK ] ModulesTest.BatchNorm2dStateful (0 ms) 2022-05-18T05:50:19.9149069Z [ RUN ] ModulesTest.BatchNorm2dStateless 2022-05-18T05:50:19.9149519Z [ OK ] ModulesTest.BatchNorm2dStateless (0 ms) 2022-05-18T05:50:19.9149913Z [ RUN ] ModulesTest.BatchNorm2d 2022-05-18T05:50:19.9152062Z [ OK ] ModulesTest.BatchNorm2d (0 ms) 2022-05-18T05:50:19.9152657Z [ RUN ] ModulesTest.BatchNorm3dStateful 2022-05-18T05:50:19.9153102Z [ OK ] ModulesTest.BatchNorm3dStateful (0 ms) 2022-05-18T05:50:19.9153522Z [ RUN ] ModulesTest.BatchNorm3dStateless 2022-05-18T05:50:19.9153971Z [ OK ] ModulesTest.BatchNorm3dStateless (0 ms) 2022-05-18T05:50:19.9154389Z [ RUN ] ModulesTest.BatchNorm3d 2022-05-18T05:50:19.9157467Z [ OK ] ModulesTest.BatchNorm3d (0 ms) 2022-05-18T05:50:19.9158030Z [ RUN ] ModulesTest.InstanceNorm1dStateful 2022-05-18T05:50:19.9158497Z [ OK ] ModulesTest.InstanceNorm1dStateful (0 ms) 2022-05-18T05:50:19.9158965Z [ RUN ] ModulesTest.InstanceNorm1dStateless 2022-05-18T05:50:19.9159417Z [ OK ] ModulesTest.InstanceNorm1dStateless (0 ms) 2022-05-18T05:50:19.9159849Z [ RUN ] ModulesTest.InstanceNorm1d 2022-05-18T05:50:19.9161942Z [ OK ] ModulesTest.InstanceNorm1d (0 ms) 2022-05-18T05:50:19.9162591Z [ RUN ] ModulesTest.InstanceNorm2dStateful 2022-05-18T05:50:19.9163061Z [ OK ] ModulesTest.InstanceNorm2dStateful (0 ms) 2022-05-18T05:50:19.9163522Z [ RUN ] ModulesTest.InstanceNorm2dStateless 2022-05-18T05:50:19.9163993Z [ OK ] ModulesTest.InstanceNorm2dStateless (0 ms) 2022-05-18T05:50:19.9164536Z [ RUN ] ModulesTest.InstanceNorm2d 2022-05-18T05:50:19.9166606Z [ OK ] ModulesTest.InstanceNorm2d (0 ms) 2022-05-18T05:50:19.9167147Z [ RUN ] ModulesTest.InstanceNorm3dStateful 2022-05-18T05:50:19.9167596Z [ OK ] ModulesTest.InstanceNorm3dStateful (0 ms) 2022-05-18T05:50:19.9168063Z [ RUN ] ModulesTest.InstanceNorm3dStateless 2022-05-18T05:50:19.9168529Z [ OK ] ModulesTest.InstanceNorm3dStateless (0 ms) 2022-05-18T05:50:19.9168960Z [ RUN ] ModulesTest.InstanceNorm3d 2022-05-18T05:50:19.9172248Z [ OK ] ModulesTest.InstanceNorm3d (0 ms) 2022-05-18T05:50:19.9172667Z [ RUN ] ModulesTest.Linear_CUDA 2022-05-18T05:50:19.9179305Z [ OK ] ModulesTest.Linear_CUDA (0 ms) 2022-05-18T05:50:19.9179725Z [ RUN ] ModulesTest.Linear2_CUDA 2022-05-18T05:50:19.9182956Z [ OK ] ModulesTest.Linear2_CUDA (0 ms) 2022-05-18T05:50:19.9183353Z [ RUN ] ModulesTest.L1Loss 2022-05-18T05:50:19.9184751Z [ OK ] ModulesTest.L1Loss (0 ms) 2022-05-18T05:50:19.9185116Z [ RUN ] ModulesTest.MSELoss 2022-05-18T05:50:19.9186807Z [ OK ] ModulesTest.MSELoss (0 ms) 2022-05-18T05:50:19.9187189Z [ RUN ] ModulesTest.BCELoss 2022-05-18T05:50:19.9188918Z [ OK ] ModulesTest.BCELoss (0 ms) 2022-05-18T05:50:19.9189362Z [ RUN ] ModulesTest.KLDivLoss 2022-05-18T05:50:19.9190346Z [W loss.h:58] Warning: 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. (function kl_div) 2022-05-18T05:50:19.9191609Z [ OK ] ModulesTest.KLDivLoss (0 ms) 2022-05-18T05:50:19.9192029Z [ RUN ] ModulesTest.HingeEmbeddingLoss 2022-05-18T05:50:19.9195667Z [ OK ] ModulesTest.HingeEmbeddingLoss (0 ms) 2022-05-18T05:50:19.9196107Z [ RUN ] ModulesTest.MultiMarginLoss 2022-05-18T05:50:19.9198038Z [ OK ] ModulesTest.MultiMarginLoss (0 ms) 2022-05-18T05:50:19.9198480Z [ RUN ] ModulesTest.CosineEmbeddingLoss 2022-05-18T05:50:19.9203942Z [ OK ] ModulesTest.CosineEmbeddingLoss (0 ms) 2022-05-18T05:50:19.9204430Z [ RUN ] ModulesTest.SmoothL1LossDefaultOptions 2022-05-18T05:50:19.9206470Z [ OK ] ModulesTest.SmoothL1LossDefaultOptions (0 ms) 2022-05-18T05:50:19.9206969Z [ RUN ] ModulesTest.HuberLossDefaultOptions 2022-05-18T05:50:19.9208607Z [ OK ] ModulesTest.HuberLossDefaultOptions (0 ms) 2022-05-18T05:50:19.9209138Z [ RUN ] ModulesTest.MultiLabelMarginLossDefaultOptions 2022-05-18T05:50:19.9211626Z [ OK ] ModulesTest.MultiLabelMarginLossDefaultOptions (0 ms) 2022-05-18T05:50:19.9212268Z [ RUN ] ModulesTest.SmoothL1LossNoReduction 2022-05-18T05:50:19.9213377Z [ OK ] ModulesTest.SmoothL1LossNoReduction (0 ms) 2022-05-18T05:50:19.9213846Z [ RUN ] ModulesTest.HuberLossNoReduction 2022-05-18T05:50:19.9215437Z [ OK ] ModulesTest.HuberLossNoReduction (0 ms) 2022-05-18T05:50:19.9215946Z [ RUN ] ModulesTest.MultiLabelMarginLossNoReduction 2022-05-18T05:50:19.9218287Z [ OK ] ModulesTest.MultiLabelMarginLossNoReduction (0 ms) 2022-05-18T05:50:19.9219063Z [ RUN ] ModulesTest.SmoothL1LossBeta 2022-05-18T05:50:19.9220606Z [ OK ] ModulesTest.SmoothL1LossBeta (0 ms) 2022-05-18T05:50:19.9221033Z [ RUN ] ModulesTest.HuberLossDelta 2022-05-18T05:50:19.9223101Z [ OK ] ModulesTest.HuberLossDelta (0 ms) 2022-05-18T05:50:19.9223535Z [ RUN ] ModulesTest.TripletMarginLoss 2022-05-18T05:50:19.9227866Z [ OK ] ModulesTest.TripletMarginLoss (0 ms) 2022-05-18T05:50:19.9228416Z [ RUN ] ModulesTest.TripletMarginWithDistanceLossDefaultParity 2022-05-18T05:50:19.9432494Z [ OK ] ModulesTest.TripletMarginWithDistanceLossDefaultParity (20 ms) 2022-05-18T05:50:19.9433131Z [ RUN ] ModulesTest.TripletMarginWithDistanceLossFunctionalParity 2022-05-18T05:50:19.9779181Z [ OK ] ModulesTest.TripletMarginWithDistanceLossFunctionalParity (34 ms) 2022-05-18T05:50:19.9779960Z [ RUN ] ModulesTest.NLLLoss 2022-05-18T05:50:19.9782685Z [ OK ] ModulesTest.NLLLoss (0 ms) 2022-05-18T05:50:19.9783131Z [ RUN ] ModulesTest.CrossEntropyLoss 2022-05-18T05:50:19.9792078Z [ OK ] ModulesTest.CrossEntropyLoss (0 ms) 2022-05-18T05:50:19.9792511Z [ RUN ] ModulesTest.CosineSimilarity 2022-05-18T05:50:19.9796628Z [ OK ] ModulesTest.CosineSimilarity (0 ms) 2022-05-18T05:50:19.9797136Z [ RUN ] ModulesTest.SoftMarginLossDefaultOptions 2022-05-18T05:50:19.9799545Z [ OK ] ModulesTest.SoftMarginLossDefaultOptions (0 ms) 2022-05-18T05:50:19.9800108Z [ RUN ] ModulesTest.MultiLabelSoftMarginLossDefaultOptions 2022-05-18T05:50:19.9803986Z [ OK ] ModulesTest.MultiLabelSoftMarginLossDefaultOptions (0 ms) 2022-05-18T05:50:19.9804672Z [ RUN ] ModulesTest.SoftMarginLossNoReduction 2022-05-18T05:50:19.9806348Z [ OK ] ModulesTest.SoftMarginLossNoReduction (0 ms) 2022-05-18T05:50:19.9806922Z [ RUN ] ModulesTest.MultiLabelSoftMarginLossWeightedNoReduction 2022-05-18T05:50:19.9810741Z [ OK ] ModulesTest.MultiLabelSoftMarginLossWeightedNoReduction (0 ms) 2022-05-18T05:50:19.9811297Z [ RUN ] ModulesTest.PairwiseDistance 2022-05-18T05:50:19.9813433Z [ OK ] ModulesTest.PairwiseDistance (0 ms) 2022-05-18T05:50:19.9813824Z [ RUN ] ModulesTest.ELU 2022-05-18T05:50:19.9830229Z [ OK ] ModulesTest.ELU (1 ms) 2022-05-18T05:50:19.9830636Z [ RUN ] ModulesTest.SELU 2022-05-18T05:50:19.9835605Z [ OK ] ModulesTest.SELU (0 ms) 2022-05-18T05:50:19.9836013Z [ RUN ] ModulesTest.Hardshrink 2022-05-18T05:50:19.9846496Z [ OK ] ModulesTest.Hardshrink (1 ms) 2022-05-18T05:50:19.9846916Z [ RUN ] ModulesTest.Hardtanh 2022-05-18T05:50:19.9888140Z [ OK ] ModulesTest.Hardtanh (4 ms) 2022-05-18T05:50:19.9888616Z [ RUN ] ModulesTest.HardtanhMinValGEMaxVal 2022-05-18T05:50:19.9974246Z [ OK ] ModulesTest.HardtanhMinValGEMaxVal (8 ms) 2022-05-18T05:50:19.9974689Z [ RUN ] ModulesTest.LeakyReLU 2022-05-18T05:50:19.9993685Z [ OK ] ModulesTest.LeakyReLU (1 ms) 2022-05-18T05:50:19.9994097Z [ RUN ] ModulesTest.LogSigmoid 2022-05-18T05:50:19.9996505Z [ OK ] ModulesTest.LogSigmoid (0 ms) 2022-05-18T05:50:19.9996896Z [ RUN ] ModulesTest.Softmax 2022-05-18T05:50:19.9998719Z [ OK ] ModulesTest.Softmax (0 ms) 2022-05-18T05:50:19.9999165Z [ RUN ] ModulesTest.Softmin 2022-05-18T05:50:20.0001378Z [ OK ] ModulesTest.Softmin (0 ms) 2022-05-18T05:50:20.0001768Z [ RUN ] ModulesTest.LogSoftmax 2022-05-18T05:50:20.0003670Z [ OK ] ModulesTest.LogSoftmax (0 ms) 2022-05-18T05:50:20.0004146Z [ RUN ] ModulesTest.AdaptiveLogSoftmaxWithLoss 2022-05-18T05:50:20.0035519Z [ OK ] ModulesTest.AdaptiveLogSoftmaxWithLoss (3 ms) 2022-05-18T05:50:20.0035953Z [ RUN ] ModulesTest.Softmax2d 2022-05-18T05:50:20.0049219Z [ OK ] ModulesTest.Softmax2d (1 ms) 2022-05-18T05:50:20.0049617Z [ RUN ] ModulesTest.PReLU 2022-05-18T05:50:20.0055269Z [ OK ] ModulesTest.PReLU (0 ms) 2022-05-18T05:50:20.0055645Z [ RUN ] ModulesTest.ReLU 2022-05-18T05:50:20.0059632Z [ OK ] ModulesTest.ReLU (0 ms) 2022-05-18T05:50:20.0060020Z [ RUN ] ModulesTest.ReLU6 2022-05-18T05:50:20.0064458Z [ OK ] ModulesTest.ReLU6 (0 ms) 2022-05-18T05:50:20.0064839Z [ RUN ] ModulesTest.RReLU 2022-05-18T05:50:20.0123069Z [ OK ] ModulesTest.RReLU (5 ms) 2022-05-18T05:50:20.0123421Z [ RUN ] ModulesTest.CELU 2022-05-18T05:50:20.0138294Z [ OK ] ModulesTest.CELU (1 ms) 2022-05-18T05:50:20.0138934Z [ RUN ] ModulesTest.GLU 2022-05-18T05:50:20.0142208Z [ OK ] ModulesTest.GLU (0 ms) 2022-05-18T05:50:20.0142571Z [ RUN ] ModulesTest.GELU 2022-05-18T05:50:20.0144590Z [ OK ] ModulesTest.GELU (0 ms) 2022-05-18T05:50:20.0144981Z [ RUN ] ModulesTest.TanhGELU 2022-05-18T05:50:20.0146440Z [ OK ] ModulesTest.TanhGELU (0 ms) 2022-05-18T05:50:20.0147060Z [ RUN ] ModulesTest.Mish 2022-05-18T05:50:20.0147706Z [ OK ] ModulesTest.Mish (0 ms) 2022-05-18T05:50:20.0148241Z [ RUN ] ModulesTest.Sigmoid 2022-05-18T05:50:20.0149175Z [ OK ] ModulesTest.Sigmoid (0 ms) 2022-05-18T05:50:20.0149585Z [ RUN ] ModulesTest.PixelShuffle 2022-05-18T05:50:20.0151773Z [ OK ] ModulesTest.PixelShuffle (0 ms) 2022-05-18T05:50:20.0152476Z [ RUN ] ModulesTest.PixelUnshuffle 2022-05-18T05:50:20.0153400Z [ OK ] ModulesTest.PixelUnshuffle (0 ms) 2022-05-18T05:50:20.0153805Z [ RUN ] ModulesTest.Softplus 2022-05-18T05:50:20.0163381Z [ OK ] ModulesTest.Softplus (0 ms) 2022-05-18T05:50:20.0163766Z [ RUN ] ModulesTest.Softshrink 2022-05-18T05:50:20.0172905Z [ OK ] ModulesTest.Softshrink (0 ms) 2022-05-18T05:50:20.0173409Z [ RUN ] ModulesTest.Softsign 2022-05-18T05:50:20.0173798Z [ OK ] ModulesTest.Softsign (0 ms) 2022-05-18T05:50:20.0174144Z [ RUN ] ModulesTest.Tanh 2022-05-18T05:50:20.0175588Z [ OK ] ModulesTest.Tanh (0 ms) 2022-05-18T05:50:20.0175973Z [ RUN ] ModulesTest.Tanhshrink 2022-05-18T05:50:20.0176909Z [ OK ] ModulesTest.Tanhshrink (0 ms) 2022-05-18T05:50:20.0177357Z [ RUN ] ModulesTest.Threshold 2022-05-18T05:50:20.0196128Z [ OK ] ModulesTest.Threshold (1 ms) 2022-05-18T05:50:20.0196554Z [ RUN ] ModulesTest.Upsampling1D 2022-05-18T05:50:20.0199050Z [W upsampling.h:61] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-05-18T05:50:20.0200821Z [W upsampling.h:61] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-05-18T05:50:20.0205061Z [W upsampling.h:61] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-05-18T05:50:20.0206439Z [W upsampling.h:61] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-05-18T05:50:20.0211248Z [ OK ] ModulesTest.Upsampling1D (1 ms) 2022-05-18T05:50:20.0211683Z [ RUN ] ModulesTest.Upsampling2D 2022-05-18T05:50:20.0214068Z [W upsampling.h:61] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-05-18T05:50:20.0215736Z [W upsampling.h:61] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-05-18T05:50:20.0219628Z [W upsampling.h:61] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-05-18T05:50:20.0221248Z [W upsampling.h:61] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-05-18T05:50:20.0225070Z [W upsampling.h:61] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-05-18T05:50:20.0227068Z [W upsampling.h:61] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-05-18T05:50:20.0231572Z [W upsampling.h:61] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-05-18T05:50:20.0233208Z [W upsampling.h:61] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-05-18T05:50:20.0237295Z [ OK ] ModulesTest.Upsampling2D (2 ms) 2022-05-18T05:50:20.0237968Z [ RUN ] ModulesTest.Upsampling3D 2022-05-18T05:50:20.0239788Z [W upsampling.h:61] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-05-18T05:50:20.0241878Z [W upsampling.h:61] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-05-18T05:50:20.0245877Z [W upsampling.h:61] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-05-18T05:50:20.0247449Z [W upsampling.h:61] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-05-18T05:50:20.0251003Z [ OK ] ModulesTest.Upsampling3D (1 ms) 2022-05-18T05:50:20.0251657Z [ RUN ] ModulesTest.CTCLoss 2022-05-18T05:50:20.0255413Z [ OK ] ModulesTest.CTCLoss (0 ms) 2022-05-18T05:50:20.0255999Z [ RUN ] ModulesTest.PoissonNLLLoss 2022-05-18T05:50:20.0258270Z [ OK ] ModulesTest.PoissonNLLLoss (0 ms) 2022-05-18T05:50:20.0259098Z [ RUN ] ModulesTest.MarginRankingLoss 2022-05-18T05:50:20.0262988Z [ OK ] ModulesTest.MarginRankingLoss (0 ms) 2022-05-18T05:50:20.0263686Z [ RUN ] ModulesTest.BCEWithLogitsLoss 2022-05-18T05:50:20.0329862Z [ OK ] ModulesTest.BCEWithLogitsLoss (6 ms) 2022-05-18T05:50:20.0330492Z [ RUN ] ModulesTest.MultiheadAttention 2022-05-18T05:50:29.4275643Z [ OK ] ModulesTest.MultiheadAttention (9394 ms) 2022-05-18T05:50:29.4276424Z [ RUN ] ModulesTest.PrettyPrintIdentity 2022-05-18T05:50:29.4276924Z [ OK ] ModulesTest.PrettyPrintIdentity (0 ms) 2022-05-18T05:50:29.4277371Z [ RUN ] ModulesTest.PrettyPrintFlatten 2022-05-18T05:50:29.4277821Z [ OK ] ModulesTest.PrettyPrintFlatten (0 ms) 2022-05-18T05:50:29.4278693Z [ RUN ] ModulesTest.PrettyPrintUnflatten 2022-05-18T05:50:29.4279360Z [ OK ] ModulesTest.PrettyPrintUnflatten (0 ms) 2022-05-18T05:50:29.4279793Z [ RUN ] ModulesTest.ReflectionPad1d 2022-05-18T05:50:29.4280225Z [ OK ] ModulesTest.ReflectionPad1d (0 ms) 2022-05-18T05:50:29.4280637Z [ RUN ] ModulesTest.ReflectionPad2d 2022-05-18T05:50:29.4282057Z [ OK ] ModulesTest.ReflectionPad2d (0 ms) 2022-05-18T05:50:29.4282468Z [ RUN ] ModulesTest.ReflectionPad3d 2022-05-18T05:50:29.4285482Z [ OK ] ModulesTest.ReflectionPad3d (0 ms) 2022-05-18T05:50:29.4285923Z [ RUN ] ModulesTest.ReplicationPad1d 2022-05-18T05:50:29.4288217Z [ OK ] ModulesTest.ReplicationPad1d (0 ms) 2022-05-18T05:50:29.4288638Z [ RUN ] ModulesTest.ReplicationPad2d 2022-05-18T05:50:29.4290977Z [ OK ] ModulesTest.ReplicationPad2d (0 ms) 2022-05-18T05:50:29.4291415Z [ RUN ] ModulesTest.ReplicationPad3d 2022-05-18T05:50:29.4295391Z [ OK ] ModulesTest.ReplicationPad3d (0 ms) 2022-05-18T05:50:29.4295839Z [ RUN ] ModulesTest.ZeroPad2d 2022-05-18T05:50:29.4298245Z [ OK ] ModulesTest.ZeroPad2d (0 ms) 2022-05-18T05:50:29.4299585Z [ RUN ] ModulesTest.ConstantPad1d 2022-05-18T05:50:29.4300722Z [ OK ] ModulesTest.ConstantPad1d (0 ms) 2022-05-18T05:50:29.4301148Z [ RUN ] ModulesTest.ConstantPad2d 2022-05-18T05:50:29.4303467Z [ OK ] ModulesTest.ConstantPad2d (0 ms) 2022-05-18T05:50:29.4303903Z [ RUN ] ModulesTest.ConstantPad3d 2022-05-18T05:50:29.4307715Z [ OK ] ModulesTest.ConstantPad3d (0 ms) 2022-05-18T05:50:29.4308147Z [ RUN ] ModulesTest.CrossMapLRN2d 2022-05-18T05:50:29.4317564Z [ OK ] ModulesTest.CrossMapLRN2d (0 ms) 2022-05-18T05:50:29.4317954Z [ RUN ] ModulesTest.RNNCell 2022-05-18T05:50:29.4321379Z [ OK ] ModulesTest.RNNCell (0 ms) 2022-05-18T05:50:29.4321781Z [ RUN ] ModulesTest.LSTMCell 2022-05-18T05:50:29.4327150Z [ OK ] ModulesTest.LSTMCell (0 ms) 2022-05-18T05:50:29.4327538Z [ RUN ] ModulesTest.GRUCell 2022-05-18T05:50:29.4331674Z [ OK ] ModulesTest.GRUCell (0 ms) 2022-05-18T05:50:29.4332438Z [ RUN ] ModulesTest.PrettyPrintLinear 2022-05-18T05:50:29.4332882Z [ OK ] ModulesTest.PrettyPrintLinear (0 ms) 2022-05-18T05:50:29.4333329Z [ RUN ] ModulesTest.PrettyPrintBilinear 2022-05-18T05:50:29.4333930Z [ OK ] ModulesTest.PrettyPrintBilinear (0 ms) 2022-05-18T05:50:29.4334395Z [ RUN ] ModulesTest.PrettyPrintConv 2022-05-18T05:50:29.4335340Z [ OK ] ModulesTest.PrettyPrintConv (0 ms) 2022-05-18T05:50:29.4335812Z [ RUN ] ModulesTest.PrettyPrintConvTranspose 2022-05-18T05:50:29.4338004Z [ OK ] ModulesTest.PrettyPrintConvTranspose (0 ms) 2022-05-18T05:50:29.4338824Z [ RUN ] ModulesTest.PrettyPrintUpsample 2022-05-18T05:50:29.4339373Z [ OK ] ModulesTest.PrettyPrintUpsample (0 ms) 2022-05-18T05:50:29.4340181Z [ RUN ] ModulesTest.PrettyPrintFold 2022-05-18T05:50:29.4340911Z [ OK ] ModulesTest.PrettyPrintFold (0 ms) 2022-05-18T05:50:29.4341590Z [ RUN ] ModulesTest.PrettyPrintUnfold 2022-05-18T05:50:29.4342162Z [ OK ] ModulesTest.PrettyPrintUnfold (0 ms) 2022-05-18T05:50:29.4342968Z [ RUN ] ModulesTest.PrettyPrintMaxPool 2022-05-18T05:50:29.4343795Z [ OK ] ModulesTest.PrettyPrintMaxPool (0 ms) 2022-05-18T05:50:29.4344638Z [ RUN ] ModulesTest.PrettyPrintAvgPool 2022-05-18T05:50:29.4345474Z [ OK ] ModulesTest.PrettyPrintAvgPool (0 ms) 2022-05-18T05:50:29.4346381Z [ RUN ] ModulesTest.PrettyPrinFractionalMaxPool 2022-05-18T05:50:29.4347372Z [ OK ] ModulesTest.PrettyPrinFractionalMaxPool (0 ms) 2022-05-18T05:50:29.4348224Z [ RUN ] ModulesTest.PrettyPrintLPPool 2022-05-18T05:50:29.4348680Z [ OK ] ModulesTest.PrettyPrintLPPool (0 ms) 2022-05-18T05:50:29.4349138Z [ RUN ] ModulesTest.PrettyPrintAdaptiveMaxPool 2022-05-18T05:50:29.4349963Z [ OK ] ModulesTest.PrettyPrintAdaptiveMaxPool (0 ms) 2022-05-18T05:50:29.4350922Z [ RUN ] ModulesTest.PrettyPrintAdaptiveAvgPool 2022-05-18T05:50:29.4351852Z [ OK ] ModulesTest.PrettyPrintAdaptiveAvgPool (0 ms) 2022-05-18T05:50:29.4352691Z [ RUN ] ModulesTest.PrettyPrintMaxUnpool 2022-05-18T05:50:29.4353542Z [ OK ] ModulesTest.PrettyPrintMaxUnpool (0 ms) 2022-05-18T05:50:29.4354498Z [ RUN ] ModulesTest.PrettyPrintDropout 2022-05-18T05:50:29.4355368Z [ OK ] ModulesTest.PrettyPrintDropout (0 ms) 2022-05-18T05:50:29.4355917Z [ RUN ] ModulesTest.PrettyPrintDropout2d 2022-05-18T05:50:29.4356864Z [ OK ] ModulesTest.PrettyPrintDropout2d (0 ms) 2022-05-18T05:50:29.4357748Z [ RUN ] ModulesTest.PrettyPrintDropout3d 2022-05-18T05:50:29.4358476Z [ OK ] ModulesTest.PrettyPrintDropout3d (0 ms) 2022-05-18T05:50:29.4359218Z [ RUN ] ModulesTest.PrettyPrintFunctional 2022-05-18T05:50:29.4360113Z [ OK ] ModulesTest.PrettyPrintFunctional (0 ms) 2022-05-18T05:50:29.4361078Z [ RUN ] ModulesTest.PrettyPrintBatchNorm1d 2022-05-18T05:50:29.4361653Z [ OK ] ModulesTest.PrettyPrintBatchNorm1d (0 ms) 2022-05-18T05:50:29.4362475Z [ RUN ] ModulesTest.PrettyPrintBatchNorm2d 2022-05-18T05:50:29.4363296Z [ OK ] ModulesTest.PrettyPrintBatchNorm2d (0 ms) 2022-05-18T05:50:29.4364263Z [ RUN ] ModulesTest.PrettyPrintBatchNorm3d 2022-05-18T05:50:29.4365293Z [ OK ] ModulesTest.PrettyPrintBatchNorm3d (0 ms) 2022-05-18T05:50:29.4366214Z [ RUN ] ModulesTest.PrettyPrintInstanceNorm1d 2022-05-18T05:50:29.4367268Z [ OK ] ModulesTest.PrettyPrintInstanceNorm1d (0 ms) 2022-05-18T05:50:29.4368290Z [ RUN ] ModulesTest.PrettyPrintInstanceNorm2d 2022-05-18T05:50:29.4369343Z [ OK ] ModulesTest.PrettyPrintInstanceNorm2d (0 ms) 2022-05-18T05:50:29.4370384Z [ RUN ] ModulesTest.PrettyPrintInstanceNorm3d 2022-05-18T05:50:29.4371201Z [ OK ] ModulesTest.PrettyPrintInstanceNorm3d (0 ms) 2022-05-18T05:50:29.4371751Z [ RUN ] ModulesTest.PrettyPrintLayerNorm 2022-05-18T05:50:29.4372550Z [ OK ] ModulesTest.PrettyPrintLayerNorm (0 ms) 2022-05-18T05:50:29.4373009Z [ RUN ] ModulesTest.PrettyPrintGroupNorm 2022-05-18T05:50:29.4373463Z [ OK ] ModulesTest.PrettyPrintGroupNorm (0 ms) 2022-05-18T05:50:29.4373963Z [ RUN ] ModulesTest.PrettyPrintLocalResponseNorm 2022-05-18T05:50:29.4374724Z [ OK ] ModulesTest.PrettyPrintLocalResponseNorm (0 ms) 2022-05-18T05:50:29.4375464Z [ RUN ] ModulesTest.PrettyPrintEmbedding 2022-05-18T05:50:29.4375929Z [ OK ] ModulesTest.PrettyPrintEmbedding (0 ms) 2022-05-18T05:50:29.4376418Z [ RUN ] ModulesTest.PrettyPrintEmbeddingBag 2022-05-18T05:50:29.4377247Z [ OK ] ModulesTest.PrettyPrintEmbeddingBag (0 ms) 2022-05-18T05:50:29.4377709Z [ RUN ] ModulesTest.PrettyPrintL1Loss 2022-05-18T05:50:29.4378148Z [ OK ] ModulesTest.PrettyPrintL1Loss (0 ms) 2022-05-18T05:50:29.4378841Z [ RUN ] ModulesTest.PrettyPrintKLDivLoss 2022-05-18T05:50:29.4379302Z [ OK ] ModulesTest.PrettyPrintKLDivLoss (0 ms) 2022-05-18T05:50:29.4379743Z [ RUN ] ModulesTest.PrettyPrintMSELoss 2022-05-18T05:50:29.4380169Z [ OK ] ModulesTest.PrettyPrintMSELoss (0 ms) 2022-05-18T05:50:29.4380601Z [ RUN ] ModulesTest.PrettyPrintBCELoss 2022-05-18T05:50:29.4381041Z [ OK ] ModulesTest.PrettyPrintBCELoss (0 ms) 2022-05-18T05:50:29.4381499Z [ RUN ] ModulesTest.PrettyPrintHingeEmbeddingLoss 2022-05-18T05:50:29.4382026Z [ OK ] ModulesTest.PrettyPrintHingeEmbeddingLoss (0 ms) 2022-05-18T05:50:29.4382553Z [ RUN ] ModulesTest.PrettyPrintCosineEmbeddingLoss 2022-05-18T05:50:29.4383079Z [ OK ] ModulesTest.PrettyPrintCosineEmbeddingLoss (0 ms) 2022-05-18T05:50:29.4383579Z [ RUN ] ModulesTest.PrettyPrintTripletMarginLoss 2022-05-18T05:50:29.4384098Z [ OK ] ModulesTest.PrettyPrintTripletMarginLoss (0 ms) 2022-05-18T05:50:29.4384663Z [ RUN ] ModulesTest.PrettyPrintTripletMarginWithDistanceLoss 2022-05-18T05:50:29.4385257Z [ OK ] ModulesTest.PrettyPrintTripletMarginWithDistanceLoss (0 ms) 2022-05-18T05:50:29.4385770Z [ RUN ] ModulesTest.PrettyPrintNLLLoss 2022-05-18T05:50:29.4386212Z [ OK ] ModulesTest.PrettyPrintNLLLoss (0 ms) 2022-05-18T05:50:29.4386684Z [ RUN ] ModulesTest.PrettyPrinCrossEntropyLoss 2022-05-18T05:50:29.4387167Z [ OK ] ModulesTest.PrettyPrinCrossEntropyLoss (0 ms) 2022-05-18T05:50:29.4387791Z [ RUN ] ModulesTest.PrettyPrintMultiLabelMarginLoss 2022-05-18T05:50:29.4388326Z [ OK ] ModulesTest.PrettyPrintMultiLabelMarginLoss (0 ms) 2022-05-18T05:50:29.4388857Z [ RUN ] ModulesTest.PrettyPrintMultiLabelSoftMarginLoss 2022-05-18T05:50:29.4389421Z [ OK ] ModulesTest.PrettyPrintMultiLabelSoftMarginLoss (0 ms) 2022-05-18T05:50:29.4389946Z [ RUN ] ModulesTest.PrettyPrintSoftMarginLoss 2022-05-18T05:50:29.4390424Z [ OK ] ModulesTest.PrettyPrintSoftMarginLoss (0 ms) 2022-05-18T05:50:29.4390920Z [ RUN ] ModulesTest.PrettyPrintCosineSimilarity 2022-05-18T05:50:29.4391428Z [ OK ] ModulesTest.PrettyPrintCosineSimilarity (0 ms) 2022-05-18T05:50:29.4391928Z [ RUN ] ModulesTest.PrettyPrintPairwiseDistance 2022-05-18T05:50:29.4392418Z [ OK ] ModulesTest.PrettyPrintPairwiseDistance (0 ms) 2022-05-18T05:50:29.4392905Z [ RUN ] ModulesTest.PrettyPrintReflectionPad 2022-05-18T05:50:29.4393393Z [ OK ] ModulesTest.PrettyPrintReflectionPad (0 ms) 2022-05-18T05:50:29.4393863Z [ RUN ] ModulesTest.PrettyPrintReplicationPad 2022-05-18T05:50:29.4394354Z [ OK ] ModulesTest.PrettyPrintReplicationPad (0 ms) 2022-05-18T05:50:29.4394822Z [ RUN ] ModulesTest.PrettyPrintZeroPad2d 2022-05-18T05:50:29.4395371Z [ OK ] ModulesTest.PrettyPrintZeroPad2d (0 ms) 2022-05-18T05:50:29.4395846Z [ RUN ] ModulesTest.PrettyPrintConstantPad 2022-05-18T05:50:29.4396316Z [ OK ] ModulesTest.PrettyPrintConstantPad (0 ms) 2022-05-18T05:50:29.4396777Z [ RUN ] ModulesTest.PrettyPrintNestedModel 2022-05-18T05:50:29.4397227Z [ OK ] ModulesTest.PrettyPrintNestedModel (0 ms) 2022-05-18T05:50:29.4397658Z [ RUN ] ModulesTest.PrettyPrintELU 2022-05-18T05:50:29.4398072Z [ OK ] ModulesTest.PrettyPrintELU (0 ms) 2022-05-18T05:50:29.4398473Z [ RUN ] ModulesTest.PrettyPrintSELU 2022-05-18T05:50:29.4398897Z [ OK ] ModulesTest.PrettyPrintSELU (0 ms) 2022-05-18T05:50:29.4399307Z [ RUN ] ModulesTest.PrettyPrintGLU 2022-05-18T05:50:29.4399703Z [ OK ] ModulesTest.PrettyPrintGLU (0 ms) 2022-05-18T05:50:29.4400139Z [ RUN ] ModulesTest.PrettyPrintHardshrink 2022-05-18T05:50:29.4400606Z [ OK ] ModulesTest.PrettyPrintHardshrink (0 ms) 2022-05-18T05:50:29.4401060Z [ RUN ] ModulesTest.PrettyPrintHardtanh 2022-05-18T05:50:29.4401495Z [ OK ] ModulesTest.PrettyPrintHardtanh (0 ms) 2022-05-18T05:50:29.4401938Z [ RUN ] ModulesTest.PrettyPrintLeakyReLU 2022-05-18T05:50:29.4402395Z [ OK ] ModulesTest.PrettyPrintLeakyReLU (0 ms) 2022-05-18T05:50:29.4402831Z [ RUN ] ModulesTest.PrettyPrintLogSigmoid 2022-05-18T05:50:29.4403291Z [ OK ] ModulesTest.PrettyPrintLogSigmoid (0 ms) 2022-05-18T05:50:29.4403741Z [ RUN ] ModulesTest.PrettyPrintSoftmax 2022-05-18T05:50:29.4404167Z [ OK ] ModulesTest.PrettyPrintSoftmax (0 ms) 2022-05-18T05:50:29.4404602Z [ RUN ] ModulesTest.PrettyPrintSoftmin 2022-05-18T05:50:29.4405041Z [ OK ] ModulesTest.PrettyPrintSoftmin (0 ms) 2022-05-18T05:50:29.4405493Z [ RUN ] ModulesTest.PrettyPrintLogSoftmax 2022-05-18T05:50:29.4405939Z [ OK ] ModulesTest.PrettyPrintLogSoftmax (0 ms) 2022-05-18T05:50:29.4406392Z [ RUN ] ModulesTest.PrettyPrintSoftmax2d 2022-05-18T05:50:29.4406981Z [ OK ] ModulesTest.PrettyPrintSoftmax2d (0 ms) 2022-05-18T05:50:29.4407658Z [ RUN ] ModulesTest.PrettyPrintPReLU 2022-05-18T05:50:29.4408256Z [ OK ] ModulesTest.PrettyPrintPReLU (0 ms) 2022-05-18T05:50:29.4409001Z [ RUN ] ModulesTest.PrettyPrintReLU 2022-05-18T05:50:29.4409525Z [ OK ] ModulesTest.PrettyPrintReLU (0 ms) 2022-05-18T05:50:29.4410292Z [ RUN ] ModulesTest.PrettyPrintReLU6 2022-05-18T05:50:29.4410891Z [ OK ] ModulesTest.PrettyPrintReLU6 (0 ms) 2022-05-18T05:50:29.4411295Z [ RUN ] ModulesTest.PrettyPrintRReLU 2022-05-18T05:50:29.4411731Z [ OK ] ModulesTest.PrettyPrintRReLU (0 ms) 2022-05-18T05:50:29.4412154Z [ RUN ] ModulesTest.PrettyPrintCELU 2022-05-18T05:50:29.4412578Z [ OK ] ModulesTest.PrettyPrintCELU (0 ms) 2022-05-18T05:50:29.4412988Z [ RUN ] ModulesTest.PrettyPrintSigmoid 2022-05-18T05:50:29.4413435Z [ OK ] ModulesTest.PrettyPrintSigmoid (0 ms) 2022-05-18T05:50:29.4413896Z [ RUN ] ModulesTest.PrettyPrintPixelShuffle 2022-05-18T05:50:29.4414357Z [ OK ] ModulesTest.PrettyPrintPixelShuffle (0 ms) 2022-05-18T05:50:29.4414841Z [ RUN ] ModulesTest.PrettyPrintPixelUnshuffle 2022-05-18T05:50:29.4415337Z [ OK ] ModulesTest.PrettyPrintPixelUnshuffle (0 ms) 2022-05-18T05:50:29.4415783Z [ RUN ] ModulesTest.PrettyPrintSoftplus 2022-05-18T05:50:29.4416236Z [ OK ] ModulesTest.PrettyPrintSoftplus (0 ms) 2022-05-18T05:50:29.4416687Z [ RUN ] ModulesTest.PrettyPrintSoftshrink 2022-05-18T05:50:29.4417147Z [ OK ] ModulesTest.PrettyPrintSoftshrink (0 ms) 2022-05-18T05:50:29.4417656Z [ RUN ] ModulesTest.PrettyPrintSoftsign 2022-05-18T05:50:29.4418121Z [ OK ] ModulesTest.PrettyPrintSoftsign (0 ms) 2022-05-18T05:50:29.4418991Z [ RUN ] ModulesTest.PrettyPrintTanh 2022-05-18T05:50:29.4419408Z [ OK ] ModulesTest.PrettyPrintTanh (0 ms) 2022-05-18T05:50:29.4419847Z [ RUN ] ModulesTest.PrettyPrintTanhshrink 2022-05-18T05:50:29.4420309Z [ OK ] ModulesTest.PrettyPrintTanhshrink (0 ms) 2022-05-18T05:50:29.4420744Z [ RUN ] ModulesTest.PrettyPrintThreshold 2022-05-18T05:50:29.4421209Z [ OK ] ModulesTest.PrettyPrintThreshold (0 ms) 2022-05-18T05:50:29.4421650Z [ RUN ] ModulesTest.PrettyPrintCTCLoss 2022-05-18T05:50:29.4422090Z [ OK ] ModulesTest.PrettyPrintCTCLoss (0 ms) 2022-05-18T05:50:29.4422532Z [ RUN ] ModulesTest.PrettyPrintPoissonNLLLoss 2022-05-18T05:50:29.4423028Z [ OK ] ModulesTest.PrettyPrintPoissonNLLLoss (0 ms) 2022-05-18T05:50:29.4423524Z [ RUN ] ModulesTest.PrettyPrintMarginRankingLoss 2022-05-18T05:50:29.4424014Z [ OK ] ModulesTest.PrettyPrintMarginRankingLoss (0 ms) 2022-05-18T05:50:29.4424511Z [ RUN ] ModulesTest.PrettyPrintCrossMapLRN2d 2022-05-18T05:50:29.4424996Z [ OK ] ModulesTest.PrettyPrintCrossMapLRN2d (0 ms) 2022-05-18T05:50:29.4425459Z [ RUN ] ModulesTest.PrettyPrintAlphaDropout 2022-05-18T05:50:29.4425937Z [ OK ] ModulesTest.PrettyPrintAlphaDropout (0 ms) 2022-05-18T05:50:29.4426440Z [ RUN ] ModulesTest.PrettyPrintFeatureAlphaDropout 2022-05-18T05:50:29.4426974Z [ OK ] ModulesTest.PrettyPrintFeatureAlphaDropout (0 ms) 2022-05-18T05:50:29.4427467Z [ RUN ] ModulesTest.PrettyPrintBCEWithLogitsLoss 2022-05-18T05:50:29.4427977Z [ OK ] ModulesTest.PrettyPrintBCEWithLogitsLoss (0 ms) 2022-05-18T05:50:29.4428492Z [ RUN ] ModulesTest.PrettyPrintMultiheadAttention 2022-05-18T05:50:29.4428996Z [ OK ] ModulesTest.PrettyPrintMultiheadAttention (0 ms) 2022-05-18T05:50:29.4429471Z [ RUN ] ModulesTest.PrettyPrintRNNCell 2022-05-18T05:50:29.4429916Z [ OK ] ModulesTest.PrettyPrintRNNCell (0 ms) 2022-05-18T05:50:29.4430337Z [ RUN ] ModulesTest.PrettyPrintLSTMCell 2022-05-18T05:50:29.4430828Z [ OK ] ModulesTest.PrettyPrintLSTMCell (0 ms) 2022-05-18T05:50:29.4431268Z [ RUN ] ModulesTest.PrettyPrintGRUCell 2022-05-18T05:50:29.4431822Z [ OK ] ModulesTest.PrettyPrintGRUCell (0 ms) 2022-05-18T05:50:29.4432314Z [ RUN ] ModulesTest.PrettyPrintAdaptiveLogSoftmaxWithLoss 2022-05-18T05:50:29.4432902Z [ OK ] ModulesTest.PrettyPrintAdaptiveLogSoftmaxWithLoss (0 ms) 2022-05-18T05:50:29.4433429Z [----------] 258 tests from ModulesTest (9681 ms total) 2022-05-18T05:50:29.4433645Z 2022-05-18T05:50:29.4433875Z [----------] 10 tests from ParameterDictTest 2022-05-18T05:50:29.4434299Z [ RUN ] ParameterDictTest.ConstructFromTensor 2022-05-18T05:50:29.4434788Z [ OK ] ParameterDictTest.ConstructFromTensor (0 ms) 2022-05-18T05:50:29.4435288Z [ RUN ] ParameterDictTest.ConstructFromOrderedDict 2022-05-18T05:50:29.4435792Z [ OK ] ParameterDictTest.ConstructFromOrderedDict (0 ms) 2022-05-18T05:50:29.4436278Z [ RUN ] ParameterDictTest.InsertAndContains 2022-05-18T05:50:29.4436750Z [ OK ] ParameterDictTest.InsertAndContains (0 ms) 2022-05-18T05:50:29.4437210Z [ RUN ] ParameterDictTest.InsertAndClear 2022-05-18T05:50:29.4437647Z [ OK ] ParameterDictTest.InsertAndClear (0 ms) 2022-05-18T05:50:29.4438085Z [ RUN ] ParameterDictTest.InsertAndPop 2022-05-18T05:50:29.4438526Z [ OK ] ParameterDictTest.InsertAndPop (1 ms) 2022-05-18T05:50:29.4439028Z [ RUN ] ParameterDictTest.SimpleUpdate 2022-05-18T05:50:29.4439484Z [ OK ] ParameterDictTest.SimpleUpdate (1 ms) 2022-05-18T05:50:29.4439890Z [ RUN ] ParameterDictTest.Keys 2022-05-18T05:50:29.4440269Z [ OK ] ParameterDictTest.Keys (0 ms) 2022-05-18T05:50:29.4440667Z [ RUN ] ParameterDictTest.Values 2022-05-18T05:50:29.4441072Z [ OK ] ParameterDictTest.Values (0 ms) 2022-05-18T05:50:29.4441443Z [ RUN ] ParameterDictTest.Get 2022-05-18T05:50:29.4441829Z [ OK ] ParameterDictTest.Get (0 ms) 2022-05-18T05:50:29.4442291Z [ RUN ] ParameterDictTest.PrettyPrintParameterDict 2022-05-18T05:50:29.4442822Z [ OK ] ParameterDictTest.PrettyPrintParameterDict (0 ms) 2022-05-18T05:50:29.4443313Z [----------] 10 tests from ParameterDictTest (3 ms total) 2022-05-18T05:50:29.4443543Z 2022-05-18T05:50:29.4443765Z [----------] 8 tests from ParameterListTest 2022-05-18T05:50:29.4444242Z [ RUN ] ParameterListTest.ConstructsFromSharedPointer 2022-05-18T05:50:29.4444777Z [ OK ] ParameterListTest.ConstructsFromSharedPointer (0 ms) 2022-05-18T05:50:29.4445251Z [ RUN ] ParameterListTest.isEmpty 2022-05-18T05:50:29.4445664Z [ OK ] ParameterListTest.isEmpty (0 ms) 2022-05-18T05:50:29.4446102Z [ RUN ] ParameterListTest.PushBackAddsAnElement 2022-05-18T05:50:29.4446610Z [ OK ] ParameterListTest.PushBackAddsAnElement (0 ms) 2022-05-18T05:50:29.4447074Z [ RUN ] ParameterListTest.ForEachLoop 2022-05-18T05:50:29.4447515Z [ OK ] ParameterListTest.ForEachLoop (0 ms) 2022-05-18T05:50:29.4447930Z [ RUN ] ParameterListTest.AccessWithAt 2022-05-18T05:50:29.4453034Z [ OK ] ParameterListTest.AccessWithAt (4 ms) 2022-05-18T05:50:29.4453914Z [ RUN ] ParameterListTest.ExtendPushesParametersFromOtherParameterList 2022-05-18T05:50:29.4454786Z [ OK ] ParameterListTest.ExtendPushesParametersFromOtherParameterList (0 ms) 2022-05-18T05:50:29.4455663Z [ RUN ] ParameterListTest.PrettyPrintParameterList 2022-05-18T05:50:29.4456244Z [ OK ] ParameterListTest.PrettyPrintParameterList (0 ms) 2022-05-18T05:50:29.4457227Z [ RUN ] ParameterListTest.IncrementAdd 2022-05-18T05:50:29.4458023Z [ OK ] ParameterListTest.IncrementAdd (0 ms) 2022-05-18T05:50:29.4458780Z [----------] 8 tests from ParameterListTest (4 ms total) 2022-05-18T05:50:29.4459133Z 2022-05-18T05:50:29.4459348Z [----------] 1 test from NamespaceTests 2022-05-18T05:50:29.4459874Z [ RUN ] NamespaceTests.NotLeakingSymbolsFromTorchAutogradNamespace 2022-05-18T05:50:29.4460518Z [ OK ] NamespaceTests.NotLeakingSymbolsFromTorchAutogradNamespace (0 ms) 2022-05-18T05:50:29.4461067Z [----------] 1 test from NamespaceTests (0 ms total) 2022-05-18T05:50:29.4461280Z 2022-05-18T05:50:29.4461490Z [----------] 7 tests from NNUtilsTest 2022-05-18T05:50:29.4461852Z [ RUN ] NNUtilsTest.ClipGradNorm 2022-05-18T05:50:29.4475237Z [ OK ] NNUtilsTest.ClipGradNorm (1 ms) 2022-05-18T05:50:29.4476189Z [ RUN ] NNUtilsTest.ClipGradNormErrorIfNonfinite 2022-05-18T05:50:30.0967719Z [ OK ] NNUtilsTest.ClipGradNormErrorIfNonfinite (649 ms) 2022-05-18T05:50:30.0968709Z [ RUN ] NNUtilsTest.ClipGradValue 2022-05-18T05:50:30.0969567Z [ OK ] NNUtilsTest.ClipGradValue (0 ms) 2022-05-18T05:50:30.0970515Z [ RUN ] NNUtilsTest.ConvertParameters 2022-05-18T05:50:30.0974538Z [ OK ] NNUtilsTest.ConvertParameters (0 ms) 2022-05-18T05:50:30.0975464Z [ RUN ] NNUtilsTest.PackSequence 2022-05-18T05:50:30.1419422Z [ OK ] NNUtilsTest.PackSequence (44 ms) 2022-05-18T05:50:30.1420345Z [ RUN ] NNUtilsTest.PackPaddedSequence 2022-05-18T05:50:30.1610777Z [ OK ] NNUtilsTest.PackPaddedSequence (19 ms) 2022-05-18T05:50:30.1611443Z [ RUN ] NNUtilsTest.PadSequence 2022-05-18T05:50:30.1677232Z [ OK ] NNUtilsTest.PadSequence (6 ms) 2022-05-18T05:50:30.1678296Z [----------] 7 tests from NNUtilsTest (722 ms total) 2022-05-18T05:50:30.1678654Z 2022-05-18T05:50:30.1678898Z [----------] 3 tests from PackedSequenceTest 2022-05-18T05:50:30.1679320Z [ RUN ] PackedSequenceTest.WrongOrder 2022-05-18T05:50:30.1720399Z [ OK ] PackedSequenceTest.WrongOrder (4 ms) 2022-05-18T05:50:30.1721321Z [ RUN ] PackedSequenceTest.TotalLength 2022-05-18T05:50:30.1807982Z [ OK ] PackedSequenceTest.TotalLength (8 ms) 2022-05-18T05:50:30.1808963Z [ RUN ] PackedSequenceTest.To 2022-05-18T05:50:30.1828923Z [ OK ] PackedSequenceTest.To (2 ms) 2022-05-18T05:50:30.1829911Z [----------] 3 tests from PackedSequenceTest (15 ms total) 2022-05-18T05:50:30.1830319Z 2022-05-18T05:50:30.1830533Z [----------] 34 tests from OptimTest 2022-05-18T05:50:30.1830933Z [ RUN ] OptimTest.OptimizerAccessors 2022-05-18T05:50:30.1849555Z [ OK ] OptimTest.OptimizerAccessors (2 ms) 2022-05-18T05:50:30.1850400Z [ RUN ] OptimTest.OldInterface 2022-05-18T05:50:30.1851591Z [ OK ] OptimTest.OldInterface (0 ms) 2022-05-18T05:50:30.1852478Z [ RUN ] OptimTest.XORConvergence_SGD 2022-05-18T05:50:31.5304596Z [ OK ] OptimTest.XORConvergence_SGD (1345 ms) 2022-05-18T05:50:31.5305311Z [ RUN ] OptimTest.XORConvergence_LBFGS 2022-05-18T05:50:32.4636799Z [ OK ] OptimTest.XORConvergence_LBFGS (933 ms) 2022-05-18T05:50:32.4637509Z [ RUN ] OptimTest.XORConvergence_Adagrad 2022-05-18T05:50:32.9821848Z [ OK ] OptimTest.XORConvergence_Adagrad (518 ms) 2022-05-18T05:50:32.9822625Z [ RUN ] OptimTest.XORConvergence_RMSprop 2022-05-18T05:50:33.5020776Z [ OK ] OptimTest.XORConvergence_RMSprop (519 ms) 2022-05-18T05:50:33.5021716Z [ RUN ] OptimTest.XORConvergence_RMSpropWithMomentum 2022-05-18T05:50:34.9581893Z [ OK ] OptimTest.XORConvergence_RMSpropWithMomentum (1456 ms) 2022-05-18T05:50:34.9582477Z [ RUN ] OptimTest.XORConvergence_Adam 2022-05-18T05:50:35.5305035Z [ OK ] OptimTest.XORConvergence_Adam (572 ms) 2022-05-18T05:50:35.5305702Z [ RUN ] OptimTest.XORConvergence_AdamWithAmsgrad 2022-05-18T05:50:36.1057095Z [ OK ] OptimTest.XORConvergence_AdamWithAmsgrad (575 ms) 2022-05-18T05:50:36.1057924Z [ RUN ] OptimTest.ProducesPyTorchValues_Adam 2022-05-18T05:50:36.3789639Z [ OK ] OptimTest.ProducesPyTorchValues_Adam (273 ms) 2022-05-18T05:50:36.3790427Z [ RUN ] OptimTest.ProducesPyTorchValues_AdamWithWeightDecay 2022-05-18T05:50:36.6585924Z [ OK ] OptimTest.ProducesPyTorchValues_AdamWithWeightDecay (279 ms) 2022-05-18T05:50:36.6586800Z [ RUN ] OptimTest.ProducesPyTorchValues_AdamWithWeightDecayAndAMSGrad 2022-05-18T05:50:36.9470744Z [ OK ] OptimTest.ProducesPyTorchValues_AdamWithWeightDecayAndAMSGrad (288 ms) 2022-05-18T05:50:36.9471504Z [ RUN ] OptimTest.XORConvergence_AdamW 2022-05-18T05:50:37.5351505Z [ OK ] OptimTest.XORConvergence_AdamW (588 ms) 2022-05-18T05:50:37.5352215Z [ RUN ] OptimTest.XORConvergence_AdamWWithAmsgrad 2022-05-18T05:50:38.1176154Z [ OK ] OptimTest.XORConvergence_AdamWWithAmsgrad (582 ms) 2022-05-18T05:50:38.1176902Z [ RUN ] OptimTest.ProducesPyTorchValues_AdamW 2022-05-18T05:50:38.3971905Z [ OK ] OptimTest.ProducesPyTorchValues_AdamW (279 ms) 2022-05-18T05:50:38.3972653Z [ RUN ] OptimTest.ProducesPyTorchValues_AdamWWithoutWeightDecay 2022-05-18T05:50:38.6688982Z [ OK ] OptimTest.ProducesPyTorchValues_AdamWWithoutWeightDecay (271 ms) 2022-05-18T05:50:38.6689620Z [ RUN ] OptimTest.ProducesPyTorchValues_AdamWWithAMSGrad 2022-05-18T05:50:38.9569538Z [ OK ] OptimTest.ProducesPyTorchValues_AdamWWithAMSGrad (288 ms) 2022-05-18T05:50:38.9570166Z [ RUN ] OptimTest.ProducesPyTorchValues_Adagrad 2022-05-18T05:50:39.1878945Z [ OK ] OptimTest.ProducesPyTorchValues_Adagrad (230 ms) 2022-05-18T05:50:39.1879530Z [ RUN ] OptimTest.ProducesPyTorchValues_AdagradWithWeightDecay 2022-05-18T05:50:39.4268761Z [ OK ] OptimTest.ProducesPyTorchValues_AdagradWithWeightDecay (238 ms) 2022-05-18T05:50:39.4269412Z [ RUN ] OptimTest.ProducesPyTorchValues_AdagradWithWeightDecayAndLRDecay 2022-05-18T05:50:39.6655809Z [ OK ] OptimTest.ProducesPyTorchValues_AdagradWithWeightDecayAndLRDecay (238 ms) 2022-05-18T05:50:39.6656392Z [ RUN ] OptimTest.ProducesPyTorchValues_RMSprop 2022-05-18T05:50:39.9082842Z [ OK ] OptimTest.ProducesPyTorchValues_RMSprop (242 ms) 2022-05-18T05:50:39.9083421Z [ RUN ] OptimTest.ProducesPyTorchValues_RMSpropWithWeightDecay 2022-05-18T05:50:40.1803947Z [ OK ] OptimTest.ProducesPyTorchValues_RMSpropWithWeightDecay (272 ms) 2022-05-18T05:50:40.1804603Z [ RUN ] OptimTest.ProducesPyTorchValues_RMSpropWithWeightDecayAndCentered 2022-05-18T05:50:40.4520060Z [ OK ] OptimTest.ProducesPyTorchValues_RMSpropWithWeightDecayAndCentered (271 ms) 2022-05-18T05:50:40.4520769Z [ RUN ] OptimTest.ProducesPyTorchValues_RMSpropWithWeightDecayAndCenteredAndMomentum 2022-05-18T05:50:40.7347089Z [ OK ] OptimTest.ProducesPyTorchValues_RMSpropWithWeightDecayAndCenteredAndMomentum (282 ms) 2022-05-18T05:50:40.7347713Z [ RUN ] OptimTest.ProducesPyTorchValues_SGD 2022-05-18T05:50:40.9219038Z [ OK ] OptimTest.ProducesPyTorchValues_SGD (187 ms) 2022-05-18T05:50:40.9219882Z [ RUN ] OptimTest.ProducesPyTorchValues_SGDWithWeightDecay 2022-05-18T05:50:41.1176908Z [ OK ] OptimTest.ProducesPyTorchValues_SGDWithWeightDecay (195 ms) 2022-05-18T05:50:41.1177506Z [ RUN ] OptimTest.ProducesPyTorchValues_SGDWithWeightDecayAndMomentum 2022-05-18T05:50:41.3380987Z [ OK ] OptimTest.ProducesPyTorchValues_SGDWithWeightDecayAndMomentum (220 ms) 2022-05-18T05:50:41.3381663Z [ RUN ] OptimTest.ProducesPyTorchValues_SGDWithWeightDecayAndNesterovMomentum 2022-05-18T05:50:41.5647339Z [ OK ] OptimTest.ProducesPyTorchValues_SGDWithWeightDecayAndNesterovMomentum (226 ms) 2022-05-18T05:50:41.5647940Z [ RUN ] OptimTest.ProducesPyTorchValues_LBFGS 2022-05-18T05:50:41.7820210Z [ OK ] OptimTest.ProducesPyTorchValues_LBFGS (217 ms) 2022-05-18T05:50:41.7820763Z [ RUN ] OptimTest.ProducesPyTorchValues_LBFGS_with_line_search 2022-05-18T05:50:42.5411683Z [ OK ] OptimTest.ProducesPyTorchValues_LBFGS_with_line_search (758 ms) 2022-05-18T05:50:42.5412220Z [ RUN ] OptimTest.ZeroGrad 2022-05-18T05:50:42.5412611Z [ OK ] OptimTest.ZeroGrad (0 ms) 2022-05-18T05:50:42.5413051Z [ RUN ] OptimTest.ExternalVectorOfParameters 2022-05-18T05:50:42.5414841Z [ OK ] OptimTest.ExternalVectorOfParameters (0 ms) 2022-05-18T05:50:42.5415684Z [ RUN ] OptimTest.AddParameter_LBFGS 2022-05-18T05:50:42.5416806Z [ OK ] OptimTest.AddParameter_LBFGS (0 ms) 2022-05-18T05:50:42.5417857Z [ RUN ] OptimTest.CheckLRChange_StepLR_Adam 2022-05-18T05:50:42.5418960Z [ OK ] OptimTest.CheckLRChange_StepLR_Adam (0 ms) 2022-05-18T05:50:42.5419408Z [----------] 34 tests from OptimTest (12358 ms total) 2022-05-18T05:50:42.5419625Z 2022-05-18T05:50:42.5419852Z [----------] 29 tests from OrderedDictTest 2022-05-18T05:50:42.5420587Z [ RUN ] OrderedDictTest.IsEmptyAfterDefaultConstruction 2022-05-18T05:50:42.5421192Z [ OK ] OrderedDictTest.IsEmptyAfterDefaultConstruction (0 ms) 2022-05-18T05:50:42.5421799Z [ RUN ] OrderedDictTest.InsertAddsElementsWhenTheyAreYetNotPresent 2022-05-18T05:50:42.5422725Z [ OK ] OrderedDictTest.InsertAddsElementsWhenTheyAreYetNotPresent (0 ms) 2022-05-18T05:50:42.5423357Z [ RUN ] OrderedDictTest.GetReturnsValuesWhenTheyArePresent 2022-05-18T05:50:42.5423946Z [ OK ] OrderedDictTest.GetReturnsValuesWhenTheyArePresent (0 ms) 2022-05-18T05:50:42.5424572Z [ RUN ] OrderedDictTest.GetThrowsWhenPassedKeysThatAreNotPresent 2022-05-18T05:50:42.5446743Z [ OK ] OrderedDictTest.GetThrowsWhenPassedKeysThatAreNotPresent (2 ms) 2022-05-18T05:50:42.5447553Z [ RUN ] OrderedDictTest.CanInitializeFromList 2022-05-18T05:50:42.5448038Z [ OK ] OrderedDictTest.CanInitializeFromList (0 ms) 2022-05-18T05:50:42.5448630Z [ RUN ] OrderedDictTest.InsertThrowsWhenPassedElementsThatArePresent 2022-05-18T05:50:42.5473445Z [ OK ] OrderedDictTest.InsertThrowsWhenPassedElementsThatArePresent (2 ms) 2022-05-18T05:50:42.5474209Z [ RUN ] OrderedDictTest.FrontReturnsTheFirstItem 2022-05-18T05:50:42.5474711Z [ OK ] OrderedDictTest.FrontReturnsTheFirstItem (0 ms) 2022-05-18T05:50:42.5475202Z [ RUN ] OrderedDictTest.FrontThrowsWhenEmpty 2022-05-18T05:50:42.5485499Z [ OK ] OrderedDictTest.FrontThrowsWhenEmpty (1 ms) 2022-05-18T05:50:42.5486213Z [ RUN ] OrderedDictTest.BackReturnsTheLastItem 2022-05-18T05:50:42.5486732Z [ OK ] OrderedDictTest.BackReturnsTheLastItem (0 ms) 2022-05-18T05:50:42.5487215Z [ RUN ] OrderedDictTest.BackThrowsWhenEmpty 2022-05-18T05:50:42.5498020Z [ OK ] OrderedDictTest.BackThrowsWhenEmpty (1 ms) 2022-05-18T05:50:42.5498891Z [ RUN ] OrderedDictTest.FindReturnsPointersToValuesWhenPresent 2022-05-18T05:50:42.5499772Z [ OK ] OrderedDictTest.FindReturnsPointersToValuesWhenPresent (0 ms) 2022-05-18T05:50:42.5500479Z [ RUN ] OrderedDictTest.FindReturnsNullPointersWhenPasesdKeysThatAreNotPresent 2022-05-18T05:50:42.5501237Z [ OK ] OrderedDictTest.FindReturnsNullPointersWhenPasesdKeysThatAreNotPresent (0 ms) 2022-05-18T05:50:42.5502003Z [ RUN ] OrderedDictTest.SubscriptOperatorThrowsWhenPassedKeysThatAreNotPresent 2022-05-18T05:50:42.5502937Z [ OK ] OrderedDictTest.SubscriptOperatorThrowsWhenPassedKeysThatAreNotPresent (0 ms) 2022-05-18T05:50:42.5503744Z [ RUN ] OrderedDictTest.SubscriptOperatorReturnsItemsPositionallyWhenPassedIntegers 2022-05-18T05:50:42.5504569Z [ OK ] OrderedDictTest.SubscriptOperatorReturnsItemsPositionallyWhenPassedIntegers (0 ms) 2022-05-18T05:50:42.5505374Z [ RUN ] OrderedDictTest.SubscriptOperatorsThrowswhenPassedKeysThatAreNotPresent 2022-05-18T05:50:42.5525956Z [ OK ] OrderedDictTest.SubscriptOperatorsThrowswhenPassedKeysThatAreNotPresent (2 ms) 2022-05-18T05:50:42.5526693Z [ RUN ] OrderedDictTest.UpdateInsertsAllItemsFromAnotherOrderedDict 2022-05-18T05:50:42.5527348Z [ OK ] OrderedDictTest.UpdateInsertsAllItemsFromAnotherOrderedDict (0 ms) 2022-05-18T05:50:42.5527955Z [ RUN ] OrderedDictTest.UpdateAlsoChecksForDuplicates 2022-05-18T05:50:42.5539340Z [ OK ] OrderedDictTest.UpdateAlsoChecksForDuplicates (1 ms) 2022-05-18T05:50:42.5540323Z [ RUN ] OrderedDictTest.CanIterateItems 2022-05-18T05:50:42.5541285Z [ OK ] OrderedDictTest.CanIterateItems (0 ms) 2022-05-18T05:50:42.5541836Z [ RUN ] OrderedDictTest.EraseWorks 2022-05-18T05:50:42.5542256Z [ OK ] OrderedDictTest.EraseWorks (0 ms) 2022-05-18T05:50:42.5542824Z [ RUN ] OrderedDictTest.ClearMakesTheDictEmpty 2022-05-18T05:50:42.5543347Z [ OK ] OrderedDictTest.ClearMakesTheDictEmpty (0 ms) 2022-05-18T05:50:42.5543821Z [ RUN ] OrderedDictTest.CanCopyConstruct 2022-05-18T05:50:42.5544259Z [ OK ] OrderedDictTest.CanCopyConstruct (0 ms) 2022-05-18T05:50:42.5544702Z [ RUN ] OrderedDictTest.CanCopyAssign 2022-05-18T05:50:42.5545142Z [ OK ] OrderedDictTest.CanCopyAssign (0 ms) 2022-05-18T05:50:42.5545583Z [ RUN ] OrderedDictTest.CanMoveConstruct 2022-05-18T05:50:42.5546029Z [ OK ] OrderedDictTest.CanMoveConstruct (0 ms) 2022-05-18T05:50:42.5546475Z [ RUN ] OrderedDictTest.CanMoveAssign 2022-05-18T05:50:42.5546911Z [ OK ] OrderedDictTest.CanMoveAssign (0 ms) 2022-05-18T05:50:42.5547344Z [ RUN ] OrderedDictTest.CanInsertWithBraces 2022-05-18T05:50:42.5547820Z [ OK ] OrderedDictTest.CanInsertWithBraces (0 ms) 2022-05-18T05:50:42.5548373Z [ RUN ] OrderedDictTest.ErrorMessagesIncludeTheKeyDescription 2022-05-18T05:50:42.5568128Z [ OK ] OrderedDictTest.ErrorMessagesIncludeTheKeyDescription (2 ms) 2022-05-18T05:50:42.5569293Z [ RUN ] OrderedDictTest.KeysReturnsAllKeys 2022-05-18T05:50:42.5569867Z [ OK ] OrderedDictTest.KeysReturnsAllKeys (0 ms) 2022-05-18T05:50:42.5570351Z [ RUN ] OrderedDictTest.ValuesReturnsAllValues 2022-05-18T05:50:42.5570831Z [ OK ] OrderedDictTest.ValuesReturnsAllValues (0 ms) 2022-05-18T05:50:42.5571323Z [ RUN ] OrderedDictTest.ItemsReturnsAllItems 2022-05-18T05:50:42.5571804Z [ OK ] OrderedDictTest.ItemsReturnsAllItems (0 ms) 2022-05-18T05:50:42.5572283Z [----------] 29 tests from OrderedDictTest (15 ms total) 2022-05-18T05:50:42.5572488Z 2022-05-18T05:50:42.5572688Z [----------] 25 tests from RNNTest 2022-05-18T05:50:42.5573067Z [ RUN ] RNNTest.CheckOutputSizes 2022-05-18T05:50:42.5648168Z [ OK ] RNNTest.CheckOutputSizes (7 ms) 2022-05-18T05:50:42.5648594Z [ RUN ] RNNTest.CheckOutputSizesProj 2022-05-18T05:50:42.5726371Z [ OK ] RNNTest.CheckOutputSizesProj (7 ms) 2022-05-18T05:50:42.5726913Z [ RUN ] RNNTest.CheckOutputValuesMatchPyTorch 2022-05-18T05:50:42.5731242Z [ OK ] RNNTest.CheckOutputValuesMatchPyTorch (0 ms) 2022-05-18T05:50:42.5731679Z [ RUN ] RNNTest.EndToEndLSTM 2022-05-18T05:50:44.5249375Z [ OK ] RNNTest.EndToEndLSTM (1951 ms) 2022-05-18T05:50:44.5250135Z [ RUN ] RNNTest.EndToEndLSTMProj 2022-05-18T05:50:46.4572322Z [ OK ] RNNTest.EndToEndLSTMProj (1932 ms) 2022-05-18T05:50:46.4572951Z [ RUN ] RNNTest.EndToEndGRU 2022-05-18T05:50:48.1643861Z [ OK ] RNNTest.EndToEndGRU (1707 ms) 2022-05-18T05:50:48.1644297Z [ RUN ] RNNTest.EndToEndRNNRelu 2022-05-18T05:50:49.1323394Z [ OK ] RNNTest.EndToEndRNNRelu (967 ms) 2022-05-18T05:50:49.1323832Z [ RUN ] RNNTest.EndToEndRNNTanh 2022-05-18T05:50:50.1874714Z [ OK ] RNNTest.EndToEndRNNTanh (1055 ms) 2022-05-18T05:50:50.1875143Z [ RUN ] RNNTest.Sizes_CUDA 2022-05-18T05:50:50.2112346Z [ OK ] RNNTest.Sizes_CUDA (23 ms) 2022-05-18T05:50:50.2112917Z [ RUN ] RNNTest.SizesProj_CUDA 2022-05-18T05:50:50.2185778Z [ OK ] RNNTest.SizesProj_CUDA (7 ms) 2022-05-18T05:50:50.2186340Z [ RUN ] RNNTest.EndToEndLSTM_CUDA 2022-05-18T05:50:51.6788757Z [ OK ] RNNTest.EndToEndLSTM_CUDA (1460 ms) 2022-05-18T05:50:51.6789275Z [ RUN ] RNNTest.EndToEndLSTMProj_CUDA 2022-05-18T05:50:53.1641759Z [ OK ] RNNTest.EndToEndLSTMProj_CUDA (1485 ms) 2022-05-18T05:50:53.1642251Z [ RUN ] RNNTest.EndToEndGRU_CUDA 2022-05-18T05:50:54.4375019Z [ OK ] RNNTest.EndToEndGRU_CUDA (1273 ms) 2022-05-18T05:50:54.4375535Z [ RUN ] RNNTest.EndToEndRNNRelu_CUDA 2022-05-18T05:50:55.6800601Z [ OK ] RNNTest.EndToEndRNNRelu_CUDA (1242 ms) 2022-05-18T05:50:55.6801085Z [ RUN ] RNNTest.EndToEndRNNTanh_CUDA 2022-05-18T05:50:57.0739080Z [ OK ] RNNTest.EndToEndRNNTanh_CUDA (1393 ms) 2022-05-18T05:50:57.0739600Z [ RUN ] RNNTest.PrettyPrintRNNs 2022-05-18T05:50:57.0768202Z [ OK ] RNNTest.PrettyPrintRNNs (3 ms) 2022-05-18T05:50:57.0768695Z [ RUN ] RNNTest.BidirectionalFlattenParameters 2022-05-18T05:50:57.0895196Z [ OK ] RNNTest.BidirectionalFlattenParameters (12 ms) 2022-05-18T05:50:57.0895885Z [ RUN ] RNNTest.BidirectionalGRUReverseForward 2022-05-18T05:50:57.0910341Z [ OK ] RNNTest.BidirectionalGRUReverseForward (1 ms) 2022-05-18T05:50:57.0910978Z [ RUN ] RNNTest.BidirectionalGRUReverseForward_CUDA 2022-05-18T05:50:57.0926292Z [ OK ] RNNTest.BidirectionalGRUReverseForward_CUDA (1 ms) 2022-05-18T05:50:57.0926985Z [ RUN ] RNNTest.BidirectionalLSTMReverseForward 2022-05-18T05:50:57.0939165Z [ OK ] RNNTest.BidirectionalLSTMReverseForward (1 ms) 2022-05-18T05:50:57.0940179Z [ RUN ] RNNTest.BidirectionalLSTMReverseForward_CUDA 2022-05-18T05:50:57.0956311Z [ OK ] RNNTest.BidirectionalLSTMReverseForward_CUDA (1 ms) 2022-05-18T05:50:57.0957313Z [ RUN ] RNNTest.BidirectionalMultilayerGRU_CPU_vs_CUDA 2022-05-18T05:50:57.1012001Z [ OK ] RNNTest.BidirectionalMultilayerGRU_CPU_vs_CUDA (5 ms) 2022-05-18T05:50:57.1012977Z [ RUN ] RNNTest.BidirectionalMultilayerLSTM_CPU_vs_CUDA 2022-05-18T05:50:57.1061660Z [ OK ] RNNTest.BidirectionalMultilayerLSTM_CPU_vs_CUDA (4 ms) 2022-05-18T05:50:57.1062648Z [ RUN ] RNNTest.BidirectionalMultilayerLSTMProj_CPU_vs_CUDA 2022-05-18T05:50:57.1119420Z [ OK ] RNNTest.BidirectionalMultilayerLSTMProj_CPU_vs_CUDA (5 ms) 2022-05-18T05:50:57.1120339Z [ RUN ] RNNTest.UsePackedSequenceAsInput 2022-05-18T05:50:57.1140718Z [ OK ] RNNTest.UsePackedSequenceAsInput (2 ms) 2022-05-18T05:50:57.1141409Z [----------] 25 tests from RNNTest (14557 ms total) 2022-05-18T05:50:57.1141656Z 2022-05-18T05:50:57.1142055Z [----------] 20 tests from SequentialTest 2022-05-18T05:50:57.1142682Z [ RUN ] SequentialTest.CanContainThings 2022-05-18T05:50:57.1143154Z [ OK ] SequentialTest.CanContainThings (0 ms) 2022-05-18T05:50:57.1143955Z [ RUN ] SequentialTest.ConstructsFromSharedPointer 2022-05-18T05:50:57.1144511Z [ OK ] SequentialTest.ConstructsFromSharedPointer (0 ms) 2022-05-18T05:50:57.1145058Z [ RUN ] SequentialTest.ConstructsFromConcreteType 2022-05-18T05:50:57.1145585Z [ OK ] SequentialTest.ConstructsFromConcreteType (0 ms) 2022-05-18T05:50:57.1146134Z [ RUN ] SequentialTest.ConstructsFromModuleHolder 2022-05-18T05:50:57.1146678Z [ OK ] SequentialTest.ConstructsFromModuleHolder (0 ms) 2022-05-18T05:50:57.1147199Z [ RUN ] SequentialTest.PushBackAddsAnElement 2022-05-18T05:50:57.1147697Z [ OK ] SequentialTest.PushBackAddsAnElement (0 ms) 2022-05-18T05:50:57.1148163Z [ RUN ] SequentialTest.AccessWithAt 2022-05-18T05:50:57.1171711Z [ OK ] SequentialTest.AccessWithAt (2 ms) 2022-05-18T05:50:57.1172141Z [ RUN ] SequentialTest.AccessWithPtr 2022-05-18T05:50:57.1199237Z [ OK ] SequentialTest.AccessWithPtr (2 ms) 2022-05-18T05:50:57.1199807Z [ RUN ] SequentialTest.CallingForwardOnEmptySequentialIsDisallowed 2022-05-18T05:50:57.1212858Z [ OK ] SequentialTest.CallingForwardOnEmptySequentialIsDisallowed (1 ms) 2022-05-18T05:50:57.1213453Z [ RUN ] SequentialTest.CallingForwardChainsCorrectly 2022-05-18T05:50:57.1214142Z [ OK ] SequentialTest.CallingForwardChainsCorrectly (0 ms) 2022-05-18T05:50:57.1214764Z [ RUN ] SequentialTest.CallingForwardWithTheWrongReturnTypeThrows 2022-05-18T05:50:57.1225750Z [ OK ] SequentialTest.CallingForwardWithTheWrongReturnTypeThrows (1 ms) 2022-05-18T05:50:57.1226379Z [ RUN ] SequentialTest.TheReturnTypeOfForwardDefaultsToTensor 2022-05-18T05:50:57.1227028Z [ OK ] SequentialTest.TheReturnTypeOfForwardDefaultsToTensor (0 ms) 2022-05-18T05:50:57.1227589Z [ RUN ] SequentialTest.ForwardReturnsTheLastValue 2022-05-18T05:50:57.1231290Z [ OK ] SequentialTest.ForwardReturnsTheLastValue (0 ms) 2022-05-18T05:50:57.1232056Z [ RUN ] SequentialTest.SanityCheckForHoldingStandardModules 2022-05-18T05:50:57.1232950Z [ OK ] SequentialTest.SanityCheckForHoldingStandardModules (0 ms) 2022-05-18T05:50:57.1233584Z [ RUN ] SequentialTest.ExtendPushesModulesFromOtherSequential 2022-05-18T05:50:57.1234187Z [ OK ] SequentialTest.ExtendPushesModulesFromOtherSequential (0 ms) 2022-05-18T05:50:57.1234725Z [ RUN ] SequentialTest.HasReferenceSemantics 2022-05-18T05:50:57.1235208Z [ OK ] SequentialTest.HasReferenceSemantics (0 ms) 2022-05-18T05:50:57.1235648Z [ RUN ] SequentialTest.IsCloneable 2022-05-18T05:50:57.1239599Z [ OK ] SequentialTest.IsCloneable (0 ms) 2022-05-18T05:50:57.1240101Z [ RUN ] SequentialTest.RegistersElementsAsSubmodules 2022-05-18T05:50:57.1240713Z [ OK ] SequentialTest.RegistersElementsAsSubmodules (0 ms) 2022-05-18T05:50:57.1241393Z [ RUN ] SequentialTest.CloneToDevice_CUDA 2022-05-18T05:50:57.1243286Z [ OK ] SequentialTest.CloneToDevice_CUDA (0 ms) 2022-05-18T05:50:57.1243762Z [ RUN ] SequentialTest.PrettyPrintSequential 2022-05-18T05:50:57.1246915Z [ OK ] SequentialTest.PrettyPrintSequential (0 ms) 2022-05-18T05:50:57.1247430Z [ RUN ] SequentialTest.ModuleForwardMethodOptionalArg 2022-05-18T05:50:57.1285216Z [ OK ] SequentialTest.ModuleForwardMethodOptionalArg (3 ms) 2022-05-18T05:50:57.1285750Z [----------] 20 tests from SequentialTest (14 ms total) 2022-05-18T05:50:57.1285974Z 2022-05-18T05:50:57.1286202Z [----------] 17 tests from TransformerTest 2022-05-18T05:50:57.1286634Z [ RUN ] TransformerTest.TransformerEncoderLayer 2022-05-18T05:50:57.1374151Z [ OK ] TransformerTest.TransformerEncoderLayer (8 ms) 2022-05-18T05:50:57.1374849Z [ RUN ] TransformerTest.TransformerEncoderLayer_CUDA 2022-05-18T05:50:57.1570523Z [ OK ] TransformerTest.TransformerEncoderLayer_CUDA (19 ms) 2022-05-18T05:50:57.1571060Z [ RUN ] TransformerTest.TransformerDecoderLayer 2022-05-18T05:50:57.1660395Z [ OK ] TransformerTest.TransformerDecoderLayer (8 ms) 2022-05-18T05:50:57.1660929Z [ RUN ] TransformerTest.TransformerDecoderLayer_CUDA 2022-05-18T05:50:57.1871275Z [ OK ] TransformerTest.TransformerDecoderLayer_CUDA (21 ms) 2022-05-18T05:50:57.1871827Z [ RUN ] TransformerTest.TransformerDecoderLayer_gelu 2022-05-18T05:50:57.1923346Z [ OK ] TransformerTest.TransformerDecoderLayer_gelu (5 ms) 2022-05-18T05:50:57.1923896Z [ RUN ] TransformerTest.TransformerDecoderLayer_gelu_CUDA 2022-05-18T05:50:57.2039573Z [ OK ] TransformerTest.TransformerDecoderLayer_gelu_CUDA (11 ms) 2022-05-18T05:50:57.2040099Z [ RUN ] TransformerTest.TransformerEncoder 2022-05-18T05:50:57.2217129Z [ OK ] TransformerTest.TransformerEncoder (17 ms) 2022-05-18T05:50:57.2217627Z [ RUN ] TransformerTest.TransformerEncoder_CUDA 2022-05-18T05:50:57.2597892Z [ OK ] TransformerTest.TransformerEncoder_CUDA (38 ms) 2022-05-18T05:50:57.2598601Z [ RUN ] TransformerTest.PrettyPrintTransformerEncoderLayer 2022-05-18T05:50:57.2601765Z [ OK ] TransformerTest.PrettyPrintTransformerEncoderLayer (0 ms) 2022-05-18T05:50:57.2602355Z [ RUN ] TransformerTest.PrettyPrintTransformerEncoder 2022-05-18T05:50:57.2613051Z [ OK ] TransformerTest.PrettyPrintTransformerEncoder (1 ms) 2022-05-18T05:50:57.2613864Z [ RUN ] TransformerTest.PrettyPrintTransformerDecoderLayer 2022-05-18T05:50:57.2615919Z [ OK ] TransformerTest.PrettyPrintTransformerDecoderLayer (0 ms) 2022-05-18T05:50:57.2616463Z [ RUN ] TransformerTest.TransformerDecoder 2022-05-18T05:50:57.3106204Z [ OK ] TransformerTest.TransformerDecoder (48 ms) 2022-05-18T05:50:57.3106706Z [ RUN ] TransformerTest.TransformerDecoder_CUDA 2022-05-18T05:50:57.4172971Z [ OK ] TransformerTest.TransformerDecoder_CUDA (106 ms) 2022-05-18T05:50:57.4173546Z [ RUN ] TransformerTest.PrettyPrintTransformerDecoder 2022-05-18T05:50:57.4186422Z [ OK ] TransformerTest.PrettyPrintTransformerDecoder (1 ms) 2022-05-18T05:50:57.4186960Z [ RUN ] TransformerTest.Transformer 2022-05-18T05:50:57.4364655Z [ OK ] TransformerTest.Transformer (17 ms) 2022-05-18T05:50:57.4365096Z [ RUN ] TransformerTest.Transformer_CUDA 2022-05-18T05:50:57.4776455Z [ OK ] TransformerTest.Transformer_CUDA (41 ms) 2022-05-18T05:50:57.4776958Z [ RUN ] TransformerTest.TransformerArgsCorrectness 2022-05-18T05:50:57.4845189Z [ OK ] TransformerTest.TransformerArgsCorrectness (6 ms) 2022-05-18T05:50:57.4845719Z [----------] 17 tests from TransformerTest (355 ms total) 2022-05-18T05:50:57.4845948Z 2022-05-18T05:50:57.4846165Z [----------] 23 tests from SerializeTest 2022-05-18T05:50:57.4846548Z [ RUN ] SerializeTest.KeysFunc 2022-05-18T05:50:57.4851222Z [ OK ] SerializeTest.KeysFunc (0 ms) 2022-05-18T05:50:57.4851651Z [ RUN ] SerializeTest.TryReadFunc 2022-05-18T05:50:57.4855030Z [ OK ] SerializeTest.TryReadFunc (0 ms) 2022-05-18T05:50:57.4855435Z [ RUN ] SerializeTest.Basic 2022-05-18T05:50:57.4858915Z [ OK ] SerializeTest.Basic (0 ms) 2022-05-18T05:50:57.4859324Z [ RUN ] SerializeTest.BasicToFile 2022-05-18T05:50:57.4864589Z [ OK ] SerializeTest.BasicToFile (0 ms) 2022-05-18T05:50:57.4865016Z [ RUN ] SerializeTest.BasicViaFunc 2022-05-18T05:50:57.4870109Z [ OK ] SerializeTest.BasicViaFunc (0 ms) 2022-05-18T05:50:57.4870515Z [ RUN ] SerializeTest.Resized 2022-05-18T05:50:57.4873491Z [ OK ] SerializeTest.Resized (0 ms) 2022-05-18T05:50:57.4873870Z [ RUN ] SerializeTest.Sliced 2022-05-18T05:50:57.4877040Z [ OK ] SerializeTest.Sliced (0 ms) 2022-05-18T05:50:57.4877460Z [ RUN ] SerializeTest.NonContiguous 2022-05-18T05:50:57.4880641Z [ OK ] SerializeTest.NonContiguous (0 ms) 2022-05-18T05:50:57.4881072Z [ RUN ] SerializeTest.ErrorOnMissingKey 2022-05-18T05:50:57.4970414Z [ OK ] SerializeTest.ErrorOnMissingKey (8 ms) 2022-05-18T05:50:57.4970835Z [ RUN ] SerializeTest.XOR 2022-05-18T05:50:57.7125623Z [ OK ] SerializeTest.XOR (215 ms) 2022-05-18T05:50:57.7126037Z [ RUN ] SerializeTest.Optim 2022-05-18T05:50:57.7157175Z [ OK ] SerializeTest.Optim (3 ms) 2022-05-18T05:50:57.7157603Z [ RUN ] SerializeTest.Optim_Adagrad 2022-05-18T05:50:57.7199828Z [ OK ] SerializeTest.Optim_Adagrad (4 ms) 2022-05-18T05:50:57.7200254Z [ RUN ] SerializeTest.Optim_SGD 2022-05-18T05:50:57.7239608Z [ OK ] SerializeTest.Optim_SGD (3 ms) 2022-05-18T05:50:57.7240016Z [ RUN ] SerializeTest.Optim_Adam 2022-05-18T05:50:57.7288696Z [ OK ] SerializeTest.Optim_Adam (4 ms) 2022-05-18T05:50:57.7289138Z [ RUN ] SerializeTest.Optim_AdamW 2022-05-18T05:50:57.7337842Z [ OK ] SerializeTest.Optim_AdamW (4 ms) 2022-05-18T05:50:57.7338583Z [ RUN ] SerializeTest.Optim_RMSprop 2022-05-18T05:50:57.7385865Z [ OK ] SerializeTest.Optim_RMSprop (4 ms) 2022-05-18T05:50:57.7386283Z [ RUN ] SerializeTest.Optim_LBFGS 2022-05-18T05:50:57.7432881Z [ OK ] SerializeTest.Optim_LBFGS (4 ms) 2022-05-18T05:50:57.7433293Z [ RUN ] SerializeTest.XOR_CUDA 2022-05-18T05:50:57.9973930Z [ OK ] SerializeTest.XOR_CUDA (253 ms) 2022-05-18T05:50:57.9974632Z [ RUN ] SerializeTest.CanSerializeModulesWithIntermediateModulesWithoutParametersOrBuffers 2022-05-18T05:50:57.9979810Z [ OK ] SerializeTest.CanSerializeModulesWithIntermediateModulesWithoutParametersOrBuffers (0 ms) 2022-05-18T05:50:57.9980517Z [ RUN ] SerializeTest.VectorOfTensors 2022-05-18T05:50:57.9984390Z [ OK ] SerializeTest.VectorOfTensors (0 ms) 2022-05-18T05:50:57.9984810Z [ RUN ] SerializeTest.IValue 2022-05-18T05:50:57.9988712Z [ OK ] SerializeTest.IValue (0 ms) 2022-05-18T05:50:57.9989339Z [ RUN ] SerializeTest.UnserializableSubmoduleIsSkippedWhenSavingModule 2022-05-18T05:50:57.9991076Z [ OK ] SerializeTest.UnserializableSubmoduleIsSkippedWhenSavingModule (0 ms) 2022-05-18T05:50:57.9991778Z [ RUN ] SerializeTest.UnserializableSubmoduleIsIgnoredWhenLoadingModule 2022-05-18T05:50:58.0000104Z [ OK ] SerializeTest.UnserializableSubmoduleIsIgnoredWhenLoadingModule (0 ms) 2022-05-18T05:50:58.0000889Z [----------] 23 tests from SerializeTest (515 ms total) 2022-05-18T05:50:58.0001334Z 2022-05-18T05:50:58.0001773Z [----------] 1 test from SpecialTest 2022-05-18T05:50:58.0002460Z [ RUN ] SpecialTest.special 2022-05-18T05:50:58.0003235Z [ OK ] SpecialTest.special (0 ms) 2022-05-18T05:50:58.0004042Z [----------] 1 test from SpecialTest (0 ms total) 2022-05-18T05:50:58.0015975Z 2022-05-18T05:50:58.0016245Z [----------] 5 tests from TestStatic 2022-05-18T05:50:58.0016617Z [ RUN ] TestStatic.AllOf 2022-05-18T05:50:58.0016987Z [ OK ] TestStatic.AllOf (0 ms) 2022-05-18T05:50:58.0017324Z [ RUN ] TestStatic.AnyOf 2022-05-18T05:50:58.0017687Z [ OK ] TestStatic.AnyOf (0 ms) 2022-05-18T05:50:58.0018633Z [ RUN ] TestStatic.EnableIfModule 2022-05-18T05:50:58.0019097Z [ OK ] TestStatic.EnableIfModule (0 ms) 2022-05-18T05:50:58.0019545Z [ RUN ] TestStatic.ReturnTypeOfForward 2022-05-18T05:50:58.0020017Z [ OK ] TestStatic.ReturnTypeOfForward (0 ms) 2022-05-18T05:50:58.0020407Z [ RUN ] TestStatic.Apply 2022-05-18T05:50:58.0020795Z [ OK ] TestStatic.Apply (0 ms) 2022-05-18T05:50:58.0021229Z [----------] 5 tests from TestStatic (0 ms total) 2022-05-18T05:50:58.0021451Z 2022-05-18T05:50:58.0021669Z [----------] 49 tests from TensorTest 2022-05-18T05:50:58.0022171Z [ RUN ] TensorTest.ToDoesNotCopyWhenOptionsAreAllTheSame_CUDA 2022-05-18T05:50:58.0022799Z [ OK ] TensorTest.ToDoesNotCopyWhenOptionsAreAllTheSame_CUDA (0 ms) 2022-05-18T05:50:58.0023362Z [ RUN ] TensorTest.MagmaInitializesCorrectly_CUDA 2022-05-18T05:50:58.3221218Z [ OK ] TensorTest.MagmaInitializesCorrectly_CUDA (321 ms) 2022-05-18T05:50:58.3221929Z [ RUN ] TensorTest.ToDtype 2022-05-18T05:50:58.3222323Z [ OK ] TensorTest.ToDtype (0 ms) 2022-05-18T05:50:58.3222764Z [ RUN ] TensorTest.ToTensorAndTensorAttributes 2022-05-18T05:50:58.3223244Z [ OK ] TensorTest.ToTensorAndTensorAttributes (0 ms) 2022-05-18T05:50:58.3224010Z [ RUN ] TensorTest.ToOptionsWithRequiresGrad 2022-05-18T05:50:58.3250021Z [ OK ] TensorTest.ToOptionsWithRequiresGrad (2 ms) 2022-05-18T05:50:58.3250928Z [ RUN ] TensorTest.ToDoesNotCopyWhenOptionsAreAllTheSame 2022-05-18T05:50:58.3251613Z [ OK ] TensorTest.ToDoesNotCopyWhenOptionsAreAllTheSame (0 ms) 2022-05-18T05:50:58.3252112Z [ RUN ] TensorTest.AtTensorCtorScalar 2022-05-18T05:50:58.3252551Z [ OK ] TensorTest.AtTensorCtorScalar (0 ms) 2022-05-18T05:50:58.3252973Z [ RUN ] TensorTest.AtTensorCtorSingleDim 2022-05-18T05:50:58.3253452Z [ OK ] TensorTest.AtTensorCtorSingleDim (0 ms) 2022-05-18T05:50:58.3253913Z [ RUN ] TensorTest.AtTensorCastRealToComplex 2022-05-18T05:50:58.3254380Z [ OK ] TensorTest.AtTensorCastRealToComplex (0 ms) 2022-05-18T05:50:58.3254902Z [ RUN ] TensorTest.AtTensorCastComplexToRealErrorChecks 2022-05-18T05:50:58.3313987Z [ OK ] TensorTest.AtTensorCastComplexToRealErrorChecks (6 ms) 2022-05-18T05:50:58.3314965Z [ RUN ] TensorTest.TorchTensorCtorScalarIntegralType 2022-05-18T05:50:58.3315721Z [ OK ] TensorTest.TorchTensorCtorScalarIntegralType (0 ms) 2022-05-18T05:50:58.3316265Z [ RUN ] TensorTest.TorchTensorCtorScalarFloatingType 2022-05-18T05:50:58.3316808Z [ OK ] TensorTest.TorchTensorCtorScalarFloatingType (0 ms) 2022-05-18T05:50:58.3317309Z [ RUN ] TensorTest.TorchTensorCtorScalarBoolType 2022-05-18T05:50:58.3317832Z [ OK ] TensorTest.TorchTensorCtorScalarBoolType (0 ms) 2022-05-18T05:50:58.3318371Z [ RUN ] TensorTest.TorchTensorCtorSingleDimIntegralType 2022-05-18T05:50:58.3318935Z [ OK ] TensorTest.TorchTensorCtorSingleDimIntegralType (0 ms) 2022-05-18T05:50:58.3319476Z [ RUN ] TensorTest.TorchTensorCtorSingleDimFloatingType 2022-05-18T05:50:58.3320048Z [ OK ] TensorTest.TorchTensorCtorSingleDimFloatingType (0 ms) 2022-05-18T05:50:58.3320586Z [ RUN ] TensorTest.TorchTensorCtorSingleDimBoolType 2022-05-18T05:50:58.3321101Z [ OK ] TensorTest.TorchTensorCtorSingleDimBoolType (0 ms) 2022-05-18T05:50:58.3321640Z [ RUN ] TensorTest.TorchTensorCtorMultiDimIntegralType 2022-05-18T05:50:58.3324492Z [ OK ] TensorTest.TorchTensorCtorMultiDimIntegralType (0 ms) 2022-05-18T05:50:58.3325057Z [ RUN ] TensorTest.TorchTensorCtorMultiDimFloatingType 2022-05-18T05:50:58.3327656Z [ OK ] TensorTest.TorchTensorCtorMultiDimFloatingType (0 ms) 2022-05-18T05:50:58.3328214Z [ RUN ] TensorTest.TorchTensorCtorMultiDimBoolType 2022-05-18T05:50:58.3329058Z [ OK ] TensorTest.TorchTensorCtorMultiDimBoolType (0 ms) 2022-05-18T05:50:58.3329604Z [ RUN ] TensorTest.TorchTensorCtorMultiDimWithOptions 2022-05-18T05:50:58.3330152Z [ OK ] TensorTest.TorchTensorCtorMultiDimWithOptions (0 ms) 2022-05-18T05:50:58.3330701Z [ RUN ] TensorTest.TorchTensorCtorMultiDimErrorChecks 2022-05-18T05:50:58.3396789Z [ OK ] TensorTest.TorchTensorCtorMultiDimErrorChecks (6 ms) 2022-05-18T05:50:58.3397561Z [ RUN ] TensorTest.TorchTensorCastRealToComplex 2022-05-18T05:50:58.3398053Z [ OK ] TensorTest.TorchTensorCastRealToComplex (0 ms) 2022-05-18T05:50:58.3398600Z [ RUN ] TensorTest.TorchTensorCastComplexToRealErrorChecks 2022-05-18T05:50:58.3399123Z [W Copy.cpp:250] Warning: Casting complex values to real discards the imaginary part (function operator()) 2022-05-18T05:50:58.3411764Z [ OK ] TensorTest.TorchTensorCastComplexToRealErrorChecks (1 ms) 2022-05-18T05:50:58.3412318Z [ RUN ] TensorTest.TorchTensorCtorMultiDim_CUDA 2022-05-18T05:50:58.3418937Z [ OK ] TensorTest.TorchTensorCtorMultiDim_CUDA (0 ms) 2022-05-18T05:50:58.3420339Z [ RUN ] TensorTest.TorchTensorCtorZeroSizedDim 2022-05-18T05:50:58.3420872Z [ OK ] TensorTest.TorchTensorCtorZeroSizedDim (0 ms) 2022-05-18T05:50:58.3421410Z [ RUN ] TensorTest.TorchTensorCtorWithoutSpecifyingDtype 2022-05-18T05:50:58.3421985Z [ OK ] TensorTest.TorchTensorCtorWithoutSpecifyingDtype (0 ms) 2022-05-18T05:50:58.3422611Z [ RUN ] TensorTest.TorchTensorCtorWithNonDtypeOptions 2022-05-18T05:50:58.3423336Z [ OK ] TensorTest.TorchTensorCtorWithNonDtypeOptions (0 ms) 2022-05-18T05:50:58.3423786Z [ RUN ] TensorTest.Arange 2022-05-18T05:50:58.3424151Z [ OK ] TensorTest.Arange (0 ms) 2022-05-18T05:50:58.3424587Z [ RUN ] TensorTest.PrettyPrintTensorDataContainer 2022-05-18T05:50:58.3425112Z [ OK ] TensorTest.PrettyPrintTensorDataContainer (0 ms) 2022-05-18T05:50:58.3425686Z [ RUN ] TensorTest.TensorDataContainerCallingAccessorOfWrongType 2022-05-18T05:50:58.3495124Z [ OK ] TensorTest.TensorDataContainerCallingAccessorOfWrongType (7 ms) 2022-05-18T05:50:58.3495676Z [ RUN ] TensorTest.FromBlob 2022-05-18T05:50:58.3496115Z [ OK ] TensorTest.FromBlob (0 ms) 2022-05-18T05:50:58.3496522Z [ RUN ] TensorTest.FromBlobUsesDeleter 2022-05-18T05:50:58.3496952Z [ OK ] TensorTest.FromBlobUsesDeleter (0 ms) 2022-05-18T05:50:58.3497449Z [ RUN ] TensorTest.FromBlobWithStrides 2022-05-18T05:50:58.3498034Z [ OK ] TensorTest.FromBlobWithStrides (0 ms) 2022-05-18T05:50:58.3498763Z [ RUN ] TensorTest.Item 2022-05-18T05:50:58.3499125Z [ OK ] TensorTest.Item (0 ms) 2022-05-18T05:50:58.3499487Z [ RUN ] TensorTest.Item_CUDA 2022-05-18T05:50:58.3499870Z [ OK ] TensorTest.Item_CUDA (0 ms) 2022-05-18T05:50:58.3500213Z [ RUN ] TensorTest.DataPtr 2022-05-18T05:50:58.3500594Z [ OK ] TensorTest.DataPtr (0 ms) 2022-05-18T05:50:58.3500943Z [ RUN ] TensorTest.Data 2022-05-18T05:50:58.3501281Z [ OK ] TensorTest.Data (0 ms) 2022-05-18T05:50:58.3501660Z [ RUN ] TensorTest.BackwardAndGrad 2022-05-18T05:50:58.3502072Z [ OK ] TensorTest.BackwardAndGrad (0 ms) 2022-05-18T05:50:58.3502489Z [ RUN ] TensorTest.BackwardCreatesOnesGrad 2022-05-18T05:50:58.3502958Z [ OK ] TensorTest.BackwardCreatesOnesGrad (0 ms) 2022-05-18T05:50:58.3503425Z [ RUN ] TensorTest.BackwardNonScalarOutputs 2022-05-18T05:50:58.3536997Z [ OK ] TensorTest.BackwardNonScalarOutputs (3 ms) 2022-05-18T05:50:58.3537737Z [ RUN ] TensorTest.IsLeaf 2022-05-18T05:50:58.3538122Z [ OK ] TensorTest.IsLeaf (0 ms) 2022-05-18T05:50:58.3538715Z [ RUN ] TensorTest.OutputNr 2022-05-18T05:50:58.3539080Z [ OK ] TensorTest.OutputNr (0 ms) 2022-05-18T05:50:58.3539450Z [ RUN ] TensorTest.Version 2022-05-18T05:50:58.3539820Z [ OK ] TensorTest.Version (0 ms) 2022-05-18T05:50:58.3540165Z [ RUN ] TensorTest.Detach 2022-05-18T05:50:58.3540534Z [ OK ] TensorTest.Detach (0 ms) 2022-05-18T05:50:58.3540909Z [ RUN ] TensorTest.DetachInplace 2022-05-18T05:50:58.3541323Z [ OK ] TensorTest.DetachInplace (0 ms) 2022-05-18T05:50:58.3541681Z [ RUN ] TensorTest.SetData 2022-05-18T05:50:58.3542047Z [ OK ] TensorTest.SetData (0 ms) 2022-05-18T05:50:58.3542454Z [ RUN ] TensorTest.RequiresGradInplace 2022-05-18T05:50:58.3568980Z [ OK ] TensorTest.RequiresGradInplace (2 ms) 2022-05-18T05:50:58.3569570Z [ RUN ] TensorTest.StdDimension 2022-05-18T05:50:58.3569972Z [ OK ] TensorTest.StdDimension (0 ms) 2022-05-18T05:50:58.3570351Z [ RUN ] TensorTest.ReshapeAlias 2022-05-18T05:50:58.3573684Z [ OK ] TensorTest.ReshapeAlias (0 ms) 2022-05-18T05:50:58.3574373Z [----------] 49 tests from TensorTest (357 ms total) 2022-05-18T05:50:58.3574596Z 2022-05-18T05:50:58.3574828Z [----------] 40 tests from TensorIndexingTest 2022-05-18T05:50:58.3575210Z [ RUN ] TensorIndexingTest.Slice 2022-05-18T05:50:58.3575613Z [ OK ] TensorIndexingTest.Slice (0 ms) 2022-05-18T05:50:58.3576033Z [ RUN ] TensorIndexingTest.TensorIndex 2022-05-18T05:50:58.3589664Z [ OK ] TensorIndexingTest.TensorIndex (1 ms) 2022-05-18T05:50:58.3590304Z [ RUN ] TensorIndexingTest.TestNoIndices 2022-05-18T05:50:58.3688412Z [ OK ] TensorIndexingTest.TestNoIndices (9 ms) 2022-05-18T05:50:58.3689446Z [ RUN ] TensorIndexingTest.TestAdvancedIndexingWithListOfTensor 2022-05-18T05:50:58.3690101Z [ OK ] TensorIndexingTest.TestAdvancedIndexingWithListOfTensor (0 ms) 2022-05-18T05:50:58.3690890Z [ RUN ] TensorIndexingTest.TestSingleInt 2022-05-18T05:50:58.3691353Z [ OK ] TensorIndexingTest.TestSingleInt (0 ms) 2022-05-18T05:50:58.3691826Z [ RUN ] TensorIndexingTest.TestMultipleInt 2022-05-18T05:50:58.3692360Z [ OK ] TensorIndexingTest.TestMultipleInt (0 ms) 2022-05-18T05:50:58.3693159Z [ RUN ] TensorIndexingTest.TestNone 2022-05-18T05:50:58.3693755Z [ OK ] TensorIndexingTest.TestNone (0 ms) 2022-05-18T05:50:58.3694221Z [ RUN ] TensorIndexingTest.TestStep 2022-05-18T05:50:58.3694885Z [ OK ] TensorIndexingTest.TestStep (0 ms) 2022-05-18T05:50:58.3695341Z [ RUN ] TensorIndexingTest.TestStepAssignment 2022-05-18T05:50:58.3695819Z [ OK ] TensorIndexingTest.TestStepAssignment (0 ms) 2022-05-18T05:50:58.3696292Z [ RUN ] TensorIndexingTest.TestBoolIndices 2022-05-18T05:50:58.3698895Z [ OK ] TensorIndexingTest.TestBoolIndices (0 ms) 2022-05-18T05:50:58.3699931Z [ RUN ] TensorIndexingTest.TestBoolIndicesAccumulate 2022-05-18T05:50:58.3700464Z [ OK ] TensorIndexingTest.TestBoolIndicesAccumulate (0 ms) 2022-05-18T05:50:58.3700996Z [ RUN ] TensorIndexingTest.TestMultipleBoolIndices 2022-05-18T05:50:58.3701522Z [ OK ] TensorIndexingTest.TestMultipleBoolIndices (0 ms) 2022-05-18T05:50:58.3702110Z [ RUN ] TensorIndexingTest.TestByteMask 2022-05-18T05:50:58.3703799Z [ OK ] TensorIndexingTest.TestByteMask (0 ms) 2022-05-18T05:50:58.3705103Z [ RUN ] TensorIndexingTest.TestByteMaskAccumulate 2022-05-18T05:50:58.3706136Z [ OK ] TensorIndexingTest.TestByteMaskAccumulate (0 ms) 2022-05-18T05:50:58.3707166Z [ RUN ] TensorIndexingTest.TestMultipleByteMask 2022-05-18T05:50:58.3708166Z [ OK ] TensorIndexingTest.TestMultipleByteMask (0 ms) 2022-05-18T05:50:58.3709124Z [ RUN ] TensorIndexingTest.TestByteMask2d 2022-05-18T05:50:58.3710135Z [ OK ] TensorIndexingTest.TestByteMask2d (0 ms) 2022-05-18T05:50:58.3711080Z [ RUN ] TensorIndexingTest.TestIntIndices 2022-05-18T05:50:58.3712064Z [ OK ] TensorIndexingTest.TestIntIndices (0 ms) 2022-05-18T05:50:58.3713048Z [ RUN ] TensorIndexingTest.TestIntIndices2d 2022-05-18T05:50:58.3714032Z [ OK ] TensorIndexingTest.TestIntIndices2d (0 ms) 2022-05-18T05:50:58.3715088Z [ RUN ] TensorIndexingTest.TestIntIndicesBroadcast 2022-05-18T05:50:58.3716228Z [ OK ] TensorIndexingTest.TestIntIndicesBroadcast (0 ms) 2022-05-18T05:50:58.3717271Z [ RUN ] TensorIndexingTest.TestEmptyIndex 2022-05-18T05:50:58.3718247Z [ OK ] TensorIndexingTest.TestEmptyIndex (0 ms) 2022-05-18T05:50:58.3719253Z [ RUN ] TensorIndexingTest.TestEmptyNdimIndex 2022-05-18T05:50:58.3771601Z [ OK ] TensorIndexingTest.TestEmptyNdimIndex (5 ms) 2022-05-18T05:50:58.3772703Z [ RUN ] TensorIndexingTest.TestEmptyNdimIndex_CUDA 2022-05-18T05:50:58.3773791Z [ OK ] TensorIndexingTest.TestEmptyNdimIndex_CUDA (0 ms) 2022-05-18T05:50:58.3774846Z [ RUN ] TensorIndexingTest.TestEmptyNdimIndexBool 2022-05-18T05:50:58.3798010Z [ OK ] TensorIndexingTest.TestEmptyNdimIndexBool (2 ms) 2022-05-18T05:50:58.3799157Z [ RUN ] TensorIndexingTest.TestEmptyNdimIndexBool_CUDA 2022-05-18T05:50:58.3822837Z [ OK ] TensorIndexingTest.TestEmptyNdimIndexBool_CUDA (2 ms) 2022-05-18T05:50:58.3823887Z [ RUN ] TensorIndexingTest.TestEmptySlice 2022-05-18T05:50:58.3824838Z [ OK ] TensorIndexingTest.TestEmptySlice (0 ms) 2022-05-18T05:50:58.3825779Z [ RUN ] TensorIndexingTest.TestEmptySlice_CUDA 2022-05-18T05:50:58.3826761Z [ OK ] TensorIndexingTest.TestEmptySlice_CUDA (0 ms) 2022-05-18T05:50:58.3827853Z [ RUN ] TensorIndexingTest.TestIndexGetitemCopyBoolsSlices 2022-05-18T05:50:58.3829100Z [ OK ] TensorIndexingTest.TestIndexGetitemCopyBoolsSlices (0 ms) 2022-05-18T05:50:58.3830335Z [ RUN ] TensorIndexingTest.TestIndexSetitemBoolsSlices 2022-05-18T05:50:58.3897844Z [ OK ] TensorIndexingTest.TestIndexSetitemBoolsSlices (7 ms) 2022-05-18T05:50:58.3899571Z [ RUN ] TensorIndexingTest.TestIndexScalarWithBoolMask 2022-05-18T05:50:58.3900622Z [ OK ] TensorIndexingTest.TestIndexScalarWithBoolMask (0 ms) 2022-05-18T05:50:58.3901720Z [ RUN ] TensorIndexingTest.TestIndexScalarWithBoolMask_CUDA 2022-05-18T05:50:58.3908814Z [ OK ] TensorIndexingTest.TestIndexScalarWithBoolMask_CUDA (0 ms) 2022-05-18T05:50:58.3910031Z [ RUN ] TensorIndexingTest.TestSetitemExpansionError 2022-05-18T05:50:58.4030911Z [ OK ] TensorIndexingTest.TestSetitemExpansionError (12 ms) 2022-05-18T05:50:58.4032089Z [ RUN ] TensorIndexingTest.TestGetitemScalars 2022-05-18T05:50:58.4122280Z [ OK ] TensorIndexingTest.TestGetitemScalars (9 ms) 2022-05-18T05:50:58.4123385Z [ RUN ] TensorIndexingTest.TestSetitemScalars 2022-05-18T05:50:58.4213431Z [ OK ] TensorIndexingTest.TestSetitemScalars (9 ms) 2022-05-18T05:50:58.4214624Z [ RUN ] TensorIndexingTest.TestBasicAdvancedCombined 2022-05-18T05:50:58.4215714Z [ OK ] TensorIndexingTest.TestBasicAdvancedCombined (0 ms) 2022-05-18T05:50:58.4216696Z [ RUN ] TensorIndexingTest.TestIntAssignment 2022-05-18T05:50:58.4217931Z [ OK ] TensorIndexingTest.TestIntAssignment (0 ms) 2022-05-18T05:50:58.4219232Z [ RUN ] TensorIndexingTest.TestByteTensorAssignment 2022-05-18T05:50:58.4220411Z [ OK ] TensorIndexingTest.TestByteTensorAssignment (0 ms) 2022-05-18T05:50:58.4221489Z [ RUN ] TensorIndexingTest.TestVariableSlicing 2022-05-18T05:50:58.4222566Z [ OK ] TensorIndexingTest.TestVariableSlicing (0 ms) 2022-05-18T05:50:58.4223620Z [ RUN ] TensorIndexingTest.TestEllipsisTensor 2022-05-18T05:50:58.4224669Z [ OK ] TensorIndexingTest.TestEllipsisTensor (0 ms) 2022-05-18T05:50:58.4225718Z [ RUN ] TensorIndexingTest.TestOutOfBoundIndex 2022-05-18T05:50:58.4331843Z [ OK ] TensorIndexingTest.TestOutOfBoundIndex (10 ms) 2022-05-18T05:50:58.4332887Z [ RUN ] TensorIndexingTest.TestZeroDimIndex 2022-05-18T05:50:58.4356124Z [ OK ] TensorIndexingTest.TestZeroDimIndex (2 ms) 2022-05-18T05:50:58.4357189Z [----------] 40 tests from TensorIndexingTest (78 ms total) 2022-05-18T05:50:58.4357669Z 2022-05-18T05:50:58.4358086Z [----------] 18 tests from NumpyTests 2022-05-18T05:50:58.4358856Z [ RUN ] NumpyTests.TestNoneIndex 2022-05-18T05:50:58.4359850Z [ OK ] NumpyTests.TestNoneIndex (0 ms) 2022-05-18T05:50:58.4360729Z [ RUN ] NumpyTests.TestEmptyFancyIndex 2022-05-18T05:50:58.4410580Z [ OK ] NumpyTests.TestEmptyFancyIndex (5 ms) 2022-05-18T05:50:58.4411499Z [ RUN ] NumpyTests.TestEllipsisIndex 2022-05-18T05:50:58.4412407Z [ OK ] NumpyTests.TestEllipsisIndex (0 ms) 2022-05-18T05:50:58.4413285Z [ RUN ] NumpyTests.TestSingleIntIndex 2022-05-18T05:50:58.4436954Z [ OK ] NumpyTests.TestSingleIntIndex (2 ms) 2022-05-18T05:50:58.4437915Z [ RUN ] NumpyTests.TestSingleBoolIndex 2022-05-18T05:50:58.4438854Z [ OK ] NumpyTests.TestSingleBoolIndex (0 ms) 2022-05-18T05:50:58.4439793Z [ RUN ] NumpyTests.TestBooleanShapeMismatch 2022-05-18T05:50:58.4643882Z [ OK ] NumpyTests.TestBooleanShapeMismatch (20 ms) 2022-05-18T05:50:58.4644970Z [ RUN ] NumpyTests.TestBooleanIndexingOnedim 2022-05-18T05:50:58.4646031Z [ OK ] NumpyTests.TestBooleanIndexingOnedim (0 ms) 2022-05-18T05:50:58.4647118Z [ RUN ] NumpyTests.TestBooleanAssignmentValueMismatch 2022-05-18T05:50:58.4811993Z [ OK ] NumpyTests.TestBooleanAssignmentValueMismatch (16 ms) 2022-05-18T05:50:58.4813155Z [ RUN ] NumpyTests.TestBooleanIndexingTwodim 2022-05-18T05:50:58.4814198Z [ OK ] NumpyTests.TestBooleanIndexingTwodim (0 ms) 2022-05-18T05:50:58.4815228Z [ RUN ] NumpyTests.TestBooleanIndexingWeirdness 2022-05-18T05:50:58.4924150Z [ OK ] NumpyTests.TestBooleanIndexingWeirdness (11 ms) 2022-05-18T05:50:58.4925368Z [ RUN ] NumpyTests.TestBooleanIndexingWeirdnessTensors 2022-05-18T05:50:58.5032944Z [ OK ] NumpyTests.TestBooleanIndexingWeirdnessTensors (10 ms) 2022-05-18T05:50:58.5034093Z [ RUN ] NumpyTests.TestBooleanIndexingAlldims 2022-05-18T05:50:58.5035123Z [ OK ] NumpyTests.TestBooleanIndexingAlldims (0 ms) 2022-05-18T05:50:58.5036118Z [ RUN ] NumpyTests.TestBooleanListIndexing 2022-05-18T05:50:58.5037083Z [ OK ] NumpyTests.TestBooleanListIndexing (0 ms) 2022-05-18T05:50:58.5038067Z [ RUN ] NumpyTests.TestEverythingReturnsViews 2022-05-18T05:50:58.5039084Z [ OK ] NumpyTests.TestEverythingReturnsViews (0 ms) 2022-05-18T05:50:58.5040045Z [ RUN ] NumpyTests.TestBroaderrorsIndexing 2022-05-18T05:50:58.5260366Z [ OK ] NumpyTests.TestBroaderrorsIndexing (22 ms) 2022-05-18T05:50:58.5261431Z [ RUN ] NumpyTests.TestTrivialFancyOutOfBounds 2022-05-18T05:50:58.5550531Z [ OK ] NumpyTests.TestTrivialFancyOutOfBounds (28 ms) 2022-05-18T05:50:58.5551463Z [ RUN ] NumpyTests.TestIndexIsLarger 2022-05-18T05:50:58.5552359Z [ OK ] NumpyTests.TestIndexIsLarger (0 ms) 2022-05-18T05:50:58.5553228Z [ RUN ] NumpyTests.TestBroadcastSubspace 2022-05-18T05:50:58.5554757Z [ OK ] NumpyTests.TestBroadcastSubspace (0 ms) 2022-05-18T05:50:58.5555746Z [----------] 18 tests from NumpyTests (119 ms total) 2022-05-18T05:50:58.5556196Z 2022-05-18T05:50:58.5556665Z [----------] 6 tests from TensorOptionsTest 2022-05-18T05:50:58.5557709Z [ RUN ] TensorOptionsTest.ConstructsWellFromCUDATypes_CUDA 2022-05-18T05:50:58.5558960Z [ OK ] TensorOptionsTest.ConstructsWellFromCUDATypes_CUDA (0 ms) 2022-05-18T05:50:58.5560122Z [ RUN ] TensorOptionsTest.DefaultsToTheRightValues 2022-05-18T05:50:58.5561272Z [ OK ] TensorOptionsTest.DefaultsToTheRightValues (0 ms) 2022-05-18T05:50:58.5562589Z [ RUN ] TensorOptionsTest.UtilityFunctionsReturnTheRightTensorOptions 2022-05-18T05:50:58.5564064Z [ OK ] TensorOptionsTest.UtilityFunctionsReturnTheRightTensorOptions (0 ms) 2022-05-18T05:50:58.5565379Z [ RUN ] TensorOptionsTest.ConstructsWellFromCPUTypes 2022-05-18T05:50:58.5566857Z [ OK ] TensorOptionsTest.ConstructsWellFromCPUTypes (0 ms) 2022-05-18T05:50:58.5568022Z [ RUN ] TensorOptionsTest.ConstructsWellFromCPUTensors 2022-05-18T05:50:58.5569179Z [ OK ] TensorOptionsTest.ConstructsWellFromCPUTensors (0 ms) 2022-05-18T05:50:58.5570292Z [ RUN ] TensorOptionsTest.ConstructsWellFromVariables 2022-05-18T05:50:58.5571415Z [ OK ] TensorOptionsTest.ConstructsWellFromVariables (0 ms) 2022-05-18T05:50:58.5572453Z [----------] 6 tests from TensorOptionsTest (0 ms total) 2022-05-18T05:50:58.5572923Z 2022-05-18T05:50:58.5573311Z [----------] 1 test from DeviceTest 2022-05-18T05:50:58.5574165Z [ RUN ] DeviceTest.ParsesCorrectlyFromString 2022-05-18T05:50:58.5659646Z [ OK ] DeviceTest.ParsesCorrectlyFromString (10 ms) 2022-05-18T05:50:58.5660627Z [----------] 1 test from DeviceTest (10 ms total) 2022-05-18T05:50:58.5661040Z 2022-05-18T05:50:58.5661484Z [----------] 3 tests from DefaultDtypeTest 2022-05-18T05:50:58.5662416Z [ RUN ] DefaultDtypeTest.CanSetAndGetDefaultDtype 2022-05-18T05:50:58.5663418Z [ OK ] DefaultDtypeTest.CanSetAndGetDefaultDtype (0 ms) 2022-05-18T05:50:58.5664503Z [ RUN ] DefaultDtypeTest.NewTensorOptionsHasCorrectDefault 2022-05-18T05:50:58.5665649Z [ OK ] DefaultDtypeTest.NewTensorOptionsHasCorrectDefault (0 ms) 2022-05-18T05:50:58.5666755Z [ RUN ] DefaultDtypeTest.NewTensorsHaveCorrectDefaultDtype 2022-05-18T05:50:58.5667883Z [ OK ] DefaultDtypeTest.NewTensorsHaveCorrectDefaultDtype (0 ms) 2022-05-18T05:50:58.5668900Z [----------] 3 tests from DefaultDtypeTest (0 ms total) 2022-05-18T05:50:58.5669336Z 2022-05-18T05:50:58.5669766Z [----------] 1 test from TorchIncludeTest 2022-05-18T05:50:58.5670550Z [ RUN ] TorchIncludeTest.GetSetNumThreads 2022-05-18T05:50:58.5734153Z [ OK ] TorchIncludeTest.GetSetNumThreads (7 ms) 2022-05-18T05:50:58.5735217Z [----------] 1 test from TorchIncludeTest (7 ms total) 2022-05-18T05:50:58.5735683Z 2022-05-18T05:50:58.5736151Z [----------] 28 tests from InferenceModeTest 2022-05-18T05:50:58.5737022Z [ RUN ] InferenceModeTest.TestTLSState 2022-05-18T05:50:58.5737933Z [ OK ] InferenceModeTest.TestTLSState (0 ms) 2022-05-18T05:50:58.5739414Z [ RUN ] InferenceModeTest.TestInferenceTensorCreation 2022-05-18T05:50:58.5740603Z [ OK ] InferenceModeTest.TestInferenceTensorCreation (0 ms) 2022-05-18T05:50:58.5741956Z [ RUN ] InferenceModeTest.TestExistingAutogradSession 2022-05-18T05:50:58.5812952Z [ OK ] InferenceModeTest.TestExistingAutogradSession (7 ms) 2022-05-18T05:50:58.5814393Z [ RUN ] InferenceModeTest.TestInferenceTensorInInferenceModeFunctionalOp 2022-05-18T05:50:58.5815969Z [ OK ] InferenceModeTest.TestInferenceTensorInInferenceModeFunctionalOp (0 ms) 2022-05-18T05:50:58.5817466Z [ RUN ] InferenceModeTest.TestInferenceTensorInInferenceModeInplaceOp 2022-05-18T05:50:58.5819273Z [ OK ] InferenceModeTest.TestInferenceTensorInInferenceModeInplaceOp (0 ms) 2022-05-18T05:50:58.5820723Z [ RUN ] InferenceModeTest.TestInferenceTensorInInferenceModeViewOp 2022-05-18T05:50:58.5822160Z [ OK ] InferenceModeTest.TestInferenceTensorInInferenceModeViewOp (0 ms) 2022-05-18T05:50:58.5823589Z [ RUN ] InferenceModeTest.TestInferenceTensorInNormalModeFunctionalOp 2022-05-18T05:50:58.5825078Z [ OK ] InferenceModeTest.TestInferenceTensorInNormalModeFunctionalOp (0 ms) 2022-05-18T05:50:58.5826616Z [ RUN ] InferenceModeTest.TestInferenceTensorInNormalModeInplaceOp 2022-05-18T05:50:58.5874580Z [ OK ] InferenceModeTest.TestInferenceTensorInNormalModeInplaceOp (5 ms) 2022-05-18T05:50:58.5876260Z [ RUN ] InferenceModeTest.TestInferenceTensorInNormalModeViewOp 2022-05-18T05:50:58.5877671Z [ OK ] InferenceModeTest.TestInferenceTensorInNormalModeViewOp (0 ms) 2022-05-18T05:50:58.5879114Z [ RUN ] InferenceModeTest.TestNormalTensorInplaceOutputInInferenceMode 2022-05-18T05:50:58.5880676Z [ OK ] InferenceModeTest.TestNormalTensorInplaceOutputInInferenceMode (0 ms) 2022-05-18T05:50:58.5882146Z [ RUN ] InferenceModeTest.TestNormalTensorInplaceOutputInNormalMode 2022-05-18T05:50:58.5883588Z [ OK ] InferenceModeTest.TestNormalTensorInplaceOutputInNormalMode (0 ms) 2022-05-18T05:50:58.5885006Z [ RUN ] InferenceModeTest.TestNormalTensorViewOutputInInferenceMode 2022-05-18T05:50:58.5886476Z [ OK ] InferenceModeTest.TestNormalTensorViewOutputInInferenceMode (0 ms) 2022-05-18T05:50:58.5887878Z [ RUN ] InferenceModeTest.TestNormalTensorViewOutputInNormalMode 2022-05-18T05:50:58.5915966Z [ OK ] InferenceModeTest.TestNormalTensorViewOutputInNormalMode (3 ms) 2022-05-18T05:50:58.5917438Z [ RUN ] InferenceModeTest.TestMixInferenceAndNormalTensorFunctionalOp 2022-05-18T05:50:58.5984213Z [ OK ] InferenceModeTest.TestMixInferenceAndNormalTensorFunctionalOp (6 ms) 2022-05-18T05:50:58.5985722Z [ RUN ] InferenceModeTest.TestMixInferenceAndNormalTensorInplaceOp 2022-05-18T05:50:58.6073226Z [ OK ] InferenceModeTest.TestMixInferenceAndNormalTensorInplaceOp (8 ms) 2022-05-18T05:50:58.6074601Z [ RUN ] InferenceModeTest.TestMixInferenceAndNormalTensorViewOp 2022-05-18T05:50:58.6075951Z [ OK ] InferenceModeTest.TestMixInferenceAndNormalTensorViewOp (0 ms) 2022-05-18T05:50:58.6077175Z [ RUN ] InferenceModeTest.TestHandleDirectViewOnRebase 2022-05-18T05:50:58.6110135Z [ OK ] InferenceModeTest.TestHandleDirectViewOnRebase (3 ms) 2022-05-18T05:50:58.6111388Z [ RUN ] InferenceModeTest.TestHandleInDirectViewOnRebase 2022-05-18T05:50:58.6134817Z [ OK ] InferenceModeTest.TestHandleInDirectViewOnRebase (2 ms) 2022-05-18T05:50:58.6136066Z [ RUN ] InferenceModeTest.TestCreationMetaPropagation 2022-05-18T05:50:58.6202559Z [ OK ] InferenceModeTest.TestCreationMetaPropagation (6 ms) 2022-05-18T05:50:58.6203784Z [ RUN ] InferenceModeTest.TestCreationMetaPropagationInput 2022-05-18T05:50:58.6335165Z [ OK ] InferenceModeTest.TestCreationMetaPropagationInput (13 ms) 2022-05-18T05:50:58.6336443Z [ RUN ] InferenceModeTest.TestInplaceCopyOnInferenceTensor 2022-05-18T05:50:58.6414133Z [ OK ] InferenceModeTest.TestInplaceCopyOnInferenceTensor (7 ms) 2022-05-18T05:50:58.6415382Z [ RUN ] InferenceModeTest.TestSetRequiresGradInNormalMode 2022-05-18T05:50:58.6427686Z [ OK ] InferenceModeTest.TestSetRequiresGradInNormalMode (1 ms) 2022-05-18T05:50:58.6428876Z [ RUN ] InferenceModeTest.TestAccessVersionCounter 2022-05-18T05:50:58.6467438Z [ OK ] InferenceModeTest.TestAccessVersionCounter (3 ms) 2022-05-18T05:50:58.6468841Z [ RUN ] InferenceModeTest.TestInplaceUpdateInferenceTensorWithNormalTensor 2022-05-18T05:50:58.6546579Z [ OK ] InferenceModeTest.TestInplaceUpdateInferenceTensorWithNormalTensor (7 ms) 2022-05-18T05:50:58.6547925Z [ RUN ] InferenceModeTest.TestComplexViewInInferenceMode 2022-05-18T05:50:58.6549194Z [ OK ] InferenceModeTest.TestComplexViewInInferenceMode (0 ms) 2022-05-18T05:50:58.6550388Z [ RUN ] InferenceModeTest.TestComplexViewInNormalMode 2022-05-18T05:50:58.6551572Z [ OK ] InferenceModeTest.TestComplexViewInNormalMode (0 ms) 2022-05-18T05:50:58.6552653Z [ RUN ] InferenceModeTest.TestCustomFunction 2022-05-18T05:50:58.6553653Z [ OK ] InferenceModeTest.TestCustomFunction (0 ms) 2022-05-18T05:50:58.6555063Z [ RUN ] InferenceModeTest.TestLegacyAutoNonVariableTypeModeWarning 2022-05-18T05:50:58.6556565Z [ OK ] InferenceModeTest.TestLegacyAutoNonVariableTypeModeWarning (0 ms) 2022-05-18T05:50:58.6557739Z [----------] 28 tests from InferenceModeTest (81 ms total) 2022-05-18T05:50:58.6558179Z 2022-05-18T05:50:58.6558586Z [----------] 4 tests from GradModeTest 2022-05-18T05:50:58.6559486Z [ RUN ] GradModeTest.TestRequiresGradFunctionalOp 2022-05-18T05:50:58.6560580Z [ OK ] GradModeTest.TestRequiresGradFunctionalOp (0 ms) 2022-05-18T05:50:58.6561607Z [ RUN ] GradModeTest.TestRequiresGradInplaceOp 2022-05-18T05:50:58.6562643Z [ OK ] GradModeTest.TestRequiresGradInplaceOp (0 ms) 2022-05-18T05:50:58.6563631Z [ RUN ] GradModeTest.TestRequiresGradViewOp 2022-05-18T05:50:58.6564606Z [ OK ] GradModeTest.TestRequiresGradViewOp (0 ms) 2022-05-18T05:50:58.6565611Z [ RUN ] GradModeTest.TestRequiresGradViewOpExiting 2022-05-18T05:50:58.6589606Z [ OK ] GradModeTest.TestRequiresGradViewOpExiting (3 ms) 2022-05-18T05:50:58.6590658Z [----------] 4 tests from GradModeTest (4 ms total) 2022-05-18T05:50:58.6591098Z 2022-05-18T05:50:58.6591510Z [----------] 3 tests from OperationTest 2022-05-18T05:50:58.6592262Z [ RUN ] OperationTest.Lerp 2022-05-18T05:50:58.6606360Z [ OK ] OperationTest.Lerp (1 ms) 2022-05-18T05:50:58.6607237Z [ RUN ] OperationTest.Cross 2022-05-18T05:50:58.6643800Z [ OK ] OperationTest.Cross (3 ms) 2022-05-18T05:50:58.6644575Z [ RUN ] OperationTest.Linear_out 2022-05-18T05:50:58.6646091Z [W Resize.cpp:24] Warning: An output with one or more elements was resized since it had shape [3, 3, 3], which does not match the required output shape [9, 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). (function resize_output_check) 2022-05-18T05:50:58.6648338Z [W Resize.cpp:24] Warning: An output with one or more elements was resized since it had shape [3, 3, 3], which does not match the required output shape [9, 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). (function resize_output_check) 2022-05-18T05:50:58.6650173Z [ OK ] OperationTest.Linear_out (0 ms) 2022-05-18T05:50:58.6651050Z [----------] 3 tests from OperationTest (5 ms total) 2022-05-18T05:50:58.6651494Z 2022-05-18T05:50:58.6651898Z [----------] 1 test from ParallelTest 2022-05-18T05:50:58.6652960Z [ RUN ] ParallelTest.DataParallelUsesAllAvailableCUDADevices_CUDA 2022-05-18T05:50:58.6654288Z [ OK ] ParallelTest.DataParallelUsesAllAvailableCUDADevices_CUDA (0 ms) 2022-05-18T05:50:58.6655370Z [----------] 1 test from ParallelTest (0 ms total) 2022-05-18T05:50:58.6655791Z 2022-05-18T05:50:58.6656250Z [----------] Global test environment tear-down 2022-05-18T05:50:58.6843718Z [==========] 1028 tests from 48 test suites ran. (79114 ms total) 2022-05-18T05:50:58.6844380Z [ PASSED ] 1028 tests. 2022-05-18T05:50:59.3427554Z + /opt/conda/lib/python3.9/site-packages/torch/bin/test_tensorexpr --gtest_output=xml:test/test-reports/cpp-unittest/test_libtorch/test_tensorexpr.xml 2022-05-18T05:51:01.4856875Z Only one CUDA device detected. Disabling MultiCUDA tests 2022-05-18T05:51:01.4864311Z Note: Google Test filter = *-*_MultiCUDA 2022-05-18T05:51:01.4864862Z [==========] Running 827 tests from 26 test suites. 2022-05-18T05:51:01.4865292Z [----------] Global test environment set-up. 2022-05-18T05:51:01.4865653Z [----------] 1 test from Approx 2022-05-18T05:51:01.4865993Z [ RUN ] Approx.log_vml 2022-05-18T05:51:02.6288380Z [ OK ] Approx.log_vml (1142 ms) 2022-05-18T05:51:02.6288933Z [----------] 1 test from Approx (1142 ms total) 2022-05-18T05:51:02.6289157Z 2022-05-18T05:51:02.6289350Z [----------] 34 tests from ATen 2022-05-18T05:51:02.6289689Z [ RUN ] ATen._cast_Float 2022-05-18T05:51:02.6292456Z [ OK ] ATen._cast_Float (0 ms) 2022-05-18T05:51:02.6293201Z [ RUN ] ATen.negInt 2022-05-18T05:51:02.6297944Z [ OK ] ATen.negInt (0 ms) 2022-05-18T05:51:02.6298317Z [ RUN ] ATen.negFloat 2022-05-18T05:51:02.6303186Z [ OK ] ATen.negFloat (0 ms) 2022-05-18T05:51:02.6303539Z [ RUN ] ATen.addInt 2022-05-18T05:51:02.6313670Z [ OK ] ATen.addInt (1 ms) 2022-05-18T05:51:02.6314015Z [ RUN ] ATen.addFloat 2022-05-18T05:51:02.6324407Z [ OK ] ATen.addFloat (1 ms) 2022-05-18T05:51:02.6324750Z [ RUN ] ATen.subInt 2022-05-18T05:51:02.6335057Z [ OK ] ATen.subInt (1 ms) 2022-05-18T05:51:02.6335382Z [ RUN ] ATen.subFloat 2022-05-18T05:51:02.6345821Z [ OK ] ATen.subFloat (1 ms) 2022-05-18T05:51:02.6346161Z [ RUN ] ATen.lerp 2022-05-18T05:51:02.6358928Z [ OK ] ATen.lerp (1 ms) 2022-05-18T05:51:02.6359261Z [ RUN ] ATen.addcmulInt 2022-05-18T05:51:02.6372750Z [ OK ] ATen.addcmulInt (1 ms) 2022-05-18T05:51:02.6373147Z [ RUN ] ATen.addcmulFloat 2022-05-18T05:51:02.6384637Z [ OK ] ATen.addcmulFloat (1 ms) 2022-05-18T05:51:02.6384973Z [ RUN ] ATen.mulInt 2022-05-18T05:51:02.6391204Z [ OK ] ATen.mulInt (0 ms) 2022-05-18T05:51:02.6391548Z [ RUN ] ATen.mulFloat 2022-05-18T05:51:02.6397561Z [ OK ] ATen.mulFloat (0 ms) 2022-05-18T05:51:02.6397904Z [ RUN ] ATen.divInt 2022-05-18T05:51:02.6404036Z [ OK ] ATen.divInt (0 ms) 2022-05-18T05:51:02.6404377Z [ RUN ] ATen.divFloat 2022-05-18T05:51:02.6410278Z [ OK ] ATen.divFloat (0 ms) 2022-05-18T05:51:02.6410611Z [ RUN ] ATen.maxInt 2022-05-18T05:51:02.6416484Z [ OK ] ATen.maxInt (0 ms) 2022-05-18T05:51:02.6416810Z [ RUN ] ATen.maxFloat 2022-05-18T05:51:02.6423377Z [ OK ] ATen.maxFloat (0 ms) 2022-05-18T05:51:02.6423719Z [ RUN ] ATen.minInt 2022-05-18T05:51:02.6430134Z [ OK ] ATen.minInt (0 ms) 2022-05-18T05:51:02.6430734Z [ RUN ] ATen.minFloat 2022-05-18T05:51:02.6436276Z [ OK ] ATen.minFloat (0 ms) 2022-05-18T05:51:02.6436611Z [ RUN ] ATen.reluInt 2022-05-18T05:51:02.6441054Z [ OK ] ATen.reluInt (0 ms) 2022-05-18T05:51:02.6441411Z [ RUN ] ATen.reluFloat 2022-05-18T05:51:02.6446034Z [ OK ] ATen.reluFloat (0 ms) 2022-05-18T05:51:02.6446371Z [ RUN ] ATen.logFloat 2022-05-18T05:51:02.6450700Z [ OK ] ATen.logFloat (0 ms) 2022-05-18T05:51:02.6451064Z [ RUN ] ATen.fastLogFloat 2022-05-18T05:51:02.6672610Z [ OK ] ATen.fastLogFloat (22 ms) 2022-05-18T05:51:02.6672967Z [ RUN ] ATen.fastTanhFloat 2022-05-18T05:51:02.6754756Z [ OK ] ATen.fastTanhFloat (8 ms) 2022-05-18T05:51:02.6755149Z [ RUN ] ATen.fastSigmoidFloat 2022-05-18T05:51:02.6874688Z [ OK ] ATen.fastSigmoidFloat (11 ms) 2022-05-18T05:51:02.6875070Z [ RUN ] ATen.log10Float 2022-05-18T05:51:02.6879867Z [ OK ] ATen.log10Float (0 ms) 2022-05-18T05:51:02.6880222Z [ RUN ] ATen.log2Float 2022-05-18T05:51:02.6885201Z [ OK ] ATen.log2Float (0 ms) 2022-05-18T05:51:02.6885549Z [ RUN ] ATen.expFloat 2022-05-18T05:51:02.6890504Z [ OK ] ATen.expFloat (0 ms) 2022-05-18T05:51:02.6890823Z [ RUN ] ATen.erfFloat 2022-05-18T05:51:02.6896053Z [ OK ] ATen.erfFloat (0 ms) 2022-05-18T05:51:02.6896387Z [ RUN ] ATen.cosFloat 2022-05-18T05:51:02.6902055Z [ OK ] ATen.cosFloat (0 ms) 2022-05-18T05:51:02.6902370Z [ RUN ] ATen.eqInt 2022-05-18T05:51:02.6910246Z [ OK ] ATen.eqInt (0 ms) 2022-05-18T05:51:02.6910580Z [ RUN ] ATen.geInt 2022-05-18T05:51:02.6918638Z [ OK ] ATen.geInt (0 ms) 2022-05-18T05:51:02.6918980Z [ RUN ] ATen.gtInt 2022-05-18T05:51:02.6926903Z [ OK ] ATen.gtInt (0 ms) 2022-05-18T05:51:02.6927231Z [ RUN ] ATen.leInt 2022-05-18T05:51:02.6935279Z [ OK ] ATen.leInt (0 ms) 2022-05-18T05:51:02.6935607Z [ RUN ] ATen.ltInt 2022-05-18T05:51:02.6943760Z [ OK ] ATen.ltInt (0 ms) 2022-05-18T05:51:02.6944325Z [----------] 34 tests from ATen (65 ms total) 2022-05-18T05:51:02.6944600Z 2022-05-18T05:51:02.6944832Z [----------] 26 tests from BoundsInference 2022-05-18T05:51:02.6945211Z [ RUN ] BoundsInference._1 2022-05-18T05:51:02.6948003Z [ OK ] BoundsInference._1 (0 ms) 2022-05-18T05:51:02.6948356Z [ RUN ] BoundsInference._2 2022-05-18T05:51:02.6952407Z [ OK ] BoundsInference._2 (0 ms) 2022-05-18T05:51:02.6952964Z [ RUN ] BoundsInference._3 2022-05-18T05:51:02.6957295Z [ OK ] BoundsInference._3 (0 ms) 2022-05-18T05:51:02.6957667Z [ RUN ] BoundsInference._4 2022-05-18T05:51:02.6965996Z [ OK ] BoundsInference._4 (0 ms) 2022-05-18T05:51:02.6966357Z [ RUN ] BoundsInference._5 2022-05-18T05:51:02.6987558Z [ OK ] BoundsInference._5 (2 ms) 2022-05-18T05:51:02.6987923Z [ RUN ] BoundsInference._6 2022-05-18T05:51:02.7001416Z [ OK ] BoundsInference._6 (1 ms) 2022-05-18T05:51:02.7001784Z [ RUN ] BoundsInference.Adjacent 2022-05-18T05:51:02.7010392Z [ OK ] BoundsInference.Adjacent (0 ms) 2022-05-18T05:51:02.7010846Z [ RUN ] BoundsInference.MultipleTopLoopLoad 2022-05-18T05:51:02.7018180Z [ OK ] BoundsInference.MultipleTopLoopLoad (0 ms) 2022-05-18T05:51:02.7018904Z [ RUN ] BoundsInference.MultipleTopLoopStore 2022-05-18T05:51:02.7025989Z [ OK ] BoundsInference.MultipleTopLoopStore (0 ms) 2022-05-18T05:51:02.7026439Z [ RUN ] BoundsInference.CacheReads 2022-05-18T05:51:02.7068029Z [ OK ] BoundsInference.CacheReads (4 ms) 2022-05-18T05:51:02.7068431Z [ RUN ] BoundsInference.Flattened 2022-05-18T05:51:02.7087744Z [ OK ] BoundsInference.Flattened (1 ms) 2022-05-18T05:51:02.7088198Z [ RUN ] BoundsInference.GetPotentialHazards 2022-05-18T05:51:02.7089888Z [ OK ] BoundsInference.GetPotentialHazards (0 ms) 2022-05-18T05:51:02.7090398Z [ RUN ] BoundsInference.GetPotentialHazardsLoopNoHazard 2022-05-18T05:51:02.7095351Z [ OK ] BoundsInference.GetPotentialHazardsLoopNoHazard (0 ms) 2022-05-18T05:51:02.7095903Z [ RUN ] BoundsInference.GetPotentialHazardsLoopCall 2022-05-18T05:51:02.7102850Z [ OK ] BoundsInference.GetPotentialHazardsLoopCall (0 ms) 2022-05-18T05:51:02.7103408Z [ RUN ] BoundsInference.GetPotentialHazardsLoopSplit 2022-05-18T05:51:02.7121008Z [ OK ] BoundsInference.GetPotentialHazardsLoopSplit (1 ms) 2022-05-18T05:51:02.7121662Z [ RUN ] BoundsInference.HasConflictingOverlapSameBufferWithPartialOverlap 2022-05-18T05:51:02.7128771Z [ OK ] BoundsInference.HasConflictingOverlapSameBufferWithPartialOverlap (0 ms) 2022-05-18T05:51:02.7129491Z [ RUN ] BoundsInference.HasConflictingOverlapSameBufferWithFullOverlap 2022-05-18T05:51:02.7131484Z [ OK ] BoundsInference.HasConflictingOverlapSameBufferWithFullOverlap (0 ms) 2022-05-18T05:51:02.7132189Z [ RUN ] BoundsInference.HasConflictingOverlapSameBufferWithFullOverlapRAW 2022-05-18T05:51:02.7134919Z [ OK ] BoundsInference.HasConflictingOverlapSameBufferWithFullOverlapRAW (0 ms) 2022-05-18T05:51:02.7135621Z [ RUN ] BoundsInference.HasConflictingOverlapSameBufferNotOverlapping 2022-05-18T05:51:02.7139676Z [ OK ] BoundsInference.HasConflictingOverlapSameBufferNotOverlapping (0 ms) 2022-05-18T05:51:02.7140347Z [ RUN ] BoundsInference.HasConflictingOverlap2DBufferWithOverlap 2022-05-18T05:51:02.7161283Z [ OK ] BoundsInference.HasConflictingOverlap2DBufferWithOverlap (2 ms) 2022-05-18T05:51:02.7161936Z [ RUN ] BoundsInference.HasConflictingOverlap2DBufferWithNoOverlap 2022-05-18T05:51:02.7176989Z [ OK ] BoundsInference.HasConflictingOverlap2DBufferWithNoOverlap (1 ms) 2022-05-18T05:51:02.7177628Z [ RUN ] BoundsInference.HasConflictingOverlapDifferentBuffers 2022-05-18T05:51:02.7182399Z [ OK ] BoundsInference.HasConflictingOverlapDifferentBuffers (0 ms) 2022-05-18T05:51:02.7183038Z [ RUN ] BoundsInference.HasConflictingOverlapDueToRAWDependence 2022-05-18T05:51:02.7188224Z [ OK ] BoundsInference.HasConflictingOverlapDueToRAWDependence (0 ms) 2022-05-18T05:51:02.7188979Z [ RUN ] BoundsInference.HasConflictingOverlapDueToWARDependence 2022-05-18T05:51:02.7193224Z [ OK ] BoundsInference.HasConflictingOverlapDueToWARDependence (0 ms) 2022-05-18T05:51:02.7193833Z [ RUN ] BoundsInference.HasConflictingOverlapWithLoads 2022-05-18T05:51:02.7198514Z [ OK ] BoundsInference.HasConflictingOverlapWithLoads (0 ms) 2022-05-18T05:51:02.7199020Z [ RUN ] BoundsInference.IsOverlapping 2022-05-18T05:51:02.7240706Z [ OK ] BoundsInference.IsOverlapping (4 ms) 2022-05-18T05:51:02.7241536Z [----------] 26 tests from BoundsInference (29 ms total) 2022-05-18T05:51:02.7241786Z 2022-05-18T05:51:02.7241992Z [----------] 4 tests from Conv 2022-05-18T05:51:02.7242361Z [ RUN ] Conv.DepthwiseConv2D 2022-05-18T05:51:03.1061018Z [ OK ] Conv.DepthwiseConv2D (381 ms) 2022-05-18T05:51:03.1061814Z [ RUN ] Conv.DepthwiseConv2DNoBias 2022-05-18T05:51:03.4833356Z [ OK ] Conv.DepthwiseConv2DNoBias (377 ms) 2022-05-18T05:51:03.4834262Z [ RUN ] Conv.DepthwiseConv2DDynamicShapes 2022-05-18T05:51:03.7420617Z [ OK ] Conv.DepthwiseConv2DDynamicShapes (258 ms) 2022-05-18T05:51:03.7421409Z [ RUN ] Conv.Conv2D 2022-05-18T05:51:05.2310167Z [ OK ] Conv.Conv2D (1488 ms) 2022-05-18T05:51:05.2310981Z [----------] 4 tests from Conv (2506 ms total) 2022-05-18T05:51:05.2311364Z 2022-05-18T05:51:05.2311761Z [----------] 28 tests from CppPrinter 2022-05-18T05:51:05.2312395Z [ RUN ] CppPrinter.IntImm 2022-05-18T05:51:05.2313073Z [ OK ] CppPrinter.IntImm (0 ms) 2022-05-18T05:51:05.2313752Z [ RUN ] CppPrinter.FloatImm 2022-05-18T05:51:05.2314535Z [ OK ] CppPrinter.FloatImm (0 ms) 2022-05-18T05:51:05.2315124Z [ RUN ] CppPrinter.FloatImm1 2022-05-18T05:51:05.2315514Z [ OK ] CppPrinter.FloatImm1 (0 ms) 2022-05-18T05:51:05.2315947Z [ RUN ] CppPrinter.DoubleImm 2022-05-18T05:51:05.2316672Z [ OK ] CppPrinter.DoubleImm (0 ms) 2022-05-18T05:51:05.2317467Z [ RUN ] CppPrinter.DoubleImm1 2022-05-18T05:51:05.2318172Z [ OK ] CppPrinter.DoubleImm1 (0 ms) 2022-05-18T05:51:05.2318800Z [ RUN ] CppPrinter.HalfImm 2022-05-18T05:51:05.2319192Z [ OK ] CppPrinter.HalfImm (0 ms) 2022-05-18T05:51:05.2319548Z [ RUN ] CppPrinter.Add 2022-05-18T05:51:05.2319888Z [ OK ] CppPrinter.Add (0 ms) 2022-05-18T05:51:05.2320251Z [ RUN ] CppPrinter.AddExpr1 2022-05-18T05:51:05.2320972Z [ OK ] CppPrinter.AddExpr1 (0 ms) 2022-05-18T05:51:05.2321690Z [ RUN ] CppPrinter.AddExpr2 2022-05-18T05:51:05.2322361Z [ OK ] CppPrinter.AddExpr2 (0 ms) 2022-05-18T05:51:05.2322747Z [ RUN ] CppPrinter.AddExpr3 2022-05-18T05:51:05.2323138Z [ OK ] CppPrinter.AddExpr3 (0 ms) 2022-05-18T05:51:05.2323476Z [ RUN ] CppPrinter.Mod 2022-05-18T05:51:05.2323839Z [ OK ] CppPrinter.Mod (0 ms) 2022-05-18T05:51:05.2324201Z [ RUN ] CppPrinter.ModFloat 2022-05-18T05:51:05.2324561Z [ OK ] CppPrinter.ModFloat (0 ms) 2022-05-18T05:51:05.2324918Z [ RUN ] CppPrinter.Max 2022-05-18T05:51:05.2325277Z [ OK ] CppPrinter.Max (0 ms) 2022-05-18T05:51:05.2325619Z [ RUN ] CppPrinter.MaxFloat 2022-05-18T05:51:05.2325996Z [ OK ] CppPrinter.MaxFloat (0 ms) 2022-05-18T05:51:05.2326359Z [ RUN ] CppPrinter.MaxHalf 2022-05-18T05:51:05.2326714Z [ OK ] CppPrinter.MaxHalf (0 ms) 2022-05-18T05:51:05.2327098Z [ RUN ] CppPrinter.And 2022-05-18T05:51:05.2327461Z [ OK ] CppPrinter.And (0 ms) 2022-05-18T05:51:05.2327840Z [ RUN ] CppPrinter.CompareSelect 2022-05-18T05:51:05.2328496Z [ OK ] CppPrinter.CompareSelect (0 ms) 2022-05-18T05:51:05.2328915Z [ RUN ] CppPrinter.IfThenElse 2022-05-18T05:51:05.2329312Z [ OK ] CppPrinter.IfThenElse (0 ms) 2022-05-18T05:51:05.2329686Z [ RUN ] CppPrinter.AllocateFree 2022-05-18T05:51:05.2330089Z [ OK ] CppPrinter.AllocateFree (0 ms) 2022-05-18T05:51:05.2330474Z [ RUN ] CppPrinter.LoadStore 2022-05-18T05:51:05.2330842Z [ OK ] CppPrinter.LoadStore (0 ms) 2022-05-18T05:51:05.2331200Z [ RUN ] CppPrinter.Var 2022-05-18T05:51:05.2331555Z [ OK ] CppPrinter.Var (0 ms) 2022-05-18T05:51:05.2331903Z [ RUN ] CppPrinter.Cast 2022-05-18T05:51:05.2332244Z [ OK ] CppPrinter.Cast (0 ms) 2022-05-18T05:51:05.2332601Z [ RUN ] CppPrinter.BitCast 2022-05-18T05:51:05.2332974Z [ OK ] CppPrinter.BitCast (0 ms) 2022-05-18T05:51:05.2333309Z [ RUN ] CppPrinter.Let 2022-05-18T05:51:05.2333668Z [ OK ] CppPrinter.Let (0 ms) 2022-05-18T05:51:05.2334011Z [ RUN ] CppPrinter.For 2022-05-18T05:51:05.2334452Z [ OK ] CppPrinter.For (0 ms) 2022-05-18T05:51:05.2334796Z [ RUN ] CppPrinter.Cond 2022-05-18T05:51:05.2335156Z [ OK ] CppPrinter.Cond (0 ms) 2022-05-18T05:51:05.2335503Z [ RUN ] CppPrinter.Intrinsics 2022-05-18T05:51:05.2335888Z [ OK ] CppPrinter.Intrinsics (0 ms) 2022-05-18T05:51:05.2336280Z [ RUN ] CppPrinter.ExternalCall 2022-05-18T05:51:05.2336662Z [ OK ] CppPrinter.ExternalCall (0 ms) 2022-05-18T05:51:05.2337097Z [----------] 28 tests from CppPrinter (1 ms total) 2022-05-18T05:51:05.2337317Z 2022-05-18T05:51:05.2346830Z [----------] 8 tests from DynamicShapes 2022-05-18T05:51:05.2347330Z [ RUN ] DynamicShapes.SimpleGraph 2022-05-18T05:51:05.3449885Z [ OK ] DynamicShapes.SimpleGraph (112 ms) 2022-05-18T05:51:05.3450571Z [ RUN ] DynamicShapes.GraphWith2InputsSameDims 2022-05-18T05:51:05.4432515Z [ OK ] DynamicShapes.GraphWith2InputsSameDims (98 ms) 2022-05-18T05:51:05.4433184Z [ RUN ] DynamicShapes.GraphWith2InputsAndBroadcast 2022-05-18T05:51:05.5383655Z [ OK ] DynamicShapes.GraphWith2InputsAndBroadcast (95 ms) 2022-05-18T05:51:05.5384274Z [ RUN ] DynamicShapes.GraphWithPartiallySymbolicOutput 2022-05-18T05:51:05.5894434Z [ OK ] DynamicShapes.GraphWithPartiallySymbolicOutput (51 ms) 2022-05-18T05:51:05.5895010Z [ RUN ] DynamicShapes.GraphWithSymbolicStrides 2022-05-18T05:51:05.8115196Z [ OK ] DynamicShapes.GraphWithSymbolicStrides (221 ms) 2022-05-18T05:51:05.8115741Z [ RUN ] DynamicShapes.GraphWithCatAndBroadcast 2022-05-18T05:51:06.4376825Z [ OK ] DynamicShapes.GraphWithCatAndBroadcast (626 ms) 2022-05-18T05:51:06.4377381Z [ RUN ] DynamicShapes.GraphFromModel 2022-05-18T05:51:06.9676025Z [ OK ] DynamicShapes.GraphFromModel (529 ms) 2022-05-18T05:51:06.9676573Z [ RUN ] DynamicShapes.MultiThreadedExecution 2022-05-18T05:51:08.5586388Z [ OK ] DynamicShapes.MultiThreadedExecution (1590 ms) 2022-05-18T05:51:08.5587413Z [----------] 8 tests from DynamicShapes (3326 ms total) 2022-05-18T05:51:08.5587831Z 2022-05-18T05:51:08.5588188Z [----------] 30 tests from Expr 2022-05-18T05:51:08.5588941Z [ RUN ] Expr.BasicValueTest 2022-05-18T05:51:08.5589700Z [ OK ] Expr.BasicValueTest (0 ms) 2022-05-18T05:51:08.5590460Z [ RUN ] Expr.BasicValueTest02 2022-05-18T05:51:08.5590964Z [ OK ] Expr.BasicValueTest02 (0 ms) 2022-05-18T05:51:08.5591444Z [ RUN ] Expr.IsChannelsLastContiguous 2022-05-18T05:51:08.5592220Z [ OK ] Expr.IsChannelsLastContiguous (0 ms) 2022-05-18T05:51:08.5592622Z [ RUN ] Expr.LetTest01 2022-05-18T05:51:08.5593182Z [ OK ] Expr.LetTest01 (0 ms) 2022-05-18T05:51:08.5593545Z [ RUN ] Expr.LetTest02 2022-05-18T05:51:08.5593925Z [ OK ] Expr.LetTest02 (0 ms) 2022-05-18T05:51:08.5594283Z [ RUN ] Expr.LetStmtTest01 2022-05-18T05:51:08.5594666Z [ OK ] Expr.LetStmtTest01 (0 ms) 2022-05-18T05:51:08.5594994Z [ RUN ] Expr.IntTest 2022-05-18T05:51:08.5595338Z [ OK ] Expr.IntTest (0 ms) 2022-05-18T05:51:08.5595672Z [ RUN ] Expr.FloatTest 2022-05-18T05:51:08.5596003Z [ OK ] Expr.FloatTest (0 ms) 2022-05-18T05:51:08.5596340Z [ RUN ] Expr.ByteTest 2022-05-18T05:51:08.5596690Z [ OK ] Expr.ByteTest (0 ms) 2022-05-18T05:51:08.5597006Z [ RUN ] Expr.CharTest 2022-05-18T05:51:08.5597358Z [ OK ] Expr.CharTest (0 ms) 2022-05-18T05:51:08.5597694Z [ RUN ] Expr.ShortTest 2022-05-18T05:51:08.5598030Z [ OK ] Expr.ShortTest (0 ms) 2022-05-18T05:51:08.5598366Z [ RUN ] Expr.LongTest 2022-05-18T05:51:08.5598862Z [ OK ] Expr.LongTest (0 ms) 2022-05-18T05:51:08.5599203Z [ RUN ] Expr.HalfTest 2022-05-18T05:51:08.5599571Z [ OK ] Expr.HalfTest (0 ms) 2022-05-18T05:51:08.5599931Z [ RUN ] Expr.DoubleTest 2022-05-18T05:51:08.5600314Z [ OK ] Expr.DoubleTest (0 ms) 2022-05-18T05:51:08.5600664Z [ RUN ] Expr.VectorAdd01 2022-05-18T05:51:08.5612791Z [ OK ] Expr.VectorAdd01 (1 ms) 2022-05-18T05:51:08.5613185Z [ RUN ] Expr.CompareSelectEQ 2022-05-18T05:51:08.5666333Z [ OK ] Expr.CompareSelectEQ (5 ms) 2022-05-18T05:51:08.5666835Z [ RUN ] Expr.CompareSelectDtypes 2022-05-18T05:51:08.5720235Z [ OK ] Expr.CompareSelectDtypes (5 ms) 2022-05-18T05:51:08.5720841Z [ RUN ] Expr.IntrinsicsDtypes 2022-05-18T05:51:08.5729451Z [ OK ] Expr.IntrinsicsDtypes (0 ms) 2022-05-18T05:51:08.5729897Z [ RUN ] Expr.Substitute01 2022-05-18T05:51:08.5730290Z [ OK ] Expr.Substitute01 (0 ms) 2022-05-18T05:51:08.5730641Z [ RUN ] Expr.Math01 2022-05-18T05:51:08.5730962Z [ OK ] Expr.Math01 (0 ms) 2022-05-18T05:51:08.5731304Z [ RUN ] Expr.UnaryMath01 2022-05-18T05:51:08.5733605Z [ OK ] Expr.UnaryMath01 (0 ms) 2022-05-18T05:51:08.5734288Z [ RUN ] Expr.BinaryMath01 2022-05-18T05:51:08.5734846Z [ OK ] Expr.BinaryMath01 (0 ms) 2022-05-18T05:51:08.5735208Z [ RUN ] Expr.LogicalOps01 2022-05-18T05:51:08.5735967Z [ OK ] Expr.LogicalOps01 (0 ms) 2022-05-18T05:51:08.5736475Z [ RUN ] Expr.LogicalOps02 2022-05-18T05:51:08.5736853Z [ OK ] Expr.LogicalOps02 (0 ms) 2022-05-18T05:51:08.5737209Z [ RUN ] Expr.LogicalOps03 2022-05-18T05:51:08.5738984Z [ OK ] Expr.LogicalOps03 (0 ms) 2022-05-18T05:51:08.5739576Z [ RUN ] Expr.BitwiseOps 2022-05-18T05:51:08.5739952Z [ OK ] Expr.BitwiseOps (0 ms) 2022-05-18T05:51:08.5740298Z [ RUN ] Expr.DynamicShapeAdd 2022-05-18T05:51:08.5743362Z [ OK ] Expr.DynamicShapeAdd (0 ms) 2022-05-18T05:51:08.5743737Z [ RUN ] Expr.OutOfBounds 2022-05-18T05:51:08.5745854Z [ OK ] Expr.OutOfBounds (0 ms) 2022-05-18T05:51:08.5746208Z [ RUN ] Expr.OutOfBounds2d 2022-05-18T05:51:08.5758305Z [ OK ] Expr.OutOfBounds2d (1 ms) 2022-05-18T05:51:08.5758727Z [ RUN ] Expr.OutOfBounds2dFlattenedIndex 2022-05-18T05:51:08.5766199Z [ OK ] Expr.OutOfBounds2dFlattenedIndex (0 ms) 2022-05-18T05:51:08.5766826Z [----------] 30 tests from Expr (18 ms total) 2022-05-18T05:51:08.5767106Z 2022-05-18T05:51:08.5767326Z [----------] 16 tests from ExternalCall 2022-05-18T05:51:08.5767888Z [ RUN ] ExternalCall.Conv1d_float 2022-05-18T05:51:08.6129635Z [ OK ] ExternalCall.Conv1d_float (36 ms) 2022-05-18T05:51:08.6130427Z [ RUN ] ExternalCall.Conv1d_int 2022-05-18T05:51:08.6510432Z [ OK ] ExternalCall.Conv1d_int (38 ms) 2022-05-18T05:51:08.6511244Z [ RUN ] ExternalCall.Conv1d_nobias_noargs 2022-05-18T05:51:08.6827558Z [ OK ] ExternalCall.Conv1d_nobias_noargs (31 ms) 2022-05-18T05:51:08.6828385Z [ RUN ] ExternalCall.Conv2d_float 2022-05-18T05:51:08.7215249Z [ OK ] ExternalCall.Conv2d_float (38 ms) 2022-05-18T05:51:08.7216088Z [ RUN ] ExternalCall.Conv2d_int 2022-05-18T05:51:08.7656039Z [ OK ] ExternalCall.Conv2d_int (44 ms) 2022-05-18T05:51:08.7656880Z [ RUN ] ExternalCall.Conv2d_nobias_noargs 2022-05-18T05:51:08.8007123Z [ OK ] ExternalCall.Conv2d_nobias_noargs (35 ms) 2022-05-18T05:51:08.8007966Z [ RUN ] ExternalCall.Addmm_float 2022-05-18T05:51:08.8342446Z [ OK ] ExternalCall.Addmm_float (33 ms) 2022-05-18T05:51:08.8343570Z [ RUN ] ExternalCall.Embedding 2022-05-18T05:51:08.8664211Z [ OK ] ExternalCall.Embedding (32 ms) 2022-05-18T05:51:08.8664963Z [ RUN ] ExternalCall.MaxReduction 2022-05-18T05:51:08.8960934Z [ OK ] ExternalCall.MaxReduction (29 ms) 2022-05-18T05:51:08.8961846Z [ RUN ] ExternalCall.Prepacked_Linear_float 2022-05-18T05:51:08.9258737Z [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:51:08.9345642Z [ OK ] ExternalCall.Prepacked_Linear_float (38 ms) 2022-05-18T05:51:08.9346687Z [ RUN ] ExternalCall.Prepacked_Conv2d_float 2022-05-18T05:51:08.9750376Z [ OK ] ExternalCall.Prepacked_Conv2d_float (40 ms) 2022-05-18T05:51:08.9751235Z [ RUN ] ExternalCall.BinaryFloat 2022-05-18T05:51:09.0688572Z [ OK ] ExternalCall.BinaryFloat (93 ms) 2022-05-18T05:51:09.0688999Z [ RUN ] ExternalCall.UnaryFloat 2022-05-18T05:51:09.1280147Z [ OK ] ExternalCall.UnaryFloat (59 ms) 2022-05-18T05:51:09.1280579Z [ RUN ] ExternalCall.ComputeInterop 2022-05-18T05:51:09.3637118Z [W Resize.cpp:24] Warning: An output with one or more elements was resized since it had shape [1, 16, 32, 32], which does not match the required output shape [16, 32, 32]. 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). (function resize_output_check) 2022-05-18T05:51:09.6869202Z [W Resize.cpp:24] Warning: An output with one or more elements was resized since it had shape [1, 16, 32, 32], which does not match the required output shape [16, 32, 32]. 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). (function resize_output_check) 2022-05-18T05:51:10.6261730Z [ OK ] ExternalCall.ComputeInterop (1498 ms) 2022-05-18T05:51:10.6262202Z [ RUN ] ExternalCall.Inlining 2022-05-18T05:51:10.7238205Z [ OK ] ExternalCall.Inlining (97 ms) 2022-05-18T05:51:10.7238655Z [ RUN ] ExternalCall.JitCustomFusionOp 2022-05-18T05:51:10.8778203Z [ OK ] ExternalCall.JitCustomFusionOp (153 ms) 2022-05-18T05:51:10.8779009Z [----------] 16 tests from ExternalCall (2301 ms total) 2022-05-18T05:51:10.8779236Z 2022-05-18T05:51:10.8779441Z [----------] 8 tests from GraphOpt 2022-05-18T05:51:10.8780132Z [ RUN ] GraphOpt.OptimizeCat 2022-05-18T05:51:10.9200565Z [ OK ] GraphOpt.OptimizeCat (42 ms) 2022-05-18T05:51:10.9200997Z [ RUN ] GraphOpt.OptimizeCat2 2022-05-18T05:51:10.9663675Z [ OK ] GraphOpt.OptimizeCat2 (46 ms) 2022-05-18T05:51:10.9664083Z [ RUN ] GraphOpt.OptimizeCat3 2022-05-18T05:51:11.0208108Z [ OK ] GraphOpt.OptimizeCat3 (54 ms) 2022-05-18T05:51:11.0208625Z [ RUN ] GraphOpt.OptimizeCatWithTypePromotionInUser 2022-05-18T05:51:11.0627545Z [ OK ] GraphOpt.OptimizeCatWithTypePromotionInUser (41 ms) 2022-05-18T05:51:11.0628126Z [ RUN ] GraphOpt.OptimizeCatWithTypePromotionInCat 2022-05-18T05:51:11.1498190Z [ OK ] GraphOpt.OptimizeCatWithTypePromotionInCat (86 ms) 2022-05-18T05:51:11.1499110Z [ RUN ] GraphOpt.OptimizeCatNoSingleTensorElementwiseOp 2022-05-18T05:51:11.1990526Z [ OK ] GraphOpt.OptimizeCatNoSingleTensorElementwiseOp (49 ms) 2022-05-18T05:51:11.1991164Z [ RUN ] GraphOpt.OptimizeCatNoSingleTensorElementwiseOp2 2022-05-18T05:51:11.2529960Z [ OK ] GraphOpt.OptimizeCatNoSingleTensorElementwiseOp2 (53 ms) 2022-05-18T05:51:11.2530933Z [ RUN ] GraphOpt.AOTGraphPrepPasses 2022-05-18T05:51:11.2531380Z [ OK ] GraphOpt.AOTGraphPrepPasses (0 ms) 2022-05-18T05:51:11.2531830Z [----------] 8 tests from GraphOpt (375 ms total) 2022-05-18T05:51:11.2532048Z 2022-05-18T05:51:11.2532250Z [----------] 4 tests from IRPrinter 2022-05-18T05:51:11.2532618Z [ RUN ] IRPrinter.BasicValueTest 2022-05-18T05:51:11.2533042Z [ OK ] IRPrinter.BasicValueTest (0 ms) 2022-05-18T05:51:11.2533454Z [ RUN ] IRPrinter.BasicValueTest02 2022-05-18T05:51:11.2533885Z [ OK ] IRPrinter.BasicValueTest02 (0 ms) 2022-05-18T05:51:11.2534250Z [ RUN ] IRPrinter.CastTest 2022-05-18T05:51:11.2534626Z [ OK ] IRPrinter.CastTest (0 ms) 2022-05-18T05:51:11.2535021Z [ RUN ] IRPrinter.FunctionName 2022-05-18T05:51:11.2536394Z [ OK ] IRPrinter.FunctionName (0 ms) 2022-05-18T05:51:11.2537072Z [----------] 4 tests from IRPrinter (0 ms total) 2022-05-18T05:51:11.2537390Z 2022-05-18T05:51:11.2537767Z [----------] 8 tests from IRVerifier 2022-05-18T05:51:11.2538629Z [ RUN ] IRVerifier.BitwiseOps 2022-05-18T05:51:11.2539367Z [ OK ] IRVerifier.BitwiseOps (0 ms) 2022-05-18T05:51:11.2540114Z [ RUN ] IRVerifier.CompareSelect 2022-05-18T05:51:11.2540611Z [ OK ] IRVerifier.CompareSelect (0 ms) 2022-05-18T05:51:11.2540974Z [ RUN ] IRVerifier.Ramp 2022-05-18T05:51:11.2541619Z [ OK ] IRVerifier.Ramp (0 ms) 2022-05-18T05:51:11.2541990Z [ RUN ] IRVerifier.Load 2022-05-18T05:51:11.2542350Z [ OK ] IRVerifier.Load (0 ms) 2022-05-18T05:51:11.2542727Z [ RUN ] IRVerifier.IfThenElse 2022-05-18T05:51:11.2543118Z [ OK ] IRVerifier.IfThenElse (0 ms) 2022-05-18T05:51:11.2543486Z [ RUN ] IRVerifier.For 2022-05-18T05:51:11.2543817Z [ OK ] IRVerifier.For (0 ms) 2022-05-18T05:51:11.2544166Z [ RUN ] IRVerifier.Block 2022-05-18T05:51:11.2544527Z [ OK ] IRVerifier.Block (0 ms) 2022-05-18T05:51:11.2544859Z [ RUN ] IRVerifier.Store 2022-05-18T05:51:11.2545221Z [ OK ] IRVerifier.Store (0 ms) 2022-05-18T05:51:11.2545627Z [----------] 8 tests from IRVerifier (0 ms total) 2022-05-18T05:51:11.2545842Z 2022-05-18T05:51:11.2546020Z [----------] 37 tests from Kernel 2022-05-18T05:51:11.2546405Z [ RUN ] Kernel.InliningIntermediates 2022-05-18T05:51:11.6422540Z [ OK ] Kernel.InliningIntermediates (387 ms) 2022-05-18T05:51:11.6423027Z [ RUN ] Kernel.PreAllocIntermediateBufs 2022-05-18T05:51:11.6988315Z [ OK ] Kernel.PreAllocIntermediateBufs (56 ms) 2022-05-18T05:51:11.6988757Z [ RUN ] Kernel._1 2022-05-18T05:51:11.7360729Z [ OK ] Kernel._1 (37 ms) 2022-05-18T05:51:11.7361059Z [ RUN ] Kernel._2 2022-05-18T05:51:11.7760691Z [ OK ] Kernel._2 (39 ms) 2022-05-18T05:51:11.7761029Z [ RUN ] Kernel._3 2022-05-18T05:51:11.8167345Z [ OK ] Kernel._3 (40 ms) 2022-05-18T05:51:11.8167700Z [ RUN ] Kernel.Huge 2022-05-18T05:51:11.8484649Z [ OK ] Kernel.Huge (31 ms) 2022-05-18T05:51:11.8485047Z [ RUN ] Kernel.ParallelStrided 2022-05-18T05:51:11.9677608Z [ OK ] Kernel.ParallelStrided (118 ms) 2022-05-18T05:51:11.9678089Z [ RUN ] Kernel.CatInputTypesPromotion 2022-05-18T05:51:12.0932996Z [ OK ] Kernel.CatInputTypesPromotion (125 ms) 2022-05-18T05:51:12.0933502Z [ RUN ] Kernel.CatAndInlineWithAConstantDim 2022-05-18T05:51:12.1296627Z [ OK ] Kernel.CatAndInlineWithAConstantDim (36 ms) 2022-05-18T05:51:12.1297115Z [ RUN ] Kernel.CatWithEmptyInputs 2022-05-18T05:51:12.2209702Z [ OK ] Kernel.CatWithEmptyInputs (91 ms) 2022-05-18T05:51:12.2210141Z [ RUN ] Kernel.CatWoConditionals 2022-05-18T05:51:12.3183764Z [ OK ] Kernel.CatWoConditionals (97 ms) 2022-05-18T05:51:12.3184248Z [ RUN ] Kernel.OptimizeConditionals 2022-05-18T05:51:12.4465710Z [ OK ] Kernel.OptimizeConditionals (128 ms) 2022-05-18T05:51:12.4466131Z [ RUN ] Kernel.SumAllAxes 2022-05-18T05:51:12.5077544Z [ OK ] Kernel.SumAllAxes (61 ms) 2022-05-18T05:51:12.5077944Z [ RUN ] Kernel.SumOneAxis 2022-05-18T05:51:13.0198433Z [ OK ] Kernel.SumOneAxis (511 ms) 2022-05-18T05:51:13.0198894Z [ RUN ] Kernel.SumMultipleAxes 2022-05-18T05:51:13.5749118Z [ OK ] Kernel.SumMultipleAxes (554 ms) 2022-05-18T05:51:13.5749859Z [ RUN ] Kernel.Softmax2D 2022-05-18T05:51:14.0969451Z [ OK ] Kernel.Softmax2D (522 ms) 2022-05-18T05:51:14.0970186Z [ RUN ] Kernel.Softmax3D 2022-05-18T05:51:14.9704236Z [ OK ] Kernel.Softmax3D (873 ms) 2022-05-18T05:51:14.9704946Z [ RUN ] Kernel.Softmax4D 2022-05-18T05:51:16.0591615Z [ OK ] Kernel.Softmax4D (1088 ms) 2022-05-18T05:51:16.0592057Z [ RUN ] Kernel.SignTest 2022-05-18T05:51:16.1663862Z [ OK ] Kernel.SignTest (107 ms) 2022-05-18T05:51:16.1664321Z [ RUN ] Kernel.InlineProducerIntoReduction 2022-05-18T05:51:16.2015078Z [ OK ] Kernel.InlineProducerIntoReduction (35 ms) 2022-05-18T05:51:16.2015585Z [ RUN ] Kernel.InlineReductionIntoConsumer 2022-05-18T05:51:16.2469250Z [ OK ] Kernel.InlineReductionIntoConsumer (45 ms) 2022-05-18T05:51:16.2469689Z [ RUN ] Kernel.SanitizeNames_CUDA 2022-05-18T05:51:16.5367484Z [ OK ] Kernel.SanitizeNames_CUDA (289 ms) 2022-05-18T05:51:16.5367958Z [ RUN ] Kernel.SanitizeConstants_CUDA 2022-05-18T05:51:16.8272370Z [ OK ] Kernel.SanitizeConstants_CUDA (290 ms) 2022-05-18T05:51:16.8272819Z [ RUN ] Kernel.ConstantTensors 2022-05-18T05:51:16.8809231Z [ OK ] Kernel.ConstantTensors (53 ms) 2022-05-18T05:51:16.8809698Z [ RUN ] Kernel.ConstantTensorsNonContiguous 2022-05-18T05:51:16.9310082Z [ OK ] Kernel.ConstantTensorsNonContiguous (50 ms) 2022-05-18T05:51:16.9310483Z [ RUN ] Kernel.RunFast 2022-05-18T05:51:16.9710787Z [ OK ] Kernel.RunFast (40 ms) 2022-05-18T05:51:16.9711220Z [ RUN ] Kernel.RunWithAllocatedOutputs 2022-05-18T05:51:17.0115041Z [ OK ] Kernel.RunWithAllocatedOutputs (40 ms) 2022-05-18T05:51:17.0115502Z [ RUN ] Kernel.CodegenInspection 2022-05-18T05:51:17.0615335Z [ OK ] Kernel.CodegenInspection (49 ms) 2022-05-18T05:51:17.0615787Z [ RUN ] Kernel.CustomLowering 2022-05-18T05:51:17.0919136Z [ OK ] Kernel.CustomLowering (30 ms) 2022-05-18T05:51:17.0919533Z [ RUN ] Kernel.Vectorize 2022-05-18T05:51:17.1307191Z [ OK ] Kernel.Vectorize (38 ms) 2022-05-18T05:51:17.1307617Z [ RUN ] Kernel.Strided1dWithinBounds 2022-05-18T05:51:17.1587974Z [ OK ] Kernel.Strided1dWithinBounds (28 ms) 2022-05-18T05:51:17.1588398Z [ RUN ] Kernel.InputAsOutput 2022-05-18T05:51:17.2036052Z [ OK ] Kernel.InputAsOutput (44 ms) 2022-05-18T05:51:17.2036419Z [ RUN ] Kernel.ScalarOut 2022-05-18T05:51:17.2282874Z [ OK ] Kernel.ScalarOut (24 ms) 2022-05-18T05:51:17.2283274Z [ RUN ] Kernel.ScalarTensorOut 2022-05-18T05:51:17.2628320Z [ OK ] Kernel.ScalarTensorOut (34 ms) 2022-05-18T05:51:17.2628777Z [ RUN ] Kernel.FuseLoopsWithVariableBounds 2022-05-18T05:51:17.8608730Z [ OK ] Kernel.FuseLoopsWithVariableBounds (597 ms) 2022-05-18T05:51:17.8609598Z [ RUN ] Kernel.FuseLoopsWithVariableConcatDim 2022-05-18T05:51:18.5175877Z [ OK ] Kernel.FuseLoopsWithVariableConcatDim (656 ms) 2022-05-18T05:51:18.5176483Z [ RUN ] Kernel.DoNotFuseLoopsWithMismatchingVariableDims 2022-05-18T05:51:18.9452278Z [ OK ] Kernel.DoNotFuseLoopsWithMismatchingVariableDims (427 ms) 2022-05-18T05:51:18.9453147Z [----------] 37 tests from Kernel (7690 ms total) 2022-05-18T05:51:18.9453383Z 2022-05-18T05:51:18.9453600Z [----------] 174 tests from LoopNest 2022-05-18T05:51:18.9453993Z [ RUN ] LoopNest.ExprSimple01 2022-05-18T05:51:18.9454382Z [ OK ] LoopNest.ExprSimple01 (0 ms) 2022-05-18T05:51:18.9454773Z [ RUN ] LoopNest.ExprLower01 2022-05-18T05:51:18.9455432Z [ OK ] LoopNest.ExprLower01 (0 ms) 2022-05-18T05:51:18.9455811Z [ RUN ] LoopNest.ExprSimple02 2022-05-18T05:51:18.9488761Z [ OK ] LoopNest.ExprSimple02 (3 ms) 2022-05-18T05:51:18.9489221Z [ RUN ] LoopNest.ExprSliceHeadWithLoopOptions 2022-05-18T05:51:18.9492326Z [ OK ] LoopNest.ExprSliceHeadWithLoopOptions (0 ms) 2022-05-18T05:51:18.9492820Z [ RUN ] LoopNest.ExprSliceTailWithLoopOptions 2022-05-18T05:51:18.9496669Z [ OK ] LoopNest.ExprSliceTailWithLoopOptions (0 ms) 2022-05-18T05:51:18.9497201Z [ RUN ] LoopNest.ExprSliceHeadWhenFactorEqualsSize 2022-05-18T05:51:18.9497742Z [ OK ] LoopNest.ExprSliceHeadWhenFactorEqualsSize (0 ms) 2022-05-18T05:51:18.9498731Z [ RUN ] LoopNest.ExprSliceHeadWhenFactorLargerThanSize 2022-05-18T05:51:18.9499353Z [ OK ] LoopNest.ExprSliceHeadWhenFactorLargerThanSize (0 ms) 2022-05-18T05:51:18.9499835Z [ RUN ] LoopNest.ExprSliceHead 2022-05-18T05:51:18.9500795Z [ OK ] LoopNest.ExprSliceHead (0 ms) 2022-05-18T05:51:18.9501261Z [ RUN ] LoopNest.ExprSliceHeadWithNonZeroStart 2022-05-18T05:51:18.9504396Z [ OK ] LoopNest.ExprSliceHeadWithNonZeroStart (0 ms) 2022-05-18T05:51:18.9505086Z [ RUN ] LoopNest.ExprSliceTailWhenFactorEqualsSize 2022-05-18T05:51:18.9505831Z [ OK ] LoopNest.ExprSliceTailWhenFactorEqualsSize (0 ms) 2022-05-18T05:51:18.9506390Z [ RUN ] LoopNest.ExprSliceTailWhenFactorLargerThanSize 2022-05-18T05:51:18.9507310Z [ OK ] LoopNest.ExprSliceTailWhenFactorLargerThanSize (0 ms) 2022-05-18T05:51:18.9507769Z [ RUN ] LoopNest.ExprSliceTail 2022-05-18T05:51:18.9508176Z [ OK ] LoopNest.ExprSliceTail (0 ms) 2022-05-18T05:51:18.9508581Z [ RUN ] LoopNest.ExprSplitAndSlice 2022-05-18T05:51:18.9518228Z [ OK ] LoopNest.ExprSplitAndSlice (1 ms) 2022-05-18T05:51:18.9518937Z [ RUN ] LoopNest.ExprSliceAndNormalize 2022-05-18T05:51:18.9521551Z [ OK ] LoopNest.ExprSliceAndNormalize (0 ms) 2022-05-18T05:51:18.9522048Z [ RUN ] LoopNest.ExprSliceWithVariableDimension 2022-05-18T05:51:18.9547870Z [ OK ] LoopNest.ExprSliceWithVariableDimension (2 ms) 2022-05-18T05:51:18.9548328Z [ RUN ] LoopNest.ExprSplitWithTail 2022-05-18T05:51:18.9559167Z [ OK ] LoopNest.ExprSplitWithTail (1 ms) 2022-05-18T05:51:18.9559620Z [ RUN ] LoopNest.ExprSplitWithTailNone 2022-05-18T05:51:18.9578364Z [ OK ] LoopNest.ExprSplitWithTailNone (1 ms) 2022-05-18T05:51:18.9579076Z [ RUN ] LoopNest.ExprSplitWithMask01 2022-05-18T05:51:18.9621864Z [ OK ] LoopNest.ExprSplitWithMask01 (4 ms) 2022-05-18T05:51:18.9622356Z [ RUN ] LoopNest.ExprSplitWithMaskRepeatedNoMask 2022-05-18T05:51:18.9629090Z [ OK ] LoopNest.ExprSplitWithMaskRepeatedNoMask (0 ms) 2022-05-18T05:51:18.9629558Z [ RUN ] LoopNest.getLoopAt 2022-05-18T05:51:18.9630108Z [ OK ] LoopNest.getLoopAt (0 ms) 2022-05-18T05:51:18.9630489Z [ RUN ] LoopNest.TileSimple 2022-05-18T05:51:19.0977161Z [ OK ] LoopNest.TileSimple (134 ms) 2022-05-18T05:51:19.0977591Z [ RUN ] LoopNest.TileWithTails 2022-05-18T05:51:19.2328119Z [ OK ] LoopNest.TileWithTails (135 ms) 2022-05-18T05:51:19.2328576Z [ RUN ] LoopNest.TileInMiddle 2022-05-18T05:51:19.4508372Z [ OK ] LoopNest.TileInMiddle (217 ms) 2022-05-18T05:51:19.4508975Z [ RUN ] LoopNest.SplitWithTailWithLoopOptions 2022-05-18T05:51:19.4509538Z [ OK ] LoopNest.SplitWithTailWithLoopOptions (0 ms) 2022-05-18T05:51:19.4510250Z [ RUN ] LoopNest.SplitWithMaskWithLoopOptions 2022-05-18T05:51:19.4510758Z [ OK ] LoopNest.SplitWithMaskWithLoopOptions (0 ms) 2022-05-18T05:51:19.4511268Z [ RUN ] LoopNest.ScheduleBroadcastAddBuffer 2022-05-18T05:51:19.4537609Z [ OK ] LoopNest.ScheduleBroadcastAddBuffer (2 ms) 2022-05-18T05:51:19.4538109Z [ RUN ] LoopNest.ScheduleFunctionCall01 2022-05-18T05:51:19.4654588Z [ OK ] LoopNest.ScheduleFunctionCall01 (11 ms) 2022-05-18T05:51:19.4655033Z [ RUN ] LoopNest.ScheduleInlineSimple 2022-05-18T05:51:19.4838950Z [ OK ] LoopNest.ScheduleInlineSimple (18 ms) 2022-05-18T05:51:19.4839421Z [ RUN ] LoopNest.ScheduleInlineFunc01 2022-05-18T05:51:19.5694063Z [ OK ] LoopNest.ScheduleInlineFunc01 (85 ms) 2022-05-18T05:51:19.5694524Z [ RUN ] LoopNest.ScheduleInlineRandom 2022-05-18T05:51:19.5699483Z [ OK ] LoopNest.ScheduleInlineRandom (0 ms) 2022-05-18T05:51:19.5699974Z [ RUN ] LoopNest.ScheduleInlineRandomUnrelated 2022-05-18T05:51:19.5705400Z [ OK ] LoopNest.ScheduleInlineRandomUnrelated (0 ms) 2022-05-18T05:51:19.5705956Z [ RUN ] LoopNest.ScheduleInlineRandomLowerDimensions 2022-05-18T05:51:19.5709830Z [ OK ] LoopNest.ScheduleInlineRandomLowerDimensions (0 ms) 2022-05-18T05:51:19.5710349Z [ RUN ] LoopNest.ScheduleInlineIntrinsics 2022-05-18T05:51:19.5846404Z [ OK ] LoopNest.ScheduleInlineIntrinsics (13 ms) 2022-05-18T05:51:19.5846917Z [ RUN ] LoopNest.ScheduleInlineRandWithIntrinsics 2022-05-18T05:51:19.5850925Z [ OK ] LoopNest.ScheduleInlineRandWithIntrinsics (0 ms) 2022-05-18T05:51:19.5851435Z [ RUN ] LoopNest.ScheduleSplitAThenInline 2022-05-18T05:51:19.5853613Z [ OK ] LoopNest.ScheduleSplitAThenInline (0 ms) 2022-05-18T05:51:19.5854098Z [ RUN ] LoopNest.ScheduleSplitBThenInline 2022-05-18T05:51:19.5859353Z [ OK ] LoopNest.ScheduleSplitBThenInline (0 ms) 2022-05-18T05:51:19.5860061Z [ RUN ] LoopNest.ScheduleSplitTwiceThenInline 2022-05-18T05:51:19.5862552Z [ OK ] LoopNest.ScheduleSplitTwiceThenInline (0 ms) 2022-05-18T05:51:19.5863060Z [ RUN ] LoopNest.ScheduleInlineThenSplit 2022-05-18T05:51:19.5867916Z [ OK ] LoopNest.ScheduleInlineThenSplit (0 ms) 2022-05-18T05:51:19.5868410Z [ RUN ] LoopNest.ScheduleSplitInlineThenSplit 2022-05-18T05:51:19.5879525Z [ OK ] LoopNest.ScheduleSplitInlineThenSplit (1 ms) 2022-05-18T05:51:19.5880033Z [ RUN ] LoopNest.ScheduleSplitInlineSimplify 2022-05-18T05:51:19.5882331Z [ OK ] LoopNest.ScheduleSplitInlineSimplify (0 ms) 2022-05-18T05:51:19.5882821Z [ RUN ] LoopNest.ScheduleInlineThreeMixedOnce 2022-05-18T05:51:19.5889272Z [ OK ] LoopNest.ScheduleInlineThreeMixedOnce (0 ms) 2022-05-18T05:51:19.5889784Z [ RUN ] LoopNest.ScheduleInlineThreeMixedTwice 2022-05-18T05:51:19.5896312Z [ OK ] LoopNest.ScheduleInlineThreeMixedTwice (0 ms) 2022-05-18T05:51:19.5896810Z [ RUN ] LoopNest.ScheduleInlineThreeMixedInner 2022-05-18T05:51:19.5904365Z [ OK ] LoopNest.ScheduleInlineThreeMixedInner (0 ms) 2022-05-18T05:51:19.5904885Z [ RUN ] LoopNest.ScheduleInlineThreeMixedSplit 2022-05-18T05:51:19.5907678Z [ OK ] LoopNest.ScheduleInlineThreeMixedSplit (0 ms) 2022-05-18T05:51:19.5908167Z [ RUN ] LoopNest.ScheduleInlineOutputTensors 2022-05-18T05:51:19.5914106Z [ OK ] LoopNest.ScheduleInlineOutputTensors (0 ms) 2022-05-18T05:51:19.5914676Z [ RUN ] LoopNest.ScheduleInlineWithCompoundIndices 2022-05-18T05:51:19.5916381Z [ OK ] LoopNest.ScheduleInlineWithCompoundIndices (0 ms) 2022-05-18T05:51:19.5917224Z [ RUN ] LoopNest.ScheduleInlineConsumerIndicesWithCast 2022-05-18T05:51:19.5917805Z [ OK ] LoopNest.ScheduleInlineConsumerIndicesWithCast (0 ms) 2022-05-18T05:51:19.5918746Z [ RUN ] LoopNest.ScheduleInlineProducerIndicesWithCast 2022-05-18T05:51:19.5919638Z [ OK ] LoopNest.ScheduleInlineProducerIndicesWithCast (0 ms) 2022-05-18T05:51:19.5920178Z [ RUN ] LoopNest.ScheduleFuserStyle 2022-05-18T05:51:19.5988335Z [ OK ] LoopNest.ScheduleFuserStyle (6 ms) 2022-05-18T05:51:19.5988795Z [ RUN ] LoopNest.ScheduleFuserThreeArg 2022-05-18T05:51:19.6071152Z [ OK ] LoopNest.ScheduleFuserThreeArg (8 ms) 2022-05-18T05:51:19.6071611Z [ RUN ] LoopNest.ScheduleDynamicShape2D 2022-05-18T05:51:19.6229316Z [ OK ] LoopNest.ScheduleDynamicShape2D (15 ms) 2022-05-18T05:51:19.6229777Z [ RUN ] LoopNest.LoopNestComputeAt_1 2022-05-18T05:51:19.6241857Z [ OK ] LoopNest.LoopNestComputeAt_1 (1 ms) 2022-05-18T05:51:19.6242303Z [ RUN ] LoopNest.LoopNestComputeAt_2 2022-05-18T05:51:19.6971772Z [ OK ] LoopNest.LoopNestComputeAt_2 (72 ms) 2022-05-18T05:51:19.6972218Z [ RUN ] LoopNest.LoopNestComputeAt_3 2022-05-18T05:51:19.7705530Z [ OK ] LoopNest.LoopNestComputeAt_3 (73 ms) 2022-05-18T05:51:19.7705974Z [ RUN ] LoopNest.Reduce2dComputeAt 2022-05-18T05:51:19.8943517Z [ OK ] LoopNest.Reduce2dComputeAt (123 ms) 2022-05-18T05:51:19.8944009Z [ RUN ] LoopNest.LoopNestReorderAxis1 2022-05-18T05:51:19.8947321Z [ OK ] LoopNest.LoopNestReorderAxis1 (0 ms) 2022-05-18T05:51:19.8947799Z [ RUN ] LoopNest.LoopNestReorderPartialAxes 2022-05-18T05:51:19.8961538Z [ OK ] LoopNest.LoopNestReorderPartialAxes (1 ms) 2022-05-18T05:51:19.8962041Z [ RUN ] LoopNest.LoopNestReorderInternalAxis 2022-05-18T05:51:19.8975201Z [ OK ] LoopNest.LoopNestReorderInternalAxis (1 ms) 2022-05-18T05:51:19.8975702Z [ RUN ] LoopNest.LoopNestReorderEnclosingAxis 2022-05-18T05:51:19.8989718Z [ OK ] LoopNest.LoopNestReorderEnclosingAxis (1 ms) 2022-05-18T05:51:19.8990451Z [ RUN ] LoopNest.LoopNestReorderSameAxis 2022-05-18T05:51:19.8991209Z [ OK ] LoopNest.LoopNestReorderSameAxis (0 ms) 2022-05-18T05:51:19.8991708Z [ RUN ] LoopNest.LoopNestReorderExtraStatements 2022-05-18T05:51:19.9012033Z [ OK ] LoopNest.LoopNestReorderExtraStatements (2 ms) 2022-05-18T05:51:19.9012776Z [ RUN ] LoopNest.LoopNestReorderLongStringOfPreOrphans 2022-05-18T05:51:19.9853893Z [ OK ] LoopNest.LoopNestReorderLongStringOfPreOrphans (84 ms) 2022-05-18T05:51:19.9854487Z [ RUN ] LoopNest.LoopNestReorderLongStringOfPostOrphans 2022-05-18T05:51:20.0692633Z [ OK ] LoopNest.LoopNestReorderLongStringOfPostOrphans (83 ms) 2022-05-18T05:51:20.0693380Z [ RUN ] LoopNest.LoopNestReorderLongStringFull 2022-05-18T05:51:20.1738085Z [ OK ] LoopNest.LoopNestReorderLongStringFull (104 ms) 2022-05-18T05:51:20.1739250Z [ RUN ] LoopNest.LoopNestReorderInternalLoopNest 2022-05-18T05:51:20.1913886Z [ OK ] LoopNest.LoopNestReorderInternalLoopNest (17 ms) 2022-05-18T05:51:20.1914722Z [ RUN ] LoopNest.OuterLoopVectorization 2022-05-18T05:51:20.1916740Z [ OK ] LoopNest.OuterLoopVectorization (0 ms) 2022-05-18T05:51:20.1917211Z [ RUN ] LoopNest.VectorizeLoopNotNormalized 2022-05-18T05:51:20.1919711Z [ OK ] LoopNest.VectorizeLoopNotNormalized (0 ms) 2022-05-18T05:51:20.1920333Z [ RUN ] LoopNest.Unroll 2022-05-18T05:51:20.1921001Z [ OK ] LoopNest.Unroll (0 ms) 2022-05-18T05:51:20.1921383Z [ RUN ] LoopNest.UnrollOuter 2022-05-18T05:51:20.1924212Z [ OK ] LoopNest.UnrollOuter (0 ms) 2022-05-18T05:51:20.1924962Z [ RUN ] LoopNest.UnrollInner 2022-05-18T05:51:20.1926112Z [ OK ] LoopNest.UnrollInner (0 ms) 2022-05-18T05:51:20.1926565Z [ RUN ] LoopNest.UnrollMultipleStatements 2022-05-18T05:51:20.1927044Z [ OK ] LoopNest.UnrollMultipleStatements (0 ms) 2022-05-18T05:51:20.1927538Z [ RUN ] LoopNest.UnrollNonLiteralConstantBounds 2022-05-18T05:51:20.1929716Z [ OK ] LoopNest.UnrollNonLiteralConstantBounds (0 ms) 2022-05-18T05:51:20.1930204Z [ RUN ] LoopNest.UnrollNonConstantBounds 2022-05-18T05:51:20.1952679Z [ OK ] LoopNest.UnrollNonConstantBounds (2 ms) 2022-05-18T05:51:20.1953133Z [ RUN ] LoopNest.UnrollByFactorsLessThan2 2022-05-18T05:51:20.1953600Z [ OK ] LoopNest.UnrollByFactorsLessThan2 (0 ms) 2022-05-18T05:51:20.1954070Z [ RUN ] LoopNest.UnrollByFactorEqualToIters 2022-05-18T05:51:20.1957671Z [ OK ] LoopNest.UnrollByFactorEqualToIters (0 ms) 2022-05-18T05:51:20.1958246Z [ RUN ] LoopNest.UnrollEmpty 2022-05-18T05:51:20.1958736Z [ OK ] LoopNest.UnrollEmpty (0 ms) 2022-05-18T05:51:20.1959111Z [ RUN ] LoopNest.NoUnroll 2022-05-18T05:51:20.1959721Z [ OK ] LoopNest.NoUnroll (0 ms) 2022-05-18T05:51:20.1960115Z [ RUN ] LoopNest.UnrollWithLet 2022-05-18T05:51:20.1962182Z [ OK ] LoopNest.UnrollWithLet (0 ms) 2022-05-18T05:51:20.1962830Z [ RUN ] LoopNest.IsNormalized 2022-05-18T05:51:20.1963215Z [ OK ] LoopNest.IsNormalized (0 ms) 2022-05-18T05:51:20.1963639Z [ RUN ] LoopNest.NormalizeStartPositive 2022-05-18T05:51:20.1965775Z [ OK ] LoopNest.NormalizeStartPositive (0 ms) 2022-05-18T05:51:20.1966363Z [ RUN ] LoopNest.NormalizeStartNegative 2022-05-18T05:51:20.1969660Z [ OK ] LoopNest.NormalizeStartNegative (0 ms) 2022-05-18T05:51:20.1970193Z [ RUN ] LoopNest.NormalizeStartZero 2022-05-18T05:51:20.1970625Z [ OK ] LoopNest.NormalizeStartZero (0 ms) 2022-05-18T05:51:20.1971215Z [ RUN ] LoopNest.NormalizeStartVariable 2022-05-18T05:51:20.1975167Z [ OK ] LoopNest.NormalizeStartVariable (0 ms) 2022-05-18T05:51:20.1975652Z [ RUN ] LoopNest.NormalizeOnNestedOuterLoop 2022-05-18T05:51:20.1978727Z [ OK ] LoopNest.NormalizeOnNestedOuterLoop (0 ms) 2022-05-18T05:51:20.1979568Z [ RUN ] LoopNest.NormalizeOnNestedInnerLoop 2022-05-18T05:51:20.1982859Z [ OK ] LoopNest.NormalizeOnNestedInnerLoop (0 ms) 2022-05-18T05:51:20.1983343Z [ RUN ] LoopNest.NormalizeAndSplitWithTail 2022-05-18T05:51:20.1988869Z [ OK ] LoopNest.NormalizeAndSplitWithTail (0 ms) 2022-05-18T05:51:20.1989371Z [ RUN ] LoopNest.NotNormalizeAndSplitWithTail 2022-05-18T05:51:20.1996406Z [ OK ] LoopNest.NotNormalizeAndSplitWithTail (0 ms) 2022-05-18T05:51:20.1996892Z [ RUN ] LoopNest.FlattenSimpleLoopNest2D 2022-05-18T05:51:20.2011592Z [ OK ] LoopNest.FlattenSimpleLoopNest2D (1 ms) 2022-05-18T05:51:20.2012063Z [ RUN ] LoopNest.FlattenSimpleLoopNest3D 2022-05-18T05:51:20.2137815Z [ OK ] LoopNest.FlattenSimpleLoopNest3D (12 ms) 2022-05-18T05:51:20.2138307Z [ RUN ] LoopNest.FlattenLoopNestAfterNormalize 2022-05-18T05:51:20.2176488Z [ OK ] LoopNest.FlattenLoopNestAfterNormalize (3 ms) 2022-05-18T05:51:20.2177062Z [ RUN ] LoopNest.FlattenLoopNestWithNonLiteralConstantBounds 2022-05-18T05:51:20.2193752Z [ OK ] LoopNest.FlattenLoopNestWithNonLiteralConstantBounds (1 ms) 2022-05-18T05:51:20.2194900Z [ RUN ] LoopNest.FlattenImperfectLoopNest 2022-05-18T05:51:20.2195453Z [ OK ] LoopNest.FlattenImperfectLoopNest (0 ms) 2022-05-18T05:51:20.2196067Z [ RUN ] LoopNest.FlattenReductionLoopNest 2022-05-18T05:51:20.2197045Z [ OK ] LoopNest.FlattenReductionLoopNest (0 ms) 2022-05-18T05:51:20.2197937Z [ RUN ] LoopNest.FlattenReductionLoopNestFromTensor 2022-05-18T05:51:20.2199133Z [ OK ] LoopNest.FlattenReductionLoopNestFromTensor (0 ms) 2022-05-18T05:51:20.2199699Z [ RUN ] LoopNest.FlattenIncorrectLoopsAsInput 2022-05-18T05:51:20.2200199Z [ OK ] LoopNest.FlattenIncorrectLoopsAsInput (0 ms) 2022-05-18T05:51:20.2200658Z [ RUN ] LoopNest.DetectInlineRankMismatch 2022-05-18T05:51:20.2201125Z [ OK ] LoopNest.DetectInlineRankMismatch (0 ms) 2022-05-18T05:51:20.2201558Z [ RUN ] LoopNest.CacheReadsSimple 2022-05-18T05:51:20.2747685Z [ OK ] LoopNest.CacheReadsSimple (54 ms) 2022-05-18T05:51:20.2748561Z [ RUN ] LoopNest.CacheReadsOuter 2022-05-18T05:51:20.3343935Z [ OK ] LoopNest.CacheReadsOuter (59 ms) 2022-05-18T05:51:20.3344837Z [ RUN ] LoopNest.CacheReadsInternal 2022-05-18T05:51:20.3980719Z [ OK ] LoopNest.CacheReadsInternal (63 ms) 2022-05-18T05:51:20.3981692Z [ RUN ] LoopNest.CacheReadsInner 2022-05-18T05:51:20.4974997Z [ OK ] LoopNest.CacheReadsInner (99 ms) 2022-05-18T05:51:20.4975921Z [ RUN ] LoopNest.CacheWritesSimple 2022-05-18T05:51:20.6092909Z [ OK ] LoopNest.CacheWritesSimple (111 ms) 2022-05-18T05:51:20.6093784Z [ RUN ] LoopNest.DeadStoreElimination 2022-05-18T05:51:20.6114901Z [ OK ] LoopNest.DeadStoreElimination (2 ms) 2022-05-18T05:51:20.6115945Z [ RUN ] LoopNest.DeadStoreEliminationWithIntermediates 2022-05-18T05:51:20.6133717Z [ OK ] LoopNest.DeadStoreEliminationWithIntermediates (1 ms) 2022-05-18T05:51:20.6134674Z [ RUN ] LoopNest.CompoundTensorSimple 2022-05-18T05:51:20.6154043Z [ OK ] LoopNest.CompoundTensorSimple (2 ms) 2022-05-18T05:51:20.6154985Z [ RUN ] LoopNest.InlineConstantIndex 2022-05-18T05:51:20.6159479Z [ OK ] LoopNest.InlineConstantIndex (0 ms) 2022-05-18T05:51:20.6160655Z [ RUN ] LoopNest.CompoundTensorUsed 2022-05-18T05:51:20.6193494Z [ OK ] LoopNest.CompoundTensorUsed (3 ms) 2022-05-18T05:51:20.6194445Z [ RUN ] LoopNest.InlineFromLoad 2022-05-18T05:51:20.6194981Z [ OK ] LoopNest.InlineFromLoad (0 ms) 2022-05-18T05:51:20.6195682Z [ RUN ] LoopNest.OptimizeConditionalsSimple 2022-05-18T05:51:20.6197679Z [ OK ] LoopNest.OptimizeConditionalsSimple (0 ms) 2022-05-18T05:51:20.6198791Z [ RUN ] LoopNest.OptimizeConditionalsNestedConditions 2022-05-18T05:51:20.6202408Z [ OK ] LoopNest.OptimizeConditionalsNestedConditions (0 ms) 2022-05-18T05:51:20.6203340Z [ RUN ] LoopNest.OptimizeConditionalsMultipleStores 2022-05-18T05:51:20.6206852Z [ OK ] LoopNest.OptimizeConditionalsMultipleStores (0 ms) 2022-05-18T05:51:20.6207883Z [ RUN ] LoopNest.OptimizeConditionalsMultipleStoresInOneLoop 2022-05-18T05:51:20.6214594Z [ OK ] LoopNest.OptimizeConditionalsMultipleStoresInOneLoop (0 ms) 2022-05-18T05:51:20.6215856Z [ RUN ] LoopNest.OptimizeConditionalsOuterLoopVar 2022-05-18T05:51:20.6220901Z [ OK ] LoopNest.OptimizeConditionalsOuterLoopVar (0 ms) 2022-05-18T05:51:20.6221926Z [ RUN ] LoopNest.OptimizeConditionalsCompValuesNotOrdered 2022-05-18T05:51:20.6226192Z [ OK ] LoopNest.OptimizeConditionalsCompValuesNotOrdered (0 ms) 2022-05-18T05:51:20.6227195Z [ RUN ] LoopNest.OptimizeConditionalsCompValuesNotConstants 2022-05-18T05:51:20.6231423Z [ OK ] LoopNest.OptimizeConditionalsCompValuesNotConstants (0 ms) 2022-05-18T05:51:20.6232369Z [ RUN ] LoopNest.OptimizeConditionalsInvalidCondition 2022-05-18T05:51:20.6236507Z [ OK ] LoopNest.OptimizeConditionalsInvalidCondition (0 ms) 2022-05-18T05:51:20.6237486Z [ RUN ] LoopNest.OptimizeConditionalsInvalidCondition2 2022-05-18T05:51:20.6241970Z [ OK ] LoopNest.OptimizeConditionalsInvalidCondition2 (0 ms) 2022-05-18T05:51:20.6242900Z [ RUN ] LoopNest.OptimizeConditionalsInvalidCondition3 2022-05-18T05:51:20.6246750Z [ OK ] LoopNest.OptimizeConditionalsInvalidCondition3 (0 ms) 2022-05-18T05:51:20.6247701Z [ RUN ] LoopNest.OptimizeConditionalsInvalidCondition4 2022-05-18T05:51:20.6251362Z [ OK ] LoopNest.OptimizeConditionalsInvalidCondition4 (0 ms) 2022-05-18T05:51:20.6252364Z [ RUN ] LoopNest.OptimizeConditionalsNotNormalized 2022-05-18T05:51:20.6253604Z [ OK ] LoopNest.OptimizeConditionalsNotNormalized (0 ms) 2022-05-18T05:51:20.6254601Z [ RUN ] LoopNest.ColReduceSplitTailEvenReorder 2022-05-18T05:51:20.8504613Z [ OK ] LoopNest.ColReduceSplitTailEvenReorder (225 ms) 2022-05-18T05:51:20.8505705Z [ RUN ] LoopNest.ColReduceSplitTailUnevenReorder 2022-05-18T05:51:21.0283889Z [ OK ] LoopNest.ColReduceSplitTailUnevenReorder (177 ms) 2022-05-18T05:51:21.0284861Z [ RUN ] LoopNest.ColReduceSplitMaskEvenReorder 2022-05-18T05:51:21.2526560Z [ OK ] LoopNest.ColReduceSplitMaskEvenReorder (224 ms) 2022-05-18T05:51:21.2527466Z [ RUN ] LoopNest.ColReduceSplitMaskUnevenReorder 2022-05-18T05:51:21.4538653Z [ OK ] LoopNest.ColReduceSplitMaskUnevenReorder (201 ms) 2022-05-18T05:51:21.4539632Z [ RUN ] LoopNest.ReorderAxisWithMultipleConds 2022-05-18T05:51:21.4542624Z [ OK ] LoopNest.ReorderAxisWithMultipleConds (0 ms) 2022-05-18T05:51:21.4543542Z [ RUN ] LoopNest.VectorizeUse 2022-05-18T05:51:21.4544420Z [ OK ] LoopNest.VectorizeUse (0 ms) 2022-05-18T05:51:21.4545276Z [ RUN ] LoopNest.Int64Direct 2022-05-18T05:51:21.4546062Z [ OK ] LoopNest.Int64Direct (0 ms) 2022-05-18T05:51:21.4546456Z [ RUN ] LoopNest.Int64Compute 2022-05-18T05:51:21.4547884Z [ OK ] LoopNest.Int64Compute (0 ms) 2022-05-18T05:51:21.4548740Z [ RUN ] LoopNest.DistributeLoopWithAllStmtsAsPivots 2022-05-18T05:51:21.4549829Z [ OK ] LoopNest.DistributeLoopWithAllStmtsAsPivots (0 ms) 2022-05-18T05:51:21.4550919Z [ RUN ] LoopNest.DistributeLoopWithOneStmtAsPivot 2022-05-18T05:51:21.4552050Z [ OK ] LoopNest.DistributeLoopWithOneStmtAsPivot (0 ms) 2022-05-18T05:51:21.4552897Z [ RUN ] LoopNest.DistributeLoopWithoutAnyPivot 2022-05-18T05:51:21.4553414Z [ OK ] LoopNest.DistributeLoopWithoutAnyPivot (0 ms) 2022-05-18T05:51:21.4553896Z [ RUN ] LoopNest.DistributeLoopOverInnerLoops 2022-05-18T05:51:21.4554399Z [ OK ] LoopNest.DistributeLoopOverInnerLoops (0 ms) 2022-05-18T05:51:21.4555121Z [ RUN ] LoopNest.DistributeLoopAndParentsWithoutAnyPivot 2022-05-18T05:51:21.4556397Z [ OK ] LoopNest.DistributeLoopAndParentsWithoutAnyPivot (0 ms) 2022-05-18T05:51:21.4557023Z [ RUN ] LoopNest.fuseLoopsSimple 2022-05-18T05:51:21.4558318Z [ OK ] LoopNest.fuseLoopsSimple (0 ms) 2022-05-18T05:51:21.4559193Z [ RUN ] LoopNest.fuseLoopsMultiple 2022-05-18T05:51:21.4566135Z [ OK ] LoopNest.fuseLoopsMultiple (0 ms) 2022-05-18T05:51:21.4567038Z [ RUN ] LoopNest.fuseLoopsNested 2022-05-18T05:51:21.4576299Z [ OK ] LoopNest.fuseLoopsNested (0 ms) 2022-05-18T05:51:21.4577184Z [ RUN ] LoopNest.fuseLoopsNested2D 2022-05-18T05:51:21.4581871Z [ OK ] LoopNest.fuseLoopsNested2D (0 ms) 2022-05-18T05:51:21.4582812Z [ RUN ] LoopNest.fuseLoopsNested2DInner 2022-05-18T05:51:21.4585215Z [ OK ] LoopNest.fuseLoopsNested2DInner (0 ms) 2022-05-18T05:51:21.4586243Z [ RUN ] LoopNest.fuseLoopsDifferentStopBounds 2022-05-18T05:51:21.4586989Z [ OK ] LoopNest.fuseLoopsDifferentStopBounds (0 ms) 2022-05-18T05:51:21.4588014Z [ RUN ] LoopNest.fuseLoopsDifferentStartBounds 2022-05-18T05:51:21.4588881Z [ OK ] LoopNest.fuseLoopsDifferentStartBounds (0 ms) 2022-05-18T05:51:21.4589365Z [ RUN ] LoopNest.fuseLoopsNotContiguous 2022-05-18T05:51:21.4589822Z [ OK ] LoopNest.fuseLoopsNotContiguous (0 ms) 2022-05-18T05:51:21.4590303Z [ RUN ] LoopNest.fuseLoopsWithDifferentParents 2022-05-18T05:51:21.4590792Z [ OK ] LoopNest.fuseLoopsWithDifferentParents (0 ms) 2022-05-18T05:51:21.4591283Z [ RUN ] LoopNest.fuseLoopsWithVariableBounds 2022-05-18T05:51:21.4593503Z [ OK ] LoopNest.fuseLoopsWithVariableBounds (0 ms) 2022-05-18T05:51:21.4594412Z [ RUN ] LoopNest.fuseLoopsWithExprBounds 2022-05-18T05:51:21.4603129Z [ OK ] LoopNest.fuseLoopsWithExprBounds (0 ms) 2022-05-18T05:51:21.4604099Z [ RUN ] LoopNest.fuseLoopsWithDifferentExprBounds 2022-05-18T05:51:21.4610582Z [ OK ] LoopNest.fuseLoopsWithDifferentExprBounds (0 ms) 2022-05-18T05:51:21.4611560Z [ RUN ] LoopNest.fuseLoopsWithNonOverlappingBufferAccesses 2022-05-18T05:51:21.4617518Z [ OK ] LoopNest.fuseLoopsWithNonOverlappingBufferAccesses (0 ms) 2022-05-18T05:51:21.4618787Z [ RUN ] LoopNest.fuseLoopsWithNonOverlapping2DBufferAccesses 2022-05-18T05:51:21.4629864Z [ OK ] LoopNest.fuseLoopsWithNonOverlapping2DBufferAccesses (1 ms) 2022-05-18T05:51:21.4630793Z [ RUN ] LoopNest.fuseLoopsWithReductions 2022-05-18T05:51:21.4638061Z [ OK ] LoopNest.fuseLoopsWithReductions (0 ms) 2022-05-18T05:51:21.4639020Z [ RUN ] LoopNest.fuseLoopsWith2DReductions 2022-05-18T05:51:21.4652168Z [ OK ] LoopNest.fuseLoopsWith2DReductions (1 ms) 2022-05-18T05:51:21.4653091Z [ RUN ] LoopNest.fuseLoopsWithComplexIndices 2022-05-18T05:51:21.4665307Z [ OK ] LoopNest.fuseLoopsWithComplexIndices (1 ms) 2022-05-18T05:51:21.4666243Z [ RUN ] LoopNest.fuseLoopsWithMixedLoopVarsAsIndices 2022-05-18T05:51:21.4681477Z [ OK ] LoopNest.fuseLoopsWithMixedLoopVarsAsIndices (1 ms) 2022-05-18T05:51:21.4682355Z [ RUN ] LoopNest.fuseLoopsWithTranspose 2022-05-18T05:51:21.4689906Z [ OK ] LoopNest.fuseLoopsWithTranspose (0 ms) 2022-05-18T05:51:21.4690857Z [ RUN ] LoopNest.fuseLoopsThatViolateDependencies1 2022-05-18T05:51:21.4696719Z [ OK ] LoopNest.fuseLoopsThatViolateDependencies1 (0 ms) 2022-05-18T05:51:21.4697676Z [ RUN ] LoopNest.fuseLoopsThatViolateDependencies2 2022-05-18T05:51:21.4703348Z [ OK ] LoopNest.fuseLoopsThatViolateDependencies2 (0 ms) 2022-05-18T05:51:21.4704284Z [ RUN ] LoopNest.fuseLoopsThatViolateDependencies3 2022-05-18T05:51:21.4715678Z [ OK ] LoopNest.fuseLoopsThatViolateDependencies3 (1 ms) 2022-05-18T05:51:21.4716634Z [ RUN ] LoopNest.fuseLoopsThatViolateDependencies4 2022-05-18T05:51:21.4730474Z [ OK ] LoopNest.fuseLoopsThatViolateDependencies4 (1 ms) 2022-05-18T05:51:21.4731513Z [ RUN ] LoopNest.fuseLoopsThatViolateDependencies5 2022-05-18T05:51:21.4737818Z [ OK ] LoopNest.fuseLoopsThatViolateDependencies5 (0 ms) 2022-05-18T05:51:21.4739034Z [ RUN ] LoopNest.fuseLoopsThatViolateDependencies6 2022-05-18T05:51:21.4745743Z [ OK ] LoopNest.fuseLoopsThatViolateDependencies6 (0 ms) 2022-05-18T05:51:21.4746687Z [ RUN ] LoopNest.fuseLoopsThatViolateDependencies7 2022-05-18T05:51:21.4752700Z [ OK ] LoopNest.fuseLoopsThatViolateDependencies7 (0 ms) 2022-05-18T05:51:21.4753744Z [ RUN ] LoopNest.areLoopsPerfectlyNested 2022-05-18T05:51:21.4754639Z [ OK ] LoopNest.areLoopsPerfectlyNested (0 ms) 2022-05-18T05:51:21.4755245Z [ RUN ] LoopNest.reorderNestedLoops2D 2022-05-18T05:51:21.4756106Z [ OK ] LoopNest.reorderNestedLoops2D (0 ms) 2022-05-18T05:51:21.4756649Z [ RUN ] LoopNest.reorderNestedLoops3D 2022-05-18T05:51:21.4757255Z [ OK ] LoopNest.reorderNestedLoops3D (0 ms) 2022-05-18T05:51:21.4757827Z [ RUN ] LoopNest.reorderNestedLoops4D 2022-05-18T05:51:21.4758419Z [ OK ] LoopNest.reorderNestedLoops4D (0 ms) 2022-05-18T05:51:21.4758874Z [ RUN ] LoopNest.reorderTrivialPermutation 2022-05-18T05:51:21.4759522Z [ OK ] LoopNest.reorderTrivialPermutation (0 ms) 2022-05-18T05:51:21.4760383Z [ RUN ] LoopNest.reorderInvalidPermutations 2022-05-18T05:51:21.4760964Z [ OK ] LoopNest.reorderInvalidPermutations (0 ms) 2022-05-18T05:51:21.4761661Z [ RUN ] LoopNest.reorderInvalidLoopNest 2022-05-18T05:51:21.4762117Z [ OK ] LoopNest.reorderInvalidLoopNest (0 ms) 2022-05-18T05:51:21.4762571Z [ RUN ] LoopNest.compressBufferSimple 2022-05-18T05:51:21.4763085Z [ OK ] LoopNest.compressBufferSimple (0 ms) 2022-05-18T05:51:21.4763718Z [ RUN ] LoopNest.compressBufferMultipleDims 2022-05-18T05:51:21.4764204Z [ OK ] LoopNest.compressBufferMultipleDims (0 ms) 2022-05-18T05:51:21.4764692Z [ RUN ] LoopNest.compressBufferMultipleDims2 2022-05-18T05:51:21.4765164Z [ OK ] LoopNest.compressBufferMultipleDims2 (0 ms) 2022-05-18T05:51:21.4765682Z [ RUN ] LoopNest.compressBufferDifferentOrderIndices 2022-05-18T05:51:21.4766266Z [ OK ] LoopNest.compressBufferDifferentOrderIndices (0 ms) 2022-05-18T05:51:21.4766782Z [ RUN ] LoopNest.compressBufferVariableBounds 2022-05-18T05:51:21.4767275Z [ OK ] LoopNest.compressBufferVariableBounds (0 ms) 2022-05-18T05:51:21.4767784Z [ RUN ] LoopNest.compressBufferNoCommonParentLoops 2022-05-18T05:51:21.4768541Z [ OK ] LoopNest.compressBufferNoCommonParentLoops (0 ms) 2022-05-18T05:51:21.4769052Z [ RUN ] LoopNest.compressBufferIndicesMixed 2022-05-18T05:51:21.4769540Z [ OK ] LoopNest.compressBufferIndicesMixed (0 ms) 2022-05-18T05:51:21.4770002Z [ RUN ] LoopNest.compressMultipleBuffers 2022-05-18T05:51:21.4770448Z [ OK ] LoopNest.compressMultipleBuffers (0 ms) 2022-05-18T05:51:21.4770869Z [ RUN ] LoopNest.sanitizeNames 2022-05-18T05:51:21.4789387Z [ OK ] LoopNest.sanitizeNames (2 ms) 2022-05-18T05:51:21.4789831Z [----------] 174 tests from LoopNest (2533 ms total) 2022-05-18T05:51:21.4790050Z 2022-05-18T05:51:21.4790268Z [----------] 31 tests from MemDependency 2022-05-18T05:51:21.4790672Z [ RUN ] MemDependency.BoundOverlap 2022-05-18T05:51:21.4805042Z [ OK ] MemDependency.BoundOverlap (1 ms) 2022-05-18T05:51:21.4805470Z [ RUN ] MemDependency.BoundComparison 2022-05-18T05:51:21.4817348Z [ OK ] MemDependency.BoundComparison (1 ms) 2022-05-18T05:51:21.4817973Z [ RUN ] MemDependency.BoundOverlapSymbolic 2022-05-18T05:51:21.4831027Z [ OK ] MemDependency.BoundOverlapSymbolic (1 ms) 2022-05-18T05:51:21.4831491Z [ RUN ] MemDependency.BoundOverlapMultiDim 2022-05-18T05:51:21.4843223Z [ OK ] MemDependency.BoundOverlapMultiDim (1 ms) 2022-05-18T05:51:21.4843684Z [ RUN ] MemDependency.BoundSubtract 2022-05-18T05:51:21.4853527Z [ OK ] MemDependency.BoundSubtract (1 ms) 2022-05-18T05:51:21.4853991Z [ RUN ] MemDependency.BoundSubtractSymbolic 2022-05-18T05:51:21.4885410Z [ OK ] MemDependency.BoundSubtractSymbolic (3 ms) 2022-05-18T05:51:21.4885899Z [ RUN ] MemDependency.BoundSubtractMultiDim 2022-05-18T05:51:21.4921341Z [ OK ] MemDependency.BoundSubtractMultiDim (3 ms) 2022-05-18T05:51:21.4921872Z [ RUN ] MemDependency.BoundSubtractMultiDimSymbolic 2022-05-18T05:51:21.4970318Z [ OK ] MemDependency.BoundSubtractMultiDimSymbolic (4 ms) 2022-05-18T05:51:21.4971029Z [ RUN ] MemDependency.MemDependencyCheckerSimple 2022-05-18T05:51:21.4971535Z [ OK ] MemDependency.MemDependencyCheckerSimple (0 ms) 2022-05-18T05:51:21.4972311Z [ RUN ] MemDependency.MemDependencyCheckerMultiStmt 2022-05-18T05:51:21.4972859Z [ OK ] MemDependency.MemDependencyCheckerMultiStmt (0 ms) 2022-05-18T05:51:21.4973403Z [ RUN ] MemDependency.MemDependencyCheckerOverlap 2022-05-18T05:51:21.4973922Z [ OK ] MemDependency.MemDependencyCheckerOverlap (0 ms) 2022-05-18T05:51:21.4974442Z [ RUN ] MemDependency.MemDependencyCheckerLoop 2022-05-18T05:51:21.4977053Z [ OK ] MemDependency.MemDependencyCheckerLoop (0 ms) 2022-05-18T05:51:21.4977581Z [ RUN ] MemDependency.MemDependencyCheckerLoopReduce 2022-05-18T05:51:21.4981988Z [ OK ] MemDependency.MemDependencyCheckerLoopReduce (0 ms) 2022-05-18T05:51:21.4982586Z [ RUN ] MemDependency.MemDependencyCheckerLoopReduceExpanded 2022-05-18T05:51:21.4986460Z [ OK ] MemDependency.MemDependencyCheckerLoopReduceExpanded (0 ms) 2022-05-18T05:51:21.4987043Z [ RUN ] MemDependency.MemDependencyCheckerInputsOutputs 2022-05-18T05:51:21.4989999Z [ OK ] MemDependency.MemDependencyCheckerInputsOutputs (0 ms) 2022-05-18T05:51:21.4990635Z [ RUN ] MemDependency.MemDependencyCheckerOutputDoesntDepend 2022-05-18T05:51:21.4991744Z [ OK ] MemDependency.MemDependencyCheckerOutputDoesntDepend (0 ms) 2022-05-18T05:51:21.4992306Z [ RUN ] MemDependency.MemDependencyCheckerLoopBounds 2022-05-18T05:51:21.5011459Z [ OK ] MemDependency.MemDependencyCheckerLoopBounds (1 ms) 2022-05-18T05:51:21.5012183Z [ RUN ] MemDependency.MemDependencyCheckerLoopBoundsIndexShift 2022-05-18T05:51:21.5058393Z [ OK ] MemDependency.MemDependencyCheckerLoopBoundsIndexShift (4 ms) 2022-05-18T05:51:21.5059278Z [ RUN ] MemDependency.MemDependencyCheckerLoopSelfDependency 2022-05-18T05:51:21.5268202Z [ OK ] MemDependency.MemDependencyCheckerLoopSelfDependency (20 ms) 2022-05-18T05:51:21.5268831Z [ RUN ] MemDependency.MemDependencyCheckerLoopDistinctStrides 2022-05-18T05:51:21.5281902Z [ OK ] MemDependency.MemDependencyCheckerLoopDistinctStrides (1 ms) 2022-05-18T05:51:21.5282490Z [ RUN ] MemDependency.MemDependencyCheckerLoopBoundsCond 2022-05-18T05:51:21.5314106Z [ OK ] MemDependency.MemDependencyCheckerLoopBoundsCond (3 ms) 2022-05-18T05:51:21.5314679Z [ RUN ] MemDependency.MemDependencyCheckerIfThenElse 2022-05-18T05:51:21.5334876Z [ OK ] MemDependency.MemDependencyCheckerIfThenElse (2 ms) 2022-05-18T05:51:21.5335407Z [ RUN ] MemDependency.MemDependencyCheckerCutLoop 2022-05-18T05:51:21.5366942Z [ OK ] MemDependency.MemDependencyCheckerCutLoop (3 ms) 2022-05-18T05:51:21.5367500Z [ RUN ] MemDependency.MemDependencyCheckerDynamicShapes 2022-05-18T05:51:21.5409181Z [ OK ] MemDependency.MemDependencyCheckerDynamicShapes (4 ms) 2022-05-18T05:51:21.5409724Z [ RUN ] MemDependency.MemDependencyCheckerMultiDim 2022-05-18T05:51:21.5459653Z [ OK ] MemDependency.MemDependencyCheckerMultiDim (5 ms) 2022-05-18T05:51:21.5460205Z [ RUN ] MemDependency.MemDependencyCheckerComputeAPI 2022-05-18T05:51:21.5476082Z [ OK ] MemDependency.MemDependencyCheckerComputeAPI (1 ms) 2022-05-18T05:51:21.5476638Z [ RUN ] MemDependency.MemDependencyCheckerComputeInline 2022-05-18T05:51:21.5487534Z [ OK ] MemDependency.MemDependencyCheckerComputeInline (1 ms) 2022-05-18T05:51:21.5488166Z [ RUN ] MemDependency.MemDependencyCheckerComputeSplit 2022-05-18T05:51:21.5520931Z [ OK ] MemDependency.MemDependencyCheckerComputeSplit (3 ms) 2022-05-18T05:51:21.5521499Z [ RUN ] MemDependency.MemDependencyCheckerComputeReorder 2022-05-18T05:51:21.5541433Z [ OK ] MemDependency.MemDependencyCheckerComputeReorder (2 ms) 2022-05-18T05:51:21.5542015Z [ RUN ] MemDependency.MemDependencyCheckerComputeReduce 2022-05-18T05:51:21.5557803Z [ OK ] MemDependency.MemDependencyCheckerComputeReduce (1 ms) 2022-05-18T05:51:21.5558358Z [ RUN ] MemDependency.MemDependencyCheckerComputeGEMM 2022-05-18T05:51:21.5807597Z [ OK ] MemDependency.MemDependencyCheckerComputeGEMM (24 ms) 2022-05-18T05:51:21.5808129Z [----------] 31 tests from MemDependency (101 ms total) 2022-05-18T05:51:21.5808356Z 2022-05-18T05:51:21.5808545Z [----------] 2 tests from Ops 2022-05-18T05:51:21.5808859Z [ RUN ] Ops.Sum 2022-05-18T05:51:21.5871046Z [ OK ] Ops.Sum (6 ms) 2022-05-18T05:51:21.5871418Z [ RUN ] Ops.ChannelsLastSum 2022-05-18T05:51:21.7559793Z [ OK ] Ops.ChannelsLastSum (168 ms) 2022-05-18T05:51:21.7560641Z [----------] 2 tests from Ops (175 ms total) 2022-05-18T05:51:21.7561037Z 2022-05-18T05:51:21.7561428Z [----------] 10 tests from Quantization 2022-05-18T05:51:21.7562193Z [ RUN ] Quantization.QuantDequantInt8 2022-05-18T05:51:21.7893345Z [ OK ] Quantization.QuantDequantInt8 (33 ms) 2022-05-18T05:51:21.7894232Z [ RUN ] Quantization.QuantDequantUInt8 2022-05-18T05:51:21.8213577Z [ OK ] Quantization.QuantDequantUInt8 (32 ms) 2022-05-18T05:51:21.8214472Z [ RUN ] Quantization.QuantDequantUInt8_NLC 2022-05-18T05:51:21.8549070Z [ OK ] Quantization.QuantDequantUInt8_NLC (33 ms) 2022-05-18T05:51:21.8550293Z [ RUN ] Quantization.QuantAddDequantInt8 2022-05-18T05:51:21.8935218Z [ OK ] Quantization.QuantAddDequantInt8 (38 ms) 2022-05-18T05:51:21.8936139Z [ RUN ] Quantization.QuantAddDequantUInt8 2022-05-18T05:51:21.9312913Z [ OK ] Quantization.QuantAddDequantUInt8 (37 ms) 2022-05-18T05:51:21.9313877Z [ RUN ] Quantization.QuantSigmoidDequantUInt8 2022-05-18T05:51:21.9766749Z [ OK ] Quantization.QuantSigmoidDequantUInt8 (45 ms) 2022-05-18T05:51:21.9767726Z [ RUN ] Quantization.QuantMulDequantUInt8 2022-05-18T05:51:22.0309560Z [ OK ] Quantization.QuantMulDequantUInt8 (54 ms) 2022-05-18T05:51:22.0310614Z [ RUN ] Quantization.QuantUpsampleNearst2dDequantUInt8 2022-05-18T05:51:22.0920237Z [ OK ] Quantization.QuantUpsampleNearst2dDequantUInt8 (61 ms) 2022-05-18T05:51:22.0921165Z [ RUN ] Quantization.UpsampleNearst2d 2022-05-18T05:51:22.1317667Z [ OK ] Quantization.UpsampleNearst2d (39 ms) 2022-05-18T05:51:22.1318799Z [ RUN ] Quantization.QuantCatDequantUInt8 2022-05-18T05:51:22.2146054Z [ OK ] Quantization.QuantCatDequantUInt8 (82 ms) 2022-05-18T05:51:22.2146971Z [----------] 10 tests from Quantization (458 ms total) 2022-05-18T05:51:22.2147393Z 2022-05-18T05:51:22.2147776Z [----------] 2 tests from BufLiveRange 2022-05-18T05:51:22.2148554Z [ RUN ] BufLiveRange.SingleRangeLine 2022-05-18T05:51:22.2149403Z [ OK ] BufLiveRange.SingleRangeLine (0 ms) 2022-05-18T05:51:22.2150181Z [ RUN ] BufLiveRange.MulRangeLine 2022-05-18T05:51:22.2150978Z [ OK ] BufLiveRange.MulRangeLine (0 ms) 2022-05-18T05:51:22.2151817Z [----------] 2 tests from BufLiveRange (0 ms total) 2022-05-18T05:51:22.2152214Z 2022-05-18T05:51:22.2152595Z [----------] 6 tests from MemPlanning 2022-05-18T05:51:22.2153391Z [ RUN ] MemPlanning.MemReuseWithTypeCast 2022-05-18T05:51:22.3004935Z [ OK ] MemPlanning.MemReuseWithTypeCast (85 ms) 2022-05-18T05:51:22.3005436Z [ RUN ] MemPlanning.NoMemReuseForLargerType 2022-05-18T05:51:22.4017082Z [ OK ] MemPlanning.NoMemReuseForLargerType (101 ms) 2022-05-18T05:51:22.4017609Z [ RUN ] MemPlanning.SameBufSizeMemReuse 2022-05-18T05:51:22.5159665Z [ OK ] MemPlanning.SameBufSizeMemReuse (114 ms) 2022-05-18T05:51:22.5160186Z [ RUN ] MemPlanning.SameBufSizeMultiMemReuses 2022-05-18T05:51:22.6340391Z [ OK ] MemPlanning.SameBufSizeMultiMemReuses (118 ms) 2022-05-18T05:51:22.6340952Z [ RUN ] MemPlanning.SameBufSizeMultiMemReusesOfOneBuf 2022-05-18T05:51:22.7752583Z [ OK ] MemPlanning.SameBufSizeMultiMemReusesOfOneBuf (141 ms) 2022-05-18T05:51:22.7753152Z [ RUN ] MemPlanning.SmallerBufSizeNonMemReuse 2022-05-18T05:51:22.8901851Z [ OK ] MemPlanning.SmallerBufSizeNonMemReuse (114 ms) 2022-05-18T05:51:22.8902702Z [----------] 6 tests from MemPlanning (675 ms total) 2022-05-18T05:51:22.8902953Z 2022-05-18T05:51:22.8903147Z [----------] 45 tests from Reductions 2022-05-18T05:51:22.8903538Z [ RUN ] Reductions.ReduceSum0D_1 2022-05-18T05:51:22.8904239Z [ OK ] Reductions.ReduceSum0D_1 (0 ms) 2022-05-18T05:51:22.8904911Z [ RUN ] Reductions.ReduceSum0D_2 2022-05-18T05:51:22.8905340Z [ OK ] Reductions.ReduceSum0D_2 (0 ms) 2022-05-18T05:51:22.8905786Z [ RUN ] Reductions.ReduceSum1D 2022-05-18T05:51:22.8906980Z [ OK ] Reductions.ReduceSum1D (0 ms) 2022-05-18T05:51:22.8907660Z [ RUN ] Reductions.ReduceSum2D 2022-05-18T05:51:22.8914245Z [ OK ] Reductions.ReduceSum2D (0 ms) 2022-05-18T05:51:22.8914625Z [ RUN ] Reductions.ReduceSum3D 2022-05-18T05:51:22.8962885Z [ OK ] Reductions.ReduceSum3D (4 ms) 2022-05-18T05:51:22.8963528Z [ RUN ] Reductions.ReduceSum10D 2022-05-18T05:51:23.9356469Z [ OK ] Reductions.ReduceSum10D (1039 ms) 2022-05-18T05:51:23.9356965Z [ RUN ] Reductions.ReduceProduct 2022-05-18T05:51:23.9361495Z [ OK ] Reductions.ReduceProduct (0 ms) 2022-05-18T05:51:23.9368961Z [ RUN ] Reductions.ReduceMax 2022-05-18T05:51:23.9369358Z [ OK ] Reductions.ReduceMax (0 ms) 2022-05-18T05:51:23.9369784Z [ RUN ] Reductions.ReduceMinCustomInitializer 2022-05-18T05:51:23.9372433Z [ OK ] Reductions.ReduceMinCustomInitializer (0 ms) 2022-05-18T05:51:23.9372880Z [ RUN ] Reductions.ReduceAnyAll 2022-05-18T05:51:23.9406380Z [ OK ] Reductions.ReduceAnyAll (3 ms) 2022-05-18T05:51:23.9406778Z [ RUN ] Reductions.ReduceMatmul2D 2022-05-18T05:51:23.9421583Z [ OK ] Reductions.ReduceMatmul2D (1 ms) 2022-05-18T05:51:23.9422018Z [ RUN ] Reductions.ReduceRfactorLike 2022-05-18T05:51:23.9439140Z [ OK ] Reductions.ReduceRfactorLike (1 ms) 2022-05-18T05:51:23.9439865Z [ RUN ] Reductions.ReduceAsProducer 2022-05-18T05:51:23.9474058Z [ OK ] Reductions.ReduceAsProducer (3 ms) 2022-05-18T05:51:23.9474486Z [ RUN ] Reductions.ReduceAsConsumer 2022-05-18T05:51:23.9528266Z [ OK ] Reductions.ReduceAsConsumer (5 ms) 2022-05-18T05:51:23.9528675Z [ RUN ] Reductions.SplitReduceAxis 2022-05-18T05:51:23.9553653Z [ OK ] Reductions.SplitReduceAxis (2 ms) 2022-05-18T05:51:23.9554092Z [ RUN ] Reductions.SplitNonReduceAxis 2022-05-18T05:51:23.9604315Z [ OK ] Reductions.SplitNonReduceAxis (5 ms) 2022-05-18T05:51:23.9604810Z [ RUN ] Reductions.ReorderedReductionInitializer 2022-05-18T05:51:23.9664689Z [ OK ] Reductions.ReorderedReductionInitializer (5 ms) 2022-05-18T05:51:23.9665159Z [ RUN ] Reductions.ReduceRfactor 2022-05-18T05:51:23.9682077Z [ OK ] Reductions.ReduceRfactor (1 ms) 2022-05-18T05:51:23.9682525Z [ RUN ] Reductions.Reduce3DRfactorInner 2022-05-18T05:51:23.9875151Z [ OK ] Reductions.Reduce3DRfactorInner (19 ms) 2022-05-18T05:51:23.9875597Z [ RUN ] Reductions.Reduce3DRfactorOuter 2022-05-18T05:51:24.0075529Z [ OK ] Reductions.Reduce3DRfactorOuter (20 ms) 2022-05-18T05:51:24.0076025Z [ RUN ] Reductions.ReduceRepeatedInternalRfactor 2022-05-18T05:51:24.2728263Z [ OK ] Reductions.ReduceRepeatedInternalRfactor (265 ms) 2022-05-18T05:51:24.2728745Z [ RUN ] Reductions.ReduceSplitTail 2022-05-18T05:51:24.3331111Z [ OK ] Reductions.ReduceSplitTail (60 ms) 2022-05-18T05:51:24.3331550Z [ RUN ] Reductions.ReduceSplitNoTail 2022-05-18T05:51:24.4023127Z [ OK ] Reductions.ReduceSplitNoTail (69 ms) 2022-05-18T05:51:24.4023573Z [ RUN ] Reductions.ReduceOverSplitTail 2022-05-18T05:51:24.4604462Z [ OK ] Reductions.ReduceOverSplitTail (58 ms) 2022-05-18T05:51:24.4604912Z [ RUN ] Reductions.ReduceSplitMask 2022-05-18T05:51:24.5357346Z [ OK ] Reductions.ReduceSplitMask (75 ms) 2022-05-18T05:51:24.5357772Z [ RUN ] Reductions.ReduceSplitNoMask 2022-05-18T05:51:24.6048736Z [ OK ] Reductions.ReduceSplitNoMask (69 ms) 2022-05-18T05:51:24.6049189Z [ RUN ] Reductions.ReduceOverSplitMask 2022-05-18T05:51:24.6656870Z [ OK ] Reductions.ReduceOverSplitMask (60 ms) 2022-05-18T05:51:24.6657341Z [ RUN ] Reductions.ReduceSplitRfactor 2022-05-18T05:51:24.6722079Z [ OK ] Reductions.ReduceSplitRfactor (6 ms) 2022-05-18T05:51:24.6722541Z [ RUN ] Reductions.ReduceOverSplitRfactor 2022-05-18T05:51:24.6744338Z [ OK ] Reductions.ReduceOverSplitRfactor (2 ms) 2022-05-18T05:51:24.6745103Z [ RUN ] Reductions.ReduceInlineReduction 2022-05-18T05:51:24.6746024Z [ OK ] Reductions.ReduceInlineReduction (0 ms) 2022-05-18T05:51:24.6746481Z [ RUN ] Reductions.ReduceInlineConsumer 2022-05-18T05:51:24.6882690Z [ OK ] Reductions.ReduceInlineConsumer (13 ms) 2022-05-18T05:51:24.6883179Z [ RUN ] Reductions.ReduceInlineReducerInternal 2022-05-18T05:51:24.7021741Z [ OK ] Reductions.ReduceInlineReducerInternal (13 ms) 2022-05-18T05:51:24.7022288Z [ RUN ] Reductions.ReductionCacheAccessesOperatorAxis 2022-05-18T05:51:24.7093172Z [ OK ] Reductions.ReductionCacheAccessesOperatorAxis (7 ms) 2022-05-18T05:51:24.7093749Z [ RUN ] Reductions.ReductionCacheAccessesOuterReduceAxis 2022-05-18T05:51:24.7160018Z [ OK ] Reductions.ReductionCacheAccessesOuterReduceAxis (6 ms) 2022-05-18T05:51:24.7160601Z [ RUN ] Reductions.ReductionCacheAccessesInnerReduceAxis 2022-05-18T05:51:24.7226785Z [ OK ] Reductions.ReductionCacheAccessesInnerReduceAxis (6 ms) 2022-05-18T05:51:24.7227473Z [ RUN ] Reductions.ReductionCacheBodyAccess 2022-05-18T05:51:24.7250295Z [ OK ] Reductions.ReductionCacheBodyAccess (2 ms) 2022-05-18T05:51:24.7250776Z [ RUN ] Reductions.ReductionCacheConsumerAccess 2022-05-18T05:51:24.7278708Z [ OK ] Reductions.ReductionCacheConsumerAccess (2 ms) 2022-05-18T05:51:24.7279256Z [ RUN ] Reductions.ReductionSplitCacheConsumerAccess 2022-05-18T05:51:24.7310746Z [ OK ] Reductions.ReductionSplitCacheConsumerAccess (3 ms) 2022-05-18T05:51:24.7311288Z [ RUN ] Reductions.ReductionReorderCacheConsumerAccess 2022-05-18T05:51:24.7339180Z [ OK ] Reductions.ReductionReorderCacheConsumerAccess (2 ms) 2022-05-18T05:51:24.7339732Z [ RUN ] Reductions.ReductionRfactorCacheTempOuter 2022-05-18T05:51:24.7608853Z [ OK ] Reductions.ReductionRfactorCacheTempOuter (26 ms) 2022-05-18T05:51:24.7609374Z [ RUN ] Reductions.ReductionRfactorCacheTempInner 2022-05-18T05:51:24.7825674Z [ OK ] Reductions.ReductionRfactorCacheTempInner (21 ms) 2022-05-18T05:51:24.7826157Z [ RUN ] Reductions.ReductionVectorize 2022-05-18T05:51:24.7843264Z [ OK ] Reductions.ReductionVectorize (1 ms) 2022-05-18T05:51:24.7843706Z [ RUN ] Reductions.ReductionVectorizeInner 2022-05-18T05:51:24.7844178Z [ OK ] Reductions.ReductionVectorizeInner (0 ms) 2022-05-18T05:51:24.7844648Z [ RUN ] Reductions.ReductionVectorizeRfactor 2022-05-18T05:51:24.7864820Z [ OK ] Reductions.ReductionVectorizeRfactor (2 ms) 2022-05-18T05:51:24.7865263Z [ RUN ] Reductions.InitFunction 2022-05-18T05:51:24.7868153Z [ OK ] Reductions.InitFunction (0 ms) 2022-05-18T05:51:24.7868612Z [----------] 45 tests from Reductions (1896 ms total) 2022-05-18T05:51:24.7868814Z 2022-05-18T05:51:24.7869025Z [----------] 69 tests from Registerizer 2022-05-18T05:51:24.7869459Z [ RUN ] Registerizer.RegisterizerSimple 2022-05-18T05:51:24.7872516Z [ OK ] Registerizer.RegisterizerSimple (0 ms) 2022-05-18T05:51:24.7873094Z [ RUN ] Registerizer.RegisterizerLoop 2022-05-18T05:51:24.7874493Z [ OK ] Registerizer.RegisterizerLoop (0 ms) 2022-05-18T05:51:24.7874961Z [ RUN ] Registerizer.RegisterizerLoopFixedLoad 2022-05-18T05:51:24.7877761Z [ OK ] Registerizer.RegisterizerLoopFixedLoad (0 ms) 2022-05-18T05:51:24.7878322Z [ RUN ] Registerizer.RegisterizerLoopInternal 2022-05-18T05:51:24.7881002Z [ OK ] Registerizer.RegisterizerLoopInternal (0 ms) 2022-05-18T05:51:24.7881549Z [ RUN ] Registerizer.RegisterizerLoopInternalLoadOverlap 2022-05-18T05:51:24.7884900Z [ OK ] Registerizer.RegisterizerLoopInternalLoadOverlap (0 ms) 2022-05-18T05:51:24.7885476Z [ RUN ] Registerizer.RegisterizerLoopInternalRepeated 2022-05-18T05:51:24.7891262Z [ OK ] Registerizer.RegisterizerLoopInternalRepeated (0 ms) 2022-05-18T05:51:24.7891900Z [ RUN ] Registerizer.RegisterizerLoopInternalRepeatedOverlapLoopVar 2022-05-18T05:51:24.7897865Z [ OK ] Registerizer.RegisterizerLoopInternalRepeatedOverlapLoopVar (0 ms) 2022-05-18T05:51:24.7898822Z [ RUN ] Registerizer.RegisterizerLoopInternalRepeatedOverlapOther 2022-05-18T05:51:24.7904716Z [ OK ] Registerizer.RegisterizerLoopInternalRepeatedOverlapOther (0 ms) 2022-05-18T05:51:24.7905270Z [ RUN ] Registerizer.RegisterizerMultiVar 2022-05-18T05:51:24.7909561Z [ OK ] Registerizer.RegisterizerMultiVar (0 ms) 2022-05-18T05:51:24.7910048Z [ RUN ] Registerizer.RegisterizerVariableLoad 2022-05-18T05:51:24.7913799Z [ OK ] Registerizer.RegisterizerVariableLoad (0 ms) 2022-05-18T05:51:24.7914326Z [ RUN ] Registerizer.RegisterizerSymbolicIndices 2022-05-18T05:51:24.7917031Z [ OK ] Registerizer.RegisterizerSymbolicIndices (0 ms) 2022-05-18T05:51:24.7917532Z [ RUN ] Registerizer.RegisterizerMultiLoop 2022-05-18T05:51:24.7921500Z [ OK ] Registerizer.RegisterizerMultiLoop (0 ms) 2022-05-18T05:51:24.7921957Z [ RUN ] Registerizer.RegisterizerRepeated 2022-05-18T05:51:24.7927223Z [ OK ] Registerizer.RegisterizerRepeated (0 ms) 2022-05-18T05:51:24.7927913Z [ RUN ] Registerizer.RegisterizerNoLoads 2022-05-18T05:51:24.7929888Z [ OK ] Registerizer.RegisterizerNoLoads (0 ms) 2022-05-18T05:51:24.7930366Z [ RUN ] Registerizer.RegisterizerNoRepeatedStores 2022-05-18T05:51:24.7933293Z [ OK ] Registerizer.RegisterizerNoRepeatedStores (0 ms) 2022-05-18T05:51:24.7933821Z [ RUN ] Registerizer.RegisterizerMultiVarOverlap 2022-05-18T05:51:24.7939349Z [ OK ] Registerizer.RegisterizerMultiVarOverlap (0 ms) 2022-05-18T05:51:24.7939827Z [ RUN ] Registerizer.RegisterizerAllocs 2022-05-18T05:51:24.7945270Z [ OK ] Registerizer.RegisterizerAllocs (0 ms) 2022-05-18T05:51:24.7945846Z [ RUN ] Registerizer.RegisterizerNoInitializer 2022-05-18T05:51:24.7947619Z [ OK ] Registerizer.RegisterizerNoInitializer (0 ms) 2022-05-18T05:51:24.7948376Z [ RUN ] Registerizer.RegisterizerNoInitializerLoopVar 2022-05-18T05:51:24.7950502Z [ OK ] Registerizer.RegisterizerNoInitializerLoopVar (0 ms) 2022-05-18T05:51:24.7951028Z [ RUN ] Registerizer.RegisterizerLoadThenStore 2022-05-18T05:51:24.7954327Z [ OK ] Registerizer.RegisterizerLoadThenStore (0 ms) 2022-05-18T05:51:24.7954932Z [ RUN ] Registerizer.RegisterizerParallelized 2022-05-18T05:51:24.7955611Z [ OK ] Registerizer.RegisterizerParallelized (0 ms) 2022-05-18T05:51:24.7956113Z [ RUN ] Registerizer.RegisterizerConditionAfter 2022-05-18T05:51:24.7959864Z [ OK ] Registerizer.RegisterizerConditionAfter (0 ms) 2022-05-18T05:51:24.7960505Z [ RUN ] Registerizer.RegisterizerConditionBefore 2022-05-18T05:51:24.7962863Z [ OK ] Registerizer.RegisterizerConditionBefore (0 ms) 2022-05-18T05:51:24.7963376Z [ RUN ] Registerizer.RegisterizerConditionInside 2022-05-18T05:51:24.7967210Z [ OK ] Registerizer.RegisterizerConditionInside (0 ms) 2022-05-18T05:51:24.7967767Z [ RUN ] Registerizer.RegisterizerConditionInsideOverlap1 2022-05-18T05:51:24.7971792Z [ OK ] Registerizer.RegisterizerConditionInsideOverlap1 (0 ms) 2022-05-18T05:51:24.7972353Z [ RUN ] Registerizer.RegisterizerConditionInsideOverlap2 2022-05-18T05:51:24.7978264Z [ OK ] Registerizer.RegisterizerConditionInsideOverlap2 (0 ms) 2022-05-18T05:51:24.7979249Z [ RUN ] Registerizer.RegisterizerConditionHidden 2022-05-18T05:51:24.7981244Z [ OK ] Registerizer.RegisterizerConditionHidden (0 ms) 2022-05-18T05:51:24.7981749Z [ RUN ] Registerizer.RegisterizerConditionUnhidden 2022-05-18T05:51:24.7985143Z [ OK ] Registerizer.RegisterizerConditionUnhidden (0 ms) 2022-05-18T05:51:24.7985660Z [ RUN ] Registerizer.RegisterizerCondCondition 2022-05-18T05:51:24.7988675Z [ OK ] Registerizer.RegisterizerCondCondition (0 ms) 2022-05-18T05:51:24.7989190Z [ RUN ] Registerizer.RegisterizerCondConditionUnhidden 2022-05-18T05:51:24.7992704Z [ OK ] Registerizer.RegisterizerCondConditionUnhidden (0 ms) 2022-05-18T05:51:24.7993249Z [ RUN ] Registerizer.RegisterizerIfThenElseHidden 2022-05-18T05:51:24.7999012Z [ OK ] Registerizer.RegisterizerIfThenElseHidden (0 ms) 2022-05-18T05:51:24.7999553Z [ RUN ] Registerizer.RegisterizerIfThenElseUnhidden 2022-05-18T05:51:24.8006375Z [ OK ] Registerizer.RegisterizerIfThenElseUnhidden (0 ms) 2022-05-18T05:51:24.8006914Z [ RUN ] Registerizer.RegisterizerIfThenElseNested 2022-05-18T05:51:24.8010249Z [ OK ] Registerizer.RegisterizerIfThenElseNested (0 ms) 2022-05-18T05:51:24.8010790Z [ RUN ] Registerizer.RegisterizerIfThenElseInternal 2022-05-18T05:51:24.8014549Z [ OK ] Registerizer.RegisterizerIfThenElseInternal (0 ms) 2022-05-18T05:51:24.8015309Z [ RUN ] Registerizer.RegisterizerIfThenElseCondition 2022-05-18T05:51:24.8017526Z [ OK ] Registerizer.RegisterizerIfThenElseCondition (0 ms) 2022-05-18T05:51:24.8018103Z [ RUN ] Registerizer.RegisterizerIfThenElseConditionUnhidden 2022-05-18T05:51:24.8021728Z [ OK ] Registerizer.RegisterizerIfThenElseConditionUnhidden (0 ms) 2022-05-18T05:51:24.8022316Z [ RUN ] Registerizer.RegisterizerConditionBranchOnly 2022-05-18T05:51:24.8039881Z [ OK ] Registerizer.RegisterizerConditionBranchOnly (1 ms) 2022-05-18T05:51:24.8040411Z [ RUN ] Registerizer.RegisterizerCondIfThenElse 2022-05-18T05:51:24.8044051Z [ OK ] Registerizer.RegisterizerCondIfThenElse (0 ms) 2022-05-18T05:51:24.8044712Z [ RUN ] Registerizer.RegisterizerIfThenElseLoop 2022-05-18T05:51:24.8046997Z [ OK ] Registerizer.RegisterizerIfThenElseLoop (0 ms) 2022-05-18T05:51:24.8047513Z [ RUN ] Registerizer.RegisterizerIfThenElseLoopCut 2022-05-18T05:51:24.8050796Z [ OK ] Registerizer.RegisterizerIfThenElseLoopCut (0 ms) 2022-05-18T05:51:24.8051300Z [ RUN ] Registerizer.RegisterizerPartialAfter 2022-05-18T05:51:24.8055521Z [ OK ] Registerizer.RegisterizerPartialAfter (0 ms) 2022-05-18T05:51:24.8056022Z [ RUN ] Registerizer.RegisterizerPartialBefore 2022-05-18T05:51:24.8060745Z [ OK ] Registerizer.RegisterizerPartialBefore (0 ms) 2022-05-18T05:51:24.8061245Z [ RUN ] Registerizer.RegisterizerPartialInside 2022-05-18T05:51:24.8067177Z [ OK ] Registerizer.RegisterizerPartialInside (0 ms) 2022-05-18T05:51:24.8067691Z [ RUN ] Registerizer.RegisterizerPartialCondition 2022-05-18T05:51:24.8074159Z [ OK ] Registerizer.RegisterizerPartialCondition (0 ms) 2022-05-18T05:51:24.8074862Z [ RUN ] Registerizer.RegisterizerPartialConditionInternalCut 2022-05-18T05:51:24.8077439Z [ OK ] Registerizer.RegisterizerPartialConditionInternalCut (0 ms) 2022-05-18T05:51:24.8078286Z [ RUN ] Registerizer.RegisterizerPartialConditionInternalStart 2022-05-18T05:51:24.8079915Z [ OK ] Registerizer.RegisterizerPartialConditionInternalStart (0 ms) 2022-05-18T05:51:24.8080531Z [ RUN ] Registerizer.RegisterizerPartialOverlapsTwo 2022-05-18T05:51:24.8085284Z [ OK ] Registerizer.RegisterizerPartialOverlapsTwo (0 ms) 2022-05-18T05:51:24.8085833Z [ RUN ] Registerizer.RegisterizerNestedBlocks 2022-05-18T05:51:24.8089141Z [ OK ] Registerizer.RegisterizerNestedBlocks (0 ms) 2022-05-18T05:51:24.8089818Z [ RUN ] Registerizer.RegisterizerNestedConditions 2022-05-18T05:51:24.8092127Z [ OK ] Registerizer.RegisterizerNestedConditions (0 ms) 2022-05-18T05:51:24.8092685Z [ RUN ] Registerizer.RegisterizerNestedConditionsUnhidden 2022-05-18T05:51:24.8096063Z [ OK ] Registerizer.RegisterizerNestedConditionsUnhidden (0 ms) 2022-05-18T05:51:24.8096656Z [ RUN ] Registerizer.RegisterizerNestedConditionsHiddenFirst 2022-05-18T05:51:24.8101234Z [ OK ] Registerizer.RegisterizerNestedConditionsHiddenFirst (0 ms) 2022-05-18T05:51:24.8101856Z [ RUN ] Registerizer.RegisterizerNestedConditionsHiddenSecond 2022-05-18T05:51:24.8106184Z [ OK ] Registerizer.RegisterizerNestedConditionsHiddenSecond (0 ms) 2022-05-18T05:51:24.8106888Z [ RUN ] Registerizer.RegisterizerNestedConditionsCut 2022-05-18T05:51:24.8109320Z [ OK ] Registerizer.RegisterizerNestedConditionsCut (0 ms) 2022-05-18T05:51:24.8109876Z [ RUN ] Registerizer.RegisterizerNestedConditionLoopHidden 2022-05-18T05:51:24.8113805Z [ OK ] Registerizer.RegisterizerNestedConditionLoopHidden (0 ms) 2022-05-18T05:51:24.8114394Z [ RUN ] Registerizer.RegisterizerNestedConditionThreeDeep 2022-05-18T05:51:24.8122984Z [ OK ] Registerizer.RegisterizerNestedConditionThreeDeep (0 ms) 2022-05-18T05:51:24.8123521Z [ RUN ] Registerizer.RegisterizerNestedLoopSimple 2022-05-18T05:51:24.8126099Z [ OK ] Registerizer.RegisterizerNestedLoopSimple (0 ms) 2022-05-18T05:51:24.8126623Z [ RUN ] Registerizer.RegisterizerHiddenAccessYes 2022-05-18T05:51:24.8131634Z [ OK ] Registerizer.RegisterizerHiddenAccessYes (0 ms) 2022-05-18T05:51:24.8132143Z [ RUN ] Registerizer.RegisterizerHiddenAccessNo 2022-05-18T05:51:24.8136373Z [ OK ] Registerizer.RegisterizerHiddenAccessNo (0 ms) 2022-05-18T05:51:24.8136913Z [ RUN ] Registerizer.RegisterizerHiddenAccessMultiLoop 2022-05-18T05:51:24.8142834Z [ OK ] Registerizer.RegisterizerHiddenAccessMultiLoop (0 ms) 2022-05-18T05:51:24.8143370Z [ RUN ] Registerizer.RegisterizerTwoConditionalLoops 2022-05-18T05:51:24.8147325Z [ OK ] Registerizer.RegisterizerTwoConditionalLoops (0 ms) 2022-05-18T05:51:24.8147886Z [ RUN ] Registerizer.RegisterizerTwoConditionalLoopsCut 2022-05-18T05:51:24.8152473Z [ OK ] Registerizer.RegisterizerTwoConditionalLoopsCut (0 ms) 2022-05-18T05:51:24.8153001Z [ RUN ] Registerizer.RegisterizerLoopLetVar 2022-05-18T05:51:24.8155597Z [ OK ] Registerizer.RegisterizerLoopLetVar (0 ms) 2022-05-18T05:51:24.8156102Z [ RUN ] Registerizer.RegisterizerLoopLetVarOuter 2022-05-18T05:51:24.8158383Z [ OK ] Registerizer.RegisterizerLoopLetVarOuter (0 ms) 2022-05-18T05:51:24.8158873Z [ RUN ] Registerizer.RegisterizerMultiDim 2022-05-18T05:51:24.8161686Z [ OK ] Registerizer.RegisterizerMultiDim (0 ms) 2022-05-18T05:51:24.8162177Z [ RUN ] Registerizer.RegisterizerMultiDimPartial 2022-05-18T05:51:24.8166083Z [ OK ] Registerizer.RegisterizerMultiDimPartial (0 ms) 2022-05-18T05:51:24.8166598Z [ RUN ] Registerizer.RegisterizerMultiDimOverlap 2022-05-18T05:51:24.8170972Z [ OK ] Registerizer.RegisterizerMultiDimOverlap (0 ms) 2022-05-18T05:51:24.8171502Z [ RUN ] Registerizer.RegisterizerMultiDimPartialOverlap 2022-05-18T05:51:24.8175716Z [ OK ] Registerizer.RegisterizerMultiDimPartialOverlap (0 ms) 2022-05-18T05:51:24.8176382Z [ RUN ] Registerizer.RegisterizerMultiDim3DReduction1 2022-05-18T05:51:24.8181281Z [ OK ] Registerizer.RegisterizerMultiDim3DReduction1 (0 ms) 2022-05-18T05:51:24.8181811Z [ RUN ] Registerizer.RegisterizerMultiDim3DReduction2 2022-05-18T05:51:24.8187361Z [ OK ] Registerizer.RegisterizerMultiDim3DReduction2 (0 ms) 2022-05-18T05:51:24.8188294Z [----------] 69 tests from Registerizer (31 ms total) 2022-05-18T05:51:24.8188642Z 2022-05-18T05:51:24.8188859Z [----------] 92 tests from Simplify 2022-05-18T05:51:24.8189426Z [ RUN ] Simplify.ConstantFoldSimple 2022-05-18T05:51:24.8189998Z [ OK ] Simplify.ConstantFoldSimple (0 ms) 2022-05-18T05:51:24.8190480Z [ RUN ] Simplify.ConstantFoldTwoLayer 2022-05-18T05:51:24.8190906Z [ OK ] Simplify.ConstantFoldTwoLayer (0 ms) 2022-05-18T05:51:24.8191323Z [ RUN ] Simplify.ConstantFoldShifts 2022-05-18T05:51:24.8192005Z [ OK ] Simplify.ConstantFoldShifts (0 ms) 2022-05-18T05:51:24.8209352Z [ RUN ] Simplify.ConstantFoldBitwise 2022-05-18T05:51:24.8209924Z [ OK ] Simplify.ConstantFoldBitwise (0 ms) 2022-05-18T05:51:24.8210363Z [ RUN ] Simplify.ConstantFoldMultiOp 2022-05-18T05:51:24.8210934Z [ OK ] Simplify.ConstantFoldMultiOp (0 ms) 2022-05-18T05:51:24.8211542Z [ RUN ] Simplify.ConstantFoldMinMax 2022-05-18T05:51:24.8212135Z [ OK ] Simplify.ConstantFoldMinMax (0 ms) 2022-05-18T05:51:24.8212868Z [ RUN ] Simplify.ConstantFoldIntrinsics 2022-05-18T05:51:24.8213335Z [ OK ] Simplify.ConstantFoldIntrinsics (0 ms) 2022-05-18T05:51:24.8213767Z [ RUN ] Simplify.ConstantFoldCastToBool 2022-05-18T05:51:24.8214217Z [ OK ] Simplify.ConstantFoldCastToBool (0 ms) 2022-05-18T05:51:24.8214657Z [ RUN ] Simplify.ConstantFoldWithVar 2022-05-18T05:51:24.8215335Z [ OK ] Simplify.ConstantFoldWithVar (0 ms) 2022-05-18T05:51:24.8215807Z [ RUN ] Simplify.ConditionalSelectFoldSimple 2022-05-18T05:51:24.8216294Z [ OK ] Simplify.ConditionalSelectFoldSimple (0 ms) 2022-05-18T05:51:24.8216789Z [ RUN ] Simplify.ConditionalSelectFoldTwoLayer 2022-05-18T05:51:24.8217277Z [ OK ] Simplify.ConditionalSelectFoldTwoLayer (0 ms) 2022-05-18T05:51:24.8217772Z [ RUN ] Simplify.ConditionalSelectFoldWithVar 2022-05-18T05:51:24.8218571Z [ OK ] Simplify.ConditionalSelectFoldWithVar (0 ms) 2022-05-18T05:51:24.8219019Z [ RUN ] Simplify.UnFoldableExpr 2022-05-18T05:51:24.8219426Z [ OK ] Simplify.UnFoldableExpr (0 ms) 2022-05-18T05:51:24.8219953Z [ RUN ] Simplify.HashSimple 2022-05-18T05:51:24.8220320Z [ OK ] Simplify.HashSimple (0 ms) 2022-05-18T05:51:24.8220712Z [ RUN ] Simplify.HashEquivalence 2022-05-18T05:51:24.8221125Z [ OK ] Simplify.HashEquivalence (0 ms) 2022-05-18T05:51:24.8221814Z [ RUN ] Simplify.HashEquivalenceRand 2022-05-18T05:51:24.8222260Z [ OK ] Simplify.HashEquivalenceRand (0 ms) 2022-05-18T05:51:24.8222718Z [ RUN ] Simplify.HashEquivalenceAfterFolding 2022-05-18T05:51:24.8223204Z [ OK ] Simplify.HashEquivalenceAfterFolding (0 ms) 2022-05-18T05:51:24.8223634Z [ RUN ] Simplify.HashDifferenceTypes 2022-05-18T05:51:24.8224066Z [ OK ] Simplify.HashDifferenceTypes (0 ms) 2022-05-18T05:51:24.8224487Z [ RUN ] Simplify.HashLargeExpression 2022-05-18T05:51:24.8224898Z [ OK ] Simplify.HashLargeExpression (0 ms) 2022-05-18T05:51:24.8225314Z [ RUN ] Simplify.HashForLoopOptions 2022-05-18T05:51:24.8225739Z [ OK ] Simplify.HashForLoopOptions (0 ms) 2022-05-18T05:51:24.8226116Z [ RUN ] Simplify.SimplifyAdd 2022-05-18T05:51:24.8226641Z [ OK ] Simplify.SimplifyAdd (0 ms) 2022-05-18T05:51:24.8227052Z [ RUN ] Simplify.SimplifySub 2022-05-18T05:51:24.8227438Z [ OK ] Simplify.SimplifySub (0 ms) 2022-05-18T05:51:24.8227842Z [ RUN ] Simplify.SimplifyMultiLayer 2022-05-18T05:51:24.8228266Z [ OK ] Simplify.SimplifyMultiLayer (0 ms) 2022-05-18T05:51:24.8228685Z [ RUN ] Simplify.SimplifyMultiTerm 2022-05-18T05:51:24.8229086Z [ OK ] Simplify.SimplifyMultiTerm (0 ms) 2022-05-18T05:51:24.8229488Z [ RUN ] Simplify.SimplifyCasts 2022-05-18T05:51:24.8229882Z [ OK ] Simplify.SimplifyCasts (0 ms) 2022-05-18T05:51:24.8230293Z [ RUN ] Simplify.SimplifyEliminatesNoOps 2022-05-18T05:51:24.8230755Z [ OK ] Simplify.SimplifyEliminatesNoOps (0 ms) 2022-05-18T05:51:24.8231281Z [ RUN ] Simplify.SimplifyMultiVar 2022-05-18T05:51:24.8232052Z [ OK ] Simplify.SimplifyMultiVar (0 ms) 2022-05-18T05:51:24.8232477Z [ RUN ] Simplify.SimplifyEliminatesVar 2022-05-18T05:51:24.8233033Z [ OK ] Simplify.SimplifyEliminatesVar (0 ms) 2022-05-18T05:51:24.8233445Z [ RUN ] Simplify.SimplifyAdds 2022-05-18T05:51:24.8233984Z [ OK ] Simplify.SimplifyAdds (0 ms) 2022-05-18T05:51:24.8234481Z [ RUN ] Simplify.SimplifyMuls 2022-05-18T05:51:24.8234876Z [ OK ] Simplify.SimplifyMuls (0 ms) 2022-05-18T05:51:24.8235239Z [ RUN ] Simplify.SimplifySubs 2022-05-18T05:51:24.8235643Z [ OK ] Simplify.SimplifySubs (0 ms) 2022-05-18T05:51:24.8236025Z [ RUN ] Simplify.SimplifyDiv 2022-05-18T05:51:24.8236389Z [ OK ] Simplify.SimplifyDiv (0 ms) 2022-05-18T05:51:24.8236826Z [ RUN ] Simplify.SimplifyDivWithLoopContext0 2022-05-18T05:51:24.8237315Z [ OK ] Simplify.SimplifyDivWithLoopContext0 (0 ms) 2022-05-18T05:51:24.8238069Z [ RUN ] Simplify.SimplifyDivWithLoopContext1 2022-05-18T05:51:24.8240218Z [ OK ] Simplify.SimplifyDivWithLoopContext1 (0 ms) 2022-05-18T05:51:24.8240723Z [ RUN ] Simplify.SimplifyDivWithLoopContext2 2022-05-18T05:51:24.8243518Z [ OK ] Simplify.SimplifyDivWithLoopContext2 (0 ms) 2022-05-18T05:51:24.8244009Z [ RUN ] Simplify.SimplifyDivWithLoopContext3 2022-05-18T05:51:24.8244483Z [ OK ] Simplify.SimplifyDivWithLoopContext3 (0 ms) 2022-05-18T05:51:24.8244964Z [ RUN ] Simplify.SimplifyDivWithLoopContext4 2022-05-18T05:51:24.8249131Z [ OK ] Simplify.SimplifyDivWithLoopContext4 (0 ms) 2022-05-18T05:51:24.8249601Z [ RUN ] Simplify.SimplifyDivWithLoopContext5 2022-05-18T05:51:24.8253572Z [ OK ] Simplify.SimplifyDivWithLoopContext5 (0 ms) 2022-05-18T05:51:24.8254058Z [ RUN ] Simplify.SimplifyDivWithLoopContext6 2022-05-18T05:51:24.8259271Z [ OK ] Simplify.SimplifyDivWithLoopContext6 (0 ms) 2022-05-18T05:51:24.8259747Z [ RUN ] Simplify.SimplifyDivWithLoopContext7 2022-05-18T05:51:24.8260571Z [ OK ] Simplify.SimplifyDivWithLoopContext7 (0 ms) 2022-05-18T05:51:24.8261088Z [ RUN ] Simplify.SimplifyModWithLoopContext0 2022-05-18T05:51:24.8263653Z [ OK ] Simplify.SimplifyModWithLoopContext0 (0 ms) 2022-05-18T05:51:24.8264123Z [ RUN ] Simplify.SimplifyModWithLoopContext1 2022-05-18T05:51:24.8266870Z [ OK ] Simplify.SimplifyModWithLoopContext1 (0 ms) 2022-05-18T05:51:24.8267358Z [ RUN ] Simplify.SimplifyModWithLoopContext2 2022-05-18T05:51:24.8270186Z [ OK ] Simplify.SimplifyModWithLoopContext2 (0 ms) 2022-05-18T05:51:24.8270680Z [ RUN ] Simplify.SimplifyModWithLoopContext3 2022-05-18T05:51:24.8271555Z [ OK ] Simplify.SimplifyModWithLoopContext3 (0 ms) 2022-05-18T05:51:24.8272263Z [ RUN ] Simplify.SimplifyModWithLoopContext4 2022-05-18T05:51:24.8276075Z [ OK ] Simplify.SimplifyModWithLoopContext4 (0 ms) 2022-05-18T05:51:24.8276586Z [ RUN ] Simplify.SimplifyModWithLoopContext5 2022-05-18T05:51:24.8280448Z [ OK ] Simplify.SimplifyModWithLoopContext5 (0 ms) 2022-05-18T05:51:24.8280974Z [ RUN ] Simplify.SimplifyModWithLoopContext6 2022-05-18T05:51:24.8285618Z [ OK ] Simplify.SimplifyModWithLoopContext6 (0 ms) 2022-05-18T05:51:24.8286343Z [ RUN ] Simplify.SimplifyModWithLoopContext7 2022-05-18T05:51:24.8287410Z [ OK ] Simplify.SimplifyModWithLoopContext7 (0 ms) 2022-05-18T05:51:24.8287843Z [ RUN ] Simplify.SimplifyMod 2022-05-18T05:51:24.8291813Z [ OK ] Simplify.SimplifyMod (0 ms) 2022-05-18T05:51:24.8292199Z [ RUN ] Simplify.SimplifyMultiOp 2022-05-18T05:51:24.8295467Z [ OK ] Simplify.SimplifyMultiOp (0 ms) 2022-05-18T05:51:24.8300813Z [ RUN ] Simplify.SimplifyManyOps 2022-05-18T05:51:24.8301342Z [ OK ] Simplify.SimplifyManyOps (0 ms) 2022-05-18T05:51:24.8301772Z [ RUN ] Simplify.SimplifyFactorization 2022-05-18T05:51:24.8308539Z [ OK ] Simplify.SimplifyFactorization (0 ms) 2022-05-18T05:51:24.8309413Z [ RUN ] Simplify.SimplifyFactorizeUneven 2022-05-18T05:51:24.8310357Z [ OK ] Simplify.SimplifyFactorizeUneven (0 ms) 2022-05-18T05:51:24.8310894Z [ RUN ] Simplify.SimplifyDeeperTerms 2022-05-18T05:51:24.8312926Z [ OK ] Simplify.SimplifyDeeperTerms (0 ms) 2022-05-18T05:51:24.8313378Z [ RUN ] Simplify.SimplifyDeeperDifference 2022-05-18T05:51:24.8313856Z [ OK ] Simplify.SimplifyDeeperDifference (0 ms) 2022-05-18T05:51:24.8314334Z [ RUN ] Simplify.SimplifyFoldComplexDifference 2022-05-18T05:51:24.8316761Z [ OK ] Simplify.SimplifyFoldComplexDifference (0 ms) 2022-05-18T05:51:24.8317225Z [ RUN ] Simplify.SimplifyIfComponents 2022-05-18T05:51:24.8317684Z [ OK ] Simplify.SimplifyIfComponents (0 ms) 2022-05-18T05:51:24.8318118Z [ RUN ] Simplify.SimplifyOpaqueTerms 2022-05-18T05:51:24.8320080Z [ OK ] Simplify.SimplifyOpaqueTerms (0 ms) 2022-05-18T05:51:24.8320508Z [ RUN ] Simplify.SimplifySymbolicMinMax 2022-05-18T05:51:24.8322635Z [ OK ] Simplify.SimplifySymbolicMinMax (0 ms) 2022-05-18T05:51:24.8323072Z [ RUN ] Simplify.SimplifyNestedMax 2022-05-18T05:51:24.8343453Z [ OK ] Simplify.SimplifyNestedMax (2 ms) 2022-05-18T05:51:24.8343875Z [ RUN ] Simplify.SimplifyNestedMin 2022-05-18T05:51:24.8363459Z [ OK ] Simplify.SimplifyNestedMin (1 ms) 2022-05-18T05:51:24.8363907Z [ RUN ] Simplify.SimplifyWontReorderFloat 2022-05-18T05:51:24.8367039Z [ OK ] Simplify.SimplifyWontReorderFloat (0 ms) 2022-05-18T05:51:24.8367512Z [ RUN ] Simplify.SimplifyRoundModPattern 2022-05-18T05:51:24.8381052Z [ OK ] Simplify.SimplifyRoundModPattern (1 ms) 2022-05-18T05:51:24.8381547Z [ RUN ] Simplify.SimplifyRoundModPatternFactorization 2022-05-18T05:51:24.8388011Z [ OK ] Simplify.SimplifyRoundModPatternFactorization (0 ms) 2022-05-18T05:51:24.8388550Z [ RUN ] Simplify.SimplifyRoundModPatternMultivar 2022-05-18T05:51:24.8394637Z [ OK ] Simplify.SimplifyRoundModPatternMultivar (0 ms) 2022-05-18T05:51:24.8395122Z [ RUN ] Simplify.SimplifyModRoundModPattern 2022-05-18T05:51:24.8402990Z [ OK ] Simplify.SimplifyModRoundModPattern (0 ms) 2022-05-18T05:51:24.8403528Z [ RUN ] Simplify.SimplifyModRoundModPatternFactorization 2022-05-18T05:51:24.8415482Z [ OK ] Simplify.SimplifyModRoundModPatternFactorization (1 ms) 2022-05-18T05:51:24.8416138Z [ RUN ] Simplify.SimplifyModRoundModPatternMultivar 2022-05-18T05:51:24.8438630Z [ OK ] Simplify.SimplifyModRoundModPatternMultivar (2 ms) 2022-05-18T05:51:24.8439192Z [ RUN ] Simplify.SimplifyDivisionScalarFactorization 2022-05-18T05:51:24.8441984Z [ OK ] Simplify.SimplifyDivisionScalarFactorization (0 ms) 2022-05-18T05:51:24.8442477Z [ RUN ] Simplify.SimplifyConstantBranches 2022-05-18T05:51:24.8443095Z [ OK ] Simplify.SimplifyConstantBranches (0 ms) 2022-05-18T05:51:24.8443731Z [ RUN ] Simplify.SimplifyConstantCond 2022-05-18T05:51:24.8444340Z [ OK ] Simplify.SimplifyConstantCond (0 ms) 2022-05-18T05:51:24.8444808Z [ RUN ] Simplify.SimplifyEliminateEmptyCond 2022-05-18T05:51:24.8445289Z [ OK ] Simplify.SimplifyEliminateEmptyCond (0 ms) 2022-05-18T05:51:24.8445769Z [ RUN ] Simplify.SimplifyConstantComparisons 2022-05-18T05:51:24.8452361Z [ OK ] Simplify.SimplifyConstantComparisons (0 ms) 2022-05-18T05:51:24.8452857Z [ RUN ] Simplify.SimplifySymbolicComparisons 2022-05-18T05:51:24.8463897Z [ OK ] Simplify.SimplifySymbolicComparisons (1 ms) 2022-05-18T05:51:24.8464548Z [ RUN ] Simplify.SimplifyEliminateZeroLengthFor 2022-05-18T05:51:24.8465217Z [ OK ] Simplify.SimplifyEliminateZeroLengthFor (0 ms) 2022-05-18T05:51:24.8465680Z [ RUN ] Simplify.SimplifyOneLoopFor 2022-05-18T05:51:24.8468526Z [ OK ] Simplify.SimplifyOneLoopFor (0 ms) 2022-05-18T05:51:24.8468992Z [ RUN ] Simplify.SimplifyForWontLoseLoopOptions 2022-05-18T05:51:24.8469574Z [ OK ] Simplify.SimplifyForWontLoseLoopOptions (0 ms) 2022-05-18T05:51:24.8470381Z [ RUN ] Simplify.SimplifyMultilevelFor 2022-05-18T05:51:24.8471141Z [ OK ] Simplify.SimplifyMultilevelFor (0 ms) 2022-05-18T05:51:24.8471564Z [ RUN ] Simplify.SimplifyForCleansUp 2022-05-18T05:51:24.8475795Z [ OK ] Simplify.SimplifyForCleansUp (0 ms) 2022-05-18T05:51:24.8476262Z [ RUN ] Simplify.SimplifyEliminateEmptyFor 2022-05-18T05:51:24.8478440Z [ OK ] Simplify.SimplifyEliminateEmptyFor (0 ms) 2022-05-18T05:51:24.8478905Z [ RUN ] Simplify.SimplifyFlattenBlock 2022-05-18T05:51:24.8479361Z [ OK ] Simplify.SimplifyFlattenBlock (0 ms) 2022-05-18T05:51:24.8480141Z [ RUN ] Simplify.SimplifyEliminateZeroLengthAlloc 2022-05-18T05:51:24.8480952Z [ OK ] Simplify.SimplifyEliminateZeroLengthAlloc (0 ms) 2022-05-18T05:51:24.8481416Z [ RUN ] Simplify.DontSimplifyRand 2022-05-18T05:51:24.8481837Z [ OK ] Simplify.DontSimplifyRand (0 ms) 2022-05-18T05:51:24.8482248Z [ RUN ] Simplify.SimplifyReorderForCond 2022-05-18T05:51:24.8490309Z [ OK ] Simplify.SimplifyReorderForCond (0 ms) 2022-05-18T05:51:24.8490773Z [ RUN ] Simplify.SimplifyFuseConditions 2022-05-18T05:51:24.8500657Z [ OK ] Simplify.SimplifyFuseConditions (0 ms) 2022-05-18T05:51:24.8501106Z [ RUN ] Simplify.SimplifySyncThreads 2022-05-18T05:51:24.8501554Z [ OK ] Simplify.SimplifySyncThreads (0 ms) 2022-05-18T05:51:24.8502005Z [ RUN ] Simplify.SimplifyRampSubBroadcast 2022-05-18T05:51:24.8502736Z [ OK ] Simplify.SimplifyRampSubBroadcast (0 ms) 2022-05-18T05:51:24.8503254Z [ RUN ] Simplify.SimplifyBroadcastTermExpander 2022-05-18T05:51:24.8503940Z [ OK ] Simplify.SimplifyBroadcastTermExpander (0 ms) 2022-05-18T05:51:24.8504420Z [ RUN ] Simplify.CompareSelectLoopBounds 2022-05-18T05:51:24.8642756Z [ OK ] Simplify.CompareSelectLoopBounds (13 ms) 2022-05-18T05:51:24.8643270Z [ RUN ] Simplify.CompareSelectCondAlwaysInLoopBounds 2022-05-18T05:51:24.8643925Z [ OK ] Simplify.CompareSelectCondAlwaysInLoopBounds (0 ms) 2022-05-18T05:51:24.8644655Z [ RUN ] Simplify.IfThenCondAlwaysInLoopBounds 2022-05-18T05:51:24.8645763Z [ OK ] Simplify.IfThenCondAlwaysInLoopBounds (0 ms) 2022-05-18T05:51:24.8646279Z [ RUN ] Simplify.MultiClauseCondAlwaysInLoopBounds 2022-05-18T05:51:24.8649555Z [ OK ] Simplify.MultiClauseCondAlwaysInLoopBounds (0 ms) 2022-05-18T05:51:24.8650042Z [----------] 92 tests from Simplify (46 ms total) 2022-05-18T05:51:24.8650258Z 2022-05-18T05:51:24.8650468Z [----------] 12 tests from TEFuserPass 2022-05-18T05:51:24.8650857Z [ RUN ] TEFuserPass.FuserPass_1 2022-05-18T05:51:24.8659122Z [ OK ] TEFuserPass.FuserPass_1 (0 ms) 2022-05-18T05:51:24.8659511Z [ RUN ] TEFuserPass.FuserPass_2 2022-05-18T05:51:24.8665050Z [ OK ] TEFuserPass.FuserPass_2 (0 ms) 2022-05-18T05:51:24.8665451Z [ RUN ] TEFuserPass.FuserPass_3 2022-05-18T05:51:24.8669492Z [ OK ] TEFuserPass.FuserPass_3 (0 ms) 2022-05-18T05:51:24.8670010Z [ RUN ] TEFuserPass.FuserPass_0DimInput 2022-05-18T05:51:24.8673752Z [ OK ] TEFuserPass.FuserPass_0DimInput (0 ms) 2022-05-18T05:51:24.8674212Z [ RUN ] TEFuserPass.FuserPass_UnfusibleDevice 2022-05-18T05:51:24.8675079Z [ OK ] TEFuserPass.FuserPass_UnfusibleDevice (0 ms) 2022-05-18T05:51:24.8675790Z [ RUN ] TEFuserPass.FuserPass_UnknownShapes 2022-05-18T05:51:24.8676882Z [ OK ] TEFuserPass.FuserPass_UnknownShapes (0 ms) 2022-05-18T05:51:24.8677338Z [ RUN ] TEFuserPass.FuserPass_Multidevice 2022-05-18T05:51:24.8689121Z [ OK ] TEFuserPass.FuserPass_Multidevice (1 ms) 2022-05-18T05:51:24.8689576Z [ RUN ] TEFuserPass.FuserPass_MergeGroups 2022-05-18T05:51:24.8693742Z [ OK ] TEFuserPass.FuserPass_MergeGroups (0 ms) 2022-05-18T05:51:24.8694315Z [ RUN ] TEFuserPass.FuserPass_IgnoreUnknownShapeAtStart 2022-05-18T05:51:24.8695022Z [ OK ] TEFuserPass.FuserPass_IgnoreUnknownShapeAtStart (0 ms) 2022-05-18T05:51:24.8695491Z [ RUN ] TEFuserPass.FuserPass_Where 2022-05-18T05:51:24.8700395Z [ OK ] TEFuserPass.FuserPass_Where (0 ms) 2022-05-18T05:51:24.8701110Z [ RUN ] TEFuserPass.FuserPass_WhereList 2022-05-18T05:51:24.8702104Z [ OK ] TEFuserPass.FuserPass_WhereList (0 ms) 2022-05-18T05:51:24.8702550Z [ RUN ] TEFuserPass.DynamicShapeFusion 2022-05-18T05:51:25.2170379Z [ OK ] TEFuserPass.DynamicShapeFusion (346 ms) 2022-05-18T05:51:25.2170901Z [----------] 12 tests from TEFuserPass (351 ms total) 2022-05-18T05:51:25.2171255Z 2022-05-18T05:51:25.2171549Z [----------] 3 tests from Type 2022-05-18T05:51:25.2171903Z [ RUN ] Type.Test01 2022-05-18T05:51:25.2172243Z [ OK ] Type.Test01 (0 ms) 2022-05-18T05:51:25.2172596Z [ RUN ] Type.BitCasting 2022-05-18T05:51:25.2172941Z [ OK ] Type.BitCasting (0 ms) 2022-05-18T05:51:25.2173319Z [ RUN ] Type.Propagation 2022-05-18T05:51:25.2173686Z [ OK ] Type.Propagation (0 ms) 2022-05-18T05:51:25.2174056Z [----------] 3 tests from Type (0 ms total) 2022-05-18T05:51:25.2174254Z 2022-05-18T05:51:25.2174519Z [----------] 1 test from SpecializationsInCustomPasses 2022-05-18T05:51:25.2174994Z [ RUN ] SpecializationsInCustomPasses.Basic 2022-05-18T05:51:25.2194511Z [ OK ] SpecializationsInCustomPasses.Basic (2 ms) 2022-05-18T05:51:25.2195067Z [----------] 1 test from SpecializationsInCustomPasses (2 ms total) 2022-05-18T05:51:25.2195329Z 2022-05-18T05:51:25.2195518Z [----------] 26 tests from Cuda 2022-05-18T05:51:25.2195865Z [ RUN ] Cuda.Sigmoid_CUDA 2022-05-18T05:51:25.5195758Z [ OK ] Cuda.Sigmoid_CUDA (299 ms) 2022-05-18T05:51:25.5196340Z [ RUN ] Cuda.TestVectorAdd01_CUDA 2022-05-18T05:51:27.8413979Z [ OK ] Cuda.TestVectorAdd01_CUDA (2321 ms) 2022-05-18T05:51:27.8414451Z [ RUN ] Cuda.TestVectorAdd02_CUDA 2022-05-18T05:51:28.4253097Z [ OK ] Cuda.TestVectorAdd02_CUDA (583 ms) 2022-05-18T05:51:28.4253515Z [ RUN ] Cuda.HalfCast_CUDA 2022-05-18T05:51:28.7122525Z [ OK ] Cuda.HalfCast_CUDA (286 ms) 2022-05-18T05:51:28.7123017Z [ RUN ] Cuda.DynamicShape2D_CUDA 2022-05-18T05:51:29.5430409Z [ OK ] Cuda.DynamicShape2D_CUDA (830 ms) 2022-05-18T05:51:29.5430849Z [ RUN ] Cuda.TestRand01_CUDA 2022-05-18T05:51:29.8449484Z [ OK ] Cuda.TestRand01_CUDA (301 ms) 2022-05-18T05:51:29.8449966Z [ RUN ] Cuda.DynamicShapeSplit_CUDA 2022-05-18T05:51:30.1339818Z [ OK ] Cuda.DynamicShapeSplit_CUDA (288 ms) 2022-05-18T05:51:30.1340646Z [ RUN ] Cuda.OneBlockOneThreadGlobalReduce1_CUDA 2022-05-18T05:51:30.4277492Z [ OK ] Cuda.OneBlockOneThreadGlobalReduce1_CUDA (293 ms) 2022-05-18T05:51:30.4278288Z [ RUN ] Cuda.OneBlockMultiThreadGlobalReduce1_CUDA 2022-05-18T05:51:30.7125306Z [ OK ] Cuda.OneBlockMultiThreadGlobalReduce1_CUDA (284 ms) 2022-05-18T05:51:30.7125813Z [ RUN ] Cuda.NoThreadIdxWrite_1_CUDA 2022-05-18T05:51:31.0064895Z [ OK ] Cuda.NoThreadIdxWrite_1_CUDA (293 ms) 2022-05-18T05:51:31.0065334Z [ RUN ] Cuda.SharedMemReduce_1_CUDA 2022-05-18T05:51:31.3141227Z [ OK ] Cuda.SharedMemReduce_1_CUDA (307 ms) 2022-05-18T05:51:31.3141707Z [ RUN ] Cuda.LocalMemReduce_1_CUDA 2022-05-18T05:51:31.6170476Z [ OK ] Cuda.LocalMemReduce_1_CUDA (302 ms) 2022-05-18T05:51:31.6170899Z [ RUN ] Cuda.HalfSupport_CUDA 2022-05-18T05:51:31.9132095Z [ OK ] Cuda.HalfSupport_CUDA (296 ms) 2022-05-18T05:51:31.9132571Z [ RUN ] Cuda.HalfPropagation_CUDA 2022-05-18T05:51:32.2054957Z [ OK ] Cuda.HalfPropagation_CUDA (292 ms) 2022-05-18T05:51:32.2055431Z [ RUN ] Cuda.UnusedHalfArgument_CUDA 2022-05-18T05:51:32.5008015Z [ OK ] Cuda.UnusedHalfArgument_CUDA (295 ms) 2022-05-18T05:51:32.5008485Z [ RUN ] Cuda.PrioritizeDependents_CUDA 2022-05-18T05:51:32.7906293Z [ OK ] Cuda.PrioritizeDependents_CUDA (289 ms) 2022-05-18T05:51:32.7906774Z [ RUN ] Cuda.MaskBlockDim_CUDA 2022-05-18T05:51:33.0766390Z [ OK ] Cuda.MaskBlockDim_CUDA (286 ms) 2022-05-18T05:51:33.0766838Z [ RUN ] Cuda.MaskThreadDim_CUDA 2022-05-18T05:51:33.3665413Z [ OK ] Cuda.MaskThreadDim_CUDA (289 ms) 2022-05-18T05:51:33.3665841Z [ RUN ] Cuda.MaskMultiBlockDim_CUDA 2022-05-18T05:51:33.6545746Z [ OK ] Cuda.MaskMultiBlockDim_CUDA (287 ms) 2022-05-18T05:51:33.6546310Z [ RUN ] Cuda.MaskBlockAndThreadDim_CUDA 2022-05-18T05:51:33.9429137Z [ OK ] Cuda.MaskBlockAndThreadDim_CUDA (288 ms) 2022-05-18T05:51:33.9429636Z [ RUN ] Cuda.MaskMultiDim_CUDA 2022-05-18T05:51:34.2316440Z [ OK ] Cuda.MaskMultiDim_CUDA (288 ms) 2022-05-18T05:51:34.2316900Z [ RUN ] Cuda.MaskMultiDimSymbolic_CUDA 2022-05-18T05:51:34.5301485Z [ OK ] Cuda.MaskMultiDimSymbolic_CUDA (298 ms) 2022-05-18T05:51:34.5301938Z [ RUN ] Cuda.MaskCompoundInnerLoop_CUDA 2022-05-18T05:51:34.8196324Z [ OK ] Cuda.MaskCompoundInnerLoop_CUDA (289 ms) 2022-05-18T05:51:34.8196837Z [ RUN ] Cuda.MaskInnerLoopOneBlock_CUDA 2022-05-18T05:51:35.1253405Z [ OK ] Cuda.MaskInnerLoopOneBlock_CUDA (305 ms) 2022-05-18T05:51:35.1253909Z [ RUN ] Cuda.MaskMultiDimMultiAxis_CUDA 2022-05-18T05:51:35.4230771Z [ OK ] Cuda.MaskMultiDimMultiAxis_CUDA (297 ms) 2022-05-18T05:51:35.4231469Z [ RUN ] Cuda.MaskMultiDimMultiLevel_CUDA 2022-05-18T05:51:35.7176068Z [ OK ] Cuda.MaskMultiDimMultiLevel_CUDA (294 ms) 2022-05-18T05:51:35.7176584Z [----------] 26 tests from Cuda (10498 ms total) 2022-05-18T05:51:35.7176804Z 2022-05-18T05:51:35.7176997Z [----------] 150 tests from LLVM 2022-05-18T05:51:35.7177332Z [ RUN ] LLVM.ByteImmTest 2022-05-18T05:51:35.7410044Z [ OK ] LLVM.ByteImmTest (23 ms) 2022-05-18T05:51:35.7410416Z [ RUN ] LLVM.CharImmTest 2022-05-18T05:51:35.7638047Z [ OK ] LLVM.CharImmTest (22 ms) 2022-05-18T05:51:35.7638396Z [ RUN ] LLVM.ShortImmTest 2022-05-18T05:51:35.7865778Z [ OK ] LLVM.ShortImmTest (22 ms) 2022-05-18T05:51:35.7866141Z [ RUN ] LLVM.IntImmTest 2022-05-18T05:51:35.8094319Z [ OK ] LLVM.IntImmTest (22 ms) 2022-05-18T05:51:35.8094760Z [ RUN ] LLVM.LongImmTest 2022-05-18T05:51:35.8322935Z [ OK ] LLVM.LongImmTest (22 ms) 2022-05-18T05:51:35.8323305Z [ RUN ] LLVM.FloatImmTest 2022-05-18T05:51:35.8551716Z [ OK ] LLVM.FloatImmTest (22 ms) 2022-05-18T05:51:35.8552093Z [ RUN ] LLVM.DoubleImmTest 2022-05-18T05:51:35.8781163Z [ OK ] LLVM.DoubleImmTest (22 ms) 2022-05-18T05:51:35.8781517Z [ RUN ] LLVM.HalfImmTest 2022-05-18T05:51:35.9010180Z [ OK ] LLVM.HalfImmTest (22 ms) 2022-05-18T05:51:35.9010540Z [ RUN ] LLVM.ByteAddTest 2022-05-18T05:51:35.9237891Z [ OK ] LLVM.ByteAddTest (22 ms) 2022-05-18T05:51:35.9238233Z [ RUN ] LLVM.CharAddTest 2022-05-18T05:51:35.9465666Z [ OK ] LLVM.CharAddTest (22 ms) 2022-05-18T05:51:35.9466033Z [ RUN ] LLVM.ShortAddTest 2022-05-18T05:51:35.9693237Z [ OK ] LLVM.ShortAddTest (22 ms) 2022-05-18T05:51:35.9693608Z [ RUN ] LLVM.IntAddTest 2022-05-18T05:51:35.9922808Z [ OK ] LLVM.IntAddTest (22 ms) 2022-05-18T05:51:35.9923202Z [ RUN ] LLVM.LongAddTest 2022-05-18T05:51:36.0151644Z [ OK ] LLVM.LongAddTest (22 ms) 2022-05-18T05:51:36.0152012Z [ RUN ] LLVM.FloatAddTest 2022-05-18T05:51:36.0379778Z [ OK ] LLVM.FloatAddTest (22 ms) 2022-05-18T05:51:36.0380150Z [ RUN ] LLVM.DoubleAddTest 2022-05-18T05:51:36.0609504Z [ OK ] LLVM.DoubleAddTest (22 ms) 2022-05-18T05:51:36.0609853Z [ RUN ] LLVM.HalfAddTest 2022-05-18T05:51:36.0838386Z [ OK ] LLVM.HalfAddTest (22 ms) 2022-05-18T05:51:36.0838748Z [ RUN ] LLVM.ByteSubTest 2022-05-18T05:51:36.1066139Z [ OK ] LLVM.ByteSubTest (22 ms) 2022-05-18T05:51:36.1066485Z [ RUN ] LLVM.CharSubTest 2022-05-18T05:51:36.1293798Z [ OK ] LLVM.CharSubTest (22 ms) 2022-05-18T05:51:36.1294168Z [ RUN ] LLVM.ShortSubTest 2022-05-18T05:51:36.1544969Z [ OK ] LLVM.ShortSubTest (25 ms) 2022-05-18T05:51:36.1545342Z [ RUN ] LLVM.IntSubTest 2022-05-18T05:51:36.1773269Z [ OK ] LLVM.IntSubTest (22 ms) 2022-05-18T05:51:36.1773627Z [ RUN ] LLVM.LongSubTest 2022-05-18T05:51:36.2001874Z [ OK ] LLVM.LongSubTest (22 ms) 2022-05-18T05:51:36.2002238Z [ RUN ] LLVM.FloatSubTest 2022-05-18T05:51:36.2231035Z [ OK ] LLVM.FloatSubTest (22 ms) 2022-05-18T05:51:36.2231391Z [ RUN ] LLVM.DoubleSubTest 2022-05-18T05:51:36.2459908Z [ OK ] LLVM.DoubleSubTest (22 ms) 2022-05-18T05:51:36.2460273Z [ RUN ] LLVM.HalfSubTest 2022-05-18T05:51:36.2688832Z [ OK ] LLVM.HalfSubTest (22 ms) 2022-05-18T05:51:36.2689171Z [ RUN ] LLVM.ByteMulTest 2022-05-18T05:51:36.2916978Z [ OK ] LLVM.ByteMulTest (22 ms) 2022-05-18T05:51:36.2917339Z [ RUN ] LLVM.CharMulTest 2022-05-18T05:51:36.3157024Z [ OK ] LLVM.CharMulTest (23 ms) 2022-05-18T05:51:36.3157415Z [ RUN ] LLVM.ShortMulTest 2022-05-18T05:51:36.3406857Z [ OK ] LLVM.ShortMulTest (24 ms) 2022-05-18T05:51:36.3407201Z [ RUN ] LLVM.IntMulTest 2022-05-18T05:51:36.3634579Z [ OK ] LLVM.IntMulTest (22 ms) 2022-05-18T05:51:36.3634938Z [ RUN ] LLVM.LongMulTest 2022-05-18T05:51:36.3874249Z [ OK ] LLVM.LongMulTest (23 ms) 2022-05-18T05:51:36.3874595Z [ RUN ] LLVM.FloatMulTest 2022-05-18T05:51:36.4124294Z [ OK ] LLVM.FloatMulTest (24 ms) 2022-05-18T05:51:36.4124662Z [ RUN ] LLVM.DoubleMulTest 2022-05-18T05:51:36.4353388Z [ OK ] LLVM.DoubleMulTest (22 ms) 2022-05-18T05:51:36.4353763Z [ RUN ] LLVM.HalfMulTest 2022-05-18T05:51:36.4582259Z [ OK ] LLVM.HalfMulTest (22 ms) 2022-05-18T05:51:36.4582600Z [ RUN ] LLVM.ByteDivTest 2022-05-18T05:51:36.4810640Z [ OK ] LLVM.ByteDivTest (22 ms) 2022-05-18T05:51:36.4811014Z [ RUN ] LLVM.CharDivTest 2022-05-18T05:51:36.5038619Z [ OK ] LLVM.CharDivTest (22 ms) 2022-05-18T05:51:36.5039037Z [ RUN ] LLVM.ShortDivTest 2022-05-18T05:51:36.5267002Z [ OK ] LLVM.ShortDivTest (22 ms) 2022-05-18T05:51:36.5267539Z [ RUN ] LLVM.IntDivTest 2022-05-18T05:51:36.5495122Z [ OK ] LLVM.IntDivTest (22 ms) 2022-05-18T05:51:36.5495639Z [ RUN ] LLVM.LongDivTest 2022-05-18T05:51:36.5724132Z [ OK ] LLVM.LongDivTest (22 ms) 2022-05-18T05:51:36.5724644Z [ RUN ] LLVM.FloatDivTest 2022-05-18T05:51:36.5952927Z [ OK ] LLVM.FloatDivTest (22 ms) 2022-05-18T05:51:36.5953382Z [ RUN ] LLVM.DoubleDivTest 2022-05-18T05:51:36.6186731Z [ OK ] LLVM.DoubleDivTest (23 ms) 2022-05-18T05:51:36.6187225Z [ RUN ] LLVM.HalfDivTest 2022-05-18T05:51:36.6415105Z [ OK ] LLVM.HalfDivTest (22 ms) 2022-05-18T05:51:36.6415715Z [ RUN ] LLVM.IntToFloatCastTest 2022-05-18T05:51:36.6644195Z [ OK ] LLVM.IntToFloatCastTest (22 ms) 2022-05-18T05:51:36.6644756Z [ RUN ] LLVM.FloatToIntCastTest 2022-05-18T05:51:36.6872961Z [ OK ] LLVM.FloatToIntCastTest (22 ms) 2022-05-18T05:51:36.6873526Z [ RUN ] LLVM.IntToLongCastTest 2022-05-18T05:51:36.7101202Z [ OK ] LLVM.IntToLongCastTest (22 ms) 2022-05-18T05:51:36.7101819Z [ RUN ] LLVM.ByteToCharCastTest 2022-05-18T05:51:36.7338561Z [ OK ] LLVM.ByteToCharCastTest (23 ms) 2022-05-18T05:51:36.7339477Z [ RUN ] LLVM.HalfToLongCastTest 2022-05-18T05:51:36.7576098Z [ OK ] LLVM.HalfToLongCastTest (23 ms) 2022-05-18T05:51:36.7576688Z [ RUN ] LLVM.ByteToDoubleCastTest 2022-05-18T05:51:36.7805455Z [ OK ] LLVM.ByteToDoubleCastTest (22 ms) 2022-05-18T05:51:36.7806077Z [ RUN ] LLVM.FloatToByteCastTest 2022-05-18T05:51:36.8055809Z [ OK ] LLVM.FloatToByteCastTest (24 ms) 2022-05-18T05:51:36.8056392Z [ RUN ] LLVM.FloatToCharCastTest 2022-05-18T05:51:36.8292391Z [ OK ] LLVM.FloatToCharCastTest (23 ms) 2022-05-18T05:51:36.8292834Z [ RUN ] LLVM.ByteToFloatCastTest 2022-05-18T05:51:36.8521070Z [ OK ] LLVM.ByteToFloatCastTest (22 ms) 2022-05-18T05:51:36.8521502Z [ RUN ] LLVM.CharToFloatCastTest 2022-05-18T05:51:36.8749687Z [ OK ] LLVM.CharToFloatCastTest (22 ms) 2022-05-18T05:51:36.8750064Z [ RUN ] LLVM.BitCast 2022-05-18T05:51:36.9713866Z [ OK ] LLVM.BitCast (96 ms) 2022-05-18T05:51:36.9714232Z [ RUN ] LLVM.fastLogFloat 2022-05-18T05:51:37.0518761Z [ OK ] LLVM.fastLogFloat (80 ms) 2022-05-18T05:51:37.0519136Z [ RUN ] LLVM.LetTest01 2022-05-18T05:51:37.0748336Z [ OK ] LLVM.LetTest01 (22 ms) 2022-05-18T05:51:37.0748734Z [ RUN ] LLVM.LetTest02 2022-05-18T05:51:37.0976613Z [ OK ] LLVM.LetTest02 (22 ms) 2022-05-18T05:51:37.0976995Z [ RUN ] LLVM.LetTestMultitype 2022-05-18T05:51:37.1206492Z [ OK ] LLVM.LetTestMultitype (22 ms) 2022-05-18T05:51:37.1207087Z [ RUN ] LLVM.BufferTest 2022-05-18T05:51:37.1457393Z [ OK ] LLVM.BufferTest (25 ms) 2022-05-18T05:51:37.1457736Z [ RUN ] LLVM.BlockTest 2022-05-18T05:51:37.1688839Z [ OK ] LLVM.BlockTest (23 ms) 2022-05-18T05:51:37.1689213Z [ RUN ] LLVM.LoadStoreTest 2022-05-18T05:51:37.1921558Z [ OK ] LLVM.LoadStoreTest (23 ms) 2022-05-18T05:51:37.1921948Z [ RUN ] LLVM.IfThenElseTest 2022-05-18T05:51:37.2174195Z [ OK ] LLVM.IfThenElseTest (25 ms) 2022-05-18T05:51:37.2174608Z [ RUN ] LLVM.CondNoFalseBlockTest 2022-05-18T05:51:37.2928042Z [ OK ] LLVM.CondNoFalseBlockTest (75 ms) 2022-05-18T05:51:37.2928596Z [ RUN ] LLVM.CondTest 2022-05-18T05:51:37.3690487Z [ OK ] LLVM.CondTest (76 ms) 2022-05-18T05:51:37.3690848Z [ RUN ] LLVM.CondNestedTest 2022-05-18T05:51:37.4726780Z [ OK ] LLVM.CondNestedTest (103 ms) 2022-05-18T05:51:37.4727198Z [ RUN ] LLVM.DirectVectorization 2022-05-18T05:51:37.5209495Z [ OK ] LLVM.DirectVectorization (48 ms) 2022-05-18T05:51:37.5209921Z [ RUN ] LLVM.VecLoadStoreTest 2022-05-18T05:51:37.5442456Z [ OK ] LLVM.VecLoadStoreTest (23 ms) 2022-05-18T05:51:37.5442857Z [ RUN ] LLVM.VecFloat_erfLane4Test 2022-05-18T05:51:37.5683259Z [ OK ] LLVM.VecFloat_erfLane4Test (24 ms) 2022-05-18T05:51:37.5683675Z [ RUN ] LLVM.VecFloat_erfcLane4Test 2022-05-18T05:51:37.5924058Z [ OK ] LLVM.VecFloat_erfcLane4Test (24 ms) 2022-05-18T05:51:37.5924472Z [ RUN ] LLVM.VecFloat_acosLane4Test 2022-05-18T05:51:37.6165585Z [ OK ] LLVM.VecFloat_acosLane4Test (24 ms) 2022-05-18T05:51:37.6166004Z [ RUN ] LLVM.VecFloat_asinLane4Test 2022-05-18T05:51:37.6406219Z [ OK ] LLVM.VecFloat_asinLane4Test (24 ms) 2022-05-18T05:51:37.6406628Z [ RUN ] LLVM.VecFloat_atanLane4Test 2022-05-18T05:51:37.6647324Z [ OK ] LLVM.VecFloat_atanLane4Test (24 ms) 2022-05-18T05:51:37.6647733Z [ RUN ] LLVM.VecFloat_coshLane4Test 2022-05-18T05:51:37.6887651Z [ OK ] LLVM.VecFloat_coshLane4Test (24 ms) 2022-05-18T05:51:37.6888057Z [ RUN ] LLVM.VecFloat_sinhLane4Test 2022-05-18T05:51:37.7137741Z [ OK ] LLVM.VecFloat_sinhLane4Test (24 ms) 2022-05-18T05:51:37.7138122Z [ RUN ] LLVM.VecFloat_tanhLane4Test 2022-05-18T05:51:37.7378614Z [ OK ] LLVM.VecFloat_tanhLane4Test (24 ms) 2022-05-18T05:51:37.7379046Z [ RUN ] LLVM.VecFloat_expm1Lane4Test 2022-05-18T05:51:37.7629923Z [ OK ] LLVM.VecFloat_expm1Lane4Test (25 ms) 2022-05-18T05:51:37.7630329Z [ RUN ] LLVM.VecFloat_lgammaLane4Test 2022-05-18T05:51:37.7870538Z [ OK ] LLVM.VecFloat_lgammaLane4Test (24 ms) 2022-05-18T05:51:37.7870950Z [ RUN ] LLVM.VecFloat_erfLane8Test 2022-05-18T05:51:37.8111294Z [ OK ] LLVM.VecFloat_erfLane8Test (24 ms) 2022-05-18T05:51:37.8111712Z [ RUN ] LLVM.VecFloat_erfcLane8Test 2022-05-18T05:51:37.8352075Z [ OK ] LLVM.VecFloat_erfcLane8Test (24 ms) 2022-05-18T05:51:37.8352490Z [ RUN ] LLVM.VecFloat_acosLane8Test 2022-05-18T05:51:37.8593186Z [ OK ] LLVM.VecFloat_acosLane8Test (24 ms) 2022-05-18T05:51:37.8593598Z [ RUN ] LLVM.VecFloat_asinLane8Test 2022-05-18T05:51:37.8833654Z [ OK ] LLVM.VecFloat_asinLane8Test (24 ms) 2022-05-18T05:51:37.8834276Z [ RUN ] LLVM.VecFloat_atanLane8Test 2022-05-18T05:51:37.9074212Z [ OK ] LLVM.VecFloat_atanLane8Test (24 ms) 2022-05-18T05:51:37.9074624Z [ RUN ] LLVM.VecFloat_coshLane8Test 2022-05-18T05:51:37.9315495Z [ OK ] LLVM.VecFloat_coshLane8Test (24 ms) 2022-05-18T05:51:37.9315877Z [ RUN ] LLVM.VecFloat_sinhLane8Test 2022-05-18T05:51:37.9578309Z [ OK ] LLVM.VecFloat_sinhLane8Test (26 ms) 2022-05-18T05:51:37.9578714Z [ RUN ] LLVM.VecFloat_tanhLane8Test 2022-05-18T05:51:37.9819764Z [ OK ] LLVM.VecFloat_tanhLane8Test (24 ms) 2022-05-18T05:51:37.9820189Z [ RUN ] LLVM.VecFloat_expm1Lane8Test 2022-05-18T05:51:38.0060447Z [ OK ] LLVM.VecFloat_expm1Lane8Test (24 ms) 2022-05-18T05:51:38.0060846Z [ RUN ] LLVM.VecFloat_lgammaLane8Test 2022-05-18T05:51:38.0301379Z [ OK ] LLVM.VecFloat_lgammaLane8Test (24 ms) 2022-05-18T05:51:38.0301801Z [ RUN ] LLVM.VecDouble_erfLane2Test 2022-05-18T05:51:38.0551660Z [ OK ] LLVM.VecDouble_erfLane2Test (24 ms) 2022-05-18T05:51:38.0552277Z [ RUN ] LLVM.VecDouble_erfcLane2Test 2022-05-18T05:51:38.0792016Z [ OK ] LLVM.VecDouble_erfcLane2Test (24 ms) 2022-05-18T05:51:38.0792440Z [ RUN ] LLVM.VecDouble_acosLane2Test 2022-05-18T05:51:38.1054278Z [ OK ] LLVM.VecDouble_acosLane2Test (26 ms) 2022-05-18T05:51:38.1054668Z [ RUN ] LLVM.VecDouble_asinLane2Test 2022-05-18T05:51:38.1295519Z [ OK ] LLVM.VecDouble_asinLane2Test (24 ms) 2022-05-18T05:51:38.1295934Z [ RUN ] LLVM.VecDouble_atanLane2Test 2022-05-18T05:51:38.1536071Z [ OK ] LLVM.VecDouble_atanLane2Test (24 ms) 2022-05-18T05:51:38.1536491Z [ RUN ] LLVM.VecDouble_coshLane2Test 2022-05-18T05:51:38.1776599Z [ OK ] LLVM.VecDouble_coshLane2Test (24 ms) 2022-05-18T05:51:38.1777018Z [ RUN ] LLVM.VecDouble_sinhLane2Test 2022-05-18T05:51:38.2017215Z [ OK ] LLVM.VecDouble_sinhLane2Test (24 ms) 2022-05-18T05:51:38.2017632Z [ RUN ] LLVM.VecDouble_tanhLane2Test 2022-05-18T05:51:38.2258336Z [ OK ] LLVM.VecDouble_tanhLane2Test (24 ms) 2022-05-18T05:51:38.2258743Z [ RUN ] LLVM.VecDouble_expm1Lane2Test 2022-05-18T05:51:38.2499623Z [ OK ] LLVM.VecDouble_expm1Lane2Test (24 ms) 2022-05-18T05:51:38.2500045Z [ RUN ] LLVM.VecDouble_lgammaLane2Test 2022-05-18T05:51:38.2740329Z [ OK ] LLVM.VecDouble_lgammaLane2Test (24 ms) 2022-05-18T05:51:38.2740730Z [ RUN ] LLVM.VecDouble_erfLane4Test 2022-05-18T05:51:38.2980212Z [ OK ] LLVM.VecDouble_erfLane4Test (23 ms) 2022-05-18T05:51:38.2980627Z [ RUN ] LLVM.VecDouble_erfcLane4Test 2022-05-18T05:51:38.3231604Z [ OK ] LLVM.VecDouble_erfcLane4Test (25 ms) 2022-05-18T05:51:38.3232036Z [ RUN ] LLVM.VecDouble_acosLane4Test 2022-05-18T05:51:38.3472239Z [ OK ] LLVM.VecDouble_acosLane4Test (24 ms) 2022-05-18T05:51:38.3472660Z [ RUN ] LLVM.VecDouble_asinLane4Test 2022-05-18T05:51:38.3713071Z [ OK ] LLVM.VecDouble_asinLane4Test (24 ms) 2022-05-18T05:51:38.3713481Z [ RUN ] LLVM.VecDouble_atanLane4Test 2022-05-18T05:51:38.3953512Z [ OK ] LLVM.VecDouble_atanLane4Test (24 ms) 2022-05-18T05:51:38.3953905Z [ RUN ] LLVM.VecDouble_coshLane4Test 2022-05-18T05:51:38.4193696Z [ OK ] LLVM.VecDouble_coshLane4Test (23 ms) 2022-05-18T05:51:38.4194104Z [ RUN ] LLVM.VecDouble_sinhLane4Test 2022-05-18T05:51:38.4456140Z [ OK ] LLVM.VecDouble_sinhLane4Test (26 ms) 2022-05-18T05:51:38.4456527Z [ RUN ] LLVM.VecDouble_tanhLane4Test 2022-05-18T05:51:38.4696037Z [ OK ] LLVM.VecDouble_tanhLane4Test (23 ms) 2022-05-18T05:51:38.4696708Z [ RUN ] LLVM.VecDouble_expm1Lane4Test 2022-05-18T05:51:38.4936756Z [ OK ] LLVM.VecDouble_expm1Lane4Test (24 ms) 2022-05-18T05:51:38.4937201Z [ RUN ] LLVM.VecDouble_lgammaLane4Test 2022-05-18T05:51:38.5177697Z [ OK ] LLVM.VecDouble_lgammaLane4Test (24 ms) 2022-05-18T05:51:38.5178132Z [ RUN ] LLVM.VectorizerLoadStoreTest 2022-05-18T05:51:38.5412778Z [ OK ] LLVM.VectorizerLoadStoreTest (23 ms) 2022-05-18T05:51:38.5413196Z [ RUN ] LLVM.VectorizeBitCast 2022-05-18T05:51:38.5696971Z [ OK ] LLVM.VectorizeBitCast (28 ms) 2022-05-18T05:51:38.5697335Z [ RUN ] LLVM.MemcpyTest 2022-05-18T05:51:38.5955834Z [ OK ] LLVM.MemcpyTest (25 ms) 2022-05-18T05:51:38.5956197Z [ RUN ] LLVM.BzeroTest 2022-05-18T05:51:38.6204561Z [ OK ] LLVM.BzeroTest (24 ms) 2022-05-18T05:51:38.6204901Z [ RUN ] LLVM.ElemwiseAdd 2022-05-18T05:51:38.6620172Z [ OK ] LLVM.ElemwiseAdd (41 ms) 2022-05-18T05:51:38.6620555Z [ RUN ] LLVM.ElemwiseAddFloat 2022-05-18T05:51:38.7044664Z [ OK ] LLVM.ElemwiseAddFloat (42 ms) 2022-05-18T05:51:38.7045073Z [ RUN ] LLVM.ElemwiseLog10Float 2022-05-18T05:51:38.7337425Z [ OK ] LLVM.ElemwiseLog10Float (29 ms) 2022-05-18T05:51:38.7337837Z [ RUN ] LLVM.ElemwiseLog1pFloat 2022-05-18T05:51:38.7629366Z [ OK ] LLVM.ElemwiseLog1pFloat (29 ms) 2022-05-18T05:51:38.7629760Z [ RUN ] LLVM.ElemwiseMaxInt 2022-05-18T05:51:38.8051823Z [ OK ] LLVM.ElemwiseMaxInt (42 ms) 2022-05-18T05:51:38.8052184Z [ RUN ] LLVM.ElemwiseMinInt 2022-05-18T05:51:38.8488498Z [ OK ] LLVM.ElemwiseMinInt (43 ms) 2022-05-18T05:51:38.8488889Z [ RUN ] LLVM.ElemwiseMaxFloat 2022-05-18T05:51:38.8858823Z [ OK ] LLVM.ElemwiseMaxFloat (37 ms) 2022-05-18T05:51:38.8859227Z [ RUN ] LLVM.ElemwiseMaxNaNFloat 2022-05-18T05:51:38.9229020Z [ OK ] LLVM.ElemwiseMaxNaNFloat (36 ms) 2022-05-18T05:51:38.9229432Z [ RUN ] LLVM.ElemwiseMinFloat 2022-05-18T05:51:38.9598406Z [ OK ] LLVM.ElemwiseMinFloat (36 ms) 2022-05-18T05:51:38.9598817Z [ RUN ] LLVM.ElemwiseMinNaNFloat 2022-05-18T05:51:38.9968459Z [ OK ] LLVM.ElemwiseMinNaNFloat (36 ms) 2022-05-18T05:51:38.9968838Z [ RUN ] LLVM.ElemwiseMod 2022-05-18T05:51:39.0322729Z [ OK ] LLVM.ElemwiseMod (35 ms) 2022-05-18T05:51:39.0323126Z [ RUN ] LLVM.CompareSelectIntEQ 2022-05-18T05:51:39.0771219Z [ OK ] LLVM.CompareSelectIntEQ (44 ms) 2022-05-18T05:51:39.0771621Z [ RUN ] LLVM.CompareSelectFloatEQ 2022-05-18T05:51:39.1216975Z [ OK ] LLVM.CompareSelectFloatEQ (44 ms) 2022-05-18T05:51:39.1217388Z [ RUN ] LLVM.CompareSelectByteGT 2022-05-18T05:51:39.1691864Z [ OK ] LLVM.CompareSelectByteGT (47 ms) 2022-05-18T05:51:39.1692284Z [ RUN ] LLVM.CompareSelectByteGE 2022-05-18T05:51:39.2179707Z [ OK ] LLVM.CompareSelectByteGE (48 ms) 2022-05-18T05:51:39.2180138Z [ RUN ] LLVM.CompareSelectByteLT 2022-05-18T05:51:39.2662894Z [ OK ] LLVM.CompareSelectByteLT (48 ms) 2022-05-18T05:51:39.2663305Z [ RUN ] LLVM.CompareSelectByteLE 2022-05-18T05:51:39.3137655Z [ OK ] LLVM.CompareSelectByteLE (47 ms) 2022-05-18T05:51:39.3138043Z [ RUN ] LLVM.StoreFloat 2022-05-18T05:51:39.3366735Z [ OK ] LLVM.StoreFloat (22 ms) 2022-05-18T05:51:39.3367099Z [ RUN ] LLVM.SimpleMath01 2022-05-18T05:51:39.3831078Z [ OK ] LLVM.SimpleMath01 (46 ms) 2022-05-18T05:51:39.3831443Z [ RUN ] LLVM.ComputeMul 2022-05-18T05:51:39.4240987Z [ OK ] LLVM.ComputeMul (40 ms) 2022-05-18T05:51:39.4241336Z [ RUN ] LLVM.BroadcastAdd 2022-05-18T05:51:39.4742255Z [ OK ] LLVM.BroadcastAdd (50 ms) 2022-05-18T05:51:39.4742677Z [ RUN ] LLVM.BitwiseOps 2022-05-18T05:51:39.4970786Z [ OK ] LLVM.BitwiseOps (22 ms) 2022-05-18T05:51:39.4971177Z [ RUN ] LLVM.ArithmeticRightShift 2022-05-18T05:51:39.5218374Z [ OK ] LLVM.ArithmeticRightShift (24 ms) 2022-05-18T05:51:39.5218788Z [ RUN ] LLVM.LogicalRightShift 2022-05-18T05:51:39.5446692Z [ OK ] LLVM.LogicalRightShift (22 ms) 2022-05-18T05:51:39.5447073Z [ RUN ] LLVM.DynamicShapeAdd 2022-05-18T05:51:39.7161871Z [ OK ] LLVM.DynamicShapeAdd (171 ms) 2022-05-18T05:51:39.7162282Z [ RUN ] LLVM.BindDynamicShapeAdd 2022-05-18T05:51:39.8874942Z [ OK ] LLVM.BindDynamicShapeAdd (171 ms) 2022-05-18T05:51:39.8875364Z [ RUN ] LLVM.TensorDynamicShapeAdd 2022-05-18T05:51:40.0600090Z [ OK ] LLVM.TensorDynamicShapeAdd (172 ms) 2022-05-18T05:51:40.0600522Z [ RUN ] LLVM.DynamicShape2D 2022-05-18T05:51:40.3479562Z [ OK ] LLVM.DynamicShape2D (287 ms) 2022-05-18T05:51:40.3479958Z [ RUN ] LLVM.EmptyStmt 2022-05-18T05:51:40.3697416Z [ OK ] LLVM.EmptyStmt (21 ms) 2022-05-18T05:51:40.3697771Z [ RUN ] LLVM.EliminatedStmt 2022-05-18T05:51:40.3918200Z [ OK ] LLVM.EliminatedStmt (22 ms) 2022-05-18T05:51:40.3918589Z [ RUN ] LLVM.SimpleReduction 2022-05-18T05:51:40.4973893Z [ OK ] LLVM.SimpleReduction (105 ms) 2022-05-18T05:51:40.4974303Z [ RUN ] LLVM.RFactorReduction 2022-05-18T05:51:40.5390452Z [ OK ] LLVM.RFactorReduction (41 ms) 2022-05-18T05:51:40.5390901Z [ RUN ] LLVM.RFactorVectorizedReduction 2022-05-18T05:51:40.6104567Z [ OK ] LLVM.RFactorVectorizedReduction (71 ms) 2022-05-18T05:51:40.6105014Z [ RUN ] LLVM.SimpleParallelSS 2022-05-18T05:51:40.6434522Z [ OK ] LLVM.SimpleParallelSS (33 ms) 2022-05-18T05:51:40.6434904Z [ RUN ] LLVM.SimpleParallelSP 2022-05-18T05:51:40.6785612Z [ OK ] LLVM.SimpleParallelSP (34 ms) 2022-05-18T05:51:40.6786356Z [ RUN ] LLVM.SimpleParallelPS 2022-05-18T05:51:40.7139235Z [ OK ] LLVM.SimpleParallelPS (35 ms) 2022-05-18T05:51:40.7139958Z [ RUN ] LLVM.SimpleParallelPP 2022-05-18T05:51:40.7483305Z [ OK ] LLVM.SimpleParallelPP (34 ms) 2022-05-18T05:51:40.7484055Z [ RUN ] LLVM.CompositeParallel 2022-05-18T05:51:44.7701434Z [ OK ] LLVM.CompositeParallel (4021 ms) 2022-05-18T05:51:44.7702208Z [ RUN ] LLVM.VectorizedGEMM 2022-05-18T05:51:44.8974760Z [ OK ] LLVM.VectorizedGEMM (127 ms) 2022-05-18T05:51:44.8975120Z [ RUN ] LLVM.CallRaw 2022-05-18T05:51:45.8907626Z [ OK ] LLVM.CallRaw (993 ms) 2022-05-18T05:51:45.8908048Z [ RUN ] LLVM.CustomTarget 2022-05-18T05:51:45.9207864Z [ OK ] LLVM.CustomTarget (30 ms) 2022-05-18T05:51:45.9208284Z [ RUN ] LLVM.CodeGenKernelFuncName 2022-05-18T05:51:45.9694014Z [ OK ] LLVM.CodeGenKernelFuncName (48 ms) 2022-05-18T05:51:45.9694475Z [----------] 150 tests from LLVM (10251 ms total) 2022-05-18T05:51:45.9694685Z 2022-05-18T05:51:45.9694919Z [----------] Global test environment tear-down 2022-05-18T05:51:45.9842319Z [==========] 827 tests from 26 test suites ran. (44483 ms total) 2022-05-18T05:51:45.9842757Z [ PASSED ] 827 tests. 2022-05-18T05:51:45.9842936Z 2022-05-18T05:51:45.9843117Z  YOU HAVE 5 DISABLED TESTS 2022-05-18T05:51:45.9843299Z 2022-05-18T05:51:46.4145449Z + [[ linux-bionic-cuda10.2-py3.9-gcc7-default == pytorch-linux-xenial-py3* ]] 2022-05-18T05:51:46.4149844Z + assert_git_not_dirty 2022-05-18T05:51:46.4150705Z + [[ linux-bionic-cuda10.2-py3.9-gcc7-default != *rocm* ]] 2022-05-18T05:51:46.4152022Z + [[ linux-bionic-cuda10.2-py3.9-gcc7-default != *xla* ]] 2022-05-18T05:51:46.4152787Z ++ git status --porcelain 2022-05-18T05:51:46.5000099Z + git_status= 2022-05-18T05:51:46.5000499Z + [[ -n '' ]] 2022-05-18T05:51:46.5000766Z + test_aot_compilation 2022-05-18T05:51:46.5001109Z + echo 'Testing Ahead of Time compilation' 2022-05-18T05:51:46.5001424Z Testing Ahead of Time compilation 2022-05-18T05:51:46.5001889Z + '[' -f /opt/conda/lib/python3.9/site-packages/torch/bin/test_mobile_nnc ']' 2022-05-18T05:51:46.5002544Z + /opt/conda/lib/python3.9/site-packages/torch/bin/test_mobile_nnc --gtest_output=xml:test/test-reports/cpp-unittest/test_libtorch/test_mobile_nnc.xml 2022-05-18T05:51:46.7527097Z Note: Google Test filter = *-*_CUDA:*_MultiCUDA 2022-05-18T05:51:46.7527695Z [==========] Running 7 tests from 3 test suites. 2022-05-18T05:51:46.7528134Z [----------] Global test environment set-up. 2022-05-18T05:51:46.7528524Z [----------] 4 tests from Function 2022-05-18T05:51:46.7528903Z [ RUN ] Function.ExecuteSlowMul 2022-05-18T05:51:46.7709386Z [ OK ] Function.ExecuteSlowMul (18 ms) 2022-05-18T05:51:46.7709787Z [ RUN ] Function.Serialization 2022-05-18T05:51:46.7710185Z [ OK ] Function.Serialization (0 ms) 2022-05-18T05:51:46.7710568Z [ RUN ] Function.ValidInput 2022-05-18T05:51:46.7710956Z [ OK ] Function.ValidInput (0 ms) 2022-05-18T05:51:46.7711321Z [ RUN ] Function.InvalidInput 2022-05-18T05:51:46.7720313Z [ OK ] Function.InvalidInput (0 ms) 2022-05-18T05:51:46.7720753Z [----------] 4 tests from Function (19 ms total) 2022-05-18T05:51:46.7720964Z 2022-05-18T05:51:46.7721156Z [----------] 1 test from NNCBackendTest 2022-05-18T05:51:46.7721596Z [ RUN ] NNCBackendTest.AOTCompileThenExecute 2022-05-18T05:51:47.0310120Z [ OK ] NNCBackendTest.AOTCompileThenExecute (258 ms) 2022-05-18T05:51:47.0310639Z [----------] 1 test from NNCBackendTest (258 ms total) 2022-05-18T05:51:47.0310892Z 2022-05-18T05:51:47.0311137Z [----------] 2 tests from MobileNNCRegistryTest 2022-05-18T05:51:47.0311577Z [ RUN ] MobileNNCRegistryTest.FindAndRun 2022-05-18T05:51:47.0312047Z [ OK ] MobileNNCRegistryTest.FindAndRun (0 ms) 2022-05-18T05:51:47.0312475Z [ RUN ] MobileNNCRegistryTest.NoKernel 2022-05-18T05:51:47.0312925Z [ OK ] MobileNNCRegistryTest.NoKernel (0 ms) 2022-05-18T05:51:47.0313561Z [----------] 2 tests from MobileNNCRegistryTest (0 ms total) 2022-05-18T05:51:47.0313986Z 2022-05-18T05:51:47.0314224Z [----------] Global test environment tear-down 2022-05-18T05:51:47.0315164Z [==========] 7 tests from 3 test suites ran. (278 ms total) 2022-05-18T05:51:47.0315526Z [ PASSED ] 7 tests. 2022-05-18T05:51:47.0909922Z + '[' -f /opt/conda/lib/python3.9/site-packages/torch/bin/aot_model_compiler_test ']' 2022-05-18T05:51:47.0910339Z + source test/mobile/nnc/test_aot_compile.sh 2022-05-18T05:51:47.0910698Z ++ set -e -o pipefail 2022-05-18T05:51:47.0914296Z +++ python -c 'import site; print(site.getsitepackages()[0])' 2022-05-18T05:51:47.1206693Z ++ TORCH_INSTALL_DIR=/opt/conda/lib/python3.9/site-packages/torch 2022-05-18T05:51:47.1207168Z ++ TORCH_BIN_DIR=/opt/conda/lib/python3.9/site-packages/torch/bin 2022-05-18T05:51:47.1210842Z +++ dirname test/mobile/nnc/test_aot_compile.sh 2022-05-18T05:51:47.1224271Z ++ CURRENT_DIR=test/mobile/nnc 2022-05-18T05:51:47.1224549Z ++ MODEL=aot_test_model.pt 2022-05-18T05:51:47.1224864Z ++ COMPILED_MODEL=aot_test_model.compiled.pt 2022-05-18T05:51:47.1225207Z ++ COMPILED_CODE=aot_test_model.compiled.ll 2022-05-18T05:51:47.1228184Z +++ mktemp -d -t build_XXX 2022-05-18T05:51:47.1243080Z ++ TMP_DIR=/tmp/build_0qD 2022-05-18T05:51:47.1243637Z ++ test_aot_model_compiler 2022-05-18T05:51:47.1244171Z ++ python test/mobile/nnc/aot_test_model.py 2022-05-18T05:51:48.0131969Z ++ mv aot_test_model.pt /tmp/build_0qD/ 2022-05-18T05:51:48.0149174Z ++ pushd /tmp/build_0qD 2022-05-18T05:51:48.0149474Z /tmp/build_0qD ~/workspace 2022-05-18T05:51:48.0150337Z ++ /opt/conda/lib/python3.9/site-packages/torch/bin/aot_model_compiler_test --model aot_test_model.pt --model_name=aot_test_model --output_llvm=aot_test_model.compiled.ll --model_version=v1 --input_dims=2,2,2 2022-05-18T05:51:48.5388224Z The compiled model was saved to aot_test_model.compiled.pt 2022-05-18T05:51:48.5950786Z ++ '[' '!' -f aot_test_model.compiled.pt ']' 2022-05-18T05:51:48.5951225Z ++ '[' '!' -f aot_test_model.compiled.ll ']' 2022-05-18T05:51:48.5951504Z ++ popd 2022-05-18T05:51:48.5951716Z ~/workspace 2022-05-18T05:51:48.5951979Z + test_custom_script_ops 2022-05-18T05:51:48.5952426Z + [[ linux-bionic-cuda10.2-py3.9-gcc7-default != *asan* ]] 2022-05-18T05:51:48.5952828Z + echo 'Testing custom script operators' 2022-05-18T05:51:48.5953137Z Testing custom script operators 2022-05-18T05:51:48.5953628Z + CUSTOM_OP_BUILD=/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build 2022-05-18T05:51:48.5954297Z + pushd test/custom_operator 2022-05-18T05:51:48.5954629Z ~/workspace/test/custom_operator ~/workspace 2022-05-18T05:51:48.5955147Z + cp -a /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build build 2022-05-18T05:51:48.6058291Z + python test_custom_ops.py -v 2022-05-18T05:51:51.3285873Z Test results will be stored in test-reports/python-unittest/test_custom_ops 2022-05-18T05:51:51.3302459Z 2022-05-18T05:51:51.3302780Z Running tests... 2022-05-18T05:51:51.3303221Z ---------------------------------------------------------------------- 2022-05-18T05:51:51.3562876Z test_calling_custom_op (__main__.TestCustomOperators) ... ok (0.026s) 2022-05-18T05:51:51.4274294Z test_calling_custom_op_inside_script_module (__main__.TestCustomOperators) ... ok (0.071s) 2022-05-18T05:51:51.4283181Z test_calling_custom_op_string (__main__.TestCustomOperators) ... ok (0.001s) 2022-05-18T05:51:51.4313374Z test_calling_custom_op_with_autograd (__main__.TestCustomOperators) ... /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:51:51.4314605Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-05-18T05:51:51.4331628Z ok (0.005s) 2022-05-18T05:51:51.4343802Z test_calling_custom_op_with_autograd_in_nograd_mode (__main__.TestCustomOperators) ... ok (0.001s) 2022-05-18T05:51:51.4349477Z test_custom_library_is_loaded (__main__.TestCustomOperators) ... ok (0.001s) 2022-05-18T05:51:51.4468012Z test_saving_and_loading_script_module_with_custom_op (__main__.TestCustomOperators) ... ok (0.012s) 2022-05-18T05:51:51.4468513Z 2022-05-18T05:51:51.4469020Z ---------------------------------------------------------------------- 2022-05-18T05:51:51.4469369Z Ran 7 tests in 0.117s 2022-05-18T05:51:51.4469534Z 2022-05-18T05:51:51.4469634Z OK 2022-05-18T05:51:51.4469756Z 2022-05-18T05:51:51.4469884Z Generating XML reports... 2022-05-18T05:51:51.4514135Z Generated XML report: test-reports/python-unittest/test_custom_ops/TEST-TestCustomOperators-20220518055151.xml 2022-05-18T05:51:51.8101821Z + python model.py --export-script-module=model.pt 2022-05-18T05:51:52.7079641Z + build/test_custom_ops ./model.pt 2022-05-18T05:51:52.9887339Z [W engine.cpp:995] Warning: 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. (function operator()) 2022-05-18T05:51:56.1518975Z ok 2022-05-18T05:51:56.5380876Z + popd 2022-05-18T05:51:56.5381142Z ~/workspace 2022-05-18T05:51:56.5381387Z + assert_git_not_dirty 2022-05-18T05:51:56.5381980Z + [[ linux-bionic-cuda10.2-py3.9-gcc7-default != *rocm* ]] 2022-05-18T05:51:56.5382463Z + [[ linux-bionic-cuda10.2-py3.9-gcc7-default != *xla* ]] 2022-05-18T05:51:56.5387150Z ++ git status --porcelain 2022-05-18T05:51:56.6239113Z + git_status= 2022-05-18T05:51:56.6239638Z + [[ -n '' ]] 2022-05-18T05:51:56.6239893Z + test_custom_backend 2022-05-18T05:51:56.6240319Z + [[ linux-bionic-cuda10.2-py3.9-gcc7-default != *asan* ]] 2022-05-18T05:51:56.6240729Z + echo 'Testing custom backends' 2022-05-18T05:51:56.6241011Z Testing custom backends 2022-05-18T05:51:56.6241481Z + CUSTOM_BACKEND_BUILD=/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build 2022-05-18T05:51:56.6241882Z + pushd test/custom_backend 2022-05-18T05:51:56.6242188Z ~/workspace/test/custom_backend ~/workspace 2022-05-18T05:51:56.6242977Z + cp -a /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build build 2022-05-18T05:51:56.6343618Z + python test_custom_backend.py -v 2022-05-18T05:51:59.3644821Z Test results will be stored in test-reports/python-unittest/test_custom_backend 2022-05-18T05:51:59.3660589Z 2022-05-18T05:51:59.3661044Z Running tests... 2022-05-18T05:51:59.3661531Z ---------------------------------------------------------------------- 2022-05-18T05:51:59.3669445Z test_execute (__main__.TestCustomBackend) 2022-05-18T05:51:59.4655075Z Test execution using the custom backend. ... ok (0.099s) 2022-05-18T05:51:59.4664979Z test_save_load (__main__.TestCustomBackend) 2022-05-18T05:51:59.4927605Z Test that a lowered module can be executed correctly ... ok (0.027s) 2022-05-18T05:51:59.4930705Z 2022-05-18T05:51:59.4931274Z ---------------------------------------------------------------------- 2022-05-18T05:51:59.4931774Z Ran 2 tests in 0.127s 2022-05-18T05:51:59.4931953Z 2022-05-18T05:51:59.4932058Z OK 2022-05-18T05:51:59.4932193Z 2022-05-18T05:51:59.4932310Z Generating XML reports... 2022-05-18T05:51:59.4969956Z Generated XML report: test-reports/python-unittest/test_custom_backend/TEST-TestCustomBackend-20220518055159.xml 2022-05-18T05:51:59.8542468Z + python backend.py --export-module-to=model.pt 2022-05-18T05:52:00.8187642Z + build/test_custom_backend ./model.pt 2022-05-18T05:52:01.0775977Z Testing custom_backend 2022-05-18T05:52:01.1674498Z OK 2022-05-18T05:52:01.2232965Z + rm -f ./model.pt 2022-05-18T05:52:01.2245336Z + popd 2022-05-18T05:52:01.2245778Z ~/workspace 2022-05-18T05:52:01.2246233Z + assert_git_not_dirty 2022-05-18T05:52:01.2246807Z + [[ linux-bionic-cuda10.2-py3.9-gcc7-default != *rocm* ]] 2022-05-18T05:52:01.2247304Z + [[ linux-bionic-cuda10.2-py3.9-gcc7-default != *xla* ]] 2022-05-18T05:52:01.2250697Z ++ git status --porcelain 2022-05-18T05:52:01.3094866Z + git_status= 2022-05-18T05:52:01.3095641Z + [[ -n '' ]] 2022-05-18T05:52:01.3096193Z + test_torch_function_benchmark 2022-05-18T05:52:01.3096716Z + echo 'Testing __torch_function__ benchmarks' 2022-05-18T05:52:01.3097018Z Testing __torch_function__ benchmarks 2022-05-18T05:52:01.3097341Z + pushd benchmarks/overrides_benchmark 2022-05-18T05:52:01.3097704Z ~/workspace/benchmarks/overrides_benchmark ~/workspace 2022-05-18T05:52:01.3098076Z + python bench.py -n 1 -m 2 2022-05-18T05:52:02.0966179Z Type tensor had a minimum time of 0.01430511474609375 us and a standard deviation of 0.41893968591466546 us. 2022-05-18T05:52:02.0967490Z Type SubTensor had a minimum time of 0.03981590270996094 us and a standard deviation of 0.03860651486320421 us. 2022-05-18T05:52:02.0969955Z Type WithTorchFunction had a minimum time of 0.02384185791015625 us and a standard deviation of 0.023265060008270666 us. 2022-05-18T05:52:02.0972295Z Type SubWithTorchFunction had a minimum time of 0.041961669921875 us and a standard deviation of 0.007080670457071392 us. 2022-05-18T05:52:02.2011936Z + python pyspybench.py Tensor -n 1 2022-05-18T05:52:03.0900574Z + python pyspybench.py SubTensor -n 1 2022-05-18T05:52:03.9770607Z + python pyspybench.py WithTorchFunction -n 1 2022-05-18T05:52:04.8667148Z + python pyspybench.py SubWithTorchFunction -n 1 2022-05-18T05:52:05.7540062Z + popd 2022-05-18T05:52:05.7540398Z ~/workspace 2022-05-18T05:52:05.7540641Z + assert_git_not_dirty 2022-05-18T05:52:05.7541193Z + [[ linux-bionic-cuda10.2-py3.9-gcc7-default != *rocm* ]] 2022-05-18T05:52:05.7541683Z + [[ linux-bionic-cuda10.2-py3.9-gcc7-default != *xla* ]] 2022-05-18T05:52:05.7544278Z ++ git status --porcelain 2022-05-18T05:52:05.8378378Z + git_status= 2022-05-18T05:52:05.8379280Z + [[ -n '' ]] 2022-05-18T05:52:05.8379512Z + cleanup 2022-05-18T05:52:05.8379744Z + retcode=0 2022-05-18T05:52:05.8380147Z + set +x 2022-05-18T05:52:05.8380555Z EXITED_USER_LAND 2022-05-18T05:52:05.8462377Z ##[group]Run pytorch/pytorch/.github/actions/get-workflow-job-id@master 2022-05-18T05:52:05.8462753Z with: 2022-05-18T05:52:05.8463319Z github-token: *** 2022-05-18T05:52:05.8463686Z env: 2022-05-18T05:52:05.8463908Z IN_CI: 1 2022-05-18T05:52:05.8464141Z IS_GHA: 1 2022-05-18T05:52:05.8464378Z GIT_DEFAULT_BRANCH: master 2022-05-18T05:52:05.8464651Z GPU_FLAG: --gpus all 2022-05-18T05:52:05.8464906Z ##[endgroup] 2022-05-18T05:52:05.8495931Z ##[group]Run nick-fields/retry@71062288b76e2b6214ebde0e673ce0de1755740a 2022-05-18T05:52:05.8496255Z with: 2022-05-18T05:52:05.8496465Z shell: bash 2022-05-18T05:52:05.8496719Z timeout_minutes: 10 2022-05-18T05:52:05.8496974Z max_attempts: 5 2022-05-18T05:52:05.8497212Z retry_wait_seconds: 30 2022-05-18T05:52:05.8497758Z 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:52:05.8498655Z polling_interval_seconds: 1 2022-05-18T05:52:05.8499141Z warning_on_retry: true 2022-05-18T05:52:05.8499551Z continue_on_error: false 2022-05-18T05:52:05.8499784Z env: 2022-05-18T05:52:05.8500006Z IN_CI: 1 2022-05-18T05:52:05.8500232Z IS_GHA: 1 2022-05-18T05:52:05.8500468Z GIT_DEFAULT_BRANCH: master 2022-05-18T05:52:05.8500737Z GPU_FLAG: --gpus all 2022-05-18T05:52:05.8501129Z GITHUB_TOKEN: *** 2022-05-18T05:52:05.8501362Z ##[endgroup] 2022-05-18T05:52:05.8938751Z 2022-05-18T05:52:05.9012131Z + python3 -m pip install requests==2.26.0 2022-05-18T05:52:06.7411732Z Defaulting to user installation because normal site-packages is not writeable 2022-05-18T05:52:06.8807860Z Collecting requests==2.26.0 2022-05-18T05:52:06.8998713Z Downloading requests-2.26.0-py2.py3-none-any.whl (62 kB) 2022-05-18T05:52:06.9573617Z Collecting idna<4,>=2.5; python_version >= "3" 2022-05-18T05:52:06.9616382Z Downloading idna-3.3-py3-none-any.whl (61 kB) 2022-05-18T05:52:07.0131731Z Collecting charset-normalizer~=2.0.0; python_version >= "3" 2022-05-18T05:52:07.0172599Z Downloading charset_normalizer-2.0.12-py3-none-any.whl (39 kB) 2022-05-18T05:52:07.0687676Z Collecting certifi>=2017.4.17 2022-05-18T05:52:07.0731811Z Downloading certifi-2021.10.8-py2.py3-none-any.whl (149 kB) 2022-05-18T05:52:07.1651708Z Collecting urllib3<1.27,>=1.21.1 2022-05-18T05:52:07.1695656Z Downloading urllib3-1.26.9-py2.py3-none-any.whl (138 kB) 2022-05-18T05:52:07.2809763Z Installing collected packages: idna, charset-normalizer, certifi, urllib3, requests 2022-05-18T05:52:07.3963926Z WARNING: The script normalizer is installed in '/home/ec2-user/.local/bin' which is not on PATH. 2022-05-18T05:52:07.3964577Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2022-05-18T05:52:07.5334923Z 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:52:07.7114033Z ++ python3 .github/scripts/get_workflow_job_id.py 2342799949 i-0b8843e59a1c0cff4 2022-05-18T05:52:08.7438557Z + GHA_WORKFLOW_JOB_ID=6482671147 2022-05-18T05:52:08.7439936Z + echo '::set-output name=job-id::6482671147' 2022-05-18T05:52:08.9014296Z Command completed after 1 attempt(s). 2022-05-18T05:52:08.9014541Z 2022-05-18T05:52:08.9169859Z Prepare all required actions 2022-05-18T05:52:08.9170313Z Getting action download info 2022-05-18T05:52:09.1675019Z Download action repository 'actions/upload-artifact@v2' (SHA:82c141cc518b40d92cc801eee768e7aafc9c2fa2) 2022-05-18T05:52:09.2988978Z ##[group]Run ./.github/actions/upload-test-artifacts 2022-05-18T05:52:09.2989287Z with: 2022-05-18T05:52:09.2989609Z file-suffix: test-default-2-2-linux.4xlarge.nvidia.gpu_6482671147 2022-05-18T05:52:09.2989945Z env: 2022-05-18T05:52:09.2990160Z IN_CI: 1 2022-05-18T05:52:09.2990367Z IS_GHA: 1 2022-05-18T05:52:09.2990612Z GIT_DEFAULT_BRANCH: master 2022-05-18T05:52:09.2990879Z GPU_FLAG: --gpus all 2022-05-18T05:52:09.2991112Z ##[endgroup] 2022-05-18T05:52:09.3020684Z ##[group]Run # Remove any previous test jsons if they exist 2022-05-18T05:52:09.3021065Z # Remove any previous test jsons if they exist 2022-05-18T05:52:09.3021513Z rm -f test-jsons-*.zip 2022-05-18T05:52:09.3021873Z zip -r "test-jsons-${FILE_SUFFIX}.zip" test -i '*.json' 2022-05-18T05:52:09.3034740Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-05-18T05:52:09.3035021Z env: 2022-05-18T05:52:09.3035240Z IN_CI: 1 2022-05-18T05:52:09.3035464Z IS_GHA: 1 2022-05-18T05:52:09.3035696Z GIT_DEFAULT_BRANCH: master 2022-05-18T05:52:09.3035963Z GPU_FLAG: --gpus all 2022-05-18T05:52:09.3036316Z FILE_SUFFIX: test-default-2-2-linux.4xlarge.nvidia.gpu_6482671147 2022-05-18T05:52:09.3036641Z ##[endgroup] 2022-05-18T05:52:09.3197481Z adding: test/allowlist_for_publicAPI.json (deflated 82%) 2022-05-18T05:52:09.3232850Z adding: test/benchmark_utils/callgrind_artifacts.json (deflated 92%) 2022-05-18T05:52:09.3233866Z adding: test/.pytorch-slow-tests.json (deflated 71%) 2022-05-18T05:52:09.3238245Z adding: test/.pytorch-disabled-tests.json (deflated 83%) 2022-05-18T05:52:09.3261604Z ##[group]Run # Remove any previous test reports if they exist 2022-05-18T05:52:09.3262013Z # Remove any previous test reports if they exist 2022-05-18T05:52:09.3262345Z rm -f test-reports-*.zip 2022-05-18T05:52:09.3262678Z zip -r "test-reports-${FILE_SUFFIX}.zip" test -i '*.xml' 2022-05-18T05:52:09.3274588Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-05-18T05:52:09.3274891Z env: 2022-05-18T05:52:09.3275094Z IN_CI: 1 2022-05-18T05:52:09.3275320Z IS_GHA: 1 2022-05-18T05:52:09.3275571Z GIT_DEFAULT_BRANCH: master 2022-05-18T05:52:09.3275823Z GPU_FLAG: --gpus all 2022-05-18T05:52:09.3276180Z FILE_SUFFIX: test-default-2-2-linux.4xlarge.nvidia.gpu_6482671147 2022-05-18T05:52:09.3276524Z ##[endgroup] 2022-05-18T05:52:09.3377170Z adding: test/custom_backend/test-reports/python-unittest/test_custom_backend/TEST-TestCustomBackend-20220518055159.xml (deflated 56%) 2022-05-18T05:52:09.3378553Z adding: test/custom_operator/test-reports/python-unittest/test_custom_ops/TEST-TestCustomOperators-20220518055151.xml (deflated 65%) 2022-05-18T05:52:09.3446737Z adding: test/test-reports/python-unittest/test_meta/TEST-TestMetaCUDA-20220518040735.xml (deflated 96%) 2022-05-18T05:52:09.3703870Z adding: test/test-reports/python-unittest/test_ops_gradients/TEST-TestGradientsCUDA-20220518041238.xml (deflated 94%) 2022-05-18T05:52:09.3825906Z adding: test/test-reports/python-unittest/test_ops/TEST-TestCommonCUDA-20220518044010.xml (deflated 95%) 2022-05-18T05:52:09.3858314Z adding: test/test-reports/python-unittest/test_ops/TEST-TestCompositeComplianceCUDA-20220518044010.xml (deflated 95%) 2022-05-18T05:52:09.3881930Z adding: test/test-reports/python-unittest/test_ops/TEST-TestMathBitsCUDA-20220518044010.xml (deflated 94%) 2022-05-18T05:52:09.3970869Z adding: test/test-reports/python-unittest/test_decomp/TEST-TestDecompCUDA-20220518050221.xml (deflated 96%) 2022-05-18T05:52:09.3971748Z adding: test/test-reports/python-unittest/test_jit_fuser_te/TEST-jit.test_fuser_common.TestFuserCommon-20220518051642.xml (deflated 48%) 2022-05-18T05:52:09.3974398Z adding: test/test-reports/python-unittest/test_jit_fuser_te/TEST-TestTEFuserDynamic-20220518051642.xml (deflated 85%) 2022-05-18T05:52:09.3977256Z adding: test/test-reports/python-unittest/test_jit_fuser_te/TEST-TestTEFuserStatic-20220518051642.xml (deflated 85%) 2022-05-18T05:52:09.4106735Z adding: test/test-reports/python-unittest/test_jit_fuser_te/TEST-TestNNCOpInfoCUDA-20220518051642.xml (deflated 98%) 2022-05-18T05:52:09.4108356Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestConcatDataset-20220518052856.xml (deflated 75%) 2022-05-18T05:52:09.4109306Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestCustomPinFn-20220518052856.xml (deflated 54%) 2022-05-18T05:52:09.4110005Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestDataLoader-20220518052856.xml (deflated 84%) 2022-05-18T05:52:09.4110767Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestDataLoaderPersistentWorkers-20220518052856.xml (deflated 89%) 2022-05-18T05:52:09.4111736Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestDatasetRandomSplit-20220518052856.xml (deflated 75%) 2022-05-18T05:52:09.4112448Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestDictDataLoader-20220518052856.xml (deflated 60%) 2022-05-18T05:52:09.4113186Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestNamedTupleDataLoader-20220518052856.xml (deflated 43%) 2022-05-18T05:52:09.4113904Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestSetAffinity-20220518052856.xml (deflated 40%) 2022-05-18T05:52:09.4114606Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestStringDataLoader-20220518052856.xml (deflated 41%) 2022-05-18T05:52:09.4115291Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestTensorDataset-20220518052856.xml (deflated 72%) 2022-05-18T05:52:09.4115996Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestConvAfterFork-20220518052856.xml (deflated 41%) 2022-05-18T05:52:09.4116696Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestDataLoader2-20220518052856.xml (deflated 50%) 2022-05-18T05:52:09.4117392Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestDataLoader2_EventLoop-20220518052856.xml (deflated 59%) 2022-05-18T05:52:09.4118114Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestIndividualWorkerQueue-20220518052856.xml (deflated 42%) 2022-05-18T05:52:09.4234806Z adding: test/test-reports/python-unittest/test_unary_ufuncs/TEST-TestUnaryUfuncsCUDA-20220518053005.xml (deflated 97%) 2022-05-18T05:52:09.4238910Z adding: test/test-reports/python-unittest/test_cuda/TEST-TestCuda-20220518053238.xml (deflated 87%) 2022-05-18T05:52:09.4239557Z adding: test/test-reports/python-unittest/test_cuda/TEST-TestCudaComm-20220518053238.xml (deflated 89%) 2022-05-18T05:52:09.4337749Z adding: test/test-reports/python-unittest/test_binary_ufuncs/TEST-TestBinaryUfuncsCUDA-20220518053324.xml (deflated 97%) 2022-05-18T05:52:09.4340909Z adding: test/test-reports/python-unittest/test_optim/TEST-TestLRScheduler-20220518053503.xml (deflated 90%) 2022-05-18T05:52:09.4341754Z adding: test/test-reports/python-unittest/test_optim/TEST-TestOptim-20220518053503.xml (deflated 80%) 2022-05-18T05:52:09.4342400Z adding: test/test-reports/python-unittest/test_optim/TEST-TestSWAUtils-20220518053503.xml (deflated 75%) 2022-05-18T05:52:09.4343146Z adding: test/test-reports/python-unittest/test_jit_llga_fuser/TEST-TestFusionPattern-20220518053718.xml (deflated 66%) 2022-05-18T05:52:09.4344213Z adding: test/test-reports/python-unittest/test_jit_llga_fuser/TEST-TestModel-20220518053718.xml (deflated 71%) 2022-05-18T05:52:09.4345315Z adding: test/test-reports/python-unittest/test_jit_llga_fuser/TEST-TestOp-20220518053718.xml (deflated 81%) 2022-05-18T05:52:09.4346263Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestAgainstScipy-20220518053812.xml (deflated 59%) 2022-05-18T05:52:09.4347191Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestConstraints-20220518053812.xml (deflated 56%) 2022-05-18T05:52:09.4348002Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestDistributionShapes-20220518053812.xml (deflated 91%) 2022-05-18T05:52:09.4351226Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestDistributions-20220518053812.xml (deflated 90%) 2022-05-18T05:52:09.4351966Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestFunctors-20220518053812.xml (deflated 69%) 2022-05-18T05:52:09.4352683Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestJit-20220518053812.xml (deflated 72%) 2022-05-18T05:52:09.4353379Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestKL-20220518053812.xml (deflated 82%) 2022-05-18T05:52:09.4354170Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestLazyLogitsInitialization-20220518053812.xml (deflated 58%) 2022-05-18T05:52:09.4355099Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestNumericalStability-20220518053812.xml (deflated 83%) 2022-05-18T05:52:09.4355862Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestRsample-20220518053812.xml (deflated 76%) 2022-05-18T05:52:09.4356598Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestValidation-20220518053812.xml (deflated 67%) 2022-05-18T05:52:09.4357281Z adding: test/test-reports/python-unittest/test_mkldnn/TEST-TestMkldnn-20220518053908.xml (deflated 85%) 2022-05-18T05:52:09.4358704Z adding: test/test-reports/python-unittest/test_multiprocessing/TEST-TestMultiprocessing-20220518053935.xml (deflated 84%) 2022-05-18T05:52:09.4359751Z adding: test/test-reports/python-unittest/test_dispatch/TEST-TestDispatch-20220518054024.xml (deflated 81%) 2022-05-18T05:52:09.4360454Z adding: test/test-reports/python-unittest/test_dispatch/TEST-TestPythonDispatcher-20220518054024.xml (deflated 75%) 2022-05-18T05:52:09.4371890Z adding: test/test-reports/python-unittest/test_modules/TEST-TestModuleCUDA-20220518054124.xml (deflated 97%) 2022-05-18T05:52:09.4373902Z adding: test/test-reports/python-unittest/test_fx_experimental/TEST-TestFXExperimental-20220518054154.xml (deflated 79%) 2022-05-18T05:52:09.4386927Z adding: test/test-reports/python-unittest/test_fx_experimental/TEST-TestNormalizeOperatorsCUDA-20220518054154.xml (deflated 97%) 2022-05-18T05:52:09.4387790Z adding: test/test-reports/python-unittest/test_functional_autograd_benchmark/TEST-TestFunctionalAutogradBenchmark-20220518054213.xml (deflated 51%) 2022-05-18T05:52:09.4388554Z adding: test/test-reports/python-unittest/test_type_hints/TEST-TestTypeHints-20220518054233.xml (deflated 42%) 2022-05-18T05:52:09.4394358Z adding: test/test-reports/python-unittest/test_sparse/TEST-TestSparseCUDA-20220518054253.xml (deflated 93%) 2022-05-18T05:52:09.4397561Z adding: test/test-reports/python-unittest/test_sparse/TEST-TestSparseMaskedReductionsCUDA-20220518054253.xml (deflated 97%) 2022-05-18T05:52:09.4398285Z adding: test/test-reports/python-unittest/test_sparse/TEST-TestSparseOneOff-20220518054253.xml (deflated 53%) 2022-05-18T05:52:09.4411515Z adding: test/test-reports/python-unittest/test_sparse/TEST-TestSparseUnaryUfuncsCUDA-20220518054253.xml (deflated 97%) 2022-05-18T05:52:09.4438380Z adding: test/test-reports/python-unittest/test_sparse_csr/TEST-TestSparseCSRCUDA-20220518054325.xml (deflated 97%) 2022-05-18T05:52:09.4439105Z adding: test/test-reports/python-unittest/test_sparse_csr/TEST-TestSparseCSRSampler-20220518054325.xml (deflated 40%) 2022-05-18T05:52:09.4446604Z adding: test/test-reports/python-unittest/test_sparse_csr/TEST-TestSparseCompressedCUDA-20220518054325.xml (deflated 98%) 2022-05-18T05:52:09.4453068Z adding: test/test-reports/python-unittest/test_jiterator/TEST-TestPythonJiteratorCUDA-20220518054354.xml (deflated 98%) 2022-05-18T05:52:09.4453926Z adding: test/test-reports/python-unittest/test_package/TEST-test_analyze.TestAnalyze-20220518054405.xml (deflated 45%) 2022-05-18T05:52:09.4454695Z adding: test/test-reports/python-unittest/test_package/TEST-test_dependency_api.TestDependencyAPI-20220518054405.xml (deflated 83%) 2022-05-18T05:52:09.4455478Z adding: test/test-reports/python-unittest/test_package/TEST-test_dependency_hooks.TestDependencyHooks-20220518054405.xml (deflated 76%) 2022-05-18T05:52:09.4456202Z adding: test/test-reports/python-unittest/test_package/TEST-test_digraph.TestDiGraph-20220518054405.xml (deflated 84%) 2022-05-18T05:52:09.4456951Z adding: test/test-reports/python-unittest/test_package/TEST-test_directory_reader.DirectoryReaderTest-20220518054405.xml (deflated 78%) 2022-05-18T05:52:09.4457700Z adding: test/test-reports/python-unittest/test_package/TEST-test_glob_group.TestGlobGroup-20220518054405.xml (deflated 86%) 2022-05-18T05:52:09.4458747Z adding: test/test-reports/python-unittest/test_package/TEST-test_importer.TestImporter-20220518054405.xml (deflated 72%) 2022-05-18T05:52:09.4459512Z adding: test/test-reports/python-unittest/test_package/TEST-test_load_bc_packages.TestLoadBCPackages-20220518054405.xml (deflated 71%) 2022-05-18T05:52:09.4460257Z adding: test/test-reports/python-unittest/test_package/TEST-test_mangling.TestMangling-20220518054405.xml (deflated 79%) 2022-05-18T05:52:09.4460949Z adding: test/test-reports/python-unittest/test_package/TEST-test_misc.TestMisc-20220518054405.xml (deflated 73%) 2022-05-18T05:52:09.4461616Z adding: test/test-reports/python-unittest/test_package/TEST-test_model.ModelTest-20220518054405.xml (deflated 63%) 2022-05-18T05:52:09.4462304Z adding: test/test-reports/python-unittest/test_package/TEST-test_package_fx.TestPackageFX-20220518054405.xml (deflated 75%) 2022-05-18T05:52:09.4463239Z adding: test/test-reports/python-unittest/test_package/TEST-test_package_script.TestPackageScript-20220518054405.xml (deflated 81%) 2022-05-18T05:52:09.4464009Z adding: test/test-reports/python-unittest/test_package/TEST-test_repackage.TestRepackage-20220518054405.xml (deflated 48%) 2022-05-18T05:52:09.4464747Z adding: test/test-reports/python-unittest/test_package/TEST-test_resources.TestResources-20220518054405.xml (deflated 69%) 2022-05-18T05:52:09.4465461Z adding: test/test-reports/python-unittest/test_package/TEST-test_save_load.TestSaveLoad-20220518054405.xml (deflated 76%) 2022-05-18T05:52:09.4468984Z adding: test/test-reports/python-unittest/test_spectral_ops/TEST-TestFFTCUDA-20220518054415.xml (deflated 92%) 2022-05-18T05:52:09.4471463Z adding: test/test-reports/python-unittest/test_sort_and_select/TEST-TestSortAndSelectCUDA-20220518054425.xml (deflated 91%) 2022-05-18T05:52:09.4472187Z adding: test/test-reports/python-unittest/test_multiprocessing_spawn/TEST-ErrorTest-20220518054433.xml (deflated 39%) 2022-05-18T05:52:09.4472880Z adding: test/test-reports/python-unittest/test_multiprocessing_spawn/TEST-ForkTest-20220518054433.xml (deflated 82%) 2022-05-18T05:52:09.4473564Z adding: test/test-reports/python-unittest/test_multiprocessing_spawn/TEST-SpawnTest-20220518054433.xml (deflated 85%) 2022-05-18T05:52:09.4474300Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestBroadcastAllOverride-20220518054439.xml (deflated 42%) 2022-05-18T05:52:09.4475056Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestDisabledTorchFunction-20220518054439.xml (deflated 41%) 2022-05-18T05:52:09.4475785Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestEinsumOverride-20220518054439.xml (deflated 41%) 2022-05-18T05:52:09.4476495Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestGradCheckOverride-20220518054439.xml (deflated 41%) 2022-05-18T05:52:09.4477203Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestGradNewOnesOverride-20220518054439.xml (deflated 41%) 2022-05-18T05:52:09.4477901Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestIndexing-20220518054439.xml (deflated 73%) 2022-05-18T05:52:09.4478668Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestIterator-20220518054439.xml (deflated 40%) 2022-05-18T05:52:09.4479362Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestNamedTuple-20220518054439.xml (deflated 39%) 2022-05-18T05:52:09.4480007Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestPickle-20220518054439.xml (deflated 39%) 2022-05-18T05:52:09.4480640Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestRNN-20220518054439.xml (deflated 38%) 2022-05-18T05:52:09.4495655Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestTorchFunctionOverride-20220518054439.xml (deflated 96%) 2022-05-18T05:52:09.4496428Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestTorchFunctionWarning-20220518054439.xml (deflated 42%) 2022-05-18T05:52:09.4497140Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestWrapTorchFunction-20220518054439.xml (deflated 41%) 2022-05-18T05:52:09.4497997Z adding: test/test-reports/python-unittest/test_stateless/TEST-TestPythonOptimizeMode-20220518054444.xml (deflated 40%) 2022-05-18T05:52:09.4499102Z adding: test/test-reports/python-unittest/test_stateless/TEST-TestStatelessDeprecation-20220518054444.xml (deflated 42%) 2022-05-18T05:52:09.4499863Z adding: test/test-reports/python-unittest/test_stateless/TEST-TestStatelessFunctionalAPI-20220518054444.xml (deflated 75%) 2022-05-18T05:52:09.4500586Z adding: test/test-reports/python-unittest/test_bundled_inputs/TEST-TestBundledInputs-20220518054449.xml (deflated 80%) 2022-05-18T05:52:09.4501314Z adding: test/test-reports/python-unittest/test_namedtuple_return_api/TEST-TestNamedTupleAPI-20220518054452.xml (deflated 77%) 2022-05-18T05:52:09.4502040Z adding: test/test-reports/python-unittest/test_public_bindings/TEST-TestPublicBindings-20220518054456.xml (deflated 56%) 2022-05-18T05:52:09.4502738Z adding: test/test-reports/python-unittest/test_model_dump/TEST-TestModelDump-20220518054501.xml (deflated 75%) 2022-05-18T05:52:09.4503381Z adding: test/test-reports/python-unittest/test_futures/TEST-TestFuture-20220518054504.xml (deflated 84%) 2022-05-18T05:52:09.4504026Z adding: test/test-reports/python-unittest/test_monitor/TEST-TestMonitor-20220518054507.xml (deflated 66%) 2022-05-18T05:52:09.4504713Z adding: test/test-reports/python-unittest/test_monitor/TEST-TestMonitorTensorboard-20220518054507.xml (deflated 41%) 2022-05-18T05:52:09.4505653Z adding: test/test-reports/python-unittest/test_shape_ops/TEST-TestShapeOpsCUDA-20220518054512.xml (deflated 92%) 2022-05-18T05:52:09.4507863Z adding: test/test-reports/python-unittest/test_subclass/TEST-TestSubclass-20220518054515.xml (deflated 91%) 2022-05-18T05:52:09.4508550Z adding: test/test-reports/python-unittest/test_autocast/TEST-TestAutocastCPU-20220518054518.xml (deflated 77%) 2022-05-18T05:52:09.4509239Z adding: test/test-reports/python-unittest/test_autocast/TEST-TestTorchAutocast-20220518054518.xml (deflated 42%) 2022-05-18T05:52:09.4509964Z adding: test/test-reports/python-unittest/test_native_functions/TEST-TestNativeFunctions-20220518054521.xml (deflated 75%) 2022-05-18T05:52:09.4510643Z adding: test/test-reports/python-unittest/test_indexing/TEST-NumpyTestsCUDA-20220518054525.xml (deflated 80%) 2022-05-18T05:52:09.4512076Z adding: test/test-reports/python-unittest/test_indexing/TEST-TestIndexingCUDA-20220518054525.xml (deflated 89%) 2022-05-18T05:52:09.4513887Z adding: test/test-reports/python-unittest/test_set_default_mobile_cpu_allocator/TEST-TestSetDefaultMobileCPUAllocator-20220518054528.xml (deflated 57%) 2022-05-18T05:52:09.4514796Z adding: test/test-reports/python-unittest/test_show_pickle/TEST-TestShowPickle-20220518054531.xml (deflated 39%) 2022-05-18T05:52:09.4515605Z adding: test/test-reports/python-unittest/test_type_info/TEST-TestDTypeInfo-20220518054533.xml (deflated 61%) 2022-05-18T05:52:09.4517201Z adding: test/test-reports/python-unittest/test_namedtensor/TEST-TestNamedTensor-20220518054538.xml (deflated 87%) 2022-05-18T05:52:09.4518780Z adding: test/test-reports/python-unittest/test_tensorexpr_pybind/TEST-TestExprHandlePyBind-20220518054542.xml (deflated 39%) 2022-05-18T05:52:09.4520454Z adding: test/test-reports/python-unittest/test_tensorexpr_pybind/TEST-TestTensorExprPyBind-20220518054542.xml (deflated 84%) 2022-05-18T05:52:09.4521979Z adding: test/test-reports/python-unittest/test_native_mha/TEST-TestMHADeviceTypeCUDA-20220518054545.xml (deflated 73%) 2022-05-18T05:52:09.4523192Z adding: test/test-reports/python-unittest/test_cpp_extensions_aot_no_ninja/TEST-TestCppExtensionAOT-20220518054838.xml (deflated 78%) 2022-05-18T05:52:09.4523942Z adding: test/test-reports/python-unittest/test_cpp_extensions_aot_no_ninja/TEST-TestORTTensor-20220518054838.xml (deflated 67%) 2022-05-18T05:52:09.4524679Z adding: test/test-reports/python-unittest/test_cpp_extensions_aot_no_ninja/TEST-TestRNGExtension-20220518054838.xml (deflated 40%) 2022-05-18T05:52:09.4525536Z adding: test/test-reports/python-unittest/test_cpp_extensions_aot_no_ninja/TEST-TestTorchLibrary-20220518054838.xml (deflated 40%) 2022-05-18T05:52:09.4526264Z adding: test/test-reports/python-unittest/test_numpy_interop/TEST-TestNumPyInteropCUDA-20220518054842.xml (deflated 84%) 2022-05-18T05:52:09.4527003Z adding: test/test-reports/python-unittest/test_numba_integration/TEST-TestNumbaIntegration-20220518054844.xml (deflated 74%) 2022-05-18T05:52:09.4555565Z adding: test/test-reports/cpp-unittest/test_libtorch/test_jit.xml (deflated 96%) 2022-05-18T05:52:09.4566497Z adding: test/test-reports/cpp-unittest/test_libtorch/test_lazy.xml (deflated 93%) 2022-05-18T05:52:09.4588852Z adding: test/test-reports/cpp-unittest/test_libtorch/test_api.xml (deflated 92%) 2022-05-18T05:52:09.4606937Z adding: test/test-reports/cpp-unittest/test_libtorch/test_tensorexpr.xml (deflated 92%) 2022-05-18T05:52:09.4608060Z adding: test/test-reports/cpp-unittest/test_libtorch/test_mobile_nnc.xml (deflated 77%) 2022-05-18T05:52:09.4653456Z ##[group]Run seemethere/upload-artifact-s3@v4 2022-05-18T05:52:09.4653751Z with: 2022-05-18T05:52:09.4654015Z retention-days: 14 2022-05-18T05:52:09.4654265Z if-no-files-found: warn 2022-05-18T05:52:09.4654543Z path: test-jsons-*.zip 2022-05-18T05:52:09.4654801Z name: artifact 2022-05-18T05:52:09.4655038Z s3-bucket: gha-artifacts 2022-05-18T05:52:09.4655306Z region: us-east-1 2022-05-18T05:52:09.4655537Z env: 2022-05-18T05:52:09.4655735Z IN_CI: 1 2022-05-18T05:52:09.4655960Z IS_GHA: 1 2022-05-18T05:52:09.4656216Z GIT_DEFAULT_BRANCH: master 2022-05-18T05:52:09.4656467Z GPU_FLAG: --gpus all 2022-05-18T05:52:09.4656717Z ##[endgroup] 2022-05-18T05:52:09.8907050Z With the provided path, there will be 1 file uploaded 2022-05-18T05:52:09.8907553Z Uploading to s3 prefix: pytorch/pytorch/2342799949/1/artifact 2022-05-18T05:52:09.8918157Z Starting upload of test-jsons-test-default-2-2-linux.4xlarge.nvidia.gpu_6482671147.zip 2022-05-18T05:52:10.0449658Z Finished upload of test-jsons-test-default-2-2-linux.4xlarge.nvidia.gpu_6482671147.zip 2022-05-18T05:52:10.0596964Z ##[group]Run seemethere/upload-artifact-s3@v4 2022-05-18T05:52:10.0597264Z with: 2022-05-18T05:52:10.0597487Z retention-days: 14 2022-05-18T05:52:10.0597763Z if-no-files-found: error 2022-05-18T05:52:10.0598049Z path: test-reports-*.zip 2022-05-18T05:52:10.0598291Z name: artifact 2022-05-18T05:52:10.0598547Z s3-bucket: gha-artifacts 2022-05-18T05:52:10.0598813Z region: us-east-1 2022-05-18T05:52:10.0599030Z env: 2022-05-18T05:52:10.0599248Z IN_CI: 1 2022-05-18T05:52:10.0599474Z IS_GHA: 1 2022-05-18T05:52:10.0599708Z GIT_DEFAULT_BRANCH: master 2022-05-18T05:52:10.0599977Z GPU_FLAG: --gpus all 2022-05-18T05:52:10.0600233Z ##[endgroup] 2022-05-18T05:52:10.4871826Z With the provided path, there will be 1 file uploaded 2022-05-18T05:52:10.4872245Z Uploading to s3 prefix: pytorch/pytorch/2342799949/1/artifact 2022-05-18T05:52:10.4883262Z Starting upload of test-reports-test-default-2-2-linux.4xlarge.nvidia.gpu_6482671147.zip 2022-05-18T05:52:10.6735017Z Finished upload of test-reports-test-default-2-2-linux.4xlarge.nvidia.gpu_6482671147.zip 2022-05-18T05:52:10.6877231Z ##[group]Run set -x 2022-05-18T05:52:10.6877555Z set -x 2022-05-18T05:52:10.6877877Z python3 -m pip install -r requirements.txt 2022-05-18T05:52:10.6878223Z python3 -m pip install boto3==1.19.12 2022-05-18T05:52:10.6878646Z python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-05-18T05:52:10.6892081Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-05-18T05:52:10.6892364Z env: 2022-05-18T05:52:10.6892588Z IN_CI: 1 2022-05-18T05:52:10.6892816Z IS_GHA: 1 2022-05-18T05:52:10.6893052Z GIT_DEFAULT_BRANCH: master 2022-05-18T05:52:10.6893322Z GPU_FLAG: --gpus all 2022-05-18T05:52:10.6893596Z AWS_DEFAULT_REGION: us-east-1 2022-05-18T05:52:10.6893845Z BRANCH: master 2022-05-18T05:52:10.6894163Z JOB_BASE_NAME: linux-bionic-cuda10.2-py3.9-gcc7-test 2022-05-18T05:52:10.6894613Z TEST_CONFIG: default 2022-05-18T05:52:10.6894867Z SHARD_NUMBER: 2 2022-05-18T05:52:10.6895219Z BUILD_ENVIRONMENT: linux-bionic-cuda10.2-py3.9-gcc7 2022-05-18T05:52:10.6895514Z PR_NUMBER: 2022-05-18T05:52:10.6895797Z SHA1: 3b2375291aab7b48442f2e6fb1ef66cebc761e24 2022-05-18T05:52:10.6896127Z TAG: 2022-05-18T05:52:10.6896343Z WORKFLOW_ID: 2342799949 2022-05-18T05:52:10.6896759Z GITHUB_TOKEN: *** 2022-05-18T05:52:10.6897026Z GHA_WORKFLOW_JOB_ID: 6482671147 2022-05-18T05:52:10.6897272Z ##[endgroup] 2022-05-18T05:52:10.6927486Z + python3 -m pip install -r requirements.txt 2022-05-18T05:52:10.9810061Z Defaulting to user installation because normal site-packages is not writeable 2022-05-18T05:52:11.0100395Z Ignoring dataclasses: markers 'python_version < "3.7"' don't match your environment 2022-05-18T05:52:11.0591807Z Collecting astunparse 2022-05-18T05:52:11.0851833Z Downloading astunparse-1.6.3-py2.py3-none-any.whl (12 kB) 2022-05-18T05:52:11.1152968Z Collecting expecttest 2022-05-18T05:52:11.1193330Z Downloading expecttest-0.1.3-py3-none-any.whl (6.5 kB) 2022-05-18T05:52:11.1592682Z Collecting future 2022-05-18T05:52:11.1635605Z Downloading future-0.18.2.tar.gz (829 kB) 2022-05-18T05:52:12.3765866Z Collecting numpy 2022-05-18T05:52:12.3824272Z Downloading numpy-1.21.6-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (15.7 MB) 2022-05-18T05:52:12.9772650Z Collecting psutil 2022-05-18T05:52:12.9822243Z 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:52:13.1112014Z Collecting pyyaml 2022-05-18T05:52:13.1156905Z 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:52:13.1359512Z 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:52:13.1526003Z Requirement already satisfied: setuptools in /usr/lib/python3.7/site-packages (from -r requirements.txt (line 9)) (49.1.3) 2022-05-18T05:52:13.2115815Z Collecting six 2022-05-18T05:52:13.2157099Z Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) 2022-05-18T05:52:13.2485669Z Collecting types-dataclasses 2022-05-18T05:52:13.2526698Z Downloading types_dataclasses-0.6.5-py3-none-any.whl (2.8 kB) 2022-05-18T05:52:13.2908778Z Collecting typing_extensions 2022-05-18T05:52:13.2949826Z Downloading typing_extensions-4.2.0-py3-none-any.whl (24 kB) 2022-05-18T05:52:13.3776692Z Collecting wheel<1.0,>=0.23.0 2022-05-18T05:52:13.3821332Z Downloading wheel-0.37.1-py2.py3-none-any.whl (35 kB) 2022-05-18T05:52:13.3945777Z 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:52:13.3956114Z 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:52:13.3971549Z 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:52:13.4176998Z 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:52:13.4204809Z Using legacy 'setup.py install' for future, since package 'wheel' is not installed. 2022-05-18T05:52:13.4561262Z Installing collected packages: wheel, six, astunparse, expecttest, future, numpy, psutil, pyyaml, types-dataclasses, typing-extensions 2022-05-18T05:52:13.4855633Z WARNING: The script wheel is installed in '/home/ec2-user/.local/bin' which is not on PATH. 2022-05-18T05:52:13.4856567Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2022-05-18T05:52:13.5303147Z Running setup.py install for future: started 2022-05-18T05:52:14.2057178Z Running setup.py install for future: finished with status 'done' 2022-05-18T05:52:16.2661749Z WARNING: The scripts f2py, f2py3 and f2py3.7 are installed in '/home/ec2-user/.local/bin' which is not on PATH. 2022-05-18T05:52:16.2662516Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2022-05-18T05:52:16.5424346Z 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:52:16.6137458Z + python3 -m pip install boto3==1.19.12 2022-05-18T05:52:16.9040798Z Defaulting to user installation because normal site-packages is not writeable 2022-05-18T05:52:17.7235273Z Collecting boto3==1.19.12 2022-05-18T05:52:17.7460412Z Downloading boto3-1.19.12-py3-none-any.whl (131 kB) 2022-05-18T05:52:17.7977345Z Collecting jmespath<1.0.0,>=0.7.1 2022-05-18T05:52:17.8019128Z Downloading jmespath-0.10.0-py2.py3-none-any.whl (24 kB) 2022-05-18T05:52:17.8461284Z Collecting s3transfer<0.6.0,>=0.5.0 2022-05-18T05:52:17.8506479Z Downloading s3transfer-0.5.2-py3-none-any.whl (79 kB) 2022-05-18T05:52:18.8928634Z Collecting botocore<1.23.0,>=1.22.12 2022-05-18T05:52:18.9051264Z Downloading botocore-1.22.12-py3-none-any.whl (8.1 MB) 2022-05-18T05:52:19.1006391Z 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:52:19.1650775Z Collecting python-dateutil<3.0.0,>=2.1 2022-05-18T05:52:19.1694783Z Downloading python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) 2022-05-18T05:52:19.1869432Z 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:52:19.2730548Z Installing collected packages: jmespath, python-dateutil, botocore, s3transfer, boto3 2022-05-18T05:52:20.1668023Z 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:52:20.2196668Z + python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-05-18T05:53:22.4725415Z [scribe] Scribe access token not provided, sending report via boto3... 2022-05-18T05:53:22.4728846Z ERROR ENCOUNTERED WHEN UPLOADING TO SCRIBE: {"errorMessage": "HTTP Error 500: Internal Server Error", "errorType": "HTTPError", "stackTrace": [" File \"/var/task/lambda_function.py\", line 57, in lambda_handler\n return urlopen(req, data=json.dumps(data).encode()).read()\n", " File \"/var/lang/lib/python3.8/urllib/request.py\", line 222, in urlopen\n return opener.open(url, data, timeout)\n", " File \"/var/lang/lib/python3.8/urllib/request.py\", line 531, in open\n response = meth(req, response)\n", " File \"/var/lang/lib/python3.8/urllib/request.py\", line 640, in http_response\n response = self.parent.error(\n", " File \"/var/lang/lib/python3.8/urllib/request.py\", line 569, in error\n return self._call_chain(*args)\n", " File \"/var/lang/lib/python3.8/urllib/request.py\", line 502, in _call_chain\n result = func(*args)\n", " File \"/var/lang/lib/python3.8/urllib/request.py\", line 649, in http_error_default\n raise HTTPError(req.full_url, code, msg, hdrs, fp)\n"]} 2022-05-18T05:53:22.4730252Z 2022-05-18T05:53:22.4730583Z ----- Historic stats comparison result ------ 2022-05-18T05:53:22.4730967Z 2022-05-18T05:53:22.4731361Z job: linux-bionic-cuda10.2-py3.9-gcc7-test 2022-05-18T05:53:22.4731737Z commit: 3b2375291aab7b48442f2e6fb1ef66cebc761e24 2022-05-18T05:53:22.4731941Z 2022-05-18T05:53:22.4732156Z Commit graph (base is most recent master ancestor with at least one S3 report): 2022-05-18T05:53:22.4732402Z 2022-05-18T05:53:22.4732907Z : (master) 2022-05-18T05:53:22.4733475Z | 2022-05-18T05:53:22.4733814Z * 3b2375291a (HEAD) total time 5932.90s 2022-05-18T05:53:22.4734684Z * 6e3391a7c3 (base) 7 reports, total time 2047.76s ± 1315.50s 2022-05-18T05:53:22.4735180Z * 48581d74ad 8 reports, total time 2500.75s ± 1813.17s 2022-05-18T05:53:22.4735611Z * c35bd8d423 8 reports, total time 1942.85s ± 1241.75s 2022-05-18T05:53:22.4736046Z * f6beda89c6 8 reports, total time 1525.68s ± 1510.80s 2022-05-18T05:53:22.4736474Z * ee080918df 9 reports, total time 2710.43s ± 2712.08s 2022-05-18T05:53:22.4738683Z * bbaefdf6b5 0 reports 2022-05-18T05:53:22.4739370Z * 7c52f204e0 0 reports 2022-05-18T05:53:22.4739815Z * e0451d8022 0 reports 2022-05-18T05:53:22.4740325Z * 4e2f5507d0 9 reports, total time 2696.76s ± 2644.11s 2022-05-18T05:53:22.4740748Z * b64845eb18 9 reports, total time 2712.94s ± 2654.45s 2022-05-18T05:53:22.4741032Z | 2022-05-18T05:53:22.4741242Z : 2022-05-18T05:53:22.4741400Z 2022-05-18T05:53:22.4741556Z Removed (across 435 suites) 0 tests, totaling 0.00s 2022-05-18T05:53:22.4741923Z Modified (across 0 suites) 0 tests, totaling 0.00s 2022-05-18T05:53:22.4742288Z Added (across 326 suites) 60338 tests, totaling +5932.90s 2022-05-18T05:53:22.5916677Z Prepare all required actions 2022-05-18T05:53:22.5939491Z ##[group]Run ./.github/actions/teardown-linux 2022-05-18T05:53:22.5939779Z with: 2022-05-18T05:53:22.5939976Z env: 2022-05-18T05:53:22.5940195Z IN_CI: 1 2022-05-18T05:53:22.5940421Z IS_GHA: 1 2022-05-18T05:53:22.5940653Z GIT_DEFAULT_BRANCH: master 2022-05-18T05:53:22.5940922Z GPU_FLAG: --gpus all 2022-05-18T05:53:22.5941167Z ##[endgroup] 2022-05-18T05:53:22.5957815Z ##[group]Run .github/scripts/wait_for_ssh_to_drain.sh 2022-05-18T05:53:22.5958174Z .github/scripts/wait_for_ssh_to_drain.sh 2022-05-18T05:53:22.5971380Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-05-18T05:53:22.5971680Z env: 2022-05-18T05:53:22.5971915Z IN_CI: 1 2022-05-18T05:53:22.5972123Z IS_GHA: 1 2022-05-18T05:53:22.5972382Z GIT_DEFAULT_BRANCH: master 2022-05-18T05:53:22.5972653Z GPU_FLAG: --gpus all 2022-05-18T05:53:22.5972886Z ##[endgroup] 2022-05-18T05:53:22.6017189Z Holding runner for 2 hours until all ssh sessions have logged out 2022-05-18T05:53:22.6086365Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2022-05-18T05:53:22.6086817Z # ignore expansion of "docker ps -q" since it could be empty 2022-05-18T05:53:22.6087142Z # shellcheck disable=SC2046 2022-05-18T05:53:22.6087453Z docker stop $(docker ps -q) || true 2022-05-18T05:53:22.6087767Z # Prune all of the docker images 2022-05-18T05:53:22.6088048Z docker system prune -af 2022-05-18T05:53:22.6100458Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-05-18T05:53:22.6100758Z env: 2022-05-18T05:53:22.6100961Z IN_CI: 1 2022-05-18T05:53:22.6101185Z IS_GHA: 1 2022-05-18T05:53:22.6101434Z GIT_DEFAULT_BRANCH: master 2022-05-18T05:53:22.6101692Z GPU_FLAG: --gpus all 2022-05-18T05:53:22.6101938Z ##[endgroup] 2022-05-18T05:53:23.0023077Z 3040d33a253e 2022-05-18T05:53:23.8648405Z Deleted Containers: 2022-05-18T05:53:23.8648847Z 3040d33a253e1e60896a3d9c91e39fbb877423790ef1b21cb6a273f8b0304248 2022-05-18T05:53:23.8649084Z 2022-05-18T05:53:27.7868228Z Deleted Images: 2022-05-18T05:53:27.7869134Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda10.2-cudnn7-py3.9-gcc7:6deab82db6a72ca54cd3e3322ee4f13864536734 2022-05-18T05:53:27.7870276Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda10.2-cudnn7-py3.9-gcc7@sha256:9737b662edb86afcd12a9367db6178a57889543632c0b710c5058abe14dc048f 2022-05-18T05:53:27.7871279Z deleted: sha256:914b650c5e1ee0f842697bbae2306dd6d831a4fa7fb861ca07bf056998b8539a 2022-05-18T05:53:27.7872089Z deleted: sha256:1034dda927c8a98e2c5d65a336554b89dbbe1e12c28d4d48b88e54f147a2e4e0 2022-05-18T05:53:27.7873092Z deleted: sha256:9daaaebd2559405012ffcc55a915a07af3fd8dfffccf3a4095f52a8d3a2a0808 2022-05-18T05:53:27.7873841Z deleted: sha256:62633a2457311070c286784502f87ac7817442880550ef46ef31086f62f63bd8 2022-05-18T05:53:27.7874233Z deleted: sha256:b40174881876c17fba8e4416c64d2b2065ba27f412e978c62446c6bd9975f43d 2022-05-18T05:53:27.7874651Z deleted: sha256:2b9f3cf2c41f5277698e8a3507d610f08552eb7289a4388f78a18f4934288b8c 2022-05-18T05:53:27.7875077Z deleted: sha256:bd03b60328b2f30ca7a665b612f2cc06f82974a2523f37e690f2eb32b20e23b1 2022-05-18T05:53:27.7875510Z deleted: sha256:9ead2207e8271970850e6a2fd7eacfc78f81c37d45b383107a12ba34b33a0068 2022-05-18T05:53:27.7875933Z deleted: sha256:03fe25e910ef9c726eef212a600805ba6fdd2cba133eec3a76ae6a62e71c50a8 2022-05-18T05:53:27.7876371Z deleted: sha256:42e9502eca4ade58460a090e6049a4c886d6667dc476a43c122110e9970e0504 2022-05-18T05:53:27.7876783Z deleted: sha256:3e18692fe2820772fe2b383c23571e3871b1e76e6ed758ca077a24e1fdae6a28 2022-05-18T05:53:27.7877197Z deleted: sha256:a9c1ea768838d14bfbdde1eb39006e75c504ef0e289e20b1cf1a0960ad20d993 2022-05-18T05:53:27.7877642Z deleted: sha256:653ed47cee104744163b9185cfc53ab6e751d141965b21a2f8bff4fb24acfd37 2022-05-18T05:53:27.7878105Z deleted: sha256:2ff0727ba124b0079c011424c629c2a5e27c5d7afb7b950b5513d4ab4f5e958d 2022-05-18T05:53:27.7878645Z deleted: sha256:4c3c43891ad25595b7374a30159f60ec584375dbc3820ecb30f5ad0374e5e86e 2022-05-18T05:53:27.7879077Z deleted: sha256:fa7d613a19e64cdd36a0c27fc6a2a50dd27c841da90bfae85e542064284ab2fd 2022-05-18T05:53:27.7879545Z deleted: sha256:22ec6f7d0cdf47c266dd9f601a0c98bd88bbd7e4ce3d21c9f7e00349cf7a0f8d 2022-05-18T05:53:27.7880013Z deleted: sha256:3ddedefb6de6867b92dc64bef9ed3206b098bcec87336ba702a4eec81de23bdf 2022-05-18T05:53:27.7880468Z deleted: sha256:6d2243fa3601d3ad6f7187388ef2f63d2eb318689d897e70fafdf33f22667537 2022-05-18T05:53:27.7880869Z deleted: sha256:8d2732c0f78444380cf8b5381c7b649a2e38315a0c11b8f03c7aab8f436d5390 2022-05-18T05:53:27.7881286Z deleted: sha256:85365c4faa86a33743f2107ccd2057705ec1aba1968cfeafbd737362b5499158 2022-05-18T05:53:27.7881726Z deleted: sha256:1aa2e018ba9609d32285b9d5ae5d41d884801742d27f0cbfcd249ab14b4bd4dc 2022-05-18T05:53:27.7882120Z deleted: sha256:3e096c567269719a45cda64f50eb9814c8bb7049822811461314641c8eb96c61 2022-05-18T05:53:27.7882605Z deleted: sha256:6c5ba201ed4d2056c53645f53d30efb8e4ba80fbea2c45042319090bd48d473c 2022-05-18T05:53:27.7883172Z deleted: sha256:64928ee816f9ae39d46f7dd36a5e45302562fd147967f6ab287a487c354b6b6c 2022-05-18T05:53:27.7883585Z deleted: sha256:a57b906a61d609815d662f4f4b65996a46514b07aea462793fd4143718ffc840 2022-05-18T05:53:27.7883973Z deleted: sha256:494612c761757956fbc4227e61a4a1e63e0f9b3372cf2430e2ee002ab523cfde 2022-05-18T05:53:27.7884408Z deleted: sha256:ff2c733048c22f423a6b20c35ff08bcbb6fe1bc76306464e654ef1ee28c3d861 2022-05-18T05:53:27.7884844Z deleted: sha256:4661c25de76163d8c2e45ca688f5b819c61c6c9f8e49ed83df44db353263f033 2022-05-18T05:53:27.7885255Z deleted: sha256:e23913a427ab6a1d96fc5ac9b9916776209427c2ef8eb9f44a4d16735f8c8494 2022-05-18T05:53:27.7885741Z deleted: sha256:832b3ad6407fa37ec6d8fd8f9d28172fe3bd5f6280fad98472d09eb0bc252ae0 2022-05-18T05:53:27.7886187Z deleted: sha256:a2b9dd02872fa4e35324d54aba02a6f1f21cb993714948cb709f94a2d85029f9 2022-05-18T05:53:27.7886630Z deleted: sha256:cb96bd5b78d181c6c2779f27e47036a8e9c3e1bcf09da94039148abd1c7d05ee 2022-05-18T05:53:27.7887069Z deleted: sha256:ea52cef0d0fe0c5edd5d235153b16fb0ce71bd0120ad33ed45f75bbfa3d9eadf 2022-05-18T05:53:27.7887523Z deleted: sha256:4fb97c7eb8955725be2bae74694a3af51e36e515a6c92a1aa75965cc09864f99 2022-05-18T05:53:27.7887948Z deleted: sha256:b2537994f751dde0a341c1f0d09a833be0150eb5a1cd60c7e65874442f6475a3 2022-05-18T05:53:27.7888359Z deleted: sha256:412f35baea526807361ea20e8f0e18576bdf2c6c40bdec402e94d86222a2b56e 2022-05-18T05:53:27.7888786Z deleted: sha256:cf621551bc4ed287124425a3d232f6c751dff14e9986bf7b7a697634d2f599bc 2022-05-18T05:53:27.7889210Z deleted: sha256:8003ff14feede16807731ad20c8151882bb62d724eb628e4c99ceaa2eea2a479 2022-05-18T05:53:27.7889637Z deleted: sha256:a1270a733ee0912cf66cd39d15f2ceace3789554b56647c5a5638b6ba73e3dab 2022-05-18T05:53:27.7890158Z deleted: sha256:a2811bdab35ec13d2eb84fdf4de75cbd29c5f6e227e4f11e9e8a9de714b7e132 2022-05-18T05:53:27.7890600Z deleted: sha256:f80e00922ecb54c1458a8c92d41e262173286ff550ed7468674de42de539714b 2022-05-18T05:53:27.7891034Z deleted: sha256:eb265251ed90e139bb4bfd41d9fa6a2cc6275eab106538fead323171069af9c9 2022-05-18T05:53:27.7891471Z deleted: sha256:fbee4dd8d443dcf0791e3965ee624b8ecc7b15d503ffbf8f2912d4d1d0a0cb47 2022-05-18T05:53:27.7891921Z deleted: sha256:e2f7d8e2982218fbc16adfe64b71e1839795e7a3ea82f5ff65336d58ae4cea0b 2022-05-18T05:53:27.7892355Z deleted: sha256:275df7d7943e762bf0a85fc2a9cd297c01ecb5d87ae4d86466c3f7f704d1c778 2022-05-18T05:53:27.7892796Z deleted: sha256:c2c5293df593b2d991852fe08e5db0f8c5d3c06b64247dc508084e747e64a42e 2022-05-18T05:53:27.7893212Z deleted: sha256:986cd2e7c143559516bc8388d5dd603eec6a1be4855c777c7e7f16bf22b9fa23 2022-05-18T05:53:27.7893640Z deleted: sha256:9d6787a516e72b7ed9422c8df1a4b298d82982bdf80ee1e198eedf1e1a010d76 2022-05-18T05:53:27.7893893Z 2022-05-18T05:53:27.7977242Z Total reclaimed space: 12.28GB 2022-05-18T05:53:27.8039149Z Post job cleanup. 2022-05-18T05:53:27.8074456Z Post job cleanup. 2022-05-18T05:53:27.9412312Z [command]/usr/bin/git version 2022-05-18T05:53:27.9468425Z git version 2.32.0 2022-05-18T05:53:27.9532854Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/abc7604b-4796-44c2-9ae0-23b79179355e' before making global git config changes 2022-05-18T05:53:27.9533420Z Adding repository directory to the temporary git global config as a safe directory 2022-05-18T05:53:27.9542617Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-05-18T05:53:27.9591455Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-05-18T05:53:27.9630701Z [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:53:27.9962242Z Entering 'android/libs/fbjni' 2022-05-18T05:53:28.0003357Z Entering 'third_party/FP16' 2022-05-18T05:53:28.0046201Z Entering 'third_party/FXdiv' 2022-05-18T05:53:28.0086692Z Entering 'third_party/NNPACK' 2022-05-18T05:53:28.0127957Z Entering 'third_party/QNNPACK' 2022-05-18T05:53:28.0168310Z Entering 'third_party/XNNPACK' 2022-05-18T05:53:28.0222198Z Entering 'third_party/benchmark' 2022-05-18T05:53:28.0264574Z Entering 'third_party/cpuinfo' 2022-05-18T05:53:28.0305830Z Entering 'third_party/cub' 2022-05-18T05:53:28.0347132Z Entering 'third_party/cudnn_frontend' 2022-05-18T05:53:28.0395151Z Entering 'third_party/eigen' 2022-05-18T05:53:28.0438608Z Entering 'third_party/fbgemm' 2022-05-18T05:53:28.0480825Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-05-18T05:53:28.0522488Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-05-18T05:53:28.0564525Z Entering 'third_party/fbgemm/third_party/googletest' 2022-05-18T05:53:28.0607317Z Entering 'third_party/flatbuffers' 2022-05-18T05:53:28.0650014Z Entering 'third_party/fmt' 2022-05-18T05:53:28.0690795Z Entering 'third_party/foxi' 2022-05-18T05:53:28.0731516Z Entering 'third_party/gemmlowp/gemmlowp' 2022-05-18T05:53:28.0772227Z Entering 'third_party/gloo' 2022-05-18T05:53:28.0813350Z Entering 'third_party/googletest' 2022-05-18T05:53:28.0854301Z Entering 'third_party/ideep' 2022-05-18T05:53:28.0894840Z Entering 'third_party/ideep/mkl-dnn' 2022-05-18T05:53:28.0937997Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-05-18T05:53:28.0986712Z Entering 'third_party/ios-cmake' 2022-05-18T05:53:28.1027123Z Entering 'third_party/kineto' 2022-05-18T05:53:28.1067568Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-05-18T05:53:28.1108188Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-05-18T05:53:28.1151494Z Entering 'third_party/nccl/nccl' 2022-05-18T05:53:28.1192511Z Entering 'third_party/neon2sse' 2022-05-18T05:53:28.1232896Z Entering 'third_party/onnx' 2022-05-18T05:53:28.1286735Z Entering 'third_party/onnx/third_party/benchmark' 2022-05-18T05:53:28.1328754Z Entering 'third_party/onnx/third_party/pybind11' 2022-05-18T05:53:28.1373040Z Entering 'third_party/onnx-tensorrt' 2022-05-18T05:53:28.1414489Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-05-18T05:53:28.1460468Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-05-18T05:53:28.1502583Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-05-18T05:53:28.1542845Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-05-18T05:53:28.1590447Z Entering 'third_party/pocketfft' 2022-05-18T05:53:28.1631975Z Entering 'third_party/protobuf' 2022-05-18T05:53:28.1677306Z Entering 'third_party/protobuf/third_party/benchmark' 2022-05-18T05:53:28.1718074Z Entering 'third_party/protobuf/third_party/googletest' 2022-05-18T05:53:28.1762843Z Entering 'third_party/psimd' 2022-05-18T05:53:28.1803992Z Entering 'third_party/pthreadpool' 2022-05-18T05:53:28.1845278Z Entering 'third_party/pybind11' 2022-05-18T05:53:28.1888447Z Entering 'third_party/python-enum' 2022-05-18T05:53:28.1929573Z Entering 'third_party/python-peachpy' 2022-05-18T05:53:28.1970983Z Entering 'third_party/python-six' 2022-05-18T05:53:28.2012675Z Entering 'third_party/sleef' 2022-05-18T05:53:28.2055387Z Entering 'third_party/tbb' 2022-05-18T05:53:28.2098784Z Entering 'third_party/tensorpipe' 2022-05-18T05:53:28.2139189Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-05-18T05:53:28.2180188Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-05-18T05:53:28.2220908Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-05-18T05:53:28.2262420Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-05-18T05:53:28.2302246Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-05-18T05:53:28.2345807Z Entering 'third_party/zstd' 2022-05-18T05:53:28.2407917Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-05-18T05:53:28.2437136Z http.https://github.com/.extraheader 2022-05-18T05:53:28.2447757Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2022-05-18T05:53:28.2486446Z [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:53:28.2808428Z Entering 'android/libs/fbjni' 2022-05-18T05:53:28.2832495Z http.https://github.com/.extraheader 2022-05-18T05:53:28.2865072Z Entering 'third_party/FP16' 2022-05-18T05:53:28.2889615Z http.https://github.com/.extraheader 2022-05-18T05:53:28.2923037Z Entering 'third_party/FXdiv' 2022-05-18T05:53:28.2947547Z http.https://github.com/.extraheader 2022-05-18T05:53:28.2978544Z Entering 'third_party/NNPACK' 2022-05-18T05:53:28.3003107Z http.https://github.com/.extraheader 2022-05-18T05:53:28.3035644Z Entering 'third_party/QNNPACK' 2022-05-18T05:53:28.3060641Z http.https://github.com/.extraheader 2022-05-18T05:53:28.3092365Z Entering 'third_party/XNNPACK' 2022-05-18T05:53:28.3117112Z http.https://github.com/.extraheader 2022-05-18T05:53:28.3161764Z Entering 'third_party/benchmark' 2022-05-18T05:53:28.3186655Z http.https://github.com/.extraheader 2022-05-18T05:53:28.3218677Z Entering 'third_party/cpuinfo' 2022-05-18T05:53:28.3242860Z http.https://github.com/.extraheader 2022-05-18T05:53:28.3275082Z Entering 'third_party/cub' 2022-05-18T05:53:28.3299628Z http.https://github.com/.extraheader 2022-05-18T05:53:28.3331730Z Entering 'third_party/cudnn_frontend' 2022-05-18T05:53:28.3356107Z http.https://github.com/.extraheader 2022-05-18T05:53:28.3395567Z Entering 'third_party/eigen' 2022-05-18T05:53:28.3420071Z http.https://github.com/.extraheader 2022-05-18T05:53:28.3454577Z Entering 'third_party/fbgemm' 2022-05-18T05:53:28.3479609Z http.https://github.com/.extraheader 2022-05-18T05:53:28.3511561Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-05-18T05:53:28.3535573Z http.https://github.com/.extraheader 2022-05-18T05:53:28.3567567Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-05-18T05:53:28.3592164Z http.https://github.com/.extraheader 2022-05-18T05:53:28.3626942Z Entering 'third_party/fbgemm/third_party/googletest' 2022-05-18T05:53:28.3650372Z http.https://github.com/.extraheader 2022-05-18T05:53:28.3683597Z Entering 'third_party/flatbuffers' 2022-05-18T05:53:28.3707726Z http.https://github.com/.extraheader 2022-05-18T05:53:28.3743947Z Entering 'third_party/fmt' 2022-05-18T05:53:28.3767751Z http.https://github.com/.extraheader 2022-05-18T05:53:28.3799670Z Entering 'third_party/foxi' 2022-05-18T05:53:28.3823986Z http.https://github.com/.extraheader 2022-05-18T05:53:28.3855221Z Entering 'third_party/gemmlowp/gemmlowp' 2022-05-18T05:53:28.3879947Z http.https://github.com/.extraheader 2022-05-18T05:53:28.3913064Z Entering 'third_party/gloo' 2022-05-18T05:53:28.3936682Z http.https://github.com/.extraheader 2022-05-18T05:53:28.3968398Z Entering 'third_party/googletest' 2022-05-18T05:53:28.3992554Z http.https://github.com/.extraheader 2022-05-18T05:53:28.4025467Z Entering 'third_party/ideep' 2022-05-18T05:53:28.4049814Z http.https://github.com/.extraheader 2022-05-18T05:53:28.4081047Z Entering 'third_party/ideep/mkl-dnn' 2022-05-18T05:53:28.4105149Z http.https://github.com/.extraheader 2022-05-18T05:53:28.4139341Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-05-18T05:53:28.4163690Z http.https://github.com/.extraheader 2022-05-18T05:53:28.4203539Z Entering 'third_party/ios-cmake' 2022-05-18T05:53:28.4229460Z http.https://github.com/.extraheader 2022-05-18T05:53:28.4261190Z Entering 'third_party/kineto' 2022-05-18T05:53:28.4285569Z http.https://github.com/.extraheader 2022-05-18T05:53:28.4318833Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-05-18T05:53:28.4343498Z http.https://github.com/.extraheader 2022-05-18T05:53:28.4375381Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-05-18T05:53:28.4399775Z http.https://github.com/.extraheader 2022-05-18T05:53:28.4434304Z Entering 'third_party/nccl/nccl' 2022-05-18T05:53:28.4459210Z http.https://github.com/.extraheader 2022-05-18T05:53:28.4492698Z Entering 'third_party/neon2sse' 2022-05-18T05:53:28.4518658Z http.https://github.com/.extraheader 2022-05-18T05:53:28.4551331Z Entering 'third_party/onnx' 2022-05-18T05:53:28.4576202Z http.https://github.com/.extraheader 2022-05-18T05:53:28.4621531Z Entering 'third_party/onnx/third_party/benchmark' 2022-05-18T05:53:28.4646160Z http.https://github.com/.extraheader 2022-05-18T05:53:28.4679225Z Entering 'third_party/onnx/third_party/pybind11' 2022-05-18T05:53:28.4704792Z http.https://github.com/.extraheader 2022-05-18T05:53:28.4739240Z Entering 'third_party/onnx-tensorrt' 2022-05-18T05:53:28.4763852Z http.https://github.com/.extraheader 2022-05-18T05:53:28.4795599Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-05-18T05:53:28.4820085Z http.https://github.com/.extraheader 2022-05-18T05:53:28.4858150Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-05-18T05:53:28.4882554Z http.https://github.com/.extraheader 2022-05-18T05:53:28.4917765Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-05-18T05:53:28.4943235Z http.https://github.com/.extraheader 2022-05-18T05:53:28.4975045Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-05-18T05:53:28.5000073Z http.https://github.com/.extraheader 2022-05-18T05:53:28.5038137Z Entering 'third_party/pocketfft' 2022-05-18T05:53:28.5063116Z http.https://github.com/.extraheader 2022-05-18T05:53:28.5095118Z Entering 'third_party/protobuf' 2022-05-18T05:53:28.5119979Z http.https://github.com/.extraheader 2022-05-18T05:53:28.5155781Z Entering 'third_party/protobuf/third_party/benchmark' 2022-05-18T05:53:28.5180574Z http.https://github.com/.extraheader 2022-05-18T05:53:28.5212347Z Entering 'third_party/protobuf/third_party/googletest' 2022-05-18T05:53:28.5237582Z http.https://github.com/.extraheader 2022-05-18T05:53:28.5271834Z Entering 'third_party/psimd' 2022-05-18T05:53:28.5296013Z http.https://github.com/.extraheader 2022-05-18T05:53:28.5328564Z Entering 'third_party/pthreadpool' 2022-05-18T05:53:28.5353606Z http.https://github.com/.extraheader 2022-05-18T05:53:28.5386010Z Entering 'third_party/pybind11' 2022-05-18T05:53:28.5410546Z http.https://github.com/.extraheader 2022-05-18T05:53:28.5443104Z Entering 'third_party/python-enum' 2022-05-18T05:53:28.5468676Z http.https://github.com/.extraheader 2022-05-18T05:53:28.5501723Z Entering 'third_party/python-peachpy' 2022-05-18T05:53:28.5525848Z http.https://github.com/.extraheader 2022-05-18T05:53:28.5558509Z Entering 'third_party/python-six' 2022-05-18T05:53:28.5583834Z http.https://github.com/.extraheader 2022-05-18T05:53:28.5615405Z Entering 'third_party/sleef' 2022-05-18T05:53:28.5640768Z http.https://github.com/.extraheader 2022-05-18T05:53:28.5673183Z Entering 'third_party/tbb' 2022-05-18T05:53:28.5696917Z http.https://github.com/.extraheader 2022-05-18T05:53:28.5732675Z Entering 'third_party/tensorpipe' 2022-05-18T05:53:28.5758809Z http.https://github.com/.extraheader 2022-05-18T05:53:28.5791106Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-05-18T05:53:28.5814696Z http.https://github.com/.extraheader 2022-05-18T05:53:28.5847916Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-05-18T05:53:28.5873096Z http.https://github.com/.extraheader 2022-05-18T05:53:28.5906270Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-05-18T05:53:28.5930187Z http.https://github.com/.extraheader 2022-05-18T05:53:28.5963651Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-05-18T05:53:28.5987873Z http.https://github.com/.extraheader 2022-05-18T05:53:28.6019645Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-05-18T05:53:28.6043721Z http.https://github.com/.extraheader 2022-05-18T05:53:28.6080316Z Entering 'third_party/zstd' 2022-05-18T05:53:28.6106483Z http.https://github.com/.extraheader 2022-05-18T05:53:28.6414668Z Cleaning up orphan processes